@charset "utf-8";

.fp_wrap h2.h2_ttl span{
  width: 80px;
}
.fp_wrap .trouble_box{
  position: relative;
  padding: 20px 25px;
  font-weight: bold;
  background: #F6F4F3;
}
.fp_wrap .trouble_box::after{
  position: absolute;
  content: "";
  bottom: -25px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 25px 70px 0 70px;
  border-color: #F8F6F5 transparent transparent transparent;
}
.fp_wrap .trouble_box .top_tx{
  letter-spacing: 1.5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.fp_wrap .trouble_box .trouble_list{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.fp_wrap .trouble_box .trouble_list li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  background: #fff;
}
.fp_wrap .appeal_tx{
  margin: 55px 0 30px;
  letter-spacing: 1.5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.fp_wrap .appeal_tx .color{
  font-weight: bold;
  color: #A0CD32;
}
.fp_wrap .appeal_tx .border{
  display: inline;
  margin-right: 5px;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
  background: #A0CD32;
}
.fp_wrap .appeal_tx .small{
  font-size: 16px;
  font-weight: bold;
}
.fp_wrap .what_box{
  display: flex;
  align-items: center;
}
.fp_wrap .what_box .tx{
  width: 370px;
  padding: 0 20px;
  letter-spacing: 1.5px;
}
.fp_wrap .what_box .tx .head_tx{
  margin-bottom: 15px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.fp_wrap .what_box .tx .head_tx span{
  display: inline-block;
  width: 60px;
}
.fp_wrap .what_box > img{
  width: calc(100% - 370px);
}
.fp_wrap .fp_box{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
  letter-spacing: 1.5px;
}
.fp_wrap .fp_box .illust{
  width: 305px;
}
.fp_wrap .fp_box .illust p{
  margin-bottom: 20px;
  text-align: center;
  color: #C4A840;
  font-weight: bold;
  font-size: 16px;
}
.fp_wrap .fp_box > p{
  width: 450px;
}
.fp_wrap .appeal_list{
  display: flex;
  margin-top: 30px;
}
.fp_wrap .appeal_list li{
  width: calc(100%/3);
  padding: 20px 15px;
}
.fp_wrap .appeal_list li + li{
  border-left: 1px solid ;
}
.fp_wrap .appeal_list li .head_tx{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.fp_wrap .appeal_list li .appeal_icn{
  width: 55px;
  margin: 15px auto 20px;
}
.fp_wrap .appeal_list + a.reserv_btn{
  margin: 30px auto 0;
}
.fp_wrap .flow_box{
  display: flex;
}
.fp_wrap .flow_box + .flow_box{
  position: relative;
  margin-top: 40px;
}
.fp_wrap .flow_box + .flow_box::after{
  position: absolute;
  content: "";
  top: -25px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #E5E5E5 transparent transparent transparent;
}
.fp_wrap .flow_box .step{
  width: 115px;
  text-align: center;
}
.fp_wrap .flow_box .step img{
  width: 30px;
}
.fp_wrap .flow_box dl{
  width: calc(100% - 115px);
  margin: 0 0 0 10px;
}
.fp_wrap .flow_box dt{
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.fp_wrap .flow_box dd{
  margin-left: 0;
}

@media screen and (max-width: 768px){
  
  .fp_wrap .trouble_box{
    padding: 20px 15px;
  }
  .fp_wrap .trouble_box .trouble_list{
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  .fp_wrap .trouble_box .trouble_list li{
    width: 145px;
    height: 145px;
  }
  .fp_wrap .trouble_box .trouble_list li + li{
    margin-left: 15px;
  }
  .fp_wrap .trouble_box .trouble_list li:nth-of-type(3){
    margin-left: 0;
  }
  .fp_wrap .trouble_box .trouble_list li:nth-of-type(n+3){
    margin-top: 15px;
  }
  .fp_wrap .appeal_tx{
    margin: 40px 0 30px;
  }
  .fp_wrap .what_box{
    display: block;
  }
  .fp_wrap .what_box .tx{
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .fp_wrap .what_box > img{
    width: 100%;
  }
  .fp_wrap .fp_box{
    display: block;
  }
  .fp_wrap .fp_box .illust{
    width: 100%;
  }
  .fp_wrap .fp_box > p{
    width: 100%;
    margin-top: 15px;
  }
  .fp_wrap .appeal_list{
    display: block;
  }
  .fp_wrap .appeal_list li{
    width: 100%;
  }
  .fp_wrap .appeal_list li + li{
    border-left: none;
    border-top: 1px solid #EDEDED;
  }
  .fp_wrap .appeal_list li:last-of-type{
    padding-bottom: 0;
  }
  .fp_wrap .flow_box .step{
    width: 50px;
  }
  .fp_wrap .flow_box dl{
    width: calc(100% - 50px);
  }
}