@charset "utf-8";



@media print,screen and (min-width: 813px) {

  
    #how{
        padding-bottom: 150px;
    }
    

    #how .inner{
        width: 1080px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
    }

    #how .infoarea{
        display: flex;
        align-items: center;
        flex:1;
    }

    #how .logo{
        background-image: url(../img/title.svg);
        background-size: 100% 100%;
        width: 136.62px;
        height: calc(136.62px / 171.688 * 337.463 );
        display: block;
        text-indent: -9999px;
        overflow: hidden;

    }
    #how .info{
        margin-left: 40px;
      flex:1;
      margin-right: 170px;
    }
    #how .info h2{
        background-image: url(../img/how_tit.svg);
        background-size: 274.574px 78.096px;
        background-repeat: no-repeat;
        background-position: right center;
        height:78.096px;
        font-family: 'Shippori Mincho', serif;
        font-size: 19px;
        line-height: 1.5em;
        letter-spacing: 0.1em;
        display: flex;
        align-items: center;
        width: 326px;
    }
    #how .info .lead{
        margin-top: 20px;
        font-size: 15px;
        line-height: 2.4em;
        letter-spacing: 0.1em;
    }

    #how .body{
        width: 420px;
    }

    #how .body .feature li{
        font-size: 13px;
        line-height: 2em;
        letter-spacing: 0.1em;
        text-indent: -1em;
        margin-left: 1em;
    }
    #how .body .data{
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #C4C4C4;
        border-bottom: 1px solid #C4C4C4;
    }

    #how .body .data table th{
        font-size: 13px;
        line-height: 1.5em;
        letter-spacing: 0.1em;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    #how .body .data table td{
        font-size: 13px;
        line-height: 1.5em;
        letter-spacing: 0.1em;
        padding-bottom: 10px;
    }

    #how .body .data .cap {
         margin-top: 10px;
    }


    #how .body .data .cap li{   
        font-size: 12px;
        line-height: 1.5em;
        letter-spacing: 0.1em;
        text-indent: -1em;
        margin-left: 1em;
    }

}



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



    #how{
        padding-bottom: 50px;
    }
    

    #how .inner{
        margin-left: 20px;
        margin-right: 20px;
    }

    #how .infoarea{
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    #how .logo{
        background-image: url(../img/title.svg);
        background-size: 100% 100%;
        width: calc( (100vw - 40px) * 0.2 );
        height: calc( (100vw - 40px) * 0.2  / 171.688 * 337.463 );
        display: block;
        text-indent: -9999px;
        margin-right: calc( (100vw - 40px) * 0.05 );
        overflow: hidden;

    }
    #how .info{
        width: calc( (100vw - 40px) * 0.7 );
    }
    #how .info h2{
        background-image: url(../img/how_tit.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: left top;
        width: calc( (100vw - 40px) * 0.6 );
        height: calc( (100vw - 40px) * 0.6 / 274.574 * 78.096);
        font-family: 'Shippori Mincho', serif;
        font-size: 4.5vw;
        line-height: 1.5em;
        letter-spacing: 0.1em;
        display: flex;
        align-items: center;
    }
    #how .info .lead{
        margin-top: 20px;
        font-size: 11px;
        line-height: 2em;
        letter-spacing: 0.1em;
    }

    #how .body{
        margin-top: 30px;
    }

    #how .body .feature li{
        font-size: 11px;
        line-height: 2em;
        letter-spacing: 0.1em;
        text-indent: -1em;
        margin-left: 1em;
    }
    #how .body .data{
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #C4C4C4;
        border-bottom: 1px solid #C4C4C4;
    }
    #how .body .data table th{
        font-size: 11px;
        line-height: 1.5em;
        letter-spacing: 0.1em;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    #how .body .data table td{
        font-size: 11px;
        line-height: 1.5em;
        letter-spacing: 0.1em;
        padding-bottom: 10px;
    }
    #how .body .data .cap {
         margin-top: 10px;
    }
    #how .body .data .cap li{
       
        font-size: 10px;
        line-height: 1.5em;
        letter-spacing: 0.1em;
        text-indent: -1em;
        margin-left: 1em;
    }




}


