@charset "UTF-8";
.mv_wrap {
    background: #E5F2FD;
    height: 233px;
    display: flex;
    align-items: center;
}
.mv-ttl {
    font-size: 36px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1;
}
.blue_bg {
    background: #F4FAFF;
}
.dblue_bg {
    background: #005BAC;
}
.lblue_bg {
    background: #60AFF2;
}
.gltd_wrap {
    padding: 80px 0 150px;
    box-sizing: border-box;
}
.gltdDtl_wrap {
    border: 1px solid #197FD9;
    padding: 60px;
    box-sizing: border-box;
}
.gltdDtl_wrap:not(:last-child) {
    margin-bottom: 60px;
}
.gltdDtl-ttl {
    font-size: 28px;
    line-height: 1.357;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.gltdDtl-btn:not(:last-child) {
    margin-bottom: 40px;
}
.gltdDtl-btn a {
    width: 100%;
    height: 70px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #005BAC;
    color: #005BAC;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
}
@media (min-width: 896px) {
    .mv-ttl,
    .gltd_wrap {
        max-width: 1200px;
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    .gltdDtl-btn a:hover {
        opacity: .8;
    }
    .gltdDtl-btn a > span {
        position: relative;
    }
    .gltdDtl-btn a > span::after {
        content: "";
        width: 29px;
        height: 30px;
        background: url(../img/icn_pdf.png) no-repeat center / 100% auto;
        position: absolute;
        top: 50%;
        right: -39px;
        transform: translateY(-50%);
        z-index: 9;
    }
}
@media only screen and (max-width: 896px) {
    .mv_wrap {
        height: 127px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .mv-ttl {
        font-size: min(24px, 6.154vw);
        width: 100%;
        line-height: 1.375;
        text-align: center;
    }
    .gltd_wrap {
        padding: 35px 20px 75px;
    }
    .gltdDtl_wrap {
        padding: 25px 20px;
    }
    .gltdDtl_wrap:not(:last-child) {
        margin-bottom: 30px;
    }
    .gltdDtl-ttl {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .gltdDtl-btn:not(:last-child) {
        margin-bottom: 15px;
    }
    .gltdDtl-btn a {
        min-height: 62px;
        height: 100%;
        padding: 10px 20px 10px 10px;
        font-size: 14px;
        border-radius: 4px;
        position: relative;
        line-height: 1.375;
        text-align: center;
    }
    .gltdDtl-btn a ::after {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../img/icn_pdf.png) no-repeat center / 100% auto;
        position: absolute;
        top: 50%;
        right: 7px;
        transform: translateY(-50%);
        z-index: 9;
    }
}
@media only screen and (max-width: 374px) {
    .gltdDtl_wrap {
        padding: 25px 15px;
    }
    .gltdDtl_wrap:not(:last-child) {
        margin-bottom: 30px;
    }
    .gltdDtl-btn a {
        font-size: min(14px,3.944vw);
    }
}