@charset "UTF-8";
/* contact_sp.css */

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

#wrapper.fixed {
	position: fixed;
	width: 100%;
}

.select-wrap {
	display: inline-block;
}
/*--------------------
1:#head-img
--------------------*/
#head-img {
	background: url(/img/bg_h2_page.png) no-repeat center center;
	background-color: #93bb4b;
	background-size: cover;
	/*display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 240px;*/
	padding: 40px 3vw;
}
#head-img h2 {
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 16px;
	font-family: YakuHanJP,"Noto Sans Japanese",sans-serif;
	line-height: 1.4;
	padding: 8px 12px;
}

/*--------------------
2:#main
--------------------*/
#main .content {
	font-size: 16px;
	padding: 30px 4vw 40px;
}
dl.date {
	border: 1px solid #bfd3d1;
	display: table;
	width: 100%;
}
dl.date dt, dl.date dd {
	display: table-cell;
	padding: 8px 15px;
}
dl.date dt { border-right: 1px solid #bfd3d1;}
dl:not(.date) {
	border-bottom: 1px solid #bfd3d1;
	padding: 10px;
}
dl:not(.date) dt,
dl:not(.date) dd {
	padding-bottom: 8px;
}
input[type=text], textarea {
	border: 1px solid #93bb4b;
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	outline: none;
	padding: 8px;
	resize: none;
	width: 100%;
	-webkit-transition: border-color .5s ease;
	transition: border-color .5s ease;
}
textarea {
	height: 88px;
}
input[name=postCode] { width: 50%;}
input[type=radio] {
	vertical-align: middle;
}
input[type=text]:focus, textarea:focus {
	border-color: #00991d;
}
textarea[name=msg] {
	height: 128px;
}
input[type=radio] {
	vertical-align: middle;
}
label { margin: 0 15px 0 8px;}
button {
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #00991d;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	margin: 32px auto 0;
	outline: none;
	width: 100%;
}
button:hover {
	background-color: #93bb4b;
}
.err {
	color: #ba4a5b;
}
input.err, textarea.err {
	border-color: #ba4a5b;
	color: #000;
}
.att {
	font-size: 12px;
}
.thanks {
	font-size: 16px;
	line-height: 1.6;
}

/*--------------------
3:#overlay
--------------------*/
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	display: none;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 20px 0 15vh;
	width: 100%;
	z-index: 20;
}
#overlay #confirm {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 5px rgba(0,0,0,0.4);
	margin: 0 auto;
	padding: 20px 10px;
	width: 92vw;
}
#overlay #confirm h3 {
	color: #00991d;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 8px;
}
#overlay #confirm .ttl {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 8px;
}
#overlay button { margin-top: 10px;}

/*--------------------
4:footer
--------------------*/
footer {
	background: #efeacf;
	padding: 72px 4vw 10px;
}
footer p {
	color: #00991d;
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 20px;
}
footer .doc {
	margin: 0 auto;
	width: 90vw;
}
footer .foot-logo {
	margin: 30px auto 12px;
	width: 50vw;
}
footer address {
	color: #000;
	font-size: 13px;
	font-style: normal;
	line-height: 1;
	padding: 20px 0 0;
	text-align: center;
}
#page-top {
	position: fixed;
	bottom: 4vw;
	right: 3vw;
	cursor: pointer;
	display: none;
	width: 50px;
}


/* vol2 */
.dl-course strong,
.dl-fellow strong {
	display: block;
}
.dl-course dd p + p { margin-top: 15px;}
#acourse-data input + input,
#bcourse-data input + input {
	margin-top: 10px;
}

}/*media*/
