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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* container */
.container {
	text-align: center;
	}

.logo_header_area_contact {
	width: 100%;
	height: 100px;
	box-shadow: 0 0 5px 0 #DDD;
	position: relative;
	}

.logo_header {
	display: block;
	width: auto;
	height: 50px;
	position: absolute;
	left: 1.5%;
	top: 25px;
	}

.logo_header img {
	display: block;
	width: auto;
	height: 100%;
	}

.container > p {
	text-align: center;
	margin: 50px auto;
	}

table {
	border-top: 1px solid #DDD;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	}

table tr th {
	width: 25%;
	padding: 20px;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #DDD;
	}
	
table tr td {
	padding: 20px;
	border-bottom: 1px solid #DDD;
	font-size: 15px;
	vertical-align: middle;
	text-align: left;
	}

input[type=text],input[type=mail],input[type=tel] {
	width: 100%;
	height: 45px;
	border: none;
	background: #F5F5F5;
	font-size: 15px;
	padding-left: 10px;
	}

select,
input[type=text],
input[type=tel] {
	width: 50%;
	padding-left: 10px;
	}

textarea {
	display: block;
	border: none;
	background: #F5F5F5;
	font-size: 15px;
	font-family: sans-serif;
	width: 100%;
	padding: 10px;
	resize: none;
	}

.submit {
	text-align: center;
	}

.alert {
	color: #D90000;
	display: block;
	font-size: 15px;
	font-weight: 600;
	}

input[type=submit],
input[type=reset],
input[type=button] {
	width: 300px;
	height: 60px;
	border: 1px solid #394C9F;
	background: #394C9F;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: .2s;
	transition: .2s;
	margin-top: 30px;
	position: relative;
	}

input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover, .link_back:hover {
	background: #263A84;
	-webkit-font-smoothing: antialiased;
	color: #FFF;
	border: 1px solid #263A84;
	cursor: pointer;
	}

input[type=button] {
	margin-left: 30px;
}

p {
	font-size: 15px;
	}

.must {
	color: #FFF;
	background-color: #d90000;
	font-size: 12px;
	font-weight: 600;
	padding: 3px 5px;
	margin-left: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.sendmail  .btn {
	margin: 30px auto;
	}

.sendmail p {
	text-align: center;
	}

.privacypolicy {
	margin-top: 100px;
	}

.privacypolicy p {
	text-align: left;
	}

.btn {
	width: 250px;
}



/******************************************************

PC小 の設定 960px〜1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){



}

/******************************************************

タブレットの設定 768px〜959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){
  
 

}


/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* container */
.logo_header_area_contact {
	width: 100%;
	height: 60px;
	position: relative;
	}

.logo_header {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 150px;
	height: 29px;
	padding: 0;
	}

.logo_header img {
	display: block;
	width: 100%;
	height: auto;
	}

.container > p {
	text-align: center;
	margin: 30px auto;
	}

table {
	margin-top: 30px;
	margin-bottom: 10px;
	border: none;
	}

table tr th {
	font-size: 14px;
	padding: 0;
	display: block;
	border: none;
	width: 100%;
	margin-bottom: 15px;
	}
	
table tr td {
	padding: 0;
	display: block;
	margin-bottom: 30px;
	border: none;
	width: 100%;
	font-size: 14px;
	}
	
input[type=text],input[type=mail],input[type=tel],textarea {
	font-size: 14px;
	}
	
select,
input[type=text],
input[type=mail],
input[type=tel] {
	width: 100%;
	}

input[type=submit],input[type=reset],input[type=button] {
	width: 45%;
	height: 50px;
	margin-top: 20px;
	font-size: 14px;
	}
	
input[type=button] {
	margin-left: 15px;
}
	
.alert {
	font-size: 14px;
	}

.privacypolicy {
	margin-top: 50px;
	}
	
p {
	font-size: 14px;
	}
	
.btn {
	width: 80%;
}


}