@charset "utf-8";

.inheritance_wrap .inheritance_table{
  width: 100%;
  margin-top: 20px;
}
.inheritance_wrap .inheritance_table tr th{
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.7;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  background-color: #003461;
}
.inheritance_wrap .inheritance_table tr td{
  padding: 5px;
  vertical-align: middle;
  line-height: 1.7;
  font-size: 13px;
  border: 1px solid #fff;
  background-color: #E9F0F6;
}
.inheritance_wrap .inheritance_table tr td.center{
  text-align: center;
}
.inheritance_wrap .trouble_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 20px;
  padding: 10px 40px 0;
  background-color: #F9ECDD;
}
.inheritance_wrap .trouble_box .trouble_img{
  width: 190px;
  margin-right: 40px;
}
.inheritance_wrap .trouble_box .trouble_list{
  height: 125px;
  margin-top: -10px;
}
.inheritance_wrap .trouble_box .trouble_list li{
  position: relative;
  padding-left: 30px;
}
.inheritance_wrap .trouble_box .trouble_list li::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/inheritance/icn_inheritance_01.png")no-repeat center left/20px;
}
.inheritance_wrap .trouble_box .trouble_list li + li{
  margin-top: 10px;
}
.inheritance_wrap .support_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.inheritance_wrap .support_list li{
  position: relative;
  width: calc((100% - 35px)/2);
  border-radius: 20px;
}
.inheritance_wrap .support_list li:nth-of-type(n+3){
  margin-top: 25px;
}
.inheritance_wrap .support_list li > img{
  border-radius: 20px 20px 0 0;
}
.inheritance_wrap .support_list li::after{
  position: absolute;
  content: "";
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(232,177,121,0.4);
  z-index: -1;
}
.inheritance_wrap .support_list li .head_tx{
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #003461;
}
.inheritance_wrap .support_list li .head_tx + p{
  height: 140px;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  background-color: #F9F9EF;
}
.inheritance_wrap .top_tx{
  margin: 35px 0 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.inheritance_wrap .resolve_box{
  position: relative;
  padding-top: 140px;
}
.inheritance_wrap .resolve_box li.tx{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 135px;
  height: 135px;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: url("../img/inheritance/img_inheritance_07.png")no-repeat center center/135px;
}
.inheritance_wrap .resolve_box .resolve1{
  left: 125px;
}
.inheritance_wrap .resolve_box .resolve2{
  left: 0;
  right: 0;
}
.inheritance_wrap .resolve_box .resolve3{
  right: 125px;
}
.inheritance_wrap .resolve_box .resolve4{
  bottom: 0;
  left: 70px;
}
.inheritance_wrap .resolve_box .resolve5{
  bottom: 0;
  right: 70px;
}
.inheritance_wrap .resolve_box .resolve_img{
  width: 290px;
  margin: 0 auto;
}
.inheritance_wrap .resolve_box > a.blue_btn{
  margin-top: 0!important;
}


@media screen and (max-width: 768px){
	
  .inheritance_wrap .trouble_box{
    display: block;
    padding: 15px 15px 0;
  }
  .inheritance_wrap .inheritance_table tr th{
    font-weight: bold;
  }
  .inheritance_wrap .trouble_box .trouble_list{
    height: auto;
    margin-top: 0;
  }
  .inheritance_wrap .trouble_box .trouble_list li + li{
    margin-top: 5px;
  }
  .inheritance_wrap .trouble_box .trouble_img{
    margin: 15px auto 0;
  }
  .inheritance_wrap .support_list{
    display: block;
  }
  .inheritance_wrap .support_list li{
    width: 100%;
  }
  .inheritance_wrap .support_list li:nth-of-type(n+2){
    margin-top: 20px;
  }
  .inheritance_wrap .top_tx{
    margin: 25px 0 20px;
  }
  .inheritance_wrap .resolve_box{
    padding-top: 0;
  }
  .inheritance_wrap .resolve_box .resolve_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .inheritance_wrap .resolve_box li.tx{
    position: static;
    width: calc(100%/2);
    height: 150px;
    background: url("../img/inheritance/img_inheritance_07.png")no-repeat center center/150px;
  }
  .inheritance_wrap .resolve_box li.tx:nth-of-type(3),.inheritance_wrap .resolve_box li.tx:nth-of-type(4){
    margin-top: 10px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
	
}