@charset "utf-8";

@media screen and (max-width: 640px) {

section h2 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px;
}
section h2 span {
	display: block;
	padding-top: 9px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	/*font-weight: bold;*/
	color: #0075c2;
}
section .blue {
	color: #88d1ff;
}
section .orange {
	color: #fcb450;
}
section .red {
	color: #f06060;
}
section .pink {
	color: #ff7b97;
}
section .purple {
	color: #e097ff;
}
section .green {
	color: #33d6bb;
}

/* navi active */
#header #spNav nav > ul > li.navTop {
	background: #0075c2;
}
#header #spNav nav > ul > li.navTop > a {
	color: #fff;
	background: url(../common/img/sp/icon_arrow_nav03.gif) 96% center no-repeat;
	background-size: 8px;
}



/* -----------------------------------------------------------------------------

	News
  
----------------------------------------------------------------------------- */
#news .inner {
	background: #f3f5f7;
}
#news dl {
	font-size: 16px;
}
#news dl dt {
	text-align: center;
	padding: 18px 0;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
#news dl dt span {
	font-size: 24px;
}
#news dl dt span b {
	display: block;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	/*font-weight: bold;*/
	letter-spacing: 0.04em;
	font-weight: normal;
}

#news dl dd {
	font-size: 14px;
}
#news dl .detail {
	padding: 20px 15px;
}
#news dl .detail span {
	float: left;
}
#news dl .detail .label {
	width: 86px;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-left: 12px;
	border-radius: 2px;
}

#news dl .detail > div {
	max-height: 100px;
	overflow: hidden;
}
#news dl .detail ul {
	/*max-height: 100px;
	overflow: hidden;*/
}
#news dl .detail ul li {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}
#news dl .detail .labelNews {
	background: #0075c2;
}
#news dl .detail .text {
	display: block;
	padding-top: 10px;
	word-break: break-all;
	clear: both;
	width: 100%;
}

/* -----------------------------------------------------------------------------

	menu
  
----------------------------------------------------------------------------- */
#menu {
	padding: 40px 0 0;
}
#menu ul li {
	margin: 0;
	overflow: hidden;
	position: relative;
}
#menu ul li a:after {
	content: "";
	display:block;
	width: 28px;
	height: 28px;
	background: url(../img/icon_arrow01.png) no-repeat;
	background-size: 28px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#menu ul li a:before {
	content: "";
	display:block;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.7);
	background-size: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#menu ul li a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#menu ul li h3 {
	position: absolute;
	bottom: 18px;
	left: 16px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}

#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 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: 22px;
	padding: 0 0 5px;
}

#menu ul.contents02 {
	/*padding: 30px 25px 10px;
	background: #0075C2;*/
	padding: 30px 0 40px;
}
#menu ul.contents02 li {
	/*margin: 0 0 20px;*/
	overflow: hidden;
	position: relative;
}
#menu ul.contents02 li a:after {
	content: "";
	display:block;
	width: 28px;
	height: 28px;
	background: url(../img/icon_arrow01.png) no-repeat;
	background-size: 28px;
	position: absolute;
	bottom: 24px;
	right: 15px;
}
#menu ul.contents02 li a:before {
	content: "";
	display:block;
	width: 100%;
	height: 78px;
	background: rgba(0,0,0,0.7);
	background-size: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#menu ul.contents02 li a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#menu ul.contents02 li h3 {
	position: absolute;
	bottom: 16px;
	left: 15px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}
#menu ul.contents02 li h3 span {
	display: block;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	/*font-weight: bold;*/
	font-weight: normal;
	letter-spacing: 0.04em;
}
#menu ul.contents02 h2 {
	font-size: 22px;
	padding: 40px 0 5px;
}

/* -----------------------------------------------------------------------------

	relation
  
----------------------------------------------------------------------------- */
#relation {
	padding: 40px 0 0;
}
#relation ul {
	margin: 0 5px;
}
#relation ul li {
	width: 48%;
	float: left;
	margin: 0 1% 8px;
}
#relation ul li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* -----------------------------------------------------------------------------

	column2
  
----------------------------------------------------------------------------- */

#column2 > div {
	margin: 40px 0 0;
	overflow: hidden;
	position: relative;
}
#column2 .columnLeft h2 span {
	color: #fbb44e;
}
#column2 .columnRight h2 span {
	color: #1fbca1;
}
#column2 div a:after {
	content: "";
	display:block;
	width: 28px;
	height: 28px;
	background: url(../img/icon_arrow01.png) no-repeat;
	background-size: 28px;
	position: absolute;
	bottom: 24px;
	right: 15px;
}
#column2 div a:before {
	content: "";
	display:block;
	width: 100%;
	height: 78px;
	background: rgba(0,0,0,0.7);
	background-size: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#column2 .columnLeft div a:before {
	height: 97px;
}
#column2 div a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#column2 div h3 {
	position: absolute;
	bottom: 16px;
	left: 16px;
	padding-right: 16px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}
#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%;
	}

}