@charset "euc-jp";


body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

/*
 * layout
 */

/*PC*/

@media (min-width: 980px){


.sp{
  display:none;
}

#wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 5px solid #186aab;
}
#wrapper > .row{
  max-width: 1000px;
}
#header {
  width: 100%;
  margin: 0 auto;
}
#header ul{
  margin: 0;
}
.header_inner {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
}
#header .header_logo {
  display: inline-block;
  vertical-align: top;
  width: 31.5%;
  padding-top: 3.5%;
}
#header .header_utility {
  display: inline-block;
  vertical-align: top;
  width: 68.5%;
  padding-top: 1.3%;
}
#header .header_utility ul {
  font-size: 0;
}
#header .header_utility li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
#header .header_utility > ul > li:first-child{
  width: 40%;
}
#header .header_utility > ul > li:last-child{
  width: 60%;
}
#header .header_utility ul li ul{
  font-size: 0;
  margin-bottom: 3.16%;
}
#header .header_utility > ul > li:last-child ul:first-child li{
  width: 50%;
  text-align: right;
}
#header .header_utility > ul > li:last-child ul:last-child {
  text-align: right;
}
#header .header_utility > ul > li:last-child ul:last-child li{
  margin-left: 1em;
}


#header .global_navi {
  width: 100%;
  background: #000;
}
#header .global_navi ul{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#header .global_navi ul li {
}
#header .global_navi ul li a{
  color: #fff;
  display: inline-block;
  padding: 1.5em 0;
}
#footer {
  width: 100%;
  background: #186aab;
  padding: 3.6em 0;
  font-size: 14px;
}
#footer ul {
  max-width: 1000px;
  margin: 0 auto 2em;
  text-align: center;
}
#footer ul li{
  margin: 0 1em;
}
#footer li a {
  color: #fff;
}
#footer address {
  margin: 0;
  text-align: center;
  color: #fff;
}
#footer address a {
  color: #fff;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
  margin-top: 20px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */
#side h3 {
  font-size: 20px;
  color: #fff;
  background :#186aab;
  padding: 0.66em 0.66em;
  margin-bottom:0;
}
#side ul {
  margin: 0;
}
#side ul li{
  border-bottom: 1px solid #eeeeee;
  padding: 1.2em;
  list-style:none;
}
#side ul li a:before{
  content: '> ';
  font-weight: bold;
  color: #186aab;
  font-size: 11px;
  position: relative;
  top: -1px;
}
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
}

@media (max-width: 979px){

.pc{
  display:none;
}

#wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 5px solid #186aab;
}
#wrapper > .row{
  max-width: 1000px;
  width: 100% !important;
}
#header {
  width: 100%;
  margin: 0 auto;
}
#header ul{
  margin: 0;
}
.header_inner {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
}
#header .header_logo {
  display: inline-block;
  vertical-align: top;
  width: 36.5%;
  padding: 4vw 3% 0;
  float: left;
}
#header .header_utility {
  vertical-align: top;
  padding-top: 4vw;
}
#header .header_utility .top_btn {
  float:right;
  width: 49%;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-right: 2%;
}

#header .header_utility .top_btn>li{
  width: 11vw;
}

#header .header_utility p{
  clear:both;
  text-align:right;
  padding: 3vw 2vw 0 0;
}

#header .header_utility p img{
  width: 63%;
}

#header .header_utility .top_link{
  text-align: right;
  margin-right: 2vw;
  padding-bottom: 3vw;
}

#header .header_utility .top_link li{
  display: inline-block;
  margin-left: 3vw;
}

#header .header_utility .top_link  li a{
    font-size: 3vw;
}

.sp_nav_wrap{
  position:fixed;
  top: 5px;
  right:0;
  left:0;
  width:100%;
  background:#000;
  z-index: 100;
  height: 100vh;
  display:none;
}

.sp_nav_wrap .close{
  float: right;
  text-shadow: none;
  line-height: 10;
  opacity: 1;
  text-align: right;
  padding: 4vw 3vw 1vw;
  width: 9vw;
  margin: 2vw 0 1vw;
}

.sp_nav_wrap ul{display: block;width: 100%;background: #000;clear: both;}

.sp_nav_wrap ul li{
  padding: 0 4vw;
}

.sp_nav_wrap ul li a{
  display: block;
  font-size: 4vw;
  color: #fff;
  font-weight: bold;
  padding: 4vw 7vw 3vw;
  border-bottom: 1px solid #434343;
  background: url(https://file002.shop-pro.jp/PA01399/866/images/header/navi_arrow.jpg)no-repeat left 1vw center / 2%;
}

#header .global_navi {
  width: 100%;
  background: #000;
  display: none;
}
#header .global_navi ul{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#header .global_navi ul li {
}
#header .global_navi ul li a{
  color: #fff;
  display: inline-block;
  padding: 1.5em 0;
}
#footer {
  width: 100%;
  background: #186aab;
  padding: 6vw 3vw 3vw;
  font-size: 3.4vw;
  box-sizing: border-box;
}
#footer ul {
  max-width: 1000px;
  margin: 0 auto 2em;
  text-align: center;
}
#footer ul li{
  margin: 1vw;
}
#footer li a {
  color: #fff;
}
#footer address {
  margin: 0;
  text-align: center;
  color: #fff;
}
#footer address a {
  color: #fff;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */
#side h3 {
  font-size: 20px;
  color: #fff;
  background :#186aab;
  padding: 0.66em 0.66em;
  margin-bottom:0;
}
#side ul {
  margin: 0;
}
#side ul li{
  border-bottom: 1px solid #eeeeee;
  padding: 1.2em;
  list-style:none;
}
#side ul li a:before{
  content: '> ';
  font-weight: bold;
  color: #186aab;
  font-size: 11px;
  position: relative;
  top: -1px;
}
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
  
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

.dib {  display: inline-block; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

@media (min-width: 980px){

.top_contact {
  border: 1px solid #d5e6f3;
  border-top: 5px solid #186aab;
}
.top_contact ul {
  margin: 0;
}
.top_contact .txt_c {
  font-size: 18px;
  padding: 1.2em 0;
}
.top_contact ul {
  text-align: center;
  margin: bottom: 1em;
}
.top_contact ul li{
  display: inline-block;
  vertical-align: top;
  margin: 0 2%;
}
.top_contact ul li p{
  margin: 0 0 5px;
}
.top_contact > p:last-child {
  background: #d5e6f3;
  text-align: center;
  padding: 1em 0;
}


/*service*/

#service {
}

#service .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

#service ul {
  margin: 0;
}

#service .shop_list_sp{
  display:none;
}

#service li {
  list-style: none;
}

#service .tac {
  text-align: center;
}

#service .sec01 {}

#service .sec01 .ttl {
  position: relative;
  background: #000;
  padding: 10px 0;
  text-align: center;
  margin: 0 0 0;
}

#service .sec01 .left_sample {
  position: absolute;
  left: 8px;
  top: 15px;
}

#service .sec01 .right_sample {
  position: absolute;
  bottom: -35px;
  right: 8px;
}

#service .sec01 .sub_ttl {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #186aab;
  padding: 15px 19px;
  margin: 0 0 22px;
}

#service .sec01 .sub_ttl:before {
  content: url(https://file002.shop-pro.jp/PA01399/866/images/service/icon.jpg);
  padding: 0 9px 0 0;
  vertical-align: sub;
}

#service .sec01 .square_text {
  color: #186aab;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 22px;
}

#service .sec01 .btn_block {
  background: #f0f0f0;
  -webkit-padding-start: 0px;
  margin: 0 0 34px;
  padding: 30px 102px;
}

#service .sec01 .btn_block li {}

#service .sec01 .service_block {
  margin: 0 0 31px;
}

#service .sec01 .service_block ul.flex li {
  margin: 0 0 21px;
}

#service .sec01 .catch_bnr {
  padding: 0px 0 0;
}

#service .sec02 {
  padding: 1px 0 0;
}

#service .sec02 .ttl {
  position: relative;
  background: #000;
  padding: 33px 0 33px 203px;
}

#service .sec02 .ttl .girl {
  position: absolute;
  left: 37px;
  bottom: 0;
}

#service .sec02 .naire_block {
  margin: 0 0 37px;
}

#service .sec02 .naire_block .naire_sub_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #1fb8bb;
  padding: 9px 0 9px 17px;
}

#service .sec02 .naire_block dl.flex {
  margin: 0;
}

#service .sec02 .naire_block dl.flex dt {}

#service .sec02 .naire_block dl.flex dd {
  width: 307px;
}

#service .sec02 .text {
  line-height: 1.8;
}

#service .sec02 .description_pic {
  padding: 18px 0 0;
}

#service .sec02 .patern_ttl {
  background: #186aab;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}

#service .sec02 .naire_text {
  letter-spacing: 1.2px;
  line-height: 1.8;
  margin: 0 0 37px;
}

#service .sec02 .naire_block ul.flex li {
  padding: 0 0 13px;
}

#service .sec02 .naire_block .mb36 {
  margin: 0 0 36px;
}

#service .sec02 .naire_block .square_text {
  color: #1fb8bb;
  font-size: 20px;
  font-weight: bold;
}

#service .sec02 .naire_block .description {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

#service .font_block li {
   padding: 0 0 10px;
}

/*advantage*/

#advantage {
  width: 700px;
}

#advantage .red {
  color: #eb3e2b!important;
  font-weight: bold;
}

#advantage .pink {
  color: #eb2bdb;
  font-weight: bold;
}

#advantage .light_blue {
  background: #8cd2f4;
}

#advantage .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

#advantage ul {
  margin: 0;
}

#advantage li {
  list-style: none;
}

#advantage .tac {
  text-align: center;
}

#advantage .mb0 {
  margin: 0;
}

#advantage .sec01 {
  margin: 0 0 29px;
}

#advantage .sec01 .thinking_block {
  background: #ffe245;
  padding: 26px 0 36px;
  position: relative;
}

#advantage .sec01 .thinking_block .thinking_ttl {
  text-align: center;
}

#advantage .sec01 .thinking_block .thinking_text {
  background: #fff;
  padding: 23px 0 0;
}

#advantage .sec01 .thinking_block .thinking_inner_text {
  width: 462px;
  float: right;
  font-size: 16px;
  letter-spacing: 1.2px;
  line-height: 1.8;
  padding: 0 18px 0 0;
}

#advantage .sec01 .thinking_block .girl_icon {
  position: absolute;
  bottom: -10px;
  left: 20px;
}

#advantage .sec02 {}

#advantage .sec02 .blue_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #186aab;
  padding: 13px 0 13px 19px;
  margin: 0px 0 0px;
  letter-spacing: 1px;
}

#advantage .sec02 .recentry_block {
  margin: 0 0 106px;
}

#advantage .sec02 .recentry_block_inner {
  background: url(https://file002.shop-pro.jp/PA01399/866/images/advantage/gray_bg.jpg);
  padding: 18px 20px 29px;
  position: relative;
}

#advantage .sec02 .recentry_block .text {
  color: #000;
  line-height: 1.8;
  letter-spacing: 1px;
}

#advantage .sec02 .recentry_block .text01 {
  width: 406px;
  margin: 0 0 63px;
}

#advantage .sec02 .recentry_block .icon_human {
  position: absolute;
  top: 30px;
  right: 16px;
}

#advantage .sec02 .recentry_block .calendar_select {
  position: absolute;
  bottom: -101px;
  left: 0;
  right: 0;
  width: 518px;
  margin: 0 auto;
}


#advantage .sec02 .strong03_block {}

#advantage .sec02 .strong03_block .strong03_block_ttl {
  text-align: center;
}

#advantage .sec02 .strong03_block .strong_btn {
  margin: 0 0 33px;
}

#advantage .sec02 .strong03_block .strong_btn li {}

#advantage .sec02 .strong03_block .strong_btn li a {
  text-align: center;
  display: inline-block;
  background: url(https://file002.shop-pro.jp/PA01399/866/images/advantage/select_btn_bg.jpg) no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 223px;
  padding: 15px 0 30px;
}

#advantage .sec02 .strong03_block .strong_btn li:nth-child(3) a {
  padding: 27px 0 44px;
}

#advantage .sec02 .strong01 {
  margin: 0 0 28px;
}

#advantage .sec02 .strong01 .strong01_inner {
  background: url(https://file002.shop-pro.jp/PA01399/866/images/advantage/gray_bg.jpg);
  padding: 26px 20px 5px;
}

#advantage .sec02 .strong01 .pic_box {
  margin: 0 0 8px;
}

#advantage .sec02 .strong01 .pic_box li {}

#advantage .sec02 .strong01 .pic_box li:nth-child(2) {
  width: 343px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

#advantage .sec02 .strong01 .text {
  font-size: 14px;
  color: #000;
  line-height: 1.8;
  letter-spacing: 1px;
}


#advantage .sec02 .strong01 .text.red {
  padding: 11px 0;
}


#advantage .sec02 .strong02 {
  margin: 0 0 28px;
}

#advantage .sec02 .strong02 .strong02_inner {
  background: url(https://file002.shop-pro.jp/PA01399/866/images/advantage/gray_bg.jpg);
  padding: 26px 20px 5px;
  margin: 0 0 28px;
}

#advantage .sec02 .strong02 .text_first {
  margin: 0 0 28px;
}

#advantage .sec02 .strong02 .pic_box {
  margin: 0 0 8px;
}

#advantage .sec02 .strong02 .pic_box li {}

#advantage .sec02 .strong02 .pic_box li:nth-child(2) {
  width: 343px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

#advantage .sec02 .strong02 .text {
  font-size: 14px;
  color: #000;
  line-height: 1.8;
  letter-spacing: 1px;
}


#advantage .sec02 .strong02 .text.red {
  padding: 11px 0;
}

#advantage .sec02 .strong02 .calendar_pic {
  text-align: center;
}

#advantage .sec02 .strong02 .light_blue_ttl {
  background: #8cd2f4;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 11px 0px 11px 14px;
  letter-spacing: 1px;
}

#advantage .sec02 .strong02 .human_icon_block {}

#advantage .sec02 .strong02 .human_box {
  margin: 0 0 19px;
}

#advantage .sec02 .strong02 .human_box li {}

#advantage .sec02 .strong02 .human_icon {}

#advantage .sec02 .strong02 .human_icon_block_blue_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #186aab;
  border-bottom: solid 2px #000;
  padding: 17px 0 7px;
  width: 572px;
  margin: 0 0 15px;
  letter-spacing: 1px;
}

#advantage .sec02 .strong02 .human_block_text {
  font-size: 18px;
  color: #000;
  position: relative;
  padding: 0 0 0 80px;
}

#advantage .sec02 .strong02 .human_block_text .arrow_icon {
  position: absolute;
  top: 10px;
  left: 24px;
}

#advantage .sec02 .strong02 .example_block {
  width: 589px;
  float: right;
}

#advantage .sec02 .strong02 .example_box {
  position: relative;
  width: 282px;
}

#advantage .sec02 .strong02 .examole_icon {
  font-weight: bold;
  color: #000;
  background: #ffe245;
  width: 89px;
  text-align: center;
  border-radius: 48px;
  padding: 32px 0;
  position: absolute;
  top: -15px;
  left: -79px;
  z-index: 10;
}

#advantage .sec02 .strong02 .example_block_ttl {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #186aab;
  text-align: center;
  padding: 12px 0;
  margin: 0 0 0;
}

#advantage .sec02 .strong02 .example_block_ttl:before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 46%;
  border: 12px solid transparent;
  border-top: 12px solid #186aab;
}

#advantage .sec02 .light_green:before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 46%;
  border: 12px solid transparent;
  border-top: 12px solid #20bcbf!important;
}

#advantage .sec02 .strong02 .example_block_text {
  background: #efefef;
  line-height: 2;
  color: #000;
  padding: 20px 30px 12px;
  text-align: center;
}
#advantage .sec02 .strong02 .example_block_text a {
  text-decoration: underline;
}

#advantage .sec02 .strong02 .bottom_line01 {
    padding: 20px 30px 169px;
}
#advantage .sec02 .strong02 .bottom_line02 {
    padding: 20px 30px 179px;
}
#advantage .sec02 .strong02 .bottom_line03 {
    padding: 20px 30px 263px!important;
}

#advantage .sec02 .strong02 .bottom_line04 {
     padding: 20px 30px 86px!important;
}
#advantage .sec02 .light_green {
  background: #20bcbf!important;
}

#advantage .sec02 .second_block_ttl {
  padding: 66px 0 0;
}


#advantage .sec02 .human_icon_block02 {
  margin: 0 0 25px;
}

#advantage .sec02 .human_icon_block02 .human_icon {
  padding: 0 0 0 22px;
}

#advantage .sec02 .human_icon_block03 {}

#advantage .sec02 .human_icon_block03 .human_icon {
  padding: 0 0 0 22px;
}

#advantage .sec02 .human_icon_block03 .third_block_ttl {
  width: 570px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: 16px;
}

#advantage .sec02 .human_icon_block03 .human_box {
  padding: 18px 0 0;
}

#advantage .sec02 .human_icon_block03 .example_block {
  margin: 0 0 11px;
  width: 615px;
}

#advantage .sec02 .human_icon_block03 .example_block_ttl {
  font-size: 16px;
  line-height: 1.8;
}

#advantage .sec02 .human_icon_block03 .example_box {
  position: relative;
  width: 300px;
}

#advantage .sec02 .human_icon_block03 .threee_line {
  padding: 20px 30px 40px;
}

#advantage .sec02 .strong03 {
  margin: 0 0 54px;
}

#advantage .sec02 .strong03 .text {
  font-size: 14px;
  color: #000;
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 0 0 30px;
}

#advantage .sec02 .strong03 .strong03_inner {
  background: url(https://file002.shop-pro.jp/PA01399/866/images/advantage/gray_bg.jpg);
  padding: 17px 20px 30px;
}

#advantage .sec02 .strong03 .naire_btn {
  text-align: center;
}

#advantage .sec02 .strong03 .naire_btn a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: url(https://file002.shop-pro.jp/PA01399/866/images/advantage/naire_btn.jpg)no-repeat top center;
  padding: 12px 57px;
  letter-spacing: 1px;
}


table.size_table {
    width: 701px;
    margin: 20px 0 60px;
}
table.size_table th {
    padding: 10px 15px;
    border: 1px solid #fff;
}
table.size_table td{
    padding: 10px 15px;
    border: 1px solid #eee;
    }
}

@media (max-width: 979px){

.pc{
  display:none;
}

.inner{padding:0 4vw;}

.top_contact {
  border: 1px solid #d5e6f3;
  border-top: 5px solid #186aab;
}
.top_contact ul {
  margin: 0;
}
.top_contact .txt_c {
  font-size: 18px;
  padding: 1.2em 0;
}
.top_contact ul {
  text-align: center;
  margin: bottom: 1em;
}
.top_contact ul li{
  display: inline-block;
  vertical-align: top;
  margin: 0 2%;
}
.top_contact ul li p{
  margin: 0 0 5px;
}
.top_contact > p:last-child {
  background: #d5e6f3;
  text-align: center;
  padding: 1em 0;
}


/*service*/

#service {
}

#service .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

#service .shop_list{
  display:none;
}

#service .shop_list_sp li{
  margin-bottom:20px;
}

#service ul {
  margin: 0;
}

#service li {
  list-style: none;
}

#service .tac {
  text-align: center;
}

#service .sec01 {}

#service .sec01 .ttl {
  position: relative;
  background: #000;
  padding: 12px 3vw;
  text-align: center;
  margin: 0 0 0;
}

#service .sec01 .left_sample {
  position: absolute;
  left: 8px;
  top: 15px;
}

#service .sec01 .right_sample {
  position: absolute;
  bottom: -35px;
  right: 8px;
}

#service .sec01 .sub_ttl {
  font-size: 3.7vw;
  color: #fff;
  font-weight: bold;
  background: #186aab url(https://file002.shop-pro.jp/PA01399/866/images/service/icon_sp.jpg)no-repeat left 4vw center /9vw;
  padding: 3vw 4vw 2vw 18vw;
  margin: 0 0 22px;
}

#service .sec01 .sub_ttl.simple{
  padding: 5vw 4vw 4vw 18vw;
}

#service .sec01 .square_text {
  color: #186aab;
  font-size: 4.5vw;
  font-weight: bold;
  margin: 0 0 3vw;
}

#service .sec01 .btn_block {
  background: #f0f0f0;
  -webkit-padding-start: 0px;
  margin: 0 0 4vw;
  padding: 4vw 3vw 4vw;
}

#service .sec01 .btn_block li {
    width: 48%;
}

#service .sec01 .service_block {
  margin: 0 0 4vw;
}

#service .sec01 .service_block ul.flex li {
  margin: 0 auto 5vw;
}

#service .sec01 .catch_bnr {
  padding: 0px 0 0;
}

#service .sec02 {
  padding: 1px 0 0;
}

#service .sec02 .ttl {
  position: relative;
  background: #000;
  padding: 5vw 11vw 4vw 29vw;
}

#service .sec02 .ttl .girl {
  position: absolute;
  left: 4vw;
  bottom: 0;
  width: 21vw;
}

#service .sec02 .naire_block {
  margin: 0 0 4vw;
}

#service .sec02 .naire_block .naire_sub_ttl {
  font-size: 3.7vw;
  font-weight: bold;
  color: #fff;
  background: #1fb8bb;
  padding: 2vw 0 2vw 4vw;
}

#service .sec02 .naire_block dl.flex {
  margin: 0;
}

#service .sec02 .naire_block dl.flex dt {
    width: 100%;
    margin-bottom: 3vw;
}

#service .sec02 .naire_block dl.flex dt img{
  width:100%;
}

#service .sec02 .naire_block dl.flex dd {margin: 0;}

#service .sec02 .text {
  line-height: 1.8;
  font-size: 3.5vw;
  margin: 0 0 1vw;
}

#service .sec02 .description_pic {margin: 2vw 0 1vw;}

#service .sec02 .patern_ttl {
  background: #186aab;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}

#service .sec02 .naire_text {
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin: 0 0 4vw;
  font-size: 3.5vw;
}

#service .sec02 .naire_block ul.flex li {width: 100%;}

#service .sec02 .naire_block .mb36 {
  margin: 0 0 2vw;
}

#service .sec02 .naire_block .square_text {
  color: #1fb8bb;
  font-size: 4.5vw;
  font-weight: bold;
}

#service .sec02 .naire_block .description {
  font-size: 3.5vw;
  font-weight: bold;
  color: #000;
  margin-bottom: 4vw;
}

#service .font_block li {
   padding: 0 0 10px;
}

/*advantage*/

#advantage {
}

#advantage .red {
  color: #eb3e2b!important;
  font-weight: bold;
}

#advantage .pink {
  color: #eb2bdb;
  font-weight: bold;
}

#advantage .light_blue {
  background: #8cd2f4;
}

#advantage .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

#advantage ul {
  margin: 0;
}

#advantage li {
  list-style: none;
}

#advantage .tac {
  text-align: center;
}

#advantage .mb0 {
  margin: 0;
}

#advantage .sec01 {
  margin: 0 0 6vw;
}

#advantage .sec01 .thinking_block {
  background: #ffe245;
  padding: 3px 0 3vw;
  position: relative;
}

#advantage .sec01 .thinking_block .thinking_ttl {
  text-align: center;
  margin-bottom: 3px;
}

#advantage .sec01 .thinking_block .thinking_text {
  background: #fff;
  padding: 3vw 0 0;
}

#advantage .sec01 .thinking_block .thinking_inner_text {
  float: right;
  font-size: 3.2vw;
  letter-spacing: 1.2px;
  line-height: 1.6;
  padding: 1vw 2vw 0vw 37vw;
}

#advantage .sec01 .thinking_block .girl_icon {
  position: absolute;
  bottom: 4vw;
  left: 6vw;
  width: 23vw;
}

#advantage .sec02 {}

#advantage .sec02 .blue_ttl {
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  background: #186aab;
  padding: 3vw 2vw 2vw;
  margin: 0px 0 0px;
  letter-spacing: 1px;
}

#advantage .sec02 .blue_ttl br{
  display:none;
}

#advantage .sec02 .recentry_block {
  margin: 0 0 106px;
}

#advantage .sec02 .recentry_block_inner {
  background: url(https://file002.shop-pro.jp/PA01399/866/images/advantage/gray_bg.jpg);
  padding: 18px 20px 29px;
  position: relative;
}

#advantage .sec02 .recentry_block .text {
  color: #000;
  line-height: 1.8;
  font-size: 3.5vw;
}

#advantage .sec02 .recentry_block .text01 {padding-right: 31vw;margin-bottom: 1vw;}

#advantage .sec02 .recentry_block .text01 br{display:none;}

#advantage .sec02 .recentry_block .icon_human {
  position: absolute;
  top: 5vw;
  right: 3vw;
  width: 31vw;
}

#advantage .sec02 .recentry_block .calendar_select {
  position: absolute;
  bottom: -101px;
  left: 0;
  right: 0;
  margin: 0 auto;
}


#advantage .sec02 .strong03_block {}

#advantage .sec02 .strong03_block .strong03_block_ttl {
  text-align: center;
}

#advantage .sec02 .strong03_block .strong_btn {
}

#advantage .sec02 .strong03_block .strong_btn li {
    width: 32%;
}

#advantage .sec02 .strong03_block .strong_btn li a {
  text-align: center;
  display: inline-block;
  background: url(https://file002.shop-pro.jp/PA01399/866/images/advantage/select_btn_bg_sp.jpg) no-repeat top center / 100%;
  font-size: 3.2vw;
  font-weight: bold;
  color: #fff;
  padding: 2vw 2vw 1vw;
  width: 100%;
  height: 22vw;
  box-sizing: border-box;
}

#advantage .sec02 .strong03_block .strong_btn li:nth-child(2) a{
  padding-top:5vw;
}

#advantage .sec02 .strong03_block .strong_btn li:nth-child(3) a {
  padding: 5vw 0 0vw;
}

#advantage .sec02 .strong01 {
  margin: 4vw 0 4vw;
}

#advantage .sec02 .strong01 .strong01_inner {
  background: url(https://file002.shop-pro.jp/PA01399/866/images/advantage/gray_bg.jpg);
  padding: 4vw 4vw 1vw;
}

#advantage .sec02 .strong01 .pic_box {
  margin: 0;
  display: block;
}

#advantage .sec02 .strong01 .pic_box .pic{}

#advantage .sec02 .strong01 .pic_box li {}

#advantage .sec02 .strong01 .pic_box li:nth-child(1){
    width: 36vw;
    float: left;
    margin-right: 2vw;
}

#advantage .sec02 .strong01 .pic_box li:nth-child(2) {
  box-sizing: border-box;
}

#advantage .sec02 .strong01 .text {
  font-size: 3.5vw;
  color: #000;
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 0 0 1vw;
}


#advantage .sec02 .strong01 .text.red {
  padding: 1vw 0;
}


#advantage .sec02 .strong02 {
  margin: 0 0 4vw;
}

#advantage .sec02 .strong02 .strong02_inner {
  background: url(https://file002.shop-pro.jp/PA01399/866/images/advantage/gray_bg.jpg);
  padding: 2vw 4vw;
  margin: 0 0 8vw;
}

#advantage .sec02 .strong02 .text_first {
  margin: 0 0 5vw;
}

#advantage .sec02 .strong02 .pic_box {
  margin: 0 0 8px;
}

#advantage .sec02 .strong02 .pic_box li {}

#advantage .sec02 .strong02 .pic_box li:nth-child(2) {
  width: 343px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

#advantage .sec02 .strong02 .text {
  font-size: 14px;
  color: #000;
  line-height: 1.8;
  letter-spacing: 1px;
}


#advantage .sec02 .strong02 .text.red {
  padding: 11px 0;
}

#advantage .sec02 .strong02 .calendar_pic {
  text-align: center;
  margin: 0 auto 2vw;
  width: 83vw;
}

#advantage .sec02 .strong02 .light_blue_ttl {
  background: #8cd2f4;
  font-size: 3.8vw;
  font-weight: bold;
  color: #000;
  padding: 3vw 0 2vw 3vw;
}

#advantage .sec02 .strong02 .human_icon_block {}

#advantage .sec02 .strong02 .human_box {
  margin: 0vw 0 11vw;
}

#advantage .sec02 .strong02 .human_box li {}

#advantage .sec02 .strong02 .human_box li:first-child{
    float: left;
    width: 20vw;
}

#advantage .sec02 .strong02 .human_box li:last-child{
  width: 69vw;
}

#advantage .sec02 .strong02 .human_icon {
}

#advantage .sec02 .strong02 .human_icon_block_blue_ttl {
  font-size: 4vw;
  font-weight: bold;
  color: #186aab;
  border-bottom: solid 2px #000;
  padding: 1vw 2vw 7px;
  margin: 0 0vw 3vw;
  letter-spacing: 1px;
  text-indent: -2vw;
}

#advantage .sec02 .strong02 .human_block_text {
  font-size: 3.8vw;
  color: #000;
  position: relative;
  padding: 0 0 0 11vw;
}

#advantage .sec02 .strong02 .human_block_text br{
  display:none;
}

#advantage .sec02 .strong02 .human_block_text .arrow_icon {
  position: absolute;
  top: 0vw;
  left: 3vw;
  width: 7vw;
}

#advantage .sec02 .strong02 .example_block {
  float: right;
}

#advantage .sec02 .strong02 .example_box {
  position: relative;
  width: 48%;
  background: #efefef;
}

#advantage .sec02 .strong02 .example_box img{
  display:none;
}

#advantage .sec02 .strong02 .examole_icon {
  font-weight: bold;
  color: #000;
  background: #ffe245;
  width: 25vw;
  text-align: center;
  padding: 6px 2vw 3px;
  position: absolute;
  top: -33px;
  left: 0vw;
  z-index: 10;
  font-size: 16px;
  height: 24px;
}

#advantage .sec02 .strong02 .example_block_ttl {
  position: relative;
  font-size: 3.5vw;
  color: #fff;
  font-weight: bold;
  background: #186aab;
  text-align: center;
  padding: 3vw 2vw 2vw;
  margin: 0 0 0;
}

#advantage .sec02 .strong02 .example_block_ttl:before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 46%;
  border: 9px solid transparent;
  border-top: 9px solid #186aab;
}

#advantage .sec02 .light_green:before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 46%;
  border: 12px solid transparent;
  border-top: 12px solid #20bcbf!important;
}

#advantage .sec02 .strong02 .example_block_text {
  background: #efefef;
  line-height: 2;
  color: #000;
  padding: 4vw 2vw 0vw;
  text-align: center;
}
#advantage .sec02 .strong02 .example_block_text a {
  text-decoration: underline;
}

#advantage .sec02 .strong02 .bottom_line01 {
}
#advantage .sec02 .strong02 .bottom_line02 {
}
#advantage .sec02 .strong02 .bottom_line03 {
}

#advantage .sec02 .strong02 .bottom_line04 {
}
#advantage .sec02 .light_green {
  background: #20bcbf!important;
}

#advantage .sec02 .second_block_ttl {
  padding: 3vw 0 0;
}


#advantage .sec02 .human_icon_block02 {
  margin: 4vw 0 7vw;
}

#advantage .sec02 .human_icon_block02 .human_icon {
}

#advantage .sec02 .human_icon_block03 {}

#advantage .sec02 .human_icon_block03 .human_icon {width: 16vw;padding: 0 3vw;}

#advantage .sec02 .human_icon_block03 .third_block_ttl {
  width: 570px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: 4vw;
}



#advantage .sec02 .human_icon_block03 .human_box {
  padding: 2vw 0  4vw;
}

#advantage .sec02 .human_icon_block03 .example_block {
  margin: 0 0 11px;
}

#advantage .sec02 .human_icon_block03 .example_block_ttl {
  font-size: 3.5vw;
  line-height: 1.8;
}

#advantage .sec02 .human_icon_block03 .example_block_ttl br{
  display:none;
}

#advantage .sec02 .human_icon_block03 .example_box {
  position: relative;
  width: 48%;
}

#advantage .sec02 .human_icon_block03 .threee_line {
}

#advantage .sec02 .strong03 {
  margin: 0 0 5vw;
}

#advantage .sec02 .strong03 .text {
  font-size: 4vw;
  color: #000;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 0 0 4vw;
}

#advantage .sec02 .strong03 .strong03_inner {
  background: url(https://file002.shop-pro.jp/PA01399/866/images/advantage/gray_bg.jpg);
  padding: 4vw 4vw 3vw;
}

#advantage .sec02 .strong03 .naire_btn {
  text-align: center;
}

#advantage .sec02 .strong03 .naire_btn a {
  font-size: 4vw;
  color: #fff;
  font-weight: bold;
  background: url(https://file002.shop-pro.jp/PA01399/866/images/advantage/naire_btn_sp.png)no-repeat top center / cover;
  padding: 3.5vw 0 3vw;
  letter-spacing: 1px;
  display: block;
  width: 87%;
  margin: 0 auto;
  border-radius: 4px;
}


table.size_table {
    margin: 20px 0 60px;
}
table.size_table th {
    padding: 10px 15px;
    border: 1px solid #fff;
}
table.size_table td{
    padding: 10px 15px;
    border: 1px solid #eee;
    }

/*  お問い合わせブロック  */
.top_contact {
  border: 1px solid #d5e6f3;
  border-top: 5px solid #186aab;
}
.top_contact ul {
  margin: 0;
}
.top_contact .txt_c {
  font-size: 4.5vw;
  padding: 4vw 0 1vw;
  font-weight: bold;
}
.top_contact ul {
  text-align: center;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.top_contact ul li{
  display: inline-block;
  vertical-align: top;
  margin: 0 2%;
}
.top_contact ul li p{
  font-size: 3vw;
  letter-spacing: -1px;
  line-height: 1;
}
.top_contact > p:last-child {
  background: #d5e6f3;
  text-align: center;
  padding: 3vw 0 2vw;
  margin: 2vw 0 0;
}

.top_contact > p:last-child img{
  width:30vw;
}

.check{padding:0 4vw;}

#side{display:none;}
  
}