@charset "utf-8";


/* =======================
 header
=======================*/ 
/*  PC 800*/
@media screen and (min-width: 800px){
    .page__service{
        display: block;
        border-bottom: solid 2px var(--primary-green);
        margin-top: 26px;
        padding-bottom: 8px;
    }

    .pc__2{
        margin-top: 10px;
    }
    
    .nav__list{
        margin-top: -10px;
    }
    }/*  PC 800*/



/* =======================
service
=======================*/

.section__service{
    margin-top: 80px;
}

.service__small__box{
    width: 90%;
    max-width: 400px;
    margin: 32px auto 0;
    border: solid 2px var(--primary-green);

}

.service__small__title{
    font-size: 2.0rem;
    font-weight: 700;
    background-color: var(--primary-white);
    padding: 8px 24px 24px;
    border-bottom: solid 2px var(--primary-green);
    width: 100%;
}

.service__list__box p{
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 8px;
}

.service__list__box{
    background-color: var(--primary-white);
    padding: 8px 24px 32px;
}

.service__list__box__txt{
    margin-top: 16px;
}

.dot::after{
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: 6px;                  /* 位置調整 */
    margin-right: 8px;          /* 余白指定 */
    background-color: var(--primary-green);  /* 背景色指定*/
}

.worries{
    font-size: 1.6rem;
}

.etc{
    font-size: 1.6rem;
}

.service__list__box__txt th,.service__list__box__txt td{
    padding-bottom: 8px;
}



.work::before{
    content: '';
    display: inline-block;
    background-image: url(../images/work.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    position: relative;
    top:10px;
}

.divorce::before{
    content: '';
    display: inline-block;
    background-image: url(../images/divorce.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    position: relative;
    top:10px;
}

.trafficaccident::before{
    content: '';
    display: inline-block;
    background-image: url(../images/trafficaccident.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    position: relative;
    top:10px;
}

.inheritance::before{
    content: '';
    display: inline-block;
    background-image: url(../images/inheritance.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    position: relative;
    top:10px;
}

.debt::before{
    content: '';
    display: inline-block;
    background-image: url(../images/debt.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    position: relative;
    top:10px;
}


.criminalCase::before{
    content: '';
    display: inline-block;
    background-image: url(../images/criminalCase.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    position: relative;
    top:10px;
}

.crimeDamage::before{
    content: '';
    display: inline-block;
    background-image: url(../images/crimeDamage.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    position: relative;
    top:10px;
}

.realEstate::before{
    content: '';
    display: inline-block;
    background-image: url(../images/realEstate.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    position: relative;
    top:10px;
}

.other::before{
    content: '';
    display: inline-block;
    background-image: url(../images/other.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    position: relative;
    top:10px;
}

.empty{
    display: none;
}

/*  service 760px pc */
@media screen and (min-width: 760px){
.service__box{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 90%;
    max-width: 684px;
    margin: 0px auto 0;
}

.service__small__box{
    width: 330px;
    margin-top: 0px;
}

.service__list__box{
    height: 210px;
}

.empty{
    display: block;
    border: none;
}
}/*  service 760px pc */

/*  service 1154px pc */
@media screen and (min-width: 1154px){
    .service__box{
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        width: 90%;
        max-width: 1038px;
        margin: 0 auto;
    }
    
    .service__small__box{
        margin-top: 0px;
    }
    
    .empty{
        display: none;
    }
    
    }/*  service 1154px pc */