@charset "utf-8";
/* CSS Document */
img.arrow {
	height: 1.5em;
	width: auto;
}
#about .cmn-tbl a {
	color: #3268ad;
	font-weight: 700;
}
#entryform .form-area {
	margin-bottom: 40px;
}
#entryform .form-area form > p:nth-of-type(3n+1) {
	margin-top: 20px;
}
#entryform .form-area > .wpcf7 {
	display: inline-block;
	text-align: left;
	width: 100%;
	max-width: 800px;
}
#entryform input:not([type="checkbox"]) {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	appearance: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.5em;
	border: 1px solid #ccc;
}
#entryform input[type="text"],
#entryform input[type="email"] {
	width: 100%;
	box-sizing: border-box;
    padding: 0.25em;
}
#entryform input[type="number"] {
    padding: 0.25em;
}
#entryform input[type="submit"] {
	background: #1b5da8;
	border: 0;
	color: #fff;
	width: 10em;
	text-align: center;
	padding: 1em 0;
	display: block;
	margin: 40px auto 0;
}
#entryform input[type="submit"]:disabled {
	opacity: 0.5;
}
#entryform p > span:not(.acceptance-244) {
	color: #f00;
}
#interview {
	background: #f8f8f8;
	padding-bottom: 100px;
}
#interview .box {
	background: #fff;
	margin-top: 40px;
	padding: 20px;
}
#interview .flex {
flex-direction: column;
align-items: center;
}
#interview .flex .pic img {
	width: 55vw;
	max-width: 415px;
}
#interview .flex .txt {
	color: #3268ad;
	font-weight: 500;
	line-height: 2em;
	width: 100%;
	margin-top: 10px;
}
#interview .flex .txt h3,
#interview .flex .txt h4 {
	font-weight: 700;
}
#interview .flex .txt h3 {
	font-size: 16px;
}
#interview .flex .txt h3 small {
	font-size: 12px;
	margin-left: 30px;
	font-weight: 500;
}
#interview .flex .txt p {
	font-size: 12px;
}
#interview dl {
	font-size: 14px;
	margin-top: 30px;
}
#interview dt span {
	color: #3268ad;
	font-weight: 700;
}
#interview dt:after {
	content:"";
	display: block;
	width: 13em;
	height: 1px;
	background: #3268ad;
	margin-bottom: 0.5em;
}
#interview dd span {
	color: #009c43;
	font-weight: 700;
}

@media screen and (min-width: 500px) {
	#interview dl {
		font-size: 16px;
	}
	#entryform .form-area {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	#interview .flex .txt h3 {
		font-size: 30px;
	}
	#interview .flex .txt h3 small {
		font-size: 18px;
	}
	#interview .flex .txt h4 {
		font-size: 22px;
	}
	#interview .flex .txt p {
		font-size: 18px;
	}
	#interview dl {
		font-size: 18px;
		line-height: 2em;
	}
	#interview dl dt {
		font-size: 24px;
	}
	#interview dl dd span {
		font-size: 24px;
	}
}
	
@media screen and (min-width: 1024px) {
	
#interview .box {
	padding: 40px 70px;
}
#interview .flex {
	flex-direction: row;
}
#interview .flex .pic {
	padding-left: 60px;
	padding-right: 80px;
}
#interview .flex .pic img {
	width: 320px;
}
#interview .flex .txt {
	width: auto;
	flex: 1;
	line-height: 2.5em;
}
}
#entryform input[type="button"] {
	background: #eee;
	border: 0;
	width: 10em;
	text-align: center;
	padding: 1em 0;
	display: block;
	margin: 40px auto 0;
	appearance: none;
	-webkit-appearance: none;
}