@charset "utf-8";

.fp_wrap .mv_wrap{
  position: relative;
}
.fp_wrap .mv_wrap a.member_btn{
  display: block;
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 90px;
  height: 90px;
  padding: 20px 0 0 ;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #FFE900;
  transition: none;
}
.fp_wrap .mv_wrap a.member_btn:hover{
  border: 2px solid #FFE900;
  background-color: #fff;
}
.fp_wrap .mv_wrap a.member_btn > img{
  width: 15px;
  height: 15px;
}
.fp_wrap .center_tx{
  margin-top: 30px;
  text-align: center;
}
.fp_wrap .trouble_box .top_tx{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #1C81B1;
}
.fp_wrap .trouble_box .trouble_list{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.fp_wrap .trouble_box .trouble_list > li{
  width: calc((100% - 30px)/3);
  padding: 30px 15px;
  background-color: #F4F4F4;
}
.fp_wrap .trouble_box .trouble_list li .head_tx{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.fp_wrap .trouble_box .trouble_list > li .trouble_icn{
  width: 80px;
  height: 80px;
  margin: 15px auto;
}
.fp_wrap .trouble_box .trouble_list > li > .tx_list > li{
  position: relative;
  padding-left: 15px;
}
.fp_wrap .trouble_box .trouble_list > li > .tx_list > li + li{
  margin-top: 10px;
}
.fp_wrap .trouble_box .trouble_list > li > .tx_list > li::before{
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.fp_wrap .bubble_tx{
  position: relative;
  width: 620px;
  margin: 40px auto;
  padding: 0 15px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.fp_wrap .bubble_tx span{
  color: #23A638;
}
.fp_wrap .bubble_tx::before{
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 3px;
  height: 30px;
  background-color: #23A638;
  transform: rotate(-20deg);
}
.fp_wrap .bubble_tx::after{
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 3px;
  height: 30px;
  background-color: #23A638;
  transform: rotate(20deg);
}
.fp_wrap .solve_box{
  position: relative;
  padding: 45px 30px;
  background-color: #D2EFFC;
}
.fp_wrap .solve_box .top_tx{
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 360px;
  margin: auto;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background-color: #9BCC29;
}
.fp_wrap .solve_box .solve_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
}
.fp_wrap .solve_box .solve_list li{
  width: calc((100% - 75px)/2);
  text-align: center;
  font-weight: bold;
}
.fp_wrap .solve_box .solve_list li:nth-of-type(n+3){
  margin-top: 30px;
}
.fp_wrap .solve_box .solve_list li .head_tx{
  margin-bottom: 15px;
  padding: 20px 0;
  color: #1C81B1;
  font-size: 16px;
  background-color: #fff;
}
.fp_wrap .solve_box .contact{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  padding: 20px 55px;
  font-weight: bold;
  background-color: #fff;
}
.fp_wrap .solve_box .contact .left{
  text-align: right;
}
.fp_wrap .solve_box .contact .center{
  font-size: 12px;
}
.fp_wrap .solve_box .contact .center span{
  padding-left: 5px;
  font-size: 20px;
}
.fp_wrap .solve_box .contact a.blue_btn{
  width: 285px!important;
  margin: 0!important;
}
.fp_wrap .flow_list li{
  display: flex;
  align-items: center;
}
.fp_wrap .flow_list li + li{
  margin-top: 40px;
}
.fp_wrap .flow_list li .top_box{
  display: flex;
  width: 215px;
  margin-right: 35px;
  font-weight: bold;
}
.fp_wrap .flow_list li .top_box .flow_icn{
  position: relative;
}
.fp_wrap .flow_list li .top_box .flow_icn::after{
  position: absolute;
  content: "";
  bottom: -50px;
  left: 0;
  right: 0;
  width: 3px;
  height: 60px;
  margin: auto;
  background-color: #23a438; 
}
.fp_wrap .flow_list li:last-of-type .top_box .flow_icn::after{
  display: none;
}
.fp_wrap .flow_list li .top_box .flow_icn img{
  width: 85px;
}
.fp_wrap .flow_list li .top_box .ttl_tx{
  margin-left: 20px; 
  font-size: 14px;
}
.fp_wrap .flow_list li .top_box .ttl_tx .fs18{
  color: #23a438;
  font-size: 18px;
}
.fp_wrap .flow_list li .top_box .ttl_tx .fs16{
  color: #9bcc29;
  font-size: 16px;
}



@media screen and (max-width: 768px){
  .fp_wrap .center_tx{
    text-align: left;
  }
  .fp_wrap .trouble_box .trouble_list{
    display: block;
  }
  .fp_wrap .trouble_box .trouble_list > li{
    width: 100%;
    padding: 15px;
  }
  .fp_wrap .trouble_box .trouble_list li + li{
    margin-top: 15px;
  }
  .fp_wrap .bubble_tx{
    width: 100%;
  }
  .fp_wrap .bubble_tx::before, .fp_wrap .bubble_tx::after{
    top: 35px;
  }
  .fp_wrap .solve_box{
    padding: 45px 15px 25px;
  }
  .fp_wrap .solve_box .top_tx{
    top: -30px;
    width: 280px;
    line-height: 1.5;
  }
  .fp_wrap .solve_box .top_tx, .bubble_tx span{
    font-weight: bold;
  }
  .fp_wrap .solve_box .solve_list{
    display: block;
    padding: 0;
  }
  .fp_wrap .solve_box .solve_list li{
    width: 100%;
  }
  .fp_wrap .solve_box .solve_list li + li{
    margin-top: 15px;
  }
  .fp_wrap .solve_box .solve_list li:nth-of-type(n+3){
  margin-top: 15px;
  }
  .fp_wrap .solve_box .solve_list li .head_tx{
    padding: 15px 0;
    font-weight: bold;
  }
  .fp_wrap .solve_box .solve_list li .head_tx + p{
    text-align: left;
  }
  .fp_wrap .solve_box .contact{
    display: block;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
  }
  .fp_wrap .solve_box .contact .left{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  .fp_wrap .solve_box .contact .center{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .fp_wrap .solve_box .contact .center span{
    font-weight: bold;
  }
  .fp_wrap .solve_box .contact a.blue_btn{
    width: 100%!important;
  }
  .fp_wrap .flow_list li{
    display: block;
  }
  .fp_wrap .flow_list li + li{
    margin-top: 20px;
  }
  .fp_wrap .flow_list li .top_box{
    width: 100%;
    margin-bottom: 10px;
  }
  .fp_wrap .flow_list li .top_box .ttl_tx, .fp_wrap .flow_list li .top_box .ttl_tx span{
    font-weight: bold;
  }
  .fp_wrap .flow_list li .top_box .fs16{
    padding-left: 10px;
  }
  .fp_wrap .flow_list li .top_box .flow_icn::after{
    display: none;
  }
  .fp_wrap .flow_list li .top_box .flow_icn img{
    width: 60px;
  }
}