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


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

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

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

.logo_header_area_contact {
	width: 100%;
	height: 80px;
	background-color: #cb151d;
	}

.logo_header {
	display: block;
	width: 120px;
	padding-top: 10px;
	margin-left: 1%;
	}

.logo_header img {
	display: block;
	width: auto;
	height: 60px;
	}

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

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

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

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

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

select {
	font-size: 1.5rem;
	display: block;
	height: 45px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: white;
	border: 1px solid #DDD;
	border-radius: 0;
	display: inline-block;
	padding-left: 10px;
	padding-right: 70px;
	background-image:
	linear-gradient(45deg, transparent 50%, #FFF 50%),
	linear-gradient(135deg, #FFF 50%, transparent 50%),
	linear-gradient(to right, #cb151d, #cb151d);
	background-position:
	calc(100% - 22px) 21px,
	calc(100% - 16px) 21px,
	100% 0;
	background-size:
	6px 6px,
	6px 6px,
	45px 45px;
	background-repeat: no-repeat;
	}

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

.submit {
	text-align: center;
	}

.alert {
	color: #c71628;
	display: block;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 600;
	}

table tr td p.alert {
	text-align: left;
	}

input[type=submit],
input[type=reset],
input[type=button] {
	width: 300px;
	height: 60px;
	border: none;
	background: #cb151d;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	font-size: 1.6rem;
	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: #222222;
	-webkit-font-smoothing: antialiased;
	}

p {
	font-size: 1.5rem;
	}

.must {
	color: #FFF;
	background-color: #D90000;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 3px 5px;
	}

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

.sendmail p {
	text-align: center;
	}




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

タブレットの設定 769px〜1199pxの場合に適用 

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

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





}



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

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

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

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

.logo_header_area_contact {
	height: 60px;
	position: relative;
	}

.logo_header {
	display: block;
	padding-top: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:  auto;
	}

.logo_header img {
	display: block;
	width: auto;
	height: 50px;
	margin: 5px auto;
	}

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

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

table tr th {
	font-size: 1.8rem;
	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%;
	}
	
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;
	}




}