/* ==========================================================================
common
   ========================================================================== */

#top h2{
    text-align:center;
}


@media screen and (min-width: 751px){
    #top h2{
    font-size: 24px;
    letter-spacing: .5em;
    }
}

.req{color: red;}

input[type='submit'],
button{
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

/* ==========================================================================
contact form
   ========================================================================== */

.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;
    box-sizing: border-box;
}

.contactPage-outline__table th span
{
    display: inline-block;
}

.contactPage-outline__table th span.title
{
    margin-right: 1em;
}

@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;
    }
}

.contactPage-outline__table td
{
    line-height: 1.8;
    padding-right: 3.33%;
    padding-left: 8.3%;
    box-sizing: border-box;
}

.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.17vw; 

        display: block;

        width: 100%;
        padding: 3.91vw 6.51vw 3.91vw 6.51vw;
    }
}

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

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

@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='alphabet'].qtWidth,
.area_input input[type='text'].qtWidth
{
    width: 80%;
}

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

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

.errList
{
    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
    {

    }
}

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

    display: inline-block;

    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;
}

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

input,
button,
textarea,
select
{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

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

    -webkit-box-sizing: border-box;

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

    text-align: left;

    border: 1px solid #ccc;
    background: #fff;
    -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='alphabet'].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='alphabet'].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='alphabet'].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='alphabet'],
    input[type='password'],
    textarea
    {
        width: 99%;
    }
}

input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='text']:focus,
input[type='alphabet']:focus,
input[type='password']:focus,
textarea:focus
{
    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
-------------------------------------------------------------------------- */
.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: 50%; 

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

        flex-basis: 50%;
}

@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: #2B8C31;
    }
}

.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: #2B8C31;
}

.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: 9px;
    display: block;
    width: 11px;
    height: 11px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background: #2B8C31;
}

.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 #2B8C31; 
    border-bottom: 3px solid #2B8C31;
}

/* 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;
}

.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%;
    }
}

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

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

.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;

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

    color: #fff;
    background: #2B8C31;
}

@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: .6;
}

.btnSubmit a
{
    text-decoration: none; 

    color: #fff;
}

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

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

    color: #555;
}

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

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

/* 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;
}

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

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

        padding: 10px 15px;
    }
}

.formbtn .c-link__arrow
{

}

/* btnArea
   ----------------------------------------------------------------- */
.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;
}
