/*
Theme Name: Genova Template
File: orthodontics-lp.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the orthodontics-lp-page css
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700;800;900&family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
body {
  color: #4d463b;
}

.txt-content {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.fnt-futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fnt-futurab {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  #header .header_menu .g_nav > li > a:hover:before, #header .header_menu .g_nav > li > span:hover:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 14px 16px;
    border-color: transparent transparent #539065 transparent;
  }
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    padding-top: 17px;
    padding-bottom: 16px;
  }
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    min-height: 84.81px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    font-size: 12px;
    min-height: 67.53px;
  }
}
@media screen and (max-width: 767px) {
  #content img {
    width: 100%;
  }
}
.slick-slider .slick-arrow {
  font-size: 0;
  line-height: 1;
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 2;
  width: 58px;
  height: 58px;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/prev.png");
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

.slick-slider .slick-arrow.slick-next {
  left: 54px;
  background: url("../img/next.png");
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

.two-columns dl {
  background: #ECF2F1;
}

.two-columns dl dt {
  background: #93BDB9;
}

/*--------------------------------------
	mainimage
--------------------------------------*/
#mainimage {
  z-index: 1;
  position: relative;
  color: #fff;
  overflow: hidden;
}

#mainimage .kv-catch {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 27px;
  background: rgba(255, 255, 255, 0.79);
  box-sizing: border-box;
  padding: 64px 10px 20px;
}

@media screen and (min-width: 768px) {
  #mainimage {
    height: 768px;
  }
  #mainimage .kv-catch {
    top: 0px;
    left: auto;
    right: 100px;
    bottom: 0px;
    width: 50%;
    max-width: 665px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 127px 45px 65px;
    background: rgba(255, 255, 255, 0.65);
  }
  #mainimage .kv-catch .inner {
    max-width: 543px;
  }
  #mainimage .kv-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  #mainimage .kv-img img {
    -o-object-position: 15% center;
       object-position: 15% center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #mainimage .kv-catch {
    right: 30px;
    padding: 60px 20px;
    align-items: center;
  }
}
.ttl-global {
  position: relative;
  text-align: center;
  z-index: 1;
  border-bottom: 1px dashed #6C675F;
  padding-bottom: 10px;
}
.ttl-global .ttl-en {
  font-size: 15px;
  color: #7a99c1;
  letter-spacing: 0.05em;
  line-height: 1.33;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  display: block;
}
.ttl-global .ttl-small {
  font-size: 20px;
}
.ttl-global .ttl-jp {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.15em;
}

.img-radius {
  border-radius: 10px;
  overflow: hidden;
}

.img-shadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

.btn-more {
  background: #7a99c1;
  color: #fff;
  border-radius: 33px;
  text-align: center;
  display: block;
  position: relative;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  max-width: 135px;
  margin: 10px auto 0px;
  padding: 0px 0px 5px;
}
.btn-more:hover {
  opacity: 0.8;
}
.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-image: url(../img/top/arrow-right.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
}

/*--------------------------------------
	banner top section
--------------------------------------*/
.bnr-top {
  border-radius: 10px;
  margin: 70px auto;
  max-width: 600px;
}

.bnr-top a {
  display: block;
}

@media screen and (max-width: 767px) {
  .bnr-top {
    margin: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .ttl-global {
    padding-bottom: 20px;
  }
  .ttl-global .ttl-small {
    font-size: 24px;
  }
  .ttl-global .ttl-jp {
    font-size: 32px;
  }
}
.sec-global {
  background-image: url(../img/orthodontics-lp/bg_img.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------
	orthodontic section
--------------------------------------*/
#orthodontic {
  position: relative;
  z-index: 0;
  /*--------------------------------------
      TREATMENT section
    --------------------------------------*/
  /*--------------------------------------
      POINT section
    --------------------------------------*/
}
#orthodontic .orthodontic-ttl {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  background-image: url(../img/orthodontics-lp/orthodontic_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18px 0px;
}
#orthodontic .orthodontic-ttl small {
  font-size: 20px;
}
#orthodontic .inside {
  background-image: url(../img/orthodontics-lp/bg_dots.png);
  background-position: center top;
  background-repeat: repeat-x;
  padding-top: 49px;
  padding-bottom: 64px;
  position: relative;
}
#orthodontic .inside:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #EFEBE2;
  background: linear-gradient(to bottom, #EFEBE2 0%, #FFFFFF 100%);
  height: 248vw;
  z-index: -1;
}
#orthodontic .inside:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/orthodontics-lp/bg_img.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -2;
}
#orthodontic .orthodontic-inner {
  position: relative;
}
#orthodontic .orthodontic-inner .orthodontic-ttls {
  font-size: 24px;
  line-height: 1.125;
  letter-spacing: 0.15em;
}
#orthodontic .orthodontic-inner .orthodontic-ttls small {
  font-size: 16px;
}
#orthodontic .orthodontic-inner .txt {
  margin-top: 16px;
}
#orthodontic .treatment {
  margin-top: 72px;
}
#orthodontic .treatment .inner {
  margin-top: 48px;
}
#orthodontic .treatment .inner .item {
  position: relative;
}
#orthodontic .treatment .inner .treatment-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  color: #fff;
  box-sizing: border-box;
  background: rgba(108, 103, 95, 0.85);
}
#orthodontic .treatment .inner .treatment-content .inner-child {
  padding: 10px 20px;
}
#orthodontic .treatment .inner .treatment-content .treatment-detail {
  border-left: 1px solid #fff;
  padding-left: 10px;
  box-sizing: border-box;
}
#orthodontic .treatment .inner .treatment-content .treatment-tit {
  line-height: 1.25;
  font-size: 14px;
}
#orthodontic .treatment .inner .treatment-content .treatment-txt {
  font-size: 20px;
  line-height: 1.33;
}
#orthodontic .treatment .txt {
  margin-top: 12px;
}
#orthodontic .point {
  margin-top: 72px;
  /*--------------------------------------
    DOCTOR section
  --------------------------------------*/
}
#orthodontic .point .point-ttl {
  color: #fff;
  background: #6c675f;
  border-radius: 17px;
  font-size: 12px;
  line-height: 1.334;
  letter-spacing: 0.15em;
  padding: 2px 15px;
  box-sizing: border-box;
  display: block;
  width: 90px;
  margin: 0px 0px -10px 12px;
  position: relative;
  z-index: 1;
}
#orthodontic .point .point-ttl:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 10px;
  border-style: solid;
  border-width: 9px 4px 0 4px;
  border-color: #6C675F transparent transparent transparent;
  transform: rotate(-45deg);
}
#orthodontic .point .point-tit {
  color: #fff;
  background: #FFFFFF;
  background: linear-gradient(to left, #FFFFFF 0%, rgba(147, 189, 185, 0.8) 30%, #93BDB9 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  padding: 17px 12px 12px;
  box-sizing: border-box;
}
#orthodontic .point [class^=point-content] {
  position: relative;
}
#orthodontic .point .point-content1 {
  margin-top: 48px;
}
#orthodontic .point .point-content2 {
  margin-top: 112px;
}
#orthodontic .point .point-content3 {
  margin-top: 65px;
}
#orthodontic .point .point-img {
  margin-top: 12px;
}
#orthodontic .point .point-txt {
  margin-top: 12px;
}
#orthodontic .point #doctor {
  z-index: 0;
  padding: 0px;
  margin-top: 22px;
}
#orthodontic .point #doctor .doctor-img {
  position: relative;
  z-index: 0;
  margin: 0px;
}
#orthodontic .point #doctor .doctor-img:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/orthodontics-lp/bg_blur.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
#orthodontic .point #doctor .doctor-slide {
  margin: 0px auto;
}
#orthodontic .point #doctor .doctor-slide .slick-slide {
  margin: 0px 8px;
}
#orthodontic .point #doctor .doctor-slide .item {
  position: relative;
  padding-right: 0px;
}
#orthodontic .point #doctor .doctor-slide .item .name {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  margin: 0px;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #orthodontic {
    /*--------------------------------------
      TREATMENT section
    --------------------------------------*/
    /*--------------------------------------
      POINT section
    --------------------------------------*/
  }
  #orthodontic .orthodontic-ttl small {
    display: block;
  }
  #orthodontic .orthodontic-inner .orthodontic-ttl small {
    display: block;
  }
  #orthodontic .orthodontic-inner .orthodontic-img {
    margin-top: 27px;
  }
  #orthodontic .treatment .inner .col + .col {
    margin-top: 32px;
  }
  #orthodontic .treatment .inner .treatment-content {
    height: auto !important;
  }
  #orthodontic .point #doctor .doctor-slide .item .name {
    font-size: 16px;
    text-align: center;
  }
  #orthodontic .point #doctor .doctor-slide .item .name small {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  #orthodontic {
    /*--------------------------------------
      TREATMENT section
    --------------------------------------*/
    /*--------------------------------------
      POINT section
    --------------------------------------*/
  }
  #orthodontic .inside {
    padding-top: 53px;
    padding-bottom: 96px;
  }
  #orthodontic .inside:before {
    height: 933px;
  }
  #orthodontic .orthodontic-ttl {
    font-size: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 42px 0px;
  }
  #orthodontic .orthodontic-ttl small {
    font-size: 24px;
  }
  #orthodontic .orthodontic-inner {
    min-height: 348px;
  }
  #orthodontic .orthodontic-inner .orthodontic-ttls, #orthodontic .orthodontic-inner .txt {
    width: 50%;
    max-width: 540px;
  }
  #orthodontic .orthodontic-inner .orthodontic-ttls {
    font-size: 32px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #6C675F;
  }
  #orthodontic .orthodontic-inner .orthodontic-ttls small {
    font-size: 20px;
  }
  #orthodontic .orthodontic-inner .orthodontic-img {
    width: 45%;
    max-width: 480px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  #orthodontic .treatment {
    margin-top: 64px;
  }
  #orthodontic .treatment .inner {
    margin-top: 48px;
  }
  #orthodontic .treatment .inner .col {
    width: 49%;
    max-width: 528px;
  }
  #orthodontic .treatment .inner .treatment-content .inner-child {
    padding: 22px 34px;
  }
  #orthodontic .treatment .inner .treatment-content .treatment-detail {
    padding-left: 19px;
    border-left: 2px solid #fff;
  }
  #orthodontic .treatment .inner .treatment-content .treatment-tit {
    font-size: 16px;
  }
  #orthodontic .treatment .inner .treatment-content .treatment-txt {
    font-size: 24px;
  }
  #orthodontic .treatment .inner .txt {
    margin-top: 24px;
  }
  #orthodontic .point {
    margin-top: 64px;
    /*--------------------------------------
      DOCTOR section
    --------------------------------------*/
  }
  #orthodontic .point .point-img {
    width: 48.9%;
    max-width: 528px;
    min-height: 348px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: 0px;
  }
  #orthodontic .point hgroup {
    width: 51.15%;
    max-width: 552px;
  }
  #orthodontic .point .point-ttl {
    font-size: 15px;
    width: 151px;
    padding: 6.5px 35px;
    margin: 0px 0px -16.5px 29px;
  }
  #orthodontic .point .point-ttl:before {
    bottom: -8px;
    left: 15px;
    border-width: 15px 6px 0 6px;
  }
  #orthodontic .point .point-txt {
    width: 51.1%;
    max-width: 552px;
  }
  #orthodontic .point .point-tit {
    font-size: 24px;
    line-height: 1.33;
    padding: 27px 29px 26px;
  }
  #orthodontic .point [class^=point-content] {
    min-height: 348px;
  }
  #orthodontic .point .point-content1 {
    margin-top: 48px;
  }
  #orthodontic .point .point-content1 .point-img {
    left: 0px;
  }
  #orthodontic .point .point-content1 .point-txt, #orthodontic .point .point-content1 hgroup {
    margin-left: auto;
  }
  #orthodontic .point .point-content2 {
    margin-top: 56px;
  }
  #orthodontic .point .point-content2 .point-img {
    right: 0px;
  }
  #orthodontic .point .point-content3 {
    margin-top: 56px;
  }
  #orthodontic .point .point-content3 .point-img {
    left: 0px;
  }
  #orthodontic .point .point-content3 .point-txt, #orthodontic .point .point-content3 hgroup {
    margin-left: auto;
  }
  #orthodontic .point .point-txt {
    margin-top: 20px;
    padding: 0px 20px;
  }
  #orthodontic .point #doctor {
    margin-top: 32px;
  }
  #orthodontic .point #doctor .doctor-slide {
    max-width: none;
  }
  #orthodontic .point #doctor .doctor-slide .slick-arrow {
    top: 145px;
  }
  #orthodontic .point #doctor .doctor-slide .slick-slide {
    width: 249px !important;
    margin: 0px 14px;
  }
  #orthodontic .point #doctor .doctor-slide .item {
    width: 249px;
  }
  #orthodontic .point #doctor .doctor-slide .item .name {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  #orthodontic .point #doctor .doctor-img {
    height: 348px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #orthodontic .orthodontic-inner .orthodontic-ttls {
    font-size: 24px;
  }
  #orthodontic .treatment .inner .treatment-content .inner-child {
    padding: 10px 15px;
  }
  #orthodontic .treatment .inner .treatment-content .treatment-detail {
    padding-left: 10px;
  }
  #orthodontic .treatment .inner .treatment-content .treatment-txt {
    font-size: 22px;
    letter-spacing: 0;
  }
  #orthodontic .point .point-tit {
    font-size: 20px;
    letter-spacing: 0.05em;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  #orthodontic .point #doctor .doctor-slide {
    max-width: 803px;
  }
}
@media screen and (min-width: 768px) and (max-width: 841px) {
  #orthodontic .point #doctor .doctor-slide {
    max-width: 526px;
  }
}

/*--------------------------------------
	TYPES + PEDIATRIC section
--------------------------------------*/
#types {
  background: url(../img/orthodontics-lp/bg_dots.png), #EFEBE2;
  background-position: center top;
  background-repeat: repeat;
  padding: 64px 0px;
}
#types .types-tit {
  margin: 0px 8px -22.5px;
}
#types .types-tit span {
  width: 100%;
  color: #fff;
  background: #7a99c1;
  border-radius: 38px;
  display: inline-block;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: 5.5px;
  box-sizing: border-box;
}
#types .types-top .types-ttl {
  box-sizing: border-box;
}
#types .types-top .types-ttl .types-small {
  font-size: 15px;
  line-height: 1.33;
  text-transform: uppercase;
}
#types .types-top .types-ttl .ttl-jp {
  font-size: 32px;
  line-height: 1.14;
  letter-spacing: 0.15em;
  color: #7a99c1;
}
#types .types-top .txt-top {
  margin-top: 20px;
}
#types .types-group-box {
  margin-top: 34px;
}
#types .types-group-box .inner-box {
  padding: 47px 24px 24px;
  background: #eff0f4;
  box-sizing: border-box;
}
#types .types-group-box .box {
  margin: 12px 0px 0px;
}
#types .types-group-box .txt-box {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #types .types-top .types-ttl {
    text-align: center;
  }
  #types .types-top .types-ttl em {
    display: inline-block;
    margin: 0px auto;
    border-bottom: 1px dashed #707070;
    padding-bottom: 10px;
  }
  #types .types-group-box .txt-box {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  #types {
    padding: 96px 0px 100px;
  }
  #types .types-tit {
    margin: 0px 10px -32px;
  }
  #types .types-tit span {
    font-size: 24px;
    max-width: 427px;
    padding: 12px;
  }
  #types .types-top .types-ttl {
    width: 25%;
    max-width: 265px;
    min-width: 265px;
    padding-right: 20px;
    border-right: 1px dashed #707070;
    text-align: left;
  }
  #types .types-top .types-ttl .ttl-jp {
    font-size: 42px;
  }
  #types .types-top .txt-top {
    width: 73%;
    max-width: 780px;
    margin: 0px 0px 0px 36px;
  }
  #types .types-group-box {
    margin-top: 65px;
    flex-wrap: wrap;
  }
  #types .types-group-box .box {
    margin: 19px 0px 0px;
    width: 49%;
    max-width: 523px;
  }
  #types .types-group-box .inner-box {
    padding: 49px 48px 22px;
  }
  #types .types-group-box .txt-box {
    margin-top: 16px;
  }
}

#pediatric {
  margin-top: 12px;
}
#pediatric .pediatric-bnr {
  border-radius: 8px;
  background-image: url(../img/orthodontics-lp/pediatric_bnr_bg_sp.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 8px;
}
#pediatric .pediatric-bnr .bnr-inner {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 17px 17px;
}
#pediatric .pediatric-bnr .bnr-tit {
  font-size: 24px;
}
#pediatric .pediatric-bnr .bnr-en {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 4px;
}
#pediatric .pediatric-bnr .btn-box {
  margin-top: 25px;
}
#pediatric .pediatric-bnr .btn-box .btn-more {
  margin: 0px;
}
#pediatric .inner {
  margin-top: 72px;
}
#pediatric .inner-box + .inner-box {
  margin-top: 12px;
}
#pediatric .types-tit {
  margin: 0px 8px -22.5px;
}
#pediatric .pediatric-box {
  background: #eff0f4;
  box-sizing: border-box;
  padding: 46px 24px 24px;
}
#pediatric .txt-content {
  margin: 8px 0px 0px 0px;
}
@media screen and (min-width: 768px) {
  #pediatric {
    margin-top: 38px;
  }
  #pediatric .pediatric-bnr {
    max-width: 640px;
    margin: 0px auto;
    background-image: url(../img/orthodontics-lp/pediatric_bnr_bg.jpg);
  }
  #pediatric .pediatric-bnr .bnr-inner {
    padding: 48px 20px 12px 36px;
  }
  #pediatric .pediatric-bnr .btn-box {
    width: 135px;
    margin: 0px 0px 0px auto;
  }
  #pediatric .bnrrr {
    max-width: 640px;
    margin: 0px auto;
  }
  #pediatric .inner {
    margin-top: 65px;
  }
  #pediatric .inner-box + .inner-box {
    margin-top: 22px;
  }
  #pediatric .pediatric-box {
    padding: 50px 46px 42px;
  }
  #pediatric .pediatric-img {
    width: 25%;
    max-width: 244px;
  }
  #pediatric .txt-content {
    width: 73%;
    max-width: 724px;
    margin: 0px 0px 0px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #pediatric .pediatric-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*--------------------------------------
	FEE section
--------------------------------------*/
#fee {
  margin-top: 98px;
}

#fee .two-columns {
  margin-top: 44px;
}

#fee .two-columns dl {
  font-size: 20px;
  overflow: hidden;
  align-items: center;
}

#fee .two-columns dl dt, #fee .two-columns dl dd {
  width: 50%;
  padding-top: 11.25px;
  padding-bottom: 11.25px;
}

#fee .two-columns dl dt{
  position: relative;
  z-index: 0;
}
#fee .two-columns dl dt:before{
    content: "";
    position: absolute;
    top: -50%;
    left: 0px;
    right: 0px;
    bottom: -50%;
    background: #93BDB9;
    z-index: -1;
}
#fee .two-columns dl dd {
  text-align: right;
  padding-right: 30px;
  padding-left: 0;
}

#fee .fee-txt {
  letter-spacing: 0.2em;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #fee {
    margin-top: 80px;
  }
  #fee .two-columns {
    margin-top: 26px;
  }
  #fee .two-columns dl {
    display: flex;
    font-size: 14px;
    align-items: center;
  }
  #fee .two-columns dl dt, #fee .two-columns dl dd {
    width: 100%;
  }
  #fee .two-columns dl dt {
    padding: 12px 14px;
    font-size: 14px;
  }
  #fee .two-columns dl dd {
    padding: 12px 12px;
  }
  #fee .two-columns dl dd span{
    font-size: 12px;
  }
  /* #fee .fee-txt {
    font-size: 12px;
  } */
  #fee .fee-txt li + li {
    margin-top: 6px;
  }
}
/*--------------------------------------
	FLOW section
--------------------------------------*/
#flow {
  margin-top: 72px;
  padding: 64px 0px;
  background: #eff0f4;
}
#flow .tabs-switch {
  margin-top: 41px;
}
#flow .tab-link {
  display: flex;
  justify-content: center;
}
#flow .item-link {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 8px 25px;
  box-sizing: border-box;
  list-style: none;
  border: solid 2px #7A99C1;
  border-bottom: 0px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 50%;
}
#flow .item-link + .item-link {
  margin-left: 2px;
}
#flow .flow-content {
  background: #fff;
  overflow: inherit;
  padding: 16px;
}
#flow .item-content {
  display: none;
}
#flow .item-content .flow-content:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#flow .flow-step {
  border-bottom: 1px dashed #BFBAB1;
  padding-bottom: 12px;
  margin-top: 12px;
}
#flow .tab-step {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.33;
  color: #7a99c1;
}
#flow .tab-tit {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.33;
}
#flow .item-link.is-active {
  background: #7A99C1;
  color: #FFF;
  transition: all 0.2s ease-out;
}
#flow .item-content.is-show {
  display: block;
}
#flow .flow-content {
  position: relative;
}
#flow .flow-content + .flow-content {
  margin-top: 26px;
}
#flow .flow-content + .flow-content:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 26px 35.5px 0 35.5px;
  border-color: #7A99C1 transparent transparent transparent;
}
#flow .tab-img {
  height: 150px;
}
#flow .tab-img img {
  -o-object-position: top;
     object-position: top;
}
#flow .txt-content {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #flow {
    margin-top: 113px;
    padding: 96px 0px;
  }
  #flow .tabs-switch {
    margin-top: 47px;
  }
  #flow .item-link {
    padding: 22px 25px;
    font-size: 20px;
  }
  #flow .item-link + .item-link {
    margin-left: 4px;
  }
  #flow .flow-content {
    padding: 41px 37px;
  }
  #flow .tab-img {
    width: 37%;
    max-width: 367px;
    height: 266px;
  }
  #flow .flow-step {
    margin-top: 0px;
  }
  #flow .tab-step {
    font-size: 20px;
  }
  #flow .tab-tit {
    font-size: 24px;
  }
  #flow .col-txt {
    width: 60%;
    max-width: 600px;
  }
  #flow .txt-content {
    margin-top: 18px;
  }
}

/*--------------------------------------
	CASE section
--------------------------------------*/
#case {
  margin-top: 59px;
}

#case h2 {
  max-width: 1080px;
  margin: 0px auto;
}

#case .slick-track {
  padding-top: 62px;
}

#case .ribbon {
  background: #e6d5ab;
  border-left: var(--f) solid #BFAD81;
  border-bottom: var(--r) solid #e6d5ab;
}

@media screen and (max-width: 767px) {
  #case {
    margin-top: 79px;
  }
  #case .slick-track {
    padding-top: 44px;
  }
  .case-global .ribbon {
    font-size: 12px;
  }
  .case-global .ribbon span {
    font-size: 25px;
  }
  .case-global .case-txt {
    font-size: 14px;
  }
}
/*--------------------------------------
	qa section
--------------------------------------*/
#qa {
  margin-top: 70px;
  margin-bottom: 80px;
}

#qa .group-acc {
  margin-top: 50px;
}

#qa .accordion p {
  background: transparent;
  border: none;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  line-height: 1.46;
  padding: 0px 44px 0px 0px;
  color: #4d463b;
  font-weight: 600;
}

#qa .accordion p.acv_open:after {
  display: none;
}

#qa .accordion p:before {
  content: "";
  position: absolute;
  top: 16px;
  left: auto;
  right: 0px;
  background: #7a99c1;
  width: 34px;
  height: 2px;
  display: block;
}

#qa .accordion p:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 16px;
  background: #7a99c1;
  width: 2px;
  height: 34px;
}

#qa .accordion p span {
  font-family: "Fira Sans", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #7a99c1;
  margin-right: 20px;
  border-right: 1px solid #7a99c1;
  padding: 0px 20px 0px 0px;
}

#qa .accordion ul {
  background: #fff9eb;
  margin-top: 20px;
}

#qa .accordion ul li {
  padding: 23px 29px;
  color: #4d463b;
}

#qa .accordion ul li span {
  color: #93bdb9;
  font-size: 42px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  margin-right: 20px;
  border-right: 1px solid #93bdb9;
  padding-right: 20px;
}

#qa .accordion + .accordion {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  #qa {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  #qa .group-acc {
    margin-top: 20px;
  }
  #qa .accordion p {
    font-size: 20px;
    line-height: 1.2;
    padding-right: 30px;
  }
  #qa .accordion p:before {
    top: 9px;
    width: 20px;
  }
  #qa .accordion p:after {
    right: 9px;
    height: 20px;
  }
  #qa .accordion p span {
    font-size: 24px;
    margin-right: 8px;
    padding-right: 7px;
  }
  #qa .accordion ul {
    background: #fff9eb;
    margin-top: 7px;
  }
  #qa .accordion ul li {
    font-size: 16px;
    padding: 12px;
  }
  #qa .accordion ul li span {
    color: #93bdb9;
    font-size: 24px;
    margin-right: 8px;
    padding-right: 7px;
  }
}