@charset "UTF-8";
/* title-box
-----------------------*/
#page-title-box {
  position: relative;
  background: no-repeat center top/cover;
}
#page-title-box.-question .text-box .page-title-ja{
  line-height: 1.5;
}
#page-title-box.-question {
  background-image: url(../../images/others/question/pc_bg_mv.jpg);
}
#page-title-box.-difference {
  background-image: url(../../images/others/difference/pc_bg_mv.jpg);
}
#page-title-box.-first-order {
  background-image: url(../../images/others/first-order/pc_bg_mv.jpg);
}
#page-title-box.-voice {
  height: 195px;
}
#page-title-box.-voice .text-box {
  padding: 0;
}
#page-title-box.-voice .scroll {
  display: none;
}
#page-title-box.-voice-article {
  background-image: url(../../images/others/voice/voice/pc_bg_mv.jpg);
}
#page-title-box.-karinui {
  background-image: url(../../images/howto/karinui/pc_bg_mv.jpg);
}
#page-title-box.-simple .scroll {
  display: none;
}
#page-title-box .ribbon {
  width: 229px;
  margin: 18px auto 0 auto;
  color: #fff;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  background: url(../../images/others/guidebook/bg_ribbon.png) no-repeat center center/contain;
}

@media screen and (max-width: 600px) {
  #page-title-box.-difference {
    background-image: url(../../images/others/difference/sp_bg_mv.jpg);
  }
  #page-title-box.-first-order {
    background-image: url(../../images/others/first-order/sp_bg_mv.jpg);
  }
  #page-title-box.-voice {
    height: 52.66667vw;
  }
  #page-title-box.-karinui {
    background-image: url(../../images/howto/karinui/sp_bg_mv.jpg);
  }
{
    width: 50.93333vw;
    line-height: 7.46667vw;
    font-size: 3.46667vw;
  }
}


#relation-menu.-type02{
  display: none;
}





/* ideal
-----------------------*/

#about-karinui .ideal {
}
#about-karinui .ideal .inner{
  width: 100%;
  padding: 0;
}
#about-karinui .ideal .section-title {
  margin-bottom: var(--size-20);
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}
#about-karinui .ideal .text {
  margin-bottom: var(--size-65);
  text-align: center;
  line-height: 1.9;
}
#about-karinui .ideal .image-wrap {
  position: relative;
  width: 100%;
}
#about-karinui .ideal .image-wrap .image {
  display: block;
  width: 100%;
}
#about-karinui .ideal .image-wrap .image img{
  width: 100%;
}
#about-karinui .ideal .image-wrap .text-box {
  position: absolute;
  left: 90px;
  bottom: 70px;
  color: #fff;
}
#about-karinui .ideal .image-wrap .subtitle {
  align-items: center;
  margin-bottom: 15px;
  font-size: 5.2rem;
  line-height: 6.5rem;
}
#about-karinui .ideal .image-wrap .subtitle span{
  font-size: 3.8rem;
  display: block;
}
#about-karinui .ideal .image-wrap .description {
  font-size: 1.6rem;
  line-height: 2.06;
}

@media screen and (max-width: 600px) {
  #about-karinui .ideal {
    margin-bottom: 0;
    padding: 0 0 0;
  }
  #about-karinui .ideal .section-title {
    margin-left: 5.33333vw;
    margin-right: 5.33333vw;
    padding: var(--size-15) 5.33333vw;
    color: var(--color-brown);
    font-size: var(--fs-sectionTitle);
    font-weight: 700;
    text-align: center;
    border-top: 2px solid var(--color-brown);
    border-bottom: 2px solid var(--color-brown);
  }
  #about-karinui .ideal .text {
    margin-bottom: 6vw;
    margin-left: 4.33333vw;
    margin-right: 4.33333vw;
  }
  /*#about-karinui .ideal .image-wrap .image {
    margin-right: -5.33333vw;
  }*/
  #about-karinui .ideal .image-wrap .text-box {
    position: absolute;
    left: 5.33333vw;
    bottom: 4vw;
  }
  #about-karinui .ideal .image-wrap .subtitle {
    margin-bottom: 2.66667vw;
    font-size: 5.6vw;
    line-height: 1.4;
  }
  #about-karinui .ideal .image-wrap .subtitle span {
    margin-bottom: 2.66667vw;
    font-size: 5.4vw;
    line-height: 1;
  }
  #about-karinui .ideal .image-wrap .description {
    font-size: 3.2vw;
  }
}



/* genuine
-----------------------*/
.genuine{
  background: #2b2b2b;
}
.genuine .inner{
  width: 100%;
  padding: 10rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.genuine .subtitle{
  margin-bottom: 3rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.68;
}
.genuine .image{
  width: 48%;
}
.genuine .image img{
  width: 100%;
}
.genuine .text-box{
  width: 48%;
}
.genuine .text{
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 600px) {
  .genuine .inner{
    padding: 12vw 0;
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .genuine .image{
    width: 90%;
    order: 1;
  }
  .genuine .text-box{
    width: 100%;
    padding: 0 6.66667vw 8vw;
    order: 2;
  }
  .genuine .subtitle{
    margin-bottom: 2.66667vw;
    font-size: 5.73333vw;
  }
  .genuine .text{
    font-size: 3.68vw;
  }

}



/* optimization
-----------------------*/
.optimization{
  background: #e1e1e1;
}
.optimization .inner{
  width: 800px;
  padding: 10.4rem 0 5rem;
}
.optimization .section-title{
  margin-bottom: 3.4rem;
  margin-bottom: 6rem;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}/*
.optimization .lead{
  margin-bottom: 6rem;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}*/
.optimization th{
  width: 91px;
  padding: 34px 0 10px 0;
  border-top: 4px solid #494949;
  color: #bb9157;
  font-size: 3.5rem;
  font-weight: 300;
  text-align: left;
  vertical-align: top;
}
.optimization th span{
  margin-right: 6px;
  font-size: 1.8rem;
  font-weight: 300;
  vertical-align: super;
}
.optimization td{
  padding: 42px 0 60px 32px;
  border-top: 1px solid #494949;
}
.optimization .text-box{
  text-align: left;
}
.optimization .text-box .lead{
  margin-bottom: 1.4rem;
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
  letter-spacing: 2px;
}
.optimization .point-title{
  margin-bottom: 1.8rem;
  font-size: 3.2rem;
  line-height: 1;
}
.optimization .text{
  font-size: 1.8rem;
  line-height: 1.66;
}

@media screen and (max-width: 600px) {
  .optimization .inner{
    padding: 14vw 5.33333vw;
  }
  .optimization .section-title{
    margin-bottom: 5.73333vw;
    margin-bottom: 12vw;
    font-size: 5.73333vw;
  }/*
  .optimization .lead{
    margin-bottom: 12vw;
    font-size: 3.46667vw;
  }*/
  .optimization tr{
    display: inline-grid;
  }
  .optimization th{
    width: 100%;
    padding: 3.33333vw 0 1vw;
    font-size: 5.73333vw;
    border-top: 1px solid #494949;
  }
  .optimization th span{
    font-size: 3.46667vw;
    vertical-align: text-top;
  }
  .optimization td{
    padding: 0 0 7vw;
    border: none;
  }
  .optimization .text-box .lead{
    margin-bottom: 2.73333vw;
    font-size: 3.46667vw;
  }
  .optimization .point-title{
    margin-bottom: 4.33333vw;
    font-size: 5.06667vw;
  }
  .optimization .text{
    font-size: 3.46667vw;
  }


  }



/* adjustment
-----------------------*/
.adjustment .title-block{
  padding: 8rem 0 8rem 0;
  text-align: center;
  background: url(../../images/howto/karinui/pc_bg_adjustment.png) no-repeat center center / cover;
}
.adjustment .section-title{
  margin-bottom: 3rem;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
}
.adjustment .lead{
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
}
.adjustment .inner{
  width: 100%;
  padding: 0;
  background: #2b2b2b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adjustment .text-box{
  width: 60%;
  padding: 0 9%;
}
.adjustment .title{
  margin-bottom: 2.6rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
}
.adjustment .text{
  margin-bottom: 8rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}
.adjustment .text:last-child{
  margin-bottom: 0;
}
.adjustment .image{
  width: 40%;
}
.adjustment .image img{
  width: 100%;
}
@media screen and (max-width: 1290px) {
  .adjustment .text-box{
    padding: 6% 9%;
  }
}
@media screen and (max-width: 600px) {
  .adjustment .title-block{
    padding: 9vw 0 9vw 0;
    text-align: center;
    background: url(../../images/howto/karinui/sp_bg_adjustment.png) no-repeat center center / cover;
  }
  .adjustment .section-title{
    margin-bottom: 5.73333vw;
    font-size: 5.73333vw;
  }
  .adjustment .lead{
    font-size: 3.46667vw;
  }
  .adjustment .inner{
    display: inline-block;
  }
  .adjustment .text-box{
    width: auto;
    padding: 8vw 6.66667vw 12vw;
  }
  .adjustment .title{
    margin-bottom: 4.33333vw;
    font-size: 5.06667vw;
    line-height: 1.65;
  }
  .adjustment .text{
    margin-bottom: 12vw;
    font-size: 3.46667vw;
  }
  .adjustment .image{
    width: 100%;
    margin: 0;
  }
}



/* agree
-----------------------*/
.agree{
  padding: 10rem 0 9.8rem 0;
  text-align: center;
  background: url(../../images/howto/karinui/bg_agree.png) no-repeat center center / cover;
}
.agree .title{
  margin-bottom: 3.6rem;
  color: #dee6ef;
  font-size: 3.6rem;
  font-weight: 300;
  text-align: center;
}
.agree .text{
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .agree{
    padding: 14vw 0;
  }
  .agree .title{
    margin-bottom: 4.33333vw;
    font-size: 5.06667vw;
  }
  .agree .text{
    font-size: 3.68vw;
  }
}



/* guide
-----------------------*/
.guide{
  padding: 8rem 0 9rem;
}
.guide .inner{
  width: 860px;
}
.guide .section-title{
  margin-bottom: var(--size-60);
}
.guide ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guide li{
  width: 49%;
  height: 23rem;
  text-align: center;
  background: #f5f5f5;
}
.guide .ttl{
  margin-bottom: 3.6rem;
  padding: 1.8rem 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  background: #414141;
}
.guide .sub-ttl{
  margin: 0 auto 1rem;
  padding: 6px 10px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  background: #b7911c;
  display: inline-block;
}
.guide .ryoukin .txt{
  font-size: 3.8rem;
  font-weight: 600;
}
.guide .ryoukin .txt span{
  font-size: 2rem;
}
.guide .nouki .txt{
  font-size: 3rem;
  font-weight: 600;
}
.guide .nouki .txt span{
  font-size: 1.8rem;
  display: block;
}
.guide .cap{
  margin-top: .6rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .guide{
    padding: 8vw 0;
  }
  .guide ul{
    width: 100%;
    display: inline-block;
  }
  .guide li{
    width: 100%;
    height: auto;
    margin-bottom: 4vw;
    padding-bottom: 5vw;
  }
  .guide .ttl{
    margin-bottom: 6vw;
    padding: 3vw 0;
    font-size: 3.68vw;
  }
  .guide .sub-ttl{
    font-size: 3.68vw;
  }
  .guide .ryoukin .txt{
    font-size: 7.36667vw;
  }
  .guide .ryoukin .txt span{
    font-size: 2.8vw;
  }
  .guide .nouki .txt{
    font-size: 6vw;
  }
  .guide .nouki .txt span{
    font-size: 3.3vw;
  }
  .guide .cap{
    font-size: 2.8vw;
  }
}




/* faq
-----------------------*/
#about-karinui .faq {
  padding: var(--size-50) 0;
  background-color: #f5f5f5;
}
#about-karinui .faq .section-title {
  margin-bottom: var(--size-60);
}
@media screen and (max-width: 600px) {
  #about-karinui .faq {
    padding: 8vw 0;
    background-color: #f5f5f5;
  }
  #about-karinui .faq .section-title {
    font-size: 5.06667vw;
  }
}

