.mt50{
    margin-top: 50px;
}


.trouble_list li > .title {
    font-size: 16px !important;
    margin-top:10px;
}

.inner {
    padding-top: 78px;
    padding-bottom: 80px;
}

.sec02{
    background-color: #EFF6F7;
}

.sec03{
    background-color: #fff;
}

.target{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #0080D9;
    border-radius: 24px;
    color: #fff;
    padding: 0 20px;
    display: flex;
    width: fit-content;
    margin: 0 auto 20px;
}


@media screen and (max-width: 767px) {
     .target {
        height: 35px;
        font-size: 13px;
        letter-spacing: 0.1em;
        padding: 0 17px;
    }

    .trouble_list li{
        text-align: center;
        margin-bottom: 20px;
    }

    .cv_btn .title._trouble span:before{
        left: -57px !important;
    }

}







/*アラート*/
.attention_area {
    border: 3px solid #D14141;
    padding: 20px 12px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;
}




.attention_area ._header .title {
    color: #D14141;
    font-weight: bold;

    span{
        vertical-align: top;
    }
}

.attention_area .ic_attention:before {
    content: "";
    display: inline-block;
    background: url(/resources/img/cmn/ic_attention.svg) no-repeat left center;
    position: relative;
    top: -3px;
    width: 32px;
    height: 36px;
    margin-right: 10px;
}


.attention_area .ic_attention {
    display: flex;
}

.attention_area .ic_attention span {
    flex: 1;
}

.attention_area ._body {
    padding: 10px 0 0 40px;
    font-size:18px;
}

.c-note_list{
    margin-top: 16px;
}


.sec01:before{
    height:840px;
}

.c-note_list>li {
    position: relative;
    padding-left: 1em;
    font-size: 77.78%;
    line-height: 1.5;
    margin-bottom: 5px;
}

.c-note_list>li:before {
    content: "※";
    display: inline-block;
    margin-right: 4px;
    margin-left: -1em;
}



@media print, screen and (min-width: 768px) {
    .attention_area {
        padding: 30px 30px 26px;
    }

    .attention_area ._header .title span {
        font-size: 20px;
    }
}

@media print, screen and (max-width: 767px) {

    .attention_area ._header .title span {
        font-size: 18px;
    }

    .attention_area ._body p {
        font-size: 16px;
    }
}
