@charset "utf-8";
/* Mobile First */

/* Base
---------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;/* 100% */
}

body {
  box-sizing: border-box;
  color: #333333;
  font-family: "YuGothic","Yu Gothic","游ゴシック","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  font-size: 1.2rem;/*12px*/
  line-height: 1.4;
}
/* for IE */
@media all and (-ms-high-contrast:none) {
	body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: #333333;
  text-decoration: none;
}
img {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  vertical-align: bottom;
}
a:hover {
  /*color: #333333;*/
  text-decoration: underline;
  }
a:hover, a:hover img {
  opacity: 0.7;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

*::after, * {box-sizing: border-box;}
p {margin: 0;padding: 0;}


/* hx
---------------------------------------------------------- */
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;color: #1f1f1f; line-height: 1.4;}

/* Header
---------------------------------------------------------- */
.header {
overflow: hidden;
}
.header .inner {
  width: 100%;
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  -js-display: flex
  display: flex;
  justify-content: space-between;
}
.header .logo {
  width: 88px;
}
.header .logo a {
  display: block;
  margin: 1rem 0 1rem 1rem;
  width: 100%;
}
.header .logo a img {
  width: 100%;
}
.header-menu {
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  -js-display: flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 64%;
}
.header-menu li {
  background: #fff;
  height: 58px;
  line-height: 58px;
  font-size: 1.1rem;
  margin: .1rem;
  box-sizing: border-box;
  border-left: .1rem solid #d3d3d3;
  width: calc((100% - .2rem) / 2);
}
.header-menu li:last-child {
  margin-left: 0;
}
.header-menu li a {
  padding: 0px .5rem;
  -js-display: flex;
  display: flex;
  width: 100%;
  height: 100%;
  color: #000684;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1.4;
  letter-spacing: -.1rem;
  text-align: center;/*  */
}

/*.header-menu li:first-of-type a:before {
  margin: 0 .5rem 0 0;
  content: "";
  display: inline-block;
  width: 7vmin;
  height: 5vh;
  background: url("/img/ico/ico_shop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.header-menu li:nth-of-type(2) a:before {
  margin: 0 .5rem 0 0;
  content: "";
  display: inline-block;
  width: 6.25vmin;
  height: 5vh;
  background: url("/img/ico/ico_chirashi.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.header-menu li:last-of-type a:before {
  margin: 0 .5rem 0 0;
  content: " ";
  display: inline-block;
  width: 8.4375vmin;
  height: 5vh;
  background: url("/img/ico/ico_online.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}*/
.header-menu li a:hover, .header-menu li a.current {
background: #eee;
}


/* globalNav
---------------------------------------------------------- */

.globalNav {
  position: relative;
}
.ttl-category {
  width: 100%;
  background: #000684;
  padding: 1rem;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
}
.ttl-category:after {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  margin-left: 0;
  background: #000684;
  border-radius: 100%;
  position: absolute;
  left: 1rem;
  bottom: -1rem;
  z-index: 999;
}

#menu {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 998;
}
#menu li {
  width: 100%;
  border-bottom: 2px solid #c5c5e3;
}
#menu li a {
  padding: 1rem 3rem;
  display: block;
  background: rgba(226, 226, 235, 1);
  border-bottom: .1rem solid #fff;
  border-top: .1rem solid #fff;
  color: #000684;
  font-size: 1.4rem;
}
#menu li:last-of-type a {
  text-align: center;
  background: rgba(180, 180, 219, 1);
  padding: 1rem 3rem 1.5rem;
}
#menu li:last-of-type a img {
  width: 1.6rem;
}
#menu li a:hover {
  opacity: 1;
}

#sp-nav {
  z-index: 20;
  position: absolute;
  right: 1rem;
  top: 7rem;
}
#sp-nav p {
  -js-display: flex;
display: flex;
  align-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}
#sp-nav a {
  -js-display: flex;
display: flex;
  text-decoration: none;
  width: 60px;
  height: 22px;
}
#sp-nav a:hover {
  text-decoration: none;
}



/* Breadcrumb
---------------------------------------------------------- */
.breadcrumb {
  font-size: 1.2rem;
  padding: 3rem 1rem;/* 2.5rem 1rem 1.5rem */
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li:before {
  background: url("/img/ico/ico_arrow_black.png") no-repeat;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: 1.2rem;
  margin: 0 0 .2rem .8rem;
  padding: 0 1rem;
  vertical-align: middle;
  width: auto;
}
.breadcrumb li:first-child:before {
  display: none;
  /*content: "";
  padding-left: 0;*/
}



/* Footer
---------------------------------------------------------- */



/* Other Common Parts
---------------------------------------------------------- */

.pc-none {display: block;}
.sp-none {display: none !important;}

/* PageTop */
.pagetop {
  position: fixed;
  right: 1rem;
  bottom: 4.25rem;
  z-index: 999;
  display: none;
}
.pagetop a {
	display: block;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	text-decoration: none;
}

.inner {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 2rem);
  max-width: 1200px;
}

.fw {font-weight: 600;}

.txt-left {text-align: left !important;}
.txt-center {text-align: center !important;}
.txt-right {text-align: right !important;}

/* bg_color */
.bg-gray{background-color: rgba(245,245,245,1);}
.bg-green{background-color: rgba(145,182,30,1);}
.bg-l-green{background-color: rgba(227,235,204,1);}
.bg-blue{background-color: rgba(0,6,132,1);}
.bg-light-blue {background-color: #e0e0e9;}

/* txt_color */
.txt-green{color: rgba(145,182,30,1);}
.txt-blue{color: rgba(1,6,132,1);}
.txt-orange{color: rgba(252,124,39,1);}

/* link_color */
.link-green{color: rgba(145,182,30,1); text-decoration: underline;}
.link-blue{color: rgba(1,6,132,1); text-decoration: underline;}
.link-orange{color: rgba(252,124,39,1); text-decoration: underline;}

/*  button */
.btn {
  border-radius: .4rem;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding: 1.4rem;
  text-align: center;
}

.btn:hover{text-decoration: none; color: #fff;}
.btn-green {background-color: rgba(115,166,0,1);}
.btn-blue,
.btn-right-blue {background-color: rgba(1,6,132,1);}
.btn-orange {background-color: rgba(252,124,39,1);}
.btn-blue:before, .btn-green:before, .btn-orange:before {
  background: url("/img/ico/ico_btn_white.png") no-repeat;
  background-size: contain;
  content: " ";
  display: inline-block;
  margin: 0 .5rem 0 0;
  width: 1.4rem;
  height: 1.4rem;
  vertical-align: middle;
}



/* 矢印：テキストの後ろ */
.btn-right-blue:after, .btn-right-green:after, .btn-right-orange:after {
  background: rgba(0, 0, 0, 0) url("/img/ico/ico_btn_white.png") no-repeat scroll 0 0 / contain;
  content: " ";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  position: absolute;
  top: 34%;
  right: 1rem;
  vertical-align: middle;
}



.btn-border-green{background-color: rgba(255,255,255,1); border: 5px solid rgba(99,140,11,1); color: rgba(99,140,11,1);}
.btn-border-blue{background-color: rgba(255,255,255,1); border: 5px solid rgba(1,6,132,1); color: rgba(1,6,132,1);}
.btn-border-orange{background-color: rgba(255,255,255,1); border: 5px solid rgba(252,124,39,1); color: rgba(252,124,39,1);}

/* box_border */
.border-green{border: 5px solid rgba(145,182,30,1); color: rgba(145,182,30,1);}
.border-d-green{border: 5px solid rgba(99,140,11,1); color: rgba(99,140,11,1);}
.border-blue{border: 5px solid rgba(1,6,132,1); color: rgba(0,6,132,1);}
.border-orange{border: 5px solid rgba(145,182,30,1); color: rgba(145,182,30,1);}

/* bg_boxshadow */
.bg-boxshadow-green {
  box-shadow: 0px 0px .4rem .2rem rgba(204, 204, 204, 1);
  text-shadow: 0 0 .5rem rgba(255, 255, 255, 1);
  background: -webkit-repeating-linear-gradient(-45deg, #C6CFB2, #C6CFB2 .1rem,#D9E2C5 .1rem, #D9E2C5 .6rem);
  border: .4rem solid #fff;
  border-radius: .4rem;
}
.bg-boxshadow-blue {
  box-shadow: 0px 0px .4rem .2rem rgba(204, 204, 204, 1);
  text-shadow: 0 0 .5rem rgba(255, 255, 255, 1);
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAMElEQVQYlWM4ePD1fxheu/b6f2Q+shgDLgl0MQZ8piBjBkJWoigkRjEDMe4bKp4BACYMUZAoDN7eAAAAAElFTkSuQmCC);
  /*background-color: rgb(193, 193, 235);
  background-size: 4px 4px;
  background-image: -webkit-linear-gradient(45deg, rgb(173, 173, 215) 25%, transparent 25%, transparent 50%, rgb(173, 173, 215) 50%, rgb(173, 173, 215) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgb(173, 173, 215) 25%, transparent 25%, transparent 50%, rgb(173, 173, 215) 50%, rgb(173, 173, 215) 75%, transparent 75%, transparent);*/
  border: .4rem solid #fff;
  border-radius: .4rem;
}


/* bg_stripe */
/*
.bg-stripe-green{ background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAJElEQVQImWOYuE3u/8Rtcv/vvdzznwHGmLhN7j8DjDFxm9x/AOK4GN/Qe7mHAAAAAElFTkSuQmCC) repeat!important;
}

.bg-stripe-blue { background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAJElEQVQImWOQkp/4X0p+4v/de+/9Z4AxpOQn/meAMaTkJ/4HAIk5FLZldSIxAAAAAElFTkSuQmCC) repeat!important;
}

.bg-stripe-lblue{ background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAJElEQVQImWMwaLv936Dt9v+Dt7/8Z4AxDNpu/2eAMQzabv8HAPKxGg75FxGkAAAAAElFTkSuQmCC) repeat!important;}
*/

.bg-stripe-blue{
-webkit-background-size: 2px 2px;
-moz-background-size: 2px 2px;
background-size: 2px 2px;
background-color: #3D41A1;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #7174BA), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #7174BA),
            color-stop(.75, #7174BA), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #7174BA 25%, transparent 25%,
          transparent 50%, #7174BA 50%, #7174BA 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #7174BA 25%, transparent 25%,
          transparent 50%, #7174BA 50%, #7174BA 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #7174BA 25%, transparent 25%,
          transparent 50%, #7174BA 50%, #7174BA 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #7174BA 25%, transparent 25%,
          transparent 50%, #7174BA 50%, #7174BA 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #7174BA 25%, transparent 25%,
          transparent 50%, #7174BA 50%, #7174BA 75%,
          transparent 75%, transparent);
}

.bg-stripe-green{
-webkit-background-size: 2px 2px;
-moz-background-size: 2px 2px;
background-size: 2px 2px;
background-color: #89AD1D;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #CEDE9C), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #CEDE9C),
            color-stop(.75, #CEDE9C), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #CEDE9C 25%, transparent 25%,
          transparent 50%, #CEDE9C 50%, #CEDE9C 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #CEDE9C 25%, transparent 25%,
          transparent 50%, #CEDE9C 50%, #CEDE9C 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #CEDE9C 25%, transparent 25%,
          transparent 50%, #CEDE9C 50%, #CEDE9C 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #CEDE9C 25%, transparent 25%,
          transparent 50%, #CEDE9C 50%, #CEDE9C 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #CEDE9C 25%, transparent 25%,
          transparent 50%, #CEDE9C 50%, #CEDE9C 75%,
          transparent 75%, transparent);
	}


.bg-stripe-lblue{
-webkit-background-size: 2px 2px;
-moz-background-size: 2px 2px;
background-size: 2px 2px;
background-color: #2378CD;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ACCEF0), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ACCEF0),
            color-stop(.75, #ACCEF0), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #ACCEF0 25%, transparent 25%,
          transparent 50%, #ACCEF0 50%, #ACCEF0 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #ACCEF0 25%, transparent 25%,
          transparent 50%, #ACCEF0 50%, #ACCEF0 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #ACCEF0 25%, transparent 25%,
          transparent 50%, #ACCEF0 50%, #ACCEF0 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #ACCEF0 25%, transparent 25%,
          transparent 50%, #ACCEF0 50%, #ACCEF0 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ACCEF0 25%, transparent 25%,
          transparent 50%, #ACCEF0 50%, #ACCEF0 75%,
          transparent 75%, transparent);
}


/* 751px～（for PC） */
@media screen and (min-width: 751px) {
.bg-stripe-blue{ background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAJElEQVQImWOQkp/4X0p+4v/de+/9Z4AxpOQn/meAMaTkJ/4HAIk5FLZldSIxAAAAAElFTkSuQmCC) repeat!important;}
.bg-stripe-green{ background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAJElEQVQImWOYuE3u/8Rtcv/vvdzznwHGmLhN7j8DjDFxm9x/AOK4GN/Qe7mHAAAAAElFTkSuQmCC
) repeat!important;}
.bg-stripe-lblue{ background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAJElEQVQImWMwaLv936Dt9v+Dt7/8Z4AxDNpu/2eAMQzabv8HAPKxGg75FxGkAAAAAElFTkSuQmCC) repeat!important;}
}



/* 小見出しの正円（ストライプ付）：擬似要素「before」で対応  circle */
.mark-blue,.mark-blue-sub, .mark-green, .mark-green-sub {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 4rem 0 2rem;/* 3rem 0 1.5rem */
    font-size: 1.6rem;/* 1.8rem */
}
.mark-blue:before, .mark-green:before {
  background-size: 4rem auto;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  display: block;
  left: 0;
  content: "";
  margin: 0 auto 1.5rem;
}
.mark-blue-sub:before, .mark-green-sub:before {
  background-size: 3.2rem auto;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  display: block;
  left: 0;
  content: "";
  margin: 0 auto 1.5rem;
}
.mark-green:before {
-webkit-background-size: 6px 6px;
-moz-background-size: 6px 6px;
background-size: 6px 6px;
background-color: #a4cb29;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ffffff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ffffff),
            color-stop(.75, #ffffff), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
}
.mark-green-sub:before {
-webkit-background-size: 6px 6px;
-moz-background-size: 6px 6px;
background-size: 6px 6px;
background-color: #a4cb29;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ffffff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ffffff),
            color-stop(.75, #ffffff), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
}
.mark-blue:before{
-webkit-background-size: 6px 6px;
-moz-background-size: 6px 6px;
background-size: 6px 6px;
background-color: #000684;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ffffff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ffffff),
            color-stop(.75, #ffffff), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
}
.mark-blue-sub:before{
-webkit-background-size: 6px 6px;
-moz-background-size: 6px 6px;
background-size: 6px 6px;
background-color: #000684;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ffffff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ffffff),
            color-stop(.75, #ffffff), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
}

/* sp時 */
h1.mark-blue,
h1.mark-blue-sub,
h1.mark-green,
h1.mark-green-sub {
  font-size: 2rem;
}
h2.mark-blue,
h2.mark-blue-sub,
h2.mark-green,
h2.mark-green-sub {
  font-size: 1.6rem;
}



/* 左右の半円（スプライト付）：擬似要素「before」「after」で対応  semicircle */
.semicircle-green a, .semicircle-half-green a, .semicircle-blue a, .semicircle-half-blue a {
  display: inline;
}

/* green */
.semicircle-green, .semicircle-half-green {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 3rem;
    background-color: #f5f5f5;
    position: relative;
    font-weight: 500;
    clear: both;
    border-radius: .4rem;
}
.semicircle-green:before, .semicircle-half-green:before {
    content: "";
    top: 50%;
    left: 0;
    border-radius: 0 3rem 3rem 0;
    height: 3rem;
    position: absolute;
    width: 1.5rem;
    transform: translateY(-50%);
    background-color: #fff;
    background-size: 4px 4px;
    background-image: linear-gradient(-45deg, #92B519 25%, #fff 25%, #fff 50%, #92B519 50%, #92B519 75%, #fff 75%, #fff);
    /*background-color: rgb(146, 181, 25);
    background-size: 4px 4px;
    background-image: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 25%, transparent 25%, transparent 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 75%, transparent 75%, transparent);*/
}
.semicircle-green:after {
    content: "";
    top: 50%;
    right: 0;
    border-radius: 3rem 0 0 3rem;
    height: 3rem;
    position: absolute;
    width: 1.5rem;
    transform: translateY(-50%);
    background-size: 4px 4px;
    background-image: linear-gradient(45deg, #92B519 25%, #fff 25%, #fff 50%, #92B519 50%, #92B519 75%, #fff 75%, #fff);
    /*background-color: rgb(146, 181, 25);
    background-size: 4px 4px;
    background-image: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 25%, transparent 25%, transparent 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 75%, transparent 75%, transparent);*/
}

/* blue */
.semicircle-blue, .semicircle-half-blue {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 3rem;
    background-color: #eaeaea;
    border-radius: .4rem;
    position: relative;
    font-weight: 500;
    clear: both;
}
.semicircle-blue:before, .semicircle-half-blue:before {
    content: "";
    top: 50%;
    left: 0;
    border-radius: 0 3rem 3rem 0;
    height: 3rem;
    position: absolute;
    width: 1.5rem;
    transform: translateY(-50%);
    background-size: 4px 4px;
    background-image: linear-gradient(-45deg, #000684 25%, #fff 25%, #fff 50%, #000684 50%, #000684 75%, #fff 75%, #fff);
    /*background-color: rgb(0, 6, 132);
    background-size: 4px 4px;
    background-image: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 25%, transparent 25%, transparent 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 75%, transparent 75%, transparent);*/
}
.semicircle-blue:after {
    content: "";
    top: 50%;
    right: 0;
    border-radius: 3rem 0 0 3rem;
    height: 3rem;
    position: absolute;
    width: 1.5rem;
    transform: translateY(-50%);
    background-size: 4px 4px;
    background-image: linear-gradient(45deg, #000684 25%, #fff 25%, #fff 50%, #000684 50%, #000684 75%, #fff 75%, #fff);
    /*background-color: rgb(0, 6, 132);
    background-size: 4px 4px;
    background-image: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 25%, transparent 25%, transparent 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 75%, transparent 75%, transparent);*/
}

.semicircle-half-green, .semicircle-half-blue {
  padding: 2rem 1rem 2rem 3rem;
}


/* 吹き出し：擬似要素「after」で対応  tips */
.tips-green{}
.tips-blue{}
.tips-border-green{}


.tips-border-blue {
  background-color: rgba(255,255,255);
  border: .1rem solid rgba(1,6,132,1);
  position:relative;
  text-align: center;
}
.tips-border-blue:before {
  border: 1rem solid transparent;
  border-top-color:#fff;
  border-bottom-width:0;
  bottom:-.9rem;
  content:"";
  display:block;
  left: 50%;
  position:absolute;
  width:0;
  z-index:1;
  margin-left: -1rem;
}
.tips-border-blue:after {
  border:10px solid transparent;
  border-top-color: rgba(1,6,132,1);
  border-bottom-width:0;
  bottom: -1rem;
  content:"";
  display:block;
  left: 50%;
  position:absolute;
  width:0;
  margin-left: -1rem;
}


/*文鎮系（上）：擬似要素「before」で対応  circleTop */
.circle-top-green{}
.circle-top-blue{}


/* 吹き出し・文鎮系（下）：擬似要素「after」で対応  .semicircle_bottom */

/* green */
.semicircle-bottom-green {
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #92B61E;
    border-radius: .4rem;
    padding: 1rem 2rem;
    margin: 1.5rem 12.4% 3rem;
    position: relative;
    width: 75.2%;
    font-size: 1.4rem;
    line-height: 1.4;
}
.semicircle-bottom-green:after {
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    background: #92B61E;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    bottom: -1rem;
    margin-left:-1rem;
}

/* blue */
.semicircle-bottom-blue {
    display: block;
    color: #fff;
    text-align: center;
    background: #000684;
    border-radius: .4rem;
    padding: 1rem 2rem;
    margin: 1.5rem 12.4% 3rem;
    position: relative;
    width: 75.2%;
    font-size: 1.4rem;
    line-height: 1.4;
}
.semicircle-bottom-blue:after {
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    background: #000684;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    bottom: -1rem;
    margin-left:-1rem;
}


/* common */
.notes {
  float: none;
  font-size: 1rem;
}
.notes li {
  padding-bottom: 1rem;
  text-align: left;
}
.notes li:last-of-type {
  padding-bottom: 0;
}
.notes a {
  display: inline;
}


/* common parts */
.btn-notes {
}

.btn-notes a {
    text-align: center;
    background: #000684 url("/img/ico/ico_btn_white.png") no-repeat right 3% center;
    border-radius: .4rem;
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    padding: .2rem 0 .4rem;
    line-height: 1.4;
    background-size: 1.4rem auto;
}

.btn-notes span {
  font-size: 1rem;
  color: #FEFF01;
}
.btn-notes span:before {
    width: 1.2rem;
    height: .1rem;
    background-color: #FEFF01;
    transform: rotate(60deg);
    content: "";
    position: absolute;
    left: 11rem;
    bottom: 3.5rem;
}
.btn-notes span:after {
    width: 1.2rem;
    height: .1rem;
    background-color: #FEFF01;
    transform: rotate(-60deg);
    content: "";
    position: absolute;
    right: 11rem;
    bottom: 3.5rem;
}

/* aside */
aside {
  background-color: #eaeaea;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
aside .inner {
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
aside ul li {
  margin: 0 0 1.2rem;
  width: calc((100% - 1.2rem) / 2);
}

aside ul li:nth-of-type(odd) {
  margin-right: 1.2rem;
}
aside ul li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
aside ul li a {
  background: #fff;
  color: #8e8e8e;
  padding: 0;
  /*padding: 1.2rem 0;*/
  text-align: center;
  display: block;
}
aside a, aside a:hover {
  text-decoration: none;
}


/* / ホーム / 会社概要 / プライバシーポリシー / 免責事項 / お問い合わせ / サイトマップ / */
.footer-list {
  overflow: hidden;
}
.footer-list li {
  float: left;
  margin-top: .1rem;
  width: calc(50% - .05rem);
  width: calc(50% - 1px)\9;
}
.footer-list li a {
  background-color: rgb(211, 211, 211);
  background-size: 4px 4px;
  background-image: -webkit-linear-gradient(135deg, rgb(224, 224, 224) 25%, transparent 25%, transparent 50%, rgb(224, 224, 224) 50%, rgb(224, 224, 224) 75%, transparent 75%, transparent);
  /*background: repeating-linear-gradient(-45deg, #cccccc, #cccccc 2px, #dbdbdb 0, #dbdbdb 4px);*/
  color: #333;
  text-align: center;
  padding: 1.2rem 0;
  display: block;
}
.footer-list li a:hover {
  text-decoration: none;
}
.footer-list li:nth-of-type(odd) {
  margin-right: 1px;
}


.sp-none {
  display: none;
}

/* 色々なボタン */
footer .aside-list ul {
  padding: 1rem 0 .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
footer .aside-list ul:first-child {
  padding-bottom: 0;
}
footer .aside-list ul:first-child li {
  margin: 0 0 .8rem;
  width: calc(50% - .4rem);
}
footer .aside-list ul:first-child li:nth-of-type(odd) {
  margin-right: .8rem;
}
footer .aside-list ul:first-child li:last-child {
  margin: 0;
  width: 100%;
}
footer .aside-list li a {
  background: #fff;
  border-radius: .5rem;
  border: .3rem solid #eaeaea;
  text-align: center;
  color: #333;
  padding: 1rem 0 1rem .5rem;
  font-size: 1.1rem;
  display: block;
}
footer .aside-list li a:hover {
  text-decoration: none;
}

footer .aside-list .registration:before {
  margin: 0 .5rem 0 0;
  content: " ";
  display: inline-block;
  width: 1.2rem;
  height: 1.5rem;
  background: url("/img/ico/ico_registration.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

footer .aside-list .line-ico:before {
  margin: 0 0.65rem 0.25rem 0;
  content: " ";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("/img/ico/ico_line_logo.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

footer .aside-list .twitter-ico:before {
  margin: 0 0.25rem -.25rem 0;
  content: " ";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("/img/ico/ico_twitter_logo.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}


/* 3つのボタン */
footer .blank-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .blank-list li {
  width: calc((100% - 1.2rem) / 2);
  margin-bottom: .8rem;
}
footer .blank-list li:first-child {
  margin-left: 0;
}

footer .blank-list li:nth-child(odd) {
  margin-right: .8rem;
}

footer .blank-list li:last-child a{
  font-size: 1rem;
  padding: 1.1rem 0 1rem .5rem;
}

footer .blank-list li a {
  background: #f5f5f5;
  border-radius: 0;
  border: .3rem solid #d3d3d3;
  display: block;
  padding-left: .5rem;
}
footer .blank-list li a:after {
  margin: 0 0 0 .5rem;
  content: " ";
  display: inline-block;
  width: 1.2rem;
  height: 1rem;
  background: url("/img/ico/ico_blank_gray.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
footer .blank-list li a.no-ico:after {
  background:none;
}




/* sns
------------------------------------------------------------------------------*/
.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2.5rem auto 2rem;
}
.sns li {
  width: calc((25% - 1.6rem) / 2);margin-left: .8rem;
}
.sns li:last-child {
    margin-left: 1.4rem;
}
.sns li a {
  width: 100%;
  height: auto;
  max-width: 4rem;
  max-height: 4rem;
  display: block;
}
.sns li a img {
  border-radius: .4rem;
}


.f-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2.5rem auto 2rem;
}
.f-logo p {
/*  width: calc((25% - 1.6rem) / 2);*/
}
.f-logo p a {
  width: 100%;
  height: auto;
  max-width: 8rem;
  max-height: 4rem;
  display: block;
}


/* copyright */
footer small {
  display: block;
  font-size: .8rem;
  padding-bottom: 1rem;
  text-align: center;
}



/* Faq Parts
------------------------------------------------------------------------------*/
.mark-faq {
  border-radius: .4rem;
  color: #fff;
  display: inline-table;
  font-size:1.2rem;
  font-weight: normal;
  margin: 0 1rem 0 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
  text-align:center;
  text-shadow: none;
}


/* Question */
.mark-faq.question {background: #000684;}
/* Answer */
.mark-faq.answer {background: #fc7c27;}
.mark-faq-category {
    background: #F1F2E4;
/*    border-radius: .8rem;	*/
    border-radius: .5rem;
    /*display: table;*/
    display: inline-table;
    font-size: 1rem;
    margin: 0 1rem 0 0;
/*    padding: .2rem 1rem;	*/
    padding: .2rem 0;
    min-width: 8rem;
    text-align: center;
}



/*-- coupon
------------------------------------------------------------------------------*/
.coupon p:nth-of-type(1) {
  padding-bottom: 1.5rem;
}
.coupon .list {
  margin: 2.4rem auto 1.6rem;
  padding: 0;
  overflow: hidden;
}
.coupon .list li {
  background: #eaeaea;
  border: .1rem solid #dadada;
  border-radius: .2rem;
  float: left;
  margin: 0 0 1.2rem;
  width: calc((100% - 1.2rem) / 2);
  text-align: center;
}
.coupon .list li:nth-of-type(odd) {
  margin-right: 1.2rem;
}
.coupon .list dl {
  padding: .8rem;
}
.coupon .list dt {
    padding: 7.4rem 0 1rem;
    font-weight: 600;
    background: #fff no-repeat center 1.4rem;
    background-size: auto 50px;
    height: 130px;
    line-height: 1.4;
}
.coupon .list dt strong {
  font-size: 1.4rem;
}
.coupon .list li:nth-of-type(1) dt {
  background-image: url("/img/pic_ladies.jpg");
}
.coupon .list li:nth-of-type(2) dt {
  background-image: url("/img/pic_silver.jpg");
}
.coupon .list li:nth-of-type(3) dt {
  background-image: url("/img/pic_iphoneipad.jpg");
}
.coupon .list li:nth-of-type(4) dt {
  background-image: url("/img/pic_pc.jpg");
}
.coupon .list li:nth-of-type(5) dt {
  background-image: url("/img/pic_printer.jpg");
}
.coupon .list li:nth-of-type(6) dt {
  background-image: url("/img/pic_cost.jpg");
}
.coupon .list li:nth-of-type(7) dt {
  background-image: url("/img/pic_win10self.jpg");
}
.coupon .list li:nth-of-type(7) dt strong{
  font-size: 1.2rem;
}


.coupon .list dd:last-of-type {
  background: #fff;
  border-radius: .4rem;
  border: .2rem solid #FE6B0C;
  color: #FE6B0C;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  margin: 1rem auto .5rem;
  padding: 1rem;
}
.coupon .list dd:last-of-type:before {
  margin: 0 .4rem 0 0;
  content: "";
  display: inline-block;
  width: .8rem;
  height: 1rem;
  background: url("/img/ico/ico_btn_orange.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.coupon .list li a:hover,
.coupon .list li a:hover dl {
  opacity: 0.7;
  text-decoration: none;
}
.coupon .list .limit {
  font-size: 1rem;
  margin: 1rem auto .5rem;
}



/* BreakPoint
------------------------------------------------------------------------------*/

/* ～750px */
@media screen and (max-width: 750px) {
	.induction {
		background-color: #f2f2f2;
		display: table;
		padding: 2rem 1rem 1rem;
		width: 100%;
		margin: 5rem 0;
	}

	.induction p {
		display: table-cell;
		vertical-align: middle;
	}
	.induction p{padding-bottom: 1.5rem;}
	.induction p:first-child span {
		color: #004589;
		/*display: block;*/
		font-size: 1.8rem;
		font-weight: 900;
	}
}


/* 480px～ */
@media screen and (min-width: 481px) {

  .header-menu {
      width: 70%;
  }
  .header-menu li:first-of-type a:before {
    margin: 0 .5rem 0 0;
    content: "";
    display: inline-block;
    width: 7vmin;
    height: 5vh;
    background: url("/img/ico/ico_shop.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .header-menu li:nth-of-type(2) a:before {
    margin: 0 .5rem 0 0;
    content: "";
    display: inline-block;
    width: 6.25vmin;
    height: 5vh;
    background: url("/img/ico/ico_chirashi.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .header-menu li:last-of-type a:before {
    margin: 0 .5rem 0 0;
    content: " ";
    display: inline-block;
    width: 8.4375vmin;
    height: 5vh;
    background: url("/img/ico/ico_online.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

}

/* 751px～ */
@media print, screen and (min-width: 751px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    min-width:1300px;
  }

  body.resp{ min-width:750px;}
  .pc-none {display: none !important;}
  .sp-none {display: block !important;}

  .notes {
      font-size: 1.4rem;
  }

  .btn {
    border-radius: 6px;
    font-size: 2.4rem;
    padding: 15px;
    position: relative;/* add */
  }

  .btn-notes a {
    background-size: 2rem auto;
    border-radius: 8px;
    font-size: 2.8rem;
    line-height: 1.2;
    padding: 5px 0 12.5px;
    width: 730px;
  }
  .btn-notes span {
      font-size: 1.6rem;
  }
  .btn-notes span:before {
      width: 18px;
      left: 250px;
      bottom: 60px;
  }
  .btn-notes span:after {
      width: 18px;
      right: 250px;
      bottom: 60px;
  }



   /* button */
  .btn-blue:before, .btn-green:before, .btn-orange:before {
      margin: 0 1rem 2px 0;
      /*content: " ";
      display: inline-block;*/
      width: 16px;
      height: 16px;
      /*background: url("/img/ico/ico_btn_white.png") no-repeat;
      background-size: contain;
      vertical-align: middle;*/
    }

  .btn-right-blue:after, .btn-right-green:after, .btn-right-orange:after {
      width: 20px;
      height: 20px;
      margin: 0;
      position: absolute;
      top: 37%;
      right: 20px;
    }


  /*.btn_orange:before {
    margin: 0 20px 0 0;
    width: 18px;
    height: 24px;
  }*/


  .tips-border-blue {
      border: 2px solid rgba(1,6,132,1);
  }
  .tips-border-blue:before {
      bottom: -7px;
  }

  .induction {
      margin: 0 auto;
      padding: 10px;
      background: #dfdfdf;
      border-radius: 8px;
      width: auto;
      max-width: 660px;
      /*width: 83%;
      max-width: 780px;*/
      overflow: hidden;
  }
  /*.induction p {
    display: table-cell;
  }*/
  .induction p {
    float: right;
  }
  .induction p:nth-of-type(1) {
    padding: 0 10px !important;
    color: #1f1f1f;
    /*display: table-cell;*/
    font-size: 1.6rem;
    font-weight: 600;
    /*line-height: 1;*/
    line-height: 2.2;
    text-align: left;
    vertical-align: middle;
    float: left;
  }
  .induction span {
    color: #004589;
    font-size: 2.4rem;
  }
  .induction a.btn.btn-orange {
    font-size: 1.8rem;
    padding: 10px 55px;
    width: 244px;
  }
  .induction a.btn.btn-orange:before {
    margin-top: -3px;
    width: 14px;
    height: 14px;
  }



  .breadcrumb {
    font-size: 1.4rem;
    padding: 15px 10px 30px;
    margin: 0 auto;
    max-width: 1200px;
  }

  .mark-blue, .mark-blue-sub, .mark-green, .mark-green-sub {
      padding: 80px 0 60px;/* 60px 0  80px 0 40px */
      font-size: 2.8rem;
  }
  .mark-blue:before, .mark-blue-sub:before, .mark-green:before, .mark-green-sub:before {
      margin: 0 auto 20px;
      width: 50px;
      height: 50px;
  }


  /* pc時 */
  h1.mark-blue,
  h1.mark-blue-sub,
  h1.mark-green,
  h1.mark-green-sub {
    font-size: 2.8rem;
  }
  h2.mark-blue,
  h2.mark-blue-sub,
  h2.mark-green,
  h2.mark-green-sub {
    font-size: 2.4rem;
  }


  .semicircle-blue, .semicircle-half-blue {
    font-weight: 600;
  }
  .semicircle-half-green, .semicircle-half-blue {
      padding: 20px 25px 20px 45px;
      font-size: 2rem;
  }

  .semicircle-bottom-green, .semicircle-bottom-blue {
      border-radius: 4px;
      margin: 15px auto 40px;
      padding: 15px 20px;
      position: relative;
      width: 600px;
      font-size: 2rem;
      text-align: center;
  }
  .semicircle-green:before, .semicircle-half-green:before, .semicircle-blue:before, .semicircle-half-blue:before {
      border-radius: 0 50px 50px 0;
      height: 50px;
      width: 25px;
  }
  .semicircle-green:after, .semicircle-blue:after {
      border-radius: 50px 0 0 50px;
      height: 50px;
      width: 25px;
  }



  /* header
  ----------------------------------------------------------------------------*/
  .header {
      border-top: 3px solid #dedede;
      width: 1300px;
  }
  .header .inner {
    width: 1200px;
    display: block;
    border: 1px solid #d3d3d3;
    border-top: none;
    margin-bottom: 6px;
    padding-top: 1px;
    position: relative;
  }
.resp .header {
     width: 100%;
  }
.resp .header .inner {
	 width: 100%;
}

	.header .logo {
      width: 138px;
      max-width: 100%;
      height: 72px;
      padding: 0;
  }
  .header .logo a {
      display: block;
      margin: 10px 0 10px 10px;
      width: 100%;
  }
  .header .logo a img {
      width: 100%;
  }

  /* 3つの別ウィンドウメニュー */
  .header ul.sp-none {
      display: block !important;
      position: absolute;
      left: 172px;
      bottom: 6px;
  }
  .header ul.sp-none li {
      margin-right: 20px;
      display: table-cell;
      vertical-align: bottom;
  }
.resp .header ul.sp-none {
      left: 148px;
      bottom: 4px;
  }
.resp .header ul.sp-none li {
      font-size: 1.4rem;
  }
  .header ul.sp-none li:not(first-chid) {
      padding-left: 15px;
  }
  .header .sp-none li a:after {
      margin: 0 0 0 10px;
      content: " ";
      display: inline-block;
      width: 16px;
      height: 13px;
      background: url("/img/ico/ico_blank_gray.png") no-repeat;
      background-size: contain;
      vertical-align: middle;
  }


  .header-menu {
      display: block;
      margin: 0;
      padding: 0;
      list-style: none;
      width: auto;
      position: absolute;
      right: 0;
      top: 0;
  }

/* 170530 add */
  .resp .header-menu {
/*    width: 34%;	*/
    width: 50%;
  }


  .header-menu li {
      background: #fff;
      height: 83px;
      line-height: 1;
      font-size: 1.1rem;
      margin: 0;
      padding: 1px;
      box-sizing: border-box;
      border-left: 1px solid #d3d3d3;
      width: 200px;
      display: block;
      float: left;
  }
.resp .header-menu li{
	/*	width:50%;	*/
		width:33%;
		font-size: 0.9rem;
	}
.resp .header-menu li:last-child{
		width:34%;
	}
  .header-menu li:not(:target) {
    display: table-cell\9;
    vertical-align: middle\9;
    text-align: center\9;
  }

  .header-menu li a {
    margin: 0;
    padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      width: 100%;
      height: 100%;
      background: #fcfcfc;
      color: #000684;
      text-decoration: none;
      justify-content: center;
      align-items: center;
      align-content: center;
      line-height: 1.4;
      letter-spacing: -1px;
      font-size: 1.6rem;
  }
.resp .header-menu li a {font-size: 1.2rem;}
  .header-menu li a:not(:target) {
      display: inline-block\9;
  }
  .header-menu li:first-of-type a:not(:target) {
    padding: 20px 0\9;
  }
  .header-menu li:last-of-type a:not(:target) {
    line-height: .5\9;
    padding: 20px 0 20px 20px\9;
    text-indent: -40px\9;
  }


  .header-menu li:first-of-type a:before  {
      margin: 0px 16px 0 0;
      width: 38px;
      height: 38px;
  }
  .header-menu li:nth-of-type(2) a:before {
      margin: 0px 16px 0 0;
      width: 29px;
      height: 38px;
  }
  .header-menu li:last-of-type a:before {
      margin: 0px 16px 0 0;
      width: 40px;
      height: 34px;
  }

  /* 170530 add */
  .resp .header-menu li a {
    font-size: 1.2rem;
    text-align: left;
  }
  .resp .header-menu li:first-of-type a:before,
  .resp .header-menu li:nth-of-type(2) a:before,
  .resp .header-menu li:last-of-type a:before {
    margin: 0px 10px 0 0;
  }

  .globalNav nav {
      background: #dedede;
      width: 1200px;
      margin: 0 auto;
      border-radius: 5px;
      display: block;
      box-sizing: border-box;
      padding: 3px;
      z-index: -100;
      height: 64px;
  }

  #menu {
    background: #dedede;
    border-radius: 5px;
    margin: 0 auto;
    padding: 4px;
    position: relative;
    width: 1200px;
    display: table;
    font-size: 0;
  }
	.resp #menu{
		width: 100%;
		display: table;
	}

  #menu li {
    border-bottom: none;
    border-radius: 5px;
    display: inline-block;
    margin-right: 2px;
    width: calc((1192px - 10px) /6);
    z-index: 50;
  }
  #menu li:not(:target) {
    width: calc((1200px - 20px) /6)\9;
}
.resp #menu li {
    width: calc((100% - 10px) /6);
  }
.resp #menu li:not(:target) {
    width: calc((100% - 11px) /6)\9;
}
  #menu li:nth-last-child(2) {
    margin-right: 0;
  }
  #menu li a,
  #menu li a:active {
    align-content: center;
    align-items: center;
    background: #fff;
    border: 3px solid #d3d3d3;
    border-radius: 5px;
    display: block;
    font-size: 1.6rem;
    justify-content: center;
    opacity: 1;
    padding: 12px 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
  }
.resp #menu li a{
	font-size: 1.2rem;
	padding: 12px 0px;
	}
  #menu li a.hover,
  #menu li a.current,
  #search #menu li:nth-of-type(2) a {
    background: #000684;
    border-radius: 5px;
    z-index: 500;
    display: block;
    color: #fff;
    text-decoration: none;
    border: 3px solid #000684;
  }
  #menu li a.hover:after,
  #menu li a.current:after,
  #search #menu li:nth-of-type(2) a:after,
  #search #menu li:nth-of-type(2) a:hover:after {
      content: "";
      width: 20px;
      height: 20px;
      margin-left: 0;
      background: #000684;
      border-radius: 100%;
      position: absolute;
      left: 50%;
      bottom: -12px;
      margin-left: -10px;
      z-index: 200;
      display: block;
  }

  /* active時のみ、hoverで透過 */
  #menu li a.current:hover {
    opacity: .7;
  }



  /* aside
  ----------------------------------------------------------------------------*/
  aside {
    width: 1300px;
  }
  .resp aside {
    width: 100%;
  }
  aside .inner {
    margin: 40px auto;
    padding: 0;
    width: 1200px;/*add*/
  }
  .resp aside .inner {
    width: 100%;/*add*/
  }
  aside ul li {
    display: inline-block;
    margin: 0 0 12px;
    width: 388px;
  }
  .resp aside ul li {
     width: calc((100% - 25px) / 3);
  }

  aside ul li:nth-of-type(odd) {
    margin-right: 0;
  }
  aside ul li:not(:nth-of-type(3n)) {
    margin-right: 12px;
  }
  aside ul li:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
  aside ul li a {
    padding: 0;
    font-size: 1.8rem;
    font-weight: 600;
  }



  /* footer
  ----------------------------------------------------------------------------*/
  footer {
    background: #eaeaea;
    width: 1300px;/*add*/
    margin: 0 auto;/*add*/
    padding: 0;/*add*/
  }
	.resp footer{
		width: 100%;
	}
  footer:not(:target) {
    overflow: hidden\9; /* IE9,10 */
  }


  footer .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
 .resp footer .inner {
    width: 100%;
	}
  .footernav {
    float: left;
    overflow: hidden;
    padding-bottom: 60px;
    width: 100%;
    max-width: 1010px;
  }

  .footernav .semicircle-bottom-green, .footernav .semicircle-bottom-blue {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 auto 40px;
    padding: 8px 0;
    width: 100%;
  }

  .footernav .box {
    float: left;
    width: 194px;
  }
  /*.resp .footernav .box {
    width: 23%;
  }*/
  .resp .footernav .box {
      width: 23.4%;
  }
  .footernav .box:not(:last-child) {
    margin-right: 15px;
  }
  .footernav .box:nth-of-type(2) {
    position: absolute;
    top: 282px;
    left: 0;
  }
  .footernav .box:nth-of-type(5) {
      margin-right: 0;
  }

  .footernav .inner {
    display: block;
    width: 100%;
    position: relative;
  }
.footernav .box li:not(:first-of-type) {
  margin-bottom: 14px;
}
.footernav .box li:not(:first-of-type) a {
  font-size: 1.4rem;
  line-height: 1.4;
}

.footernav .box-column li:not(:first-child) a:before {
    margin: 0 10px 0 0;
    content: "";
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url("/img/ico/ico_btn_black.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.footernav .box-column li:not(:first-child) a:hover {
    opacity: 1;
}

.footernav .box-column li:first-child a:hover {
  color: #fff;
  text-decoration: none;
}




/* -------------------------------------------------------------------------- */
footer .aside-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 160px;
  float: right;
}
.resp footer .aside-list {
	float: none;
	width: 100%;
	}
footer .aside-list ul {
  padding: 0 0 16px;
  width: 100%;
}

footer .aside-list ul:first-child {
    padding-bottom: 20px;
}
footer .aside-list ul:first-child li {
  width: 100%;
}
.resp footer .aside-list ul:first-child li:not(:last-child) {
  width: calc(50% - .4rem);
  /*width: 50%;*/
}
footer .aside-list ul:first-child li:nth-of-type(odd) {
  margin-right: .8rem;
  /*margin-right: 0;*/
}
footer .aside-list li a {
  background: #fff;
  border-radius: 5px;
  border: 2px solid #d3d3d3;
  color: #4c4c4c;
  display: block;
  margin-bottom: 0;
  padding: 10px 5px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}


footer .blank-list {
  margin-top: 20px;
}
footer .blank-list li {
  width: calc((100% - 1.2rem) / 2);
  margin-bottom: 0;
  /*width: 100%;
  margin-left: 0;*/
}
footer .blank-list li:first-child {
  margin-left: 0;
}

footer .blank-list li:last-child a{
  font-size: 1.3rem;
  padding: 1rem 0 1rem .5rem;
}

footer .blank-list li a {
  background: transparent;
  border-radius: 0;
  border: 2px solid #d3d3d3;
  color: #333;
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
}
footer .blank-list li a:after {
    width: 15px;
    height: 13px;
}


  /* footer_list
  ----------------------------------------------------------------------------*/
  .footer-list {
    background-color: rgb(211, 211, 211);
    background-size: 4px 4px;
    background-image: -webkit-linear-gradient(135deg, rgb(224, 224, 224) 25%, transparent 25%, transparent 50%, rgb(224, 224, 224) 50%, rgb(224, 224, 224) 75%, transparent 75%, transparent);
    overflow: hidden;
    margin: 0 auto 40px;
    text-align: center;
    width: 1300px;/*add*/
  }
  .resp .footer-list {
    width: 100%;
  }
  .footer-list li {
    float: none;
    display: inline-block;
  }

  /* 170530 add */
  .resp footer .inner {
      width: 98%;
  }
  .resp .footer-list li {
    font-size: 1.3rem;
  }

  .footer-list li:first-child, .footer-list li:not(:first-child) {
    width: auto;
  }
  .footer-list li:not(:last-of-type) {
    padding-right: 20px;
  }
  .footer-list li:not(:last-of-type):after {
    content: "|";
    display: inline;
    padding-left: 30px;
  }
  .footer-list li a {
    background: none;
    display: inline-block;
    margin: 20px 0;
    padding: 0;
    text-align: center;
  }

  /* 10530 add */
  .resp .footer-list li:not(:last-of-type) {
    padding-right: 15px;
  }


  /* sns
  ----------------------------------------------------------------------------*/
  .sns {
      display: -webkit-box;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      margin: 12.5px auto 30px;
      width: 100%;
  }
  .sns li {
      width: 40px;
      margin-left: 8px;
  }
  .sns:not(:target) {
    clear: both\9; /* IE9,10 */
    display: block\9; /* IE9,10 */
    width: 120px\9; /* IE9,10 */
  }
  .sns li:not(:target) {
    display: inline-block\9; /* IE9,10 */
  }

  .f-logo {
      display: -webkit-box;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      margin: 12.5px auto 30px;
      width: 100%;
  }
  .f-logo p {
      /*width: 140px;*/
  }
  .f-logo:not(:target) {
    clear: both\9; /* IE9,10 */
    display: block\9; /* IE9,10 */
    width: 120px\9; /* IE9,10 */
  }
  .f-logo p:not(:target) {
    display: inline-block\9; /* IE9,10 */
  }
  .f-logo p a {
    width: 100%;
    height: auto;
    max-width: 12rem;
    max-height: 4rem;
    display: block;
  }


	.pagetop {
    right: 25px;/* 31.5rem */
    bottom: 65px;/* 2.5rem */
  }
  .pagetop a {
    width: 70px;
    height: 70px;
  }
  footer small {
    font-size: 1.2rem;
    padding-bottom: 50px;
  }


  /* Common Parts
  ----------------------------------------------------------------------------*/
  .box-column2 li {
    width:580px;
  }


  /* Faq Parts
  ----------------------------------------------------------------------------*/
  .mark-faq {
    border-radius: 10px;
    font-size:2.4rem;
    margin: 0 20px 0 0;
    padding: 0;
    width: 40px;
    height: 40px;
  }
  .mark-faq-category {
    font-size: 1.4rem;
    margin: 0 2rem 0 0;
/*    padding: 2px 30px;	*/
    padding: 2px 0;
    min-width: 13.5rem;
    border-radius: .8rem;
  }

  br {
    letter-spacing: 0;
    white-space: normal;
  }



  /*-- coupon
    ----------------------------------------------------------------------------*/
    .coupon {
  		padding: 0 0 100px;
  	}
    .coupon p:nth-of-type(1) {
      padding-top: 0;/* 15px */
      padding-bottom: 30px;
      text-align: center;
    }
    .coupon .list {
      display: flex;
      justify-content: center;
      margin: 75px auto 60px;
      width: 100%;
      max-width: 1130px;
	  flex-wrap: wrap;
    }
    .coupon .list li {
      border-radius: 4px;
      margin: 0 4px 12px;
      width: 30%;
    }
    .coupon .list li:nth-of-type(odd) {
      margin-right:4px;
    }

	.coupon .list li:nth-of-type(7) dt{
	    height: 226px;
		background-size: auto 66px;
	}
	.coupon .list li:nth-of-type(7) dt strong {
    	font-size: 1.6rem;
	}
    .coupon .list .limit {
      font-size: 1.4rem;
    }
    .coupon .list dt {
	background: #fff no-repeat center 30px;
    background-size: auto 76px;
    font-size: 1.8rem;
    height: 216px;
    line-height: 1.4;
    padding: 128px 0 15px;
    }
    .coupon .list dt strong {
      font-size: 1.8rem;
    }
    .coupon .list dd:last-of-type {
      padding: 16px 0;
      border-radius: 4px;
      font-size: 1.6rem;
    }
  }


/* 960px～ */
@media screen and (min-width: 960px) {

/*-- header
----------------------------------*/

  /* 170530 add */
.resp .header ul.sp-none li:not(first-chid) {
  padding-left: 20px;
}
  /* 170530 add */
.resp .header-menu {
/*  width: 33.65%;	*/
  width: 50%;
}
  /* 170530 add */
.resp .header-menu li a {
    font-size: 1.4rem;
}
.resp #menu li a {
  font-size: 1.4rem;
}


/*-- footer
----------------------------------*/
.resp .footer-list li {
  font-size: 1.5rem;
}
.resp .footernav {
  width: calc(100% - 160px);
}
.resp .footernav .box {
    width: 23%;
}

.resp footer .aside-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 160px;
  float: right;
}
.resp footer .aside-list ul {
  padding: 0 0 16px;
  width: 100%;
}

.resp footer .aside-list ul:first-child {
    padding-bottom: 20px;
}
.resp footer .aside-list ul:first-child li {
  width: 100%;
}
.resp footer .aside-list ul:first-child li:nth-of-type(odd) {
  margin-right: 0;
}
.resp footer .aside-list li a {
  background: #fff;
  border-radius: 5px;
  border: 2px solid #d3d3d3;
  color: #4c4c4c;
  display: block;
  margin-bottom: 0;
  padding: 5px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}
.resp footer .blank-list {
  margin-top: 20px;
}
.resp footer .blank-list li {
  width: 100%;
  margin-left: 0;
}
.resp footer .blank-list li:first-child {
  margin-left: 0;
}
footer .blank-list li:nth-child(odd) {
    margin-right: 0;
}

.resp footer .blank-list li a {
  background: transparent;
  border-radius: 0;
  border: 2px solid #d3d3d3;
  color: #333;
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
}
.resp footer .blank-list li a:after {
    width: 15px;
    height: 13px;
}
.resp footer .aside-list ul:first-child li:not(:last-child) {
  width: 100%;
}

/* 10530 add */
.resp .footer-list li:not(:last-of-type) {
  padding-right: 20px;
}

/* coupon */
.coupon .list li {
    width: 25%;
    max-width: calc((100% - 60px) / 4);
}

.coupon .list dt {
    background-size: auto 80px;
}
.coupon .list li:nth-of-type(7) dt {
   background-size: auto 70px;
   height: 216px;
   padding: 116px 0 15px;
}
.coupon .list li:nth-of-type(7) dt strong{
	font-size: 1.6rem;
}

}




/* 1200px～ */
@media print, screen and (min-width: 1200px) {
  body {min-width:1200px;}

  /*-- header
  ----------------------------------*/
  .header {
    width: 100%;
  }
  .header .inner {
    width: 100%;
    max-width: 1200px;
  }
  #menu {
    width: 1200px;
  }
  .resp .header {
    width: 100%;
  }
 .resp .header .inner {
    width: 100%;
    max-width: 1200px;
  }

 .resp #menu {
    width: 1200px;
  }
 .resp #menu li a {
   font-size: 1.6rem;
 }
  aside,
  footer,
  .footer-list {
    width: 100%;
  }

  /* 170530 add */
  .header-menu {
    width: auto;
  }

  .resp .header-menu {
/*    width: 404px;	*/
    width: 600px;
  }
  .resp .header-menu li {
/*    width: 50%;	*/
    width: 33%;
  }
  .resp .header ul.sp-none {
    left: 172px;
    bottom: 6px;
  }
  .resp .header-menu li a {
    font-size: 1.6rem;
  }


/*-- footer
----------------------------------*/
.resp  footer .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
  }
.resp .footer-list {
	width: 100%;
}

/* 170530 add */
.resp .footer-list li {
    font-size: 1.6rem;
}

.resp .footernav .box {
    float: left;
    width: 194px;
  }
 .resp .footernav .box:not(:last-child) {
    margin-right: 10px;
  }
 .resp .footernav .box:nth-of-type(2) {
  position: absolute;
  top: 382px;
  left: 0;
}

.resp .footernav {
	max-width: 1010px;
}
.resp .footernav .box{
	width: 194px;
}

footer .blank-list li:nth-child(odd) {
    margin-right: 0;
}


  .breadcrumb {
    padding: 15px 10px 30px 0;
  }


.induction {
  width: auto;
  max-width: 780px;
}
.induction p:nth-of-type(1) {
  font-size: 2rem;
  line-height: 1.8;
}
.induction span {
    font-size: 3rem;
}


/*-- coupon
----------------------------------*/
.coupon .list dt {
    background: #fff no-repeat center 26px;
    height: 216px;
    padding: 138px 0 15px;
}
.coupon .list dt {
    background-size: auto 90px;
}
.coupon .list li {
    max-width: calc((100% - 90px) / 4);
}
.coupon .list li:nth-of-type(7) dt {
    padding: 128px 0 0;
	background-size: auto 80px;
}
.coupon .list li:nth-of-type(7) dt strong {
    font-size: 1.8rem;
}


}



/* ～320px */
@media screen and (max-width: 320px) {

  /* .header */
  .header-menu {
    width: 66%;
  }
  .header-menu li {
    font-size: 1rem;
  }

  /* PageTop */
  .pagetop {
    bottom: 3.75rem;
  }

  .flow .icolist {
    width: 100%;
  }

  /* ご利用時の注意事項 */
  .btn-notes a {
    background: #000684 url(/img/ico/ico_btn_white.png) no-repeat right 5.5% center;
    background-size: 1.4rem auto;
  }

  .btn-notes span:before {
      left: 8rem;
  }
  .btn-notes span:after {
      right: 8rem;
  }

	.coupon .list dt {
		background-size: auto 42px;
	}
.coupon .list li:nth-of-type(7) dt strong {
    font-size: 1.0rem;
}


}


/* landscape */
@media screen and (max-width: 750px) and (orientation:landscape) {
/*  .header-menu {width: 40%;}	*/
  /*.header-menu {width: 60%;}*/
  .header-menu {width: 70%;}
  .header-menu li:first-of-type a:before {
    margin: 0 1rem 0 0;
    width: 3.8rem;
    height: 3rem;
  }
  .header-menu li:nth-of-type(2) a:before {
    margin: 0 1rem 0 0;
    width: 2.6rem;
    height: 3.2rem;
  }
  .header-menu li:last-of-type a:before {
    margin: 0 1rem 0 0;
    width: 3.6rem;
    height: 3rem;
  }

}



@media print {
/* header footer */
.resp #menu li a,
.resp .header-menu li a {
	font-size: 1.2rem;
}
.resp .header-menu li,
.resp .header-menu li a {
  width: 148px !important;
  margin: 0;
  padding: 0;
}

.resp .header-menu {
    width: 296px;
}
.induction {
	margin: 0 auto;
	padding: 10px;
	width: 80%;
}
.resp footer .inner {
	width: 100%;
}
.resp footer .footernav,
footer .aside-list {
	display: none;
}
.induction a.btn.btn-orange {
	width: auto;
}
.resp #menu {
	width: 100%;
}
.resp .header ul.sp-none li {
    font-size: 0.4rem;
}
}
