@charset "utf-8";

.fp_wrap .trouble_top{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.fp_wrap .trouble_list{
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 20px auto;
  padding-bottom: 70px;
}
.fp_wrap .trouble_list::before{
  position: absolute;
  content: "";
  width: 50px;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/fp/img_fp_02.png")no-repeat center center/100%;
}
.fp_wrap .trouble_list li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 160px;
  padding-right: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url("../img/fp/bg_fp_01.png")no-repeat center center/100%;
}
.fp_wrap .after_tx{
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.fp_wrap .after_tx > span{
  color: #003461;
}
.fp_wrap .support_wrap{
  margin-top: 50px;
  font-weight: bold;
  background-color: #F4F5DB;
}
.fp_wrap .support_wrap .top_tx{
  position: relative;
  top: -15px;
  width: 360px;
  margin:0 auto;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  background-color: #F88F01;
}
.fp_wrap .support_wrap .support_list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.fp_wrap .support_wrap .support_list li{
  width: calc((100% - 30px)/4);
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #487E95;
}
.fp_wrap .support_wrap .support_list li .head_tx{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #487E95;
}
.fp_wrap .support_wrap .support_list li .support_img{
  padding: 5px 5px 0 5px;
}
.fp_wrap .support_wrap .voice_box{
  position: relative;
  height: 275px;
}
.fp_wrap .support_wrap .voice_box .voice_img{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  margin: 0 auto;
}
.fp_wrap .support_wrap .voice_box .comment1{
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
  height: 110px;
  padding: 20px 0 0 5px;
  text-align: center;
  background: url("../img/fp/bg_fp_02.png")no-repeat center center/100%;
}
.fp_wrap .support_wrap .voice_box .comment2{
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 110px;
  padding: 20px 0 0 5px;
  text-align: center;
  background: url("../img/fp/bg_fp_03.png")no-repeat center center/100%;
}
.fp_wrap .support_wrap .voice_box .comment3{
  position: absolute;
  bottom: 30px;
  left: 10px;
  width: 205px;
  height: 110px;
  padding: 20px 0 0 5px;
  text-align: center;
  background: url("../img/fp/bg_fp_04.png")no-repeat center center/100%;
}
.fp_wrap .support_wrap .voice_box .comment4{
  position: absolute;
  bottom: 30px;
  right: -10px;
  width: 245px;
  height: 110px;
  padding: 20px 0 0 5px;
  text-align: center;
  background: url("../img/fp/bg_fp_05.png")no-repeat center center/100%;
}
.fp_wrap .flow_list li{
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 25px 25px 20px;
  background-color: #F4F5DB;
  box-shadow: 0 4px 7px 2px rgb(0 0 0 / 20%);
  z-index: 0;
}
.fp_wrap .flow_list li:nth-of-type(odd){
  background-color: #E9F0F6;
}
.fp_wrap .flow_list li:first-of-type{
  z-index: 10;
}
.fp_wrap .flow_list li:nth-of-type(2){
  z-index: 9;
}
.fp_wrap .flow_list li:nth-of-type(3){
  z-index: 8;
}
.fp_wrap .flow_list li:nth-of-type(4){
  z-index: 7;
}
.fp_wrap .flow_list li:last-of-type{
  z-index: 6;
}
.fp_wrap .flow_list li:last-of-type::after{
  display: none;
}
.fp_wrap .flow_list li::after{
  position: absolute;
  content: "";
  bottom: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: #F4F5DB transparent transparent transparent;
  filter: drop-shadow(0 7px 4px rgba(0,0,0,0.2));
}
.fp_wrap .flow_list li:nth-of-type(odd)::after{
  border-color: #E9F0F6 transparent transparent transparent;
}
.fp_wrap .flow_list li .number{
  width: 75px;
  margin-right: 30px;
}
.fp_wrap .flow_list li .tx > .head_tx{
  margin-bottom: 10px;
  color: #003461;
  font-size: 16px;
  font-weight: bold;
}
.fp_wrap .flow_list li .tx > .head_tx span{
  display: inline-block;
  background: url("../img/fp/img_fp_13.png")repeat-x bottom left/10px 3px;
}


@media screen and (max-width: 768px){
	
  .fp_wrap .trouble_list{
    flex-wrap: wrap;
    padding: 0 10px 65px;
  }
  .fp_wrap .trouble_list li{
    width: calc((100% - 15px)/2);
  }
  .fp_wrap .trouble_list li:nth-of-type(n+3){
    margin-top: 15px;
  }
  .fp_wrap .after_tx > span{
    font-weight: bold;
  }
  .fp_wrap .support_wrap{
    padding: 0 15px;
  }
  .fp_wrap .support_wrap .top_tx{
    width: 100%;
    padding: 5px;
    font-weight: bold;
  }
  .fp_wrap .support_wrap .support_list{
    flex-wrap: wrap;
  }
  .fp_wrap .support_wrap ul:after{
    display: none;
  }
  .fp_wrap .support_wrap .support_list li{
    width: calc((100% - 15px)/2);
  }
  .fp_wrap .support_wrap .support_list li:nth-of-type(n+3){
    margin-top: 15px;
  }
  .fp_wrap .support_wrap .support_list li .head_tx{
    font-weight: bold;
  }
  .fp_wrap .support_wrap .voice_box{
    height: auto;
    padding-bottom: 20px;
  }
  .fp_wrap .support_wrap .voice_box .comment{
    position: static;
    width: 100%;
    height: auto;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #003461;
    border-radius: 10px;
    background-color: #fff;
    background-image: none;
  }
  .fp_wrap .support_wrap .voice_box .comment + .comment{
    margin-top: 10px;
  }
  .fp_wrap .support_wrap .voice_box .voice_img{
    position: static;
  }
  .fp_wrap .flow_list li{
    justify-content: space-between;
    padding: 20px 15px;
  }
  .fp_wrap .flow_list li .tx .head_tx span{
    font-weight: bold;
  }
  .fp_wrap .flow_list li .number{
    width: 15%;
    margin-right: 10px;
  }
  .fp_wrap .flow_list li .number img{
    width: 100%;
  }
  .fp_wrap .flow_list li .tx{
    width: 85%;
  }



}