@charset "utf-8";
/* CSS Document */

@import url(../../base.css);
@import url(../../common.css);

.contact01 input,
.contact01 select,
.contact01 textarea { 
    border: 1px solid #ccc;    
    font-size: 12px;
    line-height: 20px;
    padding: 4px;
    background-color: #FFF;
}

#inquiry { width:520px; height: 200px; }

#submit {
    -webkit-appearance: none;
    background: #31a8db;
    border: 0;
    border-radius: 6px;
    box-shadow: 3px 3px 0 #005840;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    width: 300px;
    height: 80px;
}

#submit:hover {
    opacity:0.8;
    position:relative;
    top:2px;
    box-shadow: 3px 2px 0 #005840;
}

.contact01{
    margin: 10px 0px 10px 0px;
    border-left: solid 3px #e5e5e5;
}
.contact01 th{
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    text-align: center;
    vertical-align: text-middle;
    border-bottom: dotted 1px #CCCCCC;
}
.contact01 textarea{
    margin: 10px 0px 10px 0px;
}
.contact01 td{
    border-bottom: dotted 1px #CCCCCC;
}
.contact01 label{
    margin: 0px 5px 0px 0px;
}
.contact01 input,select{
    margin-right: 5px;
}
table .contact02{
    margin-bottom: 10px;
    text-align: left;
    border-bottom: dotted 0px #CCCCCC;
}
.contact02 td{
    padding-top: 10px;
    border-bottom: dotted 0px #CCCCCC;
}
.contact02 label{
    margin: 0px 5px 0px 0px;
}
.contact02 input[type='number']{
    width: 36px;
}
.caution {
    color: #ff0000;
    padding-left: 5px;
}
.form_bt{
    margin: 20px auto;
    text-align: center;
}
/* spacial */
 input,select,textarea{
    cursor: pointer;
}

.error .systemMessage { display: block ; background-color: #FDD; }
.error .systemMessage p { font-wait: bold; color:red; font-size:12px; }

/*2018.12.17三田追加
div.q_privacy1 {
    font-size: 12px;
    overflow-y: scroll;
    height: 160px;
    width: 100%;
    background: #fff;
    margin-top: 10px;
}
h3.c_hx1_txt {
    font-weight: 900;
    background-image: none;
}
.c_privacybox h4{
    clear:both;
}
#checktext{
    width:100%;
}
#content_rigth h3{
    width:auto;
}*/
.scroll{
     font-size: 12px;
    overflow-y: scroll;
    height: 160px;
    width: 100%;
    /*background: #fff;*/
    margin-top: 10px;  
}
.scroll .heading2_company{
    width:auto;
    margin-bottom:0px;
    font-size: 18px;
}

.scroll #content_contact{
    width:100%;
}
.scroll .heading2_company, #content_rigth .scroll h3, .scroll p{
    width:auto;
    text-align: left;
}
.scroll .intro{
    border: solid 1px #eee;
    padding: 1em;
    background-color: #EEEEFF;
    margin-top: 1em;
}
.heading2_company strong{
    color:#FFF;
}
#checktext{
    width:100%;
}
/*2018.12.17三田追加*/