@charset "utf-8";

/* ---------------------------------------------------------- */
/* TITLE */
/* ---------------------------------------------------------- */
#title {
	background: url(../img/exam/bg_title.jpg) center center no-repeat;
	background-size: cover;
	}

@media (max-width: 768px){
#title {
	background: url(../img/exam/bg_title_sp.jpg) center center no-repeat;
	background-size: cover;
	}
}


/* ---------------------------------------------------------- */
/* 募集要項 */
/* ---------------------------------------------------------- */
.about {
	text-align: center;
	margin: 0 0 60px 0;
	}

.about p {
	font-size: 1.6rem;
	line-height: 2.0;
	}

.about .catch {
	font-size: 2.2rem;
	font-family: 'Noto Serif JP' , serif , 游明朝 , "Yu Mincho" , YuMincho , "Hiragino Mincho ProN" , "Hiragino Mincho Pro" , HGS明朝E , メイリオ , Meiryo , sans-serif;
	color: #ff9bb9;
	text-align: center;
	text-decoration: underline;
	margin: 0 0 10px 0;
	display: inline-block;
	}

.pass {
	margin: 0 0 60px 0;
	}

.pass .bg {
	border: 5px solid #b48c5a;
	padding: 30px;
	position: relative;
	}

.pass .bg::before {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background:
		url(../../img/common/bg_contents_01.png) top left no-repeat ,
		url(../../img/common/bg_contents_02.png) top right no-repeat ,
		url(../../img/common/bg_contents_03.png) bottom right no-repeat ,
		url(../../img/common/bg_contents_04.png) bottom left no-repeat ,
		#fffff5;
	background-size: 25px 25px;
	border: 1px solid #e6c37d;
	top: 3px;
	left: 3px;
	position: absolute;
	}

.pass h2 {
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 20px 0;
	position: relative;
	}

.pass .top {
	font-size: 1.8rem;
	line-height: 2.0;
	text-align: center;
	margin: 0 0 40px 0;
	position: relative;
	}

.pass .top::before {
	content: "";
	width: 10px;
	height: 1px;
	background: #2b2b2b;
	bottom: -15px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	}

.pass p {
	font-size: 1.8rem;
	line-height: 2.0;
	text-align: center;
	position: relative;
	}

.pass ul.list {
	width: 100%;
	font-size: 1.8rem;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	justify-content: center;
	}

.pass ul.list li {
	width: 12.5%;
	line-height: 2.0;
	text-align: center;
	}

.requirements table {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-collapse: collapse;
	margin: 15px 0 30px 0;
	}

.requirements table tr {
	border-bottom: 1px solid #e6e6e6;
	}

.requirements table tr th {
	width: 160px;
	font-weight: bold;
	color: #ff9bb9;
	background: #fdeeef;
	text-align: left;
	padding: 15px 20px;
	}

.requirements table tr td {
	width: calc(100% - 160px);
	background: #fff8f8;
	padding: 15px 20px;
	}

.requirements p.notes {
	margin: 30px 0 0 0;
	}

.end .text {
	margin: 20px 0 0 0;
	}

.end p {
	text-align: center;
	}

.end p.date {
	font-size: 1.8rem;
	color: #ff9bb9;
	text-align: center;
	text-decoration: underline;
	margin: 5px 0;
	}

@media (max-width: 768px){
.about {
	margin: 0 0 50px 0;
	}

.about .catch {
	font-size: 1.8rem;
	}

.about p {
	font-size: 1.4rem;
	}

.pass .bg {
	padding: 20px;
	}

.pass h2 {
	font-size: 1.8rem;
	}

.pass .top ,
.pass p ,
.pass ul.list {
	font-size: 1.6rem;
	}
}

@media (max-width: 640px){
.about {
	margin: 0 0 40px 0;
	}

.about p {
	line-height: 1.8;
	}

.about .catch {
	line-height: 1.5;
	}

.about p {
	text-align: left;
	}

.pass {
	margin: 0 0 40px 0;
	}

.pass .bg::before {
	background-size: 20px 20px;
	}

.pass h2 {
	font-size: 1.6rem;
	}

.pass ul.list {
	flex-wrap: wrap;
	}

.pass ul.list li {
	width: 25%;
	}

.pass ul.list li:nth-child(n+5) {
	margin: 20px 0 0 0;
	}

.requirements table tr th {
	width: 100%;
	padding: 10px 15px;
	display: block;
	}

.requirements table tr td {
	width: 100%;
	padding: 15px;
	display: block;
	}

.end p.date {
	font-size: 1.6rem;
	}
}


/* ---------------------------------------------------------- */
/* 入力・確認画面 */
/* ---------------------------------------------------------- */
.form {
	background: url(../img/exam/bg_paper.png);
	border: 1px solid #e6e6e6;
	padding: 50px;
	}

.form h2 {
	font-size: 2.2rem;
	font-family: 'Noto Serif JP' , serif , 游明朝 , "Yu Mincho" , YuMincho , "Hiragino Mincho ProN" , "Hiragino Mincho Pro" , HGS明朝E , メイリオ , Meiryo , sans-serif;
	text-decoration: underline;
	}

.form .error {
	font-size: 1.4rem;
	font-weight: bold;
	font-family: -apple-system , BlinkMacSystemFont , "Hiragino Kaku Gothic ProN" , "游ゴシック Medium" , YuGothicM , YuGothic , "Helvetica Neue" , メイリオ , Meiryo , sans-serif;
	color: #f00;
	padding: 5px 0 0 0;
	}

.form table {
	width: 100%;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP' , serif , 游明朝 , "Yu Mincho" , YuMincho , "Hiragino Mincho ProN" , "Hiragino Mincho Pro" , HGS明朝E , メイリオ , Meiryo , sans-serif;
	border: 2px solid #000;
	border-collapse: collapse;
	margin: 0 0 50px 0;
	}

.form table tr {
	border-bottom: 2px solid #000;
	}

.form table tr th {
	width: 150px;
	font-weight: normal;
	text-align: left;
	border-right: 2px solid #000;
	padding: 0 15px;
	}

.form table tr td {
	width: 300px;
	padding: 8px;
	border-right: 2px solid #000;
	word-break: break-all;
	}

.form table tr td:last-child {
	width: calc(100% - 150px);
	border-right: none;
	}

.form table tr td input {
	width: 100%;
	font-size: 1.6rem;
	max-width: 282px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #000;
	border-radius: 0;
	padding: 5px;
	}

.form .list {
	font-size: 1.6rem;
	font-family: 'Noto Serif JP' , serif , 游明朝 , "Yu Mincho" , YuMincho , "Hiragino Mincho ProN" , "Hiragino Mincho Pro" , HGS明朝E , メイリオ , Meiryo , sans-serif;
	border-top: 1px solid #000;
	}

.form .list .box {
	border-bottom: 1px solid #000;
	padding: 20px 0;
	}

.form .list .box .answer {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 10px 0 0 1.3em;
	}

.form .list .box .answer li {
	padding: 0 30px 0 0;
	}

.form .list .box .answer li label {
	cursor: pointer;
	}

.form .list .box .answer li label input[type="radio"] {
	margin: 0 5px 0 0;
	}

.form .list .box .error {
	padding: 5px 0 0 1.2em;
	}

.form .list .box .correct {
	color: #f00;
	border: 1px solid #f00;
	margin: 20px 0 0 0;
	padding: 5px 1.2em;
	}

@media (max-width: 768px){
.form {
	padding: 30px;
	}

.form table {
	font-size: 1.4rem;
	border-bottom: none;
	margin: 0 0 40px 0;
	}

.form table tr {
	border-bottom: none;
	display: block;
	}

.form table tr th {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #000;
	padding: 5px 10px;
	display: block;
	}

.form table tr td ,
.form table tr td:last-child {
	width: 100%;
	border-bottom: 2px solid #000;
	border-right: none;
	padding: 10px;
	display: block;
	}

.form table tr td input {
	max-width: 100%;
	}

.form .list {
	font-size: 1.4rem;
	}

.form .list .box .answer {
	display: block;
	padding: 10px 0 0 0;
	}

.form .list .box .answer li {
	padding: 0 0 5px 0;
	}

.form .list .box .answer li:last-child {
	padding: 0;
	}

.form .list .box .error {
	padding: 5px 0 0 0;
	}

.form .list .box .correct {
	padding: 5px 10px;
	}
}

@media (max-width: 640px){
.form {
	padding: 15px;
	}

.form h2 {
	font-size: 1.8rem;
	margin: 0 0 15px 0;
	}

.form table {
	margin: 0 0 30px 0;
	}

.form .list .box {
	padding: 15px 0;
	}
}


/* ---------------------------------------------------------- */
/* 完了 */
/* ---------------------------------------------------------- */
.result {
	text-align: center;
	margin: 0 0 50px 0;
	}

.result .box {
	width: 100%;
	background: #fff;
	border: 5px solid #e6c37d;
	margin: 0 0 20px 0;
	padding: 40px 30px;
	position: relative;
	}

.result .box::before {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background:
		url(../../img/common/bg_contents_01.png) top left no-repeat ,
		url(../../img/common/bg_contents_02.png) top right no-repeat ,
		url(../../img/common/bg_contents_03.png) bottom right no-repeat ,
		url(../../img/common/bg_contents_04.png) bottom left no-repeat ,
		#fffff5;
	background-size: 25px 25px;
	border: 1px solid #e6c37d;
	top: 3px;
	left: 3px;
	position: absolute;
	}

.result .box div {
	font-size: 2.4rem;
	position: relative;
	z-index: 1;
	}

.result .box .score span {
	font-size: 3.5rem;
	color: #ff9bb9;
	}

.result .box ul.btn {
	margin: 20px 0 0 0;
	}

.announce .schedule {
	font-size: 1.8rem;
	font-family: 'Noto Serif JP' , serif , 游明朝 , "Yu Mincho" , YuMincho , "Hiragino Mincho ProN" , "Hiragino Mincho Pro" , HGS明朝E , メイリオ , Meiryo , sans-serif;
	color: #ff9bb9;
	text-align: center;
	text-decoration: underline;
	margin: 0 0 10px 0;
	}

.announce .schedule2 {
	text-align: center;
	margin: 0 0 30px 0;
	}

@media (max-width: 768px){
.result {
	margin: 0 0 40px 0;
	}

.result .box div {
	font-size: 2.0rem;
	}

.result .box .score span {
	font-size: 3.0rem;
	}
}

@media (max-width: 640px){
.result .box {
	padding: 20px;
	}

.result .box::before {
	background-size: 20px 20px;
	}

.result .box div {
	font-size: 1.8rem;
	}

.result .box .score span {
	font-size: 2.4rem;
	}

.result .box ul.btn {
	margin: 15px 0 0 0;
	}

.announce .schedule {
	font-size: 1.6rem;
	margin: 0 0 10px 0;
	}

.announce .schedule2 {
	text-align: left;
	}
}