@charset "utf-8";
body {
    overflow: hidden;
}
/* ----------------------------------------
   kaikae_cb.css
---------------------------------------- */

.pcOnly {display: block;}
.spOnly {display: none;}

.wrapper_in,.mainArea,.contentsArea,#lp_page {
  width: 970px;
}
.mainArea {
  padding-top: 0;
}
.wrapper {
  padding-top: 0;
  background: #eee;
  border-top: 10px solid #01B2E6;
}
#lp_page {
  margin-top: 0!important;
  text-align: left;
  color: #444;
}

.section_inner h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
}
.section_inner p {
  line-height: 1.8;
  font-size: 16px;
  word-break: break-all;
  margin-bottom: 20px;
}
.section_inner p:last-child {
  margin-bottom: 0;
}
.section_inner p span.em1 {
  font-weight: bold;
}
.section_inner p span.em2 {
  font-weight: bold;
  font-size: 120%;
  color: #FE4C1A;
}
.text-area {
  width: 750px;
  margin: 0 auto;
  padding: 60px 0;
}
p.point-text {
  text-align: center;
}
.text-area .rule {
  background: #F6FFC7;
  padding: 20px;
  margin-top: 40px;
}
.text-area .rule p.ttl {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
}
.text-area .rule li {
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 10px;
}
.text-area .rule li:last-child {
  margin-bottom: 0;
}
.section_inner.service-flow {
  background: #C5F2FF;
  padding: 60px 40px;
}
.boxSpep {
  background: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
  margin-bottom: 60px;
  position: relative;
}
.boxSpep::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-bottom: 4px solid #19A0E3;
  border-right: 4px solid #19A0E3;
  transform: rotate(
  45deg);
}
.boxSpep:last-child {
  background: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
  margin-bottom: 0;
}
.boxSpep:last-child::after {
  display: none;
}
.boxSpep .box_inner {
  padding: 40px;
}
.boxSpep h3 {
  line-height: 1.4;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-weight: bold;
  color: #fff;
  background: #19A0E3;
  padding: 20px 20px 15px;
  font-size: 24px;
  position: relative;
  padding-left: 75px;
}
.boxSpep h3 span {
  text-align: center;
  line-height: 1;
  background: #fff;
  color: #222;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 10px;
}
.boxSpep h4,.boxSpep h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.boxSpep p {
  margin-bottom: 30px;
}
.boxSpep p.url_link a {
  font-weight: bold;
  color: #FE4C1A;
  font-size: 130%;
}
.service-note h2 {
  color: #245AA4;
}
.section_inner.service-note p {
  margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
  .pcOnly {display: none;}
  .spOnly {display: block;}

  .wrapper_in,.mainArea,.contentsArea,#lp_page,
  .text-area {
    width: auto;
  }
.header {
  overflow: hidden;
}
.header img {
  max-width: 116%!important;
}

  .section_inner {
    padding: 0 20px;
  }
  .section_inner h2 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
  .text-area {
    padding: 40px 0;
  }
  p.point-text {
    text-align: left;
  }
  .section_inner.service-flow {
    padding: 40px 15px;
  }
  .boxSpep .box_inner {
    padding: 20px 20px;
  }
  .boxSpep h3 {
    font-size: 5vw;
    padding: 15px;
    line-height: 1.8;
  }
  .boxSpep h3 span {
    position: static;
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .boxSpep p.url_link a {
    font-size: 110%;
    line-height: 1.4;
  }


}
