@charset "utf-8";

/* ========================================================
	about.css => about用CSS
======================================================== */

/* bg
============================================================================================================ */
body	{
	background:url("../images/parts/bg_second.png") 50% 330px no-repeat;
}

/* lead_txt
------------------------------------------------------------- */
.lead_txt	{
	font-size:1.7rem;
	text-align:center;
	margin-bottom:40px;
}
@media screen and (max-width: 640px) {
	.lead_txt	{
		font-size:1.4rem;
		margin:0 10px 15px;
	}
}

/* h1
------------------------------------------------------------- */
.main_cont h1 {
	margin-bottom: 10px;
	color: #cc486a;
	font-size: 23px;
	font-size: 2.3rem;
}
@media screen and (max-width: 640px) {
	.main_cont h1 {
		margin-bottom: 5px;
		font-size: 1.8rem;
	}
}

/* table
------------------------------------------------------------- */
.main_cont table {
	width: 100%;
}
.main_cont table + table {
	margin-top: 55px;
}
.main_cont table caption {
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.main_cont table caption span {
	color: #cc486a;
	font-size: 23px;
	font-size: 2.3rem;
}
.main_cont table th,
.main_cont table td {
	border: 1px solid #ebebeb;
}
.main_cont table th {
	padding: 25px;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: top;
}
.main_cont table th + th {
	width: 5%;
}
.main_cont table th:first-child {
	width: 25%;
	background-color: #fbe8e5;
	border-bottom:1px solid #FFF;
}
.main_cont table th span {
	display: block;
	width: 35px;
	margin: 2px auto 0;
	border-radius: 3px;
	background-color: #d14545;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}
.main_cont table th .any {
	background-color: #878787;
}
.main_cont table th .red {
	width: auto;
	border-radius: 0;
	background-color: transparent;
	color: #d14545;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
}
.main_cont table td {
	padding: 20px 25px;
	font-size: 15px;
	font-size: 1.5rem;
}
.main_cont table td ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.main_cont table td ul li {
	float: left;
}
.main_cont table td ul li + li {
	margin-left: 25px;
}
.main_cont table td label {
	display: inline-block;
	margin-right: 25px;
}
.main_cont table td span {
	display: block;
	color: #adadad;
}
.main_cont table td .red {
	color: #d14545;
}
.main_cont table td input[type="text"],
.main_cont table td input[type="tel"],
.main_cont table td textarea {
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.main_cont table td .text1 {
	width: 70px;
}
.main_cont table td .text2 {
	width: 100%;
}
.main_cont table td input[type="checkbox"] {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: button;
	width: 12px;
	height: 12px;
	border: 1px solid #c7c7c7;
	vertical-align: -1px;
}
.main_cont table td input[type="checkbox"]:checked::after {
	position: absolute;
	content: "";
	top: -1px;
	left: 2px;
	width: 4px;
	height: 7px;
	border-right: 2px solid #cc486a;
	border-bottom: 2px solid #cc486a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.main_cont table td input[type="radio"] {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: button;
	width: 12px;
	height: 12px;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	vertical-align: 0;
}
.main_cont table td input[type="radio"]:checked::after {
	position: absolute;
	content: "";
	top: 1px;
	left: 1px;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background-color: #cc486a;
}
.main_cont table td select {
	padding-bottom: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.main_cont table td textarea {
	width: 100%;
}
@media screen and (max-width: 640px) {
	.main_cont table + table {
		margin-top: 25px;
	}
	.main_cont table caption {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.main_cont table caption span {
		font-size: 1.8rem;
	}
	.main_cont table th {
		width: auto;
		padding: 5px;
		font-size: 1.3rem;
	}
	.main_cont table th:first-child {
		width: 28%;
	}
	.main_cont table th span {
		width: 21px;
		margin-top: 1px;
		font-size: 1.1rem;
	}
	.main_cont table th .red {
		font-size: 1.1rem;
	}
	.main_cont table td {
		padding: 5px;
		font-size: 1.2rem;
	}
	.main_cont table td ul + ul {
		margin-top: 10px;
	}
	.main_cont table td ul li {
		float: none;
	}
	.main_cont table td ul li + li {
		margin-top: 10px;
		margin-left: 0;
	}
	.main_cont table td input[type="checkbox"] {
		margin-right: 5px;
	}
}

/* note
------------------------------------------------------------- */
.main_cont .note {
	margin-top: 35px;
	margin-bottom: 75px;
	font-size: 15px;
	font-size: 1.5rem;
}
.main_cont .note ul li:before {
	content: "※";
}
@media screen and (max-width: 640px) {
	.main_cont .note {
		margin-top: 15px;
		margin-bottom: 35px;
		font-size: 1.4rem;
	}
	.main_cont .note ul li {
		padding-left: 1em;
		text-indent: -1em;
	}
}

/* button
------------------------------------------------------------- */
.main_cont .send_btn {
	text-align: center;
}
.main_cont button {
	position: relative;
	width: 400px;
	margin: 0 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
	background-color: #cc486a;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
}
.main_cont button:after {
	content: "";
	position: absolute;
	top: 21px;
	right: 24px;
	width: 10px;
	height: 17px;
	background: url("http://www.hokkaido-shikaeiseishi.ac.jp/common/images/parts/ico_arrow_ffffff.png") no-repeat;
	background-size: contain;
}
.main_cont button[name=back_btn] {
	width: 300px;
	background-color: #777;
}
.main_cont button[name=back_btn]:after {
	right: auto;
	left: 24px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
	.main_cont button {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 1.7rem;
	}
	.main_cont button:after {
		top: 14px;
		right: 12px;
		width: 5px;
		height: 9px;
	}
}





.error {
	margin-bottom: 40px;
	color: #d14545;
	font-weight: bold;
}
.error p {
	margin-bottom: 20px;
	font-size: 1.7rem;
}

form .err {
	margin-top: 8px;
}
form .err strong {
	display: inline-block;
	padding: 0 10px;
	background-color: #d14545;
	border-radius: 4px;
	color: #fff;
	font-size: 90%;
}


#fin {
	padding: 50px;
	border: 1px solid #ebebeb;
	text-align: center;
	font-size: 1.7rem;
}

#fin p {
	margin-bottom: 1em;
}
#fin strong {
	display: block;
	margin-bottom: 20px;
	font-size: 2rem;
}
#fin .btn {
	margin-top: 40px;
}
#fin .btn a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #cc486a;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
}

