@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/* ロゴサイズ調整に伴う対応 20230515 */

@media screen and (min-width: 834px) {
.header__left > a::before {
    content: "";
    background-image: url(../images/contents/title-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 130px;
    display: block;
    top: 5%;
    left: -124px!important;
    position: absolute;
}

.header__left > a::after {
    content: "";
    background-image: url(../images/contents/title-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 130px;
    display: block;
    top: 5%;
    right: -150px!important;
    position: absolute;
}

.header__left .header_logo {
    width: 450px!important;
}

.footer img {
    margin-bottom: 20px;
    width: 285px;
}
.footer > a::after {
    content: "";
    background-image: url(../images/contents/title-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 130px;
    display: block;
    top: -8%;
    right: -115px;
    position: absolute;
}

.footer > a::before {
    content: "";
    background-image: url(../images/contents/title-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 130px;
    display: block;
    top: -8%;
    left: -89px;
    position: absolute;
}

}


@media screen and (max-width: 1050px) {
}
@media screen and (max-width: 834px) {
}
@media screen and (max-width: 640px) {
   
}

