@charset "UTF-8";
/*----------------------------------------------------
   home
----------------------------------------------------*/
.home main section {
  padding: 40px 0;
}

.home h2 {
  font-size: 2rem;
  color: #444;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.home h2 span {
  font-size: 1.6rem;
  color: #106AB5;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}

/***** アイケアコンタクト四条の特徴　*****/
/* feature_box */
.home .feature_sec h2 {
  margin-bottom: 0;
}

.home .feature_sec ul.feature_box {
  margin-top: 60px;
}

.home .feature_sec ul.feature_box li {
  padding: 0 20px 20px;
  margin-bottom: 60px;
}

.home .feature_sec ul.feature_box li:last-child {
  margin-bottom: 0;
}

.home .feature_sec ul.feature_box li .box {
  display: flex;
  flex-direction: column;
  height: calc(100% - 45px);
}

.home .feature_sec ul.feature_box li .box > :nth-last-child(2) {
  margin-bottom: auto;
}

/* tit_ribbon */
.home .feature_sec ul.feature_box li .tit_ribbon {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.home .feature_sec ul.feature_box li .tit_ribbon:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: -2;
}

.home .feature_sec ul.feature_box li .tit_ribbon:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -2;
}

.home .feature_sec ul.feature_box li .tit_ribbon h3 {
  width: 180px;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 2.4rem;
  color: #FFF;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
}
.home .feature_sec ul.feature_box li .tit_ribbon h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
}
.home .feature_sec ul.feature_box li .tit_ribbon h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
}

/* 安心 */
.home .feature_sec ul.feature_box li.relief {
  border: 3px solid #08A07D;
}
.home .feature_sec ul.feature_box li.relief .tit_ribbon:before {/*左側のリボン端*/
  border: 20px solid #14B58F;
  border-left-color: transparent;/*山形に切り抜き*/
}

.home .feature_sec ul.feature_box li.relief .tit_ribbon:after {/*右側のリボン端*/
  border: 20px solid #14B58F;
  border-right-color: transparent;/*山形に切り抜き*/
}

.home .feature_sec ul.feature_box li.relief .tit_ribbon h3 {
  background: #08A07D;/*真ん中の背景色*/
}
.home .feature_sec ul.feature_box li.relief .tit_ribbon h3:before {
  border-right: solid 15px #047C61;/*左の折り返し部分*/
}
.home .feature_sec ul.feature_box li.relief .tit_ribbon h3:after {
  border-left: solid 15px #047C61;/*右の折り返し部分*/
}

/* 便利 */
.home .feature_sec ul.feature_box li.convenient {
  border: 3px solid #168AD5;
}

.home .feature_sec ul.feature_box li.convenient .tit_ribbon:before {/*左側のリボン端*/
  border: 20px solid #3BA6EB;
  border-left-color: transparent;/*山形に切り抜き*/
}

.home .feature_sec ul.feature_box li.convenient .tit_ribbon:after {/*右側のリボン端*/
  border: 20px solid #3BA6EB;
  border-right-color: transparent;/*山形に切り抜き*/
}

.home .feature_sec ul.feature_box li.convenient .tit_ribbon h3 {
  background: #168AD5;/*真ん中の背景色*/
}
.home .feature_sec ul.feature_box li.convenient .tit_ribbon h3:before {
  border-right: solid 15px #2D6E98;/*左の折り返し部分*/
}
.home .feature_sec ul.feature_box li.convenient .tit_ribbon h3:after {
  border-left: solid 15px #2D6E98;/*右の折り返し部分*/
}

/* お得 */
.home .feature_sec ul.feature_box li.economical {
  border: 3px solid #FA4055;
}

.home .feature_sec ul.feature_box li.economical .tit_ribbon:before {/*左側のリボン端*/
  border: 20px solid #F75F70;
  border-left-color: transparent;/*山形に切り抜き*/
}

.home .feature_sec ul.feature_box li.economical .tit_ribbon:after {/*右側のリボン端*/
  border: 20px solid #F75F70;
  border-right-color: transparent;/*山形に切り抜き*/
}

.home .feature_sec ul.feature_box li.economical .tit_ribbon h3 {
  background: #FA4055;/*真ん中の背景色*/
}
.home .feature_sec ul.feature_box li.economical .tit_ribbon h3:before {
  border-right: solid 15px #C32234;/*左の折り返し部分*/
}
.home .feature_sec ul.feature_box li.economical .tit_ribbon h3:after {
  border-left: solid 15px #C32234;/*右の折り返し部分*/
}

/* h4 */
.home .feature_sec ul.feature_box li h4 {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.home .feature_sec ul.feature_box li h4 span {
  font-weight: bold;
  font-size: 2rem;
}

.home .feature_sec ul.feature_box li.relief h4 {
  color: #08A07D;
  border-bottom: 1px solid #08A07D;
}

.home .feature_sec ul.feature_box li.convenient h4 {
  color: #168AD5;
  border-bottom: 1px solid #168AD5;
}

.home .feature_sec ul.feature_box li.economical h4 {
  color: #FA4055;
  border-bottom: 1px solid #FA4055;
}

/* h5 */
.home .feature_sec ul.feature_box li h5 {
  font-weight: bold;
}

.home .feature_sec ul.feature_box li.relief h5 {
  color: #08A07D;
}

.home .feature_sec ul.feature_box li.convenient h5 {
  color: #168AD5;
}

.home .feature_sec ul.feature_box li.economical h5 {
  color: #FA4055;
}

/* list_check */
.home .feature_sec ul.feature_box li ul.list_check {
  margin-bottom: 10px;
}

.home .feature_sec ul.feature_box li ul.list_check li {
  padding: 0;
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0;
}

.home .feature_sec ul.feature_box li ul.list_check li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  margin-right: 0.5em;
  color: #FA2A6F;
}

/* openhour */
.home .feature_sec ul.feature_box li dl.openhour {
  display: flex;
  flex-wrap: wrap;
}

.home .feature_sec ul.feature_box li dl.openhour dt {
  font-weight: bold;
  width: 25%;
}

.home .feature_sec ul.feature_box li dl.openhour dd {
  width: 75%;
}

/* btn */
.home .feature_sec ul.feature_box li .btn a {
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}

.home .feature_sec ul.feature_box li.relief .btn a {
  background: #08A07D;
}

.home .feature_sec ul.feature_box li.convenient .btn a {
  background: #168AD5;
}

.home .feature_sec ul.feature_box li.economical .btn a {
  background: #FA4055;
}

/*brands */
.home .feature_sec ul.feature_box li .brands {
  font-size: 1.4rem;
}


/***** おすすめ商品　*****/
.home .rec_products_sec {
  background: #F2FFFC;
}

.home .rec_products_sec h2 span {
  color: #0CB48D;
}

.home .rec_products_sec ul.product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.home .rec_products_sec ul.product_list li {
  width: 49%;
  margin-bottom: 30px;
  position: relative;
}

.home .rec_products_sec ul.product_list .box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home .rec_products_sec ul.product_list .box figure {
  margin-bottom: 10px;
}

.home .rec_products_sec ul.product_list .box figure img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.home .rec_products_sec ul.product_list li .maker {
  font-size: 1.2rem;
}

.home .rec_products_sec ul.product_list li h3.product_name {
  font-weight: bold;
  margin-bottom: auto;
  text-align: left;
}

/* icon */
.home .rec_products_sec ul.product_list li .icon02 {
  position: absolute;
  top: 5px;
  right: 8px;
}

.home .rec_products_sec ul.product_list li .icon01 span,
.home .rec_products_sec ul.product_list li .icon02 span {
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  padding: 0.1em 0.5em;
}

.home .rec_products_sec ul.product_list li .icon_1day span {
  background: #0CB48D;
}

.home .rec_products_sec ul.product_list li .icon_2week span {
  background: #18CBDB;
}

.home .rec_products_sec ul.product_list li .icon02 span {
  background: #FA2A6F;
}

/* price */
.home .rec_products_sec ul.product_list li dl.price {
  line-height: 1.3;
}

.home .rec_products_sec ul.product_list li dl.price dt {
  font-size: 1.2rem;
  display: inline-block;
}

.home .rec_products_sec ul.product_list li dl.price dd {
  font-weight: bold;
  display: inline-block
}

.home .rec_products_sec ul.product_list li dl.price dd span {
  font-size: 2rem;
  font-weight: bold;
}

.home .rec_products_sec ul.product_list li dl.price:nth-of-type(2) dd span {
  color: #FF0000;
}

/* btn */
.home .rec_products_sec ul.product_list li .btn {
  margin-top: 10px;
}

.home .rec_products_sec ul.product_list li .btn a {
  background: #FC9D05;
  line-height: 1.5;
  padding: 10px 5px;
  font-size: 1.4rem;
  height: auto;
}

@media only screen and (max-width: 320px) {
  .home .rec_products_sec ul.product_list li .btn a {
    font-size: 1.2rem;
  }
}


/***** 部活応援キャンペーン *****/
.home .bukatsu_sec {
  background: url("../img/common/bg_bukatsu.png") 0 0 /contain;
}

/* 部活のミカタとは? */
.home .bukatsu_sec .mikata {
  background: #EBF5FB;
  padding: 30px 20px;
  width: 90%;
  margin: 0 auto 40px;
}

.home .bukatsu_sec .mikata h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #106AB5;
  text-align: center;
}

.home .bukatsu_sec .mikata ul.features li {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  background: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 30px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.home .bukatsu_sec .mikata ul.features li:first-child {
  border: 4px solid #A2D1EE;
}

.home .bukatsu_sec .mikata ul.features li:nth-child(2) {
  border: 4px solid #FFB7BF;
}

.home .bukatsu_sec .mikata ul.features li dl dt {
  margin-bottom: 20px;
  font-weight: bold;
}

.home .bukatsu_sec .mikata ul.features li dl dt span {
  display: block;
}

.home .bukatsu_sec .mikata ul.features li dl dt em {
  font-weight: bold;
  border-bottom: 4px solid #FBB122;
  font-size: 2.4rem;
  color: #FA4055;
  font-style: normal;
}

.home .bukatsu_sec .mikata ul.features li  p {
  margin-top: 15px;
  font-weight: bold;
  font-size: 2.2rem;
  color: #FA4055;
  font-style: normal;
}

.home .bukatsu_sec .mikata ul.features li  p a {
  color:#153C84;
}

.home .bukatsu_sec .mikata ul.features li dl dd img {
  width: 100px;
}

/* アスリートVoice */
.home .bukatsu_sec .voice a {
  color: #444;
  display: block;
}

.home .bukatsu_sec .voice a:hover {
  text-decoration: none;
}

.home .bukatsu_sec .voice figure {
  margin-bottom: 10px;
}

.home .bukatsu_sec .voice .icon {
  font-size: 1.4rem;
  background: #106AB5;
  color: #fff;
  display: inline-block;
  padding: 0.2em;
  margin-bottom: 5px;
}

.home .bukatsu_sec .voice .name {
  font-weight: bold;
}

.home .bukatsu_sec .voice .name span {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 0.2em;
}

.home .bukatsu_sec .voice .txt {
  font-size: 1.4rem;
}

.home .bukatsu_sec .voice .btn a {
  color: #fff;
}

/* slider */
.home .bukatsu_sec .voice_slider {
  position: relative;
  width: 90%;
  margin:  0 auto 30px;
}

.home .bukatsu_sec .voice .voice_slider li {
  border: 4px solid #EBF5FB;
  background: #fff;
  padding: 10px;
}

.home .bukatsu_sec .voice .voice_slider li figure img {
  width: 300px;
  height: 220px;
  object-fit: cover;
  margin: 0 auto;
}

.home .bukatsu_sec .voice .voice_slider .slick-prev, .slick-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: transparent;
  font-size: 0;
}

.home .bukatsu_sec .voice .voice_slider .slick-prev::before {
  font-size: 2.2rem;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;
  color: #106AB5;
}

.home .bukatsu_sec .voice .voice_slider .slick-next::before {
  font-size: 2.2rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #106AB5;
}

.home .bukatsu_sec .voice .voice_slider .slick-prev {
  left: -25px;
}

.home .bukatsu_sec .voice .voice_slider .slick-next {
  right: -25px;
}

/***** バナー(prim) *****/
.home .bnr_prim_sec {
  background: #B1E1FD;
  padding: 30px 0;
}

.home .bnr_prim_sec ul.bnr_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home .bnr_prim_sec ul.bnr_list li {
  background: #fff;
  width: 49%;
  text-align: center;
  position: relative;
}

.home .bnr_prim_sec ul.bnr_list li a {
  color: #444;
  display: block;
  height: 100%;
  padding: 15px 0;
}

.home .bnr_prim_sec ul.bnr_list li a:hover {
  text-decoration: none;
  opacity: .7;
}

.home .bnr_prim_sec ul.bnr_list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 18px solid #5BADE1;
  border-left: 18px solid transparent;
}

.home .bnr_prim_sec ul.bnr_list li:nth-child(n+3){
  margin-top: 10px;
}

.home .bnr_prim_sec ul.bnr_list li dl dt {
  margin-bottom: 10px;
}

.home .bnr_prim_sec ul.bnr_list li dl dt img {
  max-width: 65px;
}

.home .bnr_prim_sec ul.bnr_list li dl dd {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}

.home .bnr_prim_sec ul.bnr_list li dl dd span {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
}


/***** インフォメーション *****/
.home .info_sec h2 {
  color: #106AB5;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  margin-bottom: 20px;
}

.home .info_sec .information dl {
  margin-bottom: 30px;
}

.home .info_sec .information dl dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.home .info_sec .information .btn {
  margin-bottom: 40px;
}

.home .info_sec .inner .twitter {
  border: 1px solid #ccc;
}

/***** バナーエリア(sub) *****/
.home .bnr_sub_sec {
  background:#EBF5FB radial-gradient(#A2D1EE 5%, transparent 10%) 0 0/20px 20px;
  padding: 30px 0;
}

.home .bnr_sub_sec ul.bnr_list li {
  text-align: center;
}

.home .bnr_sub_sec ul.bnr_list li:not(:first-child) {
  margin-top: 20px;
}

/***** 取扱ブランド *****/
.home .brands_sec {
  border-bottom: 1px solid #ccc;
}

.home .brands_sec ul.brands_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 80%;
}

.home .brands_sec ul.brands_list li {
  width: 45%;
  text-align: center;
  margin-bottom: 20px;
}


/***** 店舗紹介 *****/
/* map_area */
.home .shop_info_sec .map_area {
  margin-bottom: 20px;
}
.home .shop_info_sec .map_area .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 83.3%;
  position: relative;
}

.home .shop_info_sec .map_area .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* shop_info */
.home .shop_info_sec .shop_info h3 {
  font-size: 2rem;
  color: #106AB5;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}

.home .shop_info_sec .shop_info p {
  margin-bottom: 10px;
}

.home .shop_info_sec .shop_info .address span {
  font-size: 1.4rem;
  display: block;
}

.home .shop_info_sec .shop_info .btn {
  margin-bottom: 20px;
}

.home .shop_info_sec .shop_info .btn a {
  margin: 0 auto 0 0;
}

.home .shop_info_sec .shop_info .tel {
  color: #106AB5;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}

.home .shop_info_sec .shop_info .tel span {
  font-weight: bold;
  display: block;
  font-size: 4rem;
}

.home .shop_info_sec .shop_info dl.info dt {
  font-weight: bold;
}

.home .shop_info_sec .shop_info dl.info dd {
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) /*tablet*/ {
  .home .rec_products_sec ul.product_list .box figure img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
}


@media only screen and (min-width: 1024px) /*pc*/ {
  .home main section {
    padding: 80px 0;
  }
  
  .home h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  
  /***** アイケアコンタクト四条の特徴　*****/
  /* feature_box */
  .home .feature_sec ul.feature_box {
    display: flex;
    justify-content: space-between;
  }

  .home .feature_sec ul.feature_box li {
    width: 32%;
    margin-bottom: 0;
  }
  
  .home .feature_sec ul.feature_box li ul.list_check li {
    width: 100%;
    padding: 0;
  }
  
  /***** おすすめ商品　*****/
  .home .rec_products_sec ul.product_list {
    justify-content: flex-start;
  }
  
  .home .rec_products_sec ul.product_list li {
    width: 32%;
    margin: 0 0.5% 30px;
  }
  
  .home .rec_products_sec ul.product_list .box figure img {
    width: 320px;
    height: 240px;
    object-fit: cover;
  }
  
  /* btn */
  .home .rec_products_sec ul.product_list li .btn a {
    background: #FC9D05;
    line-height: 60px;
    padding: 0;
    font-size: 1.6rem;
  }
  
  /***** 部活応援キャンペーン *****/
  .home .bukatsu_sec {
    background: url("../img/common/bg_bukatsu.png") 0 0 fixed;
  }
  
  /* 部活のミカタとは? */
  .home .bukatsu_sec .mikata {
    padding: 40px;
    width: 96%;
    margin: 0 auto 60px;
  }

  .home .bukatsu_sec .mikata h3 {
    font-size: 2.2rem;
  }
  
  .home .bukatsu_sec .mikata ul.features {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  
  .home .bukatsu_sec .mikata ul.features li {
    width: 48%;
  }
  
  /* slider */
  .home .bukatsu_sec .voice_slider {
    width: 100%;
  }
  
  /***** バナーエリア(prim) *****/
  .home .bnr_prim_sec {
    padding: 60px 0;
  }

  .home .bnr_prim_sec ul.bnr_list {
    justify-content: flex-start;
  }
  
  .home .bnr_prim_sec ul.bnr_list li {
    width: 23%;
    margin: 0 1%;
  }
  
  .home .bnr_prim_sec ul.bnr_list li dl dd {
    font-size: 2rem;
  }

  .home .bnr_prim_sec ul.bnr_list li dl dd span {
    font-size: 1.4rem;
  }
  
  
  .home .bnr_prim_sec ul.bnr_list li:nth-child(n+3){
    margin-top: 0;
  }
  
  .home .bnr_prim_sec ul.bnr_list li:nth-child(n+5){
    margin-top: 20px;
  }
  
  /***** インフォメーション *****/
  .home .info_sec .inner {
    display: flex;
    justify-content: space-between;
  }
  
  .home .info_sec .inner .information {
    width: 61%;
    margin-bottom: 0;
  }

  .home .info_sec .information .btn {
    margin-bottom: 0;
  }
  
  .home .info_sec .inner .twitter {
    width: 35%;
  }
  
  .home .info_sec .information dl {
    display: flex;
    flex-wrap: wrap;
  }
  
  .home .info_sec .information dl dt {
    width: 20%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .home .info_sec .information dl dd {
    width: 80%;
  }
  
  /***** バナーエリア(sub) *****/
  .home .bnr_sub_sec {
    padding: 60px 0;
  }
  
  .home .bnr_sub_sec ul.bnr_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .home .bnr_sub_sec ul.bnr_list li img {
    max-width: 320px;
  }
  
  .home .bnr_sub_sec ul.bnr_list li {
    margin: 20px 0.5em 0;
  }
  
  .home .bnr_sub_sec ul.bnr_list li:first-child,
  .home .bnr_sub_sec ul.bnr_list li:nth-child(2){
    margin-top: 0;
  }
  
  
  /***** 取扱ブランド *****/
  .home .brands_sec ul.brands_list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .home .brands_sec ul.brands_list li {
    width: calc(100% /3);
  }
  
  .home .brands_sec ul.brands_list li img {
    max-width: 160px;
  }
  
  /***** 店舗紹介 *****/
  .home .shop_info_sec .inner {
    display: flex;
    justify-content: space-between;
  }
  
  .home .shop_info_sec .map_area {
    width: 48%;
  }
  
  .home .shop_info_sec .shop_info{
    width: 48%;
  }
}

/*----------------------------------------------------
   bukatsu
----------------------------------------------------*/
.bukatsu main section {
  padding: 40px 0;
}

.bukatsu main section:first-of-type {
  padding: 0;
}

.bukatsu main .support_sec,
.bukatsu main .avsp_sec,
.bukatsu main .flow_sec {
  background: #EBF5FB;
}

/***** support_sec *****/
.bukatsu main .support_sec .support_wrap {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.bukatsu main h2 {
  border-bottom: none;
}

.bukatsu main .support_sec h2 span {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  font-weight: bold;
}

.bukatsu main .support_sec h2 span::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  bottom: 0;
  border-left: 2px solid #106AB5;
  height: 25px;
  transform: rotate(-30deg);
}

.bukatsu main .support_sec h2 span::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  bottom: 0;
  border-left: 2px solid #106AB5;
  height: 20px;
  transform: rotate(30deg);
}

.bukatsu main .support_sec h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 0;
}

.bukatsu main .support_sec h3::after {
  font-size: 1.8rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 0;
}

.bukatsu main .support_sec h4 {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.bukatsu main .support_sec h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: 2px solid #106AB5;
  transform: translateY(-50%);
  width: 100%;
}

.bukatsu main .support_sec h4 span {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  color: #106AB5;
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 0 10px;
}

.bukatsu main .support_sec .txt {
  margin-bottom: 30px;
}

.bukatsu main .support_sec .txt p {
  margin-bottom: 1em;
}

.bukatsu main .support_sec ul.features li {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  background: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 30px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.bukatsu main .support_sec ul.features li:first-child {
  border: 4px solid #A2D1EE;
}

.bukatsu main .support_sec ul.features li:nth-child(2) {
  border: 4px solid #FFB7BF;
}

.bukatsu main .support_sec ul.features li dl dt {
  margin-bottom: 20px;
  font-weight: bold;
}

.bukatsu main .support_sec ul.features li dl dt span {
  display: block;
}

.bukatsu main .support_sec ul.features li dl dt em {
  font-weight: bold;
  border-bottom: 4px solid #FBB122;
  font-size: 2.4rem;
  color: #FA4055;
  font-style: normal;
}

.bukatsu main .support_sec ul.features li p {
  margin-top: 15px;
  font-weight: bold;
  font-size: 2.2rem;
  color: #FA4055;
  font-style: normal;
}

.bukatsu main .support_sec ul.features li p a {
  color:#153C84;
}

.bukatsu main .support_sec ul.features li dl dd img {
  width: 100px;
}

/***** survy_sec *****/
.bukatsu main .survey_sec h2 {
  color: #444;
}

.bukatsu main .survey_sec h2 span {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #106AB5;
  padding-bottom: 5px;
}

.bukatsu main .survey_sec ul.check_list_box {
  background: #EBF5FB;
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto 30px;
}

.bukatsu main .survey_sec ul.check_list_box li {
  padding: 0;
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0.5em;
}

.bukatsu main .survey_sec ul.check_list_box li span {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #106AB5;
}

.bukatsu main .survey_sec ul.check_list_box li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  margin-right: 0.5em;
  color: #FA2A6F;
}

/* clinic_wrap */
.bukatsu main .survey_sec .clinic_wrap {
  padding: 20px;
  background: linear-gradient(to right, #106AB5, #14A2C3);
  border-radius: 10px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 30px;
}

.bukatsu main .survey_sec .clinic_wrap h3 {
  text-align: center;
}

.bukatsu main .survey_sec .clinic_wrap h3 span {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.bukatsu main .survey_sec .clinic_wrap .txt {
  padding-bottom: 30px;
}

.bukatsu main .survey_sec .clinic_wrap ul.check_list_box {
  background: #fff;
  color: #444;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.bukatsu main .survey_sec .clinic_wrap ul.check_list_box li {
  padding: 0;
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.bukatsu main .survey_sec .clinic_wrap ul.check_list_box li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
}

/* graph_wrap */
.bukatsu main .survey_sec .graph_wrap:not(:last-of-type) {
  margin-bottom: 30px;
}

.bukatsu main .survey_sec .graph_wrap .graph_tit {
  text-align: center;
  margin-bottom: 30px;
}

.bukatsu main .survey_sec .graph_wrap .graph_tit .balloon {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background: #106AB5;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  position: relative;
  margin-bottom: 20px;
}

.bukatsu main .survey_sec .graph_wrap .graph_tit .balloon::after {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-top: 10px solid #106AB5;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.bukatsu main .survey_sec .graph_wrap .graph_tit h4 {
  font-size: 2.2rem;
  color: #106AB5;
  font-weight: bold;
}

.bukatsu main .survey_sec .graph_wrap h5 {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.bukatsu main .survey_sec .graph_wrap h5 span {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  color: #106AB5;
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 0 10px;
}

.bukatsu main .survey_sec .graph_wrap h5::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #106AB5;
  transform: translateY(-50%);
  width: 100%;
}

.bukatsu main .survey_sec .graph_wrap .graph {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 10px;
}

.bukatsu main .survey_sec .graph_wrap .quot {
  font-size: 1.4rem;
  text-align: center;
}

/* howto_choose */
.bukatsu main .survey_sec .graph_wrap ul.howto_choose li {
  border: 10px solid #EBF5FB;
  border-top: none;
  margin-bottom: 20px;
}

.bukatsu main .survey_sec .graph_wrap ul.howto_choose li dl dt {
  background: #EBF5FB;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #106AB5;
  padding: 10px 0;
}

.bukatsu main .survey_sec .graph_wrap ul.howto_choose li dl dd {
  padding: 10px;
  text-align: center;
}

.bukatsu main .survey_sec .graph_wrap ul.howto_choose li dl dd h6 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #106AB5;
}

.bukatsu main .survey_sec .graph_wrap ul.howto_choose li dl dd p {
  margin-bottom: 10px;
}

.bukatsu main .survey_sec .graph_wrap ul.howto_choose li dl dd .img {
  margin-bottom: 0;
}

.bukatsu main .survey_sec .graph_wrap ul.howto_choose li dl dd .img img {
  width: 70%;
}

.bukatsu main .survey_sec .graph_wrap ul.howto_choose li dl dd ul.events {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.bukatsu main .survey_sec .graph_wrap ul.howto_choose li dl dd ul.events li {
  border: none;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  margin-bottom: 0;
}

.bukatsu main .survey_sec .graph_wrap ul.howto_choose li dl dd ul.events li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-left: 1px solid #444;
  height: 15px;
  transform: translateY(-50%) rotate(30deg);
}

/***** avsp_sec *****/
.bukatsu main .avsp_sec h2 {
  color: #444;
}

.bukatsu main .avsp_sec h2 span {
  font-size: 1.6rem;
  color: #106AB5;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}

.bukatsu main .avsp_sec .txt {
  margin-bottom: 20px;
}

.bukatsu main .avsp_sec .support_box {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
}

.bukatsu main .avsp_sec .support_box h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #106AB5;
  text-align: center;
  margin-bottom: 20px;
}

.bukatsu main .avsp_sec .support_box ul.support_team_list {
  text-align: center;
  margin-bottom: 20px;
}
.bukatsu main .avsp_sec .support_box ul.support_team_list li {
  display: inline-block;
  margin: 0 5px 10px;
}

.bukatsu main .avsp_sec .support_box ul.support_team_list img  {
  max-width: 150px;
}

.bukatsu main .avsp_sec .support_box .support_player_list dl {
  margin-bottom: 20px;
}

.bukatsu main .avsp_sec .support_box .support_player_list dl dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.bukatsu main .avsp_sec .support_box .support_player_list dl dd ul li {
  position: relative;
  padding-left: 10px;
}

.bukatsu main .avsp_sec .support_box .support_player_list dl dd ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #106AB5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}

/* voice_wrap */
.bukatsu main .avsp_sec .voice_wrap h2 {
  position: relative;
}

.bukatsu main .avsp_sec .voice_wrap h2 div {
  background: #EBF5FB;
  display: inline-block;
  z-index: 2;
  position: relative;
  font-weight: bold;
  padding: 0 20px;
}

.bukatsu main .avsp_sec .voice_wrap h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #106AB5;
  transform: translateY(-50%);
  width: 100%;
}

.bukatsu main .avsp_sec #athlete_voice {
  margin-top:-60px;
  padding-top:60px;
}


.bukatsu main .avsp_sec .voice_wrap ul.voice_list {
  margin-bottom: 30px;
}

.bukatsu main .avsp_sec .voice_wrap ul.voice_list li .voice_item {
  margin-top:-80px;
  padding-top:80px;
}

.bukatsu main .avsp_sec .voice_wrap ul.voice_list li {
  box-sizing: border-box;
  opacity: 1;
  height:auto;
  transition: all .4s ease 0s;
  overfllow:hidden;
}

.bukatsu main .avsp_sec .voice_wrap ul.voice_list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  margin-top:-80px;
  padding-top:80px;
}


.bukatsu main .avsp_sec .voice_wrap ul.voice_list li {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  transition: opacity .2s linear;
}

.bukatsu main .avsp_sec .voice_wrap ul.voice_list li figure {
  margin-bottom: 10px;
  text-align: center;
}

.bukatsu main .avsp_sec .voice_wrap ul.voice_list li figure img {
  width: 300px;
  height: 220px;
  object-fit: cover;
}

.bukatsu main .avsp_sec .voice_wrap ul.voice_list li .icon {
  font-size: 1.4rem;
  background: #106AB5;
  color: #fff;
  display: inline-block;
  padding: 0.2em;
  margin-bottom: 5px;
}

.bukatsu main .avsp_sec .voice_wrap ul.voice_list li .name {
  font-weight: bold;
}

.bukatsu main .avsp_sec .voice_wrap ul.voice_list li .name span {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 0.2em;
}

.bukatsu main .avsp_sec .voice_wrap ul.voice_list li .txt {
  font-size: 1.4rem;
}

/***** club_sec *****/
.bukatsu main .club_sec .club_box {
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.bukatsu main .club_sec h3 {
  font-size: 2rem;
  font-weight: bold;
}

.bukatsu main .club_sec .club_box dl {
  font-size: 1.4rem;
}

.bukatsu main .club_sec .club_box dl dt {
  font-weight: bold;
  padding: 5px 0 0;
}

.bukatsu main .club_sec .club_box dl dd {
  padding: 5px 0;
}

/* 大学 */
.bukatsu main .club_sec .univ_box {
  background: #EBF5FB;
}

.bukatsu main .club_sec .univ_box h3 {
  color: #106AB5;
}

.bukatsu main .club_sec .univ_box dl dd {
  border-bottom: 1px solid #C6E0F5;
}

/* 高校 */
.bukatsu main .club_sec .highschool_box {
  background: #EBFFFA;
}

.bukatsu main .club_sec .highschool_box h3 {
  color: #0CB48D;
}

.bukatsu main .club_sec .highschool_box dl dd {
  border-bottom: 1px solid #C4EDE3;
}

/* 中学 */
.bukatsu main .club_sec .juniorhigh_box {
  background: #FFF2E8;
}

.bukatsu main .club_sec .juniorhigh_box h3 {
  color: #FC6D05;
}

.bukatsu main .club_sec .juniorhigh_box dl dd {
  border-bottom: 1px solid #F8DCC7;
}

/* クラブチーム */
.bukatsu main .club_sec .clubteam_box {
  background: #FDF8E8;
}

.bukatsu main .club_sec .clubteam_box h3 {
  color: #FAA22A;
}

.bukatsu main .club_sec .clubteam_box ul li {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid #FAE6CA;
}

/***** flow_sec *****/
.bukatsu main .flow_sec .lead {
  margin-bottom: 60px;
}

.bukatsu main .flow_sec ul.flow_box li {
  background: #fff;
  padding: 40px 20px 20px;
  margin-bottom: 60px;
  position: relative;
}

.bukatsu main .flow_sec ul.flow_box li:last-child {
  margin-bottom: 30px;
}

.bukatsu main .flow_sec ul.flow_box li .num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #106AB5;
  text-align: center;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.bukatsu main .flow_sec ul.flow_box li dl dt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #106AB5;
}

.bukatsu main .flow_sec ul.flow_box li dl dd,
.bukatsu main .flow_sec ul.flow_box li dl{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bukatsu main .flow_sec ul.flow_box li dl dd .img {
  text-align: center;
  margin-top: 10px;
}
.bukatsu main .flow_sec ul.flow_box li dl dd .img img {
  max-width: 60%;
}

.bukatsu main .flow_sec ul.flow_box li:last-child dl dd .img img {
  max-width: 90%;
}

.bukatsu main .flow_sec ul.flow_box li dl dd .txt {
  margin-bottom: auto;
}

@media only screen and (min-width: 1024px) /*pc*/ {
  .bukatsu main section {
    padding: 80px 0;
  }
  
  /***** support_sec *****/
  .bukatsu main .support_sec .support_wrap {
    padding: 40px;
  }
  
  .bukatsu main .support_sec .txt {
    text-align: center;
  }
  
  .bukatsu main .support_sec ul.features {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  
  .bukatsu main .support_sec ul.features li {
    width: 48%;
  }
  
  /***** survy_sec *****/
  .bukatsu main .survey_sec h2 span {
    font-size: 2.2rem;
  }
  
  .bukatsu main .survey_sec ul.check_list_box {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .bukatsu main .survey_sec ul.check_list_box li {
    width: calc(50% - 2em);
  }
  
  /* clinic_wrap */
  .bukatsu main .survey_sec .clinic_wrap {
    padding: 40px;
    margin-bottom: 60px;
  }
  
  .bukatsu main .survey_sec .clinic_wrap .txt {
    text-align: center;
  }
  
  .bukatsu main .survey_sec .clinic_wrap ul.check_list_box {
    padding: 20px 20%;
  }
  
  .bukatsu main .survey_sec .clinic_wrap ul.check_list_box li {
    width: 100%;
  }
  
  /* graph_wrap */
  .bukatsu main .survey_sec .graph_wrap:not(:last-of-type) {
    margin-bottom: 60px;
  }
  
  .bukatsu main .survey_sec .graph_wrap h5 {
    margin-bottom: 30px;
  }
  
  .bukatsu main .survey_sec .graph_wrap ul.howto_choose li dl dd p {
    margin-bottom: 20px;
  }
  
  /* howto_choose */
  .bukatsu main .survey_sec .graph_wrap ul.howto_choose {
    display: flex;
    justify-content: space-between;
  }
  
  .bukatsu main .survey_sec .graph_wrap ul.howto_choose li {
    width: 32%;
    margin-bottom: 0;
  }
  
  .bukatsu main .survey_sec .graph_wrap ul.howto_choose li dl dd ul.events {
    display: block;
  }
  .bukatsu main .survey_sec .graph_wrap ul.howto_choose li dl dd ul.events li {
    width: auto;
  }
  
  /***** avsp_sec *****/
  .bukatsu main .avsp_sec #athlete_voice {
    margin-top:-110px;
    padding-top:110px;
  }
  
  .bukatsu main .avsp_sec .voice_wrap ul.voice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  
  .bukatsu main .avsp_sec .voice_wrap ul.voice_list li {
    width: 49%;
  }
  
  .bukatsu main .avsp_sec .voice_wrap ul.voice_list li .voice_item {
    margin-top:-130px;
    padding-top:130px;
  }
  
  .bukatsu main .avsp_sec .voice_wrap ul.voice_list li.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    margin-top:-130px;
    padding-top:130px;
  }
  
  .bukatsu main .avsp_sec .voice_wrap ul.voice_list li figure img {
    width: 450px;
    height: 300px;
    object-fit: cover;
  }
  
  .bukatsu main .avsp_sec .support_box {
    padding: 30px 50px;
  }
  
  .bukatsu main .avsp_sec .support_box .support_player_list {
    display: flex;
    flex-wrap: wrap;
  }

  .bukatsu main .avsp_sec .support_box .support_player_list dl {
    width: calc(100% / 3);
  }  
  
  /***** club_sec *****/
  .bukatsu main .club_sec .club_box_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .bukatsu main .club_sec .club_box {
    padding: 20px;
    border-radius: 5px;
    width: 48%;
  }
  
  .bukatsu main .club_sec .club_box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .bukatsu main .club_sec .club_box dl dt {
    width: 35%;
    padding: 5px 0;
  }

  .bukatsu main .club_sec .club_box dl dd {
    width: 65%;
  }
  
  /* 大学　*/
  .bukatsu main .club_sec .univ_box dl dt {
    border-bottom: 1px solid #C6E0F5;
  }
  
  /* 高校 */
  .bukatsu main .club_sec .highschool_box dl dt {
    border-bottom: 1px solid #C4EDE3;
  }
  
  /* 中学 */
  .bukatsu main .club_sec .juniorhigh_box dl dt {
    border-bottom: 1px solid #F8DCC7;
  }
  
  /***** flow_sec *****/
  .bukatsu main .flow_sec ul.flow_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .bukatsu main .flow_sec ul.flow_box li {
    padding: 40px 30px 30px;
    width: 32%;
  }
  
  .bukatsu main .flow_sec ul.flow_box li:last-child {
    margin-bottom: 60px;
  }
}
/*----------------------------------------------------
   intro
----------------------------------------------------*/
/***** 検査から購入までの流れ *****/
.intro main dl.flow_box {
  border: 4px solid #106AB5;
  margin-bottom: 70px;
  position: relative;
}

.intro main dl.flow_box dt {
  background: #106AB5;
  color: #fff;
  padding: 0 20px 5px;
  font-size: 2rem;
  font-weight: bold;
}

.intro main dl.flow_box dt span {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}

.intro main dl.flow_box dt .step {
  font-size: 2rem;
  margin-right: 0.5em;
}

.intro main dl.flow_box dt .num {
  font-size: 2.8rem;
}

.intro main dl.flow_box dd {
  padding: 20px;
}

.intro main dl.flow_box dd .img {
  text-align: center;
  margin-bottom: 20px;
}

.intro main dl.flow_box dd .img img {
  max-width: 60%;
}

.intro main dl.flow_box dd .webrsv {
  background: #FC6778;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}

.intro main dl.flow_box::after {
  content: "";
  display: block;
  border: 30px solid transparent;
  border-top: 20px solid #FC9D05;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}

/* pink */
.intro main dl.flow_box_pink {
  border: 4px solid #FC6778;
  margin-bottom: 40px;
}

.intro main dl.flow_box_pink dt {
  background: #FC6778;
  color: #fff;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.intro main dl.flow_box_pink dd {
  padding: 20px;
  text-align: center;
}

.intro main dl.flow_box_pink dd .img img {
  max-width: 250px;
}

/***** 購入について *****/
.intro main dl.purchase_box {
  border: 4px solid #5BADE1;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.intro main dl.purchase_box:last-of-type {
  margin-bottom: 0;
}

.intro main dl.purchase_box dt {
  background: #5BADE1;
  color: #fff;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.intro main dl.purchase_box dd {
  padding: 20px;
  text-align: center;
}

.intro main dl.purchase_box dd .btn {
  margin-top: 20px;
}

.intro main dl.purchase_box dd .btn_rsv_set {
  margin-bottom: 0;
}


@media only screen and (min-width: 1024px) /*pc*/ {
  /***** 検査から購入までの流れ *****/
  .intro main dl.flow_box dd {
    display: flex;
    padding: 30px;
    justify-content: space-between;
  }

  .intro main dl.flow_box dd .img {
    width: 15%;
    margin-bottom: 0;
  }
  
  .intro main dl.flow_box dd .img img {
    max-width: 100%;
  }

  .intro main dl.flow_box dd .txt {
    width: 80%;
  }
  
  /* pink */
  .intro main dl.flow_box_pink {
    margin-bottom: 80px;
  }
  
  /***** 購入について *****/
  .intro main dl.purchase_box {
    margin-bottom: 40px;
  }
}

/*----------------------------------------------------
   glasses
----------------------------------------------------*/



/*----------------------------------------------------
   faq
----------------------------------------------------*/
/* inner_link */
.faq main .inner_link {
  padding: 20px 0;
  background: #B1E1FD;
  margin-bottom: 40px;
}

.faq main .inner_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq main .inner_link ul li {
  width: 49%;
  margin-bottom: 10px;
}

.faq main .inner_link ul li a {
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  color: #444;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}

.faq main .inner_link ul li a:hover {
  text-decoration: none;
  opacity: .7;
}

.faq main .inner_link ul li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #FC9D05;
  position: absolute;
  top: calc(10px + 0.6em);
  left: 15px;
}

/* faq_cat_sec */
.faq main .faq_cat_sec {
  margin-top:-60px;
  padding-top:60px;
}

/* faq_box */
.faq main dl.faq_box:not(:last-of-type) {
  margin-bottom: 30px;
}

.faq main dl.faq_box dt {
  background: #EBF5FB;
  font-size: 1.8rem;
  font-weight: bold;
  color: #106AB5;
  padding: 10px 20px;
}

.faq main dl.faq_box dt::before {
  content: "Q";
  font-size: 2.4rem;
  margin-right: 10px;
}

.faq main dl.faq_box dd {
  padding: 10px 20px 10px 45px;
  text-indent: -25px;
}
.faq main dl.faq_box dd::before {
  content: "A";
  font-size: 2.4rem;
  margin-right: 10px;
  color: #FC9D05;
  font-weight: bold;
}

.faq main dl.faq_box dd a {
  text-decoration: underline;
  cursor: pointer;
}

.faq main dl.faq_box dd a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1024px) /*pc*/ {  
  /* inner_link */
  .faq main .inner_link {
    padding: 40px 0;
    margin-bottom: 80px;
  }

  .faq main .inner_link ul {
    justify-content: flex-start;
  }
  
  .faq main .inner_link ul li {
    width: 24%;
    margin-right: 1%;
  }
  
  /* faq_cat_sec */
  .faq main .faq_cat_sec {
    margin-top:-110px;
    padding-top:110px;
  }
}

/*----------------------------------------------------
   staff
----------------------------------------------------*/
.staff main dl.staff_box {
  background: #fff;
  border: 1px solid #A2D1EE;
  box-shadow: 10px 10px #A2D1EE;
  padding: 30px;
  margin-bottom: 40px;
}

.staff main dl.staff_box dt {
  text-align: center;
  margin-bottom: 20px;
}
.staff main dl.staff_box dt img {
  max-width: 140px;
}

.staff main dl.staff_box .job_title {
  background: #106AB5;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;
  margin-bottom: 5px;
}

.staff main dl.staff_box .name {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #A2D1EE;
  margin-bottom: 10px;
}

.staff main dl.staff_box .txt p:not(:last-of-type) {
  margin-bottom: 1em;
}

@media only screen and (min-width: 1024px) /*pc*/ {
  .staff main dl.staff_box {
    padding: 50px 50px 50px 0;
    display: flex;
  }
  
  .staff main dl.staff_box dt {
    width: 25%;
  }
  
  .staff main dl.staff_box dd {
    width: 75%;
  }
}

/*----------------------------------------------------
   access
----------------------------------------------------*/
.access main h3 {
  font-size: 2rem;
  color: #106AB5;
  background: #EBF5FB;
  padding: 10px 20px;
  margin-bottom: 20px;
}

/* shop_info_sec */
.access main .shop_info_sec .img {
  margin-bottom: 20px;
}

.access main .shop_info_sec dl.shop_info dt {
  font-weight: bold;
}

.access main .shop_info_sec dl.shop_info dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* access_sec */
.access main .access_sec .map {
  margin-bottom: 40px;
}

.access main .access_sec .lead {
  margin-bottom: 20px;
}

.access main .access_sec ul.route {
  margin-bottom: 40px;
}

.access main .access_sec ul.route li {
  margin-bottom: 20px;
}

.access main .access_sec ul.route li dl dt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) /*pc*/ {
  /* shop_info_sec */
  .access main .shop_info_sec .img {
    margin-bottom: 40px;
  }
  
  .access main .shop_info_sec dl.shop_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .access main .shop_info_sec dl.shop_info dt {
    width: 30%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .access main .shop_info_sec dl.shop_info dd {
    width: 70%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  /* access_sec */
  .access main .access_sec ul.route {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .access main .access_sec ul.route li {
    width: 48%;
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------
   presbyopia
----------------------------------------------------*/
.presbyopia main .check_result_wrap {
  margin-bottom: 60px;
  text-align: center;
}

.presbyopia main h3 {
  font-size: 2rem;
  color: #106AB5;
  text-align: left;
  background: #EBF5FB;
  padding: 10px 20px;
  margin-bottom: 20px;
}

 /* proposal_wrap */
.presbyopia main .proposal_wrap {
  margin-bottom: 30px;
}

.presbyopia main .proposal_wrap .img {
  text-align: center;
  margin-bottom: 20px;
}

.presbyopia main .proposal_wrap .img img {
  max-width: 80%;
}

.presbyopia main .proposal_wrap .txt .btn a {
  margin: 30px auto 0 0;
}

@media only screen and (min-width: 1024px) /*pc*/ {
  /* check_list_box */
  .presbyopia main dl.check_list_box dd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .presbyopia main dl.check_list_box dd ul li {
    width: calc(50% - 2em);
  }
  
  /* proposal_wrap */
  .presbyopia main .proposal_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .presbyopia main .proposal_wrap .txt {
    width: 73%;
  }

  .presbyopia main .proposal_wrap .img {
    width: 25%;
  }
  
  .presbyopia main .proposal_wrap .txt .btn a {
    margin: 30px auto 0 0;
    height: 44px;
    line-height: 44px;
  }
  
}

/*----------------------------------------------------
   contact
----------------------------------------------------*/
.contact main .note {
  border: 2px solid #FD7B8A;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 20px;
}

.contact main .note h3 {
  color: #F2092E;
  margin-bottom: 10px;
}

.contact main dl.contact_box {
  margin-bottom: 30px;
}

.contact main dl.contact_box dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.contact main dl.contact_box dd {
  margin-bottom: 10px;
}

.contact main dl.contact_box dt .required {
  font-size: 1rem;
  vertical-align: text-top;
  margin-left: 5px;
  background: #F2092E;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
}

@media only screen and (min-width: 1024px) /*pc*/ {
  .contact main .note {
    padding: 30px;
  }
}
/*----------------------------------------------------
   information
----------------------------------------------------*/
body main section.article {
  padding-bottom: 0;
}
.article_content {
  padding-bottom: 75px;
}

.article_content main h2 {
  text-align: left;
  margin-bottom: 20px;
}

/* archive */
.article_content main ul.article_list {
  margin-bottom: 40px;
}

.article_content main ul.article_list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.article_content main ul.article_list h3 {
  text-align: left;
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.article_content main ul.article_list ul.entry_info {
  margin-bottom: 5px;
}

.article_content main ul.article_list ul.entry_info li{
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
  margin-right: 5px;
}
.article_content main ul.article_list .date {
  font-size: 1.2rem;
}

.article_content main ul.article_list .cat {
  font-size: 1.2rem;
}

.article_content main ul.article_list .cat a {
  display: inline-block;
  padding: 2px;
  color: #106AB5;
  border: 1px solid #106AB5;
  border-radius: 3px;
}

.article_content main ul.article_list .cat a:hover {
  text-decoration: none;
  color: #fff;
  background: #106AB5;
}


/* pagination */
.article_content main .pagination {
  margin: 0 auto;
  text-align: center;
}

.article_content main .pagination span {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.article_content main .pagination a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #106AB5;
  background: #fff;
  border: 1px solid #106AB5;
}

.article_content main .pagination a:hover{
  color: #fff;
  background: #106AB5;
}

.article_content main .pagination .current{
  color: #fff;
  background: #106AB5;
}

/* single */
.single .article_content main .entry_contents {
  margin-bottom: 40px;
}

.single .article_content main .entry_contents p {
  margin-bottom: 1em;
}

.single .article_content main .entry_contents h3 {
  font-size: 2rem;
  color: #106AB5;
  font-weight: bold;
  border-left: 4px solid #106AB5;
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-align: left;
}

.single .article_content main .entry_contents h4 {
  font-size: 1.8rem;
  color: #106AB5;
  font-weight: bold;
  background: #EBF5FB;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.single .article_content main .entry_contents h5 {
  font-size: 1.8rem;
  color: #106AB5;
  font-weight: bold;
  border-bottom: 1px solid #106AB5;
  padding: 5px 0;
  margin-bottom: 10px;
}

.single .article_content main .entry_contents h6 {
  font-size: 1.8rem;
  color: #106AB5;
  font-weight: bold;
  margin-bottom: 10px;
}

.single .article_content main .entry_contents ul {
  padding-left: 1em;
  list-style: disc;
}

.single .article_content main .entry_contents ol {
  padding-left: 1em;
  list-style: decimal;
}

.single .article_content main .entry_contents table {
  width: 100%;
}

.single .article_content main .entry_contents table th {
  border: 1px solid #ccc;
  background: #EBF5FB;
  text-align: left;
  padding: 5px;
}

.single .article_content main .entry_contents table td {
  border: 1px solid #ccc;
  padding: 5px;
}

/* next_prev */
.article_content main .next_prev {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin: 0 auto;
}

.article_content main .next_prev a {
  text-decoration: none;
}

.article_content main .next_prev li {
  position: relative;
}

.article_content main .next_prev li.prev {
  padding-left: 1em;
}

.article_content main .next_prev li.prev::before {
  content: '«';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #153C84;
}

.article_content main .next_prev li.next {
  padding-right: 1em;
}

.article_content main .next_prev li.next::after {
  content: '»';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #153C84;
}


/**** aside *****/
aside .widget {
  margin-bottom: 30px;
}

aside .widget h3 {
  font-size: 1.8rem;
  color: #106AB5;
  background: #EBF5FB;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

aside .widget ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

aside .widget ul li .date {
  font-size: 1.2rem;
}

/* search */
aside .widget.widget_search .searchform {
  position: relative;
  height: 50px;
}

aside .widget.widget_search input[type="search"] {
  position: absolute;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #bebebe;
  border-radius: 3px;
  height: 50px;
  font-size: 1.6rem;
}

aside .widget.widget_search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: 0;
  background: none;
  display: block;
  height: 100%;
  padding: 0;
  font-size: 1.1em;
  color: #106AB5;
}



@media only screen and (min-width: 1024px) /*pc*/ {
  body main section.article {
    padding-bottom: 40px;
  }

  #container .article_content main {
    margin: 0;
  }
  
  .article_content {
    display: flex;
    justify-content: space-between;
  }

  .article_content main {
    width: 70%;
  }

  .article_content aside {
    width: 26%;
  }

}