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


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

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

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

/* container */
.container {
	max-width: 960px;
	margin: 100px auto 120px auto;
	}

.container .h2 {
	text-align: center;
	}

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

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

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

table tr:nth-child(2) td input[type=text] {
	width: 40%;
	padding-left: 10px;
	}

table tr:nth-child(3) td input[type=text] {
	width: 25%;
	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, #5ecbd8, #5ecbd8);
	background-position:
	calc(100% - 22px) 18px,
	calc(100% - 16px) 18px,
	100% 0;
	background-size:
	6px 6px,
	6px 6px,
	45px 45px;
	background-repeat: no-repeat;
	}

textarea {
	display: block;
	border: none;
	background: #FFF;
	font-size: 1.5rem;
	width: 100%;
	padding: 10px;
	}

.submit {
	text-align: center;
	}

.alert {
	color: #c71628;
	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: #5ecbd8;
	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: #2f85a7;
	-webkit-font-smoothing: antialiased;
	}

p {
	font-size: 1.5rem;
	}

.must {
	color: #D90000;
	font-size: 1.4rem;
	font-weight: 600;
	}

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

.sendmail p {
	text-align: center;
	}




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

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

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

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




}



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

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

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

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

/* container */
.container {
	width: calc(100% - 40px);
	margin: 50px auto 60px auto;
	}
	
table {
	margin-bottom: 30px;
	}

table tr th {
	padding: 15px 5px;
	}
	
table tr td {
	padding: 15px 5px;
	}

table tr:nth-child(2) td input[type=text] {
	width: 38%;
	}

table tr:nth-child(4) td input[type=text] {
	width: 29%;
	}

textarea {
	display: block;
	border: none;
	font-size: 1.5rem;
	width: 100%;
	}

input[type=submit],input[type=reset],input[type=button] {
	width: 45%;
	height: 50px;
	margin-top: 20px;
	}

select {
	padding-right: 60px;
	}



}