@charset "UTF-8";
/* CSS Document */

/*main
====================*/

.kv {
	width: 100%;
}
.kv img {
	width: 100%;
}

#wrapper h1 {
	display: block;
	text-align: center;
	padding: 90px 0;
}

#wrapper .entry {
	display: flex;
	position: relative;
	margin-bottom: 30px;
}
#wrapper .entry .detail {
	padding-left: 35px;
	position: relative;
}
#wrapper .entry .detail h2 {
	margin-bottom: 30px;
	position: relative;
}
#wrapper .entry .detail h2 em {
	font-style: normal;
	display: block;
	font-size: 15px;
	margin-bottom: 4px;
}
#wrapper .entry .detail h2 span {
	font-size: 28px;
}
#wrapper .entry .detail h2 span small {
	display: inline-block;
	margin-left: .4em;
	font-size: 80%;
}
#wrapper .entry .detail p {
	line-height: 1.9;
}

#wrapper .entry .entry-link {
	position: absolute;
	right: 0;
	bottom: 2px;
	display: flex;
}
#wrapper .entry .entry-link .link {
	display: inline-block;
	color: #003c68;
	border: 1px solid #003c68;
	padding: 7px 6px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
	line-height: 1;
	height: 12px;
}
#wrapper .entry .entry-link .icon {
	display: inline-block;
	width:27px;
	position: relative;
	top: 1px;
	margin-right: 12px;
}
#wrapper .entry .entry-link .link:hover {
	background: #003c68;
	color: #fff;
	text-decoration: none;
}

#wrapper .entry-news {
	margin-bottom: 120px;
}
#wrapper .entry-news dl {
	display: flex;
	border: 1px solid #ccc;
}
#wrapper .entry-news dl dt {
	padding: 8px 12px;
	background: #003c68;
	color: #fff;
}
#wrapper .entry-news dl dd {
	padding: 8px 20px;
}
