@charset "UTF-8";

.mb20 {
  margin-bottom: 20px!important;
}

.mb40 {
  margin-bottom: 40px!important;
}

.mb100 {
  margin-bottom: 100px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.font-f2{
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}
/* HEADINGS */
#heading-breadcrumbs {
  background-image: url(../images/trouble02/bk-trouble02.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}

@media screen and (max-width: 480px) {
  #heading-breadcrumbs {
    background-image: url(../images/trouble02/bk-trouble02.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8em;
  }
}

h3 {
  color: #333;
}

.fh5co-heading h2 {
  color: #2F2F2F;
  font-weight: 900;
}

.fh5co-heading p {
  color: #A28446;
}

.breadcrumbs ul li {
  color: #A28446;
}

.breadcrumbs li a {
  color: #2F2F2F;
}

/* END HEADINGS */
/* Content */
.title-area {
  margin-left: 15px;
}

.title-area p {
  margin: 0px;
  line-height: 1.8em;
}

.h2-box {
  color: #A28446;
  font-size: 24px;
  margin: 0 0 20px 0;
  font-family: inherit !important;
}

.h2-brown {
  color: #A28446;
  font-size: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.h3-box {
  color: #DAA752;
  font-size: 18px;
  margin: 0 0 20px 0;
}

.responsive-image-pc {
  display: block;
}

@media screen and (max-width: 786px) {
  .responsive-image-pc {
    display: none;
  }
}

.responsive-image-sp {
  display: none;
}

@media screen and (max-width: 786px) {
  .responsive-image-sp {
    display: block;
  }
}

.max-width {
  width: calc(100vw + 30px);
  margin-left: -15px;
}

.nav-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px 0;
  margin: 50px 0;
}

.nav-area::after {
  content: "";
  width: 30%;
}

@media screen and (max-width: 786px) {
  .nav-area::after {
    width: 46%;
  }
}

.nav-area a {
  width: 30%;
  display: block;
  position: relative;
  text-align: center;
  border: 1px solid #B5ACD1;
  padding: 10px 15px;
  border-radius: 10px;
}

@media screen and (max-width: 786px) {
  .nav-area a {
    width: 100%;
  }
}

.nav-area a::after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 786px) {
  .nav-area._short a {
    width: 100%;
  }
}

.panel-white {
  border: 1px #cccccc solid;
  border-radius: 10px;
  text-align: center;
}

.panel-white .panel-title a {
  display: block;
  width: 100%;
  position: relative;
}

.panel-white .panel-title a::after {
  content: '＋';
  position: absolute;
  top: 0;
  right: 0px;
  font-weight: 900;
}

.panel-white .panel-title.open a::after {
  content: '―';
}

.s-flex {
  width: 82.5%;
  margin: 0 auto;
}

.height-auto {
  min-height: 80px;
}

.osusume-box {
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 10px 10px 30px;
}
.pd0 {
  padding: 10px 0px 30px;
}
.osusume-box__img {
  width: 90%;
  margin: 0 auto;
}
.osusume-box__img__wide {
  width: 100%;
  margin: 0 auto;
} 
.osusume-box .top-mess {
  color: #A28446;
  font-size: 20px;
  margin: 30px auto;
  width: 80%;
  font-weight: 900;
}

.osusume-box .text-box {
  padding: 15px 10px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 786px) {
  .osusume-box .text-box {
    min-height: auto;
    padding: 15px 0px;
    width: 94%;
  }
}

.osusume-box .text-h {
  min-height: 200px;
}

.h3-midashi {
  color: #DAA752;
  font-size: 18px;
  margin-left: 15px;
}

.ex-box {
  border: #707070 solid 1px;
  border-radius: 10px;
  padding: 20px 20px;
}

.link-btn {
  width: 494px;
  border: 1px solid #B9ADD3;
  margin: 0 auto 50px;
  border-radius: 10px;
}

@media screen and (max-width: 786px) {
  .link-btn {
    width: 100%;
  }
}

.link-btn a {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  position: relative;
}

.link-btn a::after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%) rotate(-90deg);
  color: #B9ADD3;
}

.price-box {
  margin: 50px 0 50px;
  background: url(../images/treatment03a/bk-price.png) no-repeat;
  background-size: cover;
  padding: 15px;
}

.price-box__box {
  border: 3px #A28446 solid;
  text-align: center;
  padding: 30px 0;
}

.price-box .link-btn {
  width: 500px;
  border: 1px solid #B9ADD3;
  margin: 0 auto 0px;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 786px) {
  .price-box .link-btn {
    width: 90%;
  }
}

.price-box .link-btn a {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  position: relative;
}

.price-box .link-btn a::after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%) rotate(-90deg);
  color: #B9ADD3;
}

.flexbox {
  display: flex;
  justify-content: center;
  gap: 0 80px;
  margin: 0 auto;
  max-width: 1200px;
  font-size: 36px;
  color: #A28446;
  align-items: center;
}
.flexbox-1col {
  width: 644px;
  justify-content: center;
  gap: 60px 0px;
  flex-wrap: wrap;
}
.flexbox-1col .flexbox__item{
  width: 100%;
}
.flexbox-1col .flexbox__item2{
  width: 80%;
}
.flexbox-1col .flexbox__item2 img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 786px) {
  .flexbox {
    flex-wrap: wrap;
  }
  .flexbox__item{
    width: 100%;
  }
  .flexbox-1col {
    width: 100%;
    justify-content: center;
    gap: 30px 0px;
    flex-wrap: wrap;
  }
  .flexbox-1col .flexbox__item{
    width: 100%;
  }
  .flexbox-1col .flexbox__item2{
    width: 100%;
  }
  .sp-big{
    font-size: 16px;
  }
}

.flexbox dt {
  padding-right: 20px;
}

@media screen and (max-width: 786px) {
  .flexbox dt {
    font-size: 16px;
  }
}

.flexbox dd {
  font-weight: 900;
}

@media screen and (max-width: 786px) {
  .flexbox dd {
    font-size: 16px;
  }
}

.flexbox dd strong {
  font-size: 48px;
}

@media screen and (max-width: 786px) {
  .flexbox dd strong {
    font-size: 30px;
  }
}

.footer_area {
  box-sizing: border-box;
}

.footer_area .footer-flex {
  display: flex;
  justify-content: space-between;
}

.footer_area .footer-flex a {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}

.footer_area .footer-flex .btn {
  width: calc(100% / 4);
  border-radius: 0;
  border: none;
  padding: 6px 2px;
}

.footer_area .icon {
  margin-top: 5px;
  display: block;
  width: 100%;
  height: 16px;
  margin-bottom: 5px;
}

.footer_area .icon img {
  height: 100%;
  width: auto;
}

.footer_area .bg-purple {
  background-color: #B1A9D4;
}

.footer_area .bg-brown {
  background: linear-gradient(to right, #D5BA87, #A6884B);
}

.footer_area .bg-white {
  background-color: #fff;
}

.footer_area .bg-white a {
  color: #B0A9D4;
}

.footer_area .bg-green {
  background-color: #5DD140;
}

.max-width2 {
  width: 100vw;
  margin-left: -15px;
}

.large-img {
  width: calc(100% + 30px);
  margin-left: -15px;
}

.h3-midashi2 {
  color: #A58749;
  border-bottom: 1px #eeeeee solid;
  margin-bottom: 20px!important;
}
.h3-midashi3 {
  color: #A58749;
  border-bottom: 1px #eeeeee solid;
  margin-bottom: 60px!important;
}
.h3-midashi4 {
  color: #daa752!important;
  margin-bottom: 20px!important;
}
.h4-midashi {
  color: #A58749!important;
  border-bottom: 2px #A58749 solid;
  margin-bottom: 30px!important;
  font-size: 20px;
  padding: 0!important;
}
.h4-midashi2 {
  color: #333333!important;
  margin-bottom: 30px!important;
  font-size: 16px;
  padding: 0!important;
}
.h4-midashi2 span{
  background-color: #152436;
  color: #ffffff!important;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 15px;
}
.h5-midashi {
  color: #A58749!important;
  border-bottom: 2px #A58749 solid;
  margin-bottom: 30px!important;
  font-size: 20px;
  padding:10px 0;
}
.point {
  text-align: center;
  margin: 0 auto;
}

.img-responsive-point {
  max-width: 100%;
  height: auto;
}


.for-troubles>div>p,
ul.use-checkicon li {
  background: url("../images/campaign/campaign-janfeb/icon-check.png") no-repeat left top 5px;
  color: #152436;
  padding-left: 25px;
}

.for-troubles>div>p,
ul.use-checkicon li.fs-s {
  font-size: 14px;
  background-size: 14px;
}

@media screen and (max-width: 786px) {
  .sp-mt0 {
    margin-top: 0px!important;
    margin-bottom:  0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }
  .h4-midashi2 {
    color: #333333 !important;
    margin-bottom: 20px !important;
    font-size: 16px;
    padding: 0 !important;
  }
  .sp-mb50{
    margin-bottom: 50px!important;
  }
}
.price-box__box h2{
  font-size: 36px;
  color: #A28446;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 786px) {
  .price-box__box h2 {
      font-size: 20px;
  }
}

ul.l-icon li{
  padding-left: 20px;
  background: url(../images/cgstyler/icon.png) no-repeat left center;
}
@media screen and (max-width: 786px) {

}