
/*******************************
    しろあり補償のページスタイル
********************************/

.page.p-service{

}



.fsize-14{
    font-size: 1.4rem;
}
.fsize-16{
    font-size: 1.6rem;
}
.text--center{
    text-align: center;
}

.block-panel-kiso-packin{
    background: white;
    border-radius: 10px;
    border: 3px solid #E07F00;
    padding: 50px;
    margin-top: 110px;
}
.block-panel-kiso-packin.kd{
    border: 3px solid #ff76c2;
}
.block-panel-kiso-packin .ttl-kiso-packin {
    margin-top: -85px;
    max-width: 590px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .block-panel-kiso-packin{
        padding: 30px;
    }

}
.service-step-section{

}
.service-step-section .ttl02{
    background: #E07F00;
    color: white;
    padding: 4px 12px;
    margin-top: 50px;
}
.service-step-section .ttl02.kd{
    background: #e85298;
}
.service-step-section .ttl02.green{
    background: #67af28;
}
.service-step-section .ttl02.pink{
    background: #d7005b;
}
.service-step-section .ttl02:before{
    display: none;
}

.service-step-section ul{
    list-style: none;
}
.service-step-section ul li{
   margin-top: 5px;
   display: flex;
   line-height: 1.6;
   align-items: flex-start;
   font-weight: 500;
   gap: 3px;
}

.service-step-section ul li:before{
    flex-shrink: 0;
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid black;
    border-radius: 50%;
    display: block;
    margin-top: 3px;
}
.service-step-section .caption{
    font-weight: bold;
    color: red;
    margin-top: 14px;
}
.service-step-section .note{
    font-size: 1.2rem;
    text-align: right;
    margin-top: 16px;
    color: #555;
    line-height: 1.5;
}
@media only screen and (max-width: 768px) {
    .service-step-section ul li{
        font-size: 1.4rem;
    }
    .service-step-section .caption{
        font-size: 1.4rem;
    }
}

.ttl_sub{
    color: #E07F00;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.59091;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}
.ttl_sub.sub{
    font-size: 1.8rem;
}

.service-kiso_flex{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.service-kiso_flex .inner_box{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 80%;
}
.service-kiso_flex  .inner_box .descbox{
    font-size: 14px;
    line-height: 1.75;
    width: 100%;
}
.service-kiso_flex  .kouhou_img{
}

.service-inqlink.alert{
    border-color: red;
    color: red;
}
@media only screen and (max-width: 768px) {
    .service-kiso_flex{
        flex-direction: column;
        gap: 30px;
    }
    .service-kiso_flex .inner_box{
        width: 100%;
    }

}

.flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
}
@media only screen and (max-width: 768px) {
    .flex{
        flex-direction: column;
        align-items: center;
    }   
}
.ttl_shiroari_ex{
    max-width: 220px;
}
.wp50{
    flex: 1;
}
.sep{
    width: 4px;
}
@media only screen and (max-width: 768px) {
    .sep{
        display: none;
    }
}
.service-extend_head{
    background: transparent;
    height: auto;
}

.service-extend_head h2{
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 100%;
    max-width: 100%;
}
.service-extend_head h2 .main-title,
.service-extend_head h2 .sub-title{
    max-width: 600px;
    width: 90%;
}
.service-extend_head h2 .bg-title{
    margin-top: -3rem;
}
.service-extend_head h2 .sub-title{
    margin-top: 3rem;
}


dt.square{
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
dt.square::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background: #E07F00;
    margin-top: 7px;
}


@media only screen and (max-width: 768px) {
    .service-extend_head h2 .bg-title{
        margin-top: 2rem;
    }
    dt.square::before{
        margin-top: 3px;
    }

}
.service-kiso_ttl{
    display: block;
}

