#first_view {
    margin-top: 78px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #first_view {
        margin-top: 66px;
    }
}
@media screen and (max-width: 639px) {
    #first_view {
        margin-top: 54px;
    }
}
#first_view .bar {
    width: 100%;
    height: 20px;
    background-color: #d9d9d9;
}
@media screen and (max-width: 1299px) {
    #first_view .bar {
        height: 17px;
    }
}
@media screen and (max-width: 639px) {
    #first_view .bar {
        height: 15px;
    }
}
#first_view #external_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
#first_view #external_link .client {
    margin: 20px 40px 0 0;
}
@media screen and (max-width: 1299px) {
    #first_view #external_link .client {
        display: none;
    }
}
#first_view #external_link .client a.btn,
#first_view #external_link .client .btn {
    -webkit-transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 210px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #363636;
    border-radius: 20px;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #first_view #external_link .client a.btn,
    #first_view #external_link .client .btn {
        height: 37px;
        border-radius: 18.5px;
    }
}
@media screen and (max-width: 639px) {
    #first_view #external_link .client a.btn,
    #first_view #external_link .client .btn {
        width: auto;
        height: 34px;
        border-radius: 17px;
    }
}
#first_view #external_link .client a.btn .text,
#first_view #external_link .client .btn .text {
    -webkit-transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    margin-top: -2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #c6171e;
}
#first_view #external_link .client a.btn .arrow,
#first_view #external_link .client .btn .arrow {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    margin-left: 15px;
    width: 6px;
    height: 12px;
    position: relative;
}
#first_view #external_link .client a.btn .arrow svg,
#first_view #external_link .client .btn .arrow svg {
    position: absolute;
    top: 0;
    left: 0;
}
#first_view #external_link .client a.btn .arrow svg polyline,
#first_view #external_link .client .btn .arrow svg polyline {
    -webkit-transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    fill: none;
    stroke: #c6171e;
    stroke-width: 2px;
}
#first_view #external_link .client a.btn:hover,
#first_view #external_link .client .btn:hover {
    background-color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #first_view #external_link .client a.btn:hover,
    #first_view #external_link .client .btn:hover {
        background-color: #fff;
    }
}
#first_view #external_link .client a.btn:hover .text,
#first_view #external_link .client .btn:hover .text {
    color: #fff;
}
@media screen and (max-width: 1299px) {
    #first_view #external_link .client a.btn:hover .text,
    #first_view #external_link .client .btn:hover .text {
        color: #c6171e;
    }
}
#first_view #external_link .client a.btn:hover .arrow,
#first_view #external_link .client .btn:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
@media screen and (max-width: 1299px) {
    #first_view #external_link .client a.btn:hover .arrow,
    #first_view #external_link .client .btn:hover .arrow {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
#first_view #external_link .client a.btn:hover .arrow svg polyline,
#first_view #external_link .client .btn:hover .arrow svg polyline {
    stroke: #fff;
}
@media screen and (max-width: 1299px) {
    #first_view #external_link .client a.btn:hover .arrow svg polyline,
    #first_view #external_link .client .btn:hover .arrow svg polyline {
        stroke: #c6171e;
    }
}
#first_view #external_link .client a.btn {
    opacity: 0;
    pointer-events: none;
    background-color: #363636;
}
#first_view #external_link .client a.btn .icon {
    position: relative;
}
#first_view #external_link .client a.btn .icon svg {
    position: absolute;
    top: 1px;
    left: 1px;
}
#first_view #external_link .client a.btn .icon svg .cls-1 {
    fill: none;
}
#first_view #external_link .client a.btn .icon svg .cls-2 {
    -webkit-clip-path: url(#clip-path);
            clip-path: url(#clip-path);
}
#first_view #external_link .client a.btn .icon svg .cls-3 {
    fill: #fff;
}
#first_view #external_link .client a.btn .icon .flame {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #363636;
    position: relative;
}
#first_view #external_link .client a.btn .text {
    margin-left: 10px;
    color: #fff;
}
#first_view #external_link .client a.btn .arrow svg polyline {
    stroke: #fff;
}
#first_view #external_link .client a.btn:hover {
    background-color: #fff;
}
#first_view #external_link .client a.btn:hover .text {
    color: #363636;
}
#first_view #external_link .client a.btn:hover .arrow svg polyline {
    stroke: #363636;
}

.section_main {
    margin: 60px auto 0;
    padding-top: 70px;
    width: 1200px;
}
@media screen and (max-width: 1299px) {
    .section_main {
        margin-top: 55px;
        padding-top: 50px;
        width: 92vw;
    }
}
@media screen and (max-width: 639px) {
    .section_main {
        margin-top: 50px;
        padding-top: 30px;
    }
}

.section_main#apply {
    margin: 50px auto 0;
    padding-top: 0;
}
@media screen and (max-width: 1299px) {
    .section_main#apply {
        margin-top: 70px;
    }
}
@media screen and (max-width: 639px) {
    .section_main#apply {
        margin-top: 50px;
    }
}

.section_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 30px;
    width: 100%;
    background-color: #c6171e;
    border-radius: 12px;
}
.section_title h1,
.section_title h1 span.b {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
@media screen and (max-width: 1299px) {
    .section_title h1,
    .section_title h1 span.b {
        font-size: 28px;
        -webkit-transform: translateY(-1.5px);
                transform: translateY(-1.5px);
    }
}
@media screen and (max-width: 639px) {
    .section_title h1,
    .section_title h1 span.b {
        font-size: 20px;
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
    }
}

.section_contents .content_block {
    margin-top: 20px;
    padding-top: 80px;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block {
        margin-top: 10px;
        padding-top: 70px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block {
        margin-top: 5px;
        padding-top: 55px;
    }
}
.section_contents .content_block .block_description {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 455px 50px 1fr;
    grid-template-columns: 455px 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description {
        -ms-grid-columns: 360px 40px 1fr;
        grid-template-columns: 360px 1fr;
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.section_contents .content_block .block_description .description_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px;
    width: 455px;
    height: 130px;
    background-image: url("../../_common/img/description_title_bg.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_title {
        padding-left: 30px;
        width: 360px;
        height: 105px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_title {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 0;
        width: 100%;
        height: 80px;
    }
}
.section_contents .content_block .block_description .description_title h2,
.section_contents .content_block .block_description .description_title h2 span.b {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0em;
    color: #c6171e;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_title h2,
    .section_contents .content_block .block_description .description_title h2 span.b {
        font-size: 27px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_title h2,
    .section_contents .content_block .block_description .description_title h2 span.b {
        font-size: 18px;
        text-align: center;
    }
}
.section_contents .content_block .block_description .description_content .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 130px;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content .head {
        height: 105px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content .head {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 25px;
        height: auto;
    }
}
.section_contents .content_block .block_description .description_content .head h3,
.section_contents .content_block .block_description .description_content .head h3 span.b {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content .head h3,
    .section_contents .content_block .block_description .description_content .head h3 span.b {
        font-size: 20px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content .head h3,
    .section_contents .content_block .block_description .description_content .head h3 span.b {
        font-size: 16px;
        text-align: center;
    }
}
.section_contents .content_block .block_description .description_content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content p {
        margin-top: 25px;
        font-size: 12px;
        text-align: justify;
    }
}
.section_contents .content_block .block_description .description_content p span.b {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content p span.b {
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content p span.b {
        display: inline;
        font-size: 12px;
    }
}
.section_contents .content_block .block_description .description_content a.btn,
.section_contents .content_block .block_description .description_content .btn {
    -webkit-transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 600px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #c6171e;
    border-radius: 25px;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content a.btn,
    .section_contents .content_block .block_description .description_content .btn {
        height: 47px;
        border-radius: 23.5px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content a.btn,
    .section_contents .content_block .block_description .description_content .btn {
        margin: 0 auto;
        width: 76vw;
        height: 44px;
        border-radius: 22px;
    }
}
.section_contents .content_block .block_description .description_content a.btn .text,
.section_contents .content_block .block_description .description_content .btn .text {
    -webkit-transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    margin-top: -2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #c6171e;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content a.btn .text,
    .section_contents .content_block .block_description .description_content .btn .text {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content a.btn .text,
    .section_contents .content_block .block_description .description_content .btn .text {
        font-size: 14px;
    }
}
.section_contents .content_block .block_description .description_content a.btn .arrow,
.section_contents .content_block .block_description .description_content .btn .arrow {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    margin-left: 26px;
    width: 10px;
    height: 16px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content a.btn .arrow,
    .section_contents .content_block .block_description .description_content .btn .arrow {
        margin-left: 19px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content a.btn .arrow,
    .section_contents .content_block .block_description .description_content .btn .arrow {
        margin-left: 12px;
        width: 6px;
        height: 12px;
    }
}
.section_contents .content_block .block_description .description_content a.btn .arrow svg,
.section_contents .content_block .block_description .description_content .btn .arrow svg {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content a.btn .arrow svg,
    .section_contents .content_block .block_description .description_content .btn .arrow svg {
        width: 6px;
        height: 12px;
    }
}
.section_contents .content_block .block_description .description_content a.btn .arrow svg polyline,
.section_contents .content_block .block_description .description_content .btn .arrow svg polyline {
    -webkit-transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    fill: none;
    stroke: #c6171e;
    stroke-width: 2px;
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content a.btn .arrow svg.svg_arrow_8,
    .section_contents .content_block .block_description .description_content .btn .arrow svg.svg_arrow_8 {
        display: none;
    }
}
.section_contents .content_block .block_description .description_content a.btn .arrow svg.svg_arrow_6,
.section_contents .content_block .block_description .description_content .btn .arrow svg.svg_arrow_6 {
    display: none;
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content a.btn .arrow svg.svg_arrow_6,
    .section_contents .content_block .block_description .description_content .btn .arrow svg.svg_arrow_6 {
        display: block;
    }
}
.section_contents .content_block .block_description .description_content a.btn:hover,
.section_contents .content_block .block_description .description_content .btn:hover {
    background-color: #c6171e;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content a.btn:hover,
    .section_contents .content_block .block_description .description_content .btn:hover {
        background-color: #fff;
    }
}
.section_contents .content_block .block_description .description_content a.btn:hover .text,
.section_contents .content_block .block_description .description_content .btn:hover .text {
    color: #fff;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content a.btn:hover .text,
    .section_contents .content_block .block_description .description_content .btn:hover .text {
        color: #c6171e;
    }
}
.section_contents .content_block .block_description .description_content a.btn:hover .arrow,
.section_contents .content_block .block_description .description_content .btn:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content a.btn:hover .arrow,
    .section_contents .content_block .block_description .description_content .btn:hover .arrow {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
.section_contents .content_block .block_description .description_content a.btn:hover .arrow svg polyline,
.section_contents .content_block .block_description .description_content .btn:hover .arrow svg polyline {
    stroke: #fff;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content a.btn:hover .arrow svg polyline,
    .section_contents .content_block .block_description .description_content .btn:hover .arrow svg polyline {
        stroke: #c6171e;
    }
}
.section_contents .content_block .block_description .description_content .block_btn {
    margin-top: 50px;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content .block_btn {
        margin-top: 40px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content .block_btn {
        margin-top: 30px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content .comment {
        margin-top: 20px;
    }
}
.section_contents .content_block .block_description .description_content .comment .text,
.section_contents .content_block .block_description .description_content .comment .text span.b {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_description .description_content .comment .text,
    .section_contents .content_block .block_description .description_content .comment .text span.b {
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content .comment .text,
    .section_contents .content_block .block_description .description_content .comment .text span.b {
        font-size: 10px;
        text-align: center;
    }
}
.section_contents .content_block .block_description .description_content .comment_only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 130px;
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_description .description_content .comment_only {
        display: block;
        height: auto;
    }
}
.section_contents .content_block .block_description.title_only .description_title h2 {
    white-space: nowrap;
}
.section_contents .content_block .block_content {
    margin-top: 70px;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_content {
        margin-top: 50px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_content {
        margin-top: 30px;
    }
}
.section_contents .content_block .block_content .block_btn {
    margin-top: 80px;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_content .block_btn {
        margin-top: 55px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_content .block_btn {
        margin-top: 30px;
    }
}
.section_contents .content_block .block_content .block_btn a.btn {
    margin: 0 auto;
}
.section_contents .content_block .block_content a.btn,
.section_contents .content_block .block_content .btn {
    -webkit-transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 600px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #c6171e;
    border-radius: 25px;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_content a.btn,
    .section_contents .content_block .block_content .btn {
        height: 47px;
        border-radius: 23.5px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_content a.btn,
    .section_contents .content_block .block_content .btn {
        margin: 0 auto;
        width: 76vw;
        height: 44px;
        border-radius: 22px;
    }
}
.section_contents .content_block .block_content a.btn .text,
.section_contents .content_block .block_content .btn .text {
    -webkit-transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    margin-top: -2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #c6171e;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_content a.btn .text,
    .section_contents .content_block .block_content .btn .text {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_content a.btn .text,
    .section_contents .content_block .block_content .btn .text {
        font-size: 14px;
    }
}
.section_contents .content_block .block_content a.btn .arrow,
.section_contents .content_block .block_content .btn .arrow {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    margin-left: 26px;
    width: 10px;
    height: 16px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_content a.btn .arrow,
    .section_contents .content_block .block_content .btn .arrow {
        margin-left: 19px;
    }
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_content a.btn .arrow,
    .section_contents .content_block .block_content .btn .arrow {
        margin-left: 12px;
        width: 6px;
        height: 12px;
    }
}
.section_contents .content_block .block_content a.btn .arrow svg,
.section_contents .content_block .block_content .btn .arrow svg {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_content a.btn .arrow svg,
    .section_contents .content_block .block_content .btn .arrow svg {
        width: 6px;
        height: 12px;
    }
}
.section_contents .content_block .block_content a.btn .arrow svg polyline,
.section_contents .content_block .block_content .btn .arrow svg polyline {
    -webkit-transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    fill: none;
    stroke: #c6171e;
    stroke-width: 2px;
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_content a.btn .arrow svg.svg_arrow_8,
    .section_contents .content_block .block_content .btn .arrow svg.svg_arrow_8 {
        display: none;
    }
}
.section_contents .content_block .block_content a.btn .arrow svg.svg_arrow_6,
.section_contents .content_block .block_content .btn .arrow svg.svg_arrow_6 {
    display: none;
}
@media screen and (max-width: 639px) {
    .section_contents .content_block .block_content a.btn .arrow svg.svg_arrow_6,
    .section_contents .content_block .block_content .btn .arrow svg.svg_arrow_6 {
        display: block;
    }
}
.section_contents .content_block .block_content a.btn:hover,
.section_contents .content_block .block_content .btn:hover {
    background-color: #c6171e;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_content a.btn:hover,
    .section_contents .content_block .block_content .btn:hover {
        background-color: #fff;
    }
}
.section_contents .content_block .block_content a.btn:hover .text,
.section_contents .content_block .block_content .btn:hover .text {
    color: #fff;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_content a.btn:hover .text,
    .section_contents .content_block .block_content .btn:hover .text {
        color: #c6171e;
    }
}
.section_contents .content_block .block_content a.btn:hover .arrow,
.section_contents .content_block .block_content .btn:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_content a.btn:hover .arrow,
    .section_contents .content_block .block_content .btn:hover .arrow {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
.section_contents .content_block .block_content a.btn:hover .arrow svg polyline,
.section_contents .content_block .block_content .btn:hover .arrow svg polyline {
    stroke: #fff;
}
@media screen and (max-width: 1299px) {
    .section_contents .content_block .block_content a.btn:hover .arrow svg polyline,
    .section_contents .content_block .block_content .btn:hover .arrow svg polyline {
        stroke: #c6171e;
    }
}
.section_contents .content_block .block_content .block_btn a {
    margin: 0 auto;
}

#apply .section_contents .apply_nav .comment .main {
    margin-top: 40px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .comment .main {
        margin-top: 35px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .comment .main {
        margin-top: 30px;
        padding: 0 40px;
    }
}
#apply .section_contents .apply_nav .comment .main p,
#apply .section_contents .apply_nav .comment .main p span.b {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: center;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .comment .main p,
    #apply .section_contents .apply_nav .comment .main p span.b {
        font-size: 19px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .comment .main p,
    #apply .section_contents .apply_nav .comment .main p span.b {
        font-size: 16px;
    }
}
#apply .section_contents .apply_nav .comment .sub {
    margin-top: 10px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .comment .sub {
        margin-top: 8px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .comment .sub {
        margin-top: 6px;
    }
}
#apply .section_contents .apply_nav .comment .sub .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: center;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .comment .sub .text {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .comment .sub .text {
        font-size: 10px;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 0;
    width: 1000px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .apply_nav_ul {
        -webkit-column-gap: 2vw;
           -moz-column-gap: 2vw;
                column-gap: 2vw;
        row-gap: 20px;
        width: 76vw;
    }
}
@media screen and (max-width: 1079px) {
    #apply .section_contents .apply_nav .apply_nav_ul {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        width: 68vw;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .apply_nav .apply_nav_ul {
        width: 76vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .apply_nav_ul {
        -webkit-column-gap: 4vw;
           -moz-column-gap: 4vw;
                column-gap: 4vw;
        width: 84vw;
    }
}
@media screen and (max-width: 419px) {
    #apply .section_contents .apply_nav .apply_nav_ul {
        width: 92vw;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn {
    -webkit-transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #c6171e;
    border-radius: 25px;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn {
        height: 47px;
        border-radius: 23.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn {
        margin: 0 auto;
        width: 76vw;
        height: 44px;
        border-radius: 22px;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .text,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .text {
    -webkit-transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    margin-top: -2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .text,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .text {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .text,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .text {
        font-size: 14px;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .arrow,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .arrow {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    margin-left: 26px;
    width: 10px;
    height: 16px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .arrow,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .arrow {
        margin-left: 19px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .arrow,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .arrow {
        margin-left: 12px;
        width: 6px;
        height: 12px;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .arrow svg,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .arrow svg {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .arrow svg,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .arrow svg {
        width: 6px;
        height: 12px;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .arrow svg polyline,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .arrow svg polyline {
    -webkit-transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    fill: none;
    stroke: #c6171e;
    stroke-width: 2px;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .arrow svg.svg_arrow_8,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .arrow svg.svg_arrow_8 {
        display: none;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .arrow svg.svg_arrow_6,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .arrow svg.svg_arrow_6 {
    display: none;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .arrow svg.svg_arrow_6,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .arrow svg.svg_arrow_6 {
        display: block;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover {
    background-color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover {
        background-color: #fff;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover .text,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover .text {
    color: #fff;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover .text,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover .text {
        color: #c6171e;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover .arrow,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover .arrow,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover .arrow {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover .arrow svg polyline,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover .arrow svg polyline {
    stroke: #fff;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover .arrow svg polyline,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover .arrow svg polyline {
        stroke: #c6171e;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn {
    background-color: #717171;
    border: 1px solid #717171;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn {
        width: 24vw;
    }
}
@media screen and (max-width: 1079px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn {
        margin: 0 auto;
        width: 33vw;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn {
        width: 37vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn {
        width: 40vw;
    }
}
@media screen and (max-width: 419px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn {
        width: 44vw;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .text,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .text {
    color: #fff;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .text,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .text {
        font-size: 12px;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn .arrow svg polyline,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn .arrow svg polyline {
    stroke: #fff;
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover {
    background-color: #fff;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover {
        background-color: #717171;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover .text,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover .text {
    color: #717171;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover .text,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover .text {
        color: #fff;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover .arrow svg polyline,
#apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover .arrow svg polyline {
    stroke: #717171;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn a.btn:hover .arrow svg polyline,
    #apply .section_contents .apply_nav .apply_nav_ul li .block_btn .btn:hover .arrow svg polyline {
        stroke: #fff;
    }
}
#apply .section_contents .apply_nav .apply_nav_ul li:nth-of-type(7) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
}
@media screen and (max-width: 1079px) {
    #apply .section_contents .apply_nav .apply_nav_ul li:nth-of-type(7) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }
}
#apply .section_contents .link_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 50px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content {
        row-gap: 45px;
        width: 84vw;
    }
}
@media screen and (max-width: 1079px) {
    #apply .section_contents .link_content {
        row-gap: 40px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .link_content {
        row-gap: 35px;
        width: 76vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content {
        row-gap: 30px;
        width: 84vw;
    }
}
#apply .section_contents .link_content .link_item .block_btn a.btn,
#apply .section_contents .link_content .link_item .block_btn .btn {
    margin: 0 auto;
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn,
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn {
    -webkit-transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 620px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #c6171e;
    border-radius: 30px;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn {
        width: 50vw;
        height: 57px;
        border-radius: 28.5px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn {
        width: 68vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn {
        margin: 0 auto;
        width: 76vw;
        height: 54px;
        border-radius: 27px;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn .text,
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn .text {
    -webkit-transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    margin-top: -2px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn .text,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn .text {
        font-size: 21px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn .text,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn .text {
        font-size: 18px;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn .arrow,
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn .arrow {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    margin-left: 30px;
    width: 10px;
    height: 16px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn .arrow,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn .arrow {
        margin-left: 23px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn .arrow,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn .arrow {
        margin-left: 16px;
        width: 6px;
        height: 12px;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn .arrow svg,
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn .arrow svg {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn .arrow svg,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn .arrow svg {
        width: 6px;
        height: 12px;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn .arrow svg polyline,
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn .arrow svg polyline {
    -webkit-transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    fill: none;
    stroke: #c6171e;
    stroke-width: 2px;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn .arrow svg.svg_arrow_8,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn .arrow svg.svg_arrow_8 {
        display: none;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn .arrow svg.svg_arrow_6,
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn .arrow svg.svg_arrow_6 {
    display: none;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn .arrow svg.svg_arrow_6,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn .arrow svg.svg_arrow_6 {
        display: block;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn:hover,
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn:hover {
    background-color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn:hover,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn:hover {
        background-color: #fff;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn:hover .text,
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn:hover .text {
    color: #fff;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn:hover .text,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn:hover .text {
        color: #c6171e;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn:hover .arrow,
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn:hover .arrow,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn:hover .arrow {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn:hover .arrow svg polyline,
#apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn:hover .arrow svg polyline {
    stroke: #fff;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn:hover .arrow svg polyline,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn:hover .arrow svg polyline {
        stroke: #c6171e;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn {
        width: 76vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 a.btn,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_60 .btn {
        width: 84vw;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn,
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn {
    -webkit-transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 470px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #c6171e;
    border-radius: 25px;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn {
        height: 47px;
        border-radius: 23.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn {
        margin: 0 auto;
        width: 76vw;
        height: 44px;
        border-radius: 22px;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn .text,
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn .text {
    -webkit-transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    margin-top: -2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn .text,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn .text {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn .text,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn .text {
        font-size: 14px;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn .arrow,
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn .arrow {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    margin-left: 26px;
    width: 10px;
    height: 16px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn .arrow,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn .arrow {
        margin-left: 19px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn .arrow,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn .arrow {
        margin-left: 12px;
        width: 6px;
        height: 12px;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn .arrow svg,
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn .arrow svg {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn .arrow svg,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn .arrow svg {
        width: 6px;
        height: 12px;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn .arrow svg polyline,
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn .arrow svg polyline {
    -webkit-transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    fill: none;
    stroke: #c6171e;
    stroke-width: 2px;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn .arrow svg.svg_arrow_8,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn .arrow svg.svg_arrow_8 {
        display: none;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn .arrow svg.svg_arrow_6,
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn .arrow svg.svg_arrow_6 {
    display: none;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn .arrow svg.svg_arrow_6,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn .arrow svg.svg_arrow_6 {
        display: block;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn:hover,
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn:hover {
    background-color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn:hover,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn:hover {
        background-color: #fff;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn:hover .text,
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn:hover .text {
    color: #fff;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn:hover .text,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn:hover .text {
        color: #c6171e;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn:hover .arrow,
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn:hover .arrow,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn:hover .arrow {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn:hover .arrow svg polyline,
#apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn:hover .arrow svg polyline {
    stroke: #fff;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn:hover .arrow svg polyline,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn:hover .arrow svg polyline {
        stroke: #c6171e;
    }
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn {
        width: 40vw;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn {
        width: 68vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 a.btn,
    #apply .section_contents .link_content .link_item .block_btn.block_btn_50 .btn {
        width: 76vw;
    }
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_yellow a.btn,
#apply .section_contents .link_content .link_item .block_btn.block_btn_yellow .btn {
    background-color: #ffe200;
    border: none;
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_yellow a.btn .text,
#apply .section_contents .link_content .link_item .block_btn.block_btn_yellow .btn .text {
    color: #c6171e;
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_yellow a.btn .arrow svg polyline,
#apply .section_contents .link_content .link_item .block_btn.block_btn_yellow .btn .arrow svg polyline {
    stroke: #c6171e;
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_yellow a.btn:hover,
#apply .section_contents .link_content .link_item .block_btn.block_btn_yellow .btn:hover {
    background-color: #c6171e;
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_yellow a.btn:hover .text,
#apply .section_contents .link_content .link_item .block_btn.block_btn_yellow .btn:hover .text {
    color: #fff;
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_yellow a.btn:hover .arrow svg polyline,
#apply .section_contents .link_content .link_item .block_btn.block_btn_yellow .btn:hover .arrow svg polyline {
    stroke: #fff;
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_inactive a.btn,
#apply .section_contents .link_content .link_item .block_btn.block_btn_inactive .btn {
    pointer-events: none;
    background-color: #eaeaea;
    border: none;
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_inactive a.btn .text,
#apply .section_contents .link_content .link_item .block_btn.block_btn_inactive .btn .text {
    color: #9a9a9a;
}
#apply .section_contents .link_content .link_item .block_btn.block_btn_inactive a.btn .arrow svg polyline,
#apply .section_contents .link_content .link_item .block_btn.block_btn_inactive .btn .arrow svg polyline {
    stroke: #9a9a9a;
}
#apply .section_contents .link_content .link_item .comment {
    margin-top: 20px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .comment {
        margin-top: 15px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .comment {
        margin-top: 10px;
    }
}
#apply .section_contents .link_content .link_item .comment p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: center;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content .link_item .comment p {
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content .link_item .comment p {
        font-size: 10px;
    }
}
#apply .section_contents .link_content .link_item .comment p span.b {
    font-weight: 500;
}
#apply .section_contents .link_content .link_item .comment p a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #c6171e;
    text-decoration: underline;
}
#apply .section_contents .link_content .link_item .comment p a:hover {
    opacity: 0.5;
}
#apply .section_contents .link_content_top {
    margin: 70px auto 0;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content_top {
        margin-top: 55px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content_top {
        margin-top: 40px;
    }
}
#apply .section_contents .link_content_bottom {
    margin: 100px auto 0;
    margin-left: 100px;
    width: 1100px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .link_content_bottom {
        margin-top: 80px;
        margin-left: 4vw;
        width: 84vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .link_content_bottom {
        margin-top: 60px;
    }
}
#apply .section_contents .link_content_bottom .link_item:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
#apply .section_contents .deadline {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 755px 1fr;
    grid-template-columns: 755px 1fr;
    margin-top: 70px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline {
        -ms-grid-columns: calc((92vw - 245px) / 2 + 245px) 1fr;
        grid-template-columns: calc((92vw - 245px) / 2 + 245px) 1fr;
        margin-top: 55px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
}
#apply .section_contents .deadline .deadline_main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 445px 310px;
    grid-template-columns: 445px 310px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main {
        -ms-grid-columns: 1fr 245px;
        grid-template-columns: 1fr 245px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main {
        -ms-grid-columns: 1fr 170px 1fr;
        grid-template-columns: 1fr 170px 1fr;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_arrow {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_arrow svg {
    margin-right: 60px;
    width: 220px;
    height: 160px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_arrow svg {
        width: 135px;
        height: 98px;
    }
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_arrow svg {
        margin-right: 40px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_arrow svg {
        margin-right: 20px;
        width: 50px;
        height: 36px;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_arrow svg polyline {
    fill: none;
    stroke: #c6171e;
    stroke-width: 1px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_arrow svg polyline {
        stroke-width: 2px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_arrow svg polyline {
        stroke-width: 4px;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 310px;
    height: 310px;
    border: 1px solid #c6171e;
    border-radius: 50%;
    color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle {
        width: 245px;
        height: 245px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        width: 170px;
        height: 170px;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_circle .title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0em;
    text-align: center;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .title {
        font-size: 21.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .title {
        font-size: 18px;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_circle .year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-left: 35px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .year {
        margin-top: 14px;
        margin-left: 26px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .year {
        margin-top: 8px;
        margin-left: 18px;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_circle .year .num svg {
    width: 67px;
    height: 20px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .year .num svg {
        width: 52.5px;
        height: 16px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .year .num svg {
        width: 38px;
        height: 12px;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_circle .year .num svg .cls-1 {
    fill: #c6171e;
}
#apply .section_contents .deadline .deadline_main .deadline_circle .year .nen {
    margin-top: -3px;
    margin-left: 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .year .nen {
        margin-top: -2.5px;
        margin-left: 3px;
        font-size: 19px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .year .nen {
        margin-top: 0px;
        margin-left: 2px;
        font-size: 14px;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_circle .date {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 134px;
    height: 110px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .date {
        margin: 15px auto 6px;
        width: 97px;
        height: 81px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .date {
        margin: 10px auto 2px;
        width: 60px;
        height: 52px;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_circle .date .month {
    position: absolute;
    top: 0;
    left: 0;
}
#apply .section_contents .deadline .deadline_main .deadline_circle .date .month svg {
    width: 40px;
    height: 54px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .date .month svg {
        width: 29px;
        height: 39px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .date .month svg {
        width: 18px;
        height: 24px;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_circle .date .month svg .cls-1 {
    fill: #c6171e;
}
#apply .section_contents .deadline .deadline_main .deadline_circle .date .slash {
    margin-left: 18px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .date .slash {
        margin-left: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .date .slash {
        margin-left: 8px;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_circle .date .slash svg {
    width: 60px;
    height: 110px;
    stroke: #c6171e;
    stroke-width: 2px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .date .slash svg {
        width: 44px;
        height: 81px;
        stroke-width: 3px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .date .slash svg {
        width: 28px;
        height: 52px;
        stroke-width: 4px;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_circle .date .day {
    position: absolute;
    right: 0;
    bottom: 0;
}
#apply .section_contents .deadline .deadline_main .deadline_circle .date .day svg {
    width: 69px;
    height: 54px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .date .day svg {
        width: 50px;
        height: 39px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .date .day svg {
        width: 31px;
        height: 24px;
    }
}
#apply .section_contents .deadline .deadline_main .deadline_circle .date .day svg .cls-1 {
    fill: #c6171e;
}
#apply .section_contents .deadline .deadline_main .deadline_circle .date .week {
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    position: absolute;
    right: -6px;
    bottom: 66px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .date .week {
        font-size: 17.5px;
        bottom: 48px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_main .deadline_circle .date .week {
        font-size: 11px;
        right: -4px;
        bottom: 31px;
    }
}
#apply .section_contents .deadline .deadline_sub {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 20px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_sub {
        margin-left: 10px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_sub {
        margin-left: 0px;
        margin-top: 20px;
    }
}
#apply .section_contents .deadline .deadline_sub .deadline_comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_sub .deadline_comment {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
#apply .section_contents .deadline .deadline_sub .deadline_comment .kome {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_sub .deadline_comment .kome {
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_sub .deadline_comment .kome {
        font-size: 10px;
    }
}
#apply .section_contents .deadline .deadline_sub .deadline_comment .text {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .deadline .deadline_sub .deadline_comment .text {
        margin-left: 4px;
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .deadline .deadline_sub .deadline_comment .text {
        margin-left: 3px;
        font-size: 10px;
    }
}
#apply .section_contents .deadline .deadline_sub .deadline_comment .text span.b {
    font-weight: 500;
}
#apply .section_contents .block_content {
    margin-left: 100px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content {
        margin-left: 4vw;
        margin-right: 4vw;
    }
}
#apply .section_contents .block_content_regulation .regulation_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 250px 40px 1fr;
    grid-template-columns: 250px 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    min-height: 80px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .regulation_ul li {
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .block_content_regulation .regulation_ul li {
        -ms-grid-columns: 200px 1fr;
        grid-template-columns: 200px 1fr;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .regulation_ul li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
}
#apply .section_contents .block_content_regulation .regulation_ul li .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    border-bottom: 1px solid #c6171e;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .regulation_ul li .head {
        border-top: 1px solid #c6171e;
        padding: 9px 0 11px;
    }
}
#apply .section_contents .block_content_regulation .regulation_ul li .head h5,
#apply .section_contents .block_content_regulation .regulation_ul li .head h5 span.b {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: center;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .regulation_ul li .head h5,
    #apply .section_contents .block_content_regulation .regulation_ul li .head h5 span.b {
        font-size: 15px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .regulation_ul li .head h5,
    #apply .section_contents .block_content_regulation .regulation_ul li .head h5 span.b {
        font-size: 14px;
    }
}
#apply .section_contents .block_content_regulation .regulation_ul li .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .regulation_ul li .body {
        padding: 15px 0 0;
    }
}
#apply .section_contents .block_content_regulation .regulation_ul li .body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .regulation_ul li .body p {
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .regulation_ul li .body p {
        font-size: 12px;
    }
}
#apply .section_contents .block_content_regulation .regulation_ul li .body .p_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 12px 1fr;
    grid-template-columns: 12px 1fr;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .regulation_ul li .body .p_box {
        -ms-grid-columns: 10px 1fr;
        grid-template-columns: 10px 1fr;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .regulation_ul li .body .p_box {
        -ms-grid-columns: 8px 1fr;
        grid-template-columns: 8px 1fr;
    }
}
#apply .section_contents .block_content_regulation .regulation_ul li .body .p_box .maru,
#apply .section_contents .block_content_regulation .regulation_ul li .body .p_box .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .regulation_ul li .body .p_box .maru,
    #apply .section_contents .block_content_regulation .regulation_ul li .body .p_box .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .regulation_ul li .body .p_box .maru,
    #apply .section_contents .block_content_regulation .regulation_ul li .body .p_box .text {
        font-size: 12px;
    }
}
#apply .section_contents .block_content_regulation .regulation_ul li:nth-of-type(1) .head {
    border-top: 1px solid #c6171e;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .regulation_ul li:nth-of-type(1) .head {
        margin-top: 0;
    }
}
#apply .section_contents .block_content_regulation .link_item {
    width: 1000px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .link_item {
        margin: 0 auto;
        width: 76vw;
    }
}
#apply .section_contents .block_content_regulation .link_item .block_btn a.btn,
#apply .section_contents .block_content_regulation .link_item .block_btn .btn {
    -webkit-transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 470px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #c6171e;
    border-radius: 25px;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn {
        height: 47px;
        border-radius: 23.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn {
        margin: 0 auto;
        width: 76vw;
        height: 44px;
        border-radius: 22px;
    }
}
#apply .section_contents .block_content_regulation .link_item .block_btn a.btn .text,
#apply .section_contents .block_content_regulation .link_item .block_btn .btn .text {
    -webkit-transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    margin-top: -2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn .text,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn .text {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn .text,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn .text {
        font-size: 14px;
    }
}
#apply .section_contents .block_content_regulation .link_item .block_btn a.btn .arrow,
#apply .section_contents .block_content_regulation .link_item .block_btn .btn .arrow {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    margin-left: 26px;
    width: 10px;
    height: 16px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn .arrow,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn .arrow {
        margin-left: 19px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn .arrow,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn .arrow {
        margin-left: 12px;
        width: 6px;
        height: 12px;
    }
}
#apply .section_contents .block_content_regulation .link_item .block_btn a.btn .arrow svg,
#apply .section_contents .block_content_regulation .link_item .block_btn .btn .arrow svg {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn .arrow svg,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn .arrow svg {
        width: 6px;
        height: 12px;
    }
}
#apply .section_contents .block_content_regulation .link_item .block_btn a.btn .arrow svg polyline,
#apply .section_contents .block_content_regulation .link_item .block_btn .btn .arrow svg polyline {
    -webkit-transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    fill: none;
    stroke: #c6171e;
    stroke-width: 2px;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn .arrow svg.svg_arrow_8,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn .arrow svg.svg_arrow_8 {
        display: none;
    }
}
#apply .section_contents .block_content_regulation .link_item .block_btn a.btn .arrow svg.svg_arrow_6,
#apply .section_contents .block_content_regulation .link_item .block_btn .btn .arrow svg.svg_arrow_6 {
    display: none;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn .arrow svg.svg_arrow_6,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn .arrow svg.svg_arrow_6 {
        display: block;
    }
}
#apply .section_contents .block_content_regulation .link_item .block_btn a.btn:hover,
#apply .section_contents .block_content_regulation .link_item .block_btn .btn:hover {
    background-color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn:hover,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn:hover {
        background-color: #fff;
    }
}
#apply .section_contents .block_content_regulation .link_item .block_btn a.btn:hover .text,
#apply .section_contents .block_content_regulation .link_item .block_btn .btn:hover .text {
    color: #fff;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn:hover .text,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn:hover .text {
        color: #c6171e;
    }
}
#apply .section_contents .block_content_regulation .link_item .block_btn a.btn:hover .arrow,
#apply .section_contents .block_content_regulation .link_item .block_btn .btn:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn:hover .arrow,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn:hover .arrow {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
#apply .section_contents .block_content_regulation .link_item .block_btn a.btn:hover .arrow svg polyline,
#apply .section_contents .block_content_regulation .link_item .block_btn .btn:hover .arrow svg polyline {
    stroke: #fff;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_regulation .link_item .block_btn a.btn:hover .arrow svg polyline,
    #apply .section_contents .block_content_regulation .link_item .block_btn .btn:hover .arrow svg polyline {
        stroke: #c6171e;
    }
}
#apply .section_contents .menu_info {
    margin-top: 20px;
    padding-top: 80px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .menu_info {
        margin-top: 20px;
        padding-top: 55px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info {
        margin-top: 20px;
        padding-top: 30px;
    }
}
#apply .section_contents .menu_info .menu_info_title {
    padding: 6px 40px 8px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .menu_info .menu_info_title {
        padding: 6.5px 30px 8.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info .menu_info_title {
        padding: 7px 20px 9px;
    }
}
#apply .section_contents .menu_info .menu_info_title .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#apply .section_contents .menu_info .menu_info_title .bg .bar {
    margin-left: 22px;
    margin-right: 22px;
    border-top: 1px solid #c6171e;
    border-bottom: 1px solid #c6171e;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .menu_info .menu_info_title .bg .bar {
        margin-left: 21px;
        margin-right: 21px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info .menu_info_title .bg .bar {
        margin-left: 20px;
        margin-right: 20px;
    }
}
#apply .section_contents .menu_info .menu_info_title .bg .shape {
    position: absolute;
}
#apply .section_contents .menu_info .menu_info_title .bg .shape svg polyline {
    fill: none;
    stroke: #c6171e;
    stroke-width: 1px;
}
#apply .section_contents .menu_info .menu_info_title .bg .shape.shape_L {
    top: 0;
    left: 0;
}
#apply .section_contents .menu_info .menu_info_title .bg .shape.shape_R {
    top: 0;
    right: 0;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .menu_info .menu_info_title .bg .shape.shape_pc {
        display: none;
    }
}
#apply .section_contents .menu_info .menu_info_title .bg .shape.shape_tb {
    display: none;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .menu_info .menu_info_title .bg .shape.shape_tb {
        display: block;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info .menu_info_title .bg .shape.shape_tb {
        display: none;
    }
}
#apply .section_contents .menu_info .menu_info_title .bg .shape.shape_sp {
    display: none;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info .menu_info_title .bg .shape.shape_sp {
        display: block;
    }
}
#apply .section_contents .menu_info .menu_info_title h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0em;
    position: relative;
    text-align: center;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .menu_info .menu_info_title h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info .menu_info_title h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info .menu_info_title_S h4 {
        font-size: 14px;
        line-height: 24px;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
#apply .section_contents .menu_info .menu_info_content {
    margin-top: 50px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .menu_info .menu_info_content {
        margin-top: 35px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info .menu_info_content {
        margin-top: 20px;
    }
}
#apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul {
    display: -ms-grid;
    display: grid;
    row-gap: 10px;
}
#apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16px 5px 1fr;
    grid-template-columns: 16px 1fr;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li {
        -ms-grid-columns: 13px 4px 1fr;
        grid-template-columns: 13px 1fr;
        -webkit-column-gap: 4px;
           -moz-column-gap: 4px;
                column-gap: 4px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li {
        -ms-grid-columns: 10px 3px 1fr;
        grid-template-columns: 10px 1fr;
        -webkit-column-gap: 3px;
           -moz-column-gap: 3px;
                column-gap: 3px;
    }
}
#apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li .maru {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li .maru {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li .maru {
        font-size: 10px;
    }
}
#apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li p,
#apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li p span.b {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li p,
    #apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li p span.b {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li p,
    #apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li p span.b {
        font-size: 10px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li p br,
    #apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li p span.b br {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .menu_info .menu_info_content .menu_info_lead_ul li p span.b {
        display: inline;
    }
}
#apply .section_contents .booth {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 70px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth {
        row-gap: 60px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth {
        margin: 0 auto;
        width: 68vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth {
        row-gap: 50px;
        width: 84vw;
    }
}
#apply .section_contents .booth .booth_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 540px 60px 500px;
    grid-template-columns: 540px 500px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box {
        -ms-grid-columns: calc(40vw + 20px) 4vw calc(40vw - 20px);
        grid-template-columns: calc(40vw + 20px) calc(40vw - 20px);
        -webkit-column-gap: 4vw;
           -moz-column-gap: 4vw;
                column-gap: 4vw;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box {
        -ms-grid-columns: 68vw;
        grid-template-columns: 68vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box {
        -ms-grid-columns: 84vw;
        grid-template-columns: 84vw;
    }
}
#apply .section_contents .booth .booth_box .title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }
}
#apply .section_contents .booth .booth_box .title .title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .title .title_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
#apply .section_contents .booth .booth_box .title .title_wrap .title_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 70px;
    height: 44px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main {
        padding: 0 50px;
        height: 42px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main {
        padding: 0 30px;
        width: 84vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main {
        height: 40px;
    }
}
#apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .bar {
    margin-left: 22px;
    margin-right: 22px;
    background-color: #4d4d4d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .bar {
        margin-left: 21px;
        margin-right: 21px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .bar {
        margin-left: 20px;
        margin-right: 20px;
    }
}
#apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .shape {
    position: absolute;
}
#apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .shape svg polyline {
    fill: #4d4d4d;
}
#apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .shape.shape_L {
    top: 0;
    left: 0;
}
#apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .shape.shape_R {
    top: 0;
    right: 0;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .shape_pc {
        display: none;
    }
}
#apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .shape_tb {
    display: none;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .shape_tb {
        display: block;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .shape_tb {
        display: none;
    }
}
#apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .shape_sp {
    display: none;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main .bg .shape_sp {
        display: block;
    }
}
#apply .section_contents .booth .booth_box .title .title_wrap .title_main .text,
#apply .section_contents .booth .booth_box .title .title_wrap .title_main .text span.b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #fff;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    position: relative;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main .text,
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main .text span.b {
        font-size: 17.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main .text,
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main .text span.b {
        font-size: 15px;
        line-height: 1.3em;
        text-align: center;
    }
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main_S .text,
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main_S .text span.b {
        font-size: 16px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main_S .text,
    #apply .section_contents .booth .booth_box .title .title_wrap .title_main_S .text span.b {
        font-size: 13px;
    }
}
#apply .section_contents .booth .booth_box .title .title_wrap .title_sub {
    margin-left: 30px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_sub {
        margin-left: 20px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_sub {
        margin-top: 10px;
        margin-left: 0;
    }
}
#apply .section_contents .booth .booth_box .title .title_wrap .title_sub .text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #c6171e;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_sub .text {
        font-size: 19px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .title .title_wrap .title_sub .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .title .title_comment {
        margin-top: 10px;
    }
}
#apply .section_contents .booth .booth_box .title .title_comment .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .title .title_comment .text {
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .title .title_comment .text {
        font-size: 10px;
    }
}
#apply .section_contents .booth .booth_box .size {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    width: 540px;
    height: 60px;
    background-color: #f4f4f4;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .size {
        margin-top: 25px;
        width: 100%;
        height: 52px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .size {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .size {
        margin-top: 20px;
        height: 44px;
    }
}
#apply .section_contents .booth .booth_box .size .text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .size .text {
        font-size: 18.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .size .text {
        font-size: 15px;
    }
}
#apply .section_contents .booth .booth_box .image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .image {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }
}
#apply .section_contents .booth .booth_box .image .image_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 30px;
}
#apply .section_contents .booth .booth_box .image .image_ul li .image_title .text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .image .image_ul li .image_title .text {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .image .image_ul li .image_title .text {
        font-size: 14px;
    }
}
#apply .section_contents .booth .booth_box .image .image_ul li .image_content {
    margin-top: 30px;
    margin-left: 60px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .image .image_ul li .image_content {
        margin-top: 20px;
        margin-left: 45px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .image .image_ul li .image_content {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .image .image_ul li .image_content {
        margin-top: 20px;
        margin-left: -8vw;
        width: 100vw;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .image .image_ul li .image_content .img_pc {
        display: none;
    }
}
#apply .section_contents .booth .booth_box .image .image_ul li .image_content .img_mb {
    display: none;
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .image .image_ul li .image_content .img_mb {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
#apply .section_contents .booth .booth_box .info {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    margin-top: 30px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .info {
        margin-top: 25px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .info {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .info .price img {
        width: calc(40vw - 20px);
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .info .price img {
        width: 68vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .info .price img {
        width: 84vw;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .info .price .img_pc {
        display: none;
    }
}
#apply .section_contents .booth .booth_box .info .price .img_mb {
    display: none;
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .info .price .img_mb {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .info .price_1 img {
        height: calc((40vw - 20px) / 500 * 140);
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .info .price_1 img {
        height: 13.4028985507vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .info .price_1 img {
        height: 16.5565217391vw;
    }
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .info .price_2 img {
        height: calc((40vw - 20px) / 500 * 140);
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .info .price_2 img {
        height: 13.4028985507vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .info .price_2 img {
        height: 16.5565217391vw;
    }
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .info .price_3 img {
        height: calc((40vw - 20px) / 500 * 70);
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .info .price_3 img {
        height: 6.7014492754vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .info .price_3 img {
        height: 8.2782608696vw;
    }
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .info .price_4 img {
        height: calc((40vw - 20px) / 500 * 140);
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .info .price_4 img {
        height: 13.4028985507vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .info .price_4 img {
        height: 16.5565217391vw;
    }
}
#apply .section_contents .booth .booth_box .info .text_content {
    margin-top: 20px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .info .text_content {
        margin-top: 15px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .info .text_content {
        margin-top: 10px;
    }
}
#apply .section_contents .booth .booth_box .info .text_content .description p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .info .text_content .description p {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .info .text_content .description p {
        font-size: 10px;
    }
}
#apply .section_contents .booth .booth_box .info .text_content .description p .space_marusita {
    display: inline-block;
    width: 19.5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .info .text_content .description p .space_marusita {
        width: 16.5px;
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .info .text_content .description p .space_marusita {
        width: 13.5px;
        font-size: 10px;
    }
}
#apply .section_contents .booth .booth_box .info .text_content .comment {
    margin-top: 20px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .info .text_content .comment {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .info .text_content .comment {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
#apply .section_contents .booth .booth_box .info .text_content .comment p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .info .text_content .comment p {
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .info .text_content .comment p {
        font-size: 10px;
    }
}
#apply .section_contents .booth .booth_box .info .text_content .comment p .space_komesita {
    display: inline-block;
    width: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .info .text_content .comment p .space_komesita {
        width: 14px;
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .info .text_content .comment p .space_komesita {
        width: 12px;
        font-size: 10px;
    }
}
#apply .section_contents .booth .booth_box .facility {
    margin-top: 50px;
    margin-left: 140px;
    width: 960px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .facility {
        margin-top: 40px;
        margin-left: 0;
        width: 84vw;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .facility {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6;
        width: 68vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .facility {
        margin-top: 30px;
        width: 84vw;
    }
}
#apply .section_contents .booth .booth_box .facility .title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
#apply .section_contents .booth .booth_box .facility .title h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .facility .title h5 {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .facility .title h5 {
        font-size: 14px;
    }
}
#apply .section_contents .booth .booth_box .facility .content {
    margin-top: 30px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .facility .content {
        margin-top: 25px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .facility .content {
        margin-top: 20px;
    }
}
#apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li {
        -ms-grid-columns: 2fr 1fr 1fr 1fr;
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li:nth-of-type(1) {
        border-top: 1px solid #000;
    }
}
#apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .text,
#apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .text span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0em;
    text-align: center;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .text,
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .text span {
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .text,
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .text span {
        font-size: 12px;
    }
}
#apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .head {
    padding: 12px 20px;
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .head {
        padding: 12px 0;
    }
}
#apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .booth {
    padding: 12px 20px;
    width: auto;
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .booth {
        padding: 12px 0;
    }
}
#apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .booth .text {
    letter-spacing: 1em;
}
@media screen and (max-width: 859px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .booth .text {
        letter-spacing: 0.3em;
    }
}
#apply .section_contents .booth .booth_box .facility .content .facility_chart .facility_chart_ul li .booth .text span.text_set {
    letter-spacing: 0;
}
#apply .section_contents .booth .booth_box .facility .content .facility_chart .comment {
    margin-top: 20px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment {
        margin-top: 15px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment {
        margin-top: 10px;
    }
}
#apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 14px 1fr;
    grid-template-columns: 14px 1fr;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box {
        -ms-grid-columns: 12px 1fr;
        grid-template-columns: 12px 1fr;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box {
        -ms-grid-columns: 10px 1fr;
        grid-template-columns: 10px 1fr;
    }
}
#apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box .maru,
#apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box .kome,
#apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box .maru,
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box .kome,
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box .text {
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box .maru,
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box .kome,
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box .text {
        font-size: 10px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box .maru br,
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box .kome br,
    #apply .section_contents .booth .booth_box .facility .content .facility_chart .comment .p_box .text br {
        display: none;
    }
}
#apply .section_contents .form_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 100px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .form_ul {
        margin-left: 4vw;
        margin-right: 4vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .form_ul {
        row-gap: 10px;
        margin-left: 0;
        margin-right: -30px;
    }
}
#apply .section_contents .form_ul .form_li .li_title h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .form_ul .form_li .li_title h5 {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .form_ul .form_li .li_title h5 {
        font-size: 14px;
    }
}
#apply .section_contents .form_ul .form_li .li_content {
    margin-top: 25px;
    margin-left: 25px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .form_ul .form_li .li_content {
        margin-top: 22px;
        margin-left: 4vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .form_ul .form_li .li_content {
        margin-top: 20px;
    }
}
#apply .section_contents .form_ul .form_li .li_content .form_box_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li {
    margin-right: 50px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li {
        margin-right: 40px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li {
        margin-right: 30px;
        margin-bottom: 20px;
    }
}
#apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 50%;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head .num {
        width: 21px;
        height: 21px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head .num {
        width: 18px;
        height: 18px;
    }
}
#apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head .num .text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0em;
    color: #fff;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head .num .text {
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head .num .text {
        font-size: 11px;
    }
}
#apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head .content {
    margin-left: 7px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head .content {
        margin-left: 5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head .content {
        margin-left: 3px;
    }
}
#apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head .content .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0em;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head .content .text {
        font-size: 13.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .head .content .text {
        font-size: 11px;
    }
}
#apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .body {
    margin-top: 15px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .body {
        margin-top: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .body {
        margin-top: 10px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .body .shape img.img_pc {
        display: none;
    }
}
#apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .body .shape img.img_mb {
    display: none;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .form_ul .form_li .li_content .form_box_ul .form_box_li .body .shape img.img_mb {
        display: block;
    }
}
#apply .section_contents .form_ul .form_li:nth-of-type(3) .li_content .form_box_ul .form_box_li:nth-last-of-type(1) {
    margin-bottom: 0;
}
#apply .section_contents .block_content_seminar .lead p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .block_content_seminar .lead p {
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .block_content_seminar .lead p {
        font-size: 12px;
    }
}
#apply .section_contents .swipe {
    display: none;
}
@media screen and (max-width: 1079px) {
    #apply .section_contents .swipe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 23px;
    }
}
#apply .section_contents .swipe .baloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px;
    height: 30px;
    background-color: #c6171e;
    position: relative;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .swipe .baloon {
        width: 160px;
    }
}
#apply .section_contents .swipe .baloon .arrow {
    width: 16px;
    height: 14px;
    position: absolute;
    top: calc(100% - 1px);
    left: 17px;
}
#apply .section_contents .swipe .baloon .arrow svg {
    fill: #c6171e;
}
#apply .section_contents .swipe .baloon .text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    position: relative;
    color: #fff;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .swipe .baloon .text {
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .swipe .baloon .text {
        font-size: 10px;
    }
}
#apply .section_contents .swipe .arrow_LR {
    margin-top: 3px;
    margin-left: 15px;
}
#apply .section_contents .seminar_chart {
    margin-top: 70px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .seminar_chart {
        margin-top: 60px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .seminar_chart {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .seminar_chart .seminar_chart_ul {
        margin-left: -8vw;
        width: 100vw;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
#apply .section_contents .seminar_chart .seminar_chart_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 260px 420px 420px;
    grid-template-columns: 260px 420px 420px;
    width: 1100px;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .seminar_chart .seminar_chart_ul li {
        -ms-grid-columns: 230px 360px 360px;
        grid-template-columns: 230px 360px 360px;
        margin-left: 8vw;
        margin-right: 8vw;
        width: 950px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .seminar_chart .seminar_chart_ul li {
        -ms-grid-columns: 200px 300px 300px;
        grid-template-columns: 200px 300px 300px;
        width: 800px;
    }
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .text {
    display: inline-block;
    padding: 7px 20px 9px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .seminar_chart .seminar_chart_ul li .text {
        padding: 7px 15px 9px;
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .seminar_chart .seminar_chart_ul li .text {
        padding: 7px 10px 9px;
        font-size: 12px;
    }
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .kome {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0em;
    position: absolute;
    top: 5px;
    right: 25px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .seminar_chart .seminar_chart_ul li .kome {
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .seminar_chart .seminar_chart_ul li .kome {
        font-size: 10px;
    }
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .head::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #000, #000 2px, transparent 2px, transparent 4px);
    background-size: 1px 4px;
    background-position: right top;
    background-repeat: repeat-y;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .head .text {
    position: relative;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .session {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .session::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #000, #000 2px, transparent 2px, transparent 4px);
    background-size: 1px 4px;
    background-position: right top;
    background-repeat: repeat-y;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .seminar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .grid_wrap {
    display: block;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .grid_wrap .grid_block .grid_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .bg_gray_1 {
    background-color: #f4f4f4;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .bg_gray_1 .text,
#apply .section_contents .seminar_chart .seminar_chart_ul li .bg_gray_1 .kome {
    color: #fff;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .bg_red {
    background-color: #c6171e;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .bg_red .text,
#apply .section_contents .seminar_chart .seminar_chart_ul li .bg_red .kome {
    color: #fff;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .bg_gray_2 {
    background-color: #717171;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .bg_gray_2 .text,
#apply .section_contents .seminar_chart .seminar_chart_ul li .bg_gray_2 .kome {
    color: #fff;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .grid_yoko_2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .grid_yoko_2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .grid_yoko_2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .grid_yoko_2 .grid_block.height_full {
    height: 100%;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .grid_yoko_2 .grid_block.height_full .grid_container {
    height: 100%;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .grid_yoko_3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-flex-line-pack: center;
        align-content: center;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .border_B {
    border-bottom: 1px solid #000;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .border_R {
    background-image: linear-gradient(to bottom, #000, #000 2px, transparent 2px, transparent 4px);
    background-size: 1px 4px;
    background-position: right top;
    background-repeat: repeat-y;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .border_W {
    border-color: #fff;
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .border_white {
    background-image: linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 4px);
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .height_2 {
    height: calc(3em + 16px);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .seminar_chart .seminar_chart_ul li .height_2 {
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .seminar_chart .seminar_chart_ul li .height_2 {
        font-size: 12px;
    }
}
#apply .section_contents .seminar_chart .seminar_chart_ul li .weight_bold .text {
    font-weight: 700;
}
#apply .section_contents .seminar_chart .comment {
    margin-top: 20px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .seminar_chart .comment {
        margin-top: 15px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .seminar_chart .comment {
        margin-top: 10px;
    }
}
#apply .section_contents .seminar_chart .comment p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .seminar_chart .comment p {
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .seminar_chart .comment p {
        font-size: 10px;
    }
}
#apply .section_contents .time_table {
    margin-top: 100px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table {
        margin-top: 80px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table {
        margin-top: 60px;
    }
}
#apply .section_contents .time_table .time_table_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul {
        -webkit-column-gap: 4vw;
           -moz-column-gap: 4vw;
                column-gap: 4vw;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .time_table .time_table_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
}
#apply .section_contents .time_table .time_table_ul li .li_title {
    padding: 6px 20px 8px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul li .li_title {
        padding: 6px 18px 9.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_title {
        padding: 9px 20px 10px;
    }
}
#apply .section_contents .time_table .time_table_ul li .li_title h5,
#apply .section_contents .time_table .time_table_ul li .li_title h5 span.b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul li .li_title h5,
    #apply .section_contents .time_table .time_table_ul li .li_title h5 span.b {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_title h5,
    #apply .section_contents .time_table .time_table_ul li .li_title h5 span.b {
        font-size: 14px;
    }
}
#apply .section_contents .time_table .time_table_ul li .li_content {
    margin-top: 20px;
}
#apply .section_contents .time_table .time_table_ul li .li_content .title h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .title h4 {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .title h4 {
        font-size: 14px;
    }
}
#apply .section_contents .time_table .time_table_ul li .li_content .title h4 .maru {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .title h4 .maru {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .title h4 .maru {
        font-size: 14px;
    }
}
#apply .section_contents .time_table .time_table_ul li .li_content .chart {
    margin-top: 20px;
    width: 100%;
}
#apply .section_contents .time_table .time_table_ul li .li_content .chart img {
    width: 520px;
    height: 240px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .chart img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .chart img {
        width: 100%;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .chart img.img_pc {
        display: none;
    }
}
#apply .section_contents .time_table .time_table_ul li .li_content .chart img.img_mb {
    display: none;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .chart img.img_mb {
        display: block;
    }
}
#apply .section_contents .time_table .time_table_ul li .li_content .comment {
    margin-top: 10px;
}
#apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16px 4px 1fr;
    grid-template-columns: 16px 1fr;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box {
        -ms-grid-columns: 13px 3px 1fr;
        grid-template-columns: 13px 1fr;
        -webkit-column-gap: 3px;
           -moz-column-gap: 3px;
                column-gap: 3px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box {
        -ms-grid-columns: 10px 2px 1fr;
        grid-template-columns: 10px 1fr;
        -webkit-column-gap: 2px;
           -moz-column-gap: 2px;
                column-gap: 2px;
    }
}
#apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box .maru {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box .maru {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box .maru {
        font-size: 10px;
    }
}
#apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box .text,
#apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box .text span.b {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box .text,
    #apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box .text span.b {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box .text,
    #apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box .text span.b {
        font-size: 10px;
    }
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment .comment_box .text span.b {
        display: inline;
    }
}
#apply .section_contents .time_table .time_table_ul li .li_content .comment p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment p {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment p {
        font-size: 10px;
    }
}
#apply .section_contents .time_table .time_table_ul li .li_content .comment p .maru {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment p .maru {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment p .maru {
        font-size: 10px;
    }
}
#apply .section_contents .time_table .time_table_ul li .li_content .comment p .space_marusita {
    display: inline-block;
    width: 1em;
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment p .space_marusita {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .time_table .time_table_ul li .li_content .comment p .space_marusita {
        font-size: 10px;
    }
}
#apply .section_contents .time_table .time_table_ul li:nth-of-type(1) .li_title {
    background-color: #c6171e;
}
#apply .section_contents .time_table .time_table_ul li:nth-of-type(1) .li_content .title h4 .maru {
    color: #c6171e;
}
#apply .section_contents .time_table .time_table_ul li:nth-of-type(1) .li_content .comment .comment_box .maru {
    color: #c6171e;
}
#apply .section_contents .time_table .time_table_ul li:nth-of-type(2) .li_title {
    background-color: #717171;
}
#apply .section_contents .time_table .time_table_ul li:nth-of-type(2) .li_content .title h4 .maru {
    color: #717171;
}
#apply .section_contents .time_table .time_table_ul li:nth-of-type(2) .li_content .comment .comment_box .maru {
    color: #717171;
}
#apply .section_contents .plan {
    margin-top: 20px;
    padding: 0 60px 60px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan {
        padding: 0 40px 50px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .plan {
        margin-left: auto;
        margin-right: auto;
        width: 68vw;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan {
        padding: 0 20px 40px;
        width: 100%;
    }
}
#apply .section_contents .plan .bg {
    background-color: #f7f5ed;
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .bg {
        top: 60px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .bg {
        top: 40px;
    }
}
#apply .section_contents .plan .plan_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul {
        -webkit-column-gap: 4vw;
           -moz-column-gap: 4vw;
                column-gap: 4vw;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .plan .plan_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
#apply .section_contents .plan .plan_ul .plan_li {
    padding-top: 80px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li {
        padding-top: 60px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li {
        padding-top: 40px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 0 10px;
    width: 200px;
    background-color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_title {
        width: 175px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_title {
        margin: 0 auto;
        padding: 10px 0 10px;
        width: 150px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_title h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #fff;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_title h5 {
        font-size: 15.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_title h5 {
        font-size: 13px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content {
    margin-top: 40px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content {
        margin-top: 30px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content {
        margin-top: 20px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .head h4,
#apply .section_contents .plan .plan_ul .plan_li .li_content .head h4 span.b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0em;
    color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .head h4,
    #apply .section_contents .plan .plan_ul .plan_li .li_content .head h4 span.b {
        font-size: 17.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .head h4,
    #apply .section_contents .plan .plan_ul .plan_li .li_content .head h4 span.b {
        font-size: 15px;
        text-align: center;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .head_sub {
    margin-top: 10px;
    margin-left: 40px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .head_sub {
        margin-left: 20px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .head_sub {
        margin-left: 0;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .head_sub h5,
#apply .section_contents .plan .plan_ul .plan_li .li_content .head_sub h5 span.b {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0em;
    color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .head_sub h5,
    #apply .section_contents .plan .plan_ul .plan_li .li_content .head_sub h5 span.b {
        font-size: 14.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .head_sub h5,
    #apply .section_contents .plan .plan_ul .plan_li .li_content .head_sub h5 span.b {
        font-size: 13px;
        text-align: center;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .body {
    margin-top: 20px;
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .body p {
        font-size: 14px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .body p {
        text-align: justify;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .body p {
        font-size: 12px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme {
    margin-top: 25px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme {
        margin-top: 22px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme {
        margin-top: 20px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 36px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title {
        width: 180px;
        height: 32px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title {
        margin: 0 auto;
        width: 160px;
        height: 28px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title .bg svg polygon {
    fill: #717171;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title .bg .svg_pc {
        display: none;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title .bg .svg_tb {
    display: none;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title .bg .svg_tb {
        display: block;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title .bg .svg_tb {
        display: none;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title .bg .svg_sp {
    display: none;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title .bg .svg_sp {
        display: block;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title .text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #fff;
    position: relative;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_title .text {
        font-size: 11px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content {
    margin-top: 20px;
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 20px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        row-gap: 16px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul {
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
        row-gap: 12px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul li {
        height: 36px;
        border-radius: 18px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul li {
        height: 30px;
        border-radius: 15px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul li .text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #c6171e;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul li .text {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul li .text {
        font-size: 10px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul li:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul li:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul li:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul li:nth-of-type(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul li:nth-of-type(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .theme .theme_content ul li:nth-of-type(6) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .price {
    margin-top: 30px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price {
        margin-top: 25px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price {
        margin-top: 20px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 170px;
    grid-template-columns: 1fr 170px;
    padding: 12px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box {
        -ms-grid-columns: 1fr 135px;
        grid-template-columns: 1fr 135px;
        padding: 10px 0;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box {
        -ms-grid-columns: 1fr 100px;
        grid-template-columns: 1fr 100px;
        padding: 8px 0;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_title .text,
#apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_title .text span.b {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: center;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_title .text,
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_title .text span.b {
        font-size: 14.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_title .text,
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_title .text span.b {
        font-size: 13px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_content .text,
#apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_content .text span.b {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: center;
    color: #c6171e;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_content .text,
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_content .text span.b {
        font-size: 14.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_content .text,
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .price_box .price_content .text span.b {
        font-size: 13px;
    }
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .price .comment {
    margin-top: 15px;
}
#apply .section_contents .plan .plan_ul .plan_li .li_content .price .comment p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .comment p {
        font-size: 12px;
    }
}
@media screen and (max-width: 859px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .comment p {
        text-align: justify;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .plan .plan_ul .plan_li .li_content .price .comment p {
        font-size: 10px;
    }
}
#apply .section_contents .option_chart {
    margin-top: 50px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart {
        margin-top: 35px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .option_chart {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .option_chart_ul {
        margin-left: -8vw;
        width: 100vw;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
#apply .section_contents .option_chart .option_chart_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 290px 250px 560px;
    grid-template-columns: 290px 250px 560px;
    width: 1100px;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .option_chart_ul li {
        -ms-grid-columns: 245px 185px 500px;
        grid-template-columns: 245px 185px 500px;
        margin-left: 8vw;
        margin-right: 8vw;
        width: 930px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .option_chart .option_chart_ul li {
        -ms-grid-columns: 200px 120px 440px;
        grid-template-columns: 200px 120px 440px;
        width: 760px;
    }
}
#apply .section_contents .option_chart .option_chart_ul li:nth-of-type(1) {
    background-color: #f4f4f4;
    border-bottom: none;
}
#apply .section_contents .option_chart .option_chart_ul li:nth-of-type(1) .text {
    font-weight: 700;
    text-align: center;
}
#apply .section_contents .option_chart .option_chart_ul li .text {
    padding: 12px 20px 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .option_chart_ul li .text {
        padding: 12px 15px 14px;
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .option_chart .option_chart_ul li .text {
        padding: 12px 10px 14px;
        font-size: 12px;
    }
}
#apply .section_contents .option_chart .option_chart_ul li .text span.chart_maru {
    display: inline-block;
    width: 16px;
    text-align: center;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .option_chart_ul li .text span.chart_maru {
        width: 14px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .option_chart .option_chart_ul li .text span.chart_maru {
        width: 12px;
    }
}
#apply .section_contents .option_chart .option_chart_ul li .text span.space_marusita, #apply .section_contents .option_chart .option_chart_ul li .text span.space_komesita {
    display: inline-block;
    width: 16px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .option_chart_ul li .text span.space_marusita, #apply .section_contents .option_chart .option_chart_ul li .text span.space_komesita {
        width: 14px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .option_chart .option_chart_ul li .text span.space_marusita, #apply .section_contents .option_chart .option_chart_ul li .text span.space_komesita {
        width: 12px;
    }
}
#apply .section_contents .option_chart .option_chart_ul li .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#apply .section_contents .option_chart .option_chart_ul li .head .text {
    text-align: center;
}
#apply .section_contents .option_chart .option_chart_ul li .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#apply .section_contents .option_chart .option_chart_ul li .price .text {
    text-align: center;
}
@media screen and (max-width: 639px) {
    #apply .section_contents .option_chart .option_chart_ul li .outline {
        padding-left: 20px;
    }
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn {
    margin-top: 0;
    padding: 6px 0 20px 20px;
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn,
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn {
    -webkit-transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 370px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #c6171e;
    border-radius: 20px;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn,
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn {
        height: 37px;
        border-radius: 18.5px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn,
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn {
        width: auto;
        height: 34px;
        border-radius: 17px;
    }
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn .text,
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn .text {
    -webkit-transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    margin-top: -2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    color: #c6171e;
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn .arrow,
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn .arrow {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    margin-left: 15px;
    width: 6px;
    height: 12px;
    position: relative;
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn .arrow svg,
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn .arrow svg {
    position: absolute;
    top: 0;
    left: 0;
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn .arrow svg polyline,
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn .arrow svg polyline {
    -webkit-transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: stroke 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    fill: none;
    stroke: #c6171e;
    stroke-width: 2px;
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn:hover,
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn:hover {
    background-color: #c6171e;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn:hover,
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn:hover {
        background-color: #fff;
    }
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn:hover .text,
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn:hover .text {
    color: #fff;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn:hover .text,
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn:hover .text {
        color: #c6171e;
    }
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn:hover .arrow,
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn:hover .arrow,
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn:hover .arrow {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn:hover .arrow svg polyline,
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn:hover .arrow svg polyline {
    stroke: #fff;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn:hover .arrow svg polyline,
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn .btn:hover .arrow svg polyline {
        stroke: #c6171e;
    }
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn {
    margin-left: 0;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn {
        width: 320px;
    }
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn .text {
    padding: 0;
}
#apply .section_contents .option_chart .option_chart_ul li .outline .btn_wrap .block_btn a.btn .arrow svg {
    display: block;
}
#apply .section_contents .option_chart .comment {
    margin-top: 20px;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .comment {
        margin-top: 15px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .option_chart .comment {
        margin-top: 10px;
    }
}
#apply .section_contents .option_chart .comment p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
}
@media screen and (max-width: 1299px) {
    #apply .section_contents .option_chart .comment p {
        font-size: 12px;
    }
}
@media screen and (max-width: 639px) {
    #apply .section_contents .option_chart .comment p {
        font-size: 10px;
    }
}
/*# sourceMappingURL=style.css.map */