/* PC */
@media (min-width: 992px) {

    .meri .twocol{
        width: 48%;
        background-color: #fff;
        border-radius: 1vw;
        position: relative;
        padding-bottom: 3vw;
        margin-bottom: 3vw;
    }

    .meri .imgbox{
        text-align: center;
    }

    .meri .twocol .imgbox img{
        width: 18%;
    }

    .meri .twocol .num{
        position: absolute;
        font-size: 2.5vw;
        top: -2vw;
        left: 2vw;
    }

    .meri .twocol .num p {
        font-size: 2.5vw;
    }

    .meri .imgbox{
        margin-top: 3vw;
    }

    .caution{
        background: #fff;
        border: 1px dashed #d90000;
        border-radius: 1vw;
        margin-top: 5vw;
        padding: 6vw 3vw 2vw;
        position: relative;
    }

    .caution .title{
        position: absolute;
        top: -5vw;
        left: 19%;
        font-size: 1vw;
    }

    .bikkuri{
        font-size: 7vw;
    }

    .caution .honbun p{
        font-size: 0.95vw;
        line-height: 2.5vw;
    }


    .caution .eq2 {
        margin-top: -1.5vw;
        margin-left: 7vw;
    }

    .fl36 {
        margin-top: 2vw;
    }

    .fl36 .lcol {
        background: #eeeeee;
        width: 80%;
        border-radius: 1vw;
        padding: 1.8vw;
        line-height: 2.5vw;
        font-size: 1.1vw;
        letter-spacing: 0.1vw;
    }

    .fl36 .rcol{
        width: 12%;
        display: flex;
        align-items: flex-end;
    }

    .title36{
        padding: 1vw 5.5vw;
        letter-spacing: 0.15vw;
    }

    .col36{
        margin-left: 8.5%;
        /* letter-spacing: 0.1vw; */
        font-size: 1vw;
    }

    .hatena1 h2{
        background: #fffbde;
        border: solid 1px #ebebeb;
        border-radius: 1vw;
        display: flex;
        align-items: center;
    }

    .hatena1 {
        margin-bottom: 5vw;
    }

    .hatena .need{
        background: #fff;
        border: 1px dashed #d90000;
        border-radius: 1vw;
        margin-top: 5vw;
        padding: 2vw 3vw 2vw;
        position: relative;
    }

    .hatena .need .title{
        position: absolute;
        top: -6vw;
        left: 22%;
        font-size: 1vw;
    }

    .hatena .need .honbun {
        margin-top: 2vw;
    }

    .hatena .need .honbun p{
        font-size: 0.95vw;
        line-height: 2vw;
    }

    .hatena .need .needimgbox {
        position: absolute;
        bottom: -0.5vw;
        right: 1vw;
    }

    .hatena .need .needimgbox img{
        width: 14vw;
    }

    .col36 p img {
        width: 2%;
    }

    .totalsupport{
        line-height: 2vw;
    }

}



/* PC以下サイズ */
@media (max-width: 991px) {



    .meri .imgbox{
        text-align: center;
    }

    .meri .twocol .imgbox img{
        width: 18%;
    }

    .meri .imgbox{
        margin-top: 3vw;
    }

    .meri .twocol p{
        font-size: 3vw;
        width: 90%;
        margin: auto;
    }


    .caution{
        background: #fff;
        border: 1px dashed #d90000;
        border-radius: 1vw;
        margin-top: 5vw;
        padding: 6vw 3vw 2vw;
        position: relative;
        height: 17vw;
    }

    .caution .title{
        position: absolute;
        top: 0vw;
        left: 0;
    }

    /* .bikkuri{
        font-size: 7vw;
    } */

    .caution .honbun p{
        font-size: 0.95vw;
        line-height: 2.5vw;
    }


    .caution .eq2 {
        margin-top: -1.5vw;
        margin-left: 7vw;
    }

    .fl36 + .shitasankaku{
        margin: 10vw;
    }

    .fl36 {
        margin-top: 2vw;
        position: relative;
    }

    .fl36 .lcol {
        background: #eeeeee;
        /* width: 80%; */
        border-radius: 1vw;
        padding: 3vw;
        line-height: 5vw;
        font-size: 3vw;
        letter-spacing: 0.1vw;
    }

    .fl36 .lcol p{
        margin-bottom: 2vw;
    }

    .fl36 .rcol{
        width: 12%;
        display: flex;
        align-items: flex-end;
        position: absolute;
        right: 2vw;
        bottom: -6vw;
    }

    .title36{
        padding: 1vw 3vw;
        letter-spacing: 0.15vw;
    }

    .col36{
        font-size: 3vw;
        width: 90%;
        margin: auto;
    }

    .hatena1 h2{
        background: #fffbde;
        border: solid 1px #ebebeb;
        border-radius: 1vw;
        display: flex;
        align-items: center;
    }

    .hatena1 {
        margin-bottom: 5vw;
    }

    .hatena .need{
        background: #fff;
        border: 1px dashed #d90000;
        border-radius: 1vw;
        margin-top: 5vw;
        padding: 2vw 3vw 2vw;
        position: relative;
    }

    .hatena .need .title{
        position: absolute;
        top: -6vw;
        left: 22%;
        font-size: 1vw;
    }

    .hatena .need .honbun {
        margin-top: 2vw;
    }

    .hatena .need .honbun p{
        font-size: 3vw;
        line-height: 4vw;
    }

    .hatena .need .needimgbox {
        position: absolute;
        bottom: -0.5vw;
        right: 1vw;
        width: 15%;
    }

    .col36 p img {
        width: 4%;
    }

    .totalsupport{
        line-height: 4vw;
    }

    .need .shitasankaku img{
        width: 10%;
    }

    .totalsupport img {
        width: 50%;
        vertical-align: middle;
    }

    .totalsupport .flimg{
        width: 10%;
    }

    .totalsupport .flimg + div{
        width: 90%;
    }


}