@charset "utf-8";

.wideContent .inner {
    margin: 0 auto;
    position: relative;
    width: 980px;
}

/**
* コンタクトエリア
*/
.contactArea{
    margin-top: 30px;
    background-color: #f7f7f7;
}
.contactArea a{
    color: #2396c7;
}
.contactArea a:hover{
    color: #ec7063;
}
.contactArea .inner{
    width: 980px;
    margin: 0px auto 0px auto;
    padding-bottom: 30px;
    position: relative;
}
.contactArea .title{
    font-size: 2.4rem;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 30px;
}
.contactArea .title span{
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
    margin-left: 15px;
}
.contactArea .step{
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
}
.contactArea .step .item{
    display: inline-block;
    width: 78px;
    height: 52px;
    background-repeat: no-repeat;

}
.contactArea .step .one.item{
    background-image: url("/images/mailEdit.png");
}
.contactArea .step .two.item{
    background-image: url("/images/mailCheck.png");
}
.contactArea .step .three.item{
    background-image: url("/images/mailSend.png");
}
.contactArea .step .one.item.on{
    background-image: url("/images/mailEdit.on.png");
}
.contactArea .step .two.item.on{
    background-image: url("/images/mailCheck.on.png");
}
.contactArea .step .three.item.on{
    background-image: url("/images/mailSend.on.png");
}

.contactArea .sendFormTable{
    margin-top: 20px;
    margin-bottom: 10px;
}
.contactArea .sendFormTable th{
    text-align: left;
    font-weight: normal;
    width: 200px;
    font-size: 1.6rem;
    padding: 0px 0px 8px 0px;
}
.contactArea .sendFormTable td{
    padding-bottom: 10px;

}
.contactArea .sendFormTable th .reqired{
    color: #AC262B;
    font-weight: bold;
    font-size: 1.3rem;
    display: inline-block;
    margin-right: 15px;
}
.contactArea .sendFormTable th .mess{
    font-size: 1.3rem;
}


.contactArea .sendCtrlTable{
    width: 980px;
}
.contactArea .sendCtrlTable td{
    width: 490px;
}
.contactArea .sendCtrlTable .tdLeft{
    vertical-align: top;
}
.contactArea .sendCtrlTable .tdRight{
    vertical-align: middle;
    text-align: center;
}

.contactArea .sendCtrlTable .sendMessage{
    line-height: 1.4em;
    font-size: 1.2rem;
}
.contactArea .sendCtrlTable .sendMessage span{
    font-weight: bold;
    font-size: 1.4rem;
}
.contactArea .sendCtrlTable .sendMessage span.freecall{
    font-weight: bold;
    font-size: 2.4rem;
    display: inline-block;
    margin: 0px 2px;
}

.contactArea .sendCtrlTable .sendMessage .impact{
    font-size: 2rem;
    font-weight: bold;
    color: #EC7063;
    display: inline-block;
    margin-right: 5px;
}
.contactArea .sendCtrlTable .sendCtrl{
    font-size: 1.2rem;
    line-height: 1.4em;
    padding-top: 10px;
}
.contactArea .sendCtrlTable .buttonArea .sendContact{
    cursor: pointer;
    color: white;
    background-color: #FF9900;
    padding: 20px 10px;
    margin-top: 5px;
    width: 460px;
    border: 0px;
    font-size: 2.8rem;
    border-radius: 5px;
}
.contactArea .sendCtrlTable .buttonArea .sendContact:hover{
    background-color: #FF8800;
}

.contactArea input{
}

.contactArea input.inFm{
    border: 4px solid #c8c8c8;
    border-radius: 6px;
    padding: 10px 5px;
    font-size: 1.6rem;
}
.contactArea input.inFm:focus{
    border: 4px solid #34AADC;
}

.contactArea select{
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0px;
}
.contactArea textarea.inFm{
    border: 4px solid #c8c8c8;
    border-radius: 4px;
    padding: 10px 5px;
    height: 80px;
    width: 745px;
}
.contactArea textarea.inFm:focus{
    border: 4px solid #34AADC;
}

.contactArea .val input{
    width: 380px;
    margin: 5px 0px 15px 0px;
}
.contactArea .dm_th{
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.contactArea .right .s35{
    width: 35px;
}
.contactArea .right .checkLists li{
    margin-bottom: 10px;
}
.contactArea .right .message{
    font-size: 1.3rem;
    line-height: 1.55em;
    margin-top: 25px;
}
.contactArea .right .message .impact{
    color: #EC7063;
    font-weight: bold;
    font-size: 1.5em;
}
.contactArea .right .message .tel{
    display: inline-block;
    padding: 0px 5px;
    font-size: 2.2rem;
    font-weight: bold;
}
.contactArea .sendCtrl .buttonArea{
    display: block;
    
}
.contactArea .tel,
.contactArea .num,
.contactArea .email{
    ime-mode: disabled;
}
.contactArea .checkValue{
    font-size: 1.6rem;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 15px;
    white-space: pre;
    font-weight: bold;
}


/**
* OTHER AREA LINKS
*/

.otherAreaLinks{
    clear: both;
    margin-bottom: 30px;
}
.otherAreaLinks .title{
    font-size: 1.8rem;
    font-weight: normal;
    padding-bottom: 30px;
    padding-top: 30px;
}
.otherAreaLinks .title span{
    font-size: 1.1rem;
}
.otherAreaLinks .items{
}
.otherAreaLinks .item{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.otherAreaLinks .item:last-child{
    margin: 0px;
}
.otherAreaLinks .item a{
    display: block;
    background-color: #e8e8e8;
    text-align: center;
    color: black;
    min-width: 74px;
    padding: 8px 8px;
    text-decoration: none;
    font-size: 1.5rem;
}
.otherAreaLinks .item a:hover{
    background-color: #ffd6d6;
}


.originalCheckbox{
    cursor: pointer;
    background-image: url("/images/check24.off.png");
    font-size: 1.4rem;
    padding: 7px 7px 7px 36px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin-right: 10px;
}
.originalCheckbox.on{
    background-image: url("/images/check24.on.png");
}

.originalRadio{
    cursor: pointer;
    background-image: url("/images/radio24.off.png");
    font-size: 1.6rem;
    padding: 6px 6px 6px 36px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin-right: 10px;

}
.originalRadio.on{
    background-image: url("/images/radio24.on.png");
}