@charset "UTF-8";
.page_toptxt {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 47px;
}
.elc_in {
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 90px;
}
.elc_lst {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -43px;
}
.elc_lst li {
    margin-top: 43px;
}
.elc_txt {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 11px;
}
.elc_txt::before {
    position: absolute;
    content: "";
    background: #03afad;
    width: 3px;
    height: 18px;
    left: 0;
    top: 1px;
}
.elc_img {
    margin-bottom: 11px;
}
@media (min-width: 768px) {

}

@media only screen and (max-width: 768px) {
    .elc_in {
        padding: 0;
        margin-bottom: 40px;
    }
    .elc_lst {
        -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
    }
    .elc_lst li {
        margin-top: 30px;
        width: 100%;
    }
    .elc_img {
        background: #dddddd;
        text-align: center;
        height: calc((100vw - 20px) * 0.651);
    }
    .elc_img img {
        height: 100%;
        width: auto;
    }
    .page_toptxt {
        font-size: 15px;
        margin-bottom: 35px;
    }
    .elc_txt {
        font-size: 14px;
    }
}

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