section.formarea .form_waku{
    max-width: 100%;
    padding: 0 0 30px !important;
}

textarea.form-control {
    height: auto !important;
}

span.ttl {
    display: block;
    margin: 0 0 0 0;
    padding: 2px;
    background: #ddd;
    color: #000;
    font-size: 14px;
}


p.coution-box {
    border: 2px solid #BF0000;
    padding: 10px;
    line-height: 1.45em;
}
p.coution-box span {
    font-weight: bold;
    color: #BF0000;
    text-align: center;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #BF0000;
}

span.red {
    font-weight: bold;
    color: #BF0000;
    border-bottom:none!important;
    text-align: left!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

/******************************ポップアップモーダルウィンドウ*********************************/

    .popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: .4s;
    }

    .popup.is-show {
        opacity: 1;
        visibility: visible;
    }

    .popup-inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-width: 900px;
        padding: 15px 50px 20px;
        background-color: #fff;
        z-index: 2;
        border: 10px solid #FFF000;
    }

    .popup-inner img {
        width: 100%;
    }

    .close-btn {
        position: absolute;
        /*right: 0;*/
        /*top: 0;*/
        width: 100%;
        height: 90px;
        /*line-height: 50px;*/
        text-align: center;
        cursor: pointer;
        bottom: 0;
        left: 0;
    }

    .close-btn i {
        font-size: 20px;
        color: #333;
    }

    .black-background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 1;
        cursor: pointer;
    }

    .popup-inner h2.unei {
        font-size: 20px;
        font-weight: bold;
        color: #001443;
        text-align: center;
        margin-bottom: 10px;
    }

    .popup-inner h2.unei span{
        font-size: 26px;
    }

.popup-inner p.text1{
    font-size: 14px;
    color: #333;
    text-align: center;
}

.popup-inner p.text2 {
    font-size: 14px;
}

.popup-inner p.text2 span {
    font-weight: bold;
}

.popup-inner .jyoken{
    border: 1px solid #ccc;
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 10px;

}


    .popup-inner h3 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0;
        border-bottom: 1px solid #999;
        padding: 0 0 10px;
        background: #f5f5f5;
    }

    .popup-inner dl {
        padding-top: 10px;
        margin-bottom: 0;



    }

    .popup-inner dl dt {
        text-align: left;
        color: #B48C3D;
        margin-bottom: 5px;
        font-size: 16px;

    }

    .popup-inner dl dd {
        text-align: left;
        padding-bottom: 10px;
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.2;
        color: #333;
        border-bottom: 1px dashed #999;

    }

.popup-inner dl dd:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;

}



    .popup-inner dl dd span.red {
        color: #fb2100;

    }

    .popup-inner dl dd span.yel {
        background: linear-gradient(transparent 60%, #ffd864 60%);

    }

    .popup-inner .box {
        border: 3px solid #001443;
        border-radius: 10px;
        padding: 0px 10px;
        margin-bottom: 30px;
        background: #fff;

    }

    .popup-inner .box p {
        text-align: center;
        font-weight: bold;
        color: #001443;
        font-size: 18px;
    }

    .popup-inner .box ul {

    }

    .popup-inner .box ul li {
        list-style: none;
        color: #001443;
        font-size: 18px;
        font-weight: bold;
    }

    .popup-inner .link a {
        text-align: center;
        background: #00b300;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        padding: 15px 10px;
        text-decoration: none;
        margin: 0 auto;
        display: block;
        border-radius: 50px;
        max-width: 100%;
        width: auto;
        cursor: pointer;

    }

    .popup-inner .link a:hover {
        background: #00b300;
        text-decoration: none;

    }

    .popup-inner .link a svg {
        margin-left: 20px;
    }

    .popup-inner .link2 a{
        text-align: center;
        background: #EFB419;
        color: #000;
        font-weight: bold;
        font-size: 18px;
        padding: 15px 10px;
        text-decoration: none;
        margin: 0 auto;
        display: block;
        border-radius: 50px;
        max-width: 100%;
        width: auto;
        cursor: pointer;

    }

    .popup-inner .link2 a:hover{
        background: #EFB419;
        text-decoration: none;

    }

    .popup-inner .link2 a svg{
        margin-left: 20px;
    }





.cv{
    /*background: url("../../images/bg.jpg");*/
    /*background-repeat: repeat-x;*/
    background-color: #D24131;
    padding-bottom: 30px;
}



.wrap{
    background: #fff;
}

section.formarea {
    background: #fff !important;
    padding: 0 0 !important;
}

.infobox p.tell {
    border-bottom: none !important;
    background: #fff;
    border-radius: 5px;
}

.infobox dl {
    text-align: center;
}

.infobox dl dt {
    color: #fff;
}

.infobox dl dd {
    color: #fff;
}

section.formarea h4 {
    border-left: 4px solid #3ACDAF;
}

footer {
    border-top: none !important;
}

p.please{
    background: #BF0000;
    padding: 15px;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 30px !important;
    text-align: center;
}


/*PC*/
@media (min-width: 700px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }

    section.formarea h3 {
        font-size: 2rem;
        color: #fff;
    }

    .caution_bg{
        width: auto;
        max-width:100%;
        margin:20px auto;
        background-color: #f5f5f5;
        padding: 20px 30px;
    }

    .caution_bg h5{
        text-align: center !important;
        font-weight: bold;
        color: #000;
        font-size: 18px !important;
        border: none !important;
        margin: 0 0 15px 0 !important;
    }

    .caution_bg h6{
        font-size: 16px;
        font-weight: bold;
        color: #BF0000;
        margin: 0 0 10px;
    }

    .caution_bg p{
        text-align: left !important;
        font-size: 16px !important;
        color: #000;
        line-height: 1.5;
        margin: 0 0 20px 0 !important;
    }


    .taisyoBox{
        display: block;
        background-color: #BF0000;
        padding: 15px 0;
    }

    .taisyoBox .innerArea{
        width: auto;
        max-width: 960px;
        background-color: #f5f5f5;
        padding: 15px 30px;
        color: #000;
        margin-bottom: 0;
        margin-top: 0 !important;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;

    }

    .taisyoBox .innerArea h5{
        font-weight: bold;
        text-align: center;
        font-size: 20px;
        padding-bottom: 15px;
        margin: 0 0 10px 0;
        color: #BF0000;
        border-bottom: 2px solid #BF0000;


    }

    .taisyoBox .innerArea p{
        text-align: left;
        font-size: 18px;
        color: #000;
    }



    .taisyoBox .innerArea dl{

    }

    .taisyoBox .innerArea dl dt{
        /*width: 100px;*/
        width: 160px;
        background: #BF0000;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        float: left;
        text-align: center;

    }

    .taisyoBox .innerArea dl dd{
        /*margin-left: 120px;*/
        margin-left: 180px;
        color: #000;
        font-size: 18px;


    }

    .taisyoBox .innerArea ul{
      background-color: #eee;
        padding: 5px 10px 5px;
        padding-left: 30px;

    }

    .taisyoBox .innerArea ul li{
        font-size: 14px;
        color: #333;
    }

    footer {
        border-top: none !important;
        text-align: center;
    }

    footer a{

        font-size: 16px;
        text-decoration: underline;
        margin-bottom: 20px;
        display: inline-block;
        padding: 0 10px;
        color: #222;
    }

    footer a:hover{
        color: #222;
        text-decoration: none;
    }

    p.txtx{
        text-align: center;
        font-size: 16px;
        padding-top: 10px;
    }


}

/*SP*/
@media (max-width: 699px) {


    .popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: .4s;
    }

    .popup.is-show {
        opacity: 1;
        visibility: visible;
    }

    .popup-inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 900px;
        padding: 15px 15px 10px;
        background-color: #fff;
        z-index: 2;
        border: 10px solid #FFF000;
    }

    .popup-inner img {
        width: 100%;
    }

    .close-btn {
        position: absolute;
        /*right: 0;*/
        /*top: 0;*/
        width: 100%;
        height: 90px;
        /*line-height: 50px;*/
        text-align: center;
        cursor: pointer;
        bottom: 0;
        left: 0;
    }

    .close-btn i {
        font-size: 20px;
        color: #333;
    }

    .black-background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 1;
        /*cursor: pointer;*/
    }

    .popup-inner h2.unei {
        font-size: 12px;
        font-weight: bold;
        color: #001443;
        text-align: center;
        margin-bottom: 10px;
    }

    .popup-inner h2.unei span{
        font-size: 14px;
    }

    .popup-inner p.text1{
        font-size: 12px;
        color: #333;
        text-align: left;
        margin-bottom: 5px;
    }

    .popup-inner p.text2 {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .popup-inner p.text2 span {
        font-weight: bold;
    }

    .popup-inner .jyoken{
        border: 1px solid #ccc;
        padding: 10px;
        background: #f5f5f5;
        margin-bottom: 10px;

    }


    .popup-inner h3 {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0;
        border-bottom: 1px solid #999;
        padding: 0 0 10px;
        background: #f5f5f5;
    }

    .popup-inner dl {
        padding-top: 10px;
        margin-bottom: 0;



    }

    .popup-inner dl dt {
        text-align: left;
        color: #B48C3D;
        margin-bottom: 5px;
        font-size: 12px;

    }

    .popup-inner dl dd {
        text-align: left;
        padding-bottom: 10px;
        margin: 0 0 10px 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.2;
        color: #333;
        border-bottom: 1px dashed #999;

    }

    .popup-inner dl dd:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;

    }



    .popup-inner dl dd span.red {
        color: #fb2100;

    }

    .popup-inner dl dd span.yel {
        background: linear-gradient(transparent 60%, #ffd864 60%);

    }

    .popup-inner .box {
        border: 3px solid #001443;
        border-radius: 10px;
        padding: 0px 10px;
        margin-bottom: 30px;
        background: #fff;

    }

    .popup-inner .box p {
        text-align: center;
        font-weight: bold;
        color: #001443;
        font-size: 18px;
    }

    .popup-inner .box ul {

    }

    .popup-inner .box ul li {
        list-style: none;
        color: #001443;
        font-size: 18px;
        font-weight: bold;
    }

    .popup-inner .link a {
        text-align: center;
        background: #00b300;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        padding: 10px 10px;
        text-decoration: none;
        margin: 0 auto;
        display: block;
        border-radius: 50px;
        max-width: 100%;
        width: auto;
        cursor: pointer;

    }

    .popup-inner .link a:hover {
        background: #00b300;
        text-decoration: none;

    }

    .popup-inner .link a svg {
        margin-left: 20px;
    }

    .popup-inner .link2 a{
        text-align: center;
        background: #EFB419;
        color: #000;
        font-weight: bold;
        font-size: 18px;
        padding: 15px 10px;
        text-decoration: none;
        margin: 0 auto;
        display: block;
        border-radius: 50px;
        max-width: 100%;
        width: auto;
        cursor: pointer;

    }

    .popup-inner .link2 a:hover{
        background: #EFB419;
        text-decoration: none;

    }

    .popup-inner .link2 a svg{
        margin-left: 20px;
    }





    .taisyoBox .innerArea ul{
        background-color: #eee;
        padding: 5px 10px 5px;
        padding-left: 30px;

    }

    .taisyoBox .innerArea ul li{
        font-size: 14px;
        color: #333;
    }

    p.txtx{
        font-size: 12px;
        padding: 10px 15px;
        text-align: left;
    }


    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    section.formarea h3 {
        font-size: 1.25rem;
        color: #fff;
    }

    section.formarea .form_waku {
        margin-bottom: 20px;
    }

    .caution_bg{
        width: auto;
        max-width:100%;
        margin:20px 0;
        background-color: #f5f5f5;
        padding: 15px 15px;
    }

    .caution_bg h5{
        text-align: center !important;
        font-weight: bold;
        color: #000;
        font-size: 16px !important;
        border: none !important;
        margin: 0 0 15px 0 !important;
    }

    .caution_bg h6{
        font-size: 16px;
        font-weight: bold;
        color: #BF0000;
        margin: 0 0 10px;
    }

    .caution_bg p{
        font-size: 16px;
        color: #000;
        line-height: 1.5;
        margin: 0 0 20px 0 !important;
    }


    .caution_bg ul{
        padding-inline-start: 20px !important;
        margin-bottom: 20px;
    }

    .caution_bg ul li{
        list-style-type: disc;
        font-size: 16px;

    }

    .caution_bg a{
        font-size: 12px;
    }


    .taisyoBox{
        display: block;
        background-color: #BF0000;
        padding: 15px 15px 15px;
    }

    .taisyoBox .innerArea{
        width: auto;
        max-width: 700px;
        background-color: #f5f5f5;
        padding: 15px 15px;
        color: #000;
        margin-bottom: 0;
        margin-top: 0 !important;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;

    }

    .taisyoBox .innerArea h5{
        font-weight: bold;
        text-align: center;
        font-size: 18px;
        padding-bottom: 5px;
        margin: 0 0 10px 0;
        color: #BF0000;
        border-bottom: 2px solid #BF0000;


    }

    .taisyoBox .innerArea p{
        text-align: left;
        font-size: 16px;
        color: #000;
    }



    .taisyoBox .innerArea dl{

    }

    .taisyoBox .innerArea dl dt{
        width: auto;
        background: #eee;
        color: #BF0000;
        font-size: 16px;
        font-weight: bold;
        float: none;
        text-align: left;
        padding:  3px 5px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #BF0000;

    }

    .taisyoBox .innerArea dl dd{
        margin-left: 0px;
        color: #000;
        font-size: 16px;


    }

    footer {
        border-top: none !important;
        text-align: center;
    }

    footer a{

        font-size: 14px;
        text-decoration: underline;
        margin-bottom: 20px;
        display: inline-block;
        padding: 0 10px;
        color: #222;
    }

    footer a:hover{
        color: #222;
        text-decoration: none;
    }

}

section.formarea .mod-icon-inquiry-any {
    margin-left: 15px;
    padding: 2px 6px;
    background-color: #666;
    color: #fff;
    font-size: 72%;
    float: none;
    font-weight: 400;
}


section.formarea .mod-icon-inquiry{
    background-color: #fff !important;
    color: #810000 !important;
    font-weight: bold !important;

}

.btn_submit {
    background-color: #fff !important;
    border: 2px solid #333 !important;
    color: #333 !important;
}

.btn_submit:hover {
    background-color: #333 !important;
    border: 2px solid #333 !important;
    color: #fff !important;
}