.cv{
    /*background: url("../../images/bg.jpg");*/
    /*background-repeat: repeat-x;*/
    background-color: #fff;
    padding-bottom: 0px;
}

.pc {
    text-align: center;
}

section.formarea h3 {
    font-size: 2rem;
    color: #048DCF;
}

.wrap{
    /* background: #9ECAE7; */
    background: #C1DB82;
}

@media (max-width: 699px) {
    .wrap{
        background: #C1DB82;
    }
}

section.formarea {
    background: #C1DB82 !important;
    padding: 10px 0;
}

.infobox p.tell {
    border-bottom: none !important;
    background: #fff;
    border-radius: 5px;
}

.infobox dl{
    text-align: center;
}

.infobox dl dt {
    color: #222;
}

.infobox dl dd {
    color: #222;
}

section.formarea h4 {
    border-left: 4px solid #048DCF;
}

footer {
    border-top: none !important;
}

p.please{
    background: #0393da;
    padding: 15px;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 30px !important;
    text-align: center;
}

p.amzn {
    color: #222;
    margin-bottom: 0;
    font-size: 12px;
    padding-top: 5px;
    text-align: left;
}

/*モーダル設定*/

.modalInner {
    text-align: center;
    margin-top: 10px;
    padding: 15px 10px;
}

.modalInner a {
    font-size: 16px;
    text-decoration: underline;
    background: #0393da;
    padding: 5px 10px;
    color: #fff;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999; }

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%; }

.modal__content {
    background: #fff;
    left: 50%;
    padding: 40px 20px 70px 20px;
    position: absolute;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: 75vh; }

.modal__content {
    background: #fff;
    left: 50%;
    padding: 40px 20px 70px 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: 75vh; }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .modal__content {
        padding: 40px 20px 80px 40px;
        width: 80%;
        height: 90vh; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal__content {
        padding: 40px 20px 80px 40px;
        width: 80%;
        height: 60vh; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modal__content {
        padding: 40px 20px 80px 40px;
        width: 50%;
        height: 60vh; } }
@media only screen and (min-width: 1200px) {
    .modal__content {
        padding: 40px 20px 80px 40px;
        width: 50%;
        height: 60vh; } }

.modal__content .close {
    display: block;
    text-align: center !important;
    float: none !important;
    padding-top: 25px; }

.modal__content .close a {
    color: #222 !important;
    background-color: #fff;
    padding: 10px 30px;
    border: 1px solid #222 !important;
    border-radius: 5px;
    font-size: 12px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .modal__content .close a {
        font-size: 16px;
        font-size: 1rem; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal__content .close a {
        font-size: 16px;
        font-size: 1rem; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modal__content .close a {
        font-size: 16px;
        font-size: 1rem; } }
@media only screen and (min-width: 1200px) {
    .modal__content .close a {
        font-size: 16px;
        font-size: 1rem; } }
.modal__content .close a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
    color: #fff; 
}

.scroll_area {
    margin-top: 0px;
    margin-bottom: 0px;
    /*padding: 10px;*/
    height: 100%;
    width: 100%;
    /*max-width: 95%;*/
    overflow-y: scroll;
    /*border: 1px solid #7d7d7d;*/ }

.scroll_area h3 {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 1;
    margin-bottom: 30px; }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .scroll_area h3 {
        font-size: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .scroll_area h3 {
        font-size: 20px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .scroll_area h3 {
        font-size: 20px; } }
@media only screen and (min-width: 1200px) {
    .scroll_area h3 {
        font-size: 20px; } }

.scroll_area p {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 30px; }

.scroll_area dl {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 30px;
}



/*PC*/
@media (min-width: 700px) {

    p.amzn {
        color: #222;
        margin-bottom: 0;
        font-size: 12px;
        padding-top: 5px;
        text-align: left;
    }

    .pc{
        display: block;
    }
    .sp{
        display: none!important;
    }

    .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: #D24131;
        padding: 15px 0;
    }

    .taisyoBox .innerArea{
        width: auto;
        max-width: 800px;
        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: #FD9903;
        border-bottom: 2px solid #FD9903;


    }

    .taisyoBox .innerArea p{
        text-align: left;
        font-size: 18px;
        color: #000;
    }



    .taisyoBox .innerArea dl{

    }

    .taisyoBox .innerArea dl dt{
        width: 100px;
        background: #FD9903;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        float: left;
        text-align: center;

    }

    .taisyoBox .innerArea dl dd{
        margin-left: 120px;
        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) {

    .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: #048DCF;
    }

    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: #D24131;
        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: #FD9903;
        border-bottom: 2px solid #FD9903;


    }

    .taisyoBox .innerArea p{
        text-align: left;
        font-size: 16px;
        color: #000;
    }



    .taisyoBox .innerArea dl{

    }

    .taisyoBox .innerArea dl dt{
        width: auto;
        background: #eee;
        color: #FD9903;
        font-size: 16px;
        font-weight: bold;
        float: none;
        text-align: left;
        padding:  3px 5px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #FD9903;

    }

    .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;
}

.taisyoBox .innnerbg {
    background-color: #FD9903;
    padding: 20px 0;
}

/*.taisyoBox {*/
    /*display: block;*/
    /*background-color: none;*/
    /*padding: 0px 0;*/
/*}*/