@charset "utf-8";
@import url("form.css");

/*テーマ*/
.contact {
    background: url("../img/theme02.jpg") no-repeat center -150px;
    background-size: cover;
}

/*枠*/
.contents {
    order: 2;
}
.side {
    order: 1;
    width: 350px;
    margin-left: 0;
    margin-right: 50px;
}

/*フォーム*/
.itform {
    background: url("../img/backimg01.png") repeat left top;
    padding: 40px 30px;   
    /*
    opacity:0;
    margin-top: -20px;
    */
}

.info dl {
    margin: 0;
    line-height: 160%;
}
.info dt {
    /*16-20*/
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    font-weight: bold;
    margin-bottom: 10px;
}
.info dd {
    margin: 0;
}
.info dd~dd {
    margin-top: 10px;
}
.info dl a {
    text-decoration: none;
    color: #000;
}



/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 979px) {
    .side {
        display: block;
        margin-bottom: 30px;
    }
    .itform {
        padding: 20px 15px; 
    }
}

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

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

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

