@charset "UTF-8";

/* CSS Document */
h1,
h2,
h3 {
    font-family: "フォーク R", sans-serif;
}

.main {
    width: 100%;
}

.mainbg {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 0px;
    background-image: url(images/briefing_main.png);
    background-size: cover;
    background-position: left 20%;
    overflow: hidden;
    width: 100%;
    height: 380px;
}

.mainbg h1 {
    position: absolute;
    z-index: 5;
    left: 0px;
    color: #009fd9;
    bottom: 40%;
    width: 300px;
    font-size: 1.4rem;
    background-color: rgba(255, 255, 255, 0.95);
    display: block;
    line-height: 2.2rem;
    height: auto;
    padding: 20px 0 20px 0;
}

.briefing .about {
    background-color: #009fd9;
    color: #fff;
    width: 100%;
    position: relative;
}

.briefing .about .table>*:first-child {
    width: 35%;
}

.briefing .about .table>*:last-child {
    text-align: left;
}

.briefing .about h1 {
    margin-bottom: 30px;
}

.briefing .questions {}

.briefing .questions .q01 {
    background-color: #009fd9;

    text-align: right;
}

.briefing .questions .q01 img {
    max-width: 1200px;
    width: 100%;
}

.briefing .questions .q02 {
    width: 100%;
    text-align: right;
}

.briefing .questions .q02 img {
    max-width: 1200px;
    width: 100%;
}

.briefing .entry_before {
    margin-top: 50px;
}

.briefing .entry_before h3 {
    font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #009fd9;
}

.briefing .entry_before h2 {
    font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
    font-size: 2.2rem;
    line-height: 2.4rem;


}

.briefing .entry {

    background-color: #c8bb9b;

}

.briefing .entry h4 {

    font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;

}



@media screen and (max-width: 768px) {
    .briefing .sp_questions p {
        padding: 15px;

    }

    .briefing .about .table>*:first-child {
        width: 100%;
    }

    .briefing .about h1 {
        text-align: center;
        padding-top: 30px;
    }