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

.error-info,
.errors{
color: #aa8423;
}

/*PC*/
@media print, screen and (min-width: 768px) {




#contact{
width: 100%;
margin: 0 auto 60px;
padding: 35px;
box-sizing: border-box;
background: url("../images/com/bg_contact.jpg") 0 0 repeat;
}

#contact .form{
width: 100%;
position: relative;
margin: auto;
}

#contact .contact_txt{
width: 100%;
position: relative;
margin: 0 auto 40px;
}

#contact .contact_txt span{
background: #aa8423;
padding: 2px 10px;
color: #FFF;
line-height: normal;
font-style: normal;
}

#contact .pv_tit{
font-size: 1.8rem;
font-weight: 300;
margin: 0 0 30px;
position: relative;
text-align: center;
}

#contact .com_table {
width:100%;
margin:0 auto 30px;
box-sizing: border-box;
}

#contact .com_table tr:nth-child(2n-1){
background: rgba(0,0,0,.03)
}

#contact .com_table th {
width: 30%;
padding: 20px;
text-align: left;
font-weight: 500;
line-height: normal;
position: relative;
display: table-cell;
}

#contact .com_table th span {
float: right;
font-size: 0.8em;
background: #aa8423;
padding: 2px 10px;
color: #FFF;
line-height: normal;
font-style: normal;
display: block;
width: 30px;
text-align: center;
}

#contact .com_table td {
padding: 20px;
position: relative;
display: table-cell;
vertical-align: middle;
}

#contact button[type="submit"],
#contact input[type="submit"] {
background:  #333333;
border:  #333333 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}

#contact submit[type="submit"]:hover,
#contact input[type="submit"]:hover {
background: #fff;
border: #333333 1px solid;
color: #333333;
}

#contact .submit:hover {
background: #fff;
border: #165aa2 1px solid;
color: #165aa2;
}

#contact input[type="text"],
#contact input[type="date"],
#contact textarea,
#contact select {
padding: 8px;
border: 1px solid #dddddd;
}

#contact .w100 { width: 100px;}
#contact .w240 { width: 240px;}
#contact .w350 { width: 350px;}
#contact .w540 { width: 540px;}
#contact .w100p { width: 100%;}

#contact .h_kome {
background:#aa8423;
color: #fff;
display: inline-block;
font-size: 0.7em;
padding: 1px 10px;
}	

#contact .contact_link_btn01 a{
margin-top:30px;
margin-bottom:30px;
background: #333 none repeat scroll 0 0;
color: #fff;
display: inline-block;
padding: 10px 50px;
text-align: center;
text-decoration:none;
}

#contact .contact_link_btn01 a:hover{
opacity:0.8;
}

#contact ::placeholder {
color: #999;
}


#contact .btn_back {
background:  #FFF;
border:  #333333 1px solid;
color: #333;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}

#contact .btn_back:hover {
background: #333;
border: #333333 1px solid;
color: #FFF;
}

#contact .error_txt {
color: #FF0000;
}

#contact .contact-privacy__title {
font-size: 1em;
line-height: 1.6;
}

#contact .contact-privacy__wrap {
width: 100%;
height: 300px;
padding: 20px;
overflow-y: scroll;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
margin: 30px auto 60px;
background: #F1F1F1;
}

#contact .contact-privacy__list dt {
margin-top: 60px;
margin-bottom: 10px;
font-size: 1em;
line-height: 1.8;
}

#contact .contact-privacy__list dd {
font-size: 1em;
line-height: 1.8;
}

#contact .contact-privacy__list dd:last-child {
margin-bottom: 60px;
}

#contact .contact-privacy__check {
max-width: 600px;
margin: 60px auto;
padding: 30px 40px;
line-height: 1.6 !important;
background-color: rgba(0, 0, 0, .05);
text-align: center;
box-sizing: border-box;
}


#contact .com_table td img{
width: 150px;
}


#contact .btn_top a{
width: 300px;
margin: 60px auto 0;
background:  #333333;
border:  #333333 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}

#contact .btn_top a:hover {
background: #fff;
border: #333333 1px solid;
color: #333333;
}


}

/*sp*/
@media only screen and (max-width: 767px) {

#contact{
width: 100%;
margin:0 auto;
box-sizing: border-box;
padding: 0 0 60px;
}

#contact .form{
width: 90%;
position: relative;
background:rgba(255,255,255,1);
margin: auto;
}


#contact .contact_txt{
position: relative;
margin: 0 0 40px;
}

#contact .contact_txt span{
font-size: 0.8em;
background: #aa8423;
padding: 5px 10px;
color: #FFF;
font-style: normal;
line-height: 1;
}

#contact .pv_tit{
font-size: 1.4rem;
font-weight: 300;
margin: 0 0 30px;
position: relative;
text-align: center;
}


#contact .com_table {
width:100%;
margin:0 auto 30px;
box-sizing: border-box;
}

#contact .com_table tr:nth-child(2n-1){
background: rgba(0,0,0,.03)
}

#contact .com_table th {
text-align: left;
font-weight: 500;
position: relative;
vertical-align: top;
display: block;
padding: 10px 10px 0;
box-sizing: border-box;
border-bottom: none;
}

#contact .com_table th span {
font-size: 0.8em;
background: #aa8423;
padding: 5px 10px;
color: #FFF;
font-style: normal;
margin-left: 10px;
line-height: 1;
}

#contact .com_table td {
padding: 10px 10px 20px;
box-sizing: border-box;
position: relative;
display: block;
}


#contact button[type="submit"],
#contact input[type="submit"] {
background:  #333333;
border:  #333333 1px solid;
color: #FFF;
font-size: 1.2em;
line-height: 1.4;
padding: 15px 15px;
cursor: pointer;
transition: 0.5s;
}

#contact button[type="submit"] span{
display: block;
}

#contact button[type="submit"]:hover,
#contact input[type="submit"]:hover {
background: #fff;
border: #333333 1px solid;
color:  #333333;
}

#contact .submit:hover {
background: #fff;
border: #165aa2 1px solid;
color: #165aa2;
}

#contact input[type="text"],
#contact input[type="date"],
#contact textarea,
#contact select {
padding: 8px;
border: 1px solid #dddddd;
}

#contact .w100 { width: 30%;}
#contact .w240 { width: 90%;}
#contact .w350 { width: 90%;}
#contact .w540 { width: 90%;}
#contact .w100p { width: 100%;}

#contact .h_kome {
background:#7a6a56;
color: #fff;
display: inline-block;
font-size: 0.9em;
padding: 1px 10px;
}	

#contact .contact_link_btn01 a{
margin-top:30px;
margin-bottom:30px;
background: #333 none repeat scroll 0 0;
color: #fff;
display: inline-block;
padding: 10px 50px;
text-align: center;
text-decoration:none;
}

#contact .contact_link_btn01 a:hover{
opacity:0.8;
}

#contact .btn_back {
background:  #FFF;
border:  #333333 1px solid;
color: #333;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}

#contact .btn_back:hover {
background: #333;
border: #333333 1px solid;
color: #FFF;
}

#contact .error_txt {
color: #FF0000;
}


#contact .contact-privacy__title {
}

#contact .contact-privacy__wrap {
width: 100%;
height: 300px;
padding: 20px;
overflow-y: scroll;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
margin: 0 auto 30px;
background: #F1F1F1;
}

#contact .contact-privacy__list dt {
margin-top: 30px;
margin-bottom: 10px;
font-size: 1em;
line-height: 1.8;
}

#contact .contact-privacy__list dd {
font-size: 1em;
line-height: 1.8;
}

#contact .contact-privacy__list dd:last-child {
margin-bottom: 30px;
}

#contact .contact-privacy__check {
width: 100%;
margin: 30px auto;
padding: 20px;
line-height: 1.6 !important;
background-color: rgba(0, 0, 0, .05);
text-align: center;
box-sizing: border-box;
}


#contact .com_table td img{
width: 150px;
}

#contact .btn_top a{
width: 300px;
margin: 30px auto 0;
background:  #333333;
border:  #333333 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}

#contact .btn_top a:hover {
background: #fff;
border: #333333 1px solid;
color: #333333;
}

}