@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------------------------------

   Graph-wrap（遺産分割事件のうち認容・調停成立件数）

--------------------------------------------------------------------------------------------- */

.graph-wrap{
    width: 100%;
    padding: 75px 0;
    background: url("../images/dot-grid.webp") repeat 0 0;
}

.graph-wrap caption{
    text-align: center;
    font-size: clamp(18px, 3vw, 24px);
    line-height: 1.5;
    margin-bottom: 25px;
}

.number-graph{
    margin-bottom: 50px;
}

.number-graph th,.number-graph td{
	font-size: clamp(12px, 2vw, 16px);
    color: #666;
}

.number-graph th{
    width: 25%;
    padding: 10px;
    border-right:1px solid #666;
    text-align: right;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(248,248,255,1) 100%);
}

.number-graph td.area{
    width: 83%;
	overflow: hidden;
    padding: 10px 10px 10px 0;
}

.number{
    padding: 0 1%;
    text-align: right;
}
.number span{
    color: #fff;
    font-weight: bold;
    font-family: 'Urbanist', sans-serif;
	font-size: clamp(8px, 2vw, 14px);
}

.number01{
    width: 47.5%;
}
.number02{
    width: 65%;
}
.number03{
    width: 50%;
}
.number04{
    width: 30%;
}
.number05{
    width: 4.5%;
}
.number06{
    width: 6.5%;
}

.number-graph td.unit{
    width: 15%;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    line-height: 1.5;
    padding: 5px;
    font-family: 'Urbanist', sans-serif;
}

@media screen and (max-width:700px) {

.graph-wrap{
    padding: 50px 0;
}
    
.number-graph th,.number-graph td{
    padding: 5px;
}
    
}

/*遺産相続５千万円以下の割合表示
------------------------------------*/
.calculation{
    padding: 0 15px;
}

.calculation .triangle{
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1;
    text-align: left;
    color: #fff;
    font-weight: bold;
}
.calculation .percent{
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.calculation .percent span{
    font-size: clamp(36px, 3vw, 48px);
    font-family: 'Urbanist', sans-serif;
    color: #fff;
    line-height: 1;
}


/* ---------------------------------------------------------------------------------------------

   Countermeasure（相続対策の柱～３つのポイント～）

--------------------------------------------------------------------------------------------- */
.graph-wrap h3{
    text-align: center;
    font-size: clamp(18px, 3vw, 24px);
    line-height: 1;
    margin: 75px auto 25px auto;
    font-weight: normal;
}

.countermeasure{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.countermeasure-item{
    width: 30%;
    border: 5px solid #ad7eae;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
}

.countermeasure-item .text-24{
    font-weight: bold;
    color: #ad7eae;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 15px;
}

.countermeasure-item .fas{
    display: flex;
	justify-content: center;
    color: #ad7eae;
    margin-bottom: 15px;
	font-size: clamp(42px, 2vw, 48px);
}

.countermeasure-item .text-16{
    line-height: 1.75;
}
.countermeasure-item .text-16 span{
    color: #ca4b4a;
}

@media screen and (max-width:700px) {
    
.countermeasure-item{
    width: 80%;
    margin-top: 3%;
}
    
}


/* ---------------------------------------------------------------------------------------------

   Point（相続対策に欠かせない生命保険の活用法３つのポイント）

--------------------------------------------------------------------------------------------- */
.sozoku-point-img{
    width: 200px;
    height: auto;
    margin: 0 auto 5px auto;
}

@media screen and (max-width:700px) {
    
.sozoku-point-img{
    width: 150px;
}

}

.point-table{
    width: 100%;
    border-top: 3px solid #ad7eae;
    border-left: 3px solid #ad7eae;
    border-right: 3px solid #ad7eae;
    margin-bottom: 50px;
}

.point-table th,.point-table td{
    background: #fff;
    padding: 12.5px;
    vertical-align: middle;
}

.point-table th{
    border-bottom: 3px solid #fff;
    text-align: center;
    font-weight: bold;
    background: #ad7eae;
    width: 35%;
    font-family: 'Urbanist', sans-serif;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.5 !important;
}
.point-table th.last-th{
    border-bottom: 3px solid #ad7eae;
}

.point-table th span{
    color: #fff;
    font-weight: bold;
}

.point-table td{
    border-bottom: 3px solid #ad7eae;
    line-height: 1.75;
    font-size: clamp(14px, 2vw, 16px);
}
.point-table td span{
    color: #ca4b4a;
}

@media screen and (max-width:1000px) {

.point-table th,.point-table td{
    display: block;
    width: 100%;
}
    
.point-table th{
    border-bottom: 0;
}
.point-table th.last-th{
    border-bottom: 0;
}
    
.point-table td{
    border-bottom: 0;
}
.point-table td.last-td{
    border-bottom: 3px solid #ad7eae;
}
    
}































