@charset "UTF-8";
/* CSS Document */


html{
	
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: url(../images/sp/bg.jpg) left top repeat #01081a;
}
h1, h2, h3, h4, h5, h6,
.common-pagetitle .container .block .category-title,
#page-topics .intro-wrap .text-wrap .intro-catch,
#page-kekka .intro-wrap .text-wrap .intro-description{
	/*font-family: "游明朝","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";*/
}
a{
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover{
	text-decoration: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	body{
		background: url(../images/sp/bg.jpg) left top repeat #01081a;
		background-size: 100% auto;
	}
	img{
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
}


/* style */
.decoration{
	position: relative;
}
.decoration:after{
	content: "";
	width: 60px;
	height: 60px;
	background: url(../images/bg-decoration.png) left top no-repeat;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

a.btn-style01{
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	background-color: #dcdad1;
	border-radius: 10px;
	font-size: 15px;
	color: #0d182c;
	position: relative;
	padding-right: 15px;
	box-sizing: border-box;
	opacity: 1;
	text-align: center;
}
a.btn-style01:hover{
	opacity: 0.7;
}
a.btn-style01:after{
	content: "";
	display: block;
	background: url(../images/icon-right01@2x.png) left top no-repeat;
	background-size: cover;
	width: 8px;
	height: 13px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

a.btn-style02{
	display: inline-block;
	width: 135px;
	height: 40px;
	line-height: 40px;
	background-color: #080e1b;
	border-radius: 5px;
	font-size: 15px;
	color: #FFFFFF;
	position: relative;
	padding-right: 13px;
	box-sizing: border-box;
	opacity: 1;
	text-align: center;
}
a.btn-style02:hover{
	opacity: 0.7;
}
a.btn-style02:after{
	content: "";
	display: block;
	background: url(../images/icon-right02@2x.png) left top no-repeat;
	background-size: cover;
	width: 8px;
	height: 11px;
	position: absolute;
	right: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

a.btn-style03{
	display: inline-block;
	min-width: 135px;
	background-color: #153b73;
	border-radius: 5px;
	font-size: 15px;
	line-height: 1.4em;
	color: #FFFFFF;
	position: relative;
	padding:10px 33px 10px 20px;
	box-sizing: border-box;
	opacity: 1;
	text-align: center;
}
a.btn-style03:hover{
	opacity: 0.7;
}
a.btn-style03:after{
	content: "";
	display: block;
	background: url(../images/icon-right02@2x.png) left top no-repeat;
	background-size: cover;
	width: 8px;
	height: 11px;
	position: absolute;
	right: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.line-center{
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.line-center span{
	display: inline-block;
	position: relative;
	line-height: 1.2;
}
.line-center span:before{
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	background-color: rgba(166,166,166,0.5);
	position: absolute;
	left: -15px;
	top: 50%;
	-webkit-transform: translate(-100%,-50%);
	transform: translate(-100%,-50%);
}
.line-center span:after{
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	background-color: rgba(166,166,166,0.5);
	position: absolute;
	right: -15px;
	top: 50%;
	-webkit-transform: translate(-100%,-50%);
	transform: translate(100%,-50%);
}

.sp{
	display: none;
}

.f-blue{
	color: #173c7d;
}
.f-bold{
	font-weight: bold;
}
.alC{
	text-align: center;
}
.alR{
	text-align: right;
}

@media (max-width: 768px) {
	.decoration:after{
		width: 30px;
		height: 30px;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	img.sp{
		display: inline;
	}
	a.btn-style01{
		font-size: 13px;
		max-width: 100%;
		width: 150px;
		height: 34px;
		line-height: 34px;
		border-radius: 3px;
	}
	a.btn-style01:after{
		width: 6px;
		height: 9px;
	}
	a.btn-style02{
		font-size: 13px;
		width: 120px;
		height: 34px;
		line-height: 34px;
		border-radius: 3px;
	}
	a.btn-style02:after{
		width: 6px;
		height: 9px;
	}
	a.btn-style03{
		font-size: 13px;
		border-radius: 3px;
	}
	a.btn-style03:after{
		width: 6px;
		height: 9px;
	}
	.line-center{
		margin-bottom: auto;
	}
	.line-center span:before,
	.line-center span:after{
		content: none;
		display: none;
	}
}


/* layout */
#wrapper{
	overflow: hidden;
	min-width: 980px;
	padding-top: 134px;
}
.container{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	#wrapper{
		overflow: hidden;
		min-width: inherit;
		padding-top: 108px;
	}
	#wrapper.on-menu{
		display: none;
	}
	.container{
		width: 100% !important;
	}
	section,
	#f-bottom{
		width: 100% !important;
		height: auto !important;
		min-width: inherit !important;
	}
	section .container{
		padding-top: 50px !important;
	}
	.block{
		padding-left: 10px;
		padding-right: 10px;
	}
	.block .box{
		float: none !important;
		width: auto !important;
	}
}


/** common **/
.subtitle{
	font-size: 36px;
	color: #d2d2d2;
	text-align: center;
	margin-bottom: 25px;
}
.description{
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 1.4;
	color: #d2d2d2;
	text-align: center;
}

@media (max-width: 768px) {
	.subtitle{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.description{
		font-size: 14px;
		letter-spacing: 0.06em;
		line-height: 28px;
		padding-left: 20px;
		padding-right: 20px;
	}
}


/** pc-header **/
.header-wrap{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 1000;
}

.h-logo{
	text-align: center;
	padding: 13px 0px;
	background-color: #FFFFFF;
}
#pc-header{
	margin-left: auto;
	margin-right: auto;
	background-color: #0e1829;
}
#pc-header nav{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	position: relative;
}
#pc-header ul.g-nav{
	display: table;
}
#pc-header ul.g-nav li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#pc-header ul.g-nav li a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px;
	line-height: 18px;
	color: #ced1c6;
	display: block;
	height: 100%;
	position: relative;
	padding: 0px 18px;
}
#pc-header ul.g-nav li.n-logo a:hover{
	opacity: 0.7;
}
#pc-header ul.g-nav li a:after{
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#pc-header ul.g-nav li a:hover,
#pc-header ul.g-nav li a.cur{
	color: #00b2ca;
}
#pc-header ul.sns{
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}
#pc-header ul.sns li{
	float: left;
	padding: 5px 23px 5px 18px;
}
#pc-header ul.sns li a{
	display: inline-block;
	position: relative;
}
#pc-header ul.sns li.fb{
	border-right: 1px solid rgba(255,255,255,0.2);
}
#pc-header ul.sns li a img.on{
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: all 0.3s;
}
#pc-header ul.sns li a:hover img.on{
	opacity: 1;
}
#pc-header ul.sns li a:hover img.off{
}

@media (max-width: 768px) {
	#pc-header{
		display: none;
	}

}


/* sp-header */
#sp-header{
	display: none;
}
@media (max-width: 768px) {
	#sp-header{
		display: block;
		padding: 10px;
		overflow: hidden;
		background: url(../images/sp/bg.jpg) left top repeat #01081a;
	}
	#sp-header .n-logo{
		float: left;
	}
	#sp-header .n-logo img{
		width: auto;
		height: 40px;
	}
	#sp-header .menu-open{
		float: right;
	}
	#sp-header .menu-open img{
		width: auto;
		height: 40px;
	}
	#sp-menu{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		background-color: #000000;
		z-index: 100;
		/*transition: all 0.3s;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);*/
		visibility: hidden;
		opacity: 0;
	}
	#sp-menu.open{
		/*-webkit-transform: translateY(0%);
		transform: translateY(0%);*/
		visibility: visible;
		opacity: 1;
	}
	#sp-menu .inner{
		position: relative;
	}
	#sp-menu .n-logo{
		padding: 8px;
		text-align: center;
	}
	#sp-menu .n-logo img{
		width: auto;
		height: 36px;
	}
	#sp-menu .menu-close{
		position: absolute;
		right: 20px;
		top: 15px;
		width: 18px;
	}
	#sp-menu a{
		color: #d4d7cc;
		line-height: 1.2;
	}
	#sp-menu nav ul.g-nav{
		padding: 0px 40px;
		margin-bottom: 50px;
	}
	#sp-menu nav ul.g-nav li.nav-li{
	}
	#sp-menu nav ul.g-nav li.nav-li > a{
		display: block;
		padding: 20px 20px 20px 0px;
		border-bottom: 1px solid #77797c;
		position: relative;
		font-size: 18px;
	}
	#sp-menu nav ul.g-nav li.nav-li > a:after{
		content: "";
		display: block;
		background: url(../images/sp/menu-icon01.png) left top no-repeat;
		background-size: contain;
		width: 10px;
		height: 18px;
		position: absolute;
		right: 5px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#sp-menu nav ul.g-nav li.nav-li ul.child{
		padding: 11px 22px;
		border-bottom: 1px solid #77797c;
	}
	#sp-menu nav ul.g-nav li.nav-li ul.child li > a{
		display: block;
		padding: 11px 0px 11px 17px;
		font-size: 14px;
		line-height: 1.4;
		position: relative;
	}
	#sp-menu nav ul.g-nav li.nav-li ul.child li > a:before{
		content: "";
		display: inline-block;
		background: url(../images/sp/menu-icon02.png) left top no-repeat;
		background-size: contain;
		width: 6px;
		height: 7px;
		position: absolute;
		left: 0px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#sp-menu nav ul.g-nav li.nav-li ul.child li ul.grandchild{
		padding-left: 18px;
	}
	#sp-menu nav ul.g-nav li.nav-li ul.child li ul.grandchild li a{
		font-size: 13px;
	}
	#sp-menu nav ul.g-nav li.nav-li ul.child li > a.haschild:before{
		background: url(../images/sp/menu-icon03.png) left top no-repeat;
		background-size: contain;
		width: 7px;
		height: 6px;
	}
	#sp-menu .sns-wrap{
		text-align: center;
		margin-bottom: 50px;
	}
	#sp-menu .sns{
		overflow: hidden;
		display: inline-block
	}
	#sp-menu .sns li{
		float: left;
		padding: 0px 25px;
	}
	#sp-menu .sns li img{
		width: auto;
		height: 30px;
	}
}



/* kekka */
#kekka{
	background: url(../images/bg-kekka.jpg) center top repeat;
	background-size: auto 100%;
	margin-left: auto;
	margin-right: auto;
	color: #d2d2d2;
}
#kekka .container{
	padding-top: 80px;
	padding-bottom: 70px;
}
#kekka .block{
	margin-top: 60px;
}
#kekka .block .box{
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
}
#kekka .block .box:last-child{
	margin-bottom: 0px;
}
#kekka .block .box:after{
	content: "";
	background-color: rgba(15,44,75,0.7);
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 10px;
	bottom: 15px;
	z-index: -1;
}
#kekka .block .box .thumb{
	float: left;
	margin-left: 15px;
	margin-right: 30px;
}
#kekka .block .box .thumb img{
	display: inline-block;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
}
#kekka .block .box .text-wrap{
	padding-top: 55px;
	padding-right: 25px;
	overflow: hidden;
}
#kekka .block .box .text-wrap .title{
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.1em;
	padding-right: 10px;
	margin-bottom: 30px;
}
#kekka .block .box .text-wrap .text{
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.1em;
}
#kekka .block .box .text-wrap .btn-wrap{
	position: absolute;
	right: 25px;
	bottom: 30px;
}

@media (max-width: 768px) {
	#kekka{
		background: none;
	}
	#kekka .container{
		background: url(../images/sp/bg-kekka.png) left top repeat-y;
		background-size: 100% auto;
		padding-bottom: 45px;
	}
	#kekka .block .box{
		margin: 0px 5px 35px;
	}
	#kekka .block .box:after{
		top: 100px;
		bottom: 0px;
	}
	#kekka .block .box .thumb{
		float: none;
		text-align: center;
		margin-left: 40px;
		margin-right: 40px;
	}
	#kekka .block .box .text-wrap{
		padding: 20px;
	}
	#kekka .block .box .text-wrap .title{
		font-size: 17px;
		line-height: 24px;
		letter-spacing: 0.1em;
		padding-right: 0px;
		margin-bottom: 15px;
	}
	#kekka .block .box .text-wrap .text{
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	#kekka .block .box .text-wrap .btn-wrap{
		position: static;
		text-align: center;
	}
}


/* topics */
#topics{
	background: url(../images/bg-topics.jpg) center top repeat;
	background-size: auto 100%;
	margin-left: auto;
	margin-right: auto;
	color: #d2d2d2;
}
#topics .container{
	padding-top: 85px;
	padding-bottom: 70px;
}
#topics .block{
	background-color: rgba(20,22,33,0.75);
	padding: 15px 15px 5px;
	margin-top: 20px;
	/*margin-left: -15px;
	margin-right: -15px;*/
}
#topics .block .tab{
	overflow: hidden;
	margin-left: -7px;
	margin-top: 7px;
	margin-bottom: 15px;
}
#topics .block .tab-box{
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding-left: 7px;
}
#topics .block .tab-box a{
	display: block;
	text-align: center;
	line-height: 57px;
	background-color: #7f838a;
	border: 1px solid #7f838a;
	border-radius: 10px;
}
#topics .block .tab-box a.active,
#topics .block .tab-box a:hover{
	background-color: rgba(0,0,0,0.25);
	border: 1px solid #00b2ca;
	color: #00b2ca;
}
#topics .block .contents{
	overflow: hidden;
	margin-left: -10px;
}
#topics .block .contents .content-box{
	float: left;
	width: 33.33333%;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 10px;
}
#topics .block .contents .content-box .thumb{
	background-color: #c3c7cd;
}
#topics .block .contents .content-box .thumb img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
#topics .block .contents .content-box .text-wrap{
	background-color: #c3c7cd;
	padding: 20px 15px 65px;
	position: relative;
}
#topics .block .contents .content-box .text-wrap .title{
	font-size: 21px;
	line-height: 1.4;
	color: #555555;
	text-align: center;
	margin-bottom: 20px;
}
#topics .block .contents .content-box .text-wrap .text{
	font-size: 15px;
	line-height: 20px;
	color: #555555;
	margin-bottom: 30px;
}
#topics .block .contents .content-box .text-wrap .btn-wrap{
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 100%;
	text-align: center;
}


@media (max-width: 768px) {
	#topics{
		background: url(../images/sp/bg-gr-base.png) left top repeat-y;
		background-size: 100% auto;
	}
	#topics .container{
		background: url(../images/sp/bg-gr-top.png) left top no-repeat;
		background-size: 100% auto;
		padding-bottom: 45px;
	}
	#topics .block{
		background-color: rgba(20,22,33,0.75);
		padding: 10px;
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
	#topics .block .tab{
		margin-bottom: 0px;
		margin-left: -10px;
	}
	#topics .block .tab-box{
		width: 50%;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	#topics .block .tab-box.all{
		width: 100%;
	}
	#topics .block .tab-box a{
		line-height: 40px;
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	#topics .block .contents{
		margin-left: -10px;
	}
	#topics .block .contents .content-box{
		width: 50%;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	#topics .block .contents .content-box .text-wrap{
		background-color: #c3c7cd;
		padding: 10px 11px 47px;
		position: relative;
	}
	#topics .block .contents .content-box .text-wrap .title{
		font-size: 14px;
		margin-bottom: 10px;
	}
	#topics .block .contents .content-box .text-wrap .text{
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	#topics .block .contents .content-box .text-wrap .btn-wrap{
		bottom: 17px;
	}
}


/* torikumi */
#torikumi{
	background: url(../images/bg-torikumi.jpg) center top repeat;
	background-size: auto 100%;
	margin-left: auto;
	margin-right: auto;
	color: #d2d2d2;
	text-align: center;
}
#torikumi .container{
	padding-top: 65px;
	padding-bottom: 65px;
}
#torikumi .block{
	overflow: hidden;
	display: inline-block;
	margin-top: 55px;
}
#torikumi .block .box{
	float: left;
	width: 50%;
	padding: 0px 60px;
}
#torikumi .block .box .thumb{
	margin-bottom: 45px;
}
#torikumi .block .box .catch{
	font-size: 18px;
	margin-bottom: 20px;
}
#torikumi .block .box .title{
	font-size: 27px;
	letter-spacing: 0.1em;
	display: inline-block;
	border-left: 2px solid #d2d2d2;
	padding-left: 12px;
	margin-bottom: 35px;	
}
#torikumi .block .box .text{
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 40px;
	text-align: left;
}

@media (max-width: 768px) {
	#torikumi{
		background: url(../images/sp/bg-gr-base.png) left top repeat-y;
		background-size: 100% auto;
	}
	#torikumi .container{
		background-image:
			url(../images/sp/bg-gr-top.png) ,
			url(../images/sp/bg-gr-bottom.png) ;
		background-repeat: 
			no-repeat,
			no-repeat;
		background-position: 
			left top,
			left bottom;
		background-size: 
			100% auto,
			100% auto;
		background-size: 100% auto;
		padding-bottom: 70px;
	}
	#torikumi .block{
		margin-top: 25px;
	}
	#torikumi .block .box{
		text-align: center;
		border-bottom: 1px dashed rgba(255,255,255,0.5);
		padding: 0px 15px 45px;
		margin: 0px 15px 45px;
	}
	#torikumi .block .box .thumb{
		margin-bottom: 15px;
	}
	#torikumi .block .box .thumb img{
		width: 180px;
	}
	#torikumi .block .box .catch{
		font-size: 12px;
		margin-bottom: 10px;
	}
	#torikumi .block .box .title{
		font-size: 20px;
		letter-spacing: 0.1em;
		display: inline-block;
		border-left: none;
		border-bottom: 1px solid rgba(196,200,194,0.5);
		padding-left: 0px;
		padding-bottom: 10px;
		margin-bottom: 17px;	
	}
	#torikumi .block .box .text{
		font-size: 14px;
		line-height:2;
		margin-bottom: 20px;
		text-align: left;
	}
}



/* kaihatsu */
#kaihatsu .subtitle{
	font-size: 27px;
	margin-top: 135px;
}
#kaihatsu .description{
	line-height: 24px;
}
#kaihatsu .image{
	text-align: center;
	margin-top: 20px;
}
#kaihatsu .contents{
	overflow: hidden;
	background: url(../images/icon-slash.png) center center no-repeat;
	padding: 20px 0px 50px;
	margin-top: 15px;
}
#kaihatsu .content-box{
	float: left;
	width: 50%;
	text-align: center;
}
#kaihatsu .content-box .thumb{
	margin-bottom: 20px;
}
#kaihatsu .content-box .text{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 35px;
}

@media (max-width: 768px) {
	#kaihatsu .subtitle{
		font-size: 18px;
		margin-top: 0px;
	}
	#kaihatsu .description{
		font-size: 14px;
		line-height: 2;
	}
	#kaihatsu .contents{
		overflow: hidden;
		background: url(../images/sp/icon-slash.png) center center no-repeat;
		background-size: 30px 100%;
		padding: 10px 0px;
		margin-top: 45px;
	}
	#kaihatsu .content-box{
		float: left;
		width: 50%;
		text-align: center;
		padding: 0px 15px;
	}
	#kaihatsu .content-box .thumb{
		margin-bottom: 15px;
	}
	#kaihatsu .content-box .thumb img{
		width: auto;
		height: 30px;
	}
	#kaihatsu .content-box .text{
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 10px;
	}
}



/* staff */
#staff{
	background: url(../images/bg-staff.jpg) center top repeat;
	background-size: auto 100%;
	margin-left: auto;
	margin-right: auto;
	color: #d2d2d2;
	text-align: center;
}
#staff .container{
	padding-top: 65px;
	padding-bottom: 65px;
}
#staff .block{
	display: inline-block;
}
#staff .block .title-box,
#staff .block .text-box{
	float: left;
}
#staff h2{
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.2em;
	text-align: right;
	-wbkit-font-feature-settings: "liga" off ;
	font-feature-settings: "liga" off ;
}
#staff .staff-table{
	text-align: left;
	border-left: 3px solid #59616e;
	margin-left: 35px;
}
#staff .staff-table th{
	font-size: 16px;
	padding-right: 30px;
	padding-left: 60px;
}
#staff .staff-table td p{
	font-size: 16px;
	margin-bottom: 25px;
}
#staff .staff-table td p .f-small{
	font-size: 80%;
}

@media (max-width: 768px) {
	#staff{
		background: none;
	}
	#staff .container{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	#staff .block .title-box,
	#staff .block .text-box{
		float: none;
	}
	#staff h2{
		font-size: 20px;
		line-height: 32px;
			letter-spacing: 0.2em;
		text-align: left;
		margin-bottom: 30px;
	}
	#staff .staff-table{
		text-align: left;
		border-left: none;
		margin-left: 0px;
	}
	#staff .staff-table th{
		font-size: 14px;
			padding-right: 20px;
		padding-left: 0px;
	}
	#staff .staff-table td p{
		font-size: 14px;
		margin-bottom: 15px;
	}
}




/* info */
#info{
	background: url(../images/bg-info.jpg) center top no-repeat;
	background-size: cover;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	color: #d2d2d2;
}
#info .container{
	padding-top: 45px;
	text-align: center;
}
#info .block{
	display: inline-block;
	text-align: left;
}
#info h2{
	font-size: 27px;
	letter-spacing: 0.15em;
	margin-bottom: 45px;
}
#info .contact{
	width: auto;
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 0.15em;
}
#info .contact a{
	position: relative;
	display: block;
	min-height: 30px;
	padding: 0 0 0 70px;
	line-height: 1.5;
}
#info .contact a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin: auto;
}
#info .tel a::before{
	background: url(../images/icon-tel.png) no-repeat center center;
	background-size: contain;
}
#info .mail a::before{
	background: url(../images/icon-mail.png) no-repeat center center;
	background-size: contain;
}
#info .contact a:hover{
	color: #00b2ca;
}
#info .contact .icon{
	display: inline-block;
	margin-right: 40px;
}
#info .contact .icon img{
	vertical-align: middle;
}

@media (max-width: 768px) {
	#info{
		background: url(../images/sp/bg-info-base.png) center top repeat-y;
		background-size: 100% auto;
	}
	#info .container{
		background: url(../images/sp/bg-info.png) left top no-repeat;
		background-size: cover;
		padding-bottom: 20px;
	}
	#info .block{
		text-align: center;
		display: block;
	}
	#info h2{
		font-size: 17px;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}
	#info .contact a{
		display: block;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 0 10px 35px;
		/*height: 33px;*/
		background-color: #dcdcdc;
		border-radius: 33px;
		text-align: left;
		vertical-align: middle;
		color: #233642;
		position: relative;
	}
	#info .contact a:hover{
		color: #233642;
	}
	#info .contact a:after{
		content: "";
		display: block;
		background: url(../images/icon-right01@2x.png) left top no-repeat;
		background-size: cover;
		width: 6px;
		height: 9px;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#info .contact{
		margin-bottom: 10px;
		font-size: 10px;
		letter-spacing: 0.07em;
	}
	#info .contact .icon{
		display: inline-block;
		margin-right: 5px;
		margin-left: 5px;
	}
	#info .contact .icon img{
		vertical-align: middle;
		width: 25px;
	}
	
}



/* katsudo-other */
#katsudo-other{
	background: url(../images/bg-common-content-base.jpg) center top repeat;
	margin-left: auto;
	margin-right: auto;
	color: #d2d2d2;
}
#katsudo-other .container{
	padding-top: 80px;
	padding-bottom: 70px;
}
#katsudo-other .block{
	margin-top: 60px;
}
#katsudo-other .block .box{
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
}
#katsudo-other .block .box:last-child{
	margin-bottom: 0px;
}
#katsudo-other .block .box:after{
	content: "";
	background-color: rgba(15,44,75,0.7);
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 10px;
	bottom: 15px;
	z-index: -1;
}
#katsudo-other .block .box .thumb{
	float: left;
	margin-left: 15px;
	margin-right: 30px;
}
#katsudo-other .block .box .thumb img{
	display: inline-block;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
}
#katsudo-other .block .box .text-wrap{
	padding-top: 55px;
	padding-right: 25px;
	overflow: hidden;
}
#katsudo-other .block .box .text-wrap .title{
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.1em;
	padding-right: 10px;
	margin-bottom: 30px;
}
#katsudo-other .block .box .text-wrap .text{
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.1em;
}
#katsudo-other .block .box .text-wrap .btn-wrap{
	position: absolute;
	right: 25px;
	bottom: 30px;
}

@media (max-width: 768px) {
	#katsudo-other{
		background-size: 750px auto;
	}
	#katsudo-other .block .box{
		margin-bottom: 15px;
	}
	#katsudo-other .block .box:after{
		left: 0px;
		right: 0px;
		top: 5px;
		bottom: 5px;
	}
	#katsudo-other .block .box{
		display: table;
		width: 100%;
	}
	#katsudo-other .block .box .thumb{
		float: none;
		width: 30%;
		margin: 0px;
		padding-left: 5px;
		display: table-cell;
		vertical-align: middle;
	}
	#katsudo-other .block .box .text-wrap{
		padding: 15px 10px;
		margin: 0px;
		display: table-cell;
		vertical-align: middle;
	}
	#katsudo-other .block .box .text-wrap .title{
		font-size: 15px;
		line-height: 17px;
		letter-spacing: 0.02em;
		padding-right: 0px;
		margin-bottom: 10px;
	}
	#katsudo-other .block .box .text-wrap .text{
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0.1em;
	}
	#katsudo-other .block .box .text-wrap .btn-wrap{
		position: absolute;
		right: 25px;
		bottom: 30px;
	}
}

/* topics-other */
#topics-other{
	background: url(../images/bg-common-content-top.png) left top repeat-x;
}
#topics-other .container{
	padding-top: 85px;
	padding-bottom: 70px;
}
#topics-other .block{
	padding: 15px 15px 5px;
	margin-top: 20px;
}
#topics-other .block .contents{
	overflow: hidden;
	margin-left: -15px;
}
#topics-other .block .contents .content-box{
	float: left;
	width: 33.33333%;
	box-sizing: border-box;
	padding-left: 15px;
	margin-bottom: 10px;
}
#topics-other .block .contents .content-box a{
	display: block;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
	background: url(../images/bg-topics-other.png) left top repeat;
}
#topics-other .block .contents .content-box a:hover{
	opacity: 0.8;
}
#topics-other .block .contents .content-box .thumb img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
#topics-other .block .contents .content-box .text-wrap{
	padding: 20px 20px 30px;
	position: relative;
	/*background: url(../images/bg-topics-other.png) left top repeat;*/
}
#topics-other .block .contents .content-box .text-wrap .category{
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
	border-left: 2px solid #FFFFFF;
	padding-left: 10px;
}
#topics-other .block .contents .content-box .text-wrap .title{
	font-size: 18px;
	line-height: 1.4;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#topics-other .block .contents .content-box .text-wrap .text{
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
}

@media (max-width: 768px) {
	#topics-other{
		background-size: 750px auto;
	}
	#topics-other .block{
		padding: 10px;
	}
	#topics-other .block .contents{
		margin-left: 0px;
	}
	#topics-other .block .contents .content-box{
		float: none;
		padding-left: 0px;
		margin-bottom: 10px;
		display: table;
		width: 100%;
	}
	#topics-other .block .contents .content-box .thumb{
		width: 45%;
		display: table-cell;
		vertical-align: middle;
		
	}
	#topics-other .block .contents .content-box .text-wrap{
		padding: 10px;
		display: table-cell;
		vertical-align: middle;
		background: none;
	}
	#topics-other .block .contents .content-box .text-wrap .category{
		font-size: 11px;
		line-height: 1.4;
		color: #FFFFFF;
		margin-bottom: 10px;
		border-left: 2px solid #FFFFFF;
		padding-left: 10px;
	}
	#topics-other .block .contents .content-box .text-wrap .title{
		font-size: 15px;
		line-height: 17px;
		margin-bottom: 10px;
	}
	#topics-other .block .contents .content-box .text-wrap .text{
		font-size: 12px;
		line-height: 16px;
	}

}



/* f-bottom */
#f-bottom{
	background-color: #f5f5f5;
	margin-left: auto;
	margin-right: auto;
}
#f-bottom .container{
	padding-top: 30px;
	padding-bottom: 30px;
}
.f-logo{
	margin-left: 40px;
	margin-bottom: 10px;
}
.copyright{
	margin-left: 40px;
	font-size: 9px;
}

@media (max-width: 768px) {
	#f-bottom .container{
		text-align: center;
		padding: 70px 0px;
	}
	.f-logo{
		margin-left: 0px;
		margin-bottom: 30px;
	}
	.copyright{
		margin-left: 0px;
		font-size: 9px;
	}
}


/* totop-wrap */
.totop-wrap{
	position: fixed;
	right: 15px;
	bottom: 80px;
	z-index: 90;
}
.totop-wrap .totop{
	transition: all 0.3s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.totop-wrap .totop.show{
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.totop-wrap .totop a:hover{
	opacity: 0.8;
}

@media (max-width: 768px) {
	.totop-wrap{
		right: 10px;
		bottom: 10px;
	}
	.totop-wrap .totop{
	}
	.totop-wrap .totop a img{
		width: 50px;
	}
}




/* page */
.common-article{
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg-common-content-base.jpg) left top repeat;
}

.common-pagetitle{
	background: -moz-linear-gradient(top, #1f2731, #080f1e);
	background: -webkit-linear-gradient(top, #1f2731, #080f1e);
	background: linear-gradient(to bottom, #1f2731, #080f1e);
}
.common-pagetitle .container{
	text-align: center;
	display: table;
}
.common-pagetitle .container .block{
	height: 180px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.common-pagetitle .container .block .category-title{
	color: #ffffff;
	font-size: 36px;
	letter-spacing: 0.2em;
}
.common-pagetitle .container .block .category-description{
	color: #ffffff;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.08em;
	margin-top: 10px;
}
.common-pagetitle .container .block .pagetitle{
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 0.2em;
	margin-top: 15px;
}
.common-content{
	background: url(../images/bg-common-content-top.png) left top repeat-x;
}
.common-content .container{
	overflow: hidden;
	padding: 35px 15px 80px 15px;
	max-width: 1070px;
	min-width: 980px;
	width: 100%;
}
.common-content .main{
	float: left;
	width: 735px;
	width: 70%;
	background-color: #FFFFFF;
}
.common-content .main .block{
	padding: 40px 30px;
	border-bottom: 1px solid rgba(14,24,41,0.15);
}
.common-content .main .block p{
	font-size: 18px;
	line-height: 36px;
}
.common-content .main .block .right{
	float: right;
	margin: 0px 0px 20px 20px;
}
.common-content .main .block .left{
	float: left;
	margin: 0px 20px 20px 0px;
}
.common-content .main .block .center{
	margin: 0px 0px 20px 0px;
	text-align: center;
}


.common-content .side{
	float: right;
	width: 275px;
	width: 30%;
	padding-left: 15px;
}
.common-content .side .block{
	background-color: #0e1829;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.common-content .side .block h2{
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 15px;
	color: #ced1c6;
}
ul.side-list01 li a{
	display: table;
	padding: 15px;
	background-color: #dadada;
	border-bottom: 1px solid rgba(14,24,41,0.15);
	width: 100%;
	position: relative;
}
ul.side-list01 li a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 9px 9px;
	border-color: transparent transparent #0e1829 transparent;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}
ul.side-list01 li a:hover,
ul.side-list01 li a.cur{
	background-color: #b0adad;
}
ul.side-list01 li a .thumb{
	display: table-cell;
	width: 86px;
}
ul.side-list01 li a .title{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #0e1829;
}

ul.side-list02 li a{
	display: block;
	padding: 15px; 20px;
	background-color: #dadada;
	border-bottom: 1px solid rgba(14,24,41,0.15);
	width: 100%;
	position: relative;
}
ul.side-list02 li a:after{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/icon-side@2x.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
ul.side-list02 li a:hover,
ul.side-list02 li a.cur{
	background-color: #b0adad;
}
ul.side-list02 li a .title{
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: #0e1829;
	padding-right: 30px;
}

@media (max-width: 768px) {
	.common-article,
	.common-content{
		background-size: 750px auto;
	}
	.common-pagetitle .container{
		padding: 25px 0px !important;
	}
	.common-pagetitle .container .block{
		height: auto;
	}
	.common-pagetitle .container .block .category-title{
		font-size: 19px;
		letter-spacing: 0.2em;
	}
	.common-pagetitle .container .block .category-description{
		font-size: 12px;
		line-height: 17px;
	}
	.common-pagetitle .container .block .pagetitle{
		font-size: 16px;
		line-height: 17px;
		letter-spacing: 0.2em;
		margin-top: 15px;
	}
	.common-content .container{
		padding: 18px 8px !important;
		width: 100%;
		max-width: none;
		min-width: inherit;
	}
	.common-content .main{
		float: none;
		width: 100%;
	}
	.common-content .main .block{
		padding: 25px 18px;
  	}
	.common-content .main .block .content-layout{
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-box-direction : vertical;
		-webkit-box-orient : vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.common-content .main .block .content-layout .content-subtitle{
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
	.common-content .main .block .content-layout .img{
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
	}
	.common-content .main .block .content-layout p{
		font-size: 14px;
		line-height: 22px;
		-webkit-box-ordinal-group:3;
		-ms-flex-order:3;
		-webkit-order:3;
		order:3;
	}
	.common-content .main .block p{
		font-size: 14px;
		line-height: 22px;
	}
	.common-content .main .block .right,
	.common-content .main .block .left,
	.common-content .main .block .center{
		float: none;
		margin: 0px 0px 20px 0px;
		text-align: center;
		width: 100%;
	}
	
	.common-content .side{
		display: none;
	}
}

/* tvcm_area */
#tvcm_area{
	background: url(/company/laboratory/images/bg-tvcm.jpg) center top repeat;
	background-size: auto 100%;
	margin-left: auto;
	margin-right: auto;
	color: #d2d2d2;
	text-align: center;
}
#tvcm_area .container{
	padding-top: 65px;
	padding-bottom: 65px;
}
#tvcm_area .contents{
	overflow: hidden;
	display: inline-block;
	margin-top: 55px;
}
#tvcm_area .contents .col2{
	float: left;
	width: 50%;
	padding: 0px ;
}
#tvcm_area .contents .col2 .thumb_m{
	margin-bottom: 45px;
}

#tvcm_area .contents .col2 .title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 40px;
	margin-left:50px;
	text-align: left;
}

#tvcm_area .contents .col2 .btn-wrap{
	text-align: left;
	margin-left:50px;
}

@media (max-width: 768px) {
#tvcm_area{
		background: url(/company/laboratory/topics/images/bg-tvcm.jpg) left top repeat-y;
		background-size: 100% auto;
	}
#tvcm_area .container{
		padding-bottom: 70px;
	}
#tvcm_area .contents{
		margin-top: 25px;
		width: 95%;
	}
#tvcm_area .contents .col2{
		width: 100%;
		text-align: center;
		margin: 0px;
	}
#tvcm_area .contents .col2 .thumb_m{
		margin-bottom: 15px;
		
	}
#tvcm_area .contents .col2 .thumb_m img{
	}

#tvcm_area .contents .col2 .title{
		font-size: 20px;
		padding-left: 0px;
		margin: 20px 0px 30px 0px;
		text-align: center;
	}
#tvcm_area .contents .col2 .btn-wrap{
	text-align: center;
	margin-left:0px;
	}
}






/* tvcm_area */
#hakusyo{
  margin-left: auto;
  margin-right: auto;
  color: #d2d2d2;
  background: url(../images/bg-hakusyo.jpg) center top no-repeat;
  background-size: cover;
}
#hakusyo .container {
  padding-top: 70px;
  padding-bottom: 190px;
}
#hakusyo .intro-hakusyo {
  margin: 0 0 30px;
  text-align: center;
}
#hakusyo .intro-hakusyo .text {
  margin: 0 auto;
  box-sizing: border-box;
}
#hakusyo .btn-wrap {
  margin: 0 auto;
  width: 180px;
  text-align: center;
}

@media (max-width: 768px) {
  #hakusyo{
    background: url(../images/sp/bg-hakusyo.jpg) center bottom no-repeat;
    background-size: cover;
  }
  #hakusyo .container {
    padding-top: calc(115/750*100%);
    padding-bottom: calc(450/750*100%);
  }
  #hakusyo .intro-hakusyo {
    margin: 20px 0 30px;
    display: block;
  }
  #hakusyo .intro-hakusyo .thumb {
    display: none;
  }
  #hakusyo .intro-hakusyo .text {
    margin: 0 auto;
    padding: 0;
    width: calc(650/750*100%);
  }
  #hakusyo .btn-wrap {
    width: auto;
  }
}




