@charset "UTF-8";

body .moneyseminar{
    font-family: "メイリオ"、sans-serif !important;
}
h1,h2,h3,h4,h5,p{
    margin-bottom: 0;
}
.sp{
   display:none; 
}
@media screen and (max-width:400px){
    .pc{
        display:none;
    }
    .sp{
        display:block;
    }

}

.container{
    max-width: 1000px;
}
.goNext,.cta_parent{
    transition:all 0.3s;
}
.goNext:hover,.cta_parent:hover{
    cursor: pointer;
    opacity:0.7;
}
/* swell
-------------------------------*/
.l-content {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
}
#header{ display: none; }
.c-infoBar{ display: none; }
.l-fixHeader__inner{ display: none; }
#breadcrumb {
    display:none;
}

/* header
-------------------------------*/
.moneyseminar_header {
    padding: 8px;
}
.header_cta {
    min-width: 180px;
    width: 30%;
    height: 50px;
    line-height: 50px;
    position: relative;
    background: #F4770E;
    border-radius: 40px;
    box-shadow: 0 -6px 0 rgba(0,0,0,0.16) inset;
}
.header_cta p {
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.migi {
    position: absolute;
    right: 15px;
    top: 13px;
}
.logo {
    width: 32%;
    min-width: 240px;
}
.cta_parent{
    position:relative;
}
.cta_link{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.goNextWithZip {
    background: #efefef;
    margin-left: 4px;
    height: 32px;
    line-height: 32px;
    padding: 0 7px;
    border-radius: 4px;
    box-shadow: 0 -2px 2px rgba(0,0,0,0.4) inset;
}
.goNextWithZip:hover{
    cursor: pointer;
    
}
/* fv
-------------------------------*/
.fv {
    background: url(https://manesuta.com/sys/wp-content/themes/swell_child/images/moneyseminar/fv_bg_pc.png) no-repeat center center;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 50px;
}
.fv__flex_l {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.fv__flex_r {
    width: 45%;
}
.fv__flex_r__img {
    width: 100%;
    height: auto;
    max-width: 390px;
}
.fv__area {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    align-items: center;
    border: solid 2px #F4770E;
    border-radius: 13px;
    background: linear-gradient(180deg,rgba(242, 91, 46, 1) 0%, rgba(244, 150, 22, 1) 100%);
    margin-top: 20px;
}
.fv__area_copy {
    color: #F4770E;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
}
.fv__area_l {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 164px;
    border-radius: 13px 0 0 13px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    height: 40px;
}
.fv__area_r {
    background: white;
    padding: 4px 8px 4px 4px;
    border-radius: 4px;
    box-shadow: 0 -1px 4px rgba(0,0,0,0.3) inset;
    margin-right: 8px;
    flex-grow: 1;
    text-align: left;
}
.fv__area_pin {
    margin-left: 5px;
    margin-right: 5px;
}
.fv__area_list {
    margin-left: 4px;
    font-weight: bold;
    color: #222;
    font-size: 18px;
    text-align: left;
    display: inline-block;
    list-style: decimal !important;
}
.fv__area_ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.fv__area_r ul {
    padding: 0;
    margin: 0;
}
#in_zip {
    font-size: 17px;
    width: 58%;
    padding: 0 6px;
    font-weight: bold;
    height: 32px;
}
button#moneyseminar_send {
    font-weight: bold;
    border-radius: 4px;
}
.fv__cta {
    background: linear-gradient(45deg,rgba(242, 91, 46, 1) 0%, rgba(244, 150, 22, 1) 100%);
    margin: 20px auto;
    width: 80%;
    min-width: 300px;
    max-width: 600px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.4);
    /* background: #f25e2d; */
    height: 60px;
    border-radius: 40px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    line-height: 60px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}
.fv__cta .migi {
    right: 20px;
    top: 19px;
}
@media screen and (max-width:578px){
    .fv {
        background: url(https://manesuta.com/sys/wp-content/themes/swell_child/images/moneyseminar/fv_bg_sp.png) no-repeat center center;
        background-size: cover;
        padding-top: 10px;
        padding-bottom: 67px;
    }
    .fv__spimg1 {
        padding: 20px 30px 10px;
        margin-bottom: 2px;
    }
    .fv__spimgwrap1 {
        width: 45%;
    }
    .fv__spimgwrap2 {
        width: 47%;
    }
    .fv__area {
        margin-top: 0;
    }
    .fv__area_l {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 200px;
        border-radius: 13px 13px 0 0;
        color: white;
        font-weight: bold;
        font-size: 18px;
        height: 34px;
        /* border-radius: 10px; */
        background: linear-gradient(180deg,rgba(242, 91, 46, 1) 0%, rgba(244, 150, 22, 1) 100%);
    }
    .fv__area_r {
        background: white;
        padding: 4px 8px 4px 4px;
        border-radius: 4px;
        box-shadow: 0 -1px 4px rgba(0,0,0,0.3) inset;
        margin-right: 0px;
        border: solid 2px #F4770E;
    }
}       

/* osusume
-------------------------------*/
.osusume {
    padding-top: 40px;
    padding-bottom:30px;
}
.osusume__item {
    width: 22%;
    margin: 10px;
    min-width: 150px;
}
.osusume__txt {
    color: #000000;
    text-align: center;
    font-weight: bold;
}
.common__ttl {
    text-align: center;
    margin-bottom: 20px;
    color:#000000;
    font-weight: bold;
}
.common__ttl span{
    color:#F4770E;
}
.kaiketu{
    position:relative;
    padding-top:40px;
    background:#FFFAE6;
}
.kaiketu__ttl{
    margin-top:30px;
    margin-bottom:20px;
}
.wrap_sankaku {
    top: -25px;
    left: calc(50% - 130px);
    width: 260px;
    margin: 0 auto;
    position: absolute;
}
.kaiketu__item2_list {
    position: relative;
    border: solid 2px #222222;
    border-radius: 10px;
    background: white;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.kaiketu__item2_list::before {
    content: "";
    position: absolute;
    top: 16px;
    left: -15px;
    background: url(https://manesuta.com/sys/wp-content/themes/swell_child/images/moneyseminar/check1.png) no-repeat center center;
    background-size: contain;
    width: 28px;
    height: 28px;
}
.kaiketu__item2_list p {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    line-height: 1.3;
}
.kaiketu__item1 {
    width: 40%;
    min-width: 340px;
}
.kaiketu__item2 {
    width: 43%;
    min-width: 330px;
}
@media screen and (max-width:578px){
    .kaiketu__item2_list p {
        font-size: 15px;
    }
}
.sarani {
    margin-top: 30px;
    color: #222222;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.kaiketu__ttlsub {
    color: white;
    background: #0EADAD;
    text-align: center;
    border-radius: 60px;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    max-width: 650px;
    margin: 0 auto 20px;
}
.kaiketu__txt {
    color: #222222;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
    font-size:18px;
}
.kome{
    text-align:center;
    font-size:14px;
    color:#222;

}
.kaiketuflex1 {
    width: 35%;
    min-width: 200px;
    text-align: center;
}
.kaiketuflex2 {
    width: 60%;
    min-width: 330px;
}
.kaiketu__txt2 {
    font-size: 20px;
    font-weight: bold;
}
.kaiketu__txt2 span{
    color:#F4770E;
}
.kaiketulogowrap {
    margin-right: 20px;
}
.kaiketu_logo{
    max-width:240px;
}
@media screen and (max-width:578px){
    .kaiketuflex2 {
        text-align: center;
    }
    .kaiketu{
        padding-bottom:30px;
    }
}

/* common_cta
-------------------------------*/
.common_cta{
    padding-top:30px;
    padding-bottom:30px;
    background:#0EADAD;
}
.cta__inner {
    background: white;
    border-radius: 14px;
    padding: 20px 0 10px;
    text-align: center;
    margin: 0 auto;
    max-width: 550px;
    min-width: 300px;
}
.cta__logo {
    max-width: 167px;
}
.cta__txt1 {
    display: inline-block;
    font-size: 16px;
    color: #222222;
    font-weight: bold;
}
.cta__txt1 span{
    font-size:20px;
    color:#F4770E;
}
.cta__txt2 {
    color: #222222;
    font-weight: bold;
}
.cta__btn {
    max-width: 400px;
    width: 80%;
    min-width: 310px;
    height: 50px;
    line-height: 50px;
    position: relative;
    background: #F4770E;
    border-radius: 40px;
    box-shadow: 0 -6px 0 rgba(0,0,0,0.16) inset;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    margin: 10px auto 10px;
}
.cta__btn2 {
    width: 100%;
    min-width: 198px;
    height: 50px;
    line-height: 50px;
    position: relative;
    background: #F4770E;
    border-radius: 40px;
    box-shadow: 0 -6px 0 rgba(0,0,0,0.16) inset;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    margin: 4px auto 0px;
}

/* about
-------------------------------*/
.about{
    padding-top:30px;
    padding-bottom:40px;
}
.about__imgwrap{
    margin:0 auto;
    width:200px;
}
.about__img {
    min-width: 157px;
    width: 30%;
    margin: 10px 10px 0 10px;
}
.about__foot {
    max-width: 550px;
    min-width: 300px;
    margin: 20px auto;
    border-top: 6px #F4770E solid;
    background: #FFF8E8;
    padding: 20px;
    text-align: center;
}
.about__foot p {
    font-weight: bold;
    font-size: 18px;
}
.about__foot p span{
    color:#F4770E;
}


/* about
-------------------------------*/
.kosi{
    background:#DEF2F2;
    padding-top:30px;
    padding-bottom:40px;
}
.kosi__inner{
    background:white;
    border-radius: 14px;
    padding:30px 20px;
}
.kosi__flex1 {
    width: 35%;
    margin: 10px;
    min-width: 330px;
}
.kosi__flex2 {
    width: 47%;
    margin: 10px;
    min-width: 330px;
}
.kosi__flex2 ul {
    padding: 0;
}
.kosi__img {
    object-fit: cover;
    width: 300px;
    height: 300px;
}
.kosi_imgwrap {
    margin: 0 auto 10px;
    text-align: center;
}
.kosi__name {
    font-size: 22px;
    font-weight: bold;
}
.kosi__kana {
    font-size: 13px;
}
.kosi_namearea {
    border-bottom: solid 2px #0EADAD;
    margin-bottom: 20px;
}
.kosi__age {
    font-size: 18px;
    font-weight: bold;
}
.kosi__sikaku {
    border: solid 2px #0EADAD;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
}
.kosi_sikaku__ttl {
    font-size: 18px;
    font-weight: bold;
}
.kosi_sikaku__list {
    line-height: 1.3;
}
.kosi__midasi {
    background: #ECF5F5;
    padding: 8px 10px;
    border-left: solid 6px #0EADAD;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.kosi__mendan {
    display: inline-block;
    background: #f4770e;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    margin: 2px;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    border: solid white 2px;
}
.kosi__fields {
    padding: 0px 10px 20px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
}

/* pre
-------------------------------*/
.pre{
    padding-top:30px;
    padding-bottom:30px;
}

.pre__ttl {
    color: white;
    font-size: 26px;
    margin-left: 10px;
}
.pre__ttlimg {
    width: 27px;
    height: auto;
}
.pre__ttlwrap {
    background: #0EADAD;
    border-radius: 60px;
    width: 310px;
    margin: 0 auto;
    padding: 6px;
}
.pre__item {
    border: solid 4px #0EADAD;
    border-radius: 20px;
    padding: 20px 10px;
    margin-top: -18px;
    text-align: center;
}
.pre__item_ttl {
    font-size: 20px;
    background: #FFFAE6;
    border-radius: 60px;
    max-width: 600px;
    min-width: 300px;
    margin: 0 auto 6px;
    padding: 6px;
}

/* voices
-------------------------------*/
.voices{
    padding-top:30px;
    padding-bottom:30px;
}
.voices__item_l {
    max-width: 150px;
    min-width: 80px;
    text-align: center;
}
.voices__item{
    background:#F7F7F7;
    border-radius: 10px;;
    margin-bottom:20px;
    padding:20px;
}
.voices__txt{
    margin-left:10px;
}
.voices_age{
    font-weight: bold;
    text-align: center;
    margin-top:8px;
}

/* flow
-------------------------------*/
.flow{
    background:#FFF8E8;
    padding-top:30px;
    padding-bottom:40px;
}
.flow__ttl{
    margin-bottom:30px;
}
.flow__item {
    position: relative;
    border-radius: 20px;
    border: solid 2px #F4770E;
    background: white;
    padding: 20px 20px 20px 53px;
}
.flow__sankakuwrap {
    margin: 10px auto;
    text-align: center;
}
.flow__no {
    position: absolute;
    background: #F4770E;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    padding-top: 4px;
    top: -13px;
    left: -13px;
}
.flow__no span {
    font-size: 32px;
}
.flow__imgwrap {
    width: 70px;
    min-width: 70px;
    text-align: center;
    margin-right: 14px;
}
.flow__imgwrap img {
    height: 100% !important;
    width: auto !important;
}
.flow__item_ttl {
    color: #F4770E;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px;
}

@media screen and (max-width:568px){
    .flow__no {
        top: -7px;
        left: -7px;
    }
}
.flow__item_txt {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.3;
}

/* faq
-------------------------------*/
.faq{
    padding-top:30px;
    padding-bottom:50px;
}
button.accordion-button {
    background: #E2F0F0;
}
img.faq_q, img.faq_a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.faq__ttlsub{
    font-weight: bold;
}


/* form
-------------------------------*/

.msform__ttl {
    border-bottom: solid 2px #F4770E;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 4px;
    margin-top: 60px;
    margin-bottom: 10px;
}
.msform__ttl span {
    background: #F4770E;
    color: white;
    border-radius: 4px;
    padding: 0px 6px;
    margin-right: 8px;
}
.getfp {
    margin: 20px auto;
    max-width: 600px;
    min-width: 300px;
    background: #F4770E;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 20px;
    text-align: center;
    padding: 4px;
    transition:all 0.3s;
}
.getfp:hover{
    cursor: pointer;
    opacity:0.7;
}
.fp_list {
    width:50%;
}
.fp_list_item {
    border: solid 1px #efefef;
    padding: 6px 3px;
    margin: 0 10px 14px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    transition: all 0.3s;
    position:relative;
}
.fp_list_item:hover{
    cursor: pointer;
    opacity:0.7;
}

.fp_list_namettl {
    background: white;
    color: #0eadad;
    font-weight: bold;
    padding: 0 4px;
    border-bottom: solid 1px #0eadad;
    /* text-align: center; */
    border-radius: 2px;
    /* margin-right: 6px; */
}
.fp_list_item_name {
    font-size: 16px;
    font-weight: bold;
    /* text-align: center; */
    /* margin-right: 16px; */
    margin-bottom: 8px;
    padding: 0 4px;
}
.fp_list_item_datettl {
    background: #0eadad;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 0 4px;
    /* text-align: center; */
    border-radius: 4px;
    /* margin-right: 8px; */
}
.fp_list_item_date {
    /* text-align: center; */
    font-weight: bold;
    padding: 0 4px;
}
.errormsg {
    color: red;
    font-weight: bold;
}
.fp_detail {
    width: 50%;
    border: solid 1px #efefef;
    border-radius: 0 4px 4px 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    background: white;
    text-align: center;
}
.fpinfo__name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
    text-align: left;
}
.fpinfo__kana {
    font-size: 14px;
    line-height: 1;
    text-align: left;
}
.fpinfo__textlabel {
    margin-top: 14px;
    border-left: 4px solid #0eadad;
    background: #efefef;
    padding: 3px 6px;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: left;
}
.fpinfo__imgwrap {
    /* max-width: 200px; */
    margin: 0 auto;
}
.fpinfo {
    background: white;
    padding: 10px;
}
.fpinfo__textlong {
    text-align: left;
    line-height: 1.5;
}
.fpinfo__gonext {
    width: 90%;
    height: 50px;
    text-align: center;
    line-height: 43px;
    border-radius: 30px;
    font-weight: bold;
    color: white;
    background: #F4770E;
    /* margin-top: 10px; */
    margin: 10px auto;
    font-size: 20px;
    /* box-shadow: 0 2px 0 red; */
    box-shadow: 0 -6px 0 rgba(0, 0, 0, 0.16) inset;
    transition: all 0.3s;
}
.fp_list_selected {
    background: #ffe6d0;
}
.msform__tablewrap {
    display: flex;
    justify-content: start;
    overflow-x: scroll;
    margin: 10px auto;
}
.emptydate_table {
    min-width: 1100px;
    font-size: 16px;
    text-align: center;
}
.st_empty {
    background: #0eadad !important;
    color: white !important;
}
.emptydate_table th, .emptydate_table td {
    font-size: 16px;
    font-weight: 100;
    text-align: center;
}
.emptydate_table th {
    font-weight: bold;
    color: black;
}
.resetst {
    background: #efefef;
}
.emptydate_table td {
    position: relative;
    padding: 4px 6px;
    vertical-align: middle;
    transition: all 0.3s;
}
.emptydate_table td  a {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: bold !important;
    font-size: 20px;
    line-height: 40px;
    color: white;
}
.st_empty:hover {
    background: #f4770e !important;
    color: white !important;
    font-weight: bold !important;
    cursor: pointer;
}
.sticky {
    position: sticky;
    z-index: 2;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
}
.fp_wide {
    display: flex;
}
.msform__field_ttl {
    color: #333;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: bold;
}
label.area_type {
    line-height: 1.8;
    font-size: 16px;
}
.getempty_dates {
    width: 80%;
    min-width: 300px;
    height: 50px;
    background: #f35718;
    border-radius: 10px;
    margin: 20px auto;
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}
.getempty_dates:hover {
    cursor: pointer;
    opacity:0.7;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.form_kosiwrap._hide{
    display:none;
}
.form_kosiwrap._show{
    display:block;
}
i.fas.fa-caret-right {
    font-size: 20px;
    margin-right: 6px;
    color: white;
}
#showfpinfo:hover{
    cursor: pointer;
}
#showfpinfo._open i{
    transform: rotate(90deg);
    transition: transform 0.3s ease; /* 回転がスムーズになるように */
}
#showfpinfo._close i{
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.msform__step2{
    display:none;
}
.msform__step3{
    display:none;
}
.msform__step4{
    display:none;
}
.schedule_loading{
    display:none;
}
.loading {
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*ローディング画面を0.5秒かけて非表示にする*/
    transition: all 0.5s linear;
  }
  
  /*ローディング画面を非表示にする*/
  .loading.loaded {
    /*0.5秒かけてopacityを0にする*/
    opacity: 0;
    visibility: hidden;
  }
  
  .loading-text {
    color: #555;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .spinner {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid #555;
    border-left-color: white; 
    /* アニメーションを1秒かけて実行 */
    animation: spinner-rotation 1s linear infinite;
  }
  
  /* アニメーションの設定 */
  @keyframes spinner-rotation {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  div#showfpinfo {
    width: 60%;
    background: #0eadad;
    color: white;
    font-weight: bold;
    margin: 6px auto;
    text-align: center;
    border-radius: 8px;
    padding: 8px;
    font-size: 16px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.emptydate_table td  a {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: bold !important;
    font-size: 20px;
    line-height: 40px;
}
@media screen and (max-width:578px){
    .msform__ttl span {
        display: block;
        width: 80px;
        margin-bottom: 4px;
        text-align: center;
    }
}

/* form 20210927
---------------------------------------------------*/
.selection-grp-mendanbasyo,.mendanbasyo_sonota{
    display:none;
}
.after-gendar{
    display:none;
}
#form .input-indent {
    margin: 10px auto 20px 30px;
}

#form{
    width:100%;
}
#fp_form_send {
    background: linear-gradient(45deg,rgba(242, 91, 46, 1) 0%, rgba(244, 150, 22, 1) 100%);
    margin: 20px auto;
    width: 80%;
    min-width: 300px;
    max-width: 600px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.4);
    /* background: #f25e2d; */
    height: 60px;
    border-radius: 40px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    line-height: 46px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}
.sf-fields{
    display:none;
}

input[type=radio] + label {
    position: relative;
    background: #fff2c9;
    width: 30%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    margin: 0 6px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 60%);
}
input[type=radio]:checked + label {
    background: #0eadad;
    color: white;
    box-shadow: 0 2px 3px rgb(0 0 0 / 60%) inset;
}
input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.soudan__area input[type=radio] + label {
    width: 30%;
}

.selection-grp-gendar input[type=radio] + label,
.selection-grp-marry input[type=radio] + label{
    width:47%;
}
input[type="text"],
input[type="date"],
select ,
textarea{
    padding: 8px 10px;
    font-size: 18px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 2px rgba(0,0,0,0.8);
    background: white;
    transition: all 0.3s;
    max-width: 100%;
}
textarea {
    width: 100% !important;
}
input[type="date"]{
    min-width:140px;
}
.input__area {
    margin-top: 4px;
    background: #f4f4f4;
    padding: 8px 20px 14px;
}
@media screen and (max-width:500px){
    .soudan__area input[type=radio] + label {
        font-size: 16px;
    }
    .input__area {
        padding: 8px 4px 14px;
    }
}
.input-error {
    border: 2px solid #e74c3c;
    background-color: #ffecec;
    transition: all 0.3s ease;
  }
  
  .error-msg {
    color: #e74c3c;
    font-size: 0.9em;
    margin-top: 4px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
}
  
.error-msg.show {
    opacity: 1;
}
  .consultation_date_area,
  .consultation_area_type_area {
    padding: 10px 20px;
    background: #f4f4f4;
    margin:4px auto;
    /* border: solid 3px #0eadad; */
}
#consultation_date_for_view {
    box-shadow: none !important;
    border: solid 2px #0eadad !important;
    font-size: 20px;
    color: #0eadad;
    font-weight: bold;
    background: white !important;
    margin: 4px auto;
    text-align: center;
}
#area_type_for_view {
    text-align: center;
    box-shadow: none !important;
    border: solid 2px #0eadad !important;
    font-size: 20px;
    color: #0eadad;
    font-weight: bold;
    background: white !important;
    width: 140px;
    max-width: none;
    margin: 4px auto;
}
.consultation_date_area p {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
}
.consultation_area_type_area p {
    font-size: 18px;
    font-weight: bold;
}
span.must {
    font-size: 12px;
    background: #ff4900;
    padding: 2px 4px;
    border-radius: 4px;
    margin-right: 8px;
    font-weight: bold;
    color: white;
}
.kome_red{
    font-size:14px;
    color:red;
}

.rules {
    font-size: 13px;
    line-height: 1.4;
    height: 150px;
    margin: 30px 10px 20px 0;
    padding: 10px;
    border: solid 1px #aaa;
    border-radius: 4px;
    overflow: auto;
    color: black;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2) inset;
}
.rules h3{
    font-size:18px;
    font-weight: 600;
}
.rules p, .rules li {
    font-size: 14px;
    line-height: 1.3;
}
.rules a{
    color:blue;
    text-decoration: underline;
}
#api_error {
    display: none;
    color: red;
    border: solid 2px red;
    background: #fff9ec;
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 10px;
}
@media screen and (max-width:578px){
    #consultation_date_for_view {
        font-size: 16px;
        width: 100%;
    }
    #area_type_for_view {
        font-size: 16px;
        width: 100%;
    }
}