@charset "utf-8";

/* ========================================================
	form.css => フォームページ用CSS
======================================================== */

.no_justify {
 text-align: initial;
}

/* box
============================================================================================================ */
.box {
	padding: 40px;
	border: 1px solid #f1f1f1;
}
@media screen and (max-width: 680px) {
	.box {
		padding: 0;
		border: 0;
	}
}



/* flow
============================================================================================================ */
.flow {
	margin-bottom: 40px;
}
.flow ol {
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
}
.flow ol:after {
	content: ""; display: table; clear: both;
}
.flow ol li {
	position: relative;
	float: left;
	width: 32%;
	padding: 25px 0;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flow ol li span {
	position: relative;
	display: inline-block;
	z-index: 3;
}

.flow ol li.step1 {
	background-color: #d3d3d3;
	z-index: 3;
}
.flow ol li.step2 {
	background-color: #e6e6e6;
	z-index: 2;
}
.flow ol li.step3 {
	width: 36%;
}
.flow ol li.step1:after,
.flow ol li.step2:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -37px;
	margin-top: -50px;
	width: 100px;
	height: 100px;
	-webkit-transform: scaleX(0.5) rotate(45deg);
	-ms-transform: scaleX(0.5) rotate(45deg);
	-o-transform: scaleX(0.5) rotate(45deg);
	transform: scaleX(0.5) rotate(45deg);
}
.flow ol li.step1:after {
	background-color: #d3d3d3;
}
.flow ol li.step2:after {
	background-color: #e6e6e6;
}
.flow ol li.current,
.flow ol li.current:after {
	background-color: #00aa87;
	color: #fff;
}

.flow .bg {
	margin-top: 25px;
	padding: 25px 30px;
	background-color: #f5f5f5;
	font-size: 13px;
	font-size: 1.3rem;
}
@media screen and (max-width: 680px) {
	.flow {
		margin-bottom: 20px;
	}
	.flow ol {
	}
	.flow ol li {
		padding: 15px 0;
		font-size: 1.1rem;
	}
	.flow ol li span {
		left: 5px;
	}
	.flow ol li.step1,
	.flow ol li.step3 {
		width: 30%;
	}
	.flow ol li.step2 {
		width: 40%;
	}
	.flow ol li.step1:after,
	.flow ol li.step2:after {
		right: -29px;
	}
	.flow .bg {
		margin-top: 15px;
		padding: 15px;
	}
}





/* head_notes
============================================================================================================ */
.head_notes {
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	color: #c5171f;
	font-weight: bold;
}
.head_notes .hissu {
	margin-right: 5px;
	padding: 0 5px;
	background-color: #c5171f;
	color: #fff;
	font-size: 90%;
}

@media screen and (max-width: 680px) {
	.head_notes {
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
}




/* table
============================================================================================================ */
table {
	width: 100%;
	background-color: #f7f7f7;
	line-height: 1.6;
}
table + table {
	margin-top: 30px;
}
table th > div,
table td > div {
	position: relative;
	padding: 1.5em 2em;
}
table tr + tr th,
table tr + tr td {
	border-top: 1px solid #e5e5e5;
}
table th {
	width: 32%;
	background-color: #f1f1f1;
	text-align: center;
	font-weight: bold;
	color: #00aa87;
}
table th .hissu {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
	padding: 0 5px;
	background-color: #c5171f;
	color: #fff;
	font-size: 90%;
}
table th > div:after {
	content: "";
	position: absolute;
	top: 0;
	right: -5px;
	bottom: 0;
	border-left: 5px solid #00aa87;
}
table td > div {
	border-left: 5px solid #00aa87;
}
table td p + p {
	margin-top: 10px;
}

form .input {
}

form input[type=text],
form textarea,
form select {
	padding: .5em .8em;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
}
.size01 {
	width: 170px;
}
.size02 {
	width: 100px;
}
.size03 {
	width: 580px;
}
.size04 {
	width: 250px;
}
textarea.size01 {
	width: 580px;
	height: 200px;
}
form label {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 0;
}
form label > input {
	margin-right: 5px;
}

form .name {
	display: table;
}
form .name > * {
	display: table-cell;
	vertical-align: middle;
}
form .name > div {
	width: 220px;
}
form .name .t {
	display: inline-block;
	width: 2.2em;
	text-align: center;
}
form .ex {
	display: inline-block;
	margin-top: 10px;
	padding: 3px 10px;
	background-color: #ddd;
	border-radius: 4px;
	font-size: 14px;
	font-size: 1.4rem;
}
form .notes {
	margin-top: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
form .school_year {
	display: inline-block;
	margin-right: 20px;
}
form .school_year.disabled select {
	color: #ccc;
}
form .sp_block {
	display: inline-block;
	margin-right: 20px;
}

form .btn {
	margin-top: 40px;
	text-align: center;
}
form .btn button {
	display: inline-block;
	width: 310px;
	margin: 0 5px;
	padding: 18px 0;
	border: 0;
	background-color: #00aa87;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

form .zip_search {
	margin-left: 10px;
	padding: 5px 10px;
	border: 0;
	background-color: #00aa87;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	table {
		background: none;
	}
	table + table {
		margin-top: 20px;
	}
	table,
	table tbody,
	table tr,
	table th,
	table td {
		display: block;
		width: auto;
	}
	table tr {
		margin-bottom: 10px;
		border: 1px solid #e5e5e5;
	}
	table th > div,
	table td > div {
		padding: 0.5em;
	}
	table th {
		padding: 0;
	}
	table th > div:after {
		top: auto;
		right: 0;
		left: 0;
		border-width: 0 0 2px;
		border-style: solid;
	}
	table td {
		background-color: #f7f7f7;
	}
	table td > div {
		border-left: 0;
	}

	table th .hissu {
		right: 10px;
		padding: 0 2px;
	}
	form {
		margin-bottom: 30px;
	}

	form input[type=text],
	form textarea,
	form select {
		font-size: 1.6rem;
	}
	.size01 {
		width: 100%;
	}
	.size02 {
		width: 80px;
	}
	.size03 {
		width: 100%;
	}
	.size04 {
		width: 100%;
	}
	textarea.size01 {
		width: 100%;
		height: 100px;
	}
	form label {
		display: inline-block;
		margin-right: 10px;
		font-size: 1.5rem;
	}
	form .name {
		display: block;
		margin: 0 -5px;
	}
	form .name:after {
		content: ""; display: table; clear: both;
	}
	form .name > * {
		display: block;
		float: left;
		width: 50% !important;
		padding: 0 5px;
	}
	form .name .t {
		width: auto;
	}
	form .name .type {
		clear: both;
		float: none;
		padding-top: 3px;
		font-size: 1.2rem;
	}
	form .ex {
		font-size: 1.1rem;
	}
	form .notes {
		font-size: 1.2rem;
	}

	form .btn {
		margin-top: 30px;
	}
	form .btn button {
		width: 100%;
		margin: 5px 0;
		padding: 15px 0;
		font-size: 1.4rem;
	}

	form .zip_search {
		margin: 5px 0 0;
		padding: 4px 5px;
		font-size: 1.3rem;
	}
}


.error_box {
	margin-bottom: 40px;
	padding: 40px;
	background-color: #ffebec;
	border: 2px solid #c5171f;
	font-weight: bold;
}
.error_box p {
	margin-bottom: 1em;
	font-size: 16px;
	font-size: 1.6rem;
}
.error_box li {
	color: #c5171f;
}

.error {
	margin-top: 10px;
}
.error strong {
	display: inline-block;
	padding: 0 5px;
	background-color: #c5171f;
	border-radius: 4px;
	color: #fff;
}
@media screen and (max-width: 680px) {
	.error_box {
		margin-bottom: 20px;
		padding: 15px;
	}
	.error_box p {
		margin-bottom: 1em;
		font-size: 1.4rem;
	}

	.error {
		margin-top: 6px;
	}

}

.box.fin {
	padding: 60px 0;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
.box p.fin {
	margin-top: 50px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
.back_link {
	margin-top: 60px;
	text-align: center;
}
.back_link a {
	display: inline-block;
	width: 310px;
	padding: 18px 0;
	border: 0;
	background-color: #00aa87;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
}
@media screen and (max-width: 680px) {
	.box.fin {
		padding: 40px 0;
		font-size: 1.5rem;
	}
	.box p.fin {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.back_link {
		margin-top: 20px;
		text-align: center;
	}
	.back_link a {
		display: block;
		width: 100%;
		padding: 15px 0;
		font-size: 1.4rem;
	}

}


.shudan table th {
	color: #901613;
}
.shudan table th > div:after,
.shudan table td > div {
	border-color: #901613;
}
.shudan form .zip_search,
.shudan form .btn button,
.shudan .back_link a {
	background-color: #901613;
}
.shudan .flow ol li.current,
.shudan .flow ol li.current:after {
	background-color: #901613;
}
.shudan .w p.shiritsu {
	max-width: 930px;
	margin: 20px auto 0;
	border: solid 2px #901613;
	padding: 15px 30px;
}
@media screen and (max-width: 680px) {
	.shudan .w p.shiritsu {
		padding: 7px 10px;
		margin: -10px auto 15px;
	}
}
.kobetsu table th {
	color: #c49801;
}
.kobetsu table th > div:after,
.kobetsu table td > div {
	border-color: #c49801;
}
.kobetsu form .zip_search,
.kobetsu form .btn button,
.kobetsu .back_link a {
	background-color: #c49801;
}
.kobetsu .flow ol li.current,
.kobetsu .flow ol li.current:after {
	background-color: #c49801;
}

.jiritsu table th {
	color: #0c7137;
}
.jiritsu table th > div:after,
.jiritsu table td > div {
	border-color: #0c7137;
}
.jiritsu form .zip_search,
.jiritsu form .btn button,
.jiritsu .back_link a {
	background-color: #0c7137;
}
.jiritsu .flow ol li.current,
.jiritsu .flow ol li.current:after {
	background-color: #0c7137;
}

.toshin table th {
	color: #00aa87;
}
.toshin table th > div:after,
.toshin table td > div {
	border-color: #00aa87;
}
.toshin form .zip_search,
.toshin form .btn button,
.toshin .back_link a {
	background-color: #00aa87;
}
.toshin .flow ol li.current,
.toshin .flow ol li.current:after {
	background-color: #00aa87;
}

/* Google reCAPTCHA v2
============================================================================================================ */
.recaptcha {
	margin-top: 20px;
}

p.sonota{
margin-top: 5px;
}
     
p.sonota a{
color: #0000ee;
text-decoration:underline;
}