@charset "UTF-8";

/*****************************
  pagesec-first
*****************************/
.pagesec-first .txtbox{
  margin: 2rem 0 4rem;
}
.pagesec-first .fimgbox{
  width: 40%;
}
.pagesec-first .ftxtbox{
  width: 58%;
}
.pagesec-first .subttl{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pagesec-first .subttl{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-first .fimgbox{
    margin: 0 auto 1rem;
    width: 80%;
  }
  .pagesec-first .ftxtbox{
    width: 100%;
  }
}

/*****************************
  pagesec-reason
*****************************/
.pagesec-reason ol li{
  font-size: 2.2rem;
  padding: 4rem 3rem 0;
  z-index: 1;
}
.pagesec-reason ol li .num{
  color: #292929;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 11rem;
  line-height: 1;
  opacity: .1;
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pagesec-reason ol li {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-reason ol li {
    font-size: 1.8rem;
    padding: 4rem 1rem 0 2rem;
  }
  .pagesec-reason ol li .num{
    font-size: 10rem;
  }
}

/*****************************
  pagesec-use
*****************************/
.pagesec-use .fimgbox{
  width: 40%;
}
.pagesec-use .ftxtbox {
  width: 58%;
}
@media only screen and (max-width: 767px){
  .pagesec-use .fimgbox{
    width: 100%;
  }
  .pagesec-use .ftxtbox {
    width: 108%;
  }
}

/*****************************
  pagesec-sticker
*****************************/
/* .pagesec-sticker .imgbox img{
  max-width: 400px;
} */
.pagesec-sticker .imgbox{
  margin: 0 auto 1rem;
  width: 80%;
}

/*****************************
  pagesec-amount
*****************************/
.pagesec-amount .subttl{
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.pagesec-amount .example {
  border: 2px solid #0B97D2;
  margin: 4rem auto 0;
  padding: 3rem 3rem 2rem;
  position: relative;
}
.pagesec-amount .example > dt{
  background: #0B97D2;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 1rem;
  position: absolute;
  top: -2.4rem;
  left: -2px;
}
.pagesec-amount .example dl > div{
  margin-bottom: 2rem;
}
.pagesec-amount .example dl dt{
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 2.2rem;
  position: relative;
}
.pagesec-amount .example dl dt::before{
  content: "●";
  color: #0B97D2;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-amount .subttl{
    font-size: 2rem;
  }
  .pagesec-amount .example > dt{
    font-size: 1.8rem;
  }
  .pagesec-amount .example {
    padding: 2rem;
  }
}

/*****************************
  pagesec-faq
*****************************/