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

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



/* head
--------------------------------------------*/
.headArea .head_img { background: url("../images/contact/hed_img.jpg") center bottom no-repeat; }



/* index
--------------------------------------------*/
#index .box { position: relative; padding: 100px 0; }
#index .box::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #003082;
clip-path: polygon(0% 100%, 70% 0%, 100% 0%, 100% 100%);
z-index: -1;
}



.con_txt {
margin: 0 0 60px;
}

.con_txt a{
text-decoration: underline;
}

.com_table {
border-top: 1px solid #DFE3E6;
width:100%;
margin:0 auto 30px;
box-sizing: border-box;
}

.com_table th {
width: 30%;
padding: 20px;
box-sizing: border-box;
text-align: left;
font-weight: 500;
position: relative;
vertical-align: top;
border-bottom: 1px solid #DFE3E6;

}

.com_table th span {
float: right;
font-size: 0.8em;
background: #FF0000;
padding: 0 10px;
margin: 0 0 0 10px;
color: #FFF;
line-height: normal;
font-style: normal;
}

.com_table td {
padding: 20px;
box-sizing: border-box;
position: relative;
border-bottom: 1px solid #DFE3E6;
}

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

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

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

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

.w240 { width: 240px;}
.w350 { width: 350px;}
.w540 { width: 540px;}
.w100p { width: 100%; box-sizing: border-box;}

.h_kome {
background:#FF0000;
color: #fff;
display: inline-block;
font-size: 0.7em;
margin-right: 5px;
padding: 1px 10px;
}	


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

.contact_link_btn01 a:hover{
opacity:0.8;
}

::placeholder {
color: #999;
}


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

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


.error_txt {
color: #FF0000;
}

.captcha_box img {
width: 150px;
height: auto;
}


}







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



/* head
--------------------------------------------*/
.headArea .head_img { background: url("../images/contact/hed_img.jpg") center no-repeat; }



/* index
--------------------------------------------*/
#index .box { position: relative; padding: 50px 0; }
#index .box::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #003082;
clip-path: polygon(0% 100%, 70% 0%, 100% 0%, 100% 100%);
z-index: -1;
}


.con_txt {
margin: 0 0 30px;
}

.con_txt a{
text-decoration: underline;
}


.com_table {
border-top: 1px solid #DFE3E6;
width:90%;
margin:0 auto 30px;
box-sizing: border-box;
}

.com_table th {
box-sizing: border-box;
text-align: left;
font-weight: 700;
position: relative;
vertical-align: top;
display: block;
}

.com_table th span {
float: right;
font-size: 0.8em;
background:  #ea609e;
padding: 0 10px;
color: #FFF;
line-height: normal;
font-style: normal;
}

.com_table td {
padding: 10px;
box-sizing: border-box;
position: relative;
display: block;
border-bottom: 1px solid #DFE3E6;
}



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

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

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

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

.w240 { width: 90%;}
.w350 { width: 90%;}
.w540 { width: 90%;}
.w100p { width: 100%; box-sizing: border-box;}
	
.h_kome {
background:#ea609e;
color: #fff;
display: inline-block;
font-size: 0.9em;
margin-right: 5px;
padding: 1px 10px;
}	

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

.contact_link_btn01 a:hover{
	opacity:0.8;
}

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

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

.error_txt {
color: #FF0000;
}


.captcha_box img {
width: 150px;
height: auto;
}

}