@charset "utf-8";

@media screen and (min-width: 641px) {


#header #gnav > ul > li.navTop > a > span {
	padding-bottom: 5px;
	border-bottom: 2px solid #0075c2;
}

section {
	min-width: 1000px;
}
section h2 {
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 20px;
}
section h2 span {
	display: block;
	padding-top: 9px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	/*font-weight: bold;*/
}
section .blue {
	color: #88d1ff;
}
section .orange {
	color: #fcb450;
}
section .red {
	color: #f06060;
}
section .pink {
	color: #ff7b97;
}
section .purple {
	color: #e097ff;
}
section .green {
	color: #33d6bb;
}
	
	
	
	
	
	
/* -----------------------------------------------------------------------------

	MV
  
----------------------------------------------------------------------------- */
#mv {
	width: 100%;
	height: 640px;
	overflow: hidden;
	min-width: 1000px;
	position: relative;
}
#mv .motif {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -85px 0 0 -391px;
	z-index: 3;
}

/* slider
---------------------------------------------*/
#slider {
}
#slider li {
	width: 100%;
	height: 640px;
}
#slider li {
	position: relative;
	height: 640px;
}
#slider .slide01 {
	background: url(../img/mv01.jpg) no-repeat center top;
}
#slider .slide02 {
	background: url(../img/mv02.jpg) no-repeat center top;
}
#slider .slide03 {
	background: url(../img/mv03.jpg) no-repeat center top;
}
#slider .slide04 {
	background: url(../img/mv04.jpg) no-repeat center top;
}
#slider .slide05 {
	background: url(../img/mv05.jpg) no-repeat center top;
}
#slider .slide06 {
	background: url(../img/mv06.jpg) no-repeat center top;
}

/* -----------------------------------------------------------------------------

	News
  
----------------------------------------------------------------------------- */
#news {
	background: #f3f5f7;
}
#news .inner {
	padding: 0;
}
#news dl {
	width: 1000px;
	display: table;
	font-size: 13px;
}
#news dl dt {
	display: table-cell;
	width: 190px;
	vertical-align: middle;
	padding: 30px 0;
	position: relative;
}
#news dl dt span {
	font-size: 19px;
}
#news dl dt span b {
	display: block;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	/*font-weight: bold;*/
	font-weight: normal;
	letter-spacing: 0.04em;
}
#news dl dt:after {
	content: "";
	display: block;
	width: 1px;
	height: 60px;
	background: #f3f5f7;
	border-right: 1px dotted #b2b2b4;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -30px;
}

#news dl dd {
	display: table-cell;
	width: 810px;
	position: relative;
}
#news dl .detail {
	padding: 20px 15px 0 30px;
	width: 770px;
	height: 65px;
}
#news dl .detail > div {
	width: 800px;
	height: 65px;
	overflow: hidden;
	position: absolute;
	top: 25px;
}

#news dl .detail ul {
	/*height: 65px;*/
	/*overflow: hidden;*/
}

#news dl ul li {
	width: 740px;
	display: table;
	font-size: 15px;
	padding: 20px 0;
	overflow: hidden;
}
#news dl ul li.line2 {
	padding: 8px 0;
}
#news dl ul li > span {
	display: table-cell;
	vertical-align: middle;
	min-width: 100px;
}
#news dl .detail .label {
	width: 80px;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	margin-left: 12px;
	position: relative;
	top: -1px;
	padding: 3px 0\9;
}
#news dl .detail .labelNews {
	background: #0075c2;
}
#news dl .detail .text {
	width: 580px;
	float: right;
	word-break: break-all;
}
#news dl .detail a .text:hover {
	text-decoration: underline;
}

/* -----------------------------------------------------------------------------

	menu
  
----------------------------------------------------------------------------- */
#menu {
	padding: 60px 0 0;
	margin: 0 auto;
	max-width: 1200px;
}
#menu ul li {
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
}
#menu ul li a:after {
	content: "";
	display:block;
	width: 25px;
	height: 25px;
	background: url(../img/icon_arrow01.png) no-repeat;
	background-size: 25px;
	position: absolute;
	bottom: 20px;
	right: 15px;
}
#menu .contents02 li a:after {
	bottom: 42px;
}
#menu ul li a:hover {
	transition: all .3s;
	-webkit-transition: all .3s;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
#menu .contents01 li {
	width: 33.333333%;
}
#menu .contents02 {
	margin: 0 auto 80px;
}
#menu .contents02 li {
	width: 25%;
}
#menu ul li a {
	display: block;
}
#menu ul li img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: bottom;
}
#menu ul li h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	background: rgba(0,0,0,0.7);
	padding: 15px 15px 15px 25px;
}

#menu ul li h3.blue {
	color: #88d1ff;
}
#menu ul li h3.orange {
	color: #fcb450;
}
#menu ul li h3.red {
	color: #f06060;
}
#menu ul li h3.pink {
	color: #ff7b97;
}
#menu ul li h3.purple {
	color: #e097ff;
}
#menu ul li h3.green {
	color: #33d6bb;
}
	
#menu .contents02 li h3 {
	height: 110px;
}
#menu ul li h3 span {
	display: block;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	/*font-weight: bold;*/
	font-weight: normal;
	letter-spacing: 0.04em;
}
#menu h2 {
	font-size: 30px;
	padding: 0 0 30px;
}
	
	

/* -----------------------------------------------------------------------------

	relation
  
----------------------------------------------------------------------------- */
#relation {
	padding: 85px 0 0;
}
#relation ul li {
	width: 324px;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}
#relation ul li img {
	vertical-align: bottom;
}
#relation ul li:nth-child(3n) {
	margin-right: 0;
}

/* -----------------------------------------------------------------------------

	column2
  
----------------------------------------------------------------------------- */

#column2 {
	overflow: hidden;
	padding: 40px 0 0;
	margin: 0 auto;
	max-width: 1200px;
}
#column2 .columnLeft {
	float: left;
	width: 584px;
}
#column2 .columnRight {
	float: right;
	width: 584px;
}
#column2 .columnLeft h2 span {
	color: #fbb44e;
}
#column2 .columnRight h2 span {
	color: #1fbca1;
}
#column2 .columnLeft > div {
	margin: 0;
	overflow: hidden;
	position: relative;
}
#column2 .columnRight > div {
	margin: 0;
	overflow: hidden;
	position: relative;
}
#column2 div h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
	background: rgba(0,0,0,0.8);
	padding: 15px;
}
#column2 div h3 span {
	display: block;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	/*font-weight: bold;*/
	font-weight: normal;
	letter-spacing: 0.04em;
}
	
	.btn_newsrelease {
		width: 90%;
		max-width: 640px;
		margin: 0 auto;
		padding: 40px 0 0;
		text-align: center;
	}

	.btn_newsrelease a {
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
	}

	.btn_newsrelease a:hover {
		opacity: 0.7;
	}

	.btn_newsrelease a img {
		width: 100%;
	}

}