@charset "UTF-8";

form label {
 cursor: pointer;
}

#registFrom{
    display:block;
    overflow:hidden;
    width:880px;
    margin:50px auto 0;
}

#registFrom > form{
    /**/
}

#registFrom table{
    width:680px;
    margin:0 auto;
}


#registFrom table td{
    width:50%;
    padding:1em 0;
}



#registFrom table td > p {
    margin-top: 1.0em;
}


#registFrom table td h4{
    font-size: 1.8rem;
    /*font-weight:normal;*/
}
#registFrom table td h4 > small{
    font-size:1.4rem;
    color:#333333;
    font-weight:normal;
}


#registFrom table tr.wcell > td:nth-child(1){
    padding-right:1em;
}
#registFrom table tr.wcell > td:nth-child(2){
    padding-left:1em;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

span.must {
    display: inline-block;
    height: 18px;
    background-color: #D2171A;
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
    margin-left: 5px;
    padding: 0 5px;
}

ul.idtList > li span.must {
    margin-top: 3px;
    padding: 0 4px 0 19px;
}

/* for Sp --------------------*/
@media screen and (max-width:980px) {

    #registFrom{
        width:100%;
		padding: 0;
    }

    #registFrom table{
         width:100%;
    }

    #registFrom.complete {
        width:100% !important;
    }

}


@media screen and (max-width: 738px) {

    #registFrom table td{
        display:block;
        width:100%;
        padding:0.5em 0;
    }

    #registFrom table tr.wcell > td:nth-child(1){
        padding-right:0;
    }
    #registFrom table tr.wcell > td:nth-child(2){
        padding-left:0;
    }

}

/* ---------------------------------------------
*  エラー装飾
--------------------------------------------- */
input.error,
textarea.error{
    border:1px solid #D2171A!important;
    background-color:#fbeaf3!important;
}
select.error,
.error{
    /*border:1px solid #D2171A;*/
    background-color:#fbeaf3!important;
    color:#D2171A!important;
}

/* ---------------------------------------------
*  一列フォーム
--------------------------------------------- */

#registFrom dl{
    display:block;
    overflow:hidden;
    width:680px;
    margin:0 auto;
}

#registFrom dt{
    margin-bottom:0.5em;
}
#registFrom dt > strong{
    font-size:1.8rem;
    /*font-weight:normal;*/
}
#registFrom dt > strong > small{
    font-size:1.4rem;
    color:#333333;
}

#registFrom dd{
    margin-bottom:2em;
}
#registFrom dd > p{
    margin:0.5em 0;
}


/* for Tb --------------------*/
@media screen and (max-width: 980px) {

    #registFrom dl{
        width:100%;
    }

}


/* ---------------------------------------------
*  サブタイトル
--------------------------------------------- */
#registFrom h3{
    width:680px;
    font-size:1.8rem;
    color:#002269;
    margin:0.5em auto;
    line-height:125%;
}



/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    #registFrom h3{
        width:100%;
    }

}

/* ---------------------------------------------
*  電話番号
--------------------------------------------- */
.telFld > input[type='text'],
.telFld > input[type='tel']{
    width:28%;
}


/* ---------------------------------------------
*  郵便番号
--------------------------------------------- */
#zipSerch{
    display:inline-block;
    letter-spacing:-.4em;
    margin-top: 1.0em;
}
#zipcode{
    display:inline-block;
    /*overflow:hidden;*/
    min-width:50%;
    float:left;
    white-space: nowrap;
    letter-spacing:normal;

}

#zipcode > input[type='text'],
#zipcode > input[type='tel']{
    width:40%;
}

#zipBtn {
    display:inline-block;
    overflow:hidden;
    height:38px;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    line-height:38px;
    padding:0 0.75em;
    font-size:1.4rem;
    letter-spacing:normal;
    margin-left:1em;

    background-color:#fc9b5f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);}

#zipBtn:focus{
    outline: none;
}

.pc #zipBtn:hover{
    opacity:0.5;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    #zipcode{
        /*text-align:center;
        display:block;
        float:none;*/
        width:calc(100% - 100px);
        padding-right:0;
        margin-bottom:0.5em;
    }

    #zipcode > input[type='text']{
        width:45%;
        min-width:4em;
    }

    #zipBtn{
        height:44px;
        line-height:44px;
    }

}


/* ---------------------------------------------
*  赤ボタン
--------------------------------------------- */
a.redBtn{
    display:inline-block;
    overflow:hidden;
    width:210px;
    padding:0.5em 0;
    text-align:center;
    font-size:1.4rem;
    line-height:100%;
    color:#ffffff;
    text-decoration:none;
    background-color:#f46253;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top:0.5em;

    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

a.redBtn::after{
    color:#ffffff;
}


/* ---------------------------------------------
*  戻るボタン
--------------------------------------------- */
a.backBtn{
    display:inline-block;
    overflow:hidden;
    width: auto;
    height: 54px;
    background-color: #666666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    text-decoration:none;
    vertical-align:bottom;
}
a.backBtn > span{
    display: block;
    width: 100%;
    padding:1em 0;
    position: relative;
    /* font-weight: bold; */
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 100%;
}

a.backBtn > span::before{
    display: inline-block;
    font-family: 'ycota_ift';
    content: "\e90a";
    /* color: #eb7730; */
    margin-left: 0.5em;
    margin-right:0;
    font-weight: normal;
    color: #fc9b5f;
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

a.backBtn:hover > span::before{
    margin-left:0;
    margin-right: 0.5em;
}


/* ---------------------------------------------
*  セレクタ
--------------------------------------------- */
.selectMenu{
    width:50%;
    margin-top: 1.0em;
}

/* ---------------------------------------------
*  チェックボックス
--------------------------------------------- */
.chkBtnSet{
     display:block;
     overflow:hidden;
     background-color:#f5f5f5;
     padding:1em;
}

.chkBtnSet > label{
    display:inline-block;
    padding:0.5em;
    font-size:1.4rem;
}
.chkBtnSet > label > input[type="checkbox"]:disabled{
    opacity:0.5;
    /*background-color: #cccccc;*/
    pointer-events:none;
}
.chkBtnSet > label > input[type="checkbox"]:disabled + span{
    color: #cccccc;
}

/* ---------------------------------------------
*  ラジオボタン
--------------------------------------------- */
.radioSet{
    display:block;
    overflow:hidden;
    margin-top: 1.0em;
}

.radioSet > label{
    font-size:1.8rem;
    margin-left:1.0em;
}

.radioSet > label:first-child{
    margin-left:0;
}

.dateMemo{
    display:block;
    overflow:hidden;
    font-size:1.4rem;
    margin:1em 0;
}

.dateMemo h5{
    font-size:1.6rem;
    margin-bottom:0.5em;
    font-weight:normal;
}


/* ---------------------------------------------
*  送信ボタン
--------------------------------------------- */
.submitbox{
    display:block;
    width:880px;
    margin:50px auto 0;
    overflow:hidden;
    background-color:#f2f2f2;
    padding:35px 0;
}

.submitbox > .submitBtn{
    display:inline-block;
    overflow:hidden;

    width:60%;
    height: 54px;
    line-height: 54px;

    text-decoration:none;
    background-color: #012169;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.submitbox > .submitBtn > span{
    display: block;
    width:100%;
    padding:1em 0;
    line-height:100%;
    position:relative;
    color: #ffffff;
    /* font-weight: bold; */
    font-size: 1.8rem;
    text-align: center;
}


.submitbox > button[type='submit']{
    height:auto;
}

.submitbox > button[type="submit"] > span{
    width:100%;
    padding:1em 0;
    line-height:100%;
    position:relative;
}

.submitbox > .submitBtn > span::after,
.submitbox > button[type="submit"] > span::after{
    display:inline-block;
    font-family: 'ycota_ift';
    content:"\e90b";
    /*color:#eb7730;*/
    margin-left:0;
    margin-right:0.5em;
    font-weight:normal;
    color:#fc9b5f;
    font-size:1.2em;
    position:absolute;
    top:50%;
    right:1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.pc .submitbox > .submitBtn:hover > span::after,
.pc .submitbox > button[type="submit"]:hover > span::after{
    margin-left:0.5em;
    margin-right:0;
}


.submitbox > button[type='submit']:disabled{
    background-color: #cccccc;
    pointer-events:none;
}
.submitbox > button[type="submit"]:disabled > span::after{
    color:#ffffff;
}


.submitbox.wbtns > a.backBtn,
.submitbox.wbtns > button[type="submit"]{
    width:40%;
    margin:0 5px;
}

/* for Tb --------------------*/
@media screen and (max-width: 980px) {
    .submitbox{
        width:100%;
    }

    .submitbox > .submitBtn,
    .submitbox > button[type='submit']{
        width:90%;
    }

    .submitbox > .submitBtn > span,
    .submitbox > button[type="submit"] > span{
        width:100%;
        padding:1em 1em 1em 0;
        line-height:100%;
        letter-spacing: 0;
        position:relative;
    }

    .submitbox.wbtns > a.backBtn > span:before{
        left:0;
    }
    .submitbox.wbtns > button[type="submit"] > span:after{
        right: 0;
    }

}

/* ---------------------------------------------
*  確認画面
---------------------------------------------*/
dl#confirmData dd > p{
    padding:1em;
    font-size:1.6rem;
}


.confirm #registFrom table td > p{
    font-size:1.6rem;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    .confirm #registFrom table td{
        display:table-cell;
        width:50%;
    }

}


/* ---------------------------------------------
*  終了メッセージ
---------------------------------------------*/

#registFrom.complete{
    padding-bottom:30px;
	width: 680px;
}


.endMsg{
    display:block;
    overflow:hidden;
    font-size:2.2rem;
    font-weight:normal;
    line-height:155%;
    color:#002269;
    text-align:center;
    margin-bottom:60px;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {
    .endMsg{
        font-size:1.6rem;
    }
}

#iconNav.thanks_icons {
    position:static;
	margin: 30px 0;
	text-align: center;
}

#iconNav.thanks_icons > a > span {
    font-size:1.8rem;
}

@media screen and (min-width: 739px) {
    a[href^="tel:"]{
        pointer-events: none;
    }
    .pc { display:block; }
    .sp { display:none; }
}
@media screen and (max-width: 738px){   
    .pc { display:none; }
    .sp { display:block; }
}


html.pc { display:block; }
    html.sp { display:block; }

#btn_addr,
#btn_catalog_area {
	cursor: pointer;
	background-color: #5289b7;
	color: #fff;
	padding: 6px 10px;
	font-weight: bold;
}