@charset "utf-8";

@media screen and (max-width:768px){
    .commonTxt{
    margin:0 10px 16px;
    line-height:1.6;
    }
    .ttlMidashiL{
        margin: 0 10px 16px;
        padding: 8px 0px;
        border-top: 1px dashed #2fa7e0;
        border-bottom: 1px dashed #2fa7e0;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.2;
    }
    .ttlMidashiM{
        margin: 0 10px 16px;
        padding: 8px;
        border-left: 8px solid #2fa7e0;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .ttlMidashiS{
        border-bottom: dashed 1px #ccc;
        font-size: 19px;
        font-size: 1.9rem;
        margin:0 10px 24px;
    }
    .listBox{
    margin-left:8px;
    margin-bottom:24px;
    }
    .listBox__item{
    margin-bottom:8px;
    }
    .listBox__item:before {
        content: "";
        display: inline-block;
        margin-right: 8px;
        border: solid 6px #2fa7e0;
        border-radius: 100%;
    }
    }