@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,input
		{margin: 0px;padding: 0px;}
ul,ol	{list-style: none;}
img		{border: none; vertical-align: top;}
a{color: #fff;text-decoration: none;}
::-moz-selection{background: #111; color: #fff;}
::selection{background: #111; color: #fff;}

html.index,
html.works{
	overflow: hidden;
	height: 100%;
}
body{
	font-size: 14px;
	color: #3a3a3a;
	font-family: "helvetica Neue","arial","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo", sans-serif;
}
a{
	color: #3a3a3a;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #a1252a;
}

body{
	background: #fff;
	width: 100%;
	overflow: auto;
}
body.index,
body.works{
	height: 100%;
	overflow: hidden;
}

#index_header{
	width: 100%;

	margin: 0 auto;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 6;

	overflow: hidden;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;

	text-align: center;

}
	#index_header .wrapper{
		height: 100%;
		min-width: 1024px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-transition-duration: .9s;
		-moz-transition-duration: .9s;
		-ms-transition-duration: .9s;
		-o-transition-duration: .9s;
		transition-duration: .9s;
		opacity: 0;
		max-width: 1440px;
		margin: 0 auto;

		min-height: 525px;

	}

	#index_header .title{
		height: 100%;
		text-align: center;
		width: 64%;
		margin: 0 auto;
		height: 84%;
		top: 8%;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
		#index_header .title #logo{
			min-height: 370px;
			max-height: 100%;
			background: purple;
			height: 84%;
			background: url(/top/img/logo_1200.png) no-repeat;
			-webkit-background-size: contain;
			background-size: contain;
			position: relative;

		}
		#index_header .title #logo img{
			display: none;
			height: 100%;
			max-width: 100%;
		}

		#index_header_menu{
			position: absolute;
			width: 100%;
		}
			#index_header #menu_list{
				display: -webkit-flex;
				display: flex;
				-webkit-flex-flow: row nowrap;
				flex-flow: row nowrap;
				-webkit-align-items: center;
				align-items: center;
				-webkit-justify-content: space-between;
				justify-content: space-between;
				padding-top: 15px;
				height: 25px;
				/*width: 100%;*/
				width: 120%;
				margin-left: -7%;
				/*display: table;*/
				font-size: 20px;
			}


		#index_header #menu_list li{
			/*display: table-cell;*/
			text-align: left;
		}
				#index_header #menu_list li:last-child{
					margin-right: 0;
				}
				#index_header #menu_list li.facebook{
					width: 24px;
					height: 24px;
					background: url(/assets/img/icon_fb_hover.png) no-repeat;
				}
				#index_header #menu_list li.facebook:hover{
					background: url(/assets/img/icon_fb_hover.png) no-repeat;
				}
				#index_header #menu_list li.facebook img{
					-webkit-transition-duration: .9s;
					-moz-transition-duration: .9s;
					-ms-transition-duration: .9s;
					-o-transition-duration: .9s;
					transition-duration: .9s;
				}
				#index_header #menu_list li.facebook a:hover img{
					opacity: 0;
				}
				#index_header #menu_list li a{
					display: inline-block;
					color: #010101;
					text-decoration: none;
					font-weight: bold;
					line-height: 1;
					/*padding-right: 10px;*/
				}
				#index_header #menu_list li a:hover{
					color: #a1252a;
				}
				#index_header #menu_list li a .menu_back-layer {
					padding: 8px 15px;
					border-radius: 20px;
					color: #fff;
					background: #000;
					transition: background 0.5s;
				}
				#index_header #menu_list li a:hover .menu_back-layer {
					background: #a1252a;
				}
				#index_header .arrow{
					position: relative;
					bottom: 12%;
					margin: 0 auto;
					height: 0;
				}
					#index_header .arrow a{
						padding: 20px;
					}

#index_header #banner:hover img{
	opacity: 0;
	-webkit-transition-duration: .9s;
	-moz-transition-duration: .9s;
	-ms-transition-duration: .9s;
	-o-transition-duration: .9s;
	transition-duration: .9s;
}
#index_header #banner {
	background: url(../../top/img/banner_message_hover.png);
	background-size: cover;
	position: absolute;
	right: 0;
	top: -40px;
	width: 160px;
	height: 36px;
}
#index_header #banner img{

}

#index_header #banner02{
	position: absolute;
  /*right: -2%;
  bottom: 182%;
  width: 22.4%;*/
  right: -4%;
  bottom: 160%;
  width: 24.4%;
	max-width: 290px;
}

#index_header #banner02 img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#index_header #banner02 p{
text-align: left;
}
/*#index_header #banner02:hover a img{
	opacity:0.7;
}*/
#index_header #banner02 a {
	display: block;
	margin-bottom: 10px;
}
#index_header #banner02 a:hover img{
	opacity:0.7;
}
#index_header #banner03{
		display: none;
}

/* ------------------------------- menu ------------------------------------- */
#header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 10;
}
@media print {
	#header{
		position: absolute;
	}
}

	body.index #header{
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-ms-transition-duration: .5s;
		-o-transition-duration: .5s;
		transition-duration: .5s;

		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;

		-webkit-transform: translateY(-115px);
		-moz-transform: translateY(-115px);
		-ms-transform: translateY(-115px);
		-o-transform: translateY(-115px);
		transform: translateY(-115px);
	}
	body.page-works #header{

		-webkit-transition-duration: 0;
		-moz-transition-duration: 0;
		-ms-transition-duration: 0;
		-o-transition-duration: 0;
		transition-duration: 0;

		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	#header a{
		text-decoration: none;
	}
	#header .wrapper{
		position: relative;
		min-width: 1024px;
		max-width: 1440px;
		width: 94%;
		margin: 0 auto;
	}
	#header .logo{
		float: left;
		height: 74px;
		width: 278px;
	}
		#header .logo a{
			display: block;
			line-height: 74px;
		}
		#header .logo img{
			margin-top: 25px;
		}
	#header .nav_global{
		font-size: 15px;
		font-weight: bold;
		line-height: 74px;
		text-align: justify;
		display: table;
		width: 65%;
	}
		#header .nav_global li{
			display: table-cell;
			text-align: center;
		}
		#header .nav_global li a{
			line-height: 74px;
			/*display: block;*/
			display: inline-block;
			padding: 0 9px;
		}
		#header .nav_global li a .menu_back-layer {
			padding: 0 10px;
			background: #000;
			border-radius: 20px;
			color: #fff;
			line-height: 26px;
			transition: background 0.5s;
		}
		#header .nav_global li img{
			vertical-align: middle;
			padding-bottom: 5px;
		}
		#header .nav_global li.facebook,
		#header .nav_global li.twitter{
			text-indent: -9999px;
			width: 15px;
		}
		#header .nav_global li.facebook{
			background: url(/assets/img/menu_fb_hover.png) no-repeat center center;
		}
		#header .nav_global li.twitter{
			background: url(/assets/img/menu_tw_hover.png) no-repeat center center;
		}
		#header .nav_global li.facebook a,
		#header .nav_global li.twitter a{
			display: block;
		}
		#header .nav_global li.facebook a span,
		#header .nav_global li.twitter a span{
			-webkit-transition-duration: .5s;
			-moz-transition-duration: .5s;
			-ms-transition-duration: .5s;
			-o-transition-duration: .5s;
			transition-duration: .5s;
			display: block;
			width: 15px;
		}
		#header .nav_global li.facebook a span{
			background: url(/assets/img/menu_fb.png) no-repeat center center;
		}
		#header .nav_global li.twitter a span{
			background: url(/assets/img/menu_tw.png) no-repeat center center;
		}
		#header .nav_global li.facebook a:hover span,
		#header .nav_global li.twitter a:hover span{
			opacity: 0;
		}
		#header .nav_global li.facebook a img,
		#header .nav_global li.twitter a img{
			opacity: 0;
		}
		#header .nav_global li.message{
			display: none;
		}
		body.page-news 		#header .nav_global li.news a 		{ color: #a1252a;}
		body.news-page-article 		#header .nav_global li.news a 		{ color: #a1252a;}
		body.works 			#header .nav_global li.works a 		{ color: #a1252a;}
		body.page-works 	#header .nav_global li.works a 		{ color: #a1252a;}
		body.page-awards 	#header .nav_global li.awards a 	{ color: #a1252a;}
		body.page-about 	#header .nav_global li.about a 		{ color: #a1252a;}
		body.page-access 	#header .nav_global li.access a 	{ color: #a1252a;}
		body.page-policy 	#header .nav_global li.policy a 	{ color: #a1252a;}
		body.page-recruit 	#header .nav_global li.recruit a 	{ color: #a1252a;}
		/*body.page-contact 	#header .nav_global li.contact a 	{ color: #a1252a;}*/
		body.page-contact 	#header .nav_global li.contact a .menu_back-layer { background: #a1252a;}
	/*JP/EN ===================================================== */
	#header .nav_lang{
		float: right;
		font-size: 24px;
		font-weight: bold;
		position: relative;
		width: 55px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 5;
	}
		#header .submenu_wrapper{
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			height: 75px;
			border-bottom: 1px solid #131313;
		}
		#header .nav_lang li{
			float: left;
			font-size: 15px;
			color: #8d8d8d;
			line-height: 74px;
			margin-left: 2px;
		}
		#header .nav_lang li a{
			color: #8d8d8d;
		}
		body.jp #header .nav_lang li.jp,
		body.jp #header .nav_lang li.jp a{
			color: #a1252a;
		}
		body.en #header .nav_lang li.en,
		body.en #header .nav_lang li.en a{
			color: #a1252a;
		}
		#header .nav_lang li:first-child:after{
			content: "/";
			margin-left: 2px;
		}
	/*worksmenu ===================================================== */
	#worksmenu_header{

	}

	body .menu_works{
		display: none;
	}
	body.works .menu_works{
		display: block;

		clear: both;
		margin: 0 auto;
		line-height: 40px;
		height: 40px;
		text-align: center;
		font-size: 14px;
		font-weight: normal;
	}
		.menu_works .title{
			display: none;
		}
		.menu_works .nav_works{
			height: 40px;
		}
		.menu_works .nav_works li{
			display: inline;
			font-size: 0;
			height: 40px;
			margin-right: 0;
		}
		.menu_works .nav_works li a{
			line-height: 40px;
			padding: 0 20px;
			display: inline-block;
			font-size: 14px;
			-webkit-transition-duration: .9s;
			-moz-transition-duration: .9s;
			-ms-transition-duration: .9s;
			-o-transition-duration: .9s;
			transition-duration: .9s;
		}

		.menu_works.all 		li.all 		a{ color: #a1252a;}
		.menu_works.cm 			li.cm 		a{ color: #a1252a;}
		.menu_works.pv 			li.pv 		a{ color: #a1252a;}
		.menu_works.web 		li.web 		a{ color: #a1252a;}
		.menu_works.cg 			li.cg 		a{ color: #a1252a;}
		.menu_works.event 		li.event 	a{ color: #a1252a;}
		.menu_works.other 		li.other 	a{ color: #a1252a;}

		.menu_works li 			a.active { color: #a1252a;}

		body.category-all 		li.all 		a{ color: #a1252a;}
		body.category-cm 		li.cm 		a{ color: #a1252a;}
		body.category-pv 		li.pv 		a{ color: #a1252a;}
		body.category-web 		li.web 		a{ color: #a1252a;}
		body.category-cg 		li.cg 		a{ color: #a1252a;}
		body.category-event 	li.event 	a{ color: #a1252a;}
		body.category-other 	li.other 	a{ color: #a1252a;}

/* ------------------------------- container ------------------------------------- */

#container{
	width: 100%;
	padding-top: 75px;
	position: relative;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	#container .menu_works{
		display: none;
	}
	#container:after{
		content: "";
		clear: both;
		display: block;
	}
	#container .wrapper{
		position: relative;
		min-width: 1024px;
		max-width: 1440px;
		width: 94%;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	body.index #container,
	body.works #container{
		padding-top: 115px;
		padding-top: 0;
		overflow: hidden;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);

/*		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-ms-transition-duration: .5s;
		-o-transition-duration: .5s;
		transition-duration: .5s;*/
		z-index: 5;
		top: 0;
	}
	body.index #container .wrapper,
	body.works #container .wrapper{
		margin-top: 115px;
		max-width: 1440px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	body.works-single #container .wrapper{margin-top:75px;}
	body.page-works #container,
	body.works #container{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);

		-webkit-transition-duration: 0;
		-moz-transition-duration: 0;
		-ms-transition-duration: 0;
		-o-transition-duration: 0;
		transition-duration: 0;

	}


/* ------------------------------- view more ------------------------------------- */
body.top_page	.viewmore-btn {
	display: block;
	width: 100%;
	margin: 0 auto 80px;
	padding: 10px 0;
	background: #000;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.5s;
}
body.top_page	.viewmore-btn:hover {
	/*background: #a1252a;*/
	opacity: 0.7;
}


/*
	-------------------------------------------------------------------------------
	TOP PAGE NEWS一覧
*/
body.top_page .news-area {
	padding-top: 20px;
}
/*body.top_page .news-area-title {
	margin-bottom: 50px;
	font-size: 48px;
	font-weight: bold;
}*/

body.top_page .news-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -2.5%;
}
body.top_page .news-list .news {
	width: 28.3%;
	margin: 0 2.5% 45px;
	transition-duration: 0.7s;
}
body.top_page .news-list .news-link {
	text-decoration: none;
}
body.top_page .news-list .news-photo {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 56.3%;
	position: relative;
	overflow: hidden;
}
body.top_page .news-list .news-photo img {
	position: absolute;
	-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
body.top_page .news-link:hover .news-photo img {
	opacity: 0.6;
}
body.top_page .news-list .news-photo img.thumb-poster {
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
body.top_page .news-list .news-photo img.thumb-portrait {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
body.top_page .news-list .news-photo img.thumb-landscape {
	width: 100%;
	height: auto;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
body.top_page .news-list .news-photo img.news_label {
	width: 18.4%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
body.top_page .news-list .news-meta {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 10px;
}
body.top_page .news-list .news-date {
	font-size: 12px;
	font-weight: bold;
}
body.top_page .news-list .news-category {
	font-size: 12px;
	padding: 2px 5px;
	border: 1px solid #000;
}
body.top_page .news-list .news-category.news-category-press-release {
	color: #4c35a0;
	border-color: #4c35a0;
}
body.top_page .news-list .news-category.news-category-information {
	color: #008482;
	border-color: #008482;
}
body.top_page .news-list .news-category.news-category-award-news {
	color: #0064c8;
	border-color: #0064c8;
}
body.top_page .news-list .news-title {
	font-size: 12px;
	font-weight: normal;
}

body.top_page .section-heading {
	margin-bottom: 50px;
	font-size: 48px;
	font-weight: bold;
}



/* ------------------------------- thumbnail ------------------------------------- */
#works{
	padding-bottom: 25px;
	/*width: 81%;*/
	width: 100%;
	margin: 0 auto;
}

	#thumbnail li{
		float: left;
		width: 25%;
	}
	#thumbnail li img{
		width: 100%;
		height: auto;
	}
	#thumbnail li a{
		color: #fff;
	}
	#thumbnail li a:hover img{
		opacity: 1;
	}
	#thumbnail li a img{
		position: relative;
	}
	#thumbnail li a:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.2);
		z-index: 10;
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-ms-transition-duration: .5s;
		-o-transition-duration: .5s;
		transition-duration: .5s;
	}
	#thumbnail li a:hover:before{
		background: rgba(255, 255, 255, 0);
	}

	#loading{
		height: 32px;
		position: relative;
		width: 100%;
		clear: both;
		text-align: center;
		line-height: 32px;
		font-size: 40px;
		padding: 30px 0 0;
	}


/*
	-------------------------------------------------------------------------------
	TOP PAGE UNITS一覧
*/
body.top_page .section-units {
	padding-bottom: 100px;
}

body.top_page .units-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	--webkit-justify-content: flex-start;
	justify-content: flex-start;
}

body.top_page .units-item {
	width: 19%;
	/*margin: 0 0.5% 1%;*/
	margin: 0 0.5% 0.85em;
}

body.top_page .units-link {
	-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
body.top_page .units-link:hover {
	opacity: 0.6;
}

body.top_page .units-item img {
	width: 100%;
	height: auto;
	border: 1px solid #cacaca;
}
body.top_page .units-item img.show-sp {
	display: none;
}

/*
	-------------------------------------------------------------------------------
	下層ページ
*/

body.individual #main,
body.page #main{
	padding: 40px 0 40px;
	width: 69.14893617%;
	margin: 0 auto;
}

body.individual #main:after,
body.page #main:after{
	display: block;
	content: "";
	clear: both;
}

body.individual #main .pagetitle,
body.news-page-article #main .pagetitle,
body.page #main .pagetitle{
	display: none;
}


/*
	-------------------------------------------------------------------------------
	WORKS個別記事
*/

body.individual #main{
	width: 69.14893617%;
	margin: 0 auto;
}
	body.individual #main .kv_youtube {
		position: relative;
		padding-bottom: 56.25%;
		/*padding-top: 30px;*/
		height: 0;
		overflow: hidden;
		margin-bottom: 2em;
	}
	body.individual #main .kv_youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	body.individual #main .kv_image {
		padding: 0 0;
		background: #000;
		height: auto;
		margin-bottom: 2em;
	}
	body.individual #main .kv_image img{
		width: 100%;
		height: auto;
		border: 1px solid #cecece;
		-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.individual #main .header{
		margin-bottom: 50px;
	}
	body.individual #main .header .sub{
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	body.individual #main .header .title{
		background: url(/assets/img/dottedborder.png) repeat-x left bottom;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 24px;
		font-weight: normal;
		padding-right: 51px;
	}
	body.individual #main .header .icon {
		float: right;
		margin-top: -57px;
	}
	body.individual #main .header .icon li{
		font-weight: bold;
		background: #a1252a;
		width: 37px;
		height: 37px;
		line-height: 37px;
		border-radius: 19px;
		text-align: center;
		color: #fff;
		font-size: 12px;
		float: left;
		margin-left: 10px;
	}
	body.individual #main .header .icon li.other{
		font-size: 8px;
	}
	body.individual #main .header .icon li.event{
		font-size: 10px;
	}
	body.individual #main .header .icon li a{
		display: block;
		color: #fff;
		text-decoration: none;
		border-radius: 19px;
	}

	body.individual #main .data:after{
		content: "";
		clear: both;
		display: block;
	}
	body.individual #main .data dt{
		margin-bottom: 55px;
		background: #000;
		color: #fff;
		width: 13%;
		line-height: 26px;
		text-align: center;
		font-size: 14px;
		float: left;
		clear: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-right: 10px solid #fff;
	}
	body.individual #main .data dd{
		margin-bottom: 55px;
		/*background: #eee;*/
		float: left;
		line-height: 26px;
		width: 87%;
	}
	body.individual #main .data dd.url{
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
	}
	body.individual #main .data dd.role{
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	body.individual #main .data dd.related ul.thumb li{
		width: 33.3333%;
		margin-bottom: 10px;
		float: left;
		position: relative;
	}
	body.individual #main .data dd.related ul.thumb li:nth-child(4){
		clear: left;
	}
	body.individual #main .data dd.related ul.thumb li a{
		position: relative;
		display: block;
	}


	body.individual #main .data dd.related ul.thumb li a:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.2);
		z-index: 10;
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-ms-transition-duration: .5s;
		-o-transition-duration: .5s;
		transition-duration: .5s;
	}
	body.individual #main .data dd.related ul.thumb li a:hover:before{
		background: rgba(255, 255, 255, 0);
	}
	body.individual #main .data dd.related ul.thumb li img{
		width: 100%;
		padding-left: 10px;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	body.individual #main .data dd.related ul.thumb li a span{
		position: absolute;
		text-align: center;
		top: 50%;
		left: 50%;
		background: #a1252a;
		display: block;
		width: 48px;
		height: 48px;
		margin-left: -24px;
		margin-top: -24px;
		border-radius: 24px;
		line-height: 42px;
		border: 3px solid #fff;
		font-size: 15px;
		color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition-duration: .4s;
		-moz-transition-duration: .4s;
		/*-ms-transition-duration: .4s;*/
		-o-transition-duration: .4s;
		transition-duration: .4s;

		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;


		-webkit-transform: scale(.72);
		-moz-transform: scale(.72);
		-o-transform: scale(.72);
		transform: scale(.72);

		opacity: 0;
	}
	body.individual #main .data dd.related ul.thumb li a span.event{
		font-size: 12px;
	}
	body.individual #main .data dd.related ul.thumb li a span.other{
		font-size: 12px;
	}
	body.individual #main .data dd.related ul.thumb li a:hover span{
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		/*-ms-transform: translateY(0);*/
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	body.individual #main .data dd.related ul.thumb li .text{
		padding-left: 10px;
		padding-top: 5px;
		font-size: 12px;
	}

/*
	-------------------------------------------------------------------------------
	ABOUT
*/
body.page-about #main {
	position: relative;
	padding-top: 0;
}
body.page-about #main dt.chart,
body.page-about #main dd.chart{
	display: none;
}
body.en.page-about #main .officer{
	width:100%;
}

body.page-about #main .officer th{
	font-weight: normal;
	padding-right: 50px;
}
body.en.page-about #main .officer th{
	width:60%;
	vertical-align:top;
}
body.page-about #main .officer td{
	text-align: justify;
}
body.en.page-about #main .officer td{
	width:40%;
	vertical-align:bottom;
}

body.page-about #main dl.table{
	margin-bottom: 38px;
}
body.page-about #main dl.organization{
	border: 1px solid #cecece;
}
body.page-about #main dl.organization dt{
	background: #ebebeb;
	border-bottom: 1px solid #cecece;
	padding: 20px 28px;
	font-weight: bold;
}
body.page-about #main dl.organization dd{
	padding: 20px 28px 30px;
}
body.page-about #main dl.organization dd img{
	max-width: 100%;
	height: auto;
}
body.page-about #modal_organization_chart{
	display: none;
}

body.page-about .about-msg {
	margin-bottom: 30px;
}
@media(max-width:1301px){
	body.page-about .unit_margin{
		padding-bottom:35px;
	}
}
body.page-about .unit_margin span {
	display: block;
	margin-bottom: 20px;
}

body.page-about .unit_margin a.hidden-sp {
	display: inline-block;
	margin-bottom: 24px;
}
/*body.page-about .unit_margin a.hidden-sp:nth-of-type(4),
body.page-about .unit_margin a.hidden-sp:nth-of-type(7) { margin-right: 0; }

body.page-about .unit_margin a.hidden-sp:nth-of-type(n+4) { margin-bottom: 0; }*/

body.page-about .unit_margin span.hidden-pc { display: none; }

body.page-about .unit-link,
body.page-about .unit-link-disable {
	margin-right: 38px;
}
body.page-about a.unit-link:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
body.page-about .unit-link-disable { cursor: default; }
body.page-about .unit_margin
body.page-about .mark_text{
	margin-right:38px;
	line-height:71px;
}
body.page-about .va-m {
	vertical-align: middle;
}
body.page-about .hidden-pc {
	display: none;
}
body.page-about .img-full-pc {
	width: 100%;
	height: auto;
}
body.page-about .img-fluid-pc {
	max-width: 100%;
	height: auto;
}

/* ACCESS */
body.page-about #main .root{
	position: absolute;
	top: 348px;
	right: 15px;
	z-index: 9;
	background: rgba(255, 255, 255, .8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 12px;
	line-height: 23px;
}
body.page-about #main .map_container{

}
body.page-about #main .map_container #map01{
	height: 415px;
}
body.page-about #main .map_container #map02{
	height: 370px;
}
body.page-about #main .map_container #map03{
	height: 370px;
}
	body.page-about #main .map_container .map_body{
		margin-bottom: 5px;
	}
	body.page-about #main .map_container .external{
		margin-bottom: 20px;
		font-size: 12px;
		text-align: right;
		padding-right: 20px;
		background: url(/access/img/icon_externallink.png) no-repeat right center;
	}
	body.page-about #main .map_container01 .external{
		margin-bottom: 30px;
	}
	body.page-about #main .map_container ol{
		-webkit-box-sizing: border-box;
		-moz-box-sizing   : border-box;
		box-sizing        : border-box;
		width: 100%;
	}
		body.page-about #main .map_container01 ol li{
			border: none;
			-webkit-box-sizing: border-box;
			-moz-box-sizing   : border-box;
			box-sizing        : border-box;
			margin-bottom: 30px;
		}
		body.page-about #main .map_container ol li .header{
			margin-bottom: 8px;
			padding-bottom: 8px;
			background: url(/assets/img/dottedborder.png) repeat-x left bottom;
			overflow: hidden;
			zoom: 1;
		}
		body.jp.page-about #main .map_container ol li:nth-of-type(1) .header,
		body.jp.page-about #main .map_container ol li:nth-of-type(2) .header {
			padding-bottom: 5px;
		}
			body.page-about #main .map_container ol li .header span {
				font-size: 18px;
				margin-right: 10px;
				padding-right: 15px;
				font-weight: bold;
				border-right: 1px solid #080404;
				float: left;
			}
			body.page-about #main .map_container ol li .header em {
				font-size: 14px;
				font-weight: bold;
				font-style: normal;

				display: block;
				overflow: hidden;
				zoom: 1;
			}
			body.page-about #main .map_container ol li p{
				padding-left: 40px;
				line-height: 25px;
				margin-bottom: 10px;
			}

			body.page-about #main .large {
				font-size: large;
			}

			/*responsive*/
			@media print, screen and (min-width: 1336px) {
				body.page-about #main .map_container01 ol li{

					display: inline-block;
					*display: inline;
					*zoom: 1;
					vertical-align: top;

					width: 33.33%;
					margin-bottom: 60px;

					padding-left: 15px;
					padding-right: 15px;
				}
				body.page-about #main .map_container01 ol li:nth-child(3n+1){
					padding-left: 0;
				}
				body.page-about #main .map_container01 ol li:nth-child(3n){
					padding-right: 0;
				}
			}
			@media only screen and (min-width:480px) and (max-width:1335px){
			 	body.page-about #main .map_container01{
			 		padding-bottom: 20px;
			 	}
				body.page-about #main .map_container01 ol li{
					display: inline-block;
					*display: inline;
					*zoom: 1;
					vertical-align: top;

					width: 50%;
					margin-bottom: 30px;
				}
				body.page-about #main .map_container01 ol li:nth-child(odd){
					padding-right: 15px;
				}
				body.page-about #main .map_container01 ol li:nth-child(even){
					padding-left: 15px;
				}

				body.page-about .hidden-md {
					display: none;
				}

			}
			@media only screen and (max-width:480px) {
				body.page-about .hidden-sm {
					display: none;
				}
			}

body.page-about #main .map_container02{
	width: 50%;
	float: left;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
body.page-about #main .map_container03 ol li,
body.page-about #main .map_container02 ol li{
margin-bottom: 60px;
}

body.page-about #main .map_container03{
	width: 50%;
	float: right;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

/*
	-------------------------------------------------------------------------------
	About and News tab menu
*/
body.page-news .tab-wrap .title,
body.news-page-article .tab-wrap .title,
body.page-about .tab-wrap .title {
	display: none;
}
body.page-news .news-tab,
body.news-page-article .news-tab,
body.page-about .about-tab {
	margin-bottom: 48px;
	line-height: 1;
}
body.page-news .news-tab ul,
body.news-page-article .news-tab ul,
body.page-about .about-tab ul {
	text-align: center;
}
body.page-news .news-tab li,
body.news-page-article .news-tab li,
body.page-about .about-tab li {
	display: inline;
	font-size: 0;
	height: 40px;
	margin-right: 0;
}
body.page-news .news-tab a,
body.news-page-article .news-tab a,
body.page-about .about-tab a {
	display: inline-block;
	padding: 0 20px;
	color: #000;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
}

body.page-news .news-tab a.is-selected,
body.news-page-article .news-tab a.is-selected,
body.page-about .about-tab a.is-selected {
	color: #a1252a;
}



/*
	-------------------------------------------------------------------------------
	NEWS
*/
body.page-news #main{
	width: 100%;
	position: relative;
	padding-top: 0;
	padding-bottom: 70px;
}

body.page-news #main .news-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -2.5%;
}
body.page-news #main .news {
	width: 28.3%;
	margin: 0 2.5% 45px;
}
body.page-news #main .news-link {
	text-decoration: none;
}
body.page-news #main .news-photo {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 56.3%;
	position: relative;
	overflow: hidden;
}
body.page-news #main .news-photo img {
	position: absolute;
	-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
body.page-news #main .news-link:hover .news-photo img {
	opacity: 0.6;
}
body.page-news #main .news-photo img.thumb-poster {
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
body.page-news #main .news-photo img.thumb-portrait {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
body.page-news #main .news-photo img.thumb-landscape {
	width: 100%;
	height: auto;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
body.page-news #main .news-photo img.news_label {
	width: 18.4%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
body.page-news #main .news-meta {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 10px;
}
body.page-news #main .news-date {
	font-size: 12px;
	font-weight: bold;
}
body.page-news #main .news-category {
	font-size: 12px;
	padding: 2px 5px;
	border: 1px solid #000;
}
body.page-news #main .news-category.news-category-press-release {
	color: #4c35a0;
	border-color: #4c35a0;
}
body.page-news #main .news-category.news-category-information {
	color: #008482;
	border-color: #008482;
}
body.page-news #main .news-category.news-category-award-news {
	color: #0064c8;
	border-color: #0064c8;
}
body.page-news #main .news-title {
	font-size: 12px;
	font-weight: normal;
}

body.page-news #main .pagenate{
	width: 100%;
	padding-top: 7px;
}

body.page-news #main .pagenate .left{
	float: left;
}
body.page-news #main .pagenate .right{
	float: right;
}

body.page-news #main .pagenate .left a{
	display: block;
	width: 27px;
	height: 22px;
	background: #080404 url(/assets/img/arrow_left.png) no-repeat center center;
}
body.page-news #main .pagenate .right a{
	display: block;
	width: 27px;
	height: 22px;
	background: #080404 url(/assets/img/arrow_right.png) no-repeat center center;
}
body.page-news #main .pagenate a:hover{
	background-color: #a1252a;
}


/*
	-------------------------------------------------------------------------------
	NEWS ARTICLE
*/
body.news-page-article #main{
	width: 69.14893617%;
	margin: 0 auto;
	padding-top: 0;
	/*padding-bottom: 70px;*/
	padding-bottom: 50px;
}

body.news-page-article #main .current-cat-press-release li:nth-of-type(2) a {
	color: #a1252a;
}
body.news-page-article #main .current-cat-information li:nth-of-type(3) a {
	color: #a1252a;
}
body.news-page-article #main .current-cat-award-news li:nth-of-type(4) a {
	color: #a1252a;
}

/*body.news-page-article #main .news-article {
	padding-bottom: 80px;
}*/

body.news-page-article #main .news-article_title {
	margin-bottom: 10px;
	padding: 0 0 10px 15px;
	border-bottom: 1px dotted #000;
	font-size: 28px;
	font-weight: normal;
}
body.news-page-article #main .news-article_meta {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 15px;
}
body.news-page-article #main .news-article_date {
	font-size: 19px;
	font-weight: bold;
	padding-right: 15px;
}
body.news-page-article #main .news-article_category {
	font-size: 17px;
	padding: 2px 5px;
	border: 1px solid #000;
}
body.news-page-article #main .news-article_category.news-article_category-press-release {
	color: #4c35a0;
	border-color: #4c35a0;
}
body.news-page-article #main .news-article_category.news-article_category-information {
	color: #008482;
	border-color: #008482;
}
body.news-page-article #main .news-article_category.news-article_category-award-news {
	color: #0064c8;
	border-color: #0064c8;
}

body.news-page-article #main .news-contents {
	padding-bottom: 40px;
}

body.news-page-article #main .news-contents h1,
body.news-page-article #main .news-contents h2,
body.news-page-article #main .news-contents h3,
body.news-page-article #main .news-contents h4,
body.news-page-article #main .news-contents h5,
body.news-page-article #main .news-contents h6 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
	line-height: 2.1em;
	color: #3a3a3a;
}

body.news-page-article #main .news-contents p {
	font-size: 14px;
	line-height: 2.1em;
	color: #3a3a3a;
}

body.news-page-article #main .news-contents a {
	color: #3a3a3a;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
body.news-page-article #main .news-contents a:hover {
	color: #a1252a;
}

body.news-page-article #main .news-contents img {
	display: block;
	max-width: 100%;
	/*width: 100%;*/
	height: auto;
	margin: 0 auto;
}

body.news-page-article .news-article_index-btn {
	display: block;
	width: 69.14893617%;
	margin: 0 auto 80px;
	padding: 20px 0;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.4s;
}

body.news-page-article .news-article_index-btn:hover {
	opacity: 0.7;
}

body.news-page-article .news-article_head {
	font-size: 20px;
	padding-left: 25px;
	position: relative;
}

body.news-page-article .news-article_head:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url(/assets/img/icon_news-index.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 0;
}

body.news-page-article .news-download-btn {
	font-size: 15px;
	text-decoration: none;
	transition: color 0.5s;
	padding-left: 40px;
	position: relative;
}

body.news-page-article .news-download-btn:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -8px;
	left: 0;
	background: url(/assets/img/icon_news-download.png) no-repeat;
}

body.news-page-article .news-download-btn:hover {
	color: #a1252a;
}



/*
	-------------------------------------------------------------------------------
	RECRUIT
*/
body.page-recruit #main .table dd:nth-of-type(2){
	border-top: none;
}
body.page-recruit #main .table dd p{
	margin-bottom: 10px;
}
body.page-recruit #main .table dd p:last-child{
	margin-bottom: 0;
}
body.page-recruit #main .table dd p img.banner1{
	vertical-align: baseline;
	margin-right: 20px;
}
body.page-recruit #main .table dd .note{
	font-size: 10px;
}
body.page-recruit #main .table dd ol {
	margin: 1em 0;
}
body.page-recruit #main .table dd .hidden-sp {
	display: none;
}
body.page-recruit #main .table dd .ring-link a {
	text-decoration: none;
}
body.page-recruit #main .table dd .ring-link img {
	margin-right: 20px;
}
body.page-recruit #main .table dd .ring-link .note {
	display: inline-block;
	vertical-align: bottom;
}
body.page-recruit #main .bnr-newgrad {
	display: block;
	border: 1px solid #000;
}
body.page-recruit #main .bnr-newgrad:hover {
	opacity: 0.7;
}


/*
	-------------------------------------------------------------------------------
	CONTACT
*/
body.page-contact #main .table dd input,
body.page-contact #main .table dd select,
body.page-contact #main .table dd textarea{
	width: 100%;
	max-width: 441px;
	padding: 8px;
	border: 1px solid #b6b6b6;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	background: #fff;
	margin-right: 25px;
}
body.page-contact #main .table dd select{
	background: #fff url(/assets/img/select_arrow_down.png) no-repeat right center;
}
@-moz-document url-prefix() {
	body.page-contact #main .table dd select{
		background-image: none;
	}
}
body.page-contact #main .table dd textarea{
	height: 120px;
}
body.page-contact #main .main_text h2{
	font-size:14px;
	font-weight:bold;
	padding:30px 0 15px;
}
body.page-contact #main .main_text ul{
	margin-left:1em;
	margin-bottom:10px;
}
body.page-contact #main .main_text ul li{
	text-indent:-1em;
	margin-bottom:10px;
}
body.page-contact #main .main_text ul li a{
	font-weight:bold;
}
body.page-contact #main .submit {
	text-align: center;
	padding-top: 34px;
	padding-bottom: 20px;
}
body.page-contact #main .submit input{
	padding: 10px 30px;
	background: #1c1919;
	text-align: center;
	color: #fff;
	border: none;
	font-size: 14px;
	line-height: 1;
}
/*
	-------------------------------------------------------------------------------
	AWARDS
*/
body.page-awards #main{
	position: relative;
	padding-top: 15px;
	padding-bottom: 70px;
}
	body.page-awards #main .article{
		clear: left;
		border-bottom: 1px solid #cecece;
		padding: 13px 0 15px;
	}
	body.page-awards #main .article:after{
		content: "";
		display: block;
		clear: both;
	}
	body.page-awards #main .article .photo{
		float: left;
	}
	body.page-awards #main .article .photo img{
		width: 300px;
		height: auto;
	}
	body.page-awards #main .article .header{
		margin-left: 326px;
		background: url(/assets/img/dottedborder.png) repeat-x left bottom;
		margin-bottom: 10px;
		padding-bottom: 7px;
	}
		body.page-awards #main .article .header .client{
			font-size: 14px;
			margin-bottom: 8px;
			line-height: 1.6;
		}
		body.page-awards #main .article .header .title{
			font-size: 16px;
		}
		body.page-awards #main .article .header .title a{
			text-decoration: none;
			font-weight: bold;
			background: url(/access/img/icon_externallink.png) no-repeat right center;
			padding-right: 20px;
		}
	body.page-awards #main .article .body{
		margin-left: 326px;
		line-height: 1.5em;
		/*overflow: hidden;*/
	}
	body.page-awards #main .article .body p,
	body.page-awards #main .article .body h2{
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: normal;
	}
	body.page-awards #main .article .more{
		margin-left: 326px;
		line-height: 1.5em;
		display: none;

		/*overflow: hidden;*/
	}
	body.page-awards #main .article .readmore{
		margin-left: 326px;
		text-align: right;
	}
	body.page-awards #main .article .readmore a{
		margin-top: 10px;
		border: 1px solid #cecece;
		line-height: 20px;
		width: 70px;
		display: block;
		text-align: center;
		float: right;
		text-decoration: none;
		color: #080404;
		font-size: 12px;
	}
	body.page-awards #main .article .readmore a:after{
		content: "▼";
		font-size: 10px;
		padding-left: 2px;
	}
	body.page-awards #main .article .readmore a.open:after{
		content: "▲";
	}
	body.page-awards #main .article .readmore a:hover{
		color: #a1252a;
		border-color: #a1252a;
	}

	body.page-awards #main .pagenate{
		width: 100%;
		padding-top: 7px;
	}

	body.page-awards #main .pagenate .left{
		float: left;
	}
	body.page-awards #main .pagenate .right{
		float: right;
	}

	body.page-awards #main .pagenate .left a{
		display: block;
		width: 27px;
		height: 22px;
		background: #080404 url(/assets/img/arrow_left.png) no-repeat center center;
	}
	body.page-awards #main .pagenate .right a{
		display: block;
		width: 27px;
		height: 22px;
		background: #080404 url(/assets/img/arrow_right.png) no-repeat center center;
	}
	body.page-awards #main .pagenate a:hover{
		background-color: #a1252a;
	}

/*
	-------------------------------------------------------------------------------
	ACCESS
*/
body.page-access article#main{
	position: relative;
	padding-top: 40px;
	padding-bottom: 0;
}
body.page-access #main .root{
	position: absolute;
	top: 348px;
	right: 15px;
	z-index: 9;
	background: rgba(255, 255, 255, .8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 12px;
	line-height: 23px;
}
body.page-access #main .map_container{

}
body.page-access #main .map_container #map01{
	height: 415px;
}
body.page-access #main .map_container #map02{
	height: 370px;
}
body.page-access #main .map_container #map03{
	height: 370px;
}
body.page-access #main .map_container #map04{
	height: 370px;
}
	body.page-access #main .map_container .map_body{
		margin-bottom: 5px;
	}
	body.page-access #main .map_container .external{
		margin-bottom: 20px;
		font-size: 12px;
		text-align: right;
		padding-right: 20px;
		background: url(/access/img/icon_externallink.png) no-repeat right center;
	}
	body.page-access #main .map_container01 .external{
		margin-bottom: 30px;
	}
	body.page-access #main .map_container ol{
		-webkit-box-sizing: border-box;
		-moz-box-sizing   : border-box;
		box-sizing        : border-box;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
		body.page-access #main .map_container01 ol li{
			border: none;
			-webkit-box-sizing: border-box;
			-moz-box-sizing   : border-box;
			box-sizing        : border-box;
			margin-bottom: 30px;
		}
		body.page-access #main .map_container01 ol li ul{
			display: -webkit-flex;
			display: flex;
			-webkit-flex-flow: row nowrap;
			flex-flow: row nowrap;
		}
		body.page-access #main .map_container01 ol li ul li{
			width: 200px;
			padding: 0;
		}
		body.page-access #main .map_container01 ol li ul li .left-line{
			border-left: 1px solid #080404;
			padding-left: 10px;
			margin-left: 25px;
		}
		body.page-access #main .map_container ol li .header{
			min-height: 31px;
			margin-bottom: 8px;
			padding-bottom: 8px;
			background: url(/assets/img/dottedborder.png) repeat-x left bottom;
			overflow: hidden;
			zoom: 1;
		}
		body.jp.page-access #main .map_container ol li:nth-of-type(1) .header,
		body.jp.page-access #main .map_container ol li:nth-of-type(2) .header {
			/*padding-bottom: 5px;*/
		}
			body.page-access #main .map_container ol li .header span {
				font-size: 18px;
				margin-right: 10px;
				padding-right: 15px;
				font-weight: bold;
				border-right: 1px solid #080404;
				float: left;
			}
			body.page-access #main .map_container ol li .header em {
				min-height: 21px;
				font-size: 14px;
				font-weight: bold;
				font-style: normal;

				display: block;
				overflow: hidden;
				zoom: 1;
			}
			body.page-access #main .map_container ol li p{
				padding-left: 40px;
				line-height: 25px;
				margin-bottom: 10px;
			}

			body.page-access #main .large {
				font-size: large;
			}

			/*responsive*/
			@media print, screen and (min-width: 1336px) {
				body.page-access #main .map_container01 ol li{

					/*display: inline-block;
					*display: inline;
					*zoom: 1;*/

					width: 50%;
					margin-bottom: 60px;

					padding-left: 15px;
					padding-right: 15px;
				}
				body.page-access #main .map_container01 ol li:nth-child(odd){
					padding-left: 0;
				}
				body.page-access #main .map_container01 ol li:nth-child(even){
					padding-right: 0;
				}
			}
			@media only screen and (min-width:480px) and (max-width:1335px){
			 	body.page-access #main .map_container01{
			 		padding-bottom: 20px;
			 	}
				body.page-access #main .map_container01 ol li{
					display: inline-block;
					*display: inline;
					*zoom: 1;
					vertical-align: top;

					width: 50%;
					margin-bottom: 30px;
				}
				body.page-access #main .map_container01 ol li:nth-child(odd){
					padding-right: 15px;
				}
				body.page-access #main .map_container01 ol li:nth-child(even){
					padding-left: 15px;
				}
				body.page-access #main .map_container01 ol li ul li{
					padding-left: 0!important;
					padding-right: 0!important;
				}




				body.page-access .hidden-md {
					display: none;
				}

			}
			@media only screen and (max-width:480px) {
				body.page-access .hidden-sm {
					display: none;
				}
			}

body.page-access #main .map_container02{
	width: 50%;
	float: left;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
body.page-access #main .map_container03 ol li,
body.page-access #main .map_container02 ol li{
margin-bottom: 60px;
}

body.page-access #main .map_container03{
	width: 50%;
	float: right;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

/*
	-------------------------------------------------------------------------------
	POLICY
*/

body.page-policy #main {
	line-height: 25px;
	padding-bottom: 70px;
}
body.page-policy #main section.privacy{
	margin-bottom: 50px;
	font-size: 13px;
}
		body.page-policy #main section.privacy .pmark{
			float: left;
			padding-right: 35px;
		}
		body.page-policy #main section.privacy .pmark:hover{
			opacity:0.7;
			filter: alpha(opacity=70);
			-ms-filter: "alpha(opacity=70)";
			-moz-opacity:0.7;
			-khtml-opacity: 0.7;
		}
		body.page-policy #main section.privacy .note{
			padding-top: 25px;
		}
		body.page-policy #main section.privacy .title{
			font-weight: normal;
			clear: left;
			font-size: 24px;
			padding-bottom: 10px;
			margin-bottom: 10px;
			background: url(/assets/img/dottedborder.png) repeat-x left bottom;
			line-height: 1;
		}
		body.page-policy #main section.privacy p{
			margin-bottom: 30px;
		}
		body.page-policy #main section.privacy ul{
			padding-left: 1.5em;
		}
		body.page-policy #main section.privacy ul li{
			text-indent: -1.3em;
		}
body.page-policy #main section.sign{
	text-align: right;
	padding-bottom: 50px;
	font-size: 13px;
	line-height: 20px;
}
		body.page-policy #main section.sign .date{
			margin-bottom: 15px;
		}
		body.page-policy #main section.sign .sign_image{
			margin-bottom: 13px;
		}
		body.page-policy #main section.sign address{
			font-style: normal;
			font-size: 10px;
		}
body.page-policy #main section.about ol{
	padding-left: 2.5em;
	font-size: 13px;
}
body.en.page-policy #main section.about ol{
	padding-left: 1.2em;
}
		body.page-policy #main section.about .title{
			font-weight: normal;
			font-size: 24px;
			padding-bottom: 10px;
			margin-bottom: 10px;
			background: url(/assets/img/dottedborder.png) repeat-x left bottom;
			line-height: 1;
		}
		body.page-policy #main section.about p{
			margin-bottom: 5px;
		}
		body.page-policy #main section.about ol li{
			text-indent: -2em;
			margin-bottom: 5px;
		}
		body.page-policy #main section.about > ol > li{
			margin-bottom: 20px;
		}
		body.page-policy #main section.about ol li ol li{
			text-indent: -3em;
		}
		body.page-policy #main section.about .info{
			text-indent: 0;
		}
		body.en.page-policy #main section.about ol li{
			text-indent: -1.2em;
		}
		body.en.page-policy #main section.about ol li ul{
			margin-left:1.4em;
		}
/*		body.page-policy #main section.about ol li ol li{
			text-indent: -3em;
		}*/
/*commmon*/
dl.table{
	width: 100%;
	border-collapse: collapse;
	background: #ebebeb;
	border-top: none;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	dl.table > dt{
		background: #ebebeb;
		width: 220px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 25px;
		text-align: left;
		font-weight: bold;
		vertical-align: top;
		float: left;
		clear: left;
		border-top: 1px solid #cecece;

	}

	dl.table > dd{
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 25px;
		text-align: left;
		font-size: 12px;
		line-height: 25px;
		margin-left: 220px;
		border-top: 1px solid #cecece;
		border-left: 1px solid #cecece;
	}

	dl.table > dd img{
		max-width: 100%;
		height: auto;
	}


	dl.table > dd ul{
		margin-bottom: 10px;
	}
	dl.table > dd ul:last-child{
		margin-bottom: 0;
	}

	a.external{
		font-weight: normal;
		background: url(/assets/img/icon_externallink.png) no-repeat right center;
		padding-right: 20px;
	}
	a.email{
		font-weight: normal;
		background: url(/assets/img/icon_mail.png) no-repeat right center;
		padding-right: 20px;
	}


/* ------------------------------- menu hover ------------------------------------- */
		#header .nav_global li a,
		.menu_works .nav_works li a,
		#header .nav_lang li a,
		#index_header #menu_list li a,
		.about-tab a,
		.news-tab a{
			-webkit-transition-duration: .5s;
			-moz-transition-duration: .5s;
			-ms-transition-duration: .5s;
			-o-transition-duration: .5s;
			transition-duration: .5s;
		}

		#header .nav_global li a:hover,
		.menu_works .nav_works li a:hover,
		#header .nav_lang li a:hover,
		#index_header #menu_list li a:hover,
		body.page-about .about-tab a:hover,
		body.page-news .news-tab a:hover{
			color: #c13036;
		}
		#header .nav_global li a:hover .menu_back-layer {
			background: #c13036;
		}

/* ------------------------------- footer ------------------------------------- */
#footer{
	border-top: 1px solid #131313;
	font-size: 12px;
	padding-bottom: 26px;
	padding-top: 18px;
	overflow: hidden;
	height: 68px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
	#footer.fix{
		position: fixed;
		bottom: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 1440px;
		width: 94%;
	}
	#footer:after{
		content: "";
		display: block;
		clear: both;
	}
	#footer .copy{
		float: left;
		margin-right: 10px;
	}
	#footer .policy{
		float: left;
		font-weight: bold;
	}
	#footer .social{
		float: right;
		overflow: hidden;
	}
	#footer .social li{
		float: left;
		margin-left: 10px;
	}
/* ------------------------------- clear ------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
