@charset "UTF-8";
@import url("css/reset.min.css");
/*
theme Name:fukukou
Author: JIA
Description:2026.03
*/

html
{
    scroll-behavior: smooth;
    font-size: 62.5%;
}

@media screen and (min-width:780px) and (max-width:1300px)
{
    html
    {
        font-size: 56.5%;
    }
}

body
{
    width: 100%;
    height: auto;
    background: #fff;
    color: #0D0C0C;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Noto Sans JP",
        sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    position: relative;
    margin: 0;
    padding: 0;
}

img
{
    max-width: 100%;
    height: auto;
}

a
{
    display: block;
    color: #000;
    text-decoration-line: none;
}

a:hover
{
    opacity: 0.9;
    transition-duration: 0.8s;
}

a img:hover
{
    opacity: 0.9;
    transition-duration: 0.8s;
}

.underline
{
    border-bottom: 3px solid #000;
    padding-bottom: 1rem;
}

.pc-none
{
    display: none;
}

.sp-none
{
    display: block;
}

@media screen and (max-width: 780px)
{
    .pc-none
    {
        display: block;
    }

    .sp-none
    {
        display: none;
    }

    a.anchor
    {
        margin-top: -40px;
        padding-top: 40px;
    }
}

.clear
{
    clear: both;
}

.max-img
{
    width: 100%;
}


/*コンテナ
-------------------------------------*/
.container
{
    max-width: 1000px;
    width: 85%;
    margin: 0 auto;
}

/*ぼたん
-------------------------------------*/
.btn
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 28vw;
    max-width: 420px;
    height: 5.3vw;
    max-height: 80px;
    background: #068A34;
    border-radius: 9999px;
    font-size: clamp(1.5rem, 1.3vw, 2rem);
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
}

@media screen and (max-width: 780px)
{
    .btn
    {
        width: 280px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/*フォント
-------------------------------------*/
p.title
{
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3.5rem;
}

h2
{
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 780px)
{
    p.title
    {
        font-size: 1.4rem;
        padding-bottom: 1em;
    }

    h2
    {
        font-size: 2rem;
    }
}

/*フッター
-------------------------------------*/
footer
{
    width: 100%;
    padding: 33px 0;
    text-align: center;
}

footer img
{
    width: 350px;
}

@media screen and (max-width: 780px)
{
    footer
    {
        padding: 20px 0;
    }

    footer img
    {
        width: 200px;
    }
}

/* kv
-------------------------------------*/
.kv
{
    position: relative;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    padding-top: 64px;
    z-index: 1;
}

.kv::before
{
    position: absolute;
    content: '';
    top: -15vw;
    left: -30vw;
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    background: #FFF9D7;
    z-index: -1;
}

.kv .container
{
    max-width: 1300px;
    width: 90%;
    background-image: url(img/kv_01.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 57%;
    height: 40vw;
}

.kv .logo
{
    padding-top: 3rem;
    width: 23.9vw;
}

.kv h1
{
    font-size: clamp(2.8rem, 4.1vw, 6.2rem);
    line-height: 1.7;
    font-weight: bold;
    margin-top: 4rem;
}

.kv h1 span
{
    display: inline-block;
    background: #000;
    color: #FFD900;
    padding: 0 0.3em;
    margin-right: 0.2em;
}

.kv p
{
    font-size: clamp(1.4rem, 1.6vw, 2.4rem);
    font-weight: bold;
    padding-top: 1em;
}

.kv .btn
{
    margin: 6rem 0 0;
}

@media screen and (min-width: 1550px)
{
    .kv .container
    {
        height: 600px;
    }
}

@media screen and (max-width: 780px)
{
    .kv
    {
        padding-top: 4vw;
    }

    .kv .container
    {
        background-image: none;
        height: auto;
    }

    .kv .logo
    {
        width: 60%;
        max-width: 300px;
        margin: 0 auto;
        padding-top: 0;
    }

    .kv h1
    {
        margin-top: 2rem;
    }

    .kv .container .pc-none
    {
        width: 100%;
        max-width: 500px;
        margin: 2rem auto;
    }

    .kv .btn
    {
        margin: 3rem auto 0;
    }
}

/* pickup
-------------------------------------*/
.pickup
{
    margin: 48px auto 77px
}

.pickup .container
{
    display: flex;
    justify-content: center;
}

.pickup .container img
{
    margin: 0 2vw;
    height: 8.5vw;
    max-height: 140px;
}

@media screen and (max-width: 780px)
{
    .pickup
    {
        margin: 30px auto 40px
    }

    .pickup .container img
    {
        margin: 0 1%;
        height: 27.4vw;
    }
}

/* nav
-------------------------------------*/
nav ul
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #000;
    padding: 30px 0;
}

nav li
{
    border-left: 1px solid #fff;
}

nav li.last
{
    border-right: 1px solid #fff;
}

nav a
{
    color: #fff;
    display: flex;
    font-size: 2rem;
    font-weight: bold;
    padding: 5px 4rem;
}

nav a img
{
    margin-left: 1em;
}

@media screen and (max-width: 780px)
{
    nav ul
    {
        display: block;
        padding: 15px 7%;
    }

    nav ul li
    {
        border-right: none;
        border-left: none;
        border-bottom: 1px dashed #fff;
    }

    nav ul li.last
    {
        border-right: none;
        border-left: none;
        border-bottom: none;
    }

    nav a
    {
        padding: 1em 0;
        justify-content: center;
        font-size: 1.7rem;
    }
}

/* howto
-------------------------------------*/
.howto
{
    background: #F4F4F4;
    padding: 108px 0;
}

.howto ul
{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.howto ul li
{
    position: relative;
    text-align: center;
    border-right: 1px solid #000;
    width: 33%;
    height: 292px;
    font-size: clamp(1.5rem, 1.3vw, 2rem);
    font-weight: bold;
    line-height: 1.6;
}

.howto ul li.last
{
    border-right: none;
}

.howto ul li::after
{
    position: absolute;
    content: '';
    top: 45%;
    right: -21px;
    width: 21px;
    height: 42px;
    background-image: url(img/howto_arrow.svg);
    background-repeat: no-repeat;
}

.howto ul li.last::after
{
    width: 0;
    height: 0;
}

.howto ul li img
{
    height: 132.93px;
    margin-bottom: 2.5rem;
    margin-top: 5rem;
}

.howto ul li.last img
{
    height: 77.51px;
    margin-bottom: 3.5rem;
    margin-top: 9rem;
}

.howto ul li span
{
    position: absolute;
    top: 0;
    left: 0.5em;
    font-size: clamp(4rem, 4vw, 6rem);
    font-weight: bold;
}

@media screen and (max-width: 780px)
{
    .howto
    {
        padding: 50px 0;
    }

    .howto ul
    {
        display: block;
        margin-top: 10px;
    }

    .howto ul li
    {
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #000;
        padding: 5rem 0 2rem;
    }

    .howto ul li::after
    {
        top: auto;
        bottom: -32px;
        right: 0;
        left: 0;
        margin: auto;
        transform: rotate(90deg);
    }

    .howto ul li span
    {
        top: 2rem
    }

    .howto ul li img
    {
        margin-top: 0;
    }

    .howto ul li.last img
    {
        margin-top: 0;
        margin-bottom: 1.6rem;
    }
}

/* point
-------------------------------------*/
.point
{
    padding: 108px 0 80px;
    background-image: url(img/point_back.webp);
    background-size: 50% auto;
    background-position: left center;
    background-repeat: no-repeat;
}

.point .flex
{
    display: flex;
    flex-wrap: wrap;
    margin-top: 104px;
}

.point .img
{
    width: 50%;
    padding-right: 5%;
    text-align: right;
}

.point .img img
{
    width: 55%;
}

.point .txt
{
    width: 50%;
    padding-left: 5%;
}

.point .txt li
{
    position: relative;
    padding-bottom: 3rem;
    padding-left: 2em;
    font-size: clamp(2rem, 1.73vw, 2.6rem);
    font-weight: bold;
    line-height: 1.4;
}

.point .txt li:before
{
    position: absolute;
    content: '';
    width: 1.4em;
    height: 1.4em;
    top: 0;
    left: 0;
    background-image: url(img/point_check.svg);
    background-repeat: no-repeat;
    background-size: cover;
}


.point .txt span
{
    font-size: 1.6rem;
    font-weight: normal;
}

@media screen and (max-width: 780px)
{
    .point
    {
        padding: 50px 0 30px;
        background-size: 75% auto;
        background-position: left top 20%;
    }

    .point .flex
    {
        margin-top: 40px;
    }

    .point .img
    {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .point .img img
    {
        width: 40%;
        max-width: 200px;
    }

    .point .txt
    {
        width: 100%;
        padding-left: 0;
    }

    .point .txt li
    {
        padding-bottom: 2.5rem;
        padding-left: 2em;
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .point .txt span
    {
        font-size: 1.4rem;
    }
}

/* video
-------------------------------------*/
.video
{
    width: 640px;
    height: 360px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.video video
{
    width: 100%;
}

@media screen and (max-width: 780px)
{
    .video
    {
        width: 85%;
        height: auto;
        margin-bottom: 50px;
    }
}

/* recomend
-------------------------------------*/
.recomend
{
    padding: 60px 0 20px;
}

.recomend .flex
{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.recomend .flex section
{
    display: block;
    width: 48%;
    margin-bottom: 50px;
}

.recomend h3
{
    text-align: center;
    background: #000;
    padding: 0.8em 0;
    color: #fff;
    font-size: clamp(1.5rem, 1.3vw, 2rem);
    font-weight: bold;
}

.recomend h3 span
{
    color: #FFD900;
}

@media screen and (max-width: 780px)
{
    .recomend
    {
        padding: 20px 0;
    }

    .recomend .flex section
    {
        width: 100%;
        margin-bottom: 25px;
    }

    .recomend .flex
    {
        margin-top: 20px;
    }
}

/* info
-------------------------------------*/
.info p
{
    line-height: 1.6;
    font-size: 1.4rem;
    padding-bottom: 0.3em;
}

.btn-area
{
    text-align: center;
}

.btn-area p
{
    position: relative;
    display: block;
    width: 20em;
    margin: 0 auto;
    font-size: clamp(1.5rem, 1.3vw, 2rem);
    color: #068A34;
}

.btn-area p:before
{
    position: absolute;
    content: '';
    top: -0.5em;
    left: -2em;
    width: 44.63px;
    height: 36.77px;
    background-image: url(img/info_line.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-area p:after
{
    position: absolute;
    content: '';
    top: -0.5em;
    right: -2em;
    width: 44.63px;
    height: 36.77px;
    background-image: url(img/info_line.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(90deg);
}

.btn-area .btn
{
    margin: 20px auto;
}

@media screen and (max-width: 780px)
{
    .btn-area p:before
    {
        top: -0em;
        left: -1em;
        width: 24.39px;
        height: 20.09px;
    }

    .btn-area p:after
    {
        top: -0em;
        right: -1em;
        width: 24.39px;
        height: 20.09px;
    }

    .btn-area .btn
    {
        margin: 10px auto 20px;
    }

    .info p
    {
        padding-bottom: 0.5em;
        line-height: 1.4;
    }
}

/* after
-------------------------------------*/
.after
{
    max-width: 100%;
    margin: 30px auto;
}

.after p.top
{
    font-size: clamp(1.5rem, 1.3vw, 2rem);
    font-weight: bold;
    padding-bottom: 2.5em;
    text-align: center;
}

.after h2
{
    font-size: clamp(3rem, 2.8vw, 4.2rem);
    font-weight: bold;
    text-align: center;
}

.after p.bottom
{
    font-size: clamp(1.5rem, 1.3vw, 2rem);
    font-weight: bold;
    padding-bottom: 2em;
    padding-top: 2em;
    text-align: center;
}

.after .num
{
    text-align: center;
}

.after .num h3
{
    font-size: clamp(1.5rem, 1.3vw, 2rem);
    font-weight: bold;
    text-align: center;
}

.after .num h3 img
{
    width: 32px;
    height: 32px;
    margin-right: 1rem;
}

.after .num .yerrow
{
    background: #FFD900;
    max-width: 700px;
    margin: 1em auto;
    padding: 3rem 3rem 2rem;
}

.after .num a
{
    font-size: clamp(2rem, 4vw, 6rem);
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-bottom: 0.3em;
}

.after .num .yerrow p
{
    text-align: left;
    padding-bottom: 0.3em;
    font-size: clamp(1.45rem, 1.3vw, 1.5rem);
    font-weight: bold;
}

.after p.mukyu
{
    font-size: clamp(1.5rem, 1.3vw, 2rem);
    font-weight: bold;
    text-align: center;
    padding: 1em;
}

.after ul
{
    max-width: 700px;
    margin: 0 auto;
}

.after ul li
{
    position: relative;
    padding-left: 1em;
    padding-bottom: 0.3em;
    line-height: 1.6;
    font-size: 1.4rem;
}

.after ul li::before
{
    position: absolute;
    content: '※';
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
}

.after .cancel
{
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1.4rem;
    padding-top: 1em;
}

@media screen and (max-width: 780px)
{
    .after
    {
        width: 85%;
        margin: 15px auto
    }

    .after h2
    {
        font-size: 2rem;
        line-height: 1.3;
    }

    .after p.top
    {
        padding-bottom: 2em;
    }

    .after p.bottom
    {
        padding-bottom: 1em;
        padding-top: 1em;
    }

    .after .num
    {
        width: 100%;
        padding: 0;
    }

    .after ul li
    {
        line-height: 1.5;
    }

    .after .num h3 img
    {
        width: 1.2em;
        height: 1.2em;
        margin-right: 0.5rem;
    }

    .after .num a
    {
        font-size: 3rem;
    }

    .after .num .yerrow p
    {
        font-size: 15px;
    }
}

/* flow
-------------------------------------*/
.flow
{
    width: 90%;
    margin: 60px auto;
}

.tabs
{
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #FFD900;
    width: 100%;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item
{
    width: calc(100%/2);
    height: 100px;
    border-bottom: 3px solid #FFD900;
    background-color: #d9d9d9;
    line-height: 100px;
    font-size: clamp(1.5rem, 1.3vw, 2rem);
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-bottom: 40px;
}

.tab_item:hover
{
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"]
{
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content
{
    width: 85%;
    margin: 0 auto;
    display: none;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#call:checked~#call_content,
#can:checked~#can_content
{
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item
{
    background-color: #FFD900;
}

.tab_content section
{
    position: relative;
    display: block;
    background: #fff;
    background-image: linear-gradient(135deg, #028d22 60px, transparent 0);
    margin-bottom: 20px;
    padding: 25px 35px 20px;
}

.tab_content section .step
{
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

.tab_content section .step span
{
    display: block;
    font-size: 2rem;
    font-weight: bold;
}

.tab_content section h3
{
    font-size: clamp(1.7rem, 1.3vw, 2rem);
    font-weight: bold;
    color: #068A34;
    padding-left: 50px;
    padding-bottom: 0.5em;
}

.tab_content section .flex .case:last-child h3
{
    padding-left: 20px;
}

.tab_content section p
{
    line-height: 1.7;
}

.tab_content section p.green
{
    color: #068A34;
    font-size: clamp(1.5rem, 1.13vw, 1.7rem);
    padding-left: 50px;
}

.tab_content section p.pt
{
    padding-top: 1em;
}

.tab_content section .flex
{
    display: flex;
}

.tab_content section .flex .case
{
    width: calc(100%/2)
}

.tab_content section .flex .case:first-child
{
    border-right: 1px solid #000;
    padding-right: 5px;
}

.tab_content section .flex .case:last-child .box
{
    padding-left: 20px;
}

.tab_content section .case .box
{
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.tab_content section .case .box .left
{
    width: 6em;
    height: 6.5em;
    border: 1px solid #000;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}

.tab_content section .case .box .left.black
{
    background: #D0D0D0;
}

.tab_content section .case .box .right
{
    width: calc(100% - 6em);
}

.tab_content section .case .box .right .green
{
    color: #028d22;
}

@media screen and (max-width: 1300px)
{
    .tab_content
    {
        width: 90%;
    }

    .tab_content section .step span
    {
        font-size: 2rem;
    }
}

@media screen and (max-width: 780px)
{
    .flow
    {
        margin: 30px auto;
    }

    .tabs
    {
        padding-bottom: 20px;
    }

    /*タブのスタイル*/
    .tab_item
    {
        height: 70px;
        border-bottom: 2px solid #FFD900;
        line-height: 1.6;
        font-size: 14px;
        padding-top: 12px;
        margin-bottom: 20px;
    }

    .tab_content section
    {
        padding: 20px 18px;
        background-image: linear-gradient(135deg, #028d22 50px, transparent 0);
    }

    .tab_content section .step
    {
        top: 5px;
        left: 5px;
        line-height: 1.2;
        font-size: 13px;

    }

    .tab_content section .step span
    {
        font-size: 16px;
    }

    .tab_content section h3
    {
        line-height: 1.5;
        padding-left: 40px;
    }

    .tab_content section p
    {
        font-size: 1.45rem;
        line-height: 1.6;
    }

    .tab_content section p.green
    {
        font-size: 14px;
        line-height: 1.4;
        padding-top: 5px;
        padding-left: 40px;
    }

    .tab_content section .flex
    {
        display: block;
    }

    .tab_content section .flex .case
    {
        width: 100%;
    }

    .tab_content section .flex .case:first-child
    {
        border-right: none;
        border-bottom: 1px solid #000;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .tab_content section .flex .case:last-child
    {
        padding-top: 15px;
    }

    .tab_content section .case .box
    {
        display: block;
    }

    .tab_content section .flex .case:last-child .box
    {
        padding-left: 0;
    }

    .tab_content section .case .box .left
    {
        height: 2.3em;
        line-height: 2.3em;
        width: 100%;
        margin-bottom: 5px;
    }

    .tab_content section .case .box .right
    {
        width: 100%;
        font-size: 15px;
    }
}

/* faq
-------------------------------------*/
.faq
{
    margin: 50px auto 0;
    padding: 80px 0 60px;
    background: #F4F4F4;
}

.faq .container
{
    margin-top: 70px;
}

.faq dl
{
    margin-bottom: 3rem;
}

.faq dt
{
    font-weight: bold;
    padding-bottom: 1em;
}

.faq dt span
{
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.2em 0.5em;
    margin-right: 1em;
}

.faq dd
{
    background: #fff;
    padding: 0.8em 1em
}

@media screen and (max-width: 780px)
{
    .faq
    {
        margin: 25px auto 0;
        padding: 40px 0 25px;
        font-size: 15px;
    }

    .faq .container
    {
        margin-top: 30px;
    }

    .faq dl
    {
        margin-bottom: 2.5rem;
    }

    .faq dt
    {
        font-weight: bold;
        padding-bottom: 1em;
    }

    .faq dt span
    {
        display: inline-block;
        background: #000;
        color: #fff;
        padding: 0.2em 0.5em;
        margin-right: 1em;
    }

    .faq dd
    {
        background: #fff;
        padding: 0.8em 1em
    }
}

/* registration
-------------------------------------*/
header
{
    padding: 20px 0;
}

header img
{
    width: 280px;
}

.form-area
{
    background: #EBEBEB;
    padding: 100px 0;
}

.form-area .container
{
    max-width: 750px;
}

.form-area h1
{
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 30px;
}

.form-area p
{
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.8;
}

.form-area p.area
{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 1em;
}

.form-area p.place
{
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 1.5em;
    padding-bottom: 0.3em;
}

.form-area p.place span
{
    display: inline-block;
    padding: 0px 7px;
    background: #028d22;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    margin-left: 1em;
}

.form-area .fax
{
    margin-top: 50px;
    margin-bottom: 3rem;
    text-align: center;
    border-top: 1px #c3c3c3 solid;
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #c3c3c3;
}

.form-area .fax h2
{
    font-size: 1.6rem;
    padding-bottom: 1em;
}

.form-area .fax p
{
    font-size: 1.4rem;
}

.form-area .fax a
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 40px;
    background: #000;
    color: #fff;
    margin: 1em auto;
    border-radius: 9999px;
    font-size: 1.5rem;

}

.form-area .fax .send
{
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

.form-area .form-area form
{
    width: 700px;
    margin: 20px auto;
    font-size: 1.7rem;
}

h2.formstart
{
    font-size: 1.8rem;
    margin-bottom: 2em;
}

legend
{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: bold;
    border-bottom: 1px #c3c3c3 solid;
    padding-bottom: 15px;
}

.form-area dl.flex
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.form-area dl label
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 3.5rem;
}

.form-area dt
{
    width: 30%;
}

.form-area dl.flex dt
{
    padding-bottom: 3.5rem;
}

.form-area dt span,
legend span
{
    display: inline-block;
    padding: 0px 7px;
    background: #028d22;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    margin-left: 1em;
}

.form-area dd
{
    width: 70%;
}

.form-area dd.radio
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-area dd .wpcf7-list-item
{
    margin: 0 25px 0 0;
}

.form-area dd input[type="radio"]
{
    appearance: none;
    position: relative;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #4aa31c;
    border-radius: 50%;
    background-color: #dddddd;
    cursor: pointer;
    margin-right: 0.5em;
}

.form-area dd input[type="radio"]:checked
{
    background-color: #ffffff;
}

.form-area dd input[type="radio"]:checked::after
{
    content: "";
    position: absolute;
    inset: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    padding: 0;
    border-radius: 50%;
    background-color: #ffb74e;
}

.form-area dd input
{
    width: 100%;
    background: #fff;
    padding: 0.5em 1em;
    border: 1px #c3c3c3 solid;
}

.form-area dd textarea
{
    width: 100%;
    height: 100px;
    padding: 1em;
    background: #fff;
    border: 1px #c3c3c3 solid;
}

/*エラー*/
.error
{
    font-size: 80%;
    color: red;
}

/*ぼたん*/
.form-area .btn-area
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-area .btn-area .wpcf7-submit,
.form-area .btn-area .confirm_button
{
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #028d22;
    color: #fff;
    margin: 3rem 1rem 0;
}

.form-area .btn-area .back_button
{
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #6b6b6b;
    color: #fff;
    margin: 3rem 1rem 0;
}

.form-area .btn-area [type=button][disabled]
{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.form-area .btn-area .wpcf7-spinner
{
    display: none;
}

.form-area .confirm_area dd.radio
{
    padding-bottom: 3.5rem;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area
{
    display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output
{
    display: none;
}

@media screen and (max-width: 780px)
{
    header
    {
        padding: 15px 0;
        text-align: center;
    }

    header img
    {
        width: 200px;
    }

    .form-area
    {
        padding: 50px 0;
    }

    .form-area h1
    {
        font-size: 2rem;
        padding-bottom: 15px;
        line-height: 1.5;
    }

    .form-area p
    {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .form-area p.area
    {
        font-size: 1.6rem;
    }

    .form-area p.place
    {
        font-size: 1.7rem;
        margin-bottom: 1em;
    }

    .form-area .fax a
    {
        font-size: 14px;
    }

    .form-area form
    {
        width: 100%;
        margin: 10px auto;
        font-size: 1.5rem;
    }

    legend
    {
        margin-bottom: 10px;
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .form-area dl.flex
    {
        width: 100%;
        margin-bottom: 3rem;
    }

    .form-area dl label
    {
        padding-bottom: 2rem;
    }

    .form-area dl.flex label
    {
        padding-bottom: 10px;
    }

    .form-area dt
    {
        width: 100%;
        margin-bottom: 5px;
    }

    .form-area dl.flex dt
    {
        padding-bottom: 5px;
    }

    .form-area dt span,
    legend span
    {
        display: inline-block;
        padding: 0px 7px;
        background: #028d22;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-weight: normal;
        margin-left: 1em;
    }

    .form-area dd
    {
        width: 100%;
    }

    .form-area dd input
    {
        width: 100%;
        background: #fff;
        padding: 0.5em 1em;
        border: 1px #c3c3c3 solid;
    }

    .form-area dd .wpcf7-list-item
    {
        margin: 0 0 10px 0;
        width: 100%;
    }

    .form-area dd textarea
    {
        height: 100px;
    }

    .form-area dd.radio .horizontal-item:first-child
    {
        margin-right: 0;
        margin-bottom: 10px;

    }

    .form-area dd.radio .horizontal-item
    {
        width: 100%;
    }

    .form-area dl.flex label
    {
        padding-bottom: 0;
        display: block;
    }

    .form-area .btn-area .wpcf7-submit,
    .form-area .btn-area .confirm_button,
    .form-area .btn-area .back_button
    {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    .form-area .confirm_area dd.radio
    {
        padding-bottom: 0;
    }
}