/*:::::::::::::::::::::::::::::::::::::::::::::::::
COMMON
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.site-header-thumbnail {
    height: 540px;
    position: relative;
    background-color: #F5F9F2;
    text-align: center;
}

.site-header-thumbnail__txt.ttl_box {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.site-header-thumbnail .ttl_box_en {
    text-transform: capitalize;
    font-family: "Amatic SC", sans-serif;
    font-weight: 400;
    font-size: 100px;
    letter-spacing: 0.05em;
    color: #f49d2e;
}

.site-header-thumbnail .ttl_box_ttl {
    font-size: 40px;
    /* display: flex; */
    justify-content: center;
    position: relative;
}
.site-header-thumbnail .ttl_box_ttl:after {
    content: "";
    width: 180px;
    height: 18px;
    background: url(../images/top/line_stripe_01.svg) no-repeat 0 0;
    display: block;
    margin: 20px auto 0;
}
.site-header-thumbnail .ttl_box_ttl:before {
    content: "";
    width: 120px;
    height: 100px;
    background: url(../images/common/risu_01.svg) no-repeat 0 0;
    display: block;
    position: absolute;
    left: -130px;
}

.site-header-thumbnail .bg_ttl {
    position: absolute;
    z-index: 1;
    text-transform: uppercase;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-family: "Josefin Sans";
    font-weight: bold;
    font-size: 150px;
    line-height: 1;
    color: #fff;
}
.c-under-ttl {
    margin: 1em auto;
    width: fit-content;
    font-size: 32px;
    background: url(../images/under/ttl_circle.png) no-repeat 0 0;
    padding: 1em 1em 1em 1.5em;
    text-align: center;
}
.c-under-ttl:after {
    content: "";
    width: 180px;
    height: 18px;
    display: block;
    margin: 10px auto 0;
    border-bottom: dotted 8px #ea9b49;
}
.c-ttl_square {
    margin-bottom: 1em;
}
.c-ttl_square:before {
    content: "■";
    color: #F49D2E;
    padding-right: 0.5em;
}
.c-box-paper {
    background: #fff;
    padding: 10% 9%;
    position: relative;
    max-width: 825px;
    margin: auto;
}
.c-box-paper:before {
    content: "";
    background: rgba(244, 157, 46, 0.36);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: rotate(-2deg);
    display: block;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.c-box-paper.crip:after {
    content: "";
    position: absolute;
    background: url(../images/under/clip.svg) no-repeat 0 0;
    width: 23px;
    height: 63px;
    top: -30px;
    left: 30px;
    transform: rotate(-15deg);
}
.p-under-mv {
    height: 430px;
    margin-top: -60px;
}
.p-under-mv_01 {
    background: url(../images/under/under_mv_01.png) no-repeat center 0 / cover;
}
.p-under-mv_02 {
    background: url(../images/under/under_mv_02.png) no-repeat center 0 / cover;
}
.p-under-mv__ttl{
    padding-top: 7%;
}
.p-under-mv__ttl img{
    margin: auto;
    display: block;
}
.illst_cofee {
    position: relative;
}
.illst_cofee_img {
    position: absolute;
    right: 5%;
    top: 30px;
}
.c-around-nav-body {
    background: url(../images/under/bg_stripe.png) repeat 0 0 / cover;
    padding: 0 0 100px;
    border-bottom: solid 10px #F8EBE0;
    position: relative;
    margin-top: 180px;
}
.c-around-nav__ttl {
    width: fit-content;
    margin: 0 auto 30px;
    /* margin-top: -50px; */
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.c-around-nav-body .c-btn-set{
    padding-top: 120px;
}
.c-btn-circle.c-btn-circle--blue:before {
    background: #DCF4F4;
}
.c-btn-circle.c-btn-circle--pink:before {
    background: #FDD7D3;
}
.c-btn-circle.c-btn-circle--purple:before {
    background: #E3DEF4;
}
.c-btn-circle.c-btn-circle--green:before {
    background: #EAFAE8;
}


@media screen and (max-width: 960px) {
     .site-header-thumbnail {
        height: 300px;
    }
    .site-header-thumbnail .ttl_box_en {
        font-size: 70px;
    }
    .site-header-thumbnail .ttl_box_ttl {
        font-size: 24px;
        white-space: nowrap;
    }
    .site-header-thumbnail .bg_ttl {
        top: 34%;
        font-size: 80px;
    }
    .site-header-thumbnail .ttl_box_ttl:before {
        width: 65px;
        height: 80px;
        left: -70px;
        background-size: contain;
    }
    .p-under-mv {
        height: 320px;
        margin-top: 0;
    }
    .p-under-mv__ttl {
        padding-top: 5%;
    }

    .c-under-ttl {
        font-size: 24px;
        background-size: 60px;
    }
    .c-under-ttl:after {
        width: 80px;
        height: 10px;
    }
}

@media screen and (max-width: 650px) {
     .p-under-mv {
        height: 210px;
        margin-top: 0;
    }
    .p-under-mv__ttl {
        padding-top: 9%;
    }
    .c-under-ttl {
        padding:  0em 1em 1em
    }
    .c-around-nav__ttl {
        width: 90%;
    }
    .p-under-mv__ttl img {
        width: 120px;
    }
    .c-around-nav-body {
        padding-bottom: 40px;
        margin-top: 150px;
    }
    .c-around-nav-body .c-btn-set {
        padding-top: 40px;
    }
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::
ABOUT
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-point {
    background: url(../images/under/bg_under_01.png) no-repeat center 70%;
}
.p-about-point__list {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 40px;
    margin-top: 90px;
    justify-content: center;
}
.p-about-point__list-item {
    border-radius: 30px;
    background: #fff;
    box-shadow: 5px 5px 0px rgba(244, 157, 46, 0.36);
    padding: 6%;
    position: relative;
    width: 48%;
}
.p-about-point__list-item .num_box {
    width: fit-content;
    position: absolute;
    top: -60px;
    left: 5%;
}
.p-about-point__list-item .p-about-point__list-ttl {
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: solid 2px #F49D2E;
    padding-bottom: 0.2em;
}
.p-about-oneday__ttl-case {
    width: fit-content;
    margin: 50px auto 0;
}
.p-about-oneday__ttl-case + .timeline_list {
    margin-top: -60px;
}

.about-timeline {
    margin-top: 100px;
    margin-bottom: 100px;
}

.timeline_list {
    background: #fff;
    border-radius: 30px;
    padding: 70px 100px;
    font-size: 18px;
}
.timeline_item {
    display: flex;
    align-items: baseline;
    position: relative;
}
.timeline_item:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    background-color: #F49D2E;
    border: solid 3px #ffffff;
    border-radius: 50%;
    z-index: 1;
    left: 0;
    margin-right: 1em;
    top: 0;
}
.timeline_item.break:before {
    width: 1px;
    margin-right: 30px;
}
.timeline_item:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    box-sizing: border-box;
    background-color: #F49D2E;
    position: absolute;
    left: 9px;
    top: 1.5em;
}
.timeline_item:last-child:after {
    content: none;
}
.timeline_detail {
    align-items: baseline;
    border-bottom: dashed 2px #E5B189;
    flex: 1;
    font-family: "Kaisei Opti", sans-serif;
    font-weight: 400;
    padding: 1em 0;
}
.timeline_time {
    padding-right: 6%;
}
.timeline_detail_ttl {
    font-weight: 500;
    width: fit-content;
    padding: 0 1em;
    font-size: 20px;
}
.timeline_detail_ttl.bg_pink {
    width: auto;
    text-align: center;
    background: #fdd7d399;
    border-radius: 60px;
}
.timeline_detail_txt {
    margin-top: 10px;
    font-size: 18px;
}
.p-about-event__galally {
    display: flex;
    flex-wrap: wrap;
     gap: 20px; 
    justify-content: center;
    margin-top: 30px;
}
.p-about-event__galally-item {
    width: 23.5%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    padding: 8px;
    background: #fff;
}
.p-about-event__galally .p-about-point__list-img {
    width: 100%;
}


@media screen and (max-width: 960px) {
    .p-about-point__list-item .num_box {
        top: -30px;
    }
    .p-about-point__list {
        gap: 70px 40px;
        margin-top: 30px;
    }
    .timeline_list {
        padding: 50px 6%;
        font-size: 15px;
    }
    .p-about-event__galally-item {
        width: 46.5%;
        justify-content: center;
    }
}

@media screen and (max-width: 650px) {
    .p-about-event .c-under-ttl + p,
    .p-about-oneday .c-under-ttl + p {
        text-align: left;
    }
    .p-about-oneday .c-ttl_square {
        font-size: 1.3em;
    }
    .p-about-point__list-item {
        width: 100%;
    }
    .p-about-oneday__ttl-case {
        width: 80%;
    }
    .p-about-point__list-item {
        width: 100%;
    }
    .timeline_detail_txt {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.5;
    }
    .timeline_detail_ttl {
        font-size: 16px;
    }
    .illst_cofee_img {
        width: 70px;
    }
}
/*////////////////////// ABOUT*/



/*:::::::::::::::::::::::::::::::::::::::::::::::::
CREW
:::::::::::::::::::::::::::::::::::::::::::::::::*/

.p-crew-question__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.p-crew-question__list-item {
    width: 48%;
}
.p-crew-question__note {
    margin-top: 1em;
    text-align: right;
}
.p-crew-peaple__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
    justify-content: center;
}
.p-crew-peaple__list-item {
    width: 30%;
}
.p-crew-peaple__list-ttl {
    margin-bottom: 10px;
}
.p-crew-peaple__list-desc {
    font-family: "Kaisei Opti", sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.p-crew-msg__signature {
    margin: 30px 0 0 auto;
    display: block;
}
.p-crew-msg .c-box-paper {
    background: #fff;
    padding: 6% 10%;
    max-width: 825px;
    margin: 0 0 0 auto;
}
.p-crew-msg .c-box-paper p {
    font-size: 16px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 94%, rgba(244, 157, 46, 0.56) 100%);
    background-repeat: repeat-y;
    background-size: 100% 2em;
    line-height: 2em;
    font-family: "Kaisei Opti", sans-serif;
    font-weight: 400;
}
.p-crew-msg .c-box-paper p + p {
    margin-top: 1.5em;
}
.p-crew-msg-ph {
    max-width: 300px;
    position: absolute;
    top: 240px;
    z-index: 1;
}

@media screen and (max-width: 1082px) {
    .p-crew-msg-ph {
        position: unset;
        margin: auto;
    }
    .p-crew-msg .c-box-paper {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 960px) {
    .p-crew-peaple__list-item {
        width: 48%;
    }
}
@media screen and (max-width: 768px) {
    .p-crew-question__list {
        justify-content: center;
    }
    .p-crew-question__list-item {
        width: 90%;
        margin: auto;
    }
    .p-crew-msg .c-box-paper {
        background: #fff;
        padding: 10% 5%;
        max-width: 825px;
        margin-left: auto;
    }
    .p-crew-peaple__list-desc {
        font-size: 13px;
    }
    .p-crew-msg .c-box-paper {
        padding: 10% 5%;
    }
    .p-crew-msg .c-box-paper p {
        font-size: 14px;
    }
    .p-crew-msg .c-box-paper p br {
        display: none;
    }
    .p-crew-msg-ph {
        width: 50%;
    }
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::
FAQ
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-faq {
    margin: 50px auto;
    background: url(../images/under/bg_under_01.png) no-repeat center 0;
}
.faq-item {
    background: #fff;
    margin-bottom: 30px;
    padding: 10px 3%;
    flex: 1;
}
.faq-list .question, .faq-list .answer {
    display: flex;
    align-items: baseline;
    font-weight: normal;
    padding: 15px 0;
}
.faq-list .question:before, .faq-list .answer:before {
    font-size: 24px;
    font-family: 'Josefin Sans';
    width: 2em;
    height: 2em;
    line-height: 2em;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin-right: 0.5em;
    flex-shrink: 0;
}
.question:before {
    content: "Q";
    color: #fff;
    background: #F49D2E
}
.answer:before {
    content: "A";
    font-weight: 600;
    color: #F49D2E;
    border: 1px solid #F49D2E;
}
.faq-list .question {
    border-bottom: dashed 2px #F49D2E;
}
.faq-list .question .faq-txt {
    font-family: "Kaisei Opti", sans-serif;
    font-size: 24px;
}
.faq-item .question .faq-txt {line-height: 1.5;}

@media screen and (max-width: 768px) {
    .faq-list .question:before, .faq-list .answer:before {
        font-size: 20px;
    }
    .faq-list .question .faq-txt {
        font-size: 18px;
    }
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::
GUIDE
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-guide {
    background: url(../images/under/bg_under_01.png) no-repeat center 15%;
}
.p-guide-flow {
    max-width: 960px;
    margin: auto;
}
.p-guide-flow .p-flow-item {
    background: #fff;
    padding: 30px;
    display: flex;
    flex: 1;
    position: relative;
}
.p-guide-flow .p-flow-item + .p-flow-item {
    margin-top: 50px;
}
.p-guide-flow .p-flow-item:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90pc;
    height: 40px;
    background: url(../images/common/arrow_step.svg) no-repeat center;
    background-size: contain;
    display: block;
}
.p-guide-flow .p-flow-item:after:last-child {
    content: none;
}
.p-guide-flow .p-flow-item .p-flow-item__detail {
    flex: 1;
    padding-left: 30px;
}
.p-guide-flow .p-flow-item .p-flow-item__ttl {
    font-size: 1.5em;
    font-size: 24px;
    padding: 0 10px;
    border-bottom: dashed 2px #f49d2e;
}
.p-guide-summary {
    display: flex;;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.p-guide-summary__item {
    width: 15%;
    text-align: center;
    counter-increment: num;
    position: relative;
    margin-bottom: 30px;
     z-index: 0;
}
.p-guide-summary__item h3 {
    font-size: 16px;
}
.p-guide-summary__item:before {
    content: counter(num);
    display: inline-flex;
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #F49D2E;
    border-radius: 50%;
    border: solid 1px;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.p-guide-summary__item:after {
    content: "";
    background: #f49d2e;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 26px;
    z-index: -1;
}
.p-guide-summary__item:last-child:after {
    content: none;
}
.p-guide-flow .p-flow-item:last-child:after{
    content: none;
}
.p-guide-note__lists {
    margin: 50px auto;
}


@media screen and (max-width: 768px) {
    .p-guide-summary__item h3 {
        writing-mode: vertical-rl;
        line-height: 1.2;
        text-align: left;
        font-size: 14px;
    }
    .p-guide-summary__item:before {
        width: 30px;
        height: 30px;
        font-size: 15px;
        margin-bottom: 20px;
        display: flex;
    }
    .p-guide-summary__item:after {
        top: 15px;
    }
    .p-guide-flow .p-flow-item .p-flow-item__ttl {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    .p-guide-flow .p-flow-item .p-flow-item__detail {
        padding-left: 0;
    }
    .p-guide-flow .p-flow-item {
        display: block;
        padding: 5%;
    }
    .p-guide-flow .p-flow-item:after {
        background-size: 50px;
    }
    .p-guide-summary {
        justify-content: center;
        margin: 0 -6%;
}
    .guide_flow_sp {
        margin: 0 auto 50px;
        max-width: 90%;
}
}


/*:::::::::::::::::::::::::::::::::::::::::
welfare
::::::::::::::::::::::::::::::::::::::::::*/

.p-welfare-service-lead {
    font-size: 24px;
    text-align: center;
}
.p-welfare-service-desc {
    text-align: center;
}
.p-welfare-service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    gap: 30px;
    margin-top: 50px;
}
.p-welfare-service__list-item {
    width: 30%;
    border-radius: 20px;
    align-content: end;
}
.p-welfare-service__list-ttl {
    background: #6B401B;
    color: #fff;;
    border-radius: 20px 20px 0 0;
    text-align: center;
    padding: 0.5em;
    font-size: 24px;
}
.p-welfare-service__list-item p {
    padding: 5% 8% 8%;
    background: #fff;;
}
.p-welfare-type-b__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.p-welfare-type-b__list-item {
    width: 30%;
}
.p-welfare-type-b__list-ttl {
    text-align: center;
    margin: 0 auto;
}
.p-welfare-note .c-box-paper  {
    padding-top: 5%;
}
.p-welfare-note .c-box-paper p {
    font-size: 16px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 94%, rgba(244, 157, 46, 0.56) 100%);
    background-repeat: repeat-y;
    background-size: 100% 2em;
    line-height: 2em;
    font-family: "Kaisei Opti", sans-serif;
    font-weight: 400;
}
.p-welfare-note-risu {
    position: absolute;
    top: -123px;
    right: -60px;
}

@media screen and (max-width: 768px) {
    .p-welfare-service-lead {
        font-size: 16px;
        text-align: left;
    }
    .p-welfare-service-desc {
        text-align: left;
    }
   .p-welfare-service .c-under-ttl br {
        display: none;
    }
    .p-welfare-service__list-item {
        width: 100%;
    }
    .p-welfare-type-b__list-item {
        width: 100%;
    }
    .p-welfare-type-b__list-ttl {
        width: fit-content;
        max-width: 80%;
    }
    .p-welfare-note .c-box-paper {
        padding-top: 15%;
    }
    .p-welfare-note-risu {
        top: -78px;
        right: 0;
        width: 150px;
    }
}


/*:::::::::::::::::::::::::::::::::::::::::
ACCESS
::::::::::::::::::::::::::::::::::::::::::*/
.p-access-map {
    background: url(../images/under/bg_under_01.png) no-repeat center 15%;
}
.p-access-facility__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}
.p-access-facility__list-item {
    width: 23%;
}
.p-access-facility__cap {
    font-family: "Kaisei Opti", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;;
}
.p-access-map__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    justify-content: center;
}
.p-access-map__cta-set {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.p-access-map__logo {
    width: 160px;
    margin: 20px 10px;
}

@media screen and (max-width: 768px) {
    .p-access-facility__list-item {
        width: 47%;
    }
}
@media screen and (max-width: 650px) {
    .p-access-map__logo {
        margin: 20px auto;
    }

    .p-access-map__detail {
        text-align: center;
    }
    .p-access-map__cta-set {
        justify-content: center;
    }
}

/*:::::::::::::::::::::::::::::::::::::::::
BLOG
::::::::::::::::::::::::::::::::::::::::::*/

.single-post .site-header-thumbnail {
    display: none;
}
#main.content__main {
    background-color: transparent;;
}

.singular-header__title.entry-title {
    font-size: 24px;
}
body.page .singular-header__title.entry-title {
    text-align: center;
}

.entry-content .wp-block-heading {
    font-size: 18px;
    border-left: solid 5px #f49d2e;
    background: #fff;
    padding: 1em;
}
.entry-content p {
    line-height: 2;
}

.archive__item .archive__title a,
.paging__title,
.paging__item {
    color: #6B401B;
}

.post-taxonomy__container > *{
    color: #F49D22;
}
.ys-posts__item {
    background: #fff;
}
.ys-posts.is-card .ys-posts__thumbnail {
    border-bottom: solid 1px #ebe6e6;
}
.ys-posts.is-card .ys-posts__text,
.archive__item.is-card .archive__text {
    padding: 0.5em 0.5em 1em;
}
.ys-posts__meta,
.archive__meta {
    color: #666;
    font-size: .7em;
}
.ys-posts__date,
.singular-header__meta,
.archive__meta {
    color: #F49D2E;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.ys-posts__title {
    font-weight: normal;
}

/* 画像縦横比*/
.ys-post__no-image.is-card > a:before.
.archive__thumbnail.is-card > a:before {
    padding-top: 75%;
}
.ratio.is-16-9:before {
    padding-top: 66%;
}

.archive__page-title {
    font-size: 2em;
    text-align: center;
}
.archive__no-img {
    border: solid 1px #ebe6e6;
}

/*投稿一覧デフォルト画像設定*/
.ys-post__no-image,
.archive__no-img {
    background: url(./images/common/no_image_logo.png) center no-repeat #fff;
    background-size: 40%;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::
FORM
:::::::::::::::::::::::::::::::::::::::::::::::::*/

.contact-form-lead {
    text-align: center;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
    background: #209a4d;
    border: #209a4d;
    font-weight: 900;
    width: 100%;
    padding: 20px 1em;
    cursor: pointer;
}

button[type=submit],input[type=email], input[type=search], input[type=text], input[type=url], textarea {
     -webkit-appearance: none; 
    display: block;
    width: 100%;
}

/* form */
 select {
    -webkit-appearance: auto;
}
input[type='file'] {
    color: rgb(31, 41, 55);
    cursor: pointer;
    border: 1px solid rgb(191, 194, 199);
    border-radius: 0.375rem;
    padding-right: 0.5rem;
    width: 350px;
    font-size: 14px;
}

.contact-form button[type=submit] {
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
}
::file-selector-button,
::-webkit-file-upload-button {
  background-color: rgb(209, 213, 219);
  color: rgb(31, 41, 55);
  border: none;
  cursor: pointer;
  border-right: 1px solid rgb(191, 194, 199);
  padding: 0.25rem 1rem;
  margin-right: 1rem;
    font-size: 15px;
}
.contact-form {
    margin: 50px auto 100px;
}
.contact-form h3 {
    padding-bottom: 0.5em;
    text-align: center;
    background: #eff5fd;
    padding: 0.5em;
    font-size: 18px;
    font-weight: 500;
    margin-top: 1.5em;
}
.form_col {
    display: flex;
    align-items: baseline;
}
.form_col * + *{
    margin-left: 10px;
}
.contact-form dl + dl {
    border-top: none;
    margin-top: 1em;
}
.contact-form dl {
    max-width: 800px;
    margin: auto;
    padding: 50px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.contact-form dt {
    font-weight: 500;
    width: 250px;
    padding-left: 0;
    margin-bottom: 0.5em;
    align-content: center;
}
.contact-form dd {width: calc(100% - 250px);}
.contact-form .list_item .mwform-radio-field {
    display: block; 
    margin-bottom: 10px;
}
.form-required {
    position: unset;
    right: 18px;
    padding: 0 5px;
    display: inline-block;
    margin-left: 8px;
    background-color: #f6867d;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.75em;
    text-align: center;
    color: #fff;
}
.contact-form .list_item .mwform-radio-field-text {
    font-weight: bold;
}
.contact-form .list_item dd {
    background: #fff;
    padding: 2em;
    border: 1px solid rgba(56, 56, 38, 0.25);
}
button, input, select, textarea {
    padding: 10px;
    border: 1px solid rgba(56, 56, 38, 0.25);
    border-radius: 3px;
    background-color:#fff;
    font-size: 1em;
    max-width: 100%;
}
input[type=email], input[type=search], input[type=text], input[type=url], select, textarea {
    width: 100%;
    max-width: 100%;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #rgba(56, 56, 38, 0.50);
    font-size: 14px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #rgba(56, 56, 38, 0.50);
    font-size: 14px;
}
::placeholder{ /* Others */
    color: #rgba(56, 56, 38, 0.50);
    font-size: 14px;
}
.contact-form .error {
    color: #F44336;
}
.contact-form .entry_form_note {
    font-size: 14px;
}

.mwform-tel-field input[type="text"]{
    max-width: 23%;
}
.btn.back-btn{
    background: #fff;
    color: #111;
    margin-top: 30px;
    border: solid 1px #209a4d;
}
.p-contact-policy-box {
    overflow-y: scroll;
    height: 120px;
    border: solid 1px #ccc;
    padding: 1em;
    margin-bottom: 10px;
    background: #fff;
}
.p-contact-policy-box p {
     font-size: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .contact-form dl {
        flex-direction: column;
    }
    .contact-form dt,.contact-form dd {
        width: 100%;
    }

    table.table_01 {
        border-collapse: separate;
        font-size: 13px;
    }
    .table_01 th, .table_01 td {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 650px) {
    .contact-form-lead {
        text-align: left;
    }
    .form-contact-cate {
        padding-left: 10px;
        padding-top: 1em;
    }
    .mwform-radio-field.horizontal-item {
        padding-left: 1em;
    }
    .mw_wp_form .horizontal-item {
        display: block;
        padding-top: 0.5em;
    }
    .mw_wp_form .horizontal-item + .horizontal-item {
        margin-left: 0;
    }
}




