﻿
body {
	background: #eaedf4;
}

span.icon {
	color: #fff;
	padding: 0.25em 0.5em;
	width: 4em;
	display: inline-block;
	margin: 0 1.5em 0 0.5em;
	height: 1.3em;
	font-size: 80%;
	line-height: 1.0;
	text-align: center;
}

span.icon._news {
	background: #4c11e2;
}

span.icon._release {
	background: #1da586;
}

span.icon._topics {
	background: #e26911;
}

span.icon._recruit {
	background: #b31d3d;
}

/*
list
/////////////////////////////////////////////////////////*/

#mainArea.list  h2 {
	text-align: center;
	margin-bottom: 0;
}

#mainArea.list .date {
	text-align: right;
	margin-top: 0;
}

#mainArea.list picture {
	display: block;
	text-align: center;
}

#mainArea.list picture img {
	margin: auto;
	display: block;
	max-width: 100%;
}

#mainArea p {
	text-align: left;
}


#mainArea.list ul {
	border-top: 1px solid #ddd;
	background: #fff;
}

#mainArea.list ul li {
	border-bottom: 1px solid #ddd;
}

#mainArea.list ul li a strong,
#mainArea.list ul li a strong + span {
	display: block;
	
}

@media screen and (min-width: 768px){

	#mainArea.list ul {
		font-size: 60%;
	}

	#mainArea {
		max-width: 1100px;
		width: 100%;
		margin: 0 auto;
	}

	#mainArea h1 {
		padding: 50px 0 0;
	}

	#mainArea h1 img {
		display: block;
		margin: 0 auto;
		width: 14%;
	}

	#mainArea.list ul {
		padding: 50px 50px 0;
		padding-bottom: 50px;
		text-align: left;
	}

	#mainArea.list ul li a {
		display: block;
		padding: 0.5em;
	}

	#mainArea p {
		font-size: 65%;
	}

	.mainArea {
		margin: 75px auto 100px;
		max-width: 1100px;
		width: 100%;
	}

}

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

	#mainArea {
		margin: 1em;
	}

	#mainArea h1 {
		margin: 100px 0 80px;
	}

	#mainArea h1 img {
		display: block;
		margin: 0 auto;
		width: 35%;
	}

	#mainArea p {
		font-size: 68%;
	}

	#mainArea.list ul {
		font-size: 68%;
		padding: 1.5em 1em 0;
	}

	#mainArea.list ul li {
		padding: 1em 0;
	}

	#mainArea.list ul li:nth-child(1) {
		padding-top: 0;
	}

}

#mainArea.list .pagenation ul {
	display: flex;
	border: none;
	justify-content: center;
}


#mainArea.list .pagenation ul li {
	border: none;
}

.pagenation ul li:nth-child(1) {
	text-align: left;
}

.pagenation ul li:nth-child(2) {
	text-align: center;
	margin: 0 1em;
}

.pagenation ul li:nth-child(3) {
	text-align: right;
}


#mainArea.list .pagenation ul li a {
	display: inline-block;
	padding: 0.5em 1em;
	color: #fff;
	background: #004098;
	border: 2px solid #004098;
}

@media screen and (min-width: 768px){

	#mainArea.list .pagenation ul {
		padding: 0 50px 50px;
		margin-bottom: 100px;
	}

	#mainArea.list .pagenation ul li a {
		transition: .3s;
	}

	#mainArea.list .pagenation ul li a:hover {
		color: #004098;
		text-decoration: none;
		background: #fff;
	}

}

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

	#mainArea.list .pagenation ul {
		padding: 0 1.5em 1.5em;
		margin-bottom: 2em;
	}

}

/*
detail
/////////////////////////////////////////////////////////*/

.topicWrap {
	background: #fff;
}

.mainArea ul {
	position: relative;
	overflow: hidden;
}

.mainArea ul li.topic_btn01 {
	float: left;
}

.mainArea ul li.topic_btn02 {
	float: right;
}

.mainArea .topic_btn03 {
}

.mainArea ul li.topic_btn01 a,
.mainArea ul li.topic_btn02 a,
.mainArea .topic_btn03 a {
	display: inline-block;
	background: #004098;
	border: 2px solid #004098;
	position: relative;
	height: 3em;
	min-width: 10em;
	color: #fff;
}

.mainArea ul li.topic_btn01 a span,
.mainArea ul li.topic_btn02 a span,
.mainArea .topic_btn03 a span {
	display: block;
	position: absolute;
	left: 1em;
	top: 50%;
	color: #fff;
	transform: translateY( -50% ) scale( 1, 0.9 );
	letter-spacing: 0.2rem;
}


.mainArea ul li.topic_btn01 a small,
.mainArea ul li.topic_btn02 a small,
.mainArea .topic_btn03 a small {
	background: url(/assets/image/btn_link_icon_o.png) no-repeat;
	background-size: auto;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 1em;
	top: 50%;
	color: #fff;
	transform: translateY( -50% );
	line-height: 1.0;
	width: 2em;
	height: 5px;
}

.mainArea ul li.topic_btn01 a small img,
.mainArea ul li.topic_btn02 a small img,
.mainArea .topic_btn03 a small img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 768px){

	.topicWrap {
		max-width: 1100px;
		margin: 50px auto 0;
		padding: 50px;
	}

	.topicWrap h2 {
		margin: 0;
		font-size: 110%;
	}

	.topicWrap h2 span.icon {
		line-height: 1.0;
		font-size: 55%;
	}

	#mainArea .topicWrap p.date {
		border-top: 1px solid #ddd;
		margin: 0 0 50px;
		padding-top: 0.5em;
		text-align: right;
	}


	.mainArea ul li.topic_btn01 a,
	.mainArea ul li.topic_btn02 a,
	.mainArea .topic_btn03 a {
		font-size: 80%;
	}

	.mainArea ul li.topic_btn01 a,
	.mainArea ul li.topic_btn02 a,
	.mainArea .topic_btn03 a,
	.mainArea ul li.topic_btn01 a small,
	.mainArea ul li.topic_btn02 a small,
	.mainArea .topic_btn03 a small {
		transition: .3s;
	}

	.mainArea ul li.topic_btn01 a:hover,
	.mainArea ul li.topic_btn02 a:hover,
	.mainArea .topic_btn03 a:hover {
		color: #004098;
		background: #fff;
		text-decoration: none;
	}

	.mainArea ul li.topic_btn01 a:hover span,
	.mainArea ul li.topic_btn02 a:hover span,
	.mainArea .topic_btn03 a:hover span {
		color: #004098;
	}

	.mainArea ul li.topic_btn01 a:hover small,
	.mainArea ul li.topic_btn02 a:hover small,
	.mainArea .topic_btn03 a:hover small {
		right: -1.5em;
	}

	.mainArea ul li.topic_btn01 a:hover small img,
	.mainArea ul li.topic_btn02 a:hover small img,
	.mainArea .topic_btn03 a:hover small img {
		opacity: 0;
	}

}

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

	#mainArea h1 {
		margin: 100px 0 0.5em;
	}

	.topicWrap {
		margin: 0;
		padding: 1em;
	}

	.topicWrap h2 {
		margin: 0;
		font-size: 95%;
	}

	.topicWrap h2 span.icon {
		line-height: 1.0;
		font-size: 45%;
	}

	#mainArea .topicWrap p.date {
		border-top: 1px solid #ddd;
		margin: 0 0 50px;
		padding-top: 0.5em;
		text-align: right;
	}

	.mainArea {
		margin-left: 1em;
		margin-right: 1em;
	}

	.topic_btn01,
	.topic_btn02,
	.topic_btn03 {
		font-size: 65%;
	}

}
