    body, html {
        font-family: "Zen Maru Gothic", sans-serif;
    }
    body {
        background: #fef2de;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .fv_wrap {
        padding: 32px 20px 24px;
        text-align: center;
    }
    .fv_container {
        margin: 0 auto;
        max-width: 1370px;
    }
    .fv_mv {
        font-size: 0;
    }
    .itr_wrap {
        padding: 0 16px 40px;
        text-align: center;
    }
    .itr_txt1 {
        font-size: 18px;
        font-weight: 600;
        color: #803400;
        line-height: 1.47;
        margin: 0 0 40px;
    }
    .itr_txt1_span1 {
        color: #ee7951;
        font-weight: 900;
        background:linear-gradient(transparent 80%, #fdd000 80%);
    }
    .btn1_flex {
        margin-bottom: 64px;
    }
    .btn1_flexbox {
        margin: 0 0 32px;
    }
    .btn1 {
        display: inline-block;
        width: 100%;
        max-width: 240px;
        background: #ee7951;
        box-shadow: 8px 8px 0 #803400;
        border-radius: 999px;
        text-align: center;
        color: #fff;
        font-weight: 900;
        line-height: 1.162;
        font-size: 20px;
        text-decoration: none;
        padding: .7em .2em;
        transition: box-shadow .2s ease, transform .2s ease;
    }
    .btn1:hover {
        box-shadow: none;
        transform: translate(8px, 8px);
    }
    .btn1_2 {
        background: #ef8a9a;
    }
    .btn1_1.btn1_disabled,
.btn1_2.btn1_disabled {
    background: #ccc;
    box-shadow: 8px 8px 0 #999;
    cursor: default;
    pointer-events: none;
}
    @media screen and (min-width: 640px) {
        .fv_wrap {
            padding: 32px 20px 40px;
        }
        .itr_txt1 {
            font-size: 47.07px;
            margin-bottom: 80px;
        }
        .btn1_flex {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin: 0 auto 80px;
            max-width: 900px;
        }
        .btn1_flexbox {
            width: 48%;
        }
        .btn1 {
            max-width: 100%;
            font-size: 37px;
            padding: .55em .2em;
        }
        
    }
    
    
    .ej2_wrap {
        padding: 0 20px 8px;
        text-align: center;
    }
    .ej2_container {
        margin: 0 auto;
        max-width: 1080px;
    }
    .ej2_block {
        margin: 0 0 56px;
    }
    .ej2_box_h {
        background: #efdfcf;
        display: inline-block;
        width: 300px;
        max-width: 100%;
        color: #803400;
        font-size: 24px;
        border: 2px solid #fff;
        border-radius: 999px;
        padding: .2em .2em;
        position: relative;
        z-index: 5;
        margin: 0;
    }
    .ej2_box {
        background: #fff;
        text-align: left;
        padding: 40px 24px 24px;
        position: relative;
        z-index: 2;
        margin: -24px 0 0;
    }
    .ej2_ul {
        padding: 0 0 0 16px;
        margin: 0;
    }
    .ej2_ul li, .ej2_box_post {
        color: #803400;
        font-weight: 600;
        line-height: 1.167;
        margin: 0 0 .8em;
    }
    .feh_wrap {
        padding: 0 20px 40px;
        text-align: center;
    }
    .feh_container {
        margin: 0 auto;
        max-width: 1080px;
    }
    .feh_h {
        font-size: 0;
    }
    .feh_h img {
        width: 70%;
        max-width: 408px;
    }
    @media screen and (min-width: 640px) {
        .ej2_block {
            margin-bottom: 72px;
        }
        .ej2_box_h {
            font-size: 39px;
            width: 427px;
        }
        .ej2_box {
            padding: 56px 32px 24px;
        }
        .ej2_ul {
            padding: 0 0 0 40px;
        }
        .ej2_ul li, .ej2_box_post {
            font-size: 26px;
            margin: 0 0 .5em;
        }
        .ej2_box_post {
            position: relative;
            padding-left: 160px;
        }
        .ej2_box_post .date {
            position: absolute;
            left: 0;
            top: 0;
        }
        .br-sp {
            display: none;
        }
    }
    
    
    .ev_wrap {
        padding: 0 20px 64px;
    }
    .ev_container {
        margin: 0 auto;
        max-width: 1280px;
    }
    .ev_h_wrap {
        padding: 0 20px;
        position: relative;
        margin: 0 auto;
        max-width: 734px;
    }
    .ev_h {
        background: #803400;
        position: relative;
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        color: #fff;
        padding: .3em .2em;
        clip-path: polygon(
            0% 0%,
            100% 0%,
            90% 100%,
            0% 100%
        );
        margin: 0;
        z-index: 5;
    }
    .ev_h_wrap::before {
        content: "";
        position: absolute;
        left: 20px;
        top: 0;
        width: 2px;
        height: 120%;
        background: #803400;
        z-index: 5;
    }
    .ev_box {
        position: relative;
        border-radius: 12px;
        padding: 56px 20px 40px;
        background: #fff;
        z-index: 1;
        border: 2px solid #e2c8af;
        margin: -18px 0 0;
    }
    .cat1 {
        display: none;
    }
    .card1 {
        border: 2px solid #f1914d;
        margin: 0 0 40px;
        display: flex;          /* 追記: カード全体をフレックスボックス化 */
    flex-direction: column; /* 追記: 縦並びに指定 */
    }
    .card1_date_wrap {
    background: #f1914d;
}
    .card1_date {
        color: #fff;
        font-weight: 900;
        text-align: center;
        margin: 0;
        padding: 0em .2em .4em;
        font-size: 20px;
    }
    .card1_date > span {
        font-size: 1.6em;
    }

    .card1_time {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0 .2em .4em;
    font-size: 14px;
    line-height: 1.4;
}

    .card1_area {
        text-align: center;
    margin: 12px 0 0;
    }
    .card1_area > span {
        display: inline-block;
        background: #fff;
        border: 2px solid #f1914d;
        color: #f1914d;
        border-radius: 999px;
        font-weight: 700;
        font-size: 20px;
        padding: .3em 1em;
        white-space: nowrap;  /* 追加: 文字が1文字ずつ折り返されるのを防ぐ */
    flex-shrink: 0;        /* 追加: 幅が押し潰されないようにする */

    }
    .card1_in {
        padding: 16px 16px 16px;
        text-align: center;
        flex: 1;                /* 追記: カード内の余白領域を一杯に広げる */
    display: flex;          /* 追記: 内部コンテンツもフレックスボックス化 */
    flex-direction: column; /* 追記: 縦並びに指定 */
    }
    .card1_title {
        margin: 0 0 24px;
        color: #f1914d;
        font-weight: 900;
        font-size: 20px;
        line-height: 1.32;
    }
    .card1_col {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 0 16px;
    }
    .card1_photo {
        font-size: 0;
        width: 33%;
    }
    .card1_name {
        width: 66%;
    }
    .card1_name1, .card1_name2 {
        font-size: 14px;
        font-weight: 900;
        color: #803400;
        line-height: 1.6;
        margin: 0;
    }
    .card1_name1 {
        margin-bottom: .2em;
    }
    .card1_name2 {
        font-size: 24px;
    }
    .card1_name2 > span {
        font-size: .538em;
    }
    .card1_lv4 {
        position: relative;
        overflow: hidden;
        color: #f1914d;
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 8px;
    }
    .card1_lv4::before, .card1_lv4::after {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: calc(50% - 1.5em);
        height: 2px;
        background: #f1914d;
    }
    .card1_lv4::after {
        left: auto;
        right: 0;
    }
    .card1_place {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 12px;
        color: #f1914d;
        min-height: 60px;
    }
    .card1_btn {
        display: inline-block;
        font-size: 14px;
        background: #f1914d;
        color: #fff;
        font-weight: 600;
        border-radius: 15px;
        width: 100%;
        padding: .6em .3em;
        text-decoration: none;
        margin-top: auto;       /* 追記: ボタンを常に一番下へ押し下げる */
    }
    .card2 {
        border: 2px solid #803400;
    }
    .card2_h {
        background: #803400;
        color: #fff;
        font-weight: 900;
        font-size: 22px;
        text-align: center;
        padding: .35em .2em;
        margin: 0;
    }
    .card2_in {
        padding: 4px 20px;
    }
    .card2_block {
        position: relative;
        margin: 24px 0;
        padding: 0 0 0 32px;
    }
    .card2_flag {
        width: 28px;
        position: absolute;
        left: 0;
        top: 4px;
    }
    .card2_block h4 {
        color: #803400;
        font-size: 20px;
        font-weight: 900;
        margin: 0 0 .2em;
        line-height: 1.2;
    }
    .card2_block p {
        color: #803400;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        line-height: 1.2;
    }
    @media screen and (min-width: 640px) {
        .ev_h {
            font-size: 40px;
        }
        .ev_box {
            padding: 80px 20px;
            margin: -32px 0 0;
            border-radius: 64px;
            border-width: 3px;
        }
        .ev_flex {
            margin: 0 auto;
            max-width: 1080px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .card1 {
            width: 32.5%;
            margin: 0 0 24px;
        }
        .cat1 {
            display: block;
            position: absolute;
            z-index: 3;
            right: 0;
            top: -77px;
            width: 217px;
        }
        .card2 {
            width: 66%;
        }
        .card2_block:last-child {
            margin-bottom: 0;
        }
        .card1_date {
            font-size: 25px;
        }
        .card1_time {
    font-size: 18px;
}
        .card1_area {
            margin-top: 16px;
        }
        .card1_area > span {
            font-size: 25px;
            padding: .4em 1.4em;
        }
        .card1_title {
            font-size: 25px;
        }
        .card1_name1 {
            font-size: 17px;
        }
        .card1_name2 {
            font-size: 26px;
        }
        .card1_lv4 {
            font-size: 18.55px;
        }
        .card1_place {
            font-size: 22px;
            min-height: 76px;
        }
        .card1_btn {
            font-size: 18px;
        }
        .ev_wrap {
            padding: 0 20px 120px;
        }
        .card2_block h4 {
            font-size: 25px;
        }
        .card2_block p {
            font-size: 22px;
        }
        .card2_flag {
            top: 8px;
        }
    }
    
    
    .cat2 {
        display: none;
    }
    .card3 {
        margin: 0 0 64px;
        text-align: center;
    }
    .ev2_flex {
        padding: 0 20px;
    }
    .card3_photo {
        font-size: 0;
        margin: 0 0 20px;
    }
    .card3_status {
        padding: 0 20px;
        position: relative;
        margin: 0 auto;
        max-width: 734px;
    }
    .card3_status_in {
        background: #f1914d;
        position: relative;
        font-size: 14px;
        font-weight: 900;
        text-align: center;
        color: #fff;
        padding: .3em .2em;
        clip-path: polygon(
            0% 0%,
            100% 0%,
            90% 100%,
            0% 100%
        );
        margin: 0;
        z-index: 5;
        display: block;
        width: 100%;
    }
    .card3_status::before {
        content: "";
        position: absolute;
        left: 20px;
        top: 0;
        width: 2px;
        height: 130%;
        background: #f1914d;
        z-index: 5;
    }
    .card3_name {
        color: #803400;
        font-size: 22px;
        margin: 8px 0 24px;
        font-weight: 900;
    }
    .card3_name > span {
        font-size: .58em;
    }
    .card3_desc {
        font-size: 14px;
        color: #803400;
        font-weight: 600;
        line-height: 1.409;
        text-align: left;
    }
    .ev2 .ev_box {
        padding-bottom: 8px;
    }
    @media screen and (min-width: 640px) {
        .cat2 {
            display: block;
            position: absolute;
            z-index: 3;
            left: 32px;
            top: -76px;
            width: 220px;
            z-index: -1;
        }
        .ev2 .ev_box {
            padding: 120px 20px 8px;
            position: relative;
            border: none;
        }
        .ev2 .ev_box::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            z-index: 2;
            border-radius: 60px;
            border: 3px solid #e2c8af;
        }
        .ev2_flex {
            padding: 0;
            margin: 0 auto;
            max-width: 1000px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            position: relative;
            z-index: 5;
        }
        .card3 {
            width: 45%;
        }
        .card3_status_in {
            font-size: 25.85px;
        }
        .card3_name {
            font-size: 45px;
        }
        .card3_desc {
            font-size: 22px;
        }
        .card3_photo {
            margin-bottom: 32px;
        }
    }
    
    
    .apply_block {
        position: relative;
        margin: 0 0 32px;
        padding: 0 0 0 32px;
    }
    .apply_block_flag {
        width: 28px;
        position: absolute;
        left: 0;
        top: 4px;
    }
    .apply_block h3 {
        color: #803400;
        font-size: 20px;
        font-weight: 900;
        margin: 0 0 .2em;
        line-height: 1.2;
    }
    .apply_block p, .apply_block ul li {
        color: #803400;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        line-height: 1.2;
    }
    .apply_block ul {
        padding: 0 0 0 20px;
        margin: 0;
    }
    .apply_block a {
        color: #ee7951;
    }
    .ev3 .ev_box {
        padding: 56px 20px 24px; 
    }
    .apply_btn_wrap {
        text-align: center;
        margin: 0 0 32px;
    }
    .apply_btn {
        display: inline-block;
        width: 100%;
        max-width: 240px;
        background: #ee7951;
        box-shadow: 8px 8px 0 #803400;
        border-radius: 999px;
        text-align: center;
        color: #fff;
        font-weight: 900;
        line-height: 1.162;
        font-size: 20px;
        text-decoration: none;
        padding: .7em .2em;
        transition: box-shadow .2s ease, transform .2s ease;
    }
    .apply_btn:hover {
        box-shadow: none;
        transform: translate(8px, 8px);
    }
    @media screen and (min-width: 640px) {
        .apply_block {
            margin: 0 auto 40px;
            max-width: 1080px;
        }
        .ev3 .ev_box {
            padding: 80px 20px 40px;
        }
        .apply_block h3 {
            font-size: 25px;
        }
        .apply_block p, .apply_block ul li {
            font-size: 22px;
        }
        .apply_block_flag {
            top: 8px;
        }
        .apply_btn_wrap {
            margin: 0 0 56px;
        }
        .apply_btn {
            max-width: 900px;
            font-size: 43px;
            padding: .2em .2em;
        }
    }
    
    
    .fts_wrap {
        background: #fff;
        text-align: center;
        padding: 24px 20px;
    }
    .fts_container {
        margin: 0 auto;
        max-width: 1080px;
    }
    .fts_logo {
        font-size: 0;
        margin: 48px 0;
    }
    .fts_logo img {
        width: 50%;
    }
    @media screen and (min-width: 640px) {
        .fts_wrap {
            padding: 48px 20px;
        }
        .fts_flex {
            display: flex;
            justify-content: space-between;
        }
        .fts_logo {
            width: 26%;
            margin: 0;
        }
        .fts_logo img {
            width: 100%;
        }
    }
    
    
    .fs2_h {
        background: #efdfcf;
        display: inline-block;
        width: 300px;
        max-width: 100%;
        color: #803400;
        font-size: 24px;
        border: 2px solid #fff;
        border-radius: 999px;
        padding: .2em .2em;
        position: relative;
        z-index: 5;
        margin: 0;
        text-align: center;
    }
    .fs2_wrap {
        padding: 40px 20px;
        text-align: center;
    }
    .fs2_container {
        margin: 0 auto;
        max-width: 1280px;
    }
    .fs2_box {
        background: #fff;
        text-align: left;
        position: relative;
        z-index: 2;
        padding: 40px 20px;
        margin: -20px 0 0;
    }
    .fs2_txt1 {
        text-align: center;
        font-size: 18px;
        color: #803400;
        font-weight: 900;
        margin: 0 0 24px;
    }
    .re_table, .re_table tbody,	.re_table thead, .re_table tr, .re_table th, .re_table td {
    	width: 100%;
    	table-layout: fixed;
    	box-sizing: border-box;
    	display: block;
    }
    .re_table {
    	table-layout: fixed!important;
    	border-collapse: collapse;
    }
    .formtable th {
        border-top: 1px solid #e2c8af;
        padding: 16px 8px;
        color: #ee7951;
        font-weight: 600;
        font-size: 16px;
        position: relative;
        line-height: 1.267;
    }
    .formtable th::after {
        content: "必須";
        display: inline-block;
        margin: 0 0 0 8px;
        font-size: 14px;
        background: #ee7951;
        color: #fff;
        font-weight: 600;
        border-radius: 4px;
        padding: .1em .5em .2em;
    }
    .formtable td {
        padding: 0 8px 24px;
    }
    .form_radio1 label {
        width: 100%;
        display: flex;
        align-items: baseline;
        margin: 0 0 1em;
        color: #803400;
        font-weight: 600;
    }
    .form_radio1 input[type="radio"] {
        margin-top: .25em;
        align-self: flex-start;
    }
    .form_txt1 {
        color: #803400;
        font-weight: 600;
        margin: 0 0 1.5em;
        line-height: 1.363;
        font-size: 14px;
    }
    .form_radio2 label {
        display: inline-block;
        margin: 0 2em 0 0;
        color: #803400;
        font-weight: 600;
    }
    .form_radio2 label:last-child {
        margin-right: 0;
    }
    .form_radio1 input[type="radio"],
    .form_radio2 input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        border: 1px solid #e2c8af;
        border-radius: 50%;
        margin: .1em .4em 0em 0;
        vertical-align: middle;
        position: relative;
        cursor: pointer;
        flex-shrink: 0;
    }
    .form_radio1 input[type="radio"]:checked::after,
    .form_radio2 input[type="radio"]:checked::after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #e2c8af;
    }
    input::placeholder {
        color: #e2c8af;
        opacity: 1;
    }
    input[type="text"], input[type="tel"], input[type="email"] {
        display: inline-block;
        width: 100%;
        height: 40px;
        padding: 4px 8px;
        border: 1px solid #e2c8af;
        margin: 0 0 1em;
    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        width: 100%;
        height: 40px;
        padding: 4px 32px 4px 8px;
        border: 1px solid #e2c8af;
        border-radius: 0;
        margin: 0 0 1em;
        background: #fff url('../img/arrow.png') no-repeat right 8px center;
        background-size: 16px auto;
    }
    select:invalid {
        color: #e2c8af;
    }
    select option {
        color: #333;
    }
    select option[disabled] {
        color: #e2c8af;
    }
    .form_txt2 {
        color: #803400;
        font-weight: 600;
        margin: 0 0 1.5em;
        line-height: 1.363;
        font-size: 16px;
    }
    .form_txt3 {
        color: #ee7951;
        font-weight: 600;
        margin: .8em 0 0;
        line-height: 1.363;
        font-size: 14px;
    }
    .form_txt1 a {
        color: #ee7951;
        text-decoration: underline;
    }
    .form_checkbox1 label {
        display: inline-block;
        margin: 0 2em 0 0;
        color: #803400;
        font-weight: 600;
        font-size: 14px;
    }
    .form_checkbox1 input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        border: 1px solid #e2c8af;
        border-radius: 0;
        margin: 0 .4em .4em 0;
        vertical-align: middle;
        position: relative;
        cursor: pointer;
        flex-shrink: 0;
    }
    .form_checkbox1 input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        top: 1px;
        left: 4px;
        width: 5px;
        height: 9px;
        border-right: 2px solid #803400;
        border-bottom: 2px solid #803400;
        transform: rotate(45deg);
    }
    .form_error {
        color: #e74c3c;
        font-size: 13px;
        margin: .3em 0 0;
    }
    .form_field_error {
        color: #e74c3c;
        font-size: 15px;
        margin: .8em 0 0;
        font-weight: 900;
        background: #fff0f0;
        border: 1px solid #e74c3c;
        border-radius: 4px;
        padding: .5em .8em;
    }
    .form_submit {
        padding: 16px 0 0;
    }
    .form_submit_flex {
        display: flex;
        justify-content: center;
        gap: 16px;
    }
    .form_submit_flex .form_submitbtn {
        width: 48%;
    }
    .form_backbtn {
        background: #999999 !important;
        box-shadow: 8px 8px 0 #666 !important;
        color: #fff;
        cursor: pointer;
    }
    .confirm_table th {
        background: #fdf5ec;
    }
    .confirm_table td {
        word-break: break-all;
    }
    .form_submitbtn {
        display: inline-block;
        width: 100%;
        background: #ee7951;
        box-shadow: 8px 8px 0 #803400;
        border-radius: 999px;
        text-align: center;
        color: #fff;
        font-weight: 900;
        line-height: 1.162;
        font-size: 20px;
        text-decoration: none;
        padding: .3em .2em;
        border: none;
        cursor: pointer;
        transition: box-shadow .2s ease, transform .2s ease;
    }
    .form_submitbtn:hover {
        box-shadow: none !important;
        transform: translate(8px, 8px);
    }
    @media screen and (min-width: 640px) {
        .fs2_wrap {
            padding: 40px 20px 80px;
        }
        .re_table tr {
    		display: table-cell;
    		width: auto;
    	}
    	.re_table, .re_table tr {
    		display: table;
    		width: 100%;
    		box-sizing: border-box;
    	}
        .re_table th {
    		display: table-cell;
    		width: auto;
    	}
    	.re_table td {
    		display: table-cell;
    		width: auto;
    	}
    	.fs2_h {
    	    font-size: 39px;
    	    width: 427px;
    	}
    	.fs2_box {
    	    padding: 80px 20px;
    	    margin: -30px 0 0;
    	}
    	.fs2_txt1 {
    	    font-size: 24px;
    	    margin: 0 0 3em;
    	}
    	.fs2_box_in {
    	    margin: 0 auto;
    	    max-width: 1000px;
    	}
    	.formtable th, .formtable td {
    	    vertical-align: top;
    	    padding: 24px 8px;
    	}
    	.formtable th {
    	    font-size: 22px;
    	    width: 33%;
    	}
    	.formtable th::after {
    	    font-size: 19px;
    	}
    	.formtable td {
    	    font-size: 22px;
    	    border-top: 1px solid #e2c8af;
    	}
    	.form_txt1, .form_txt2, .form_txt3 {
    	    font-size: 18px;
    	}
    	.form_txt2 {
    	    font-size: 22px;
    	}
    	.form_checkbox1 label {
    	    font-size: 22px;
    	}
    	.form_checkbox1 input[type="checkbox"] {
    	    width: 20px;
    	    height: 20px;
    	}
    	.form_checkbox1 input[type="checkbox"]:checked::after {
    	    top: 2px;
    	    left: 5px;
    	    width: 6px;
    	    height: 11px;
    	}
    	label.radio_other {
    	    width: auto;
    	    float: left;
    	}
    	input.input_other {
    	    width: calc(100% - 6em);
    	    margin-top: -6px;
    	}
    	.form_submit {
    	    padding: 48px 32px 32px;
    	}
    	.form_submitbtn {
    	    font-size: 38.48px;
    	}
    	.form_radio1 input[type="radio"],
    	.form_radio2 input[type="radio"] {
    	    width: 20px;
    	    height: 20px;
    	}
    	.form_radio1 input[type="radio"]:checked::after,
    	.form_radio2 input[type="radio"]:checked::after {
    	    top: 3px;
    	    left: 3px;
    	    width: 12px;
    	    height: 12px;
    	}
    	.form_input_flex {
    	    display: flex;
    	    justify-content: space-between;
    	}
    	.form_input_flexbox {
    	    width: 48%;
    	    margin: 0;
    	}
    	.form_input_flexbox input {
    	    margin: 0;
    	}
    	.sprt th::before {
    	    content: "";
    	    display: inline-block;
    	    position: absolute;
    	    top: -1px;
    	    right: 0;
    	    width: 30px;
    	    background: #fff;
    	    height: 1px;
    	}
    }
    
    
    /* card1_2: #2eb6aa */
    .card1_2 { border-color: #2eb6aa; }
    .card1_2 .card1_date_wrap { background: #2eb6aa; }
    .card1_2 .card1_title { color: #2eb6aa; }
    .card1_2 .card1_lv4 { color: #2eb6aa; }
    .card1_2 .card1_lv4::before, .card1_2 .card1_lv4::after { background: #2eb6aa; }
    .card1_2 .card1_place { color: #2eb6aa; }
    .card1_2 .card1_area > span { border-color: #2eb6aa; color: #2eb6aa; }
    .card1_2 .card1_btn { background: #2eb6aa; }

    /* card1_3: #00b9ef */
    .card1_3 { border-color: #00b9ef; }
    .card1_3 .card1_date_wrap { background: #00b9ef; }
    .card1_3 .card1_title { color: #00b9ef; }
    .card1_3 .card1_lv4 { color: #00b9ef; }
    .card1_3 .card1_lv4::before, .card1_3 .card1_lv4::after { background: #00b9ef; }
    .card1_3 .card1_place { color: #00b9ef; }
    .card1_3 .card1_area > span { border-color: #00b9ef; color: #00b9ef; }
    .card1_3 .card1_btn { background: #00b9ef; }

    /* card1_4: #915da3 */
    .card1_4 { border-color: #915da3; }
    .card1_4 .card1_date_wrap { background: #915da3; }
    .card1_4 .card1_title { color: #915da3; }
    .card1_4 .card1_lv4 { color: #915da3; }
    .card1_4 .card1_lv4::before, .card1_4 .card1_lv4::after { background: #915da3; }
    .card1_4 .card1_place { color: #915da3; }
    .card1_4 .card1_area > span { border-color: #915da3; color: #915da3; }
    .card1_4 .card1_btn { background: #915da3; }

    /* card1_5: #4f64ae */
    .card1_5 { border-color: #4f64ae; }
    .card1_5 .card1_date_wrap { background: #4f64ae; }
    .card1_5 .card1_title { color: #4f64ae; }
    .card1_5 .card1_lv4 { color: #4f64ae; }
    .card1_5 .card1_lv4::before, .card1_5 .card1_lv4::after { background: #4f64ae; }
    .card1_5 .card1_place { color: #4f64ae; }
    .card1_5 .card1_area > span { border-color: #4f64ae; color: #4f64ae; }
    .card1_5 .card1_btn { background: #4f64ae; }

    /* card1_6: #eb6ea5 */
    .card1_6 { border-color: #eb6ea5; }
    .card1_6 .card1_date_wrap { background: #eb6ea5; }
    .card1_6 .card1_title { color: #eb6ea5; }
    .card1_6 .card1_lv4 { color: #eb6ea5; }
    .card1_6 .card1_lv4::before, .card1_6 .card1_lv4::after { background: #eb6ea5; }
    .card1_6 .card1_place { color: #eb6ea5; }
    .card1_6 .card1_area > span { border-color: #eb6ea5; color: #eb6ea5; }
    .card1_6 .card1_btn { background: #eb6ea5; }

    /* card1_7: #f8b500 */
    .card1_7 { border-color: #f8b500; }
    .card1_7 .card1_date_wrap { background: #f8b500; }
    .card1_7 .card1_title { color: #f8b500; }
    .card1_7 .card1_lv4 { color: #f8b500; }
    .card1_7 .card1_lv4::before, .card1_7 .card1_lv4::after { background: #f8b500; }
    .card1_7 .card1_place { color: #f8b500; }
    .card1_7 .card1_area > span { border-color: #f8b500; color: #f8b500; }
    .card1_7 .card1_btn { background: #f8b500; }

   
.card1:first-child .card1_title{
        font-size: 20px;
        
    }
.card1_3 .card1_title {
        font-size: 16px;
    }

    .card1_title_span1 {
        font-size: .76em;
    }
    .card1_ykb {
        display: flex;
        margin: 0 0 16px;
        font-size: 16px;
        border: 1px solid #803400;
        font-weight: 600;
    }
    .card1_ykb_txt1, .card1_ykb_txt2 {
        display: inline-block;
        width: 40%;
        background: #803400;
        padding: .2em .1em;
        position: relative;
        color: #fff;
    }
    .card1_ykb_txt2 {
        display: inline-block;
        width: 60%;
        background: #fff;
        color: #803400;
    }
    .card1_ykb_txt1::before {
        content: "";
        position: absolute;
        left: -1px;
        top: 0;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12.385px 0px 12.385px 6px;
        border-color: transparent transparent transparent #fff;
    }
    .card1_ykb_txt1::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12.385px 6px 12.385px 0px;
        border-color: transparent #fff transparent transparent;
    }
    .card1_ykb_txt2::before {
        content: "";
        position: absolute;
        right: -1px;
        top: 0;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12.385px 6px 12.385px 0px;
        border-color: transparent #fff transparent transparent;
        z-index: 2;
    }
    .card1_ykb_txt2::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12.385px 6px 12.385px 0px;
        border-color: transparent #803400 transparent transparent;
    }
.card1_3 .card1_place, .card1_4 .card1_place,.card1_5 .card1_place,.card1_6 .card1_place, .card1_7 .card1_place {
        min-height: auto;
    }
    .card3_7 .card3_status_in {
        font-size: 11px;
    }

    /* card3_2: #2eb6aa */
    .card3_2 .card3_status_in { background: #2eb6aa; }
    .card3_2 .card3_status::before { background: #2eb6aa; }

    /* card3_3: #00b9ef */
    .card3_3 .card3_status_in { background: #00b9ef; }
    .card3_3 .card3_status::before { background: #00b9ef; }

    /* card3_4: #915da3 */
    .card3_4 .card3_status_in { background: #915da3; }
    .card3_4 .card3_status::before { background: #915da3; }

    /* card3_5: #4f64ae */
    .card3_5 .card3_status_in { background: #4f64ae; }
    .card3_5 .card3_status::before { background: #4f64ae; }

    /* card3_6: #eb6ea5 */
    .card3_6 .card3_status_in { background: #eb6ea5; }
    .card3_6 .card3_status::before { background: #eb6ea5; }

    /* card3_7: #f8b500 */
    .card3_7 .card3_status_in { background: #f8b500; }
    .card3_7 .card3_status::before { background: #f8b500; }

    @media screen and (min-width: 640px) {
        .card1_ykb {
            font-size: 19.72px;
        }
        .card1_ykb {
            border-right: none;
        }
        .card1_ykb_txt1::before {
            border-width: 15.385px 0px 15.385px 6px;
        }
        .card1_ykb_txt1::after {
            border-width: 15.385px 6px 15.385px 0px;
        }
        .card1_ykb_txt2::before {
            border-width: 16px 6px 16px 0px;
            right: 0px;
            top: -.5px;
        }
        .card1_ykb_txt2::after {
            border-width: 16px 6px 16px 0px;
            right: 1px;
            top: -.5px;
        }
.card1:first-child .card1_title{
    font-size: 23px;
            letter-spacing: -.04em;
        }
.card1_3 .card1_title {
            font-size: 19px;
            padding: 8px 0;
        }
        .card1_4 .card1_title {
            letter-spacing: -.04em;
        }
        .card1_5 .card1_title {
            padding: 16px 0;
        }
        .card1_7 {
            margin-bottom: 0;
        }
        .card3_7 .card3_status_in {
            font-size: 22px;
            padding-right: 24px;
        }
    }
    /*
    .floatbtn {
        position: fixed;
        z-index: 99;
        right: 30px;
        bottom: 30px;
        display: block;
        background: #ee7951;
        box-shadow: 8px 8px 0 #803400;
        border-radius: 999px;
        text-align: center;
        color: #fff;
        font-weight: 900;
        line-height: 1.162;
        font-size: 32px;
        text-decoration: none;
        padding: .7em 2em;
        opacity: 0;
        pointer-events: none;
        transition: opacity .5s ease, box-shadow .2s ease, transform .2s ease;
    }
    .floatbtn.is-visible {
        opacity: 1;
        pointer-events: auto;
    }
    .floatbtn:hover {
        box-shadow: none;
        transform: translate(8px, 8px);
    }
    .floatbtn img {
        position: absolute;
        width: 121px;
        right: 20px;
        top: -40px;
    }
        */
    @media screen and (max-width: 640px) {
        .floatbtn {
            right: 0;
            font-size: 16px;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            text-orientation: upright;
            border-radius: 20px 0 0 20px;
            padding: 1em .5em;
        }
        .floatbtn img {
            width: 44px;
            right: 5px;
            top: -14px;
        }
    }
    /* 追加 */
.card1_btn_wrap {
    margin-top: auto;
    display: flex;
    flex-direction: row;      /* column から変更 */
    align-items: stretch;
    gap: 8px;
}
.card1_btn_wrap .card1_btn {
    margin-top: 0;
    width: auto;              /* 追加 */
    line-height: 1.3;         /* 追加 */
    display: flex;            /* 追加: 2行テキストを中央揃えにするため */
    align-items: center;
    justify-content: center;
}
/* 追加: 左側(申込み開始予定/Webお申込みはこちら)は幅広・文字大きめ */
.card1_btn_main {
    flex: 2;
    font-size: 18px;
}
/* 追加: 右側(詳細はこちら)は幅狭・文字やや小さめ */
.card1_btn_sub {
    flex: 1;
    font-size: 15px;
}
/* 追加: 詳細はこちら/申込み開始予定ボタンに影を追加(色は一番上のWebお申込みはこちらボタンと同じ #803400) */
.card1_btn_shadow {
    box-shadow: 4px 4px 0 #803400;
}