@charset "utf-8";

/*----------------------------------------------------------
RESET
----------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}

h1 {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	empty-cells: show;
}

fieldset, img, abbr {
	border: 0;
}

address, caption, cite, code, dfn, h1, h2, h3, h4, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

li, dl {
	list-style: none;
}

img {
	vertical-align: top;
	border: none;
}

legend {
	display: none;
}

hr {
	display: none;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.coming a {
	position: relative;
}

.coming a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	img {
		max-width: 100%;
	}
}

/*----------------------------------------------------------
CLEARFIX
----------------------------------------------------------*/

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/*----------------------------------------------------------
HEADER
----------------------------------------------------------*/
#header {
	width: 1000px;
	margin: 0 auto;
	padding: 8px 8px;
}

@media screen and (max-width: 768px) {
	#header {
		width: 100%;
	}

	#header h1 img {
		width: 112px;
	}

	#header .navi {
		top: 0px;
		right: 0px;
		position: absolute;
		display: block;
		cursor: pointer;
		z-index: 1000;
		background-color: #fff;
		color: #fff;
		padding: 13px 16px;
		font-size: 21px;
		line-height: 21px;
		border-left: 1px solid #e9e9e9;
	}

	#header .navi span {
		display: block;
		height: 3px;
		width: 24px;
		margin: 5px 0 5px 0;
		background: #000;
		transition: all 1.0s;
		position: relative;
	}

	#header .active .navi {
		background-color: #000931;
	}

	#header .active .navi span {
		background: #fff;
	}

	#header .active .navi .m1 {
		-webkit-transform: translate(0, 8px) rotate(-45deg);
		transform: translate(0, 8px) rotate(-45deg);

	}

	#header .active .navi .m2 {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}

	.ie8 #header .active .navi .m2 {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	#header .active .navi .m3 {
		-webkit-transform: translate(0, -8px) rotate(45deg);
		transform: translate(0, -8px) rotate(45deg);
	}

	#header .spmenu-wrap {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
	}

	#header #spmenu {
		position: absolute;
		top: 55px;
		left: 0;
		z-index: 1000;
		width: 100%;
		background-color: #000931;
	}

	#header ul {
		position: static;
		padding: 10px 10px 2px;
		background-color: #000931;
		width: 100%;
	}

	#header ul li {
		float: none;
		margin: 0;
		padding: 0px;
		border-bottom: 2px solid #000931;
	}

	#header ul li a {
		position: relative;
		display: block;
		padding: 17px 18px;
		height: auto;
		white-space: normal;
		background-image: none;
		text-indent: 0;
		overflow: visible;
		color: #000;
		text-decoration: none;
		font-size: 0.95em;
		font-weight: bold;
		background-color: #fff;
	}

	#header ul li a {
		background: #eee;
	}

	#header ul li.nolink {
		position: relative;
		display: block;
		padding: 17px 18px;
		height: auto;
		white-space: normal;
		background-image: none;
		text-indent: 0;
		overflow: visible;
		color: #000;
		text-decoration: none;
		font-size: 0.95em;
		font-weight: bold;
		background-color: #fff;
	}

	#header ul li a:hover,
	#header ul li a.current {
		border: none;
	}

	#header ul li a i {
		display: inline;
		position: absolute;
		right: 18px;
		top: 16px;
		font-size: 20px;
	}

	#header ul li a {
		width: 100%;
	}

	#header #spmenu .close {
		position: relative;
		background-color: #fff;
		border: 8px solid #000931;
		text-align: center;
		padding: 20px 0;
		line-height: 100%;
		font-weight: bold;
		cursor: pointer;
	}

	#header #spmenu .close i {
		position: absolute;
		right: 20px;
		top: 20px;
	}

}

/*----------------------------------------------------------
FOOTER
----------------------------------------------------------*/
#footer_wrapper {
}

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 34px 0;
	font-size: 10px;
}

#footer ul {
	float: left;
}

#footer li {
	float: left;
	font-size: 12px;
	margin-right: 20px;
}

#footer li a {
	color: #4d4d4d;
	text-decoration: none;
}

#footer p {
	float: right;
	font-size: 12px;
	color: #4d4d4d;
}

@media screen and (max-width: 768px) {
	#footer {
		width: 100%;
		padding: 34px 8px;
	}

	#footer ul {
		float: none;
	}

	#footer p {
		float: none;
	}
}

/*----------------------------------------------------------
CONTENTS
----------------------------------------------------------*/
main {
	display: block;
}

.contents .inner {
	width: 1000px;
	margin: 0 auto;
}

.contents article > header {
	background-color: #e9e9e9;
}

.contents article > header h1 {
	width: 1000px;
	margin: 0 auto;
	padding: 16px 20px;
	font-size: 24px;
	line-height: 24px;
}

@media screen and (max-width: 768px) {
	.contents .inner {
		width: 100%;
	}

	.contents article > header h1 {
		width: 100%;
		padding: 16px 10px;
	}
}

/* portal */
#portal #visual {
	position: relative;
	background: url('../img/portal-visual.png') no-repeat center top;
	margin-top: 32px;
}

#portal #visual .visual-link {
	height: 435px;
}

#portal #visual #lead {
	position: absolute;
	left: 40px;
	top: 40px;
}

#portal #visual li a {
	color: #034ca4;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}

#portal #visual li .image {
	display: table-cell;
}

#portal #visual li .text {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	width: 100%;
}

#portal #visual li .arrow {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	font-size: 32px;
}

#portal #visual .portal-nav-a a {
	display: block;
	width: 444px;
	height: 128px;
}

#portal #visual .portal-nav-a .image {
	display: block;
}

#portal #visual .portal-nav-a img {
	width: 100%;
}

#portal #visual .portal-nav-a .arrow {
	color: #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	padding-right: 0;
	display: block;
	transform: translateY(-50%);
}

#portal #visual .portal-nav-a a:hover .arrow {
	opacity: .8;
}

#portal #visual .portal-nav-b a {
	display: block;
	width: 444px;
	height: 80px;
	background: url('../img/nav-bg.png');
	font-size: 16px;
}

#portal #visual .portal-nav-b a:hover {
	color: #306cb4;
}

#portal #visual .portal-nav-b .text {
	font-size: 16px;
}

#portal #visual .portal-nav-b span {
	font-size: 11px;
}

#portal #visual .portal-nav-b img {
	margin-right: 48px;
	width: 120px;
	height: 80px;
}

#portal #visual #portal-nav01 a {
	position: absolute;
	right: 40px;
	top: 41px;
}

#portal #visual #portal-nav02 a {
	position: absolute;
	right: 40px;
	top: 177px;
}

#portal #visual #portal-nav04 a {
	position: absolute;
	right: 40px;
	top: 315px;
}

#portal #visual #portal-nav03 a {
	position: absolute;
	right: 40px;
	top: 401px;
}

#portal #visual #news {
	margin: 5rem 0;
}

#portal #visual #news h2 {
	background-color: #fff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	height: 53px;
	font-size: 12px;
	font-weight: bold;
	padding: 21px 68px;
	line-height: 12px;
}

#portal #visual #news dl {
	width: 878px;
	margin: 0px auto 0;
}

#portal #visual #news dl dt {
	font-size: 13px;
	float: left;
	margin-right: 20px;
	line-height: 200%;
}

#portal #visual #news dl dd {
	font-size: 13px;
	float: left;
	width: 756px;
	margin-right: 20px;
	line-height: 200%;
}

#news-body {
	width: 876px;
	margin: 0 auto;
	padding: 6px;
}

#news-body .viewport {
	width: auto;
	margin-right: 5px;
	height: 160px; /* 表示域の高さ */
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

#news-body .contents {
}

#news-body .overview {
	position: absolute;
}

#news-body .scrollbar {
	position: relative;
	float: right;
	width: 5px;
	background-color: #fff; /* スクロールバーの地の色 */
}

#news-body .thumb {
	width: 5px; /* サムの幅 */
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	background-color: #d8d7d7; /* スクロールバーのツマミの色 */
}

#news-body .disable {
	display: none;
}

@media screen and (max-width: 768px) {
	#portal #visual #news {
		margin: 0;

	}

	#portal #visual {
		background: none;
		margin-top: 0;
	}

	#portal #visual .visual-link {
		height: auto;
	}

	#portal #visual #lead {
		position: static;
	}

	#portal #visual li {
		margin-bottom: 0px;
		padding-top: 3px;
		border-bottom: 1px solid #d1d1d1;
	}

	#portal #visual .portal-nav-a a {
		width: 100%;
		height: auto;
	}

	#portal #visual .portal-nav-a a:hover {
		opacity: 1;
	}

	#portal #visual .portal-nav-a img {
		max-width: none;
		margin-right: 12px;
		width: 100%;
		height: auto;
	}

	#portal #visual .portal-nav-b a {
		width: 100%;
		height: auto;
	}

	#portal #visual .portal-nav-b .text {
		font-size: 1em;
		line-height: 100%;
	}

	#portal #visual .portal-nav-b img {
		max-width: none;
		margin-right: 12px;
		width: 120px;
		height: 80px;
	}

	#portal #visual #portal-nav01 a,
	#portal #visual #portal-nav02 a,
	#portal #visual #portal-nav03 a,
	#portal #visual #portal-nav04 a {
		position: relative;
		right: 0;
		top: 0;
	}

	#portal #visual #news h2 {
		padding: 20px 10px;
	}

	#news-body {
		width: 100%;
	}

	#news-body .viewport {
		height: 100px;
	}

	#portal #visual #news dl dd {
		width: 100%;
	}

}
