@charset "utf-8";
/* CSS Document */


body {
	background: top center no-repeat url(/img/technical/img/technical-bg.jpg), #000;
}
.comp-ttl {
    text-align: center;
    padding-top: 260px;
}
.comp-ttl h2 {
    margin: 0 auto 100px;
    font-size: 40px;
}
.comp-ttl + div {
    text-align: center;
}
.comp-ttl + div p {
    display: inline-block;
    line-height: 2em;
    text-align: left;
}

section h3 {
    font-size: 28px;
    width: 600px;
    margin: 60px auto;
    padding: 0.5em 0;
    text-align: center;
    background: center center no-repeat url(/img/technical/img/ttl-bg.png);
}

.info-table > div {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.info-table > div:last-of-type {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.info-table dl {
    padding: 2em 140px;
}
.info-table dt {
    min-width: 10em;
    font-size: 22px;
}
.info-table dd {
    flex: 1;
    font-size: 22px;
}

@media screen and (max-width: 1279px) {
    .info-table dl {
        padding: 2em 20px;
    }
}

@media screen and (max-width: 1024px) {
    .info-table dl {
        flex-direction: column;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    body {
        background: top center no-repeat url(/img/technical/img/sp-technical-bg.jpg), #000;
        background-size: cover;
    }
    section h3 {
        width: 300px;
        font-size: 16px;
        background-size: contain;
    }
    /*body {
        background-size: 300%;
    }*/
    .comp-ttl {
        padding-top: 40vw;
    }
    .comp-ttl h2 {
        font-size: 6vw;
        margin-bottom: 1em;
    }
    .info-table dl {
        padding: 1em 10px;
    }
    .info-table dt {
        font-weight: 700;
        font-size: 14px;
        padding-bottom: 0.5em;
    }
    .info-table dd{
        font-size: 14px;
    }
    #access iframe {
        height: 66vw;
    }
}