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


body {
	background: top center no-repeat url(/img/company/img/company-bg.jpg), #000;
}
.comp-ttl {
    text-align: center;
    padding-top: 260px;
}
.comp-ttl h2 {
    margin: 0 auto 100px;
    font-size: 40px;
}
.comp-ttl img {
    display: block;
    margin: 0 auto;
}

section h3 {
    font-size: 28px;
    width: 600px;
    margin: 60px auto;
    padding: 0.5em 0;
    text-align: center;
    background: center center no-repeat url(/img/company/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-top: 1em;
    padding-bottom: 1em;
}
.info-table dt {
    width: 15em;
}
.info-table dd {
    flex: 1;
}
#access iframe {
    height: 550px;
}
.tapcall{
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .tapcall{
        pointer-events: all;
    }
    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 {
        flex-direction: column;
    }
    .info-table dt {
        width: 100%;
        font-weight: 700;
        padding-bottom: 0.5em;
    }
    #access iframe {
        height: 66vw;
    }
}