/*　for smartphone & ALL　*/

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

.button_g{
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 1.1em;
    margin-right: 0.3em;
    border: solid thin rgb(143, 160, 121);
    border-radius: 3px;
    text-align: center;
    padding-top: 0.3em;
    cursor: pointer;
}
.button_g:hover{
    border: solid thin #e09812;
    background-color: #ffffff;
}
.thisread{
    color: #e09812;;
    border:solid thin #e09812;
}

h3{
    display: block;
    clear: both;
    margin-left: 0.8em;
    margin-bottom: 1em;
}

.impressions_text p{clear: both;}

/*　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:first-child{
        margin-bottom: 40px;
        border-bottom:dashed thin #999999;
    }

    section{
        margin-bottom: 40px;
    }

    section div{
        margin: 2.5em 1em;
        border-bottom: dashed thin #999999;
    }

    .impressions_change,.impressions_change2{
        text-align: center;
    }
    
    

}

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

    h2 br{
        display: none;
    }

    h4 br{
        display: none;
    }


    

    .contents_grid section:first-child{
        margin-bottom: 40px;
        border-bottom:dashed thin #999999;
    }

    section{
        margin-bottom: 40px;
    }

    section div{
        margin: 2.5em 1em;
        border-bottom: dashed thin #999999;
    }

    .impressions_change,.impressions_change2{
        text-align: center;
    }
 
}

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


    h2 br{
        display: none;
    }

    h4 br{
        display: none;
    }

    .contents_grid{
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(4, auto);
        gap: 20px;
        row-gap: 30px;
    }
    
    .impressions{
        grid-column: 1/11;
        grid-row: 1;
    }

    .impressions_change{
        grid-column: 1/11;
        grid-row:2;
        text-align: center;
    }

    .impressions_text{
        grid-column: 1/11;
        grid-row: 3
    }

    .impressions_change2{
        grid-column: 1/11;
        grid-row:4;
        text-align: center;
    }

    section div{
        margin: 2.5em 1em;
        border-bottom: dashed thin #999999;
    }

   
    
    
}