la@charset "UTF-8";

/* CSS Document */
html,
body {
	-webkit-text-size-adjust: none;
	color: #171616;
}

img {
	vertical-align: top;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.red {
	color: red;
}

header {
	width: 100%;
	margin: 0 0 2px 0;
	border-bottom: 4px solid #df012d;
}

header h1 {
	margin: 10px 0 0 20px;
}

header h1 img {
	width: 160px;
}

h2 {
	padding: 17px 0 17px 0;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	font-size: 2.4rem;
}

h2 span {
	display: block;
	font-size: 1.2rem;
}

#teiki,
#keiken,
#arbeit {
	width: calc(100% - 20px);
	margin: 0 auto;
}

#teiki .inner_header {
	min-height: 180px;
	background: url(../img/teiki_chara_op.png) no-repeat 0px top;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px 0 17px 140px;
}

/*#teiki .inner_header{ min-height: 180px; background: url(../img/teiki_chara_close.png) no-repeat 0px top; margin-top: 30px; margin-bottom: 10px; padding: 0px 0 17px 140px;}*/
#teiki .inner_header h3 {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0065a6;
	text-decoration: underline;
}

#teiki .inner_header p {
	font-size: 16px;
	line-height: 140%;
}

#teiki .inner_header p span {
	color: #ff0000;
}

#teiki .inner_header p span.large {
	color: inherit;
	font-size: 1.6rem;
}

#teiki .inner_header p span.bold {
	font-weight: bold;
}

#keiken .inner_header {
	min-height: 140px;
	background: url("../img/keiken_chara.png") no-repeat 0px top;
    background-size: 128px;
	margin-top: 40px;
	padding: 0px 0 20px 150px;
	margin-bottom: 10px;
}

#keiken .inner_header h3 {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0a9907;
	text-decoration: underline;
}

#keiken .inner_header p {
	font-size: 16px;
	line-height: 140%;
}

#teiki ul,
#keiken ul {}

#teiki ul li,
#keiken ul li,
#arbeit ul li {
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

#teiki ul li a,
#keiken ul li a,
#arbeit ul li a {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid black;
	color: inherit;
	font-size: 1.6rem;
	text-decoration: none;
}

#teiki ul li a {
	background: #d7efff;
	text-align: center;
	line-height: 54px;
}

#keiken ul li a {
	background: #edffed;
	text-align: center;
	line-height: 54px;
}

#arbeit ul li a {
	background: #fff1ce;
	text-align: center;
	line-height: 54px;
}

#teiki ul li a img,
#keiken ul li a img,
#arbeit ul li a img {
	margin-right: 10px;
	width: 55px;
}


#arbeit {
	padding-bottom: 30px;
}

#arbeit .inner_header {
	min-height: 140px;
	background: url("../img/arbeit_chara_close.png") no-repeat 0px top;
	margin-top: 40px;
	padding: 0px 0 20px 150px;
	margin-bottom: 10px;
}


/*#arbeit .inner_header {
	min-height: 140px;
	background: url(../img/arbeit_chara_close.png) no-repeat 0px top;
	margin-top: 40px;
	padding: 0px 0 20px 150px;
	margin-bottom: 10px;
}*/

#arbeit .inner_header h3 {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ff6600;
	text-decoration: underline;
}

#arbeit .inner_header p {
	font-size: 16px;
	line-height: 140%;
}


section {
	width: 100%;
	border-top: 4px solid #0065a6;
}

footer {
	padding: 24px 0;
	background: #f4f4f4;
	font-size: 0.6rem;
	text-align: center;
}

footer p {
	line-height: 160%;
}

footer p a {
	color: inherit;
}

footer a.haku {
	display: inline-block;
	border: 1px solid black;
	padding: 10px;
	margin: 0 auto 10px auto;
	text-decoration: none;
	color: inherit;
	font-size: 1.4rem;
}



@media (min-width: 769px) {

	/* (C)PC以上向けスタイル */
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}

	header h1 {
		width: 1200px;
		margin: 0 auto;
		padding: 10px 0 0 60px;
		box-sizing: border-box;
	}

	header h1 img {
		width: auto;
	}

	h2 {
		padding: 40px 0 44px 0;
		border-bottom: none;
		font-size: 40px;
	}

	h2 span {
		font-size: 20px;
	}

	.inner {
		width: 1200px;
		margin: 0 auto;
		padding-bottom: 30px;
	}

	div#flex_box {
		display: flex;
	}

	#teiki,
	#keiken,
	#arbeit {
		width: 100%;
		text-align: center;
	}

	#teiki .inner_header,
	#keiken .inner_header,
	#arbeit .inner_header {
		min-height: auto;
		margin: 0;
		padding: 0;
		background: none;
	}

	#teiki .inner_header h3,
	#keiken .inner_header h3,
	#arbeit .inner_header h3 {
		font-size: 28px;
	}

	#teiki .inner_header p {
		font-size: 16px;
		margin-bottom: 23px;
		font-size: 14px;
	}

	#teiki .inner_header p span.large {
		font-size: 19px;
	}

	#keiken .inner_header p {
		font-size: 16px;
		margin-bottom: 20px;
		font-size: 14px;
	}

	#arbeit .inner_header p {
		font-size: 16px;
		margin-bottom: 20px;
		font-size: 14px;
	}


	#teiki .chara {
		margin: 14px 0;
		position: relative;
		height: 289px;
	}


	#keiken .chara {
		margin: 14px 0 14px 90px;
		position: relative;
		width: 302px;
		height: 289px;
	}

	#keiken .chara img {
		position: absolute;
		top: 0;
		left: -50px;
	}

	#arbeit .chara {
		margin: 14px 0;
		position: relative;
		height: 289px;
	}


	#teiki ul,
	#keiken ul,
	#arbeit ul {
		width: 300px;
		margin: 0 auto;
	}

	#teiki ul li,
	#keiken ul li,
	#arbeit ul li {
		width: 300px;
	}

	#teiki ul li a,
	#keiken ul li a,
	#arbeit ul li a {
		font-size: 18px;
		padding: 10px;
		height: 54px;
		box-sizing: border-box;
		line-height: 34px;
		background: #fff;
	}

	#teiki ul li a:hover {
		background: #d7efff;
	}

	#keiken ul li a:hover {
		background: #edffed;
	}

	#arbeit ul li a:hover {
		background: #fff1ce;
	}

	#teiki ul li a img {
		width: 35px;
		margin-top: 0px;
	}

	#keiken ul li a img {
		width: 35px;
		margin-right: 5px;
		margin-top: 1px;
	}

	#arbeit ul li a img {
		width: 26px;
		margin-right: 5px;
		margin-top: 2px;
	}


	#teiki .chara img.on {
		display: none;
	}

	#teiki .chara img.on2 {
		display: none;
	}

	#keiken .chara img.on {
		display: none;
	}

	#arbeit .chara img.on {
		display: none;
	}

	footer {
		padding: 34px 0;
		font-size: 10px;
		min-width: 1200px;
	}

	footer a.haku {
		font-size: 16px;
	}

	footer a.haku:hover {}
}