/*　for smartphone & ALL　*/

.point{
    font-size: 1.3em;
    margin-right: 0.3em;
}
.kigou{
    font-size: 0.8em;
}

.font_small{
    font-size: 0.9em;
}

p .small_justify{
    display: inline-block;
    width: 5em;
    padding-right: 1em;
    font-size: 0.8em;
    -moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
}




/*　for smartphone----------------------------------------------------------------------------------------　*/
@media screen and (max-width:767px) {

    
    h2 span{
        display: block;
        font-size: 0.5em;
        margin-left: 0.5em;
        padding-bottom: 0.5em;
    }

    

    .contents_grid section:last-child{
        border: none;
    }

    section{
        margin-bottom: 40px;
        border-bottom:dashed thin #999999;
    }

    section div{
        margin: 2.5em 1em;
    }

    section img{
        float: left;
        margin: 0em 0em 0em 1em;
    }
    

}

/* for pad-------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1024px) {

    h2 br{
        display: none;
    }

    h4 br{
        display: none;
    }


    

    .contents_grid section:last-child{
        border: none;
    }

    section{
        margin-bottom: 40px;
        border-bottom:dashed thin #999999;
    }

    section div{
        margin: 2.5em 0em;
    }

    section img{
        float: left;
        
    }

    .pc_none{
        display: none;
    }
 
}

/*　for PC---------------------------------------------------------------------------------------------------　*/
@media screen and (min-width:1025px) {


    h2 br{
        display: none;
    }

    h4 br{
        display: none;
    }

    .contents_grid{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, auto);
        gap: 20px;
        row-gap: 30px;
    }
    
    .pc_only{
        display: grid;
        grid-template-columns: 1fr 8fr;
        grid-template-rows: 1fr;
        gap:10px;
        border-bottom:dashed thin #999999;
    }
    
    .pc_onlylast{
        display: grid;
        grid-template-columns: 1fr 8fr;
        grid-template-rows: 1fr;
        gap:10px;
    }    

   

    .pc_none{
        display: none;
    }
    
    
}