@charset "utf-8";

.document-page{
    background-image: url(../img/president/common/drink_bg2.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    padding: 5% 20%;
}
.document-hero{
    text-align: center;
    margin-bottom: 50px;
}
.document-hero__title{
    color: #d4af37;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .08em;
}
.document-hero__lead{
    color: #ffffff;
    text-align: center;
    margin-top: 12px;
    font-size: 20px;
}
.document-content{
    width: 100%;
}
.document-box{
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 42px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    box-sizing: border-box;
    color: #222;
}
.document-box *,
.document-box *::before,
.document-box *::after{
    box-sizing: border-box;
}
.document-head{
    text-align: center;
    padding-bottom: 28px;
    margin-bottom: 34px;
    border-bottom: 1px solid #e5e5e5;
}
.document-title{
    margin: 0 0 18px;
    color: #222;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .04em;
}
.document-company,
.document-representative{
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}
.document-intro{
    margin: 0 0 34px;
    font-size: 16px;
    line-height: 2;
}
.document-section{
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}
.document-section--last{
    padding-bottom: 0;
}
.document-section h3{
    margin: 0 0 18px;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
}
.document-section h4{
    margin: 24px 0 10px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}
.document-section p{
    margin: 0;
    color: #222;
    font-size: 16px;
    line-height: 2;
}
.document-section ul,
.document-section ol{
    margin: 12px 0 0;
    padding-left: 1.5em;
}
.document-section li{
    color: #222;
    font-size: 16px;
    line-height: 2;
}
.color-blue {
    color: #4895cc !important;
}

.fv_title {
    width: 30%;
}

@media (max-width: 900px){
    .document-page{
        padding: 60px 16px;
        background-size: 80%;
    }
    .document-box{
        padding: 22px;
    }
    .document-hero__title{
        font-size: 26px;
    }
    .document-hero__lead{
        font-size: 16px;
    }
    .document-head{
        padding-bottom: 22px;
        margin-bottom: 26px;
    }
    .document-title{
        font-size: 22px;
    }
    .document-intro,
    .document-section p,
    .document-section li,
    .document-company,
    .document-representative{
        font-size: 14px;
    }
    .document-section{
        padding: 24px 0;
    }
    .document-section h3{
        font-size: 18px;
    }
    .document-section h4{
        font-size: 15px;
    }
}
