@charset 'UTF-8';

/*

    Common

*/

/*  pagetitle  */
#c_title {
	padding: 10px 0;
	background-color: #9ec3bc;
	text-align: center;
}
#c_title h1,
#c_title p {
	margin: 0;
	color: #ffffff;
	font-size: 2.0rem;
	font-weight: normal;
}
#c_title h1 span,
#c_title p span {
	display: block;
	font-size: 1.5rem;
	font-family: 'Asap', sans-serif;
	font-weight: bold;
	letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
	#c_title {
		padding: 30px 0;
	}
	#c_title h1,
	#c_title p {
		font-size: 3.0rem;
	}
	#c_title h1 span,
	#c_title p span {
		font-size: 2.0rem;
	}
}

/*  bread crumbs  */
#c_breadcrumbs nav ol {
	margin: 10px 15px;
	font-size: 1.3rem;
}
#c_breadcrumbs nav ol li {
	display: inline-block;
	margin: 0;
}
#c_breadcrumbs nav ol li::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0.25em;
	border-top: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	transform: translateY(-1px) rotate(45deg);
}
#c_breadcrumbs nav ol li:first-child::before {
	content: none;
}
#c_breadcrumbs nav ol li a {
	color: #666666;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	#c_breadcrumbs nav ol {
		max-width: 1020px;
		margin: 10px auto 40px;
	}
}

/*  character  */
#c_character {
	position: fixed;
	right: 10px;
	bottom: 50px;
}
#c_character a {
	display: block;
	width: 90px;
	height: 70px;
	background-image: url('images/character.png');
	background-size: cover;
}
#c_character a:hover {
	background-image: url('images/character_hover.png');
	opacity: 1;
}
@media screen and (min-width: 768px) {
	#c_character {
		right: 15px;
	}
	#c_character a {
		display: block;
		width: 126px;
		height: 98px;
	}
}

/*  layout  */
#c_content {
	margin: 15px;
}
#c_content div.sub {
	margin-top: 5em;
}
@media screen and (min-width: 768px) {
	#c_content {
		display: flex;
		max-width: 1020px;
		margin: 0 auto;
		align-items: flex-start;
		justify-content: space-between;
	}
	#c_content div.single {
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}
	#c_content div.main {
		flex-basis: 100%;
		flex-shrink: 1;
		flex-glow: 1;
	}
	#c_content div.sub {
		margin-top: 0;
		margin-left: 50px;
		position: sticky;
		top: 65px;
		flex-basis: 300px;
		flex-shrink: 0;
		flex-glow: 0;
	}
}





/*

    Main and sub contents

*/

/*  group  */
#c_content div.group {
	margin: 1.25em 0 3.5em;;
	padding: 1em 1.5em 1.5em;
	border: 1px #aa998a solid;
	border-radius: 5px;
}
#c_content div.group h2 {
	position: relative;
	display: inline-block;
	top: -1.25em;
	margin: 0;
	padding: 0 0.5em;
	line-height: 1;
	font-size: 2.5rem;
	color: #aa998a;
	background-color: #ffffff;
	font-family: 'Asap', sans-serif;
	letter-spacing: 0.1em;
}
#c_content div.group h2 span {
	margin-left: 0.5em;
	font-size: 1.3rem;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0;
}
#c_content div.group h2 + * {
	margin-top: -1.25em;
}

/*  button  */
#c_content a.button {
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	background-color: #eadfca;
	color: #aa998a;
	border-radius: 3px;
}
#c_content a.button.large {
	padding: 0.5em 1em;
	font-size: larger;
	background-color: #aa998a;
	color: #ffffff;
}

/*  txonomy  */
#c_content a.taxonomy {
	display: inline-block;
	padding: 0.125em 0.5em;
	line-height: 1;
	font-size: 1.3rem;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
}
#c_content a.taxonomy.type { background-color: #f39800;}
#c_content a.taxonomy.feature { background-color: #8fc31f;}

/*  time  */
#c_content time {
	font-family: 'Asap', sans-serif;
	color: #aa998a;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/*  search  */
#c_content form.search {
	padding-right: 35px;
	background-color: #9ec3bc;
	border: 1px #cccccc solid;
	border-radius: 5px;
	background-image: url('images/search-w.png');
	background-size: 35px auto;
	background-position: right center;
	overflow: hidden;
	cursor: pointer;
}
#c_content form.search input[type=text] {
	margin: 0;
	border: none;
	background-color: #ffffff;
	border-radius: 0;
}





/*

    Sub contents

*/

/*  categories  */
#c_content div.sub ul.categories {
	margin-bottom: -0.5em;
}
#c_content div.sub ul.categories li {
	margin: 0;
	list-style: none;
}
#c_content div.sub ul.categories li a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
	border-top: 1px #aa998a solid;
}
#c_content div.sub ul.categories li a:before {
	content: '\25b6';
	margin-right: 0.5em;
	color: #aa998a;
	font-size: 1.0rem;
}
#c_content div.sub ul.categories li:first-child a {
	border: none;
}

/*  tags  */
#c_content div.sub ul.tags {
	margin-bottom: -0.5em;
}
#c_content div.sub ul.tags li {
	display: inline-block;
	margin: 0 0.125em 0.5em;
}
#c_content div.sub ul.tags li a {
	display: block;
	padding: 0 0.5em;
	border: 1px #aa998a solid;
	color: #666666;
	text-decoration: none;
	border-radius: 3px;
}





/*

    Main contents

*/

/*  heading  */
#c_content h2.title {
	margin: 0;
	padding: 0.125em 0;
	border-bottom: 1px #aa998a solid;
	font-family: 'Asap', sans-serif;
	font-size: 4.0rem;
	color: #aa998a;
	letter-spacing: 0.125em;
}
#c_content h2.title:before {
	content: none;
}
#c_content h2.title span {
	margin-left: 1em;
	font-size: 1.5rem;
	font-weight: normal;
	font-family: sans-serif;
	letter-spacing: 0;
}

/*  article  */
#c_content article h2 {
	margin: 2em 0 1em;
	padding: 0.5em 0;
	border-bottom: 1px #eadfca solid;
	font-weight: normal;
}
#c_content article h2:before {
	content: '';
	margin-right: 0.5em;
	border-left: 5px #eadfca solid;
}
#c_content article h3 {
	margin: 2em 0 1em;
}
#c_content article footer {
	margin-top: 3em;
}

/*  topics  */
#c_content ul.topics {
	letter-spacing: -0.4em;
}
#c_content ul.topics li {
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0 0.5em 1em;;
	list-style: none;
	letter-spacing: 0;
	box-sizing: border-box;
}
#c_content ul.topics li span.thumbnail {
	width: 100%;
	height: 0;
	padding-bottom: 66.66%;
	margin-bottom: 0.25em;
}
#c_content ul.topics li time {
	display: block;
}
#c_content ul.topics li a {
	text-decoration: none;
	color: #666666;
	font-size: 1.3rem;
}

/*  paging  */
#c_content ol.paging {
	margin: 3em 0;
	text-align: center;
}
#c_content ol.paging li {
	display: inline-block;
	min-width: 2.0em;
	height: 2.0em;
	line-height: 2.0em;
	margin: 0 5px 10px;
	text-align: center;
	font-family: 'Asap', sans-serif;
	vertical-align: top;
}
#c_content ol.paging a,
#c_content ol.paging span {
	display: block;
	background-color: #eadfca;
	color: #aa998a;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
}
#c_content ol.paging span {
	background-color: #aa998a;
	color: #ffffff;
}

/*  examination thumbnail  */
#c_content span.thumbnail.examination {
	display: block;
	width: 90px;
	height: 90px;
	background-image: url('images/examination_thumbnail.png');
	background-position: center center;
	background-size: cover;
	border: 1px #cccccc solid;
	border-radius: 5px;
}

/*  article thumbnail  */
#c_content span.thumbnail.article {
	display: block;
	float: left;
	width: 150px;
	height: 100px;
	background-image: url('images/article_thumbnail.png');
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
}





/*

    Examinations

*/

/*  order  */
#c_content p.result {
	margin-top: 0;
	padding: 0.25em 0.5em;
	background-color: #eadfca;
}
#c_content p.result span.order {
	float: right;
}
#c_content p.result span.order a {
	text-decoration: underline;
}
#c_content p.result span.order a.current {
	text-decoration: none;
	font-weight: bold;
}
#c_content p.result span.order span:before {
	content: ' | ';
}
#c_content p.result span.order span:first-child:before {
	content: none;
}

/*  list  */
#c_content ul.examinations li {
	margin: 2em 0 0;
	list-style: none;
}
#c_content ul.examinations li span.thumbnail {
	float: left;
}
#c_content ul.examinations li p.tags,
#c_content ul.examinations li a.text {
	margin-left: 105px;
}
#c_content ul.examinations li p.tags {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}
#c_content ul.examinations li p.tags a {
	font-size: 1.0rem;
}
#c_content ul.examinations li a {
	text-decoration: none;
}
#c_content ul.examinations li a.text {
	display: block;
	margin-top: 0.5em;
}
#c_content ul.examinations li a.text span.name {
	display: block;
	margin-bottom: 0.25em;
	font-weight: bold;
}
#c_content ul.examinations li a.text span.excerpt {
	display: block;
	color: #666666;
	font-size: smaller;
}
@media screen and (min-width: 768px) {
	#c_content ul.examinations {
		margin-right: -1em;
		letter-spacing: -0.4em;
	}
	#c_content ul.examinations li {
		display: inline-block;
		width: 50%;
		padding-right: 1em;
		letter-spacing: 0;
		vertical-align: top;
		box-sizing: border-box;
	}
}



/*

    Examination

*/

/*  header  */
#c_content article.examination header span.thumbnail {
	width: 240px;
	height: 240px;
	margin: 0 auto;
}
#c_content article.examination header p.tags {
	margin-top: 0;
}
#c_content article.examination header h1 {
	font-size: 2.0rem;
}
@media screen and (min-width: 768px) {
	#c_content article.examination header {
		margin-bottom: 3em;
		overflow: hidden;
	}
	#c_content article.examination header span.thumbnail {
		float: left;
		margin: 0;
	}
	#c_content article.examination header h1,
	#c_content article.examination header p {
		margin-left: 260px;
	}
}

/*  basic  */
#c_content article.examination h2.title + time {
	display: block;
	margin-top: 0.5em;
	color: #666666;
	font-family: sans-serif;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: right;
}
#c_content article.examination h2 + p {
	margin-left: 1.5em;
}
#c_content article.examination p.apply {
	margin: 2em 0;
	text-align: center;
}

/*  contact  */
#c_content article.examination div.contact {
	margin: 3em 0 0;
	padding: 1em 1.5em;
	background-color: #eadfca;
}
#c_content article.examination div.contact h2 {
	margin: 0 0 0.5em;
	padding: 0;
	border: none;
}
#c_content article.examination div.contact h2:before {
	content: none;
}
#c_content article.examination div.contact p {
	margin: 0;
}





/*

    Articles

*/

/*  list  */
#c_content ul.articles {
	margin: 0;
}
#c_content ul.articles li {
	margin: 2em 0 0;
	list-style: none;
}
#c_content ul.articles li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
}

#c_content ul.articles li a time,
#c_content ul.articles li a span.title,
#c_content ul.articles li a span.excerpt {
	display: block;
	margin-left: 165px;
}
#c_content ul.articles li a span.title {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#c_content ul.articles li a span.excerpt {
	font-size: smaller;
	color: #666666;
}
@media screen and (min-width: 768px) {
	#c_content ul.articles li {
		margin-top: 3em;
	}
	#c_content ul.articles li a span.thumbnail {
		width: 240px;
		height: 160px;
	}
	#c_content ul.articles li a time,
	#c_content ul.articles li a span.title,
	#c_content ul.articles li a span.excerpt {
		margin-left: 260px;
	}
}





/*

    Article

*/

/*  header  */
#c_content article.article header {
	margin-bottom: 2.5em;
}
#c_content article.article header img {
	border-radius: 5px;
}
#c_content article.article header h1 {
	margin: 0.75em 0 0.25em;
	padding: 0.25em 0;
	border-bottom: 1px #aa998a solid;
}
#c_content article.article header p.taxonomy {
	margin-top: 0;
	text-align: right;
}
#c_content article.article header p.taxonomy a {
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	border-radius: 3px;
}
#c_content article.article header p.taxonomy a.tag {
	background-color: #eadfca;
	color: #aa998a;
}
#c_content article.article header p.taxonomy a.category {
	background-color: #aa998a;
	color: #ffffff;
}

/*  imagetext  */
#c_content article div.imagetext p {
	margin-top: 0.25em;
}
@media screen and (min-width: 768px) {
	#c_content article div.imagetext {
		overflow: hidden;
	}
	#c_content article div.imagetext p {
		margin-top: 0;
	}
	#c_content article div.imagetext.left img {
		float: left;
		max-width: 50%;
		margin: 0 1em 1em 0;
	}
	#c_content article div.imagetext.right img {
		float: right;
		max-width: 50%;
		margin: 0 0 1em 1em;
	}
}



/*

    Mailform

*/

/*  basic items  */
#c_content form input[type=text],
#c_content form input[type=password],
#c_content form input[type=email],
#c_content form input[type=date],
#c_content form select,
#c_content form textarea {
	width: 100%;
	margin: 0.25em 0;
	box-sizing: border-box;
	border-radius: 3px;
	outline: none;
}

#c_content form input[type=submit],
#c_content form input[type=button] {
	display: inline-block;
	margin: 0.5em 0.25em 0.125em 0;
	padding: 0.25em 2em;
	border: none;
	background-color: #9ec3bc;
	color: #ffffff;
	font-size: 1.8rem;
	border-radius: 5px;
	cursor: pointer;
}

/*  layout  */
#c_content div.mailform div.message,
#c_content div.mailform div.supple,
#c_content div.mailform div.confirm,
#c_content div.mailform div.back {
	margin: 2em 0;
}

/*  error  */
#c_content div.mailform p.errordetect {
	padding: 1em;
	background-color: #eeeeee;
}
#c_content div.mailform form.form dd.error input {
	border: 1px #DC143C solid;
}
#c_content div.mailform form.form dd.error .errormessage {
	margin: 0.25em 0;
	padding: 0.25em 0.5em;
	background-color: #FFE4E1;
	color: #DC143C;
	border-radius: 3px;
}

/*  common  */
#c_content div.mailform dl dt em {
	display: inline-block;
	margin-right: 1em;
	padding: 2px;
	background-color: #f39800;
	color: #ffffff;
	font-size: 1.1rem;
	font-style: normal;
	line-height: 1;
	border-radius: 2px;
	vertical-align: middle;
}

/*  form  */
#c_content div.mailform form.form dl dt {
	padding: 0.25em 0;
}
#c_content div.mailform form.form dl dd {
	margin: 0 0 1em;
}

#c_content div.mailform form.form dd label {
	margin-right: 1em;
	line-height: 2;
	vertical-align: middle;
}
#c_content div.mailform form.form dd label input {
	margin-right: 0.5em;
}
#c_content div.mailform form.form dd .description {
	margin: 0.5em 0 1em;
	color: #666666;
	font-size: 1.3rem;
}
#c_content div.mailform form.form dd.address input {
	display: inline-block;
	margin-bottom: 0.125em;
}
#c_content div.mailform form.form dd.address .zip1 {
	width: 4em;
}
#c_content div.mailform form.form dd.address .zip2 {
	width: 6em;
}
#c_content div.mailform form.form dd.address .pref {
	width: 6em;
}
#c_content div.mailform form.form dd.birthday select {
	width: 4em;
	margin-right: 0.5em;
}
#c_content div.mailform form.form dd.birthday select.year {
	width: 8em;
}
@media screen and (min-width: 768px) {
	#c_content div.mailform form.form dd.birthday select.year {
		width: 15em;
	}
}

/*  confirm  */
#c_content div.mailform form.confirm dl {
	padding: 1.5em 1.75em 0.5em;
	background-color: #f2f2f2;
}
#c_content div.mailform form.confirm dl dd {
	margin: 0 0 1em;
}
#c_content div.mailform div.back a {
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px #cccccc solid;
	color: #666666;
	border-radius: 3px;
}

/*  agreement  */
#c_content div.agreement form {
	padding: 1em;
	background-color: #eeeeee;
	text-align: center;
}





/*

    Toppage

*/

/*  layout  */
#toppage div.sub {
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	#toppage #c_content {
		display: block;
	}
	#toppage #c_content div.content01 {
		float: left;
		width: 57%;
		margin: 0;
	}
	#toppage #c_content div.contents02 {
		float: right;
		width: 40%;
		margin: 0;
	}
	#toppage #topics {
		clear: both;
		padding-top: 2em;
	}
}

/*  mv  */
body#toppage #mv {
	margin: -15px -15px 3em;
}
body#toppage #mv div.slider {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 36.27% 0 0;
	overflow: hidden;
}
body#toppage #mv div.slider ul {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin: 0;
	margin-left: -200vw;
}
body#toppage #mv div.slider ul li {
	float: left;
	width: 100vw;
	height: 100%;
	margin: 0;
	list-style: none;
}
body#toppage #mv div.slider ul li a {
	display: block;
	width: 100vw;
	height: 100%;
	background-size: cover;
	background-position: center center;
	opacity: 1;
}
body#toppage #mv div.slider ul li a img {
	display: block;
}
@media screen and (min-width: 768px) {
	body#toppage {
		padding-top: 535px;
	}
	body#toppage #mv {
		position: absolute;
		top: 65px;
		left: 0;
		width: 100%;
		margin: 0;
	}
	body#toppage #mv div.slider {
		height: 370px;
		padding: 0;
	}
	body#toppage #mv div.slider ul {
		margin-left: calc(((100% - 1020px) / 2) - 2040px);
	}
	body#toppage #mv div.slider ul li {
		width: 1020px;
		height: 370px;
		overflow: hidden;
	}
	body#toppage #mv div.slider ul li a {
		width: 100%;
		height: 100%;
	}
	body#toppage #mv div.slider:before,
	body#toppage #mv div.slider:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: calc((100% - 1020px) / 2);
		height: 100%;
		background-color: rgba(255,255,255,0.8);
		z-index: 1;
	}
	body#toppage #mv div.slider:before { left: 0;}
	body#toppage #mv div.slider:after { right: 0;}
}

/*  mv pointer  */
body#toppage #mv div.pointer {
	margin: 10px 0 0;
	text-align: center;
}
body#toppage #mv div.pointer a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background-color: #eeeeee;
	border-radius: 5px;
	cursor: pointer;
}
body#toppage #mv div.pointer a.current {
	background-color: #9ec3bc;
}
@media screen and (min-width: 768px) {
	body#toppage #mv div.pointer {
		margin: 20px 0 0;
	}
}

/*  mv navigation  */
@media screen and (min-width: 768px) {
	body#toppage #mv div.slider a.nav {
		display: block;
		position: absolute;
		top: 50%;
		width: 45px;
		height: 45px;
		margin-top: -22px;
		cursor: pointer;
		z-index: 2;
	}
	body#toppage #mv div.slider a.nav.prev { right: 50%; margin-right: 510px;}
	body#toppage #mv div.slider a.nav.next { left: 50%; margin-left: 510px;}
	body#toppage #mv div.slider a.nav:after {
		content: '';
		display: inline-block;
		width: 15px;
		height: 15px;
		margin-top: 15px;
		border-top: 2px #aa998a solid;
		border-right: 2px #aa998a solid;
	}
	body#toppage #mv div.slider a.nav.next:after { margin-left: 11px; transform: rotate(45deg);}
	body#toppage #mv div.slider a.nav.prev:after { margin-left: 16px; transform: rotate(-135deg);}
}

/*  genre  */
#toppage ul.genres {
	margin-bottom: -0.5em;
}
#toppage ul.genres li {
	margin: 0;
	list-style: none;
}
#toppage ul.genres li a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
	border-top: 1px #aa998a solid;
}
#toppage ul.genres li a:before {
	content: '\25b6';
	margin-right: 0.5em;
	color: #aa998a;
	font-size: 1.0rem;
}
#toppage ul.genres li:first-child a {
	border: none;
}
@media screen and (min-width: 768px) {
	#toppage ul.genres {
		letter-spacing: -0.4em;
	}
	#toppage ul.genres li {
		display: inline-block;
		width: 50%;
		padding: 0 0.5em;
		vertical-align: top;
		letter-spacing: 0;
		box-sizing: border-box;
	}
	#toppage ul.genres li:nth-child(2) a {
		border: none;
	}
}

/*  pickup  */
#toppage #c_content div.group #pickup ul.topics {
	margin-top: -0.5em;
	margin-bottom: 0;
}
#toppage #c_content div.group #pickup ul.topics li {
	padding-bottom: 0;
}

/*  search  */
#toppage #c_content div.group #search p {
	margin-bottom: 0;
}

/*  tags  */
#toppage #c_content div.group #tags p {
	margin-bottom: 0;
}
#toppage #c_content div.group #tags p a {
	font-size: 1.4rem;
}

/*  freearea  */
#toppage div.free {
	padding: 1em 1.5em;
	background-color: #9ec3bc;
	color: #ffffff;
	border-radius: 5px;
}
#toppage div.free h2 {
	font-family: 'Asap', sans-serif;
	font-size: 4.0rem;
	color: #ffffff;
	letter-spacing: 0.125em;
}
#toppage div.free ul.ranking {
	padding: 0.5em 1em;
	background-color: rgba(255,255,255,0.3);
	color: #333333;
}
#toppage div.free ul.ranking li {
	margin: 0;
	padding: 0.5em 0;
	border-top: 1px #ffffff dotted;
	list-style: none;
}
#toppage div.free ul.ranking li:first-child {
	border: none;
}
#toppage div.free ul.ranking li a {
	text-decoration: none;
}

/*  twitter  */
#toppage div.twitter {
	margin-top: 2em;
	border: 1px #e1e8ec solid;
	border-radius: 5px;
	overflow: hidden;
}

/*  topics  */
#toppage #topics h2 {
	margin-top: 1em;
	font-family: 'Asap', sans-serif;
	font-size: 4.0rem;
	color: #9ec3bc;
	text-align: center;
	letter-spacing: 0.125em;
}
@media screen and (min-width: 768px) {
	#toppage #c_content #topics ul.topics li {
		width: 25%;
	}
}