@charset "utf-8";


/* --- #tel ---*/

section#tel {
	margin: 40px 0 80px;
}

#inquiry {
	margin: 0 -500%;
	padding: 50px 500%;
	text-align: center;
	background: #E8F5FC;
}
#inquiry span {
	font-size: 2.375rem;
}
#inquiry span small {
	font-size: 1.375rem;
	padding-right: 5px;
}
#inquiry .time {
	padding-top: 10px;
	font-size: 1.125rem;
	
}

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

	section#tel {
		margin: 20px 0 50px;
	}

	#inquiry .inner {
		padding: 0;
	}
	#inquiry span {
		display: block;
		padding: 10px 0;
		font-size: 1.5rem;
		background: #FFFFFF;
		border: 1px solid #5A6FAC;
	}
	#inquiry span small {
		font-size: 1rem;
		padding-right: 2px;
	}

}



/* --- #form ---*/

section#form {
	margin-bottom: 0;
    padding-top: 110px;
}
table.form {
	margin: 0 auto;
	padding: 0;
	background: none;
	max-width: 820px;
	width: 100%;
}

table.form th {
	position: relative;
	padding: 20px 0;
	width: 33%;
	font-size: 1rem;
	vertical-align: top;
}
table.form td {
	position: relative;
	padding: 10px 0 20px;
	text-align:left;
}
table input,
textarea,
select {
	width: 100%;
	margin: 0;
	padding: 8px 10px;
	background: #FFFFFF;
	border: 1px solid #9FA0A0;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1rem;
	-webkit-appearance: none; 
	border-radius: 0;
}
table.form th span {
	position: relative;
	top: -3px;
	float: right;
	margin-right: 20px;
	padding: 8px 12px;
	font-size: 0.875rem;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	background: #E71F19;
}


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

	table.form {
		width: 100%;
	}
	table.form th {
		display: block;
		padding: 8px 10px;
		width: 100%;
		text-align: left;
	}
	table.form td {
		display: block;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	table input,
	textarea,
	select {
		width: 100%;
		min-width: 100%;
		padding: 10px;
	}
	table.form th span {
		top: -1px;
		float: none;
		margin: 0 0 0 10px;
		padding: 2px 8px;
	}

}


/* ----- error ----- */

form .error {
	display: block;
	padding: 5px;
	color: #E71F19;
	font-weight: bold;
}



/* --- linkBtn ---*/

.linkBtn {
	position: relative;
	margin: 60px auto 0;
	padding: 0;
	width: 324px;
	height: 47px;
	color: #FFFFFF;
}
.linkBtn a,
form .linkBtn button[type=submit],
form .linkBtn button[type=reset],
form .linkBtn input[type=button],
form .linkBtn input[type=submit] {
	width: 100%;
	height: 100%;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1rem;
	font-size: 1rem;
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background: #5D75B8;
	cursor: pointer;
	-js-display: block;
	display: -webkit-block;
	display: block;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	transition: all .25s ease-out;
}
.linkBtn a:hover,
form .linkBtn button[type=submit]:hover,
form .linkBtn button[type=reset]:hover,
form .linkBtn input[type=button]:hover,
form .linkBtn input[type=submit]:hover {
	background: #3358AA;
}
.linkBtn:after {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: FontAwesome;
	content: '\f105';
	font-size: 1.5rem;
	line-height: 1;
}

/* --- iOSリセット --- */

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


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

	form .linkBtn {
		margin: 30px auto 0;
		width: 100%;
		height: 55px;
	}

}


/* --- checkPage ---*/

#content section#checkPage {
	margin-bottom: 0;
}
#checkPage .checkBox {
	margin-bottom: 30px;
	padding: 20px 20px 10px;
	text-align: center;
	background: #EEEEEE;
}
#checkPage table tr {
	border-bottom: 1px solid #727171;	
}
#checkPage table.form td {
	padding: 20px 0;
}
#checkPage .linkBtn {
	margin: 60px 10px 0;
}

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

	#checkPage .checkBox {
		padding: 10px 10px 5px;
		font-size: 0.875rem;
		text-align: left;
	}
	#checkPage table.form {
		margin-bottom: 30px;
	}
	#checkPage table.form th:before {
		font-family: FontAwesome;
		content: '\f054';
		color: #666666;
		padding-right: 5px;
	}
	#checkPage table.form th {
		padding: 15px 0 8px;
	}
	#checkPage table.form td {
		margin-bottom: 5px;
		padding: 10px 0 10px 15px;
	}
	#checkPage .linkBtn {
		margin: 10px 0;
	}

}


/* --- errorPage / finishPage ---*/

#errorPage,
#finishPage {
	text-align: center;
}
#errorPage .title {
	font-size: 2rem;
	color: #E71F19;
	padding-bottom: 20px;
}
#errorPage p {
	color: #E71F19;
}
#errorPage ul {
	padding: 30px 0;
}
#finishPage .title {
	font-size: 2rem;
	padding-bottom: 20px;
}

#errorPage #inquiry,
#finishPage #inquiry  {
	margin-top: 50px;
}

@media screen and (max-width:768px){
	#errorPage,
	#finishPage {
		padding-bottom: 50px;
	}
	#errorPage .title,
	#finishPage .title {
		font-size: 1.5rem;
	}
	#errorPage p,
	#finishPage p {
		text-align: left;
	}
}


