body{
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
.trans{
  animation-name: fadein;
  animation-duration: 1s; 
  animation-delay: .5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0; 
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*common*/
#main_contents{
  position: relative;
  padding-top: 96px;
}
.inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.inner_full{
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}
.inner02{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.inner_s{
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
img,
video{
  width: 100%;
}
.pc_none{
  display: none;
}
.sp_none{
  display: block;
}
.txt{
  font-size: 18px;
  text-align: justify;
  line-height: 2;
}
.txt strong{
font-weight: 900;
}
.head02{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 35px;
}
.head02 span.min{
  line-height: 1;
  color: #fff;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  padding: 0 15px;
  margin-right: 15px;
}
#m_detail01 .head02 span.min{
  color: #5F5D5D;
}
.head02 span.min::before,
.head02 span.min::after{
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  content: '';
  background-color: #fff;
}
#m_detail01 .head02 span.min::before,
#m_detail01 .head02 span.min::after{
  background-color: #5F5D5D;
}
.head02 span.min::before{
  left: 0;
}
.head02 span.min::after{
  right: 0;
}
.w_box{
  background-color: #fff;
  border-radius: 40px;
  padding: 55px;
}
.w_box .ttl,
.g_box .ttl{
  color: #9A9999;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.w_box .sub{
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 45px;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #F1EFEB;
}
.clm2 .box_l,
.clm2 .box_r{
  width: calc(95% / 2);
}
.clm2 .box_l{
  margin-right: 5%;
}
.ind_list li{
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}
.ind_list li::before{
  content: '●';
  margin-right: 5px;
}
.ind_list li:last-child{
  margin-bottom: 0;
}
.ind_list li>.ind_list{
  margin-left: 1em;
  margin-top: 20px;
}
/*mv*/
.mv_box{
  width: 100%;
  height: auto;
  padding-top: 42.44%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#top .mv_box{
  background-image: url(../img/top/mv.jpg);
}
#top .mv_box::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 250px;
  height: 13px;
  /*background-image: url(../img/top/mv_kazari.png);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#top00{
}
.select_box{
  background-color: #433B35;
  padding: 25px;
}
.select_list{
  width: 80%;
  max-width: 1150px;
  margin: 0 auto;
  justify-content: center;

}
.select_list li{
  width: calc(92% / 3);
  margin-right: calc(8% / 2);
}
.select_list li:last-child{
  margin-right: 0;
}
.select_list li a{
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  padding: 20px;
  letter-spacing: 0.05em;
  border-radius: 40px;
  transition: all .3s;
}
.select_list li a:hover{
  letter-spacing: 0.1em;
}
.select_list li:nth-child(1) a{
  background-color: #8b878d;
}
.select_list li:nth-child(2) a{
  background-color: #74705d;
}
.select_list li:nth-child(3) a{
  background-color: #997e7c;
}
.select_list li:nth-child(1) a:hover{
  background-color: rgba(139,135,141,.8);
}
.select_list li:nth-child(2) a:hover{
  background-color: rgba(116,112,93,.8);
}
.select_list li:nth-child(3) a:hover{
  background-color: rgba(153,126,124,.8);
}
.select_list li a span{
  color: #fff;
}
.select_list li a::after{
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 12px solid rgba(255, 255, 255, .5);
  border-right: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
}
.select_list li a::before{
  content: '';
  left: 25px;
  top: 25%;
  width: 30px;
  height: 30px;
  background-image: url(../img/btn_kazari.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.top_news{
  padding: 65px 0 55px;
}
.top_news .news_ttl{
  color: #9A9999;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}
.news_list{
  border: 1px solid #707070;
  padding: 25px 15px;
}
.news_list li a{
  display: flex;
  font-weight: 600;
  margin-bottom: 15px;
  transition: all .3s;
}
.news_list li a:hover{
  opacity: 0.6;
}
.news_list li a .date{
  width: 120px;
  white-space: nowrap;
}
.news_list li a .ttl{
  width: calc(100% - 120px);
}
.news_list li:last-child a{
  margin-bottom: 0;
}
#top01{
  background-color: #8B7B6F;
  padding: 50px 0 120px;
  position: relative;
}
#top01::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/kazari04.png);
  width: 10%;
  height: 100%;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
.list_box.clm2 .box_in{
  width: 50%;
}
.list_box.clm3 .box_in{
  width: 25%;
}
.ind_list li{
  color: #B89D94;
}
.ind_list li a{
  color: #B89D94;
  transition: all .3s;
}
.ind_list li a:hover{
  color: #DBB577;
}
#top01 .search_box{
  position: relative;
}
#top01 .search_box::after{
  content: '';
  z-index: 0;
  position: absolute;
  right: -70px;
  top: -60px;
  width: 55%;
  height: 100%;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(../img/kazari01.png);
}
#top01 .w_box{
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
#top01 .bnr_box{
  margin-top: 80px;
  background-color: #fff;
  border-radius: 20px;
}
#top01 .bnr_box a{
  transition: all .3s;
}
#top01 .bnr_box a:hover{
  opacity: 0.8;
}
#top02{
  padding-bottom: 160px;
  position: relative;
  background-image: url(../img/top/top_bg.png);
  background-size: 100%;
  background-position: top 250px center;
  background-repeat: no-repeat;
  text-align: center;
}
.about_ttl{
  background-color: rgba(231,216,206,.7);
  display: block;
  width: 100%;
  text-align: right;
  line-height: 1;
  padding-top: 20px;
  position: relative;
}
.about_ttl::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  height: 15px;
  background-color: #d6bfad;
  width: 19%;
}
.about_ttl span{
  color: #fbf7f5;
  font-size: 9vw;
  line-height: .85;
  position: relative;
}
.about_logo{
  width: 70%;
  max-width: 500px;
  margin: 250px auto 140px;
}
.main_copy{
  font-size: 50px;
  margin-bottom: 50px;
}
.sub_copy{
  font-size: 40px;
  color: #6E6E6E;
  margin-bottom: 200px;
  line-height: 1;
}
.con_ttl{
  display: block;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 90px;
}
.con_ttl span{
  display: inline-block;
  position: relative;
}
.con_ttl span::before{
  content: '';
  position: absolute;
  left: -50px;
  top: -5px;
  z-index: -1;
  width: 105px;
  height: 75px;
  background-image: url(../img/kazari02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#top02 .txt{
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
.concept_ttl{
  font-weight: 300;
  background-color: #A89182;
  color: #fff;
  font-size: 100px;
  text-align: center;
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
}
.concept_ttl span{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 17px;
  line-height: 1;
}
.concept_ttl::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 15px;
  background-color: rgba(255, 255, 255, .6);
  width: 19%;
}
.concept_box{
  padding: 30px 0;
}
.concept_box .inner{
  align-items: center;
  justify-content: space-between;
}
.concept_box.box02{
  background-color: #443732;
}
.concept_box .box_l,
.concept_box .box_r{
  width: calc(97% / 2);
}
.concept_box.box02 .box_l{
  order: 2;
}
.concept_box.box02 .box_r{
  order: 1;
}
.concept_box .ttl{
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.concept_box:nth-of-type(odd) .ttl::before{
  position: absolute;
  width: 125%;
  background-color: #000000;
  height: 4px;
  right: 0;
  bottom: 0;
  content: '';
}
.concept_box:nth-of-type(odd) .ttl::after{
  width: 50px;
  height: 50px;
  position: absolute;
  left: -25%;
  top: 45px;
  background-color: #000;
  content: '';
}
.concept_box:nth-of-type(even) .ttl::after{
  width: 100%;
  background-color: #707070;
  height: 1px;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
}
.concept_box .ttl span{
  position: relative;
  display: block;
  z-index: 1;
}
.concept_box .ttl span::before{
  position: absolute;
  right: 0;  
  font-size: 150px;
  color: rgba(172,157,142,0.35);
  z-index: -1;
}
.concept_box:nth-of-type(even) p,
.concept_box:nth-of-type(even) span{
  color: #fff;
}
.concept_box:nth-of-type(1) .ttl span::before{
  bottom: -50px;
  content: 'Awakening';
}
.concept_box:nth-of-type(2) .ttl span::before{
  bottom: -50px;
  content: 'Encounter';
}
.concept_box:nth-of-type(3) .ttl span::before{
  bottom: -50px;
  content: 'Grow up';
}
.concept_box:nth-of-type(4) .ttl span::before{
  bottom: -150px;
  content: 'Social Media';
  line-height: 1;
  text-align: right;
}
.concept_box .txt{
  font-size: 20px;
}
#top04{
  background-color: #E3E3E3;
  padding: 100px 0 115px;
  position: relative;
}
#top04::before{
  content: '';
  width: 100%;
  height: 40px;
  background-color: #A9874F;
  position: absolute;
  left: 0;
  top: 0;
}
.head02.doctor,
.head02.doctor span.min{
  color: #707070;
}
.head02.doctor span.min::before,
.head02.doctor span.min::after{
  background-color: #707070;
}
.line_box{
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 70px 60px 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.line_box:last-of-type{
  margin-bottom: 0;
}
.line_box::after{
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: rgba(155,150,150,0.3);
  right: -25px;
  top: -25px;
  z-index: -1;
}
.profile_box .box_l{
  width: 25%;
  margin-right: 45px;
}
.profile_box .box_r{
  width: calc(75% - 45px);
}
.profile_box .post{
  background-color: #fff;
  display: inline-block;
  padding: 8px 35px;
  line-height: 1;
  font-size: 22px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.profile_box .name{
  font-size: 45px;
  line-height: 1;
  margin-bottom: 45px;
}
.profile_box .name span{
  color: #434343;
  font-size: 40px;
  margin-left: 40px;
}
.p_ttl{
  color: #898989;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 40px;
}
.top0{
  margin-top: 0!important;
}
.p_txt{
  font-size: 20px;
}

.profile_box .clm2{
  justify-content: space-between;
}
.profile_box .clm2 .box_in{
  width: 48%;
}
.profile_list dt,
.profile_list dd{
  font-size: 20px;
}
.profile_list dt{
  width: 100px;
}
.profile_list dd{
  width: calc(100% - 100px);
}
.btm40{
  margin-bottom: 40px;
}
.message_box{
  width: 95%;
  margin: 50px auto 0;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 15px;
  position: relative;
  padding: 40px 50px 30px;
}
.message_box .ttl{
  position: absolute;
  left: -10px;
  top: -30px;
  font-weight: bold;
  font-size: 34px;
  color: #b38780;
  letter-spacing: 0.1em;
}
.message_box .txt{
  font-family: 'Zen Kurenaido', sans-serif;
  text-align: justify;
  font-size: 16px;
}
/*price*/
#price .mv_box{
  background-image: url(../img/mv/price_mv.jpg);
}
#mv{
  position: relative;
}
#mv .inner{
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
}
#mv .mv_ttl{
  font-size: 40px;
  color: #707070;
  background-color: rgba(255, 255, 255, .4);
  display: inline-block;
  font-weight: 700;
  width: 50%;
  max-width: 700px;
  line-height: 1;
  padding: 40px 60px;
}
#price01{
  background-image: url(../img/price/price_bg.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 50px 0 65px;
}
.menu_list{
  margin-top: 65px;
  justify-content: center;
  margin-bottom: 30px;
}
.menu_list li{
}
.menu_list li a{
  color: #BE7761;
  line-height: 1;
  padding: 15px 25px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #BE7761;
  display: block;
  margin: 0  8px 30px;
  transition: all .3s;
}
.menu_list li a:hover{
  background-color: #BE7761;
  color: #fff;
}
.menu_box{
}
.menu_ttl{
  background-color: #F5F5F5;
  padding: 35px;
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  color: #606060;
}
.menu_ttl span{
  width: 100px;
  display: inline-block;
  margin-right: 23px;
}
.menu_tbl{
  margin-bottom: 30px;
}
.menu_tbl.center{
  margin-bottom: 60px;
}
.menu_tbl table{
  width: 100%;
}
.menu_tbl table th,
.menu_tbl table td{
  padding: 30px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #3B3B3B;
  vertical-align: top;
  border-right: 1px solid #B7B7B7;
  line-height: 1.2;
  background-color: #F5F5F5;

}
.menu_tbl table th:last-of-type,
.menu_tbl table td:last-of-type{
  border-right: none;
}
.menu_tbl table th:nth-of-type(1),
.menu_tbl table th:nth-of-type(2){
  width: 30%;
}
.menu_tbl table th:nth-of-type(3){
  width: 15%;
}
.menu_tbl table th:nth-of-type(4){
  width: 25%;
}
.menu_tbl table th{
  color: #B89D94;
  text-align: center;
}
.menu_tbl table tr.gray th,
.menu_tbl table tr.gray td{
  background-color: #E2E2E2;
}
.menu_tbl.center th,
.menu_tbl.center td{
  text-align: center;
  width: 50%;
  border-right: none;
}
.menu_tbl td span{
  background-color: #B89D94;
  line-height: 1;
  padding: 5px;
  max-width: 160px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 15px;
}
.menu_tbl table td:nth-of-type(3){
  text-align: center;
}
br.wide{
  margin-bottom: 10px;
}
.anchor {
  display: block;
  padding-top: 87px;
  margin-top: -87px;
}
.btn01{
  text-align: right;
  margin-bottom: 30px;
}
.btn01 a{
  background-color: #433B35;
  border-radius: 20px;
  max-width: 430px;
  width: 90%;
  line-height: 1;
  padding: 15px;
  text-align: center;
  color: #fff;
  display: inline-block;
/*  border: 1px solid #433B35;*/
  transition: all .3s;
  font-size: 18px;
  font-weight: 600;
}
.btn01 a:hover{
/*  color: #433B35;*/
  background-color: #B89D94;
}
.caution{
  font-size: 18px;
  text-align: right;
  margin-bottom: 20px;
}
/*trouble*/
#trouble .mv_box{
  background-image: url(../img/mv/trouble_mv.jpg);
}
#trouble00{
  background-image: url(../img/bg01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 30px 0 65px;
  margin-bottom: 70px;
}
#trouble .head02,
#trouble .head02 span.min,
#method .head02,
#method .head02 span.min{
  color: #9A9999;
}
#trouble .head02 span.min::before, #trouble .head02 span.min::after,
#method .head02 span.min::before, #method .head02 span.min::after{
  background-color: #9A9999;
}
.trouble_ttl{
  background-color: rgba(184, 157, 148, .55);
  color: #5A5858;
  padding: 20px 50px;
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 600;
}
.trouble_ttl span{
  color: #fff;
  display: block;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 30px;
}
.trouble_ttl span::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #F1EFEB;
}
.trouble_list{
  /*width: 90%;*/
  margin-bottom: 20px;
  width: 100%;
}
.trouble_list li{
  width: calc(95% / 4);
  margin-right: calc(5% / 3);
  margin-bottom: 40px;
}
.trouble_list li:nth-child(4n){
  margin-right: 0;
}
.trouble_list li a{
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 15px 10px 15px 20px;
  transition: all .3s;
}
.trouble_list li a:hover{
  background-color: #DBB577;
  color: #fff;
  border-color: #DBB577;
}
.trouble_list li span.icon{
  width: 75px;
  display: inline-block;
  margin-right: 20px;
}
.trouble_list li span.txt{
  width: calc(100% - 95px);
}
.bnrlist{
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 100px;
  margin-top: 100px;
}
.bnrlist li{
  transition: all .3s;
  position: relative;
}
.bnrlist li:first-child{
  margin-right: 3%;
}
.bnrlist li .img{
  transition: all .3s;
}
.bnrlist li:hover .img{
  opacity: 0.7;
}
.bnrlist li .txt{
  position: absolute;
  color: #606060;
  font-size: 22px;
  font-weight: 600;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all .3s;
}
.bnrlist li:hover .txt{
  letter-spacing: 0.1em;
}

/*method*/
#method .mv_box{
  background-image: url(../img/mv/method_mv.jpg);
}
#method01{
  padding: 35px 0 100px;
  background-image: url(../img/bg01.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #F1F1F1;
}
#method .menu_list li a{
  background-color: #5E524A;
  border-color: #5E524A;
  color: #fff;
}
#method .menu_list li a:hover{
  background-color: #BE7761;
  border-color: #BE7761;
}
.method_list{
  justify-content: space-between;
}
.method_list>li{
  width: calc(97% / 2);
  margin-bottom: 45px;
  background-color: #fff;
  border-radius: 40px;  
}
.method_list .name{
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 25px;
  margin-bottom: 45px;
  position: relative;
}
.method_list .name::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #F1EFEB;
}
.method_list .name span{
  color: #9A9999;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
  display: block;
}
.method_box{
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.method_box .box_l{
  width: 35%;
}
.method_box .box_r{
  width: 60%;
}
/*.method_box .box_r .btn_box{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}*/
.method_list .w_box{
  padding: 55px 20px;
}
.method_list .w_box .ttl{
  font-size: 22px;
  margin-bottom: 20px;
  color: #5A5858;
}
.method_box .btn01{
  margin-bottom: 20px;
}
.method_box .btn01.pink{
  margin-bottom: 0;
}
.btn01.pink a{
  background-color: #B89D94;
  border-color: #B89D94;
}
.btn01.pink a:hover{
  background-color: #5E524A;
  border-color: #5E524A;
}
.method_list .ind_list02{
  margin-bottom: 100px;
}
.ind_list02 li{
  position: relative;
  font-size: 18px;
}
.ind_list02 li::before{
  content: '・';
}
/*privacy*/
#mv.other .inner{
  bottom: auto;
  top: 22%;
}
.other .mv_box{
  background-image: url(../img/mv/other_mv.jpg);
}
.other .mv_ttl{
  font-size: 30px!important;
  padding: 75px 30px!important;
  background-color: rgba(255, 255, 255, .6)!important;
}
.other .mv_ttl span{
  color: #41403F;
  display: block;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 35px;
}
#privacy .inner{
  max-width: 1160px;
  margin: 0 auto;
}
#privacy .intro_txt{
  font-size: 22px;
  text-align: justify;
  line-height: 2;
  margin-bottom: 45px;
}
.privacy_ttl,
.minor_ttl02{
  line-height: 1;
  font-weight: 600;
  font-size: 22px;
  color: #707070;
  margin-bottom: 25px;
}
#privacy .txt{
  font-size: 18px;
  margin-bottom: 60px;
}
#contact_box{
  background-color: rgba(216, 193, 175, .072);
  padding: 60px 0;
}
#contact_box .w_box{
  border-radius: 0px;
  padding: 25px 65px;
  align-items: center;
}
.btn_list li{
  width: 100%;
}
.btn_list li a{
  display: block;
  background-color: #E5D8CC;
  border-radius: 17px;
  color: #AA874F;
  display: block;
  max-width: 465px;
  margin: 0 0 0 auto;
  text-align: center;
  line-height: 1;
  padding: 35px;
  font-size: 23px;
  font-weight: 700;
  transition: all .3s;
}
.btn_list li:first-child{
  margin-bottom: 20px;
}
.btn_list li a:hover{
  color: #fff;
  background-color: #AA874F;
}
#contact_box .w_box .box_l,
#contact_box .w_box .box_r{
  width: 50%;
}
#contact_box .w_box .box_l .img{
  width: 90%;
  max-width: 440px;
}
/*minor*/
#privacy p,
#minor p{
  color: #707070;
}
.minor_caution{
  text-align: center;
}
.minor_caution span{
  color: #707070;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  padding: 10px 20px;
  background-color: #FFC793;
  display: inline-block;
  margin: 0 auto 70px;
}
#minor .txt.center{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
}
#minor .inner,
#news .inner,
#sitemap .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.btn02{
  text-align: center;
}
.btn02 a,
.minor_txt{
  display: inline-block;
  background-color: #BA9D71;
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 25px 55px;
  font-weight: 600;
  margin: 0 auto 75px;
  transition: all .3s;
}
.btn02 a:hover{
  background-color: #5E524A;
}
.minor_ttl{
  padding: 15px 20px;
  line-height: 1;
  font-size: 25px;
  background-color: #E8E8E8;
  color: #707070;
  font-weight: 600;
  margin-bottom: 25px;
}
.minor_box{
  align-items: center;
  margin-bottom: 65px;
  position: relative;
}
.minor_box .box_l{
  width: 30%;
  padding: 0 30px;
  position: relative;
}
.minor_box::before{
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #FF980B;
  left: 0;
  top: 0;
}
.minor_box .box_l .img{
  max-width: 260px;
}
.minor_box .txt{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
}
.minor_box .box_r{
  width: 70%;
}
#minor01{
  padding-bottom: 100px;
}
#minor .minor_txt{
  color: #fff;
  margin-bottom: 0;
}
#minor .minor_txt:first-child{
  margin-right: 75px;
  position: relative;
}
#minor .minor_txt:first-child::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60.5px;
  width: 45px;
  height: 45px;
  background-image: url(../img/minor/minor_kazari.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btm100{
  margin-bottom: 100px!important;
}
.minor_ttl02{
  margin-bottom: 30px;
}
#minor .ind_list li{
  color: #707070;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 18px;
}
#minor .ind_list.list01{
  margin-bottom: 70px;
}
.btn03{
  margin-top: 60px;
  text-align: center;
}
.btn03 a{
  font-size: 27px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  background-color: #695F5C;
  border-radius: 14px;
  line-height: 1;
  padding: 15px;
  display: inline-block;
  transition: all .3s;
}
.btn03 a:hover{
  background-color: #fff;
  color: #695F5C;
}
/*method detail*/
#con_mv{
  position: relative;
  width: 100%;
/*  height: auto;
  padding-top: 32.29%;*/
  background-image: url(../img/method/mv_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#con_mv .inner{
/*  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;*/
}
#con_mv .inner .box_l,
#con_mv .inner .box_r{
  width: 50%;
}
#con_mv .inner .box_r .img{
  width: 100%;
  height: 100%;
  max-width: 620px;
  max-height: 620px;
  margin: 0 0 0 auto;
  text-align: right;
}
#con_mv .inner .box_r .img img{
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#con_mv .head01{
  margin-top: 115px;
  line-height: 1;
  margin-bottom: 25px;
}
#con_mv .head01 span{
  display: block;
  line-height: 1;
}
#con_mv .head01 .min{
  font-size: 50px;
  color: #9a9999;
}
#con_mv .head01 .jp{
  color: #5A5858;
  font-size: 35px;
  font-weight: bold;
  margin-top: 40px;
}
.cat_list li{
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #4B4A4A;
  font-size: 16px;
  padding: 5px 10px;
  line-height: 1;
  color: #525050;
  /*width: 110px;*/
  width: 120px;
  text-align: center;
}
body.method{
  background-color: rgba(224, 217, 211, .8);
}
#m_detail01{
  background-image: url(../img/method/method_bg.png);
  background-size: 100%;
  background-position: top center;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}
.breadcrumb{
  padding: 30px 0 80px;
  margin: 0;
}
.trouble_box01{
  background-color: #FAFAFA;
  border-radius: 40px;
  padding: 40px 40px 50px;
  margin-bottom: 80px;
}
.trouble_box01 .ttl,
.check_ttl{
  font-size: 25px;
  color: #9A9999;
  position: relative;
  padding-left: 35px;
  margin-bottom: 40px;
  line-height: 1;
}
.check_ttl{
  margin-bottom: 20px;
}
.trouble_box01 .ttl::before,
.check_ttl::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(../icon/icon_check.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.trouble_list02{
}
.trouble_list02 li{
  margin-right: 30px;
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
}
.trouble_list02 li b{
font-weight: 600
}

.trouble_list02 li:before{
  content: '・';
}
.head03{
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 35px 0;
  margin-bottom: 60px;
}
.head03::before,
.head03::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 1px;
  background-color: #171616;
}
.head03::before{
  top: 0;
}
.head03::after{
  bottom: 0;
}
.head03 span{
  line-height: 1;
  font-size: 30px;
}
.trouble_box02{
  margin-bottom: 120px;
}
.trouble_box02.mgB60{
  margin-bottom: 60px;
}
.trouble_box02 .box_l,
.trouble_box02 .box_r,
.trouble_box02 .box_in{
  width: 50%;
}
.trouble_box02 .box_l.w30per,
.trouble_box02 .box_r.w30per{
  width: 30%;
}
.trouble_box02 .box_l.w70per,
.trouble_box02 .box_r.w70per{
  width: 70%;
}

@media screen and (max-width: 540px) {
.trouble_box02 .box_l.w30per,
.trouble_box02 .box_r.w30per{
  width: 100%;
}
.trouble_box02 .box_l.w70per,
.trouble_box02 .box_r.w70per{
  width: 100%;
}
}



.trouble_box02 .box_r{
  padding-left: 40px;
}
#m_detail01 .txt{
  font-size: 20px;
  font-weight: 600;
  /*font-weight: bold;*/
  text-align: justify;
}
.head04{
  font-size: 30px;
  color: #fff;
  line-height: 1;
  padding: 15px;
  border-radius: 10px;
  background-color: #5E524A;
  text-align: center;
  margin-bottom: 35px;
}
.trouble_box03{
  margin-bottom: 60px;
}
#m_detail01 .line_box{
  margin-top: 100px;
  margin-bottom: 80px;
}
.head02.flow span.min{
  color: #5F5D5D;
  margin-right: 20px;
}
.head02.flow span.min::before,
.head02.flow span.min::after{
  background-color: #5F5D5D;
}
.head02.flow .icon{
  position: relative;
  width: 70px;
  height: 90px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../icon/icon_flow02.png);
}

.head02.flow .icon.min15{
  background-image: url(../icon/icon_flow_15min.png)!important;
}


.head02.flow .icon.min30{
  background-image: url(../icon/icon_flow_30min.png)!important;
}

.head02.flow .icon.min90{
  background-image: url(../icon/icon_flow_90min.png)!important;
}

.flow_list li{
  color: #fff;
  font-size: 25px;
  background-color: #AA874F;
  border-radius: 75px;
  line-height: 1;
  padding: 22px 30px;
/*  border: 1px solid #707070;*/
  margin-right: 20px;
  margin-bottom: 20px;
}
#m_detail02, #m_detail03, #m_detail04, #m_detail05, #m_detail06, #m_detail07, #m_detail08, #m_detail09, #m_detail10, #m_detail11 {
  padding-bottom: 100px;
}
/*co2laser*/
.edge_logo{
  width: 80%;
  max-width: 400px;
  margin: 0 auto 60px;
}
#m_detail01 .w_box .ttl,
#m_detail01 .g_box .ttl{
  color: #2C2C2C;
}
#m_detail01 .w_box .txt,
#m_detail01 .g_box .txt{
  color: #2C2C2C;
  font-weight: 400;
}
#m_detail01 .w_box{
  margin-bottom: 45px;
}
#m_detail01 .w_box:last-of-type{
  margin-bottom: 0;
}
.btm0{
  margin-bottom: 0!important;
}
.clm1{
  margin-bottom: 60px;
}
.g_box{
  background-color: #C1C1C1;
  padding: 50px 40px;
}
.g_box .box_l,
.g_box .box_r{
  width: 50%;
}
.g_box .box_l{
  padding-right: 30px;
}
.g_box .box_r{
  padding-top: 30px;
  padding-left: 50px;
}
.w_box .box_flow{
  width: 200px;
  margin-right: 40px;
}
.w_box .box_txt{
  width: calc(100% - 240px);
}
span.marker{
  background:linear-gradient(transparent 30%, rgba(229, 240, 88, .5) 30%);
}
.faq_list dt,
.faq_list dd{
  display: flex;
}
.faq_list dt{
  align-items: center;
  margin-bottom: 30px;
}
.faq_list dd{
  padding-bottom: 50px;
  border-bottom: 1px solid #171616;
  margin-bottom: 50px;
}
.faq_list .icon{
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 25px;
}
.faq_list dt .icon{
  background-image: url(../icon/icon_q.png);
}
.faq_list dd .icon{
  background-image: url(../icon/icon_a.png);
}
.faq_list .txt{
  width: calc(100% - 125px);
}
.faq_list dt .txt{
  font-size: 28px;
  font-weight: bold;
}
.faq_list dd .txt{
  font-size: 20px;
  text-align: justify;
  padding-top: 10px;
}
#m_detail01 .txt.caution.right{
  font-weight: 400;
  margin-top: 30px;
}
.img.mesonaj{
  width: 80%;
  max-width: 1100px;
  margin: 50px auto 0;
}
/*news*/
#news01{
  padding-bottom: 100px;
}
#news .news_list{
  border: none;
  padding: 0;
}
#news .news_list li{
  border-bottom: 1px solid #5E524A;
}
#news .news_list li:first-child{
  border-top: 1px solid #5E524A;
}
#news .news_list li a{
  padding: 15px 0;
  margin-bottom: 0;
}
.news_ttl{
  color: #DBB577;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 10px;
}
.news_detail{
  border-bottom: 1px solid #5E524A;
  border-top: 1px solid #5E524A;
  padding: 50px 0;
}
.news_detail img{
  max-width: 100%;
  height: auto;
}
.pagerList{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#news .btn01{
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
}
#sitemap01{
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
#main_contents{
  padding-top: 68px;
}
.concept_box .ttl span::before{
  font-size: 120px;
}
.p_txt,
.p_ttl,
.profile_list dt, .profile_list dd{
  font-size: 18px;
}
.profile_box .name{
  font-size: 40px;
}
.profile_box .name span{
  font-size: 35px;
}
#mv .mv_ttl{
  font-size: 35px;
  padding: 30px 40px;
}
.select_list li a{
  padding: 15px;
  font-size: 1.2rem;
}
.head02,
.w_box .sub,
.profile_box .post,
.trouble_ttl,
.trouble_list li a,
.bnrlist li .txt,
.method_list .name,
.method_list .w_box .ttl,
.g_box .ttl,
#privacy .intro_txt,
.privacy_ttl,
.minor_ttl02{
  font-size: 20px;
}
.ind_list li{
  margin-bottom: 20px;
}
.ind_list li,
.concept_box .txt,
.p_ttl,
.p_txt,
.profile_list dt,
.profile_list dd,
.btn02 a,
.minor_txt{
  font-size: 18px;
}
.main_copy{
  font-size: 40px;
  margin-bottom: 30px;
}
.sub_copy,
.profile_box .name span,
#mv .mv_ttl{
  font-size: 30px;
}
.con_ttl,
#top02 .txt{
  font-size: 24px;
}
.concept_box .ttl,
.concept_ttl span,
.trouble_ttl span,
.method_list .name span,
.w_box .ttl,
.g_box .ttl{
  font-size: 28px;
}
.concept_box:nth-of-type(odd) .ttl::after{
  top: 35px;
}
.concept_box .ttl span::before{
  font-size: 100px;
  bottom: -30px;
}

.concept_box:nth-of-type(even) p, .concept_box:nth-of-type(even) span{
  bottom: 0;
}
.concept_box:nth-of-type(4) .ttl span::before{
  bottom: -105px;
}
/*trouble*/
.trouble_list{
  width: 100%;
}
.trouble_list li span.icon{
  margin-right: 15px;
}
.trouble_list li span.txt{
  width: calc(100% - 90px);
}
.trouble_list li a{
  font-size: 18px;
}
}
@media screen and (max-width: 1200px) {
#main_contents{
  padding-top: 62px;
}
.menu_tbl{
  overflow-x: scroll;
}
.menu_tbl.noscroll{
  overflow: hidden;
}
.menu_tbl table{
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  white-space: nowrap;
}
.menu_tbl.noscroll table{
  min-width: 100%;
}
.menu_tbl table th, .menu_tbl table td{
  font-size: 18px;
}
.about_logo{
  max-width: 350px;
}
.concept_ttl{
  font-size: 80px;
}
.profile_box .name{
  font-size: 30px;
}
.sub_copy, .profile_box .name span, #mv .mv_ttl{
  font-size: 25px;
}
.ind_list li, .concept_box .txt, .p_ttl, .p_txt, .profile_list dt, .profile_list dd, .btn02 a, .minor_txt{
  font-size: 16px;
}
/*trouble*/
.trouble_list li{
  margin-bottom: 20px;
}
.trouble_list li,
.trouble_list li:nth-child(4n){
  width: calc(95% / 3);
  margin-right: calc(5% / 2);
}
.trouble_list li:nth-child(3n){
  margin-right: 0;
}
.trouble_list li span.icon{
  width: 60px;
}
.trouble_list li span.txt{
  width: calc(100% - 75px);
}
/*minor*/
.minor_caution span,
.minor_ttl{
  font-size: 22px;
  padding: 15px 20px;
}
.btn02 a, .minor_txt{
  padding: 20px 50px;
}
.minor_box .txt,
#minor .ind_list li{
  font-size: 17px;
}
#minor .minor_txt:first-child::before{
  width: 40px;
  height: 40px;
}
}
@media screen and (max-width: 1024px) {
.select_box{
  padding: 15px;
}
.select_list{
  width: 95%;
}
.select_list li a{
  font-size: 17px;
  padding: 12px;
}
.select_list li a::before{
  width: 25px;
  height: 25px;
}
/*.news_list li a .date, .news_list li a .cat{
  margin-right: 20px;
}*/
.news_list li a p{
  font-size: 15px;
}
.w_box,
.line_box{
  padding: 35px;
  border-radius: 25px;
}
.about_logo{
  max-width: 300px;
  margin: 200px auto 100px;
}
.main_copy{
  font-size: 35px;
}
.con_ttl, #top02 .txt{
  font-size: 20px;
}
.concept_box .ttl, .concept_ttl span, .trouble_ttl span, .method_list .name span, .w_box .ttl,.g_box .ttl{
  font-size: 22px;
}
.concept_box .ttl span::before{
  font-size: 75px;
}
.concept_box:nth-of-type(4) .ttl span::before{
  bottom: -85px;
}
.profile_box .clm2 .box_in{
  width: 100%;
}
.message_box{
  width: 100%;
}
.profile_box .post{
  padding: 5px 20px;
}
.head02, .w_box .sub, .profile_box .post, .trouble_ttl, .trouble_list li a, .bnrlist li .txt, .method_list .name, .method_list .w_box .ttl, #privacy .intro_txt, .privacy_ttl, .minor_ttl02{
  font-size: 18px;
}
/*trouble*/
#mv .inner{
  bottom: 35px;
}
#mv .mv_ttl{
  padding: 20px 25px;
}
.trouble_ttl{
  padding: 20px 30px;
}
.trouble_list li a{
  padding: 10px 10px 10px 15px;
}
/*method*/
.menu_list li a{
  padding: 10px 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.btn01 a,
.ind_list02 li{
  font-size: 16px;
}
.method_list .w_box{
  padding: 30px 20px;
}
/*price*/
.menu_ttl span{
  width: 80px;
}
.menu_ttl{
  font-size: 22px;
  padding: 20px;
}
.menu_tbl table th, .menu_tbl table td{
  font-size: 17px;
}
.menu_tbl table th, .menu_tbl table td{
  padding: 25px 20px;
}
.caution{
  font-size: 16px;
}
/*price*/
.btn_list li a{
  font-size: 20px;
  padding: 20px;
}
/*minor*/
.minor_caution span{
  font-size: 20px;
}
.btn02 a, .minor_txt{
  padding: 20px 35px;
}
/*method*/
#con_mv .head01 .min{
  font-size: 35px;
}
#con_mv .head01 .jp{
  margin-top: 20px;
  font-size: 25px;
}
.cat_list li{
  font-size: 15px;
}
.g_box .box_r{
  padding: 0;
}
.w_box .box_flow{
  width: 120px;
  margin-right: 20px;
}
.w_box .box_txt{
  width: calc(100% - 140px);
}
.faq_list .icon{
  width: 70px;
  height: 70px;
}
.faq_list dt .txt{
  font-size: 22px;
}
.faq_list dd .txt{
  font-size: 18px;
}
.faq_list .txt{
  width: calc(100% - 95px);
}
.img.mesonaj{
  width: 100%;
}
.message_box{
  padding: 30px 30px 20px;
}
.message_box .ttl{
  font-size: 28px;
  top: -20px;
}
}
@media screen and (max-width: 768px) {
.select_list{
  width: 100%;
  justify-content: space-between;
}
.select_list li{
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
}
.select_list li:last-child{
  margin-bottom: 0;
}
.select_list li a{
  font-size: 15px;
  padding: 10px;
}
.select_list li a::before{
  left: 15px;
  width: 20px;
  height: 20px;
}
.select_list li a::after{
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid rgba(255, 255, 255, .5);
}
.top_news .news_ttl,
.head02 span{
  font-size: 26px;
}
.news_list li a{
  flex-wrap: wrap;
}
.news_list li a p{
  font-size: 14px;
  font-weight: 500;
}
.news_list li a .ttl{
  width: 100%;
}
.head02, .w_box .sub, .profile_box .post, .trouble_ttl, .trouble_list li a, .bnrlist li .txt, .method_list .name, .method_list .w_box .ttl, #privacy .intro_txt, .privacy_ttl, .minor_ttl02,.g_box .ttl{
  font-size: 17px;
}
.head02{
  font-size: 15px;
  position: relative;
  z-index: 1;
}
#top01 .search_box::after{
  width: 100%;
  right: -20px;
  top: -20px;
}
.w_box, .line_box{
  padding: 25px;
}
.clm2 .box_l{
  margin-bottom: 40px;
}
.clm2 .box_l, .clm2 .box_r{
  width: 100%;
}
.w_box .ttl,
.g_box .ttl{
  margin-bottom: 20px;
}
.w_box .sub{
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.ind_list li{
  margin-bottom: 10px;
}
.list_box.clm2 .box_in,
.list_box.clm3 .box_in{
  width: 100%;
}
.list_box.clm2 .box_in:first-child,
.list_box.clm3 .box_in:first-child,
.list_box.clm3 .box_in:nth-child(2){
  margin-bottom: 10px;
}
.about_logo{
  max-width: 200px;
  margin: 120px auto 80px;
}
.main_copy{
  font-size: 25px;
}
.sub_copy{
  margin-bottom: 100px;
}
.sub_copy, .profile_box .name span, #mv .mv_ttl{
  font-size: 22px;
}
.con_ttl, #top02 .txt{
  font-size: 16px;
  padding: 0 5%;
}
.con_ttl{
  margin-bottom: 60px;
}
.con_ttl span::before{
  width: 80px;
  left: -20px;
}
#top02{
  padding-bottom: 100px;
}
.concept_ttl{
  font-size: 50px;
  padding-bottom: 20px;
}
.concept_ttl span{
  font-size: 14px;
}
.concept_box .box_l, .concept_box .box_r{
  width: 100%;
}
.concept_box .box_l{
  margin-bottom: 50px;
}
.concept_box .box_r{

}
.concept_box .ttl, .trouble_ttl span, .method_list .name span, .w_box .ttl,.g_box .ttl{
  font-size: 20px;
}
.concept_box.box02 .box_l{
  order: 1;
}
.concept_box.box02 .box_r{
  order: 2;
}
.concept_box .ttl span::before{
  font-size: 65px;
}
.concept_box:nth-of-type(4) .ttl span::before{
  bottom: -75px;
}
.concept_box .ttl{
  margin-bottom: 25px;
}
#top04::before{
  height: 20px;
}
.profile_box .box_l{
  width: 100%;
  margin-right: 0;
}
.profile_box .box_l .img{
  max-width: 300px;
  margin: 0 auto 50px;
}
.profile_box .box_r{
  width: 100%;
}
.profile_box .name{
  font-size: 25px;
}
.profile_box .name span{
  margin-left: 20px;
  font-size: 20px;
}
.profile_list dt{
  width: 80px;
}
.profile_list dd{
  width: calc(100% - 80px);
}
/*trouble*/
.trouble_list li, .trouble_list li:nth-child(4n){
  width: 100%;
  margin-right: 0;
}
.trouble_list li:nth-child(2n){
  margin-right: 0;
}
.trouble_list li a{
  border-radius: 15px;
  font-size: 16px;
}
.trouble_list li span.icon{
  width: 35px;
}
.bnrlist{
  flex-wrap: wrap;
}
.bnrlist li{
  width: 100%;
}
.bnrlist li:first-child{
  margin-right: 0;
  margin-bottom: 20px;
}
.menu_list li a{
  padding: 8px 10px;
  font-size: 13px;
  margin: 0 5px 10px;
}
.menu_tbl table{
  min-width: 500px;
}
.menu_tbl table th, .menu_tbl table td{
  font-size: 15px;
  padding: 15px;
  font-weight: 400;
}
#mv .mv_ttl{
  font-size: 18px;
  padding: 15px 20px;
  width: 60%;
}
/*method*/
.method_list>li{
  width: 100%;
  margin-bottom: 35px;
}
/*price*/
.menu_ttl span{
  width: 65px;
}
.menu_ttl{
  font-size: 20px;
  padding: 15px;
}
/*privacy*/

#privacy .mv_ttl,
#minor .mv_ttl{
  font-size: 17px!important;
  width: 80%;
  max-width: 250px;
  padding: 25px 20px!important;
}
.other .mv_ttl span{
  font-size: 21px;
  margin-bottom: 15px;
}
#privacy .txt{
  font-size: 16px;
}
.btn_list li a{
  font-size: 18px;
}
#contact_box .w_box .box_l, #contact_box .w_box .box_r{
  width: 100%;
}
#contact_box .w_box .box_l .img{
  max-width: 300px;
  margin: 0 auto 30px;
}
.btn_list li a{
  margin: 0 auto;
}
#contact_box .w_box{
  padding: 25px;
}
/*minor*/
.minor_caution span{
  font-size: 18px;
  padding: 10px 15px;
  margin-bottom: 40px;
}
#minor .txt.center{
  font-size: 16px;
}
.btn02 a, .minor_txt{
  padding: 15px 30px;
}
.btn02 a, .minor_txt{
  padding: 10px 15px;
}
#minor .minor_txt:first-child::before{
  width: 30px;
  height: 30px;
  right: -40.5px;
}
#minor .minor_txt:first-child{
  margin-right: 50px;
}
.btn02 a, .minor_txt{
  padding: 15px 25px;
}
.minor_box .txt, #minor .ind_list li{
  font-size: 16px;
}
.minor_caution span, .minor_ttl{
  font-size: 20px;
}
#minor01{
  padding-bottom: 60px;
}
/*method*/
#con_mv .inner .box_l, #con_mv .inner .box_r{
  width: 100%;
}
#con_mv .inner .box_r .img{
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 500px;
  max-height: fit-content;
}
#m_detail01 .breadcrumb{
  padding: 20px 0 50px;
}
.trouble_box01{
  padding: 20px;
  border-radius: 20px;
}
.trouble_box01 .ttl,
.check_ttl{
    font-size: 20px;
    padding-left: 25px;
    margin-bottom: 25px;
}
.check_ttl{
  margin-bottom: 15px;
}
.trouble_box01 .ttl::before,
.check_ttl::before{
    width: 20px;
    height: 20px;
}
.trouble_list02 li{
  font-size: 17px;
}
.head03{
  padding: 20px 0;
  margin-bottom: 40px;
}
.head03::before, .head03::after{
  width: 100%;
}
.head03 span{
  font-size: 22px;
}
.trouble_box02{
  margin-bottom: 70px;
}
.trouble_box02 .box_r,
.trouble_box02 .box_l,
.trouble_box02 .box_in{
  width: 100%;
}
.trouble_box02 .box_r{
  padding-left: 0;
  order: 1;
}
.trouble_box02 .box_l{
  order: 2;
  margin-top: 20px;
}
#m_detail01 .txt{
  font-size: 16px;
}
.head02.flow{
  margin-bottom: 20px;
}
.head02 span.min{
  font-size: 25px;
}
.head02.flow .icon{
  width: 40px;
  height: 50px;
}
.head04{
  font-size: 20px;
  margin-bottom: 25px;
}
.flow_list li{
  font-size: 16px;
  padding: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#con_mv .head01{
  margin-top: 60px;
}
.g_box{
  padding: 25px;
}
.g_box .box_r,
.g_box .box_l{
  width: 100%;
}
.g_box .box_r{
  order: 1;
}
.g_box .box_l{
  order: 2;
  padding-right: 0;
  margin-top: 20px;
}
.w_box .box_flow{
  width: 100px;
  margin: 0 auto 30px;
}
.w_box .box_txt{
  width: 100%;
}
.faq_list .icon{
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.faq_list .txt{
  width: calc(100% - 55px);
}
.faq_list dt .txt{
  font-size: 18px;
  line-height: 1.5;
}
.faq_list dd .txt{
  font-size: 16px;
  padding-top: 0;
  line-height: 1.7;
}
.trouble_box03{
  margin-bottom: 40px;
}
#m_detail01 .line_box{
  margin-top: 60px;
  margin-bottom: 0;
}
#m_detail01,
#m_detail02{
  padding-bottom: 60px;
}
.faq_list dt{
  margin-bottom: 15px;
}
.faq_list dd{
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.mv_box{
  padding-top: 102.2%;
}
#top .mv_box {
  background-image: url(../img/top/mv_sp.jpg);
}
#price .mv_box {
  background-image: url(../img/mv/price_mv_sp.jpg);
}
#trouble .mv_box {
  background-image: url(../img/mv/trouble_mv_sp.jpg);
}
#method .mv_box {
  background-image: url(../img/mv/method_mv_sp.jpg);
}
#top01 .bnr_box{
  margin-top: 50px;
}
#top01{
  padding: 30px 0 60px;
}
.message_box{
  border-radius: 10px;
}
.message_box .ttl{
  font-size: 22px;
  top: -18px;
  left: -5px;
}
.message_box .txt{
  font-size: 15px;
  line-height: 1.7;
}
#news01{
  padding-bottom: 60px;
}
.news_detail{
  padding: 25px 0;
}
.news_ttl{
  font-size: 22px;
}
}
@media screen and (max-width: 599px) {
.method_box .box_l,
.method_box .box_r{
  width: 100%;
}
.method_box .box_l .img{
  width: 70%;
  max-width: 300px;
  margin: 0 auto 30px;
}
.method_box .btn01{
  text-align: center;
  margin-bottom: 15px;
}
.method_box .btn01 a{
  font-weight: 400;
  font-size: 15px;
  border-radius: 25px;
}
.method_list .ind_list02{
  margin-bottom: 60px;
}
.minor_box .box_l,
.minor_box .box_r{
  width: 100%;
}
.minor_box .box_l .img{
  margin: 0 auto 30px;
}
.minor_box .box_r{
  padding: 0 3%;
}
.minor_list{
  text-align: center;
}
.btn02 a, .minor_txt{
  font-size: 15px;
  padding: 12px 15px;
}
.btn03 a{
  font-size: 18px;
  border-radius: 10px;
}
#minor .minor_txt:first-child::before{
  width: 25px;
  height: 25px;
}
.menu_list{
  margin-bottom: 80px;
}
}

.mgB40{
margin-bottom: 40px;
}

.termination{position: relative;}
.termination a{pointer-events: none!important}
.termination .end{
	color: #FFF;
	font-size: x-large;
	font-weight: 900;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.termination::before{
	background: rgba(0,0,0,.5);
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.campaign_list{
display: flex;
justify-content: center;
flex-wrap: wrap;
list-style: none;
}
.campaign_list li{
width: 100%;
max-width: calc((100% - 40px)/3);
}
.campaign_list li img{
width: 100%;
height: auto;
}
@media screen and (max-width: 768px) {
.campaign_list li{
width: 100%;
max-width: 100%;
}
}

.top_news + .top_news{
padding-top: 0px;
}

.ThreeColumn{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.ThreeColumn li{
width: calc((100% - 60px)/3)
}
.ThreeColumn li .IMG{
margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
.ThreeColumn li{
width: calc((100% - 30px)/2)
}
}
@media screen and (max-width: 540px) {
.ThreeColumn li{
width: 100%;
}
}