/* ==========================================================================
   toppage
   ========================================================================== */
/* p-indexBlock
   ----------------------------------------------------------------- */
.bg-color .p-indexBlock:nth-child(odd)
{
    background: #fff;
}

.bg-color .p-indexBlock:nth-child(even)
{
    background: #eaf5ff;
}

.p-indexBlock
{
    display: block;
    overflow: hidden;
}

.p-indexBlock-gray
{
    overflow: hidden;

    padding-right: 40px;
    padding-left: 40px;
}

.p-indexBlock-blue-heightAuto
{
    color: #0059a6; 
    background: #eaf5ff;
}

.p-indexBlock-blue
{
    color: #0059a6; 
    background: #eaf5ff;
}

@media screen and (min-width: 768px)
{
    .p-indexBlock-blue
    {
        min-height: calc(100vh - 129px);
    }
}

@media screen and (max-width: 767px)
{
    .p-indexBlock-blue
    {
        padding: 12vw 0vw 12vw 0vw;
    }
}

.p-indexBlock-blue.mid-center
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (max-width: 767px)
{
    .p-indexBlock__inner
    {
        padding-right: 5.33vw; 
        padding-left: 5.33vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-indexBlock__inner
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-indexBlock__inner--800
    {
        padding-right: 5.33vw; 
        padding-left: 5.33vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-indexBlock__inner--800
    {
        max-width: 840px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-indexBlock__inner1200
    {
        padding-right: 5.33vw; 
        padding-left: 5.33vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-indexBlock__inner1200
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-indexBlock__btn
    {
        width: 69.33333vw;
        height: 12vw;
        margin-top: 8vw;
        margin-right: auto; 
        margin-left: auto;
    }
}

@media screen and (min-width: 768px)
{
    .p-indexBlock__btn
    {
        font-size: 20px;
        font-size: 2rem; 

        width: 300px;
        height: 60px;
        margin-top: 52px;
        margin-right: auto;
        margin-left: auto;
    }
}

.contactPage-outline
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(1.3%, #fff), color-stop(1.3%, #ebebeb), color-stop(25.1%, #ebebeb), color-stop(25.1%, #fff), to(#fff));
    background-image: linear-gradient(#fff 0%, #fff 1.3%, #ebebeb 1.3%, #ebebeb 25.1%, #fff 25.1%, #fff 100%);
}

@media screen and (max-width: 1023px)
{
    .contactPage-outline
    {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(1%, #fff), color-stop(1%, #ebebeb), color-stop(16.3%, #ebebeb), color-stop(16.3%, #fff), to(#fff));
        background-image: linear-gradient(#fff 0%, #fff 1%, #ebebeb 1%, #ebebeb 16.3%, #fff 16.3%, #fff 100%);
    }
}

@media screen and (max-width: 767px)
{
    .contactPage-outline
    {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(11vw, #fff), color-stop(11vw, #ebebeb), color-stop(84.3vw, #ebebeb), color-stop(84.3vw, #fff), to(#fff));
        background-image: linear-gradient(#fff 0%, #fff 11vw, #ebebeb 11vw, #ebebeb 84.3vw, #fff 84.3vw, #fff 100%);
    }
}

.contactPage-outline__table
{
    width: 100%; 

    table-layout: fixed;
    border-collapse: collapse;
}

@media screen and (max-width: 767px)
{
    .contactPage-outline__table
    {
        border-top: none;
    }
}

.contactPage-outline__table tr
{
    border-top: 1px solid #bebebe; 
    border-bottom: 1px solid #bebebe;
}

@media screen and (max-width: 767px)
{
    .contactPage-outline__table tr
    {
        border-top: none;
        border-right: 1px solid #bebebe; 
        border-bottom: none;
        border-left: 1px solid #bebebe;
    }
    .contactPage-outline__table tr:last-of-type
    {
        border-bottom: 1px solid #bebebe;
    }
    .contactPage-outline__table tr.ltbt
    {
        border-bottom: 1px solid #bebebe;
    }
}

.contactPage-outline__table th
{
    font-weight: 500; 

    width: 25%;
    padding-right: 3.15%;
    padding-left: 3.15%;

    text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .contactPage-outline__table th
    {
        width: 37%;
    }
}

@media screen and (max-width: 767px)
{
    .contactPage-outline__table th
    {
        text-align: center;

        border-top: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe; 
        background-color: #c3ecfa;
    }
}

.contactPage-outline__table td
{
    line-height: 1.8;

    padding-right: 3.33%; 
    padding-left: 8.3%;
}

.contactPage-outline__table th,
.contactPage-outline__table td
{
    padding-top: 20px;
    padding-bottom: 20px;

    vertical-align: middle;
}

@media screen and (max-width: 767px)
{
    .contactPage-outline__table th,
    .contactPage-outline__table td
    {
        font-size: 32px;
        font-size: 4.27vw; 

        display: block;

        width: 100%;
        padding: 4vw 6.67vw 4vw 6.67vw;
    }
}

.contactPage-outline__table ul li
{
    display: inline-block;
}

@media screen and (max-width: 767px)
{
    .contactPage-outline__table ul li
    {
        display: block;
    }
}

/* reset
-------------------------------------------------------------------------- */
input[type='submit'],
input[type='button']
{
    cursor: pointer; 

    border: none;
    border-radius: 0;

    -webkit-appearance: button;

       -moz-appearance: button;

            appearance: button;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration
{
    display: none;
}

input[type='submit']::focus,
input[type='button']::focus
{
    outline-offset: -2px;
}

select
{
    font-weight: 300; 

    border: none;
    outline: none;
    background: transparent;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;
}

option
{
    font-weight: 300;
}

button,
input[type='submit']
{
    padding: 0;

    border: none;
    outline: none;
    background: transparent; 

    -webkit-appearance: none; 

       -moz-appearance: none; 

            appearance: none;
}

select
{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select::-ms-expand
{
    display: none;
}

select
{
    font-size: 16px;

    text-align: left !important;

    border: 0;
    background: inherit;
    background: none; 

    -webkit-appearance: none; 

       -moz-appearance: none; 

            appearance: none;
}

input[type='number']
{
    -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button
{
    margin: 0; 

    -webkit-appearance: none; 

            appearance: none;
}

/* table
-------------------------------------------------------------------------- */
.table
{
    margin-bottom: 60px; 

    border-spacing: 0;
    border-collapse: collapse;
}

@media screen and (max-width: 767px)
{
    .table ul li
    {
        display: inline-block;
    }
}

@media screen and (max-width: 767px)
{
    .table ul li .yoko
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 20px; 

        -ms-flex-wrap: wrap; 

            flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px)
{
    .table ul li .yoko li:first-child
    {
        display: block;

        width: 100%;
    }
    .table ul li .yoko li:first-child div
    {
        width: 97%; 
        max-width: 100%;
    }
    .table ul li .yoko li div
    {
        max-width: 125px;
    }
}

@media screen and (max-width: 767px)
{
    .table th,
    .table td
    {
        display: block;

        padding: 20px 10px 20px; 

        text-align: left;
    }
}

.table th
{
    width: 30%;

    text-align: left;
    vertical-align: middle; 
    white-space: nowrap;
}

@media screen and (max-width: 767px)
{
    .table th
    {
        width: 100%;
        padding-left: 15px; 

        white-space: normal;
    }
}

@media screen and (max-width: 767px)
{
    .table ul.yoko2
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 20px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .table ul.yoko2 li div
    {
        max-width: 130px;
    }
}

@media screen and (min-width: 1024px)
{
    .area_input
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.area_input input[type='number'].qtWidth,
.area_input input[type='text'].qtWidth
{
    width: 80%;
}

/* headLine
-------------------------------------------------------------------------- */
.headLine
{
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: normal;

    margin-bottom: 15px;
}

@media screen and (max-width: 1023px)
{
    .headLine
    {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

.headLine img
{
    width: 30px;
    margin-right: 10px; 
    margin-bottom: -5px;
}

/* honeypot
-------------------------------------------------------------------------- */
.hypt
{
    display: none !important;
}

/* error
-------------------------------------------------------------------------- */
.errMsg
{
    color: #f00;
}

.errList
{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5em;

    display: block;

    width: 95%;

    list-style: disc;
    list-style-position: inside; 

    color: #f00;
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .errList
    {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

/*
-------------------------------------------------------------------------- */
.req,
.opt
{
    font-size: .82em;
    font-weight: normal;
    font-weight: bold; 

    margin-left: .5em;
    padding: 2px 10px 2px;

    color: #f00 !important;
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .req,
    .opt
    {
        margin-top: 5px; 
        margin-left: 0;
    }
}

td .req,
.opt
{
    margin-left: 0;
    padding: 2px 10px 2px 0;
}

/*
-------------------------------------------------------------------------- */
.req_pcmail,
.opt
{
    font-size: .82em;
    font-weight: normal;
    font-weight: bold; 

    margin-left: 0;
    padding: 2px 10px 5px 0;

    color: #f00 !important;
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .req_pcmail,
    .opt
    {
        margin-top: 5px; 
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px)
{
    .req_pcmail,
    .opt
    {
        display: block;
    }
}

/* form
-------------------------------------------------------------------------- */
.area_input input[type='number'].qtWidth,
.area_input input[type='text'].qtWidth
{
    width: 80%;
}

input,
button,
textarea,
select
{
    font-family: 'Noto Sans JP', sans-serif !important; 

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type='email'],
input[type='tel'],
input[type='number'],
input[type='text'],
input[type='password'],
textarea
{
    font-size: 16px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%;
    margin: 5px 0; 
    padding: 10px;
    padding: 10px !important;

    text-align: left !important;

    border: 1px solid #ccc;
    border: solid 1px #ccc;
    background: #fff !important;
    -webkit-box-shadow: 0 0 3px #ccc inset;
            box-shadow: 0 0 3px #ccc inset;
}

@media screen and (min-width: 1024px)
{
    input[type='email'].qtWidth,
    input[type='tel'].qtWidth,
    input[type='number'].qtWidth,
    input[type='text'].qtWidth,
    input[type='password'].qtWidth,
    textarea.qtWidth
    {
        width: 45%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    input[type='email'].qtWidth,
    input[type='tel'].qtWidth,
    input[type='number'].qtWidth,
    input[type='text'].qtWidth,
    input[type='password'].qtWidth,
    textarea.qtWidth
    {
        width: 60%;
    }
}

@media screen and (max-width: 767px)
{
    input[type='email'].qtWidth,
    input[type='tel'].qtWidth,
    input[type='number'].qtWidth,
    input[type='text'].qtWidth,
    input[type='password'].qtWidth,
    textarea.qtWidth
    {
        width: 85%;
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px)
{
    input[type='email'],
    input[type='tel'],
    input[type='number'],
    input[type='text'],
    input[type='password'],
    textarea
    {
        width: 99%;
    }
}

input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus
{
    outline: 2px solid #0059a6 !important; 
    background-color: #ddd;
}

/* select
-------------------------------------------------------------------------- */
.cp_ipselect
{
    margin: 0 auto;

    text-align: center;
}

@media screen and (min-width: 1024px)
{
    .cp_ipselect
    {
        width: 220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .cp_ipselect
    {
        width: 250px;
    }
}

@media screen and (max-width: 767px)
{
    .cp_ipselect
    {
        width: 80%;
    }
}

.cp_ipselect select
{
    width: 100%;
    padding-right: 1em;

    cursor: pointer;
    text-indent: .01px;
    text-overflow: ellipsis;

    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;
}

.cp_ipselect select::-ms-expand
{
    display: none;
}

@media screen and (min-width: 1024px)
{
    .cp_ipselect.Area
    {
        width: 220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .cp_ipselect.Area
    {
        width: 250px;
    }
}

@media screen and (max-width: 767px)
{
    .cp_ipselect.Area
    {
        width: 100%;
    }
}

@media screen and (min-width: 1024px)
{
    .cp_ipselect.Lain
    {
        width: 220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .cp_ipselect.Lain
    {
        width: 300px;
    }
}

@media screen and (max-width: 767px)
{
    .cp_ipselect.Lain
    {
        width: 100%;
    }
}

@media screen and (min-width: 1024px)
{
    .cp_ipselect.Lain__sub
    {
        width: 220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .cp_ipselect.Lain__sub
    {
        width: 140px;
    }
}

@media screen and (max-width: 767px)
{
    .cp_ipselect.Lain__sub
    {
        width: 80%;
    }
}

.cp_ipselect.cp_sl01
{
    position: relative;

    display: inline-block;

    margin: 5px; 

    border: 1px solid #bbb;
    background: #fff;
}

.cp_ipselect.cp_sl01::before
{
    position: absolute;
    top: 0;
    right: .9em;
    bottom: 0;

    width: 0;
    height: 0;
    margin: auto; 
    padding: 0;

    content: '';
    pointer-events: none;

    border-top: 6px solid #666;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.cp_ipselect.cp_sl01 select
{
    padding: 8px 20px 8px 8px;
}

/*
-------------------------------------------------------------------------- */
.radio_sp,
.checkbox_sp
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

@media screen and (max-width: 767px)
{
    .radio_sp,
    .checkbox_sp
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (max-width: 767px)
{
    .radio_sp.radio_reply,
    .checkbox_sp.radio_reply
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.radio_sp li,
.checkbox_sp li
{
    max-width: 33.3333%; 

    -ms-flex-preferred-size: 33.3333%; 

        flex-basis: 33.3333%;
}

@media screen and (max-width: 1023px)
{
    .radio_sp li,
    .checkbox_sp li
    {
        max-width: 100%; 

        -ms-flex-preferred-size: 100%; 

            flex-basis: 100%;
    }
}

@media screen and (max-width: 767px)
{
    .radio_sp li,
    .checkbox_sp li
    {
        max-width: 95%; 

        text-align: left;

        -ms-flex-preferred-size: 80%;
        flex-basis: 95%;
    }
}

.radio_sp li label,
.checkbox_sp li label
{
    display: block;

    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;

    cursor: pointer; 

    border: 1px solid #bbb;
    background: #ebebeb;
}

@media screen and (max-width: 1023px)
{
    .radio_sp li label,
    .checkbox_sp li label
    {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px)
{
    .radio_sp li label :hover,
    .checkbox_sp li label :hover
    {
        background: #000;
    }
}

.radio_sp .l1 li,
.checkbox_sp .l1 li
{
    max-width: 100%; 

    -ms-flex-preferred-size: 100%; 

        flex-basis: 100%;
}

@media screen and (max-width: 1023px)
{
    .radio_sp .l1 li,
    .checkbox_sp .l1 li
    {
        max-width: 80%; 

        -ms-flex-preferred-size: 80%; 

            flex-basis: 80%;
    }
}

.radio_sp input,
.checkbox_sp input
{
    display: none;
}

.radio_sp input:checked + label,
.checkbox_sp input:checked + label
{
    font-weight: bold; 

    color: #fff;
    background: #000;
}

.radio_sp input + label
{
    position: relative; 

    padding-left: 30px;
}

.radio_sp input + label::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;

    display: block;

    width: 17px;
    height: 17px;
    margin: auto;

    content: '';

    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
}

.radio_sp input:checked + label::after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;

    display: block;

    width: 11px;
    height: 11px;
    margin: auto;

    content: '';

    border-radius: 50%; 
    background: #000;
}

.checkbox_sp input + label
{
    position: relative; 

    padding-left: 30px;
}

.checkbox_sp input + label::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;

    display: block;

    width: 15px;
    height: 15px;
    margin: auto;

    content: '';

    border: 1px solid #999;
    background: #fff;
}

.checkbox_sp input:checked + label::after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;

    display: block;

    width: 8px;
    height: 12px;
    margin: auto;

    content: '';
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);

    border-right: 3px solid #000; 
    border-bottom: 3px solid #000;
}

/* atten
-------------------------------------------------------------------------- */
.c_atten img
{
    width: 100%;
}

.c_atten ul
{
    text-align: left;
}

.c_atten ul li
{
    display: inline-block;

    margin-bottom: 0; 

    vertical-align: middle;
}

.c_atten ul li:first-child
{
    max-width: 60px;
}

@media screen and (max-width: 1023px)
{
    .c_atten ul li:first-child
    {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1023px)
{
    .c_atten ul li:first-child img
    {
        display: block; 

        width: 60px;
        height: auto;
        margin: 0 auto 20px;
    }
}

.c_atten ul li:nth-child(2)
{
    width: 90%;
    margin-left: 10px;
}

.c_atten ul li:nth-child(2) .color
{
    color: #006bbb;
}

@media screen and (max-width: 1023px)
{
    .c_atten ul li:nth-child(2)
    {
        line-height: 1.5; 

        max-width: 100%;
    }
}

.atten_ad
{
    font-size: 23px !important; 
    font-weight: bold;

    margin-bottom: 10px;
}

/* btn
-------------------------------------------------------------------------- */
#btnFormList a
{
    text-decoration: none;
}

#btnFormList,
#btnConfList
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0;

    list-style-type: none;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#btnFormList2 a
{
    text-decoration: none;
}

#btnFormList2,
#btnConfList2
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0;

    list-style-type: none;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#btnSubmit
{
    font-size: 25px;
    font-weight: bold;

    display: block; 

    min-width: 300px;
    margin: 0 20px;
    padding: 20px !important;

    text-align: center;
    letter-spacing: .2em;

    color: #fff;
    background: #000;
}

@media screen and (max-width: 767px)
{
    #btnFormList2 li:nth-child(2) #btnSubmit,
    #btnConfList2 li:nth-child(2) #btnSubmit,
    #btnFormList li:nth-child(2) #btnSubmit,
    #btnConfList li:nth-child(2) #btnSubmit
    {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    #btnSubmit
    {
        /* margin-bottom: 100px; */
    }
}

#btnSubmit:hover
{
    opacity: .8;
}

#btnSubmit a
{
    text-decoration: none; 

    color: #fff;
}

#btnSubmit.syusei
{
    color: #555; 
    background: #ddd;
}

#btnSubmit.syusei a
{
    text-decoration: none; 

    color: #555;
}

/* conf
-------------------------------------------------------------------------- */
.page_disc
{
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;

    width: 1080px;
    max-width: 90vw;
    margin: 40px auto 20px;
    padding: 0 5px;

    text-align: center;

    color: red;
}

@media screen and (max-width: 767px)
{
    .page_disc
    {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

/* datepicker
-------------------------------------------------------------------------- */
.datepicker
{
    width: 280px !important;
    max-width: 280px;
    margin-right: 25px;
}

@media screen and (max-width: 750px)
{
    .datepicker
    {
        width: 100% !important;
        max-width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px)
{
    .table ul.rway
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 20px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .table ul.rway li:first-child
    {
        display: block;

        width: 100%;
    }
    .table ul.rway li:first-child div
    {
        width: 97%;
        max-width: 100%;
    }
    .table ul.rway li div
    {
        max-width: 170px;
    }
}

@media screen and (max-width: 767px)
{
    .table ul.rway2
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 20px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .table ul.rway2 li
    {
        display: inline-block;
    }
    .table ul.rway2 li div
    {
        max-width: 120px;
    }
}

/* formbtn
   ----------------------------------------------------------------- */
.formbtn
{
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.3;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 20px 40px;

    text-align: center;
    text-decoration: none;

    background: #f8f1e3;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.formbtn .c-link__arrow
{
    font-size: 40px;
    font-size: 4rem;
}

@media screen and (max-width: 767px)
{
    .formbtn
    {
        font-size: 18px;
        font-size: 1.8rem;

        padding: 10px 15px;
    }
}

@media screen and (max-width: 1023px)
{
    .formbtn
    {
        display: inherit;
    }
    .formbtn br
    {
        display: none;
    }
}

.btnArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-top: 60px; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
