@charset "UTF-8";
.cntTitle_wrap {
    margin: 0 0 30px 0;
}
.cntTitle-ttl {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 40px 0;
    color: #3f3b3a;
}
.cntTitle-txt {
    font-size: 16px;
    color: #3f3b3a;
}
.cntEnd_txt {
    margin: 0 0 30px;
}
.cntEnd-ttl {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px;
}
.cntEnd-txt {
    font-size: 20px;
    text-align: center;
}
.cntEnd_ltx {
    border: 2px solid #00407e;
    padding: 40px 60px;
    width: 650px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
}
.cntEnd-ltx {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #00407e;
    margin: 0 0 30px;
}
.cntEnd-stx {
    font-size: 16px;
    text-align: left;
}
.cntEnd_btn {
    padding: 30px 0 0;
}
.cntEnd-btn {
    width: 300px;
    height: 70px;
    text-align: left;
    line-height: 1;
    display: table;
    margin: 0 auto;
}
.cntEnd-btn a {
    background: #999999;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.cntEnd-btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media (max-width: 767px) {
    .cntTitle_wrap {
        margin: 0 0 15px 0;
    }
    .cntTitle-ttl {
        font-size: 19px;
        margin: 0 0 25px 0;
    }
    .cntTitle-txt {
        font-size: 13px;
    }
    .cntEnd-ttl {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .cntEnd-txt {
        font-size: 15px;
    }
    .cntEnd_ltx {
        border: 1px solid #00407e;
        padding: 20px 15px;
        width: 100%;
    }
    .cntEnd-ltx {
        font-size: 18px;
        margin: 0 0 30px;
    }
    .cntEnd-stx {
        font-size: 15px;
    }
    .cntEnd_btn {
        padding: 15px 0 0;
    }
    .cntEnd-btn {
        width: 100%;
        height: 60px;
    }
    .cntEnd-btn a {
        font-size: 20px;
    }
}/*@media*/
@media (max-width: 374px) {}/*@media*/