﻿@charset "utf-8";

body{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size:16px;
    position:relative;
    line-height: 1.8;
    color:#000;
}


/*------------------------------------------------
お申し込みフォーム
------------------------------------------------- */
div#customForm{
    width: 100%;
    max-width: 790px;
    margin: 0px auto;
    padding: 20px 0;
}

div#customForm button,
div#customForm input{
    font-family:'"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

div#cfGreet{
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

div#cfGreet p{
    margin: 0 0 10px 0;
}

div#cfGreet p span{
    display:block;
}

div#cfGreet div{
    background:#f5f5f5;
    padding:10px;
    text-align: center;
}

div#cfGreet div span{
    margin:0 0 0 15px;
    font-size:26px;
}

div#customForm dl{
    width: 100%;
    margin: auto;
    padding: 0 0 20px 0;
    margin: 0 auto 0;
}

div#customForm dl dt{
    float: left;
    padding: 15px 0 0 10px;
    font-weight: bold;
    width: 26%;
    position: relative;
}
div#customForm dl dt:after{
    display: inline-block;
    content: "任意";
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #d4d4d4;
    padding: 0 5px 0;
    margin: 0px 0 0px 10px;
    position: absolute;
    top: 18px;
    right: 0;
}
div#customForm dl dt.required:after{
    content: "必須";
    background: #9e0000;
}
div#customForm dl dt.topConnect:after {
    top: 5px;
}
div#customForm dl dd{
    padding: 15px 20px 1px 30%;
}

div#customForm dl dd.kugiri{
    border-bottom: 5px solid #ddd;
}

div#customForm dl dd.even{
    background:#f7f7f7;
}

div#customForm dl dd p{
    font-size:13px;
    color:#a60000;
    margin: 0 0 15px 0;
}

div#customForm dl dd p#cfYourAddress{
    color: #FFFFFF;
    background: #a60000;
    margin: 10px 0 0px 0;
    line-height: 1;
    padding: 4px 10px;
    width: 150px;
    text-align: center;
    font-size: 12px;
}
#cfAddressConfirm {
    font-weight: bold;
    font-size: 24px;
    color: #a60000;
    display: block;
    border-bottom: 1px solid #a60000;
    background: #fff;
    margin: 0 0 15px 0;
    padding: 10px 10px;
    line-height: 1.3;
    box-sizing: border-box;
}

.rec div#customForm dl dd p{
    color:#2171bb;
}

.rec div#customForm dl dd p#cfYourAddress{
    background: #2171bb;
}
.rec div#customForm #cfAddressConfirm {
    color: #2171bb;
    border-bottom: 1px solid #2171bb;
}
.arc div#customForm dl dd p{
    color:#cc72a8;
}
.arc div#customForm dl dd p#cfYourAddress{
    background: #cc72a8;
}
.arc #cfAddressConfirm {
    color: #cc72a8;
    border-bottom: 1px solid #cc72a8;
}

div#customForm dl dd input,
div#customForm dl dd textarea{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin:0 0 15px 0;
    font-size: 16px;
    line-height:1.8;
    padding:2.5px 5px;
    border: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    }

div#customForm dl dd input[type="checkbox"]{
    margin:0 10px 3px 0;
    cursor:pointer;
}
div#customForm dl dd input[type="radio"]{
    margin:0 10px 3px 0;
    cursor:pointer;
}

div#customForm dl dd textarea{
    width: 100%;
    height: 110px;
    display: block;
    }

div#customForm dl dd input.long{
    display:block;
    width:100%;
    }
div#customForm dl dd input.short{
    display:block;
    width:100px;
    }

div#customForm dl dd select{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin:0 0 15px 0;
    font-size: 16px;
    line-height:1.8;
    padding:5px;
    display: block;
    border-color: #ddd;
    }

label{
    cursor:pointer;
}

.checkLayout01 label{
    display: block;
    line-height: 1.2;
    border-bottom: 1px solid #ddd;
    padding: 12px 10px 10px;
}
.checkLayout01 label:last-child{
    border-bottom: none !important;
    margin-bottom: 15px;
}
.checkLayout01 .caution label:last-child{
    margin-bottom: 10px;
}
.checkLayout01 label.ag{
}
.checkLayout01 label.ag:hover{
    font-weight:bold;
    color:#ad871b;
}
.checkLayout01 label.ag.on{
    font-weight:bold;
    color:#ad871b;
}

.checkLayout02 label{
    display: inline-block;
    margin:0 20px 0 0;
}
.checkLayout02 label.ag{
    padding: 0px 8px;
    border: 1px solid #e6e6e6;
    margin: 0 5px 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.checkLayout02 label.ag:hover{
    border: 1px solid #999;
    font-weight:bold;
}
.checkLayout02 label.ag.on{
    border: 1px solid #ad871b;
    font-weight:bold;
    color:#ad871b;
}

h4.tit_h4_inform{
    font-weight: bold;
    margin:0 0 10px 0;
}
.policyBox_inform{
    height: 150px;
    padding: 10px 15px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
    background: #ffffff;
    border: 1px solid #ccc;
    font-size: 0.8em;
}
.policyBox_inform h2{
    margin: 25px 0;
    font-size: 20px;
    background: transparent;
    padding: 20px 5%;
    color: #555;
}


div.halfBox,
div.oneThirdBox,
div.zipBox{
    width:100%;
    }
div.halfBox span.formWrap{
    width:48%;
    display:block;
    float:left;
    }
div.halfBox span.formWrap:last-child{
    float:right;
    }
div.halfBox span.formWrap input{
    width:93%;
    }

div.oneThirdBox span.formWrap{
    width:25%;
    display:block;
    float:left;
    }
div.oneThirdBox span.formWrap input{
    width:93%;
    }
div.zipBox span.formWrap{
    width:55%;
    display:block;
    float:left;
    }
span#postcode_span{
    float:left;
    margin:0 10px 0 0;
    line-height:30px;
    }

.cfConfirm_button{
    margin:0 0 30px 0;
    text-align:center;
    }
.cfConfirm_button > button,
.cfConfirm_button > input {
    width: 250px;
    height: 50px;
    margin: 0 auto;
    border: none;
    cursor:pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size:18px;
    text-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
    color:#fff;
    background: #be9662;
    background: -moz-linear-gradient(top, #be9662 0%, #bc7b2b 100%);
    background: -webkit-linear-gradient(top, #be9662 0%,#bc7b2b 100%);
    background: linear-gradient(to bottom, #be9662 0%,#bc7b2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be9662', endColorstr='#bc7b2b',GradientType=0 );
    font-weight: bold;
}

.cfConfirm_button > button:hover,
.cfConfirm_button > input:hover {
    background:#a26e2b;
}


/* ボーダーつける */
dl.brdr dd{
    border-bottom: 1px solid #ddd;
}
/* 余白ゆったりバージョン */
div#customForm dl.comfortable dt{
    padding-top:30px;
}
div#customForm dl.comfortable dd{
    padding-top:30px;
    padding-bottom: 20px;
}
div#customForm dl.comfortable dd input,
div#customForm dl.comfortable dd textarea,
div#customForm dl.comfortable dd select{
    font-size: 18px;
    padding:10px ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-sizing: border-box;
    }
div#customForm dl.comfortable dd input[type="checkbox"]{
    margin:0 10px 3px 0;
    cursor:pointer;
}
div#customForm dl.comfortable dd input[type="radio"]{
    margin:0 10px 3px 0;
    cursor:pointer;
}
div#customForm dl.comfortable dt:after {
    top: 35px;
}
div#customForm dl.comfortable dt.topConnect:after {
    top: 5px;
}

/* validate ---------------------*/

.validate_attention{
    position: relative;
    top: -10px;
    left: 0px;
    background: #9E0000;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.validate_attention.set {
    top: 0px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 4px 10px 2px;
}
.halfBox .validate_attention{
    top: -10px;
    left: 0px;
}
.validate_attention:before{
    content: "";
    position: absolute;
    top: -12px;
    left: 10px;
    display: block;
    border: 6px solid transparent;
    border-bottom-color: #9E0000;
    border-left-color: #9E0000;
}
div.setWrap{
    margin-bottom:5px;
}
.caution{
    background:#FFEFE9;
}
div.setWrap.caution{
    padding: 10px;
    padding-bottom: 0;
    border: 1px solid #ccc;
}

/*---------------------
確認画面
---------------------*/
#cfCover{
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
}
#cfConfirmBox{
    position: fixed;
    width: 600px;
    background: #fff;
    top: 5%;
    left: 50%;
    margin: 0 0 0 -300px;
    height: 90%;
    z-index: 10000;
}

p.cfConfirmTit{
    font-weight: bold;
    text-align: center;
    border-bottom: 5px solid #ddd;
    margin: 0px auto 0;
    padding: 10px 0 7px 0;
    line-height: 1;
    font-size: 18px;
    width: 90%;
    color: #000000;
}

#cfConfirmBox dl {
    width: 90%;
    margin: auto;
    overflow-y: auto;
}

#cfConfirmBox dl dt{
    float: left;
    padding: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
}

#cfConfirmBox dl dd{
    padding: 10px 0 10px 190px;
    border-bottom: 1px solid #ddd;
    min-height: 24px;
    text-align: left;
}

#cfBtnBox{
    width: 600px;
    position: fixed;
    bottom: 5%;
    left: 50%;
    height: 60px;
    margin: 0 0 0 -300px;
    text-align: center;
    background: #fff;
    padding: 10px 0 0 0;

}

#cfBtnBox button{
    width: 250px;
    height: 45px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #C1272D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin:0 0 0 5px;
    font-size: 16px;}

#cfBtnBox button:hover{
    background: #861B20;
}

#cfBtnBox button#cfBtn_rewrite{
    color: #fff;
    background: #bbb;
    margin:0 5px 0 0;
}

#cfBtnBox button#cfBtn_rewrite:hover{
    background: #aaa;
}

/*---------------------------------------------------------------------------*/
@media screen and (max-width: 435px) {
    /*------------------------------------------------
    お申し込みフォーム
    ------------------------------------------------- */

    div#customForm {
        padding: 10px 0 0 0;
    }

    div#form_greet div span {
        margin: 0 0 0 0px;
        font-size: 26px;
        display: block;
    }

    div#customForm dl {
        width: 100%;
        margin: auto;
        padding: 0 ;
        margin: 0 auto 0;
    }

    div#customForm dl dt {
        float: none;
        padding: 5px 0 5px 0;
        margin: 0 0px 10px 0;
        font-weight: bold;
        border-bottom: 1px solid #eae4d5;
        width: auto;
    }

    div#customForm dl dd {
        padding: 5px 0px 10px 0px;
        margin: 0;
    }

    div#customForm dl dd.even {
        background: #fff;
    }

    span#addressConfirm {
        border: 1px solid #ad871b;
    }

    .checkLayout01 label {
        padding: 7px 0px;
        border-bottom: 0px solid #b9b9b9;
    }

    div#customForm dl dd input[type="radio"] {
        position: relative;
        top: 0px;
    }

    .policyBox_inform h2 {
        margin: 25px 0 !important;
        font-size: 16px !important;
        padding: 10px 0 10px 5% !important;
        text-align: left !important;
    }

    /* 余白ゆったりバージョン */
    div#customForm dl.comfortable dt{
        padding:10px 0 10px 0;
    }
    div#customForm dl.comfortable dd{
        padding-top:0;
        padding-bottom: 10px;
        border-bottom:0;
    }
    div#customForm dl.comfortable dd input,
    div#customForm dl.comfortable dd textarea,
    div#customForm dl.comfortable dd select{
        font-size: 16px;
        }
    div#customForm dl.comfortable dt:after {
        top: 18px;
    }
    div#customForm dl.comfortable dt.underConnect {
        padding: 10px 0 10px 0 !important;
        margin: 0 0px 10px 0 !important;
    }
    div#customForm dl.comfortable dt.topConnect:after {
        top: 5px;
    }

    /* validate ---------------------*/

    #cfConfirmBox {
        position: fixed;
        width: 95%;
        background: #fff;
        top: 5%;
        left: 50%;
        margin: 0 0 0 -47.5%;
        height: 90%;
    }
    #cfConfirmBox h2 {
        width: 94%;
    }
    #cfConfirmBox dl {
        width: 94%;
    }
    #cfConfirmBox dl dt {
        font-size: 12px;
    }
    #cfConfirmBox dl dd {
        padding: 10px 0 10px 110px;
    }
    #cfBtnBox {
        width: 95%;
        position: fixed;
        bottom: 5%;
        left: 2.5%;
        height: 60px;
        margin: 0 0 0 0px;
    }
    #cfBtnBox button {
        width: 45%;
    }


}