@media (max-width: 991px) {
    .pc-s {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .mb-s {
        display: none !important;
    }
}

.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .sec_width {
        width: 100%;
    }
}

.section_kv {
    overflow-y: visible;
}

@media (min-width: 768px) {
    .section_kv {
        margin-bottom: 4vw;
    }
}

.section_kv .section_menu {
    background-color: unset;
    position: absolute;
    bottom: 0px;
    padding-bottom: 13px;
    width: 100%;
    background-size: 100% auto;
}

@media (min-width: 768px) {
    .section_kv .section_menu {
        bottom: -4vw;
    }
}

.section_menu .tab_btn {
    display: flex;
    justify-content: space-around;
}

.section_menu .tab_btn .tablink::before {
    content: unset;
}

.section_menu .tab_btn .tablink {
    width: 32%;
    border-radius: unset;
    border-bottom: 0px;
    color: #fff;
    font-size: 2.7em;
    letter-spacing: 0.1em;
    padding: 20px 20px 36px;
    background-repeat: no-repeat;
    margin: 0px;
    float: unset;
    background-position: center;
}

.section_menu .tab_btn .tablink.tab1_1_btn {
    background-color: unset;
    background-image: url(../images/tabbtn-1.png);
}

.section_menu .tab_btn .tablink.tab1_2_btn {
    background-color: unset;
    background-image: url(../images/tabbtn-2.png);
}

.section_menu .tab_btn .tablink.tab1_3_btn {
    background-color: unset;
    background-image: url(../images/tabbtn-3.png);
}

.section_menu .tab_btn .tablink span {
    text-shadow: 0 1px 3px #000;
}

.section_menu .tab_btn .tablink span::before,
.section_menu .tab_btn .tablink span::after {
    content: unset;
}

.section_menu.aos-animate {
    background-color: #fff;
    background-image: unset;
}

.section_menu.aos-animate .tab_btn .tablink {
    font-size: 2em;
    padding: 20px;
    background-size: contain;
}

@media (max-width: 991px) {
    .section_kv .section_menu {
        padding-bottom: 0px;
    }

    .section_menu .tab_btn {
        justify-content: space-between;
    }

    .section_menu .tab_btn .tablink,
    .section_menu.aos-animate .tab_btn .tablink {
        font-size: 1em;
        letter-spacing: 2px;
        padding: 6px 10px;
        background-size: contain;

    }

}


.index-contnet {
    padding-left: 10%;
    padding-right: 10%;
    background-image: url(../images/bg-blue.jpg);
    background-repeat: repeat-y;
    position: relative;
    background-size: 100% auto;
}

@media (max-width: 991px) {
    .index-contnet {
        padding-left: 3%;
        padding-right: 3%;
    }
}

.index-contnet:before {
    content: "";
    top: 15px;
    width: 100%;
    background-image: url(../images/dash.png);
    height: 3px;
    background-size: 100% auto;
    background-repeat: repeat-x;
    position: absolute;
    left: 0px;

}

.section_plan {
    background-image: unset;
    position: relative;
}

.part_title span {
    text-shadow: unset;
    color: #0c2b5c;
    letter-spacing: 0px;
}

.part_title span::before {
    background-image: url(../images/part_title-left.png);
    width: 1.5em;
    height: 1em;
    background-size: contain;
    top: 0.25em;
    left: -2em;

}

.part_title span::after {
    background-image: url(../images/part_title-right.png);
    width: 1.5em;
    height: 1em;
    background-size: contain;
    top: 0.25em;
    right: -2em;
}

@media (max-width: 991px) {
    .part_title span::before {
        left: -1.5em;

    }

    .part_title span::after {
        right: -1.5em;
    }
}

.part-border {
    padding: 15px;
    border: 4px #0c2b5c solid;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .part-border {
        border: 2px #0c2b5c solid;
        padding: 8px;

    }
}

.part-con-ti {
    color: #ffffff;
    font-size: 2.3em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    position: relative;
    line-height: 1.6em;
    margin-bottom: 0px;

}

.part-con-ti:before {
    width: 100%;
    content: "";
    height: 2px;
    background-image: url(../images/dash-orange.png);
    bottom: -2px;
    position: absolute;
    background-size: 100%;
    background-position: center;
    background-repeat: repeat-x;
    left: 0px;
    z-index: 2;


}



.part-orange .part-con-ti {
    background-color: #f17f62;
}

@media (max-width: 991px) {
    .part-con-ti:before {
        background-size: auto;
    }

    .part-con-ti {
        font-size: 1.4em;
        margin-top: 0px;
    }
}

.plan_content {
    margin-top: 0px;
    border: 0px solid #315532;
    padding: 35px 30px 70px;
    margin-bottom: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    background-position: left bottom;

    background-size: cover;
    background-repeat: no-repeat;

}

.plan_content.s1p1 {
    background-image: url(../images/2022/s1p1bg.png);
}

.plan-des {
    font-size: 1.6em;
    letter-spacing: 1px;
    color: #1e1e1e;
    margin-bottom: 5px;
    text-align: center;
}

@media (max-width: 991px) {
    .plan_content {
        padding: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        margin-bottom: 5px;
    }

    .plan-des {
        font-size: .8em;
    }

    .plan_content.s1p1 {
        background-image: url(../images/2022/s1p1bg-m.png);
    }

}

.part-row {
    margin-top: 30px;
}

.part-c {
    border: 2px solid;
    border-radius: 10px;
    padding: 3px;
}


.part-c.col-blue {
    border-color: #5eb5b8;
}

.part-c h4 {
    background-position: left center;
    background-size: cover;
    font-size: 1.8em;
    color: #fff;
    font-weight: 600;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-left: 10px solid #00979d;
    border-right: 10px solid #5eb5b8;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.6em;
    margin-top: 0px;
    margin-bottom: 0px;

    font-weight: 500;
}

.part-c.col-blue {
    border-color: #5eb5b8;
}

.part-c.col-blue h4 {
    border-left-color: #00979d;
    border-right-color: #5eb5b8;
    background-color: #5eb5b8;
}

.part-c.col-purple {
    border-color: #aea0d5;
}

.part-c.col-purple h4 {
    border-left-color: #9074ce;
    border-right-color: #aea0d5;
    background-color: #aea0d5;
}

.part-c.col-green {
    border-color: #88c89c;
}

.part-c.col-green h4 {
    border-left-color: #3abc6b;
    border-right-color: #88c89c;
    background-color: #88c89c;
}

.part-text {
    padding: 15px 10px;
}

.part-main {
    font-size: 3em;
    color: #0c2b5c;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1em;
}

.part-sub {
    font-size: 1.4em;
    color: #0c2b5c;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
}

.part-sub sup {
    font-size: .5em;
}

@media (max-width: 991px) {
    .part-row {
        margin-top: 20px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .part-c {
        margin-bottom: 20px;
    }

    .part-c h4 {
        font-size: 1.2em;
    }

    .part-main {
        font-size: 2em;
    }

    .part-sub {
        font-size: .8em;
    }
}

.plan_content.s1p2 {
    background-image: url(../images/2022/s1p2bg.png);
    padding-top: 50px;
}

.part2-row {
    position: relative;
    margin-bottom: 30px;
}

.part2-row:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
    background-image: url(../images/2022/s1p2-r.png);
    background-repeat: repeat-y;
    background-size: auto 100%;
    display: block;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.s1p2-c {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
}

.s1p2-ti {
    flex: 0 0 25%;
    width: 25%;
    color: #fff;
    font-size: 1.5em;
    background-size: contain;
    text-align: center;
    padding: 7px 10px;
    background-position: center;
    font-weight: 400;
    background-repeat: no-repeat;
    line-height: 1.2em;
}

.s1p2-ti.s1p2-orange {
    background-image: url(../images/2022/s1p2-orange.png);
}

.s1p2-ti.s1p2-green {
    background-image: url(../images/2022/s1p2-green.png);
}

.s1p2-text {
    flex: 0 0 70%;
    width: 70%;
    font-size: 1.1em;
    font-weight: 400;
    color: #000000;
    line-height: 1.2em;
}

@media (max-width: 991px) {
    .part2-row {
        margin-bottom: 0px;
    }

    .part2-row:before {
        content: unset;
        margin: 0px;
    }

    .s1p2-c {
        justify-content: space-between;
        margin-bottom: 20px;

    }

    .s1p2-ti {
        flex: 0 0 30%;
        width: 30%;
        font-size: 1em
    }

    .s1p2-text {
        flex: 0 0 68%;
        width: 68%;
        font-size: 0.8em;
    }
}

.s1p2-note {
    font-size: 1.1em;
    text-align: center;
    color: #000;
    font-weight: 500;
    margin-bottom: 40px;

}

.btn_wrapper .btn_style {
    background-image: url(../images/2022/btn.png);
    color: #fff;
    min-width: 500px;
    font-size: 1.8em;
    font-weight: 500;
    padding: 15px 10px 30px 10px;
    letter-spacing: 3px;
}

.btn_wrapper .btn_style:hover {
    color: #fff;
    background-image: url(../images/2022/btn.png);
}

.plan_note {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .btn_wrapper .btn_style {
        min-width: 260px;
        font-size: 1.05em;
        padding: 12px 0px 23px;
        width: 100%;
        letter-spacing: 1px;
    }

    .s1p2-note {
        font-size: .7em;
        margin-bottom: 20px;
    }

    .plan_note {
        font-size: .7em;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


.part-green .part-con-ti.plan_title {
    background-color: #aea0d5;
    overflow: unset;
}

.part-green .part-con-ti.plan_title:before {
    background-image: url(../images/2022/dash-green.png);
}

.part-green .part-con-ti.plan_title:after {
    content: unset;
}

.plan_content.s2p1 {
    background-image: url(../images/2022/s2p1bg.png);
}

.s1p2-row1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: calc(10% - 20px);
    padding-right: calc(10% - 20px);
}

.s2p1-con {
    padding-left: 10%;
    padding-right: 10%;
}

.s1p2-row1 .s1p2-yel {
    background-image: url(../images/2022/s2p1-yel.png);
    font-weight: 700;
    font-size: 1.8em;
    color: #0c2b5c;
    background-size: contain;
    padding: 10px 15px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.s1p2-row1 .s1p2-oran {
    background-image: url(../images/2022/s2p1-oran.png);
    font-weight: 600;
    font-size: 1.2em;
    color: #ffffff;
    background-size: contain;
    padding: 8px 10px 7px 62px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 50px;
}

@media (min-width: 1600px) {
    .s1p2-row1 .s1p2-yel {
        font-size: 2em;
        padding: 10px 20px;

    }

    .s1p2-row1 .s1p2-oran {
        font-size: 1.6em;
        padding: 8px 10px 7px 70px;
    }
}

@media (max-width: 1360px) {
    .s1p2-row1 {
        padding-left: calc(7% - 20px);
        padding-right: calc(7% - 20px);
    }

    .s1p2-row1 .s1p2-yel {
        font-size: 1.6em;
    }

    .s2p1-con {
        padding-left: 7%;
        padding-right: 7%;
    }

    .s1p2-row1 .s1p2-oran {
        margin-left: 5px;
    }
}

@media (min-width: 992px) {
    .s2p1-note {
        width: 77%;
        margin: 20px auto;
    }

    .s2p1-note2 {
        width: 80%;
        margin: 20px auto;
    }
}


@media (max-width: 991px) {
    .s1p2-row1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .s1p2-row1 .s1p2-yel {
        flex: 0 0 100%;
        width: 100%;
        font-size: 1.1em;
        padding: 10px;

    }

    .s1p2-row1 .s1p2-oran {
        width: 90%;
        margin: 0 auto;
        font-size: 0.7em;
        padding: 8px 10px 7px 46px;
    }
}

.plan_list {
    font-size: 1.2em;
    display: flex;
}

.s2p1-red {
    color: #d86244;
    font-weight: bold;
}

.plan_list span {
    color: #0c2b5c;
}

.plan_list span+span {
    font-weight: normal;
}

@media (max-width: 991px) {
    .plan_list {
        font-size: 3vw;
    }

    .s2p1-con {
        padding-left: 2%;
        padding-right: 2%;
    }

    .plan_list span+span {
      width: calc(100% - 85px);
      text-align: justify;
    }
}

.table_green {
    border: 2px solid #5eb5b8;
    padding: 3px;
    border-radius: 10px;
}

.table_thead--green {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-left: 5px solid #00979d;
    border-right: 5px solid #5eb5b8;
    padding: 30px 0px;
    font-size: .7em;
    font-weight: 400;
    border-left-color: #00979d;
    border-right-color: #5eb5b8;
    background-color: #5eb5b8;
    line-height: 1.2em;

}

.table_thead--green small{
    line-height: 1.2em;
}

.table_tbody--green {
    background-color: unset;
}

.table_tbody--green span {
    color: #0c2b5c;
    min-height: 80px;
    border-bottom: 1px solid #5eb5b8;
}

.table_tbody span {
    font-size: .9em;
    font-weight: 500;
}


.table_orange {
    border: 2px solid #aea0d5;
    padding: 3px;
    border-radius: 10px;
}

.table_in--pc .table_orange {
    padding: 3px;
}

.table_thead--orange .top {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-left: 5px solid #00979d;
    border-right: 5px solid #aea0d5;
    padding: 10px 0px;
    font-size: .8em;
    font-weight: 400;
    border-left-color: #9282c3;
    background-color: #aea0d5;

}

.table_thead--orange .bottom {
    border-left: 5px solid #fdeb3f;
    border-right: 5px solid #fef57f;
    padding: 11px 0px;
    font-size: .8em;
    font-weight: 600;
    background-color: #fef57f;
    margin-top: 0px;
    color: #0c2b5c;
    display: block;
    line-height: 1.2em;
}

.table_tbody--orange .left {
    width: 100%;
    border-right: 0px;

}

.table_wrapper--two .table_orange .table_tbody--orange span,
.table_tbody--orange .left span {
    min-height: 80px;
    border-color: #aea0d5;
    color: #000;
}

@media (max-width: 1360px) {
    .table_tbody span {
        font-size: .7em;
    }
}

@media (min-width: 992px) {
    .table_wrapper--two {
        padding-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .table_thead--green {
        padding: 26px 0px;
        white-space: nowrap;
    }

    .btn_wrapper .btn_style.btn_style-small {
        font-size: 1.1em;
        min-width: 300px;
    }
}

.plan_line {
    margin-top: 20px;
    margin-bottom: 20px;
}

.table_orange .table_thead--orange2 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-left: 5px solid #00979d;
    border-right: 5px solid #aea0d5;
    padding: 8px 0px;
    font-size: .7em;
    font-weight: 400;
    border-left-color: #9282c3;
    background-color: #aea0d5;
}

.table_wrapper--two .table_green .table_thead--green {
    padding: 25px 0px;
}

.table_wrapper--two .table_green .table_tbody--green span {
    min-height: 80px;
}

.table_wrapper--two .table_in {
    margin: 0 auto;
    display: flex;
}

@media (max-width: 991px) {
    .table_wrapper--two .table_green {
        width: 65%;
    }

    .table_wrapper--two .table_orange {
        width: 33%;
    }

    .plan_content.s2p1 {
        padding-bottom: 40px;
    }
}

.s2p2 .s1p2-row1 {
    justify-content: flex-start;

}

@media (min-width: 992px) {
    .table_slick_fluit {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
    }

    .table_slick_fluit .part-c {
        flex: 0 0 23%;
        width: 23%;
    }
}

.s2p2 .part-c h4 {
    font-size: .9em;
    padding-top: 30px;
    padding-bottom: 30px;


}

.s2p2 .part-c .part-text {
    padding-top: 30px;
    padding-bottom: 30px;
}

.s2p2 .part-c .part-text .part-main {
    font-size: 1em;
    margin-bottom: 0px;
}

.section_note .reveal-open a,
.section_note .reveal-close a {
    font-size: 1.4em;
    color: #0c2b5c;
}

.section_note .reveal-close a::after {
    border-color: transparent transparent #0c2b5c transparent;
}

.section_note .reveal-open a::after {
    border-color: #0c2b5c transparent transparent transparent;
}

.section_note .note_reveal {
    overflow-x: visible;
    overflow-y: hidden;
}

.note_list ol li {
    font-size: 16px;
}

.note_list ol {
    margin-left: 1.8rem;
}

.part_s1 {

    position: relative;
    margin-bottom: 70px;
}

.part_s1_title {
    text-align: center;
    margin-bottom: -31px;
}

.part_s1_title img {
    display: inline-block;
}

.part_s1_text {
    background-image: url(../images/s1_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
    padding: 5% 7%;
}

.part_s1_text ol {
    padding-left: 20px;

}

.part_s1_text ol li {
    color: #3e3a39;
    font-size: 1.3rem;
    font-weight: bold;

}

.part_s1_text ol li span {
    color: #d86244;
    font-size: 1.5rem;
    font-weight: bold;

}

@media (min-width: 992px) {
    .pc_hide {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .part_s1_text {
        padding: 11% 7%;
    }

    .pc_show {
        display: none !important;
    }

    .part_s1_text {
        background-image: url(../images/s1_bg_m.png);
    }

    .part_s1_title {
        text-align: center;
        margin-bottom: -5%;
        padding: 0 8%;
    }

    .part_s1_text ol {
        margin-left: 0;
    }

    .part_s1_text ol li {
        font-size: 5vw;
        margin-bottom: 25px;

    }

    .part_s1_text ol li span {
        font-size: 5.5vw;

    }
}

.s1p2-yel.iimg,
.s1p2-oran.iimg {
    background: none;
    padding: 10px 0px;
}

.s1p2-row1 .s1p2-oran.iimg {
    margin-left: 6px;
}

.s1p2-row1.style2 {
    padding-left: calc(7% - 20px);
    padding-right: calc(7% - 20px);
    margin-bottom: 25px;
}

.table_in {

    vertical-align: top;
}

.table_tbody--green {
    padding: 0 6px;
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 1142px;

    }
}

.boxModal .close {

    font-size: 38px;
}

.boxModal .modal-header {
    padding: 10px 15px 5px;
    border-bottom: none;
}

.boxModal .modal-body {
    padding: 0 45px 5px;
    text-align: center;
}

.boxModal .modal-body h3 {
    font-weight: inherit;
    text-align: center;
    font-size: 24px;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 0;
}

.boxModal .modal-body p {
    font-size: 20px;
    color: #000000;
    margin-bottom: 32px;

}

.modal_btn {
    margin-bottom: 46px;
    text-align: center;
}

.modal_btn a {
    font-size: 16px;
    padding: 15px;
    border-radius: 30px;
    margin: 0 5px 10px;
    width: 169px;
    background: #479bf8;
    color: #fff;
    display: inline-block;
}

@media (max-width:767px) {
    .boxModal .modal-body {
        padding: 0 15px 5px;
    }

    .modal_btn a {
        width: 46%;
        padding: 13px;
    }
}

.plus{
    padding: 0 !important;
    position: relative;
    font-size: 15px !important;
    font-weight: bolder !important;
    top: -5px;
    left: 2px;
    margin-right:  5px;
    display: initial !important;
    min-height: initial !important;
    width: initial !important;
}
/* .table_last{
  @media (max-width:767px){
  display: none
}
} */