@charset "UTF-8";


/*============================
	st-worry
============================*/
.st-worry{
    padding: 100px 0 0;
}
.stw__box{
    padding: 40px 5%;
    background: #F5F4F0;
}
.stw__copy{
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: solid 2px #EAEAEA;
}
.stw__copy span{
    font-weight: 500;
}
.stw__ul li{
    padding-left: 1.2em;
    position: relative;
    margin-bottom: 1em;
}
.stw__ul .color-ma{
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 1rem;
}
.stw__ul .marker{
    font-size: 1.6rem;
    font-weight: 500;
}
@media screen and (max-width:1024px) {
    .st-worry{
        padding: 80px 0 0;
    }
    .stw__box{
        padding: 30px 5%;
    }
    .stw__copy{
        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: solid 2px #EAEAEA;
    }

    .stw__ul li{
        padding-left: 1.2em;
        margin-bottom: 1em;
    }
    .stw__ul .color-ma{
        left: 0;
        top: 8px;
        font-size: 1rem;
    }
    .stw__ul .marker{
        font-size: 1.5rem;
    }
}

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

    .st-worry{
        padding: 60px 0 0;
    }
    .stw__box{
        padding: 20px 5%;
    }
    .stw__copy{
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: solid 2px #EAEAEA;
        line-height: 1.5;
    }
    .stw__copy span{
        line-height: 1.5;
    }
    .stw__ul li{
        padding-left: 1.2em;
        margin-bottom: 1em;
    }
    .stw__ul .color-ma{
        left: 0;
        top: 4px;
        font-size: 1rem;
    }
    .stw__ul .marker{
        font-size: 1.5rem;
    }

}

/*============================
  st-content
============================*/
.st-content {
    padding: 80px 0 150px;
}

.stc__atc{
    margin-bottom: 75px;
}
.stc__atc:last-child{
    margin-bottom: 100px;
}
.stc__txtwrap{
    width: 48%;
    position: relative;
}
.stc__imgwrap{
    width: 48%;
}
.str__h3{
    position: relative;
    padding: 45px 0 0 40px;
}
.stc__h4{
    padding: 0 0 0 40px;
    margin-bottom: 40px;
}
.stc__h4 span{
    font-weight: 500;
}
.stc__linkwrap{
    max-width: 690px;
    margin: 0 auto;
}
.stc__linkwrap li{
    width: 48%;
}
@media screen and (max-width:1024px) {

    .st-content {
        padding: 60px 0 100px;
    }
    
    .stc__atc{
        margin-bottom: 50px;
    }
    .stc__atc:last-child{
        margin-bottom: 80px;
    }

    .stc__txtwrap{
        width: 48%;
    }
    .stc__imgwrap{
        width: 48%;
    }
    .str__h3{
        padding: 30px 0 0 35px;
    }
    .stc__h4{
        padding: 0 0 0 35px;
        margin-bottom: 20px;
    }

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

    .st-content {
        padding: 60px 0 80px;
    }
    
    .stc__atc{
        margin-bottom: 40px;
        display: flex;
        flex-direction: column-reverse;
    }
    .stc__atc.reverse{
        display: block;
    }
    .stc__atc:last-child{
        margin-bottom: 60px;
    }

    .stc__txtwrap{
        width: 100%;
    }
    .stc__imgwrap{
        width: 100%;
        margin-bottom: 30px;
    }
    .str__h3{
        padding: 30px 0 0 35px;
    }
    .str__h3 .fs-30{
        font-size: 3rem;
    }
    .stc__h4{
        padding: 0 0 0 35px;
        margin-bottom: 20px;
    }

    .stc__linkwrap li{
        width: 100%;
    }

}