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

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

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

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

/* container */
.form {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px auto;
	}

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

table tr th {
	width: 30%;
	padding: 25px 30px;
	font-size: 1.8rem;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #AAA;
	}
	
table tr th .required {
	display: inline-block;
	width: 80px;
	height: 35px;
	background: #D90000;
	float: right;
	text-align: center;
	line-height: 35px;
	font-size: 1.6rem;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
table tr td {
	padding: 25px 30px;
	border-bottom: 1px solid #AAA;
	font-size: 1.6rem;
	font-weight: bold;
	}

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

span.address {
	display: inline-block;
	width: 25%;
	}

input[type=text].address, select.address {
	width: 75%;
	margin-bottom: 25px;
	}

table tr:nth-child(6) td {
	padding-bottom: 0;
	}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #555;
	height: 45px;
	border-radius: 0;
	font-size: 1.8rem;
	background: #FFF;
	width: 100%;
	text-align: center;
	padding-left: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}

textarea {
	display: block;
	border: none;
	font-size: 1.6rem;
	background: #EEE;
	width: 100%;
	}

.agree {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 80px;
	}

.agree a {
	color: #009944;
	text-decoration: underline;
	}

.submit {
	text-align: center;
	font-size: 1.8rem;
	}

.alert {
	color: #D90000;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	}

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


input[type=submit],input[type=reset],input[type=button], .link_back {
	width: 300px;
	height: 80px;
	border: 2px solid #f18b2c;
	background: #f18b2c;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	font-size: 2.4rem;
	font-weight: bold;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 30px;
	}

input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover, .link_back:hover {
	background: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	color: #f18b2c;
	}

.link_back {
	margin: 50px auto;
	display: block;
	line-height: 75px;
	text-align: center;
	}
	
h2 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	color: #f18b2c;
	}

p {
	font-size: 1.8rem;
	}



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

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

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

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

/* container */
.form {
	max-width: 95%;
	margin: 0 auto 80px auto;
	}

table tr th {
	width: 30%;
	padding: 25px 15px;
	}


}

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

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

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

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

.form {
	margin: 0 auto 50px auto;
	width: 95%;
	}

table {
	margin-bottom: 30px;
	font-size: 1.5rem;
	border-top: none;
	}

table tr th {
	width: 100%;
	padding: 15px 5px;
	display: block;
	text-align: center;
	}
	
table tr th .required {
	width: 15%;
	float: none;
	height: 25px;
	line-height: 25px;
	margin-left: 2%;
	}
	
table tr td {
	padding: 15px 10px;
	border-bottom: none;
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	}

span.address {
	width: 35%;
	font-size: 1.5rem;
	}

input[type=text].address, select.address {
	width: 65%;
	margin-bottom: 20px;
	}

table tr:nth-child(6) td {
	padding-bottom: 0;
	}

select {
	padding-left: 15px;
	}

textarea {
	display: block;
	border: none;
	font-size: 1.6rem;
	background: #EEE;
	width: 100%;
	}

.agree {
	font-size: 1.6rem;
	margin-bottom: 50px;
	}

.submit {
	text-align: center;
	font-size: 1.6rem;
	}

input[type=submit],input[type=reset],input[type=button], .link_back {
	width: 40%;
	height: 50px;
	font-size: 2rem;
	margin-top: 20px;
	}

.link_back {
	margin: 30px auto;
	display: block;
	line-height: 45px;
	text-align: center;
	width: 70%;
	font-size: 1.8rem;
	}

p.alert {
	font-size: 1.8rem;
	text-align: center;
	}

h2 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	color: #f18b2c;
	}

p {
	font-size: 1.6rem;
	}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],input[type=button],input[type=text],input[type=mail],input[type=reset],textarea {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	}


}