#form .formBox .inner table td .w50{
    width: 45%;
}
#form .error {
    padding: 5px 0 0;
    font-size: 15px;
    color: #f00;
}
#form .error-message {
    padding: 5px 0 20px 0;
    color: #f00;
}
#flowerOrder .credit .error{
    text-align: center;
}
#flowerOrder .credit .card-meigi{
    text-transform: uppercase;
}
/* credit */
#flowerOrder .credit .orderForm_item._flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#flowerOrder .credit .orderForm_item._flex .orderForm_item_in {
    width: 43%;
}
#flowerOrder .credit .orderForm_item._flex .orderForm_item_in:last-of-type {
    width: 57%;
}
#flowerOrder .credit .orderForm_item._flex input.w40 {
    width: 45%;
}
#flowerOrder .credit .orderForm_item span {
    display: block;
    padding: 0 0 10px;
    font-size: 18px;
}
#flowerOrder .credit .orderForm_item input {
    width: 100%;
}
#flowerOrder .credit .submitBtn {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}
/* #flowerOrder .credit .submitBtn input {
    width: 100%;
    margin: 5px 0;
    padding: 8px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    background-color: #FF8A42;
    border: none;
    border-radius: 50px;
    border-bottom: 5px solid #D8641D;
    cursor: pointer;
    -webkit-appearance: none;
} */
#flowerOrder .credit .orderForm_item span.error-message{
    color: #f00;
    padding: 5px 0;
    font-size: 15px;
}
#flowerOrder .credit input{
    width: 85%;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #185192;
    border-radius: 3px;
    background-color: #fff;
}
#flowerOrder .credit .orderForm_item._flex {
    align-items: flex-start;
}
#flowerOrder .credit .orderForm_item._flex select.w40 {
    width: 45%;
    height: 43.5px;
}
#flowerOrder .credit select {
    position: relative;
    padding: 10px;
    width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    width: 85%;
    font-size: 18px;
    border: 1px solid #185192;
    border-radius: 3px;
    background-color: #fff;
}

/* 20221121 追加 */
/* main.main-content section.first {
    padding-top: 50px;
} */
main.main-content section.first .inner {
    max-width: none;
    width: 100%;
    padding: 0;
}
main.main-content section.first .inner img {
    max-width: 1200px;
    width: 100%;
    height: 430px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}
main.main-content .first .obi {
    background-color: #185192;
    padding: 30px 0;
}
main.main-content .first .obi h1 {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}
main.main-content .first .section-ttl .main {
    color: #fff;
    padding-left: 30px;
    border-left: solid 6px #fff;
    display: block;
    line-height: 1.2;
}

/* 20250620 */
#form .info-msg {
    margin: 40px 60px 0;
}
#form .info-msg > p {
    background-color: #f5f5f5;
    color: #BF071D;
    padding: 16px;
    font-size: 16px;
}
@media (max-width:768px) {
    #form .info-msg {
        margin: 40px 0 0;
    }
}

#form .formBox .inner .submit input[type="submit"].btn-credit {
    font-size: 30px;
    width: 600px;
}
#form .formBox .inner .submit .back {
    background-color: #e2e2e2;
    border-radius: 10px;
    box-shadow: 0px 5px 0 #b3b3b3;
    transition: .3s;
    color: #fff;
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    width: 480px;
    margin: 0 5px;
    padding: 25px 0;
    display: block;
    position: relative;
    cursor: pointer;
}
#form .formBox .inner .submit .back:hover {
    box-shadow: 0px 2px 0 #b3b3b3;
    transform: translateY(2px);
}

#flowerOrder .headingBox02 {
    margin-bottom: 10px;
    padding: 15px 0;
    background: #D0EBFF;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
#flowerOrder .heading {
    color: #343998;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
#flowerOrder .credit * {
    box-sizing: border-box;
}
#flowerOrder .credit .formBox {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px 30px;
}
#flowerOrder .orderForm_item {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #CBCBCB;
}
#flowerOrder .credit .orderForm_item span {
    font-weight: bold;
}
#flowerOrder .credit .orderForm_item._flex select.w40 {
    width: 100px;
    height: 48px;
}
#flowerOrder .credit .submitBtn input,
#flowerOrder .credit .submitBtn #pay-button {
    width: 100%;
    margin: 5px 0;
    padding: 8px;
    font-size: 20px;
    font-weight: bold;
    /* font-family: 'Noto Serif JP', serif; */
    color: #fff;
    background-color: #185192;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 5px 0 #0d3460;
    transition: .3s;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}
#flowerOrder .credit .submitBtn input:hover,
#flowerOrder .credit .submitBtn #pay-button:hover {
    background: #FD8A42;
    box-shadow: 0px 2px 0 #d8641d;
    transform: translateY(2px);
}
#flowerOrder a.btn-back {
    display: inline-block;
    margin: 30px 0;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #787878;
    border: none;
    border-radius: 50px;
    text-align: center;
}

.md-inner .txt {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
#form .select-box .select {
    position: relative;
    border: 2px solid #185192;
    border-radius: 2px;
    background: #ffffff;
    border-radius: 10px;
}
#form .select-box .select:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: 0.9em;
    content: '';
    width: 8px;
    height: 100%;
    background: url(../../common/img/icon/arrow-w.svg)no-repeat center center;
    pointer-events: none;
    z-index: 1;
}
#form .select-box .select:after {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: 0;
    width: 38px;
    height: calc(100% + 2px);
    background-color: #185192;
    border-radius: 7px 0 0 7px;
    content: '';
}
#form .select-box .select select {
    padding: 8px 8px 8px 48px;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    color: #185192;
}
#form .select-box .select select option {
    text-indent: 1rem;
}
#form .select-box .select select option.areaname {
    color: #185192;
    font-style: normal;
}
#form .select-box .select select .default {
    color: #185192;
    font-style: normal;
}
#form .select-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#form .select-box .select {
    width: 36%;
    overflow: hidden;
}
#form .select-box .submit {
    width: 20%;
    position: relative;

}
#form .select-box .submit input[type="submit"] {
    text-align: center;
    background-color: #185192;
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    text-indent: 1rem;
    transition: .3s;
    cursor: pointer;
}
#form .select-box .submit input[type="submit"]:hover {
    opacity: .7;
}
/* #form .select-box .submit:before {
    content: '';
    background: url(../../common/img/parts/member/icon-search.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    z-index: 1;
} */

#member .select-box .select {
    overflow: hidden;
}
.show_pc{
    display: block !important;
}
.show_sp{
    display: none !important;
}

/*  20221205追加  */
#member .select-box .select select {
    padding: 12px 8px 12px 48px;
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
#member .select-box .submit input[type="submit"] {
    padding: 14px;
}
.md-inner {
    padding: 30px 60px;
}

/* 20221208 追加 */
#member .intro .btn {
    display: flex;
    justify-content: center;
}
#member .intro .btn li {
    margin: 0 0.5%;
}
#member .select-box .submit input[type="submit"] {
    padding: 14px;
    position: relative;
    z-index: 10;
    background-image:url(../../common/img/parts/member/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 20px;
}

/* 20221213 */
#form .select-box .select select {
    padding: 12px 8px 12px 48px;
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
#form .select-box .submit input[type="submit"] {
    padding: 14px;
    position: relative;
    z-index: 10;
    background-image:url(../../common/img/parts/member/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 20px;
}


@media screen and (max-width: 768px) {
    main.main-content section.first .inner img {
        max-width: 750px;
        width: 100%;
        /* height: 850px; */
        height: auto;
    }
    main.main-content .first .obi{
        background-color: #185192;
        padding: 15px 0;
    }
    main.main-content .first .section-ttl .main {
        padding-left: 16px;
        border-left: solid 3px #fff;
    }
    main.main-content .section-ttl .main .large {
        font-size: 25px;
    }


    #form .formBox .inner .submit input[type="submit"] {
        font-size: 16px;
    }
    #form .formBox .inner .submit .back {
        font-size: 16px;
        width: 280px;
        margin: 0 auto 10px;
        padding: 20px 0;
    }
    #flowerOrder .credit .formBox {
        width: 100%;
        margin: 0 auto;
        padding: 15px;
    }
    #flowerOrder .orderForm_item {
        padding: 15px 0;
    }
    .md-inner {
        padding: 30px;
    }
    .md-contents .midashi {
        font-size: 28px;
    }
    #form .select-box .select {
        border: 1px solid #185192;
    }
    #form .select-box {
        display: block;
    }
    #form .select-box .select {
        width: 100%;
        margin: 0 0 10px;
    }
    #form .select-box .submit {
        width: 200px;
        margin: 0 auto;
        position: relative;
    }
    .show_pc{
        display: none !important;
    }
    .show_sp{
        display: block !important;
    }

    /* 20221213追加 */
    #form .formBox .inner .submit input[type="submit"].btn-credit {
        font-size: 16px;
    }
}
/* 20230117追加 */
.hall-form{
    top: 50%;
    left: 50%;
    max-width: 820px;
    width: 95%;
    height: auto;
    border: solid 4px #185192;
    border-radius: 20px;
    background: #185192;
}
.hall-form .midashi{
    text-align: center;
    font-size: 34px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    padding: 15px 10px 20px;
}
#memberShip-text {
    line-height: 1;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin: 20px;
}
#chooseVenueSection{
    background-color: #F5F5F5;
}
#selectPrefecture {
    margin-right: -40px;
    position: relative;
    border: 2px solid #185192;
    border-radius: 2px;
    background: #ffffff;
    border-radius: 10px;
}
#selectPrectureBox{
    text-align: center;
    width:180px;
    padding: 12px 8px 12px 10px;
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 10;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}


.md-contents-show{
    max-width: 820px;
    width: 95%;
    height: auto;
    overflow: hidden;
    border: solid 4px #185192;
    border-radius: 20px;
    background: #185192;
    margin: 0 auto;
}
.md-contents-show .midashi{
    text-align: center;
    font-size: 34px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    padding: 15px 10px 20px;
}
.modal-area-select{
    /* background: #efefef; */
    padding: 50px;
}
.ma-form-hall .modal-area-select{
    background: initial;
    padding: 0;
}
.benefits .modal-area-select{
    margin: 40px 0;
    background: none;
    padding: 0;
}
.ma-form-hall .modal-area-select{
    margin: 0;
}
.ma-form-hall .modal-area-select .prefectures {
    width: 36% !important;
    display: inline-block;
}
.ma-form-hall .modal-area-select .city {
    width: 60% !important;
    display: inline-block;
}
.ma-form-hall .modal-area-select .hall {
    width: 97% !important;
    display: inline-block;
}
.ma-form-hall .modal-area-select .hall select {
    margin-top: 10px;
}
.modal-area-select .box2 p.t1{
    line-height: 1.2;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    color: #185192;
    text-align: center;
    margin: 30px 0;
}
/* #member .modal-area-select input[type="submit"]::after {
    content: '';
    display: block;
    width: 13px;
    height: 100%;
    background: url(../img/icon/arrow-w.svg)no-repeat center center;
    background-size: auto;
    background-size: 7px;
    position: absolute;
    top: 0;
    right: 10px;
} */
#member .modal-area-select input[type="submit"] {
    /* width: 640px; */
    max-width: 100%;
    padding: 20px 0;
    font-size: 24px;
    margin-top: 5px;
    background-color: #F560A0;
    border-radius: 100px;
    box-shadow: 0px 5px 0 #BF4278;
    transition: .3s;
    color: #fff;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 340px;
    padding: 15px 0;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .md-contents-show .midashi{
        font-size: 28px;
    }
    .modal-area-select .box2 p.t1{
        font-size: 20px;
    }
    .ma-form-hall .modal-area-select .prefectures {
        width: 100% !important;
        display: block;
    }
    .ma-form-hall .modal-area-select .prefectures select{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .ma-form-hall .modal-area-select .city {
        width: 100% !important;
        display: block;
    }
    .ma-form-hall .modal-area-select .city select,
    .ma-form-hall .modal-area-select .hall select{
        width: 100% !important;
    }
    #member .modal-area-select input[type="submit"]{
        max-width: 100%;
    }
    .modal-area-select .select.hall {
        width: 100% !important;
    }
    .modal-area-select{
        margin: 40px 0 0;
        padding: 0;
    }
}

/* 20230203 追加 会員制度式場選択 */
.modal-area-select {
    padding: 60px 0;
}
.modal-area-select * {
    box-sizing: border-box;
}
.modal-area-select-width {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.modal-area-select-in {
    width: 100%;
    padding: 40px 20px 60px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #5F4C3F;
    border-right: 15px solid #5F4C3F;
    border-left: 15px solid #5F4C3F;
    border-radius: 10px;
    background-color: #FDF9F2;
}
.madal-lead {
    padding-bottom: 30px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Noto Serif JP', sans-serif;
    color: #A22224;
    line-height: 1.5;
}
.madal-lead .emp  {
    font-size: 60px;
}
.madal-lead .emp > span {
    font-size: 75px;
}
.md-contents-show-add  {
    max-width: 1060px;
    width: 100%;
    padding: 40px;
    border: 1px solid #5F4C3F;
    border-radius: 5px;
    background: #fff;
}
.md-contents-show-add .midashi {
    font-size: 32px;
    line-height: 1.8;
    color: #40220F;
    padding: 0 0 30px;
}
.md-contents-show-add .midashi span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #231815;
}
.md-contents-show-add .md-inner {
    width: 70%;
    margin: 0 auto;
    padding: 0;
}
#member .modal-area-select .submit {
    position: relative;
    display: block;
    width: 340px;
    margin: 0 auto;
}
#member .modal-area-select .submit::before,
#member .modal-area-select .submit::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    display: inline-block;
    z-index: 10;
}
#member .modal-area-select .submit::before {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#member .modal-area-select .submit::after{
    right: 26px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #f00;
    border-right: 1px solid #f00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#member .select-box {
    padding-bottom: 30px;
}
#member .select-box .select {
    border: 1px solid #5F4C3F;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 7%, rgba(231,229,220,1) 100%);
    border-radius: 5px;
    height: auto;
}
#member .select-box .select:before {
    transform: translateY(-50%) rotate(90deg);
    left: inherit;
    right: 9px;
    width: 6px;
}
#member .select-box .select:after {
    top: -1px;
    left: inherit;
    right: -1px;
    width: 25px;
    background-color: #B29C3F;
    border-radius: 0 7px 7px 0;
}
#member .select-box .select select {
    padding: 10px 25px 10px 10px;
    color: #5F4C3F;
    font-size: 17px;
    font-weight: 500;
    height: auto;
    display: inline-block;
    line-height: 1.5;
}
#member .select-box .select select option {
    text-align: center;
}

#member .paid .membership-top li {
    overflow: hidden;
}
#member .paid .membership-top li .box1 {
    height: auto;
}
#member .membership-top li .box1:after {
    border-width: 167px 0 167px 45px;
    right: -45px;
}
#member .membership-top.modal-area-select-width {
    padding: 30px 10px;
}
#member .benefits .membership-top .modal-area-select {
    margin: 0;
}
#member .membership-top .modal-area-select-in {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: unset;
}
#member .membership-top .madal-lead {
    display: none;
}
#member .membership-top .md-contents-show-add {
    padding: 0;
    border: none;
    border-radius: 0;
    background: unset;
}
#member .membership-top .md-contents-show-add .midashi {
    color: #195092;
    padding-bottom: 0;
}
#member .membership-top .md-inner {
    background: unset;
    padding: 30px 0;
    width: 100%;
}
#member .membership-top li .box02-btn {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#member .membership-top .select-box .select:after {
    background-color: #195092;
}

#member .intro .btn li a.paid:before {
    transform: translateY(-40%) rotate(0deg);
}

#form .formBox.confirm .inner .submit input[type="submit"]{
    margin: 0 60px 0 0;
}
@media screen and (max-width: 1150px) {
    #member .membership-top li .box1:after {
        border-width: 240px 0 240px 40px;
        top: -12px;
        right: -38px;
    }
}

@media screen and (max-width: 768px) {
    .modal-area-select-in {
        padding: 30px 20px 50px;
    }
    .madal-lead {
        font-size: 20px;
    }
    .madal-lead .emp  {
        font-size: 24px;
        line-height: 1.3;
    }
    .madal-lead .emp > span {
        font-size: 30px;
    }
    .md-contents-show-add {
        padding: 15px 10px;
    }
    .md-contents-show-add .midashi {
        font-size: 16px;
        line-height: 1.5;
        padding: 0 0 20px;
    }
    .md-contents-show-add .midashi span {
        display: block;
        padding: 10px 0;
        font-size: 14px;
    }
    .md-contents-show-add .md-inner {
        width: 100%;
    }
    #member .select-box .select {
        height: 45.5px;
    }
    #member .modal-area-select .submit {
        width: 100%;
        margin: 0 auto;
    }
    #member .modal-area-select input[type="submit"] {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
    }
    #form .formBox.confirm .inner .submit input[type="submit"]{
        margin: 0 auto 20px;
    }
    #form .formBox .inner .submit input[type="submit"].btn-credit {
        width: 280px;
    }
}
/* 0210追加分 */
@media(max-width:750px){
    #form .formBox .inner .privacy {
        height: 130px !important;
    }
}
#form .formBox .inner .privacy{
    height: 250px;
}
/* 20230424追記 */
.annotation {
    color: red;
    padding-top: 5px;
}

#flowerOrder .credit .card-meigi{
    text-transform: uppercase;
}
.card-security {
    width: 55% !important;
}
.security-img {
    width: 100%;
}
/* スマホ時の上記表示 */
@media screen and (max-width: 767px) {
    #security-area {
        display: grid !important;
    }
    .orderForm_item_in {
        display: flex;
        flex-direction: column;
    }
    .order2 {
        width: 100% !important;
    }
    .order1 {
        width: 100% !important;
    }
    .credit .expiry-area select {
        margin-right: 20px;
    }

    #flowerOrder .credit .orderForm_item._flex .orderForm_item_in:last-of-type {
        width: 100%;
    }
}

/* 20230525 */
#member .intro .intro_catch {
    padding: 30px 0 0;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    font-family: 'Noto Serif JP', sans-serif;
    color: #BF011D;
}
#member .intro .intro_catch span {
    font-size: 70px;
}
#member .intro .intro_catch .icon {
    display: inline-block;
    width: 60px;
    vertical-align: -15px;
}
#member .intro .btn {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    #member .intro .intro_catch {
        margin: 50px 0 0;
        font-size: 20px;
    }
    #member .intro .intro_catch span {
        font-size: 40px;
    }
    #member .intro .intro_catch .icon {
        width: 30px;
        vertical-align: -10px;
    }
    #member .intro .btn {
        margin-top: 10px;
    }
}

#form .formBox .inner .submit02 {
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 24px auto;
    position: relative;
    padding: 16px 0 10px;
    text-align: center;
    width: 590px;
    background-color: #185192;
    border-radius: 10px;
    box-shadow: 0px 5px 0 #0d3460;
}
#form .formBox .inner .submit02:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-40%);
    padding: 15px;
    border-radius: 50px;
    background: url(../../common/img/icon/arrow-bl.svg) no-repeat center center / 30% #fff;
}
#form .formBox .inner .submit02 .size {
    font-size: 2.2em;
    letter-spacing: .06em;
    display: block;
}
#form .formBox .inner .submit02 input[type="submit"]  {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: unset;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
#form .formBox .inner .submit02 input[type="submit"]:hover {
    background: unset;
    box-shadow: none;
    transform: none;
}
#form .formBox .inner .submit02:hover {
    background: #FD8A42;
    box-shadow: 0px 2px 0 #d8641d;
    transform: translateY(2px);
}
#form .formBox .inner .submit:hover:before {
    background: url(../../common/img/icon/arrow-org.svg) no-repeat center center / 30% #fff;
}

@media screen and (max-width: 767px) {
    #form .formBox .inner .submit02 {
        font-size: 15px;
        width: 100%;
    }
    #form .formBox .inner .submit02:before {
        right: 10px;
    }
    #form .formBox .inner .submit02 .size {
        font-size: 27px;
    }
}

/* 20250627 */
body.paidregist .sec_title {
    display: none;
}
body.paidregist .inner .formBox {
    margin: 60px auto 0 auto;
}
body.paidregist .inner .formBox .inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}
body.paidregist .inner .formBox .inner h2 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 10px;
    border-bottom: solid 2px #990D50;
    margin: 0 auto 50px;
}
body.paidregist .inner .formBox .inner .txt1 {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto 50px;
}
body.paidregist .inner .formBox .inner .hissu {
    background-color: #BF071D;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    margin-right: 5px;
}
body.paidregist .form_table {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 20px;
}
body.paidregist table {
    table-layout: fixed;
}
body.paidregist table th,
body.paidregist table td {
    position: relative;
    padding: 20px;
    background-color: #f5f5f5;
}
body.paidregist table th {
    width: 30%;
    border-bottom: none;
    font-size: 18px;
    text-align: left;
    padding-left: 0;
    font-weight: normal;
}
body.paidregist table th .notes {
    display: block;
    width: 100%;
    font-size: 14px;
}
body.paidregist table th .hissu {
    font-size: 1.4rem;
    position: absolute;
    right: 10px;
    background-color: #d90928 !important;
    color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
}
body.paidregist table td {
    width: 70%;
    border-bottom: none;
    font-size: 18px;
}
body.paidregist table td .item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
body.paidregist table td .item-in {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    width: 100%;
}
body.paidregist input[type=text],
body.paidregist input[type=email],
body.paidregist textarea {
    width: 100%;
    border-style: none;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 0;
}
body.paidregist table td .notes {
    display: block;
    width: 100%;
    font-size: 14px;
}
body.paidregist table select {
    padding: 5px 10px;
}

body.paidregist .submit {
    display: block;
    width: 560px;
    margin: 0 auto;
    position: relative;
}
body.paidregist .submit::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 45%;
    transform: translateY(-40%);
    right: 25px;
    z-index: 100;
    transition: all 0.3s;
    pointer-events: none;
}
body.paidregist .submit::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid #990D50;
    position: absolute;
    top: 46%;
    transform: translateY(-41%);
    right: 32px;
    z-index: 101;
    transition: all 0.3s;
    border-radius: 3px;
    pointer-events: none;
}
body.paidregist input[type=submit] {
    border-radius: 10px;
    background-color: #990D50;
    box-shadow: 0px 5px 0 #6d0837;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    line-height: 1;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 60px 0 25px;
    display: block;
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s;

    /* width: 560px; */
}

body.paidregist .submit > span {
    display: block;
    font-size: 2.3rem;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    z-index: 100;
    transition: all 0.3s;
    pointer-events: none;
    text-align: center;
    line-height: 1.5;
}
body.paidregist .submit > span .size {
    font-size: 3.2rem;
}


body.paidregist input[type=submit]:hover {
    background-color: #FD8A42;
    border-color: #FD8A42;
    box-shadow: none;
    transform: translateY(5px);
}
body.paidregist .submit:hover::after {
    border-left: 11px solid #FD8A42;
}
body.paidregist .submit:hover > span {
    transform: translateY(5px);
}

body.paidregist .privacy {
    padding: 60px 0 0;
}
body.paidregist .privacy-in {
    width: 80%;
    height: 240px;
    box-sizing: border-box;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px auto 40px;
}
body.paidregist .privacy-in >div + div {
    margin-top: 30px;
}
body.paidregist .privacy-in p {
    border-top: 1px solid #eee;
    padding: 15px 0;
}
body.paidregist .privacy-in .box2 {
    padding: 15px;
    background-color: #f5f5f5;
}
body.paidregist .info-msg {
    font-size: 16px;
    margin: 0 auto 40px;
    text-align: center;
}

body.paidregist .error {
    font-size: 15px;
    font-weight: 500;
    color: #d90928;
    margin: 5px 0 0 0;
}

body.paidregist .error-message {
    font-weight: 500;
    color: #d90928;
    margin: 0 0 5px 0;
}

@media screen and (max-width: 768px) {
    body.paidregist .inner .formBox {
        margin: 60px auto 0 auto;
    }
    body.paidregist .inner .formBox .inner {
        width: 100%;
        padding: 0;
    }
    body.paidregist .inner .formBox .inner h2 {
        font-size: 29px;
        margin: 0 auto 15px;
    }
    body.paidregist .inner .formBox .inner .txt1 {
        font-size: 14px;
        margin: 0 auto 30px;
    }
    body.paidregist .inner .formBox .inner .hissu {
        padding: 2px 10px;
        font-size: 15px;
    }
    body.paidregist .form_table {
        padding: 0;
        /* background-color: inherit; */
    }
    body.paidregist table {
        table-layout: fixed;
    }
    body.paidregist table th,
    body.paidregist table td {
        display: block;
        position: relative;
        padding: 20px;
        background-color: #f5f5f5;
    }
    body.paidregist table th {
        width: 100%;
        font-size: 18px;
        padding: 10px 15px;
        font-weight: bold;
        background-color: #E5E5E5;
    }
    body.paidregist table th .notes {
        display: block;
        width: 100%;
        font-size: 14px;
    }
    body.paidregist table th .hissu {
        font-size: 1.4rem;
        position: absolute;
        right: 10px;
        background-color: #d90928 !important;
        color: #fff;
        border-radius: 5px;
        padding: 2px 5px;
    }
    body.paidregist table td {
        width: 100%;
        padding: 20px;
        font-size: 18px;
    }
    
    body.paidregist table td .notes {
        display: block;
        width: 100%;
        font-size: 14px;
    }
    body.paidregist table select {
        padding: 5px 10px;
    }

    body.paidregist .submit {
        width: 100%;
    }
    body.paidregist .submit::before {
        width: 25px;
        height: 25px;
        top: 45%;
        transform: translateY(-45%);
        right: 10px;
    }
    body.paidregist .submit::after {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #990D50;
        right: 15px;
    }
    body.paidregist input[type=submit] {
        width: 100%;
        padding: 40px 0 20px;
    }

    body.paidregist .submit > span {
        font-size: 1.6rem;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    body.paidregist .submit > span .size {
        font-size: 2.2rem;
    }

    body.paidregist .privacy {
        padding: 40px 0 0;
    }
    body.paidregist .privacy-in {
        width: 100%;
        height: 240px;
    }
    body.paidregist .privacy-in >div + div {
        margin-top: 30px;
    }
    body.paidregist .privacy-in p {
        padding: 15px 0;
    }
    body.paidregist .privacy-in .box2 {
        padding: 15px;
        background-color: #f5f5f5;
    }
    body.paidregist .info-msg {
        font-size: 14px;
        margin: 0 auto 30px;
        text-align: left;
    }

    body.paidregist .error {
        font-size: 13px;
        margin: 3px 0 0 0;
    }

    body.paidregist .error-message {
        font-size: 15px;
    }
}