@charset "UTF-8";

@media screen and (min-width : 769px){

	/* -------------------------------------------------------------------------------------------
	*
	* contents
	*
	* ----------------------------------------------------------------------------------------- */

    #contents h3{
        margin: 24px 0 50px 0;
    }
    #contents h3 span{
        background-color: var(--color-green);
        border-radius: 30px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 273px;
        height: 52px;
        margin: 0 auto;
    }

    #contents h4{
        border-bottom: 1px solid var(--color-green);
        padding: 80px 0 30px 0;
        margin: -80px 0 0 0;
    }
    #contents ul + h4{
        padding: 150px 0 30px 0;
    }
    #contents h4 span{
        color: var(--color-green);
        font-size: 22px;
        font-weight: 700;
    }

    #contents ul li{
        display: flex;
        gap: 30px;
        padding: 30px 0;
    }
    #contents ul li:nth-of-type(n+2){
        border-top: 1px dotted rgba(0,0,0,0.1);
    }
    #contents ul li .logo{
        background: #ffffff 50% / cover no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 260px;
    }
    #contents ul li .logo img{
        mix-blend-mode: multiply;
        width: 63%;
    }
    
    #contents ul li dl{
        width: calc(100% - 290px);
    }
    #contents ul li dl dt{
        font-size: 18px;
        font-weight: 700;
        line-height: 1.78;
        margin: 0 0 10px 0;
    }
    #contents ul li dl dd{
        font-size: 16px;
        line-height: 2;
    }



}@media screen and (max-width : 768px){



	/* -------------------------------------------------------------------------------------------
	*
	* contents
	*
	* ----------------------------------------------------------------------------------------- */

    #contents h3{
        margin: 1vw 0 0 0;
    }
    #contents h3 span{
        background-color: var(--color-green);
        border-radius: 8vw;
        color: #ffffff;
        font-size: 4.8vw;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 13.07vw;
        margin: 0 auto;
    }

    #contents h4{
        border-bottom: 1px solid var(--color-green);
        padding: 24vw 0 3.73vw 0;
        margin: -15vw 0 0 0;
    }
    #contents ul + h4{
        padding: 29.33vw 0 3.73vw 0;
    }
    #contents h4 span{
        color: var(--color-green);
        font-size: 4.8vw;
        font-weight: 700;
    }

    #contents ul li{
        display: flex;
        flex-direction: column;
        gap: 3.73vw;
        padding: 8vw 0;
    }
    #contents ul li:nth-of-type(n+2){
        border-top: 1px dotted rgba(0,0,0,0.1);
    }
    #contents ul li .logo{
        background: #ffffff 50% / cover no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35.47vw;
    }
    #contents ul li .logo img{
        mix-blend-mode: multiply;
        max-width: 50%;
        max-height: 100%;
    }
    
    #contents ul li dl dt{
        font-size: 4.27vw;
        font-weight: 700;
        line-height: 2;
        margin: 0 0 10px 0;
    }
    #contents ul li dl dd{
        font-size: 3.73vw;
        line-height: 1.78;
        text-align: justify;
    }


}


