 @charset "utf-8";

.insurance_wrap > .lead_tx{
  font-size: 16px!important;
}
.insurance_wrap .flex_box{
  display: flex;
  padding: 10px;
  background-color: #F9ECDD;
}
.insurance_wrap .flex_box > img{
  width: 360px;
  margin-right: 15px;
}
.insurance_wrap .flex_box .tx .top_tx{
  margin: 5px 0 10px;
  text-align: center;
  line-height: 1.5;
  color: #003461;
  font-size: 18px;
  font-weight: bold;
}
.insurance_wrap .flex_box .tx .trouble_list li{
  font-weight: bold;
}
.insurance_wrap .flex_box .tx .trouble_list li + li{
  margin-top: 5px;
}
.insurance_wrap .flex_box .tx > a.blue_btn{
  width: 340px!important;
  height: 50px!important;
  margin-top: 15px!important;
  padding-top: 13px!important;
}
.insurance_wrap .check_tx{
  position: relative;
  margin: 20px 0 15px;
  text-align: center;
  color: #CC9A15;
  font-size: 18px;
  font-weight: bold;
}
.insurance_wrap .check_tx::before, .insurance_wrap .check_tx::after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 150px;
  height: 1px;
  margin: auto;
  background-color: #CC9A15;
}
.insurance_wrap .check_tx::before{
  left: 0;
}
.insurance_wrap .check_tx::after{
  right: 0;
}
.insurance_wrap .check_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insurance_wrap .check_list li{
  width: calc((100% - 25px)/3);
}
.insurance_wrap .check_list li:nth-of-type(n+4){
  margin-top: 10px;
}
.insurance_wrap .check_list li.frame{
  padding: 10px;
  border: 1px solid #E4E4E4;
}
.insurance_wrap .check_list li.frame .head_tx{
  text-align: center;
  color: #003461;
  font-size: 18px;
  font-weight: bold;
}
.insurance_wrap .check_list li.frame > .icn{
  margin: 10px;
  text-align: center;
}
.insurance_wrap .check_list li.frame > .icn img{
  width: 120px;
  height: 120px;
}
.insurance_wrap .check_list li:last-of-type{
  position: relative;
  padding: 25px 10px 0;
}
.insurance_wrap .check_list li:last-of-type .circle{
  width: 175px;
  height: 175px;
  margin: 0 auto;
  padding-top: 35px;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  background-color: rgba(249,236,221,0.7);
}
.insurance_wrap .check_list li:last-of-type .check_img{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 195px;
  margin: 0 auto;
}
.insurance_wrap .bottom_tx{
  margin-top: 30px;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  color: #CC9A15;
  font-size: 24px;
  font-weight: bold;
}
.insurance_wrap .bottom_tx::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 17px 20px 0 20px;
  border-style: solid;
  border-color: #CC9A15 transparent transparent transparent;
}
.insurance_wrap .insurance_list{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.insurance_wrap .insurance_list li{
  width: calc((100% - 20px)/3);
  padding: 15px;
  color: #fff;
}
.insurance_wrap .insurance_list li.bg_blue{
  background-color: #487E95;
}
.insurance_wrap .insurance_list li.bg_orange{
  background-color: #F88F01;
}
.insurance_wrap .insurance_list li.bg_brown{
  background-color: #D4BC88;
}
.insurance_wrap .insurance_list li .insurance_name{
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.insurance_wrap .insurance_list li .insurance_name::after, .insurance_wrap .insurance_list li .insurance_name::before{
  position: absolute;
  content: "";
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.insurance_wrap .insurance_list li .insurance_name::after{
  left: 0;
}
.insurance_wrap .insurance_list li .insurance_name::before{
  right: 0;
}
.insurance_wrap .insurance_list + p{
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px){
	
  .insurance_wrap .flex_box{
    display: block;
  }
  .insurance_wrap .flex_box .tx > a.blue_btn{
    width: 100%!important;
  }
  .insurance_wrap .check_tx span{
    font-weight: bold;
  }
  .insurance_wrap .check_tx::before, .insurance_wrap .check_tx::after{
    display: none;
  }
  .insurance_wrap .check_list{
    display: block;
  }
  .insurance_wrap .check_list li{
    width: 100%;
  }
  .insurance_wrap .check_list li + li{
    margin-top: 10px;
  }
  .insurance_wrap .check_list li:last-of-type{
    padding-top: 15px; 
  }
  .insurance_wrap .check_list li:last-of-type .check_img{
    position: static;
    margin-top: -45px;
  }
  .insurance_wrap .insurance_list{
    display: block;
  }
  .insurance_wrap .insurance_list li{
    width: 100%;
  }
  .insurance_wrap .insurance_list li .insurance_name span{
    font-weight: bold;
  }
  .insurance_wrap .insurance_list li + li{
    margin-top: 10px;
  }
  .insurance_wrap .insurance_list + p{
    text-align: left;
  }
	
}