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

@import "common.css";

/* PRESS */

.contents-header {
    background: url("../press/images/header-img.jpg") center/cover no-repeat;
    height: 280px;
}
.main-txt {
    width: 86%;
    max-width: 1200px;
    margin: 60px auto 0;
}
.main-txt p.supplement {
    margin: 10px 0 20px;
    font-size: 1.2rem;
}
h4 {
    font-size: 1.6rem;
    font-weight: 700;
    border: 1px solid var(--main-color);
    padding: 6px 12px;
    margin: 60px auto 30px;
}
dl.press-release {
    width: 90%;
    margin: auto;
}
dl.press-release dt .issue {
    color: var(--notice-color);
    border: 1px solid var(--notice-color);
    padding: 3px 6px;
    margin-right: 10px;
}
dl.press-release dd {
    margin: 10px 0 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
}
dl.press-release dd .main-title {
    font-size: 1.6rem;
}
dl.press-release dd a {
    text-decoration: none;
    background: var(--sub-color);
    border-radius: 10px;
    padding: 15px 80px 20px 20px;
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: left;
}
.en-sub {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.3;
    display: inline-block;
}
dl.press-release dd a:hover {
    opacity: 1;
}
dl.press-release dd::after {
    content: "";
    background-image: url("../common/images/pdf-icon.svg");
    width: 40px;
    height: 44px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
h5 {
    font-weight: 700;
    font-size: 1.6rem;
    margin: 60px 0 30px;
}
ul.howtouse li {
    margin-bottom: 10px;
    text-indent: -1em;
    margin-left: 1em;
}
.form-btn a {
    margin: 40px auto;
}
#inquiry {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
}
#inquiry p {
    margin-bottom: 10px;
}
#inquiry .wrapper {
    display: flex;
}
.inquiry-tel {
    margin-right: 80px;
}
.inquiry-tel dl {
    display: flex;
    align-items: baseline;
}
@media screen and (max-width: 767px) {
    
    .contents-header h2 {
        margin-bottom: 0;
    }
    .twoline {
        flex-direction: column;
        line-height: 1.5;
    }
    dl.press-release {
        width: 100%;
    }
    .form-btn a {
        flex-direction: column;
    }
    #inquiry .wrapper {
        flex-direction: column;
    }
    .inquiry-tel {
        margin-right: 0;
        margin-bottom: 20px;
    }
}