#kv{
  position: relative;
  background-image: url(../images/kv_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 300px;
  padding: 30px 0 20px;
  background-color: #E6FCFF;
}
#kv::after{
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: 99.9%;
  left: 0;
  background-color: #1BB8CE;
}
#kv .c-heading-round .c-heading_maintext{
  background: #1BB8CE;
}
#kv .c-heading-round.c-heading--fukidashi{
  margin-bottom: .5em;
}
#kv .c-heading-round.c-heading--fukidashi::after{
  border-top-color: #1BB8CE;
}
#kv h1{
  font-size: 24px;
  font-weight: bold;
  color: #1BB8CE;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px){
  #kv h1{
    font-size: 28px;
  }
}
#kv h1 .size-1-5x{
  font-size: 1.5em;
}
#kv h1 .size-2x{
  font-size: 2em;
}
#kv h1 b{
  color: #ff6c00;
}
#kv .head{
  max-width: 500px;
  margin: 0 auto;
}

#problem{
  padding: 100px 40px 50px;
  background: #E6FCFF;
}
#problem .wrap{
  max-width: 375px;
  margin: 0 auto;
}
#problem .voice{
  position: relative;
  color: #009AB1;
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  width: 90%;
  line-height: 80px;
  height: 80px;
  border-radius: 80px;
  font-weight: bold;
  text-align: center;
}
#problem .voice:after{
  position: absolute;
  left: 0;
  bottom: -40px;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../images/balloon-tip-left.svg");
  background-size: 100%;
}
#problem .voice.right:after{
  left: auto;
  right: 0;
  background-image: url("../images/balloon-tip-right.svg");
}
#problem .voice.lines2{
  line-height: 24px;
  padding: 15px 0px;
}
#problem .right{
  margin: 0 0 50px auto;
}
#problem p{
  /* font-size: 18px; */
  line-height: 1.6;
  /* font-weight: bold; */
  /* color: #0a3b66; */
}
#problem p strong{
  color: #FC3C61;
}

.feature{
}
.feature section{
  background: #E6FCFF;
  padding-bottom: 60px;
}
.feature .wrap{
  max-width: 650px;
  margin: 0 auto;
}
.feature h2{
  background: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.feature h2 .head-num{
  color: #fff;
  display: block;
  background: #1BB8CE;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px 0;
}
.feature .content .wrap{
  width: 375px;
  margin: 0 auto;
}
.feature .content .lead{
  width: 85%;
  margin: 0 auto 30px;
  font-size: 16px;
}
.feature .contents.image-and-text {
  width: 92%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 1px 3px rgb(16, 105, 183, 0.05);
  margin: 0 auto;
}
.feature .contents.image-and-text .head{
  font-weight: bold;
  font-size: 20px;
  color: #1068B7;
  margin-bottom: 25px;
}
.feature .contents.image-and-text .content{
  margin-bottom: 40px;
}
.feature .contents.image-and-text .content+.content{
  margin-top: 80px;
}
.feature .contents.image-and-text.pt-0{
  padding-top: 0!important;
}
#feature-4{
  background: #fff;
}
#feature-4 h4{
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  margin-right: -20px;
  margin-left: -20px;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
#feature-4 .part1{
  margin-bottom: 20px;
}
#feature-4 .part2{
  margin-bottom: 20px;
}
#feature-4 h5{
  padding-top: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  font-weight: bold; 
  color: #1068B7;
}

.choice section{
  background: #FFF5F6;
}
.choice-head{
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 30px 20px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  background: #ef8337;
}
.choice-head::after{
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: 99.9%;
  left: 0;
  background-color: #ef8337;
}
.choice-head small{
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}
.choice-head span{
  display: block;
  font-size: .8em;
}
.choice h2 .head-num{
  background: #ef8337;
}
.banner{
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 500px;
  margin-bottom: 50px;
}

/* more
--------------------------------------------------------- */
.box-more {
  margin-top: 10px;
  text-align: left;
  opacity: .7;
}
.box-more label {
  cursor: pointer;
  display: table-cell;
  height: 22px;
  margin: 0;
  padding: 0 10px;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 11.20px;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.box-more label:hover {
  background: rgba(0, 0, 0, 0.15);
}
.box-more input {
  display: none;
}
.box-more i {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin-left: 3px;
}
.box-more i:before, .box-more i:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.box-more i:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.box-more .cnt-more {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.box-more .cnt-more * {
  font-size: 11.20px;
}
.box-more input:checked + label i:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.box-more input:checked ~ .cnt-more {
  height: auto;
  padding-top: 10px;
  opacity: 1;
}


.cta-head{
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  background: #1BB8CE;
}
.cta-head::after{
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: 99.9%;
  left: 0;
  background-color: #1BB8CE;
}
.cta-head span{
  font-size: .8em;
}

.c-heading-slash.dashed span::before,
.c-heading-slash.dashed span::after{
  background: transparent;
  border-left: 2px dashed;
}


.stretch{
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  display: block;
}

.color-orange{
  color: #FC5F39!important;
}
.color-blue{
  color: #1BB8CE!important;
}
.color-pblue{
  color: #1BB8CE!important;
}
.c-heading-slash.color-pblue *::before,
.c-heading-slash.color-pblue *::after{
  background-color: #1BB8CE;
}
.color-strong{
  background: linear-gradient(0deg, #fee61f 30%, rgba(0,0,0,0) 31%)
}