@charset "utf-8";
/*------------ mv ------------*/
.sec_mv {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sec_mv img {
    max-width: 100%;
}

.sec_mv h1{
    display: inline-block;
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 1.32;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 2px solid #ffffff;
}

/*------------ breadcrumbs ------------*/

.breadcrumbs {
    background-color: #e6e9f2;
}

.breadcrumbs_inner {
    overflow-x: auto;
    overflow-y: hidden;
}

.breadcrumbs ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px 0 12px;
    white-space: nowrap;
}

.breadcrumbs ul li {
    list-style-type: none;
    font-size: 1.4rem;
    color: #000;
    position: relative;
    padding-left: 28px;
}

.breadcrumbs ul li:before {
    content: '>';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    line-height: 1.4;
}

.breadcrumbs ul li:first-of-type {
    padding-left: 22px;
}

.breadcrumbs ul li:first-of-type:before {
    content: '';
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 13px;
    background: url("../img/sub/home_icon.png") no-repeat center;
}

.breadcrumbs ul li a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid transparent;
}

.breadcrumbs ul li a:hover {
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 1024px) {
    /*------------ mv ------------*/
    .sec_mv {
        height: 380px;
    }

    .sec_mv h1{
        font-size: 4rem;
    }
}

@media only screen and (max-width: 768px) {

    /*------------ mv ------------*/

    .sec_mv {
        height: 350px;
    }

    .sec_mv h1{
        font-size: 3.6rem;
    }
}

@media only screen and (max-width: 480px) {

    /*------------ mv ------------*/

    .sec_mv {
        height: 300px;
    }

    .sec_mv h1{
        font-size: 3rem;
        padding-bottom: 10px;
    }
}

/* ---------------- subPages start ----------------*/
.subPages ul, .subPages ol {
    list-style: none;
}

.subPages .h2_with_border01 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #1e2d5a;
    line-height: 1.41;
    padding-bottom: 12px;
    border-bottom: 2px solid #a02328;
}

.subPages .sec_common {
    padding: 115px 0;
}

.subPages .sub_txt_fwb {
    font-weight: bold;
}

.subPages .sub_txt_fs22 {
    font-size: 2.2rem;
}

.subPages .sub_txt_fs20 {
    font-size: 2rem;
}

.subPages .sub_txt_fs18 {
    font-size: 1.8rem;
}

.subPages .sub_box01 {
    padding: 30px 47px;
    background-color: #e6e9f2;
}

.subPages .sub_txt_fs16 {
    font-size: 1.6rem;
}

.subPages .sub_link01 {
    color: #30302f;
    text-decoration: underline;
}

.subPages .sub_link01:hover {
    color: #1e2d5a;
}

.subPages .txt_content {
    margin-top: 20px;
}

.subPages .sub_txt01, .subPages .sub_txt02, .subPages .sub_txt03 {
    color: #30302f;
}

.subPages .sub_txt01 {
    line-height: 1.27;
}

.subPages .sub_txt02 {
    line-height: 2.12;
}

.subPages .sub_txt03 {
    line-height: 1.75;
}

.subPages .sub_txt_mb8 {
    margin-bottom: 8px;
}

.subPages .sub_txt_color01 {
    color: #1e2d5a;
}

.subPages .sub_txt_red {
    color: #e52138;
}

.subPages .sub_btn01 {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 490px;
    height: 82px;
    max-width: 100%;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 41px;
    -moz-border-radius: 41px;
    border-radius: 41px;
    background-color: #1e2d5a;
    margin: 45px auto;
}

.subPages .sub_btn01:hover {
    opacity: 0.7;
}

.subPages .sub_list01 > li:not(:last-of-type) {
    margin-bottom: 68px;
}

.subPages .sub_item_list01 > li {
    position: relative;
    padding-left: 16px;
}

.subPages .sub_item_list01 > li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}

.subPages .sub_txt_annotation01 {
    display: -webkit-flex;
    display: flex;
}

.subPages .sub_txt_annotation01::before {
    content: '※';
    flex: none;
}

@media screen and (max-width: 1024px) {
    .subPages .sec_common {
        padding: 100px 0;
    }

    .subPages .sub_btn01 {
        width: 470px;
        height: 78px;
    }
}

@media screen and (max-width: 1023px) {
    .subPages .h2_with_border01 {
        font-size: 2.2rem;
    }

    .subPages .sub_txt_fs22 {
        font-size: 2rem;
    }

    .subPages .sub_txt_fs20 {
        font-size: 1.9rem;
    }

    .subPages .sub_txt_fs18 {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 768px) {
    .subPages .sec_common {
        padding: 80px 0;
    }

    .subPages .sub_list01 > li:not(:last-of-type) {
        margin-bottom: 50px;
    }

    .subPages .sub_btn01 {
        width: 400px;
        height: 70px;
    }
}

@media screen and (max-width: 767px) {
    .subPages .h2_with_border01 {
        font-size: 2rem;
    }

    .subPages .sub_txt_fs22 {
        font-size: 1.9rem;
    }

    .subPages .sub_txt_fs20 {
        font-size: 1.8rem;
    }

    .subPages .sub_txt_fs18 {
        font-size: 1.6rem;
    }

    .subPages .sub_txt_fs16 {
        font-size: 1.4rem;
    }

    .subPages .sub_item_list01 > li {
        padding-left: 14px;
    }
}

@media screen and (max-width: 480px) {
    .subPages .sec_common {
        padding: 60px 0;
    }

    .subPages .sub_list01 > li:not(:last-of-type) {
        margin-bottom: 40px;
    }

    .subPages .sub_txt_fs22 {
        font-size: 1.8rem;
    }

    .subPages .sub_txt_fs20 {
        font-size: 1.7rem;
    }

    .subPages .h2_with_border01 {
        padding-bottom: 8px;
    }

    .subPages .txt_content {
        margin-top: 15px;
    }

    .subPages .sub_txt02 {
        line-height: 1.8;
    }

    .subPages .sub_txt_mb8 {
        margin-bottom: 6px;
    }

    .subPages .sub_btn01 {
        width: 350px;
        height: 65px;
        padding-top: 3px;
    }

    .subPages .sub_btn01 {
        border: 2px solid transparent;
    }

    .subPages .sub_btn01:hover {
        border: 2px solid #1a8981;
    }
}

/* ---------------- greeting start ----------------*/
.greeting .sec_mv {
    background-image: url(../img/sub/greeting_mv.png);
}

.greeting .sec01 {
    padding: 115px 0;
    background-color: #fff;
}

.greeting .sec01 .cont {
    background-color: #e6e9f2;
    padding: 50px 7% 50px;
}

.greeting .sec01 .cont p {
    font-size: 1.8rem;
    color: #30302f;
    line-height: 2.3;
}

.greeting .sec01 .cont p {
    text-indent: 20px;
}

.greeting .sec01 .cont .ibox {
    text-align: center;
}

.greeting .sec01 .cont .ibox img {
    display: block;
    width: 500px;
    margin: 20px auto 0;
    max-width: 100%;
}

.greeting .sec01 .cont .bottom_box {
    text-align: right;
}

.greeting .sec01 .cont ul {
    display: inline-block;
    margin-top: 12px;
}

.greeting .sec01 .cont ul li {
    list-style-type: none;
    text-align: right;
    font-size: 2.2rem;
    font-weight: bold;
    color: #1e2d5a;
}

.greeting .sec01 .cont ul li.tal_left {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .greeting .sec01 {
        padding: 100px 0;
    }

    .greeting .sec01 .cont {
        padding: 45px 7% 45px;
    }

    .greeting .sec01 .cont p {
        line-height: 2.2;
    }
}

@media screen and (max-width: 768px) {
    .greeting .sec01 {
        padding: 80px 0;
    }

    .greeting .sec01 .cont {
        padding: 40px 6% 40px;
    }

    .greeting .sec01 .cont p {
        line-height: 2.1;
    }
}

@media screen and (max-width: 767px) {
    .greeting .sec01 .cont ul li br {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .greeting .sec01 {
        padding: 60px 0;
    }

    .greeting .sec01 .cont {
        padding: 35px 5% 35px;
    }

    .greeting .sec01 .cont p {
        font-size: 1.6rem;
        line-height: 2;
    }

    .greeting .sec01 .cont ul li {
        font-size: 2rem;
    }
}

/* ---------------- submission start ----------------*/
.submission .sec_mv {
    background-image: url("../img/sub/submission_mv.png");
}

.submission .submission_mb12 {
    margin-bottom: 12px;
}

.submission .submission_mt23 {
    margin-top: 23px;
}

.submission .item_list01_box {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
}

.submission .item_list01 {
    width: calc(50% - 20px);
}

.submission .item_list01:first-of-type {
    margin-right: 40px;
}

.submission .item_list01 > li {
    display: -webkit-flex;
    display: flex;
    color: #ffffff;
    margin-bottom: 2px;
}

.submission .item_list01 > li > .num {
    flex: none;
    width: 131px;
    max-width: 24.5%;
    background-color: #e6e9f2;
    margin-right: 2px;
    padding: 10px 10px 9px;
    text-align: center;
    color: #1e2d5a;
}

.submission .item_list01 > li > .txt {
    flex: auto;
    background-color: #1e2d5a;
    padding: 10px 50px 9px;
}

.submission .submission_table {
    margin-top: 25px;
}

.submission .submission_table > table {
    border-collapse: collapse;
    width: 100%;
    font-weight: bold;
}

.submission .submission_table > table tr th {
    background-color: #1e2d5a;
    color: #fff;
    text-align: center;
    border-right: solid 2px #fff;
    border-bottom: solid 3px #fff;
    padding: 5px 5px 4px;
}

.submission .submission_table > table tr th:first-of-type {
    border-left: solid 1px #1e2d5a;
    width: 25.45%;
}

.submission .submission_table > table tr th:nth-of-type(2), .submission .submission_table > table tr th:nth-of-type(3) {
    width: 22.14%;
}

.submission .submission_table > table tr th:last-of-type {
    font-size: 1.5rem;
    line-height: 1.46;
    border-right: solid 1px #1b8981;
    width: 30.27%;
}

.submission .submission_table > table tr th:last-of-type span {
    font-weight: normal;
}

.submission .submission_table > table tr td {
    border: solid 1px #1e2d5a;
    padding: 17px 10px 15px;
    text-align: center;
    background-color: #e6e9f2;
}

.submission .submission_table > table tr td:nth-of-type(1) {
    text-align: left;
    padding-left: 35px;
    padding-right: 35px;
}

.submission .submission_table > table tr:nth-of-type(2) td {
    border: none;
    height: 1px;
    padding: 0 !important;
}

.submission .sub_btn01 {
    font-size: 2.8rem;
}

@media screen and (max-width: 1200px) {
    .submission .item_list01 > li > .num {
        max-width: 20%;
    }

    .submission .item_list01 > li > .txt {
        padding: 10px 30px 9px;
    }
}

@media screen and (max-width: 1024px) {
    .submission .submission_table > table tr td:nth-of-type(1) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .submission .sub_btn01 {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 1023px) {
    .submission .item_list01:first-of-type {
        margin-right: 20px;
    }

    .submission .item_list01 {
        width: calc(50% - 10px);
    }

    .submission .item_list01 > li > .num {
        max-width: 15%;
    }

    .submission .item_list01 > li > .txt {
        padding: 10px 10px 9px;
    }

    .submission .submission_table > table tr th:last-of-type {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 768px) {
    .submission .item_list01_box {
        display: block;
    }

    .submission .item_list01:first-of-type {
        margin-right: 0;
    }

    .submission .item_list01 {
        width: 100%;
    }

    .submission .item_list01 > li > .txt {
        padding: 10px 20px 9px;
    }

    .submission .submission_table > table tr td:nth-of-type(1) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .submission .sub_btn01 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 480px) {
    .submission .submission_mb12 {
        margin-bottom: 10px;
    }

    .submission .item_list01_box {
        margin-top: 15px;
    }

    .submission .submission_table {
        margin-top: 15px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .submission .submission_table > table {
        width: 480px;
    }

    .submission .submission_mt23 {
        margin-top: 15px;
    }

    .submission .sub_btn01 {
        font-size: 2.2rem;
        margin: 35px auto;
    }

    .submission .submission_table > table tr td {
        padding: 12px 10px 10px;
    }
}

/* ---------------- submission end ----------------*//* ---------------- registration start ----------------*/
.registration .sec_mv {
    background-image: url("../img/sub/registration_mv.png");
}

.registration .registration_box01 {
    margin-bottom: -5px;
}

.registration .registration_box01 > span {
    display: inline-flex;
    margin-bottom: 5px;
}

.registration .registration_table > table {
    width: 100%;
    border-spacing: 0;
    text-align: center;
}

.registration .registration_table > table th {
    background-color: #1e2d5a;
    color: #fff;
    padding: 10px 5px;
    line-height: 1.88;
    font-weight: bold;
    border-bottom: 3px solid #ffffff;
}

.registration .registration_table > table th:not(:last-of-type) {
    border-right: 1px solid #ffffff;
}

.registration .registration_table > table .th1 {
    width: 19.27%;
}

.registration .registration_table > table .th2 {
    width: 22.9%;
}

.registration .registration_table > table .th3 {
    width: 22.9%;
}

.registration .registration_table > table .th4 {
    width: 34.93%;
}

.registration .registration_table > table td {
    padding: 16px 5px;
    line-height: 1.5;
    background-color: #e6e9f2;
}

.registration .registration_table > table td:first-of-type {
    color: #30302f;
}

.registration .registration_table > table td:last-of-type {
    color: #30302f;
}

.registration .registration_table > table td:not(:last-of-type) {
    font-weight: bold;
}

.registration .registration_table > table tr:not(:last-of-type) td {
    border-bottom: 3px solid #ffffff;
}

.registration .registration_list01 {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 23px;
}

.registration .registration_list01 > li {
    width: 31.273%;
    background-color: #1e2d5a;
}

.registration .registration_list01 > li .registration_timeBox {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 13px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}

.registration .registration_list01 > li .registration_tTitle {
    color: #f0ff00;
    line-height: 1.54;
}

.registration .registration_list01 > li .registration_tInner {
    line-height: 1.33;
    color: #ffffff;
    padding-top: 8px;
}

.registration .sub_btn01 {
    font-size: 3.5rem;
}

@media screen and (max-width: 1024px) {
    .registration .sub_btn01 {
        font-size: 3.2rem;
    }

    .registration .registration_table > table .th2 {
        width: 21.9%;
    }

    .registration .registration_table > table .th3 {
        width: 21.9%;
    }

    .registration .registration_table > table .th4 {
        width: 36.93%;
    }
}

@media screen and (max-width: 768px) {
    .subPages .sub_box01 {
        padding: 25px 30px;
    }

    .registration .sub_btn01 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 767px) {
    .registration .registration_table > table .th2 {
        width: 25.9%;
    }

    .registration .registration_table > table .th3 {
        width: 25.9%;
    }

    .registration .registration_table > table .th4 {
        width: 28.93%;
    }

    .registration .registration_table > table .sub_txt_fs18 {
        font-size: 1.5rem;
    }

    .registration .registration_table > table .sub_txt_fs20 {
        font-size: 1.6rem;
    }

    .registration .registration_table {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .registration .registration_table > table {
        min-width: 520px;
    }

    .registration .registration_list01 > li .registration_tInner {
        padding-top: 6px;
    }
}

@media screen and (max-width: 650px) {
    .registration .registration_list01 {
        display: block;
    }

    .registration .registration_list01 > li {
        width: 100%;
    }

    .registration .registration_list01 > li:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .subPages .sub_box01 {
        padding: 20px 25px;
    }

    .registration .sub_btn01 {
        font-size: 2.6rem;
    }

    .registration .registration_table > table td {
        padding: 10px 5px;
    }

    .registration .registration_list01 {
        margin: 15px auto;
    }
}

/* ---------------- registration end ----------------*/

/* ---------------- contact start ----------------*/

.contact .sec_mv {
    background-image: url("../img/sub/contact_mv.png");
}

.contact .sec01 {
    padding: 115px 0;
}

.contact .sec01 ul li {
    list-style-type: none;
    margin-bottom: 68px;
}

.contact .sec01 ul li:last-of-type {
    margin-bottom: 0;
}

.contact .sec01 ul li h2 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #1e2d5a;
    line-height: 1.41;
    padding-bottom: 12px;
    border-bottom: 2px solid #e6e9f2;
}

.contact .sec01 ul li div {
    font-size: 1.6rem;
    margin-top: 20px;
    line-height: 2.12;
}

.contact .sec01 ul li div a {
    color: #000;
}

.contact .sec01 ul li div a:hover {
    color: #009dde;
}

@media screen and (max-width: 1024px) {
    .contact .sec01 {
        padding: 100px 0;
    }

    .contact .sec01 ul li {
        margin-bottom: 60px;
    }

    .contact .sec01 ul li h2 {
        font-size: 2.2rem;
        padding-bottom: 10px;
    }

    .contact .sec01 ul li div {
        line-height: 2;
    }
}

@media screen and (max-width: 768px) {
    .contact .sec01 {
        padding: 80px 0;
    }

    .contact .sec01 ul li {
        margin-bottom: 50px;
    }

    .contact .sec01 ul li h2 {
        font-size: 2rem;
        padding-bottom: 8px;
    }

    .contact .sec01 ul li div {
        font-size: 1.4rem;
        line-height: 1.9;
    }
}

@media screen and (max-width: 480px) {
    .contact .sec01 {
        padding: 60px 0;
    }

    .contact .sec01 ul li {
        margin-bottom: 40px;
    }

    .contact .sec01 ul li div {
        margin-top: 15px;
        line-height: 1.8;
    }
}

/* ---------------- contact end ----------------*/
