@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;}

html{
	overflow: hidden;
	height: 100%;
}
body{
	color: #3a3a3a;
	font-family: "helvetica Neue", "ヒラギノ角ゴ Pro W3", sans-serif;
	background: #fff;
	overflow: hidden;

	width: 100%;
	height: 100%;

	font-size: 24px;
	-webkit-text-size-adjust: 100%;
}
a{
	color: #3a3a3a;
	text-decoration: underline;
}

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

#index_header{
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 6;

	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
	#index_header .wrapper{
		top: 0;
		position: absolute;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
	}
	#index_header .wrapper .title{
		top: 50%;
		width: 100%;
		position: absolute;
		margin-top: -475px;
	}
	#index_header #logo{
		display: block;
		position: relative;
		margin-bottom: 40px;
		width: 1182px;
		left: 50%;
		margin-left: -591px;
	}
	#index_header #logo img{
		width: 1182px;
		height: auto;
	}
	#index_header #menu_list{
		position: absolute;
		height: 50px;
		left: 50%;
		margin-left: -660px;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-align-items: center;
		align-items: center;
	}
	#index_header #menu_list li{
		margin-right: 32px;
		font-size: 35px;
	}
	#index_header #menu_list li:last-child{
		margin-right: 0;
	}
	#index_header #menu_list li a{
		color: #010101;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
	}
	#index_header #menu_list li a:hover{
		color: #a1252a;
	}

	#index_header #menu_list li a .menu_back-layer {
		padding: 8px 18px;
		border: 1px solid #a1252a;
		border-radius: 20px;
		color: #fff;
		background: #a1252a;
		transition: background 0.5s, color 0.5s;
	}

	#index_header #menu_list li a.outer {
		position: relative;
		margin-right: 22px;
	}

	#index_header #menu_list li a.outer:before,
	#index_header #menu_list li a.outer:after {
		content: "";
		display: block;
		width: 26px;
		height: 22px;
		background-image: url('../img/icon_menu_outer.png');
		background-size: cover;
		position: absolute;
		right: -34px;
		bottom: 7px;
	}

	#index_header #menu_list li a.outer:before {
		background-image: url('../img/icon_menu_outer_on.png');
	}

	#index_header #menu_list li a.outer:after {
		background-image: url('../img/icon_menu_outer.png');
		transition: opacity .3s ease-out;
	}

	#index_header #menu_list li a.outer:hover:after {
		opacity: 0;
	}

	#index_header .arrow{
		position: absolute;
		bottom: 12%;
		left: 50%;
		margin-left: -60px;
		margin-bottom: -30px;
	}
	#index_header .arrow a{
		padding: 30px;
		display: block;
	}
	#index_header .arrow img{

		width: 60px;
		height: 34px;
	}
	#index_header #menu_list li.facebook {
		content: url("/assets/img/icon_fb_large.png");
	}
	#index_header #menu_list li.twitter {
		content: url("/assets/img/icon_tw_large.png");
	}
	#index_header #menu_list li.note {
		content: url("/assets/img/icon_note_large.png");
	}
	#index_header #menu_list li.facebook img,
	#index_header #menu_list li.twitter img,
	#index_header #menu_list li.note img{
		width: 44px;
		height: 44px;
	}

#index_header #banner {
	position: absolute;
	left: 50%;
	margin-top: -135px;
	margin-left: 271px;
	width: 320px;
	height: 72px;
}
#index_header #banner img{
	width: 320px;
	height: 72px;
}

#index_header #banner02{
	display: none;
}

#index_header #banner03{
	width: 522px;
  height: auto;
  position: absolute;
	left: 72%;
  /* top: 90%; */
  top: 100%;
  margin-top: -150px;
}
#index_header #banner03 a{
	margin-top:15px;
  display: block;
}

#index_header #banner03 a img{
  width: 350px;
}

/* ------------------------------- menu ------------------------------------- */
#header{
	position: fixed;
	width: 100%;
	top: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 10;
}
	body.index #header{
		-webkit-transition-duration: .5s;
		transition-duration: .5s;

		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;

		-webkit-transform: translateY(-193px);
		transform: translateY(-193px);
	}
	body.page-works #header{
		-webkit-transition-duration: 0;
		transition-duration: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#header .submenu_wrapper{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 120px;
		border-bottom: 1px solid #131313;
	}
	#header a{
		text-decoration: none;
	}
	#header .wrapper{
		position: relative;
		min-width: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}
	#header .logo{
		float: left;
		height: 120px;
		margin-right: 15px;
		padding-left: 20px;
	}
	#header .logo a{
		display: block;
		line-height: 120px;
	}
	#header .logo img{
		margin-top: -10px;
		vertical-align: middle;
		line-height: 120px;
		width: 300px;
		height: auto;
	}
	#header .nav_global{
		font-size: 21px;
		font-weight: bold;
		line-height: 120px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		width: 69%;
		padding-left: 18px;
	}
	#header .nav_global li{
		align-self: center;
	}
	#header .nav_global li a{
		line-height: 120px;
		display: block;
		margin-right: 26px;
	}

	#header .nav_global li.sdgs a{
		margin-right: 45px;
	}
	#header .nav_global li.contact a{
		margin-right: 0;
	}

	#header .nav_global li a .menu_back-layer {
		padding: 0 10px;
		border: 1px solid #a1252a;
		background: #a1252a;
		border-radius: 20px;
		color: #fff;
		line-height: 28px;
	}

	#header .nav_global .nav_item a.outer {
		position: relative;
	}

	#header .nav_global .nav_item a.outer:before,
	#header .nav_global .nav_item a.outer:after {
		content: "";
		display: block;
		width: 19px;
		height: 16px;
		background-image: url('../img/icon_menu_outer.png');
		background-size: cover;
		position: absolute;
		right: -26px;
		bottom: 51px;
	}

	#header .nav_global .nav_item a.outer:before {
		background-image: url('../img/icon_menu_outer_on.png');
	}
	#header .nav_global .nav_item a.outer:after {
		background-image: url('../img/icon_menu_outer.png');
		transition: opacity .3s ease-out;
	}

	#header .nav_global .nav_item a.outer:hover:after {
		opacity: 0;
	}

	#header .nav_global li.nav_icon a {
		margin-right: 0;
	}

	#header .nav_global li.facebook,
	#header .nav_global li.twitter,
	#header .nav_global li.note {
		text-indent: -9999px;
		width: 60px;
		background-repeat: no-repeat;
		background-position: 15px 48px;
		background-size: 24px;
	}

	#header .nav_global li.facebook {
		background-image: url(/assets/img/icon_facebook.svg);
		margin-left: 25px;
	}
	#header .nav_global li.twitter {
		background-image: url(/assets/img/icon_twitter.svg);
	}
	#header .nav_global li.note {
		background-image: url(/assets/img/icon_note.svg);
	}
	#header .nav_global li.message{
		display: none;
	}
	body.works #header .nav_global li.works a,
	body.page-news #header .nav_global li.news a,
	body.page-works #header .nav_global li.works a,
	body.page-awards #header .nav_global li.awards a,
	body.page-about #header .nav_global li.about a,
	body.page-access #header .nav_global li.access a,
	body.page-recruit #header .nav_global li.recruit a { color: #a1252a;}

	body.page-contact 	#header .nav_global li.contact a .menu_back-layer { 
		/* background: #000; */
		background: #fff;
		color: #a1252a;
	}
	/*JP/EN ===================================================== */
	#header .nav_lang{
		float: right;
		font-size: 27px;
		font-weight: bold;
		position: relative;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 5;
		margin-right: 20px;
	}
		#header .nav_lang li{
			float: left;
			color: #8d8d8d;
			line-height: 120px;
			margin-left: 2px;
		}
		#header .nav_lang li a{
			color: #8d8d8d;
		}
		#header .nav_lang li a:hover{
			color: #a1252a;
		}
		body.jp #header .nav_lang li.jp,
		body.en #header .nav_lang li.en{
			color: #a1252a;
		}
		#header .nav_lang li:first-child:after{
			content: "/";
			margin-left: 2px;
		}
	/*worksmenu ===================================================== */
	body .menu_works{
		display: none;
	}
	body.works .menu_works{
		display: block;
		border-top: 1px solid #131313;
		clear: both;
		margin: 0 auto;
		line-height: 72px;
		height: 72px;
		text-align: center;
		font-size: 24px;
		font-weight: normal;
	}
		.menu_works .title{
			display: none;
		}
		.menu_works li{
			display: inline;
			font-size: 0;
			height: 40px;
			margin-right: 0;
		}
		.menu_works li a{
			line-height: 72px;
			padding: 0 47px;
			display: inline-block;
			font-size: 22px;
		}
		.menu_works .active{
		}

		.menu_works.all 		li.all 		a{ color: #a1252a;}
		.menu_works.cm 		li.cm 		a{ color: #a1252a;}
		.menu_works.mv 		li.mv 		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-mv 		li.mv 		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%;
	margin: 0 auto;
	position: relative;
	top: 0;
	z-index: 5;
	overflow: scroll;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	padding-top: 120px;
}
	#container .menu_works{
		display: none;
	}
	#container:after{
		content: "";
		clear: both;
		display: block;
	}
	body.index #container{
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		padding-top: 193px;
	}
	body.page-works #container{
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-duration: 0;
		transition-duration: 0;
	}

/* ------------------------------- view more ------------------------------------- */
body.top_page	.viewmore-btn {
	display: block;
	width: 100%;
	margin: 0 auto 80px;
	padding: 28px 0;
	background: #000;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}



/*
	-------------------------------------------------------------------------------
	TOP PAGE NEWS 一覧
*/
body.top_page .news-area {
	padding: 15px 2.5% 70px;
}
/*body.top_page .news-area-title {
	margin-bottom: 40px;
	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%;
	/*padding: 0 20px;*/
}
body.top_page .news-list .news {
	width: 45%;
	margin: 0 2.5% 80px;
}
body.top_page .news-list .news:nth-last-child(1),
body.top_page .news-list .news:nth-last-child(2) {
	margin: 0 2.5% 0;
}
body.top_page .news-list .news-link {
	text-decoration: none;
}
body.top_page .news-list .news-photo {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 56.3%;
	position: relative;
	overflow: hidden;
}
body.top_page .news-list .news-photo img {
	position: absolute;
}
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: 14.9%;
	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: 20px;
}
body.top_page .news-list .news-date {
	font-size: 24px;
	font-weight: bold;
}
body.top_page .news-list .news-category {
	font-size: 24px;
	padding: 6px 10px;
	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: 24px;
	font-weight: normal;
}



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

body.top_page .section-heading.section-heading_padding {
	padding: 0 20px;
}


/* ------------------------------- thumbnail ------------------------------------- */
#works{
	padding-bottom: 20px;
}

	#thumbnail li{
		float: left;
		width: 33.33333333%;
	}
	#thumbnail li img{
		width: 100%;
		opacity: .8;
		position: relative;
	}
	#thumbnail li a:hover img,
	#thumbnail li a:active img{
		opacity: 1;
	}

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

/*
	-------------------------------------------------------------------------------
	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;
	padding: 0 10px;
}

body.top_page .units-item {
	width: 33.3%;
	padding: 0 10px 20px;
	box-sizing: border-box;
}

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{
	margin: 0 auto;
	padding: 70px 104px 140px;
}

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 article#main{
	padding: 73px 37px 50px;
}
	body.individual #main .kv_youtube {
		position: relative;
		padding-bottom: 56.25%;
		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 .header{
		/*margin-bottom: 50px;*/
	}
	body.individual .header .sub{
		font-size: 44px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	body.individual .header .title{
		background: url(/assets/img/dottedborder.png) repeat-x left bottom;
		padding-bottom: 20px;
		margin-bottom: 20px;
		font-size: 48px;
		font-weight: normal;
		padding-right: 51px;
	}
	body.individual .header .client{
		font-size: 40px;
		margin-bottom: 50px;
	}
	body.individual .header .icon {
		float: right;
		margin-top: -117px;
	}
		body.individual .header .icon li{
			font-weight: bold;
			background: #a1252a;
			width: 74px;
			height: 74px;
			line-height: 74px;
			border-radius: 38px;
			text-align: center;
			color: #fff;
			font-size: 24px;
			float: left;
			margin-left: 10px;
		}
		body.individual .header .icon li.other{font-size:16px;}
		body.individual .header .icon li a{
			display: block;
			color: #fff;
			text-decoration: none;
			border-radius: 19px;
		}

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

	body.individual #main .other_field{
		padding: 20px 0 55px;
		font-size: 22px;
		box-sizing: border-box;
	}
	body.en.individual #main .other_field {
		font-size: 24px;
	}

body.page-access #main{
}
body.page-access #main #map{
	height: 1200px !important;
	width: 100%;
}



/*
	-------------------------------------------------------------------------------
	ABOUT
*/
body.page-about #main dl.table{
	margin-bottom: 30px;
}
body.page-about #main .chart{
	display: none;
}
body.page-about #main dd img{
	/*width: 100%;*/
}
body.en.page-about #main .officer{
	width:100%;
}
/*body.en.page-about #main .officer caption{
	text-align:left;
	font-weight:bold;
	font-size:24px;
}*/
body.page-about #main .officer th{
	font-weight: normal;
	padding-right: 50px;
}
body.en.page-about #main .officer th{
	width:65%;
	padding-right:1em;
	vertical-align:top;
}
body.page-about #main .officer td{
	text-align: justify;
	vertical-align:bottom;
}
body.en.page-about #main .officer td{
	width:35%;
	vertical-align:bottom;
}
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 60px;
}
body.page-about #modal_organization_chart{
	display: none;
}

body.page-about .unit_margin span {
	display: block;
	margin-bottom: 20px;
}

body.page-about .unit_margin a.hidden-pc {
	display: inline-block;
	margin-bottom: 20px;
}

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

body.page-about .unit-link {
	margin-right: 38px;
}
body.page-about a.unit-link:hover {
	opacity:0.7;
}
body.page-about .va-m {
	vertical-align: middle;
}
body.page-about .hidden-tablet {
	display: none;
}
body.page-about .img-full-tablet {
	width: 100%;
	height: auto;
}
body.page-about .img-fluid-tablet {
	max-width: 100%;
	height: auto;
}
body.page-about #main .mark_text{
	margin-right:20px;
}

/*body.page-news article#main{
	position: relative;
	padding-bottom: 0;
	padding-bottom: 50px;
}*/
body.page-about #main .root{
	position: absolute;
	top: 580px;
	right: 134px;
	z-index: 9;
	background: rgba(255, 255, 255, .8);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	font-size: 24px;
	line-height: 46px;
}
body.page-about #main .map_container{
	padding-bottom: 50px;
}
body.page-about #main .map_container #map01{
	height: 755px;
}
body.page-about #main .map_container #map02{
	height: 740px;
}
body.page-about #main .map_container #map03{
	height: 740px;
}
	body.page-about #main .map_container .map_body{
		margin-bottom: 5px;
		width: 100%;
	}
	body.page-about #main .map_container .external{
		margin-bottom: 20px;
		font-size: 24px;
		text-align: right;
		padding-right: 30px;
		background: url(/assets/img/icon_external_sp.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;
		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;
			-o-box-sizing     : border-box;
			-ms-box-sizing    : border-box;
			box-sizing        : border-box;
		}
		body.page-about #main .map_container ol li .header {
			margin-bottom: 16px;
			padding-bottom: 16px;
			background: url(/assets/img/dottedborder.png) repeat-x left bottom;
			display: block;
			overflow: hidden;
			zoom: 1;
		}
				body.page-about #main .map_container ol li .header span {
					font-size: 36px;
					margin-right: 10px;
					padding-right: 18px;
					font-weight: bold;
					border-right: 2px solid #080404;
					float: left;
					line-height: 1.2;
				}
				body.page-about #main .map_container ol li .header em {
					font-size: 28px;
					line-height: 54px;
					font-weight: bold;
					font-style: normal;
					display: block;
					overflow: hidden;
					zoom: 1;
					line-height: 1.6;
				}
				body.page-about #main .map_container ol li p{
					padding-left: 40px;
					line-height: 25px;
					font-size: 28px;
					line-height: 50px;
				}

				 	body.page-about #main .map_container01{
				 		padding-bottom: 40px;
				 	}
					body.page-about #main .map_container01 ol li{

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

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

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

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

body.page-about #main .large {
	font-size: large;
}
body.page-about #main .hidden-tablet {
	display: none;
}




/*
	-------------------------------------------------------------------------------
	About and News tab menu
*/
body.page-about #main,
body.news-page-article #main,
body.page-news #main{
	padding-top: 0;
}
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 47px;
	color: #000;
	line-height: 72px;
	font-size: 22px;
	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;*/
	padding: 0 2.5% 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: 45%;
	margin: 0 2.5% 80px;
}
body.page-news #main .news-link {
	text-decoration: none;
}
body.page-news #main .news-photo {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 56.3%;
	position: relative;
	overflow: hidden;
}
body.page-news #main .news-photo img {
	position: absolute;
}
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: 14.9%;
	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: 20px;
}
body.page-news #main .news-date {
	font-size: 24px;
	font-weight: bold;
}
body.page-news #main .news-category {
	font-size: 24px;
	padding: 6px 10px;
	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: 24px;
	font-weight: normal;
}
body.page-news #main .pagenate{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 44px;
}

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: 54px;
	height: 44px;
	background: #080404 url(/assets/img/arrow_left_sp.png) no-repeat center center;
}
body.page-news #main .pagenate .right a{
	display: block;
	width: 54px;
	height: 44px;
	background: #080404 url(/assets/img/arrow_right_sp.png) no-repeat center center;
}
body.page-news #main .pagenate a:hover{
	background-color: #a1252a;
}


/*
	-------------------------------------------------------------------------------
	NEWS
*/
body.news-page-article #main{
	/*width: 69.14893617%;*/
	margin: 0 auto;
	padding: 0 37px 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_title {
	margin-bottom: 10px;
	padding: 0 0 10px 15px;
	border-bottom: 1px dotted #000;
	/*font-size: 28px;*/
	font-size: 36px;
	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: 14px;*/
	font-size: 24px;
	font-weight: bold;
	padding-right: 15px;
}
body.news-page-article #main .news-article_category {
	/*font-size: 12px;*/
	font-size: 22px;
	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: 50px;
}

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-size: 30px;
	font-weight: normal;
	line-height: 2.1em;
	color: #3a3a3a;
}

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

body.news-page-article #main .news-contents a {
	color: #3a3a3a;
}

body.news-page-article #main .news-contents img {
	width: 100%;
	height: auto;
}

body.news-page-article .news-article_index-btn {
	display: block;
	width: 100%;
	margin-bottom: 50px;
	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_head {
	/*font-size: 20px;*/
	font-size: 25px;
	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: 8px;
	left: 0;
}

body.news-page-article .news-download-btn {
	font-size: 25px;
	text-decoration: none;
	padding-left: 40px;
	position: relative;
}

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

/*
	-------------------------------------------------------------------------------
	RECRUIT
*/
body.page-recruit #main .table dd input,
body.page-recruit #main .table dd select,
body.page-recruit #main .table dd textarea{
	width: 100%;
	max-width: 800px;
	padding: 16px;
	border: 1px solid #b6b6b6;
	font-size: 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	background: #fff;
}
body.page-recruit #main .table dt{
	font-weight: bold;
	width: 360px;
}
body.page-recruit #main .table dd{
	margin-left: 360px;
}
body.page-recruit #main .table dd:nth-of-type(2){
	border-top: none;
}
body.page-recruit #main .table dd p{
	margin-bottom: 20px;
}
body.page-recruit #main .table dd p:last-child{
	margin-bottom: 0;
}
body.page-recruit #main .table dd p img{
	width: 480px;
	height: auto;
}
body.page-recruit #main .table dd p img.banner1{
	vertical-align: baseline;
	margin-right: 40px;
}
body.page-recruit #main .table dd .note{
	font-size: 20px;
}
body.page-recruit #main .table dd ol{
	margin: 1em 0;
}
body.page-recruit #main .table dd ol.career-list {
	margin: 0;
}
body.page-recruit #main .table dd ol.career-list li {
	margin: 1em 0;
}
body.page-recruit #main .table dd ol.career-list li:last-child {
	margin-bottom: 0;
}
body.page-recruit #main .table dd ol.career-list .heading {
	margin-bottom: 0;
}
body.page-recruit #main .table dd ol.career-list .heading .bold {
	font-family: "helvetica Neue","arial","ヒラギノ角ゴ Pro W6","メイリオ","Meiryo", sans-serif;
	font-weight: bold;
}
body.page-recruit #main .table dd ol.career-list .indent {
	padding-left: 1em;
}
body.page-recruit #main .table dd ol.career-list .space-m1em {
	margin-top: 1em;
}
body.page-recruit #main .table dd ol.career-list .space-p1em {
	padding-top: 1em;
	margin-bottom: 1em;
}
body.page-recruit #main .table dd .hidden-sp{
	width: 180px;
}
body.page-recruit #main .table dd .hidden-pc{
	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 .submit {
	text-align: center;
	padding-top: 48px;
	padding-bottom: 20px;
}
body.page-recruit #main .submit input{
	padding: 10px 80px;
	background: #1c1919;
	text-align: center;
	color: #fff;
	border: none;
	font-size: 24px;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;
	height: 73px;
	-webkit-box-sizing: border-box;
}

/*body.page-about .about-tab {
	margin-bottom: 38px;
	line-height: 1;
}
body.page-about .about-tab ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	border: 1px solid #000;
	border-left: none;
	vertical-align: top;
}
body.page-about .about-tab li {
	border-left: 1px solid #000;
	float: left;
}
body.page-about .about-tab a {
	background: #fff;
	display: block;
	color: #000;
	width: 218px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
body.page-about .about-tab a.is-selected {
	background: #000;
	color: #fff;
}*/

body.page-about .about-msg {
	margin-bottom: 50px;
}
body.page-about .hidden-tablet {
	display: none;
}
body.page-about .img-full-tablet {
	width: 100%;
	height: auto;
}
body.page-recruit #main .bnr-newgrad {
	display: block;
	border: 1px solid #000;
}

/*
	-------------------------------------------------------------------------------
	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: 800px;
	padding: 16px;
	border: 1px solid #b6b6b6;
	font-size: 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	background: #fff;
}
body.page-contact #main .table dd select{
	background: #fff url(/assets/img/select_arrow_down.png) no-repeat right center;
}
body.page-contact #main .table dd textarea{
	height: 240px;
}
body.page-contact #main .main_text h2{
	padding: 55px 0 20px;
}
body.page-contact #main .main_text ul{
	padding-left:1em;
}
body.page-contact #main .main_text ul li{
	text-indent:-1em;
	margin-bottom:15px;
}
body.page-contact #main .main_text ul li a{
	font-weight:bold;
}
body.page-contact #main .submit {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 20px;
}
body.page-contact #main .submit input,
body.page-contact #main .submit .button,
body.page-contact #main .table dd .submit .unsubscribe-submit-button{
	padding: 10px 80px;
	background: #1c1919;
	text-align: center;
	color: #fff;
	border: none;
	font-size: 24px;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;
	height: 73px;
	-webkit-box-sizing: border-box;
}

body.page-contact #main .submit .button {
	width: 360px;
	padding: 0 15px;
	display: inline-block;
	text-decoration: none;
	box-sizing: border-box;
	line-height: 73px;
}

body.page-contact #main .submit .button:disabled {
	opacity: .4;
	pointer-events: none;
}

body.page-contact #main .submit .button span {
	padding-left: 24px;
	position: relative;
}
body.page-contact #main .submit .button span:before {
	content: "";
	display: block;
	width: 9px;
	height: 16px;
	background: url('../img/icon_button_arrow.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 0;
}

body.page-contact #main .table dd .submit .unsubscribe-submit-button {
	height: auto;
	padding: 10px 60px;
	line-height: 1.4;
}

body.page-contact #main .table dd .unsubscribe-text {
	padding-bottom: 30px;
}

body.page-contact #main .table dd .unsubscribe-block input {
	max-width: 100%;
	width: 100%;
	float: none;
}

body.page-contact #main .table dd .unsubscribe-submit {
	padding-top: 50px;
	padding-bottom: 20px;
}


/*
	-------------------------------------
	CONTACT INDEX PAGE
*/
.page-contact-index .page-contact-index_text {
	font-size: 24px;
	padding-bottom: 56px;
}

.page-contact-container {
	padding-bottom: 143px;
}

.page-contact-index .page-contact-index_menu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.page-contact-index .page-contact-index_item {
	width: 100%;
	margin-bottom: 30px;
}

.page-contact-index .page-contact-index_item img {
	width: 100%;
	height: auto;
}

.page-contact-index .page-contact-index_item .pc-image {
	display: none;
}

.page-contact-index .page-contact-menu {
	display: block;
	width: 100%;
	border: 2px solid #000;
	text-decoration: none;
}

.page-contact-index-payment {
	padding-top: 45px;
	padding-left: 23.23%;
	padding-right: 18.45%;
}

.page-contact-index .page-contact-menu--payment {
	padding: 20px 0;
	border: none;
}

.page-contact-index-payment img {
	width: 100%;
	height: auto;
}

.page-contact-index-payment img.pc-image {
	display: none;
}




/*
	-------------------------------------
	CONTACT COMMON STYLING
*/
/* ヒラギノ角ゴ Pro W6を使う */
.page-contact .fw-bold {
	font-family: "helvetica Neue","arial","ヒラギノ角ゴ Pro W6","メイリオ","Meiryo", sans-serif
}

.page-contact .page-contact-sub-title {
	padding-bottom: 34px;
	font-size: 26px;
}

.page-contact .page-contact-note {
	padding-bottom: 15px;
	font-size: 20px;
	line-height: 1.55;
}

.page-contact .page-contact-note + .page-contact-note {
	padding-top: 25px;
}

.page-contact .page-contact-note .note_item {
	padding-left: 1em;
	text-indent: -1em;
}

.page-contact .page-contact-emphasis {
	margin-bottom: 40px;
	padding: 18px 23px;
	background: #f5f5f5;
	position: relative;
}

.page-contact .page-contact-emphasis_overlay {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: opacity .5s ease-out;
}

.page-contact .page-contact-emphasis_overlay.is-hide {
	opacity: 0;
	pointer-events: none;
}

.page-contact .page-contact-emphasis_overlay h3 {
	font-size: 82px;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	color: #a1252a;
}

.page-contact .page-contact-emphasis_overlay h3.small {
	font-size: 72px;
}

.page-contact .page-contact-emphasis em {
	font-style: normal;
	font-weight: bold;
}

.page-contact .page-contact-emphasis p {
	font-size: 20px;
	line-height: 1.55;
}

body.page-contact #main .submit.page-contact-submit-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding-bottom: 0;
}
body.page-contact #main .submit.page-contact-submit-container.back-buttons {
	padding-top: 30px;
}

body.page-contact #main .submit.page-contact-submit-container .button-container {
	margin: 0 10px;
}

.page-contact .page-contact-annotation {
	padding: 17px 0 0;
	font-size: 22px;
}

.page-confirm dl.table > dd {
	min-height: 131px;
}
.page-confirm dl.table > dd.line-4 {
	min-height: 195px;
}

.page-confirm .text-scroll-area {
	max-height: 670px;
	overflow-y: scroll;
}


/*
	-------------------------------------
	CONTACT THNAKS PAGE
*/
body.page-contact #main .page-contact-thanks_contents {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: center;
	justify-content: center;
	height: 55vh;
	padding-bottom: 5vh;
}

body.page-contact #main .page-contact-thanks_txt {
	text-align: center;
}


/*
	-------------------------------------
	CONTACT TAIYO CONNECT PAGE
*/
body.page.page-contact #main .pagetitle {
	margin-bottom: 5px;
}

.page-contact-title_container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding-bottom: 28px;
}

.page-contact-title_container .page-contact-sub-title {
	padding-bottom: 0;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect_head {
	margin-bottom: 40px;
	padding: 8px 0 10px 24px;
	font-size: 24px;
	position: relative;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect_head:after {
	content: "";
	width: 10px;
	height: 100%;
	background: #870015;
	position: absolute;
	top: 0;
	left: 0;
}

.page-contact-taiyoconnect .taiyo-connect_menu {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	margin-top: 8px;
	margin-left: 75px;
	position: relative;
	line-height: 1;
}

.page-contact-taiyoconnect .taiyo-connect_menu:after {
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.page-contact-taiyoconnect .taiyo-connect_menu-item {
	padding: 0 20px;
	position: relative;
}

.page-contact-taiyoconnect .taiyo-connect_menu-item:after {
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
}

.page-contact-taiyoconnect .taiyo-connect_menu-link {
	display: block;
	font-size: 20px;
	padding-left: 20px;
	position: relative;
	text-decoration: none;
}

.page-contact-taiyoconnect .taiyo-connect_menu-link:before,
.page-contact-taiyoconnect .taiyo-connect_menu-link:after {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 5px;
	left: 0;
}

.page-contact-taiyoconnect .taiyo-connect_menu-link:before {
	background-image: url('../img/icon_taiyo_connect_arrow.png');
}
.page-contact-taiyoconnect .taiyo-connect_menu-link:after {
	background-image: url('../img/icon_taiyo_connect_arrow_on.png');
	opacity: 0;
}
.page-contact-taiyoconnect .taiyo-connect_menu-link:hover:after {
	opacity: 1;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-casestudy {
	padding-top: 120px;
	padding-bottom: 100px;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-casestudy .casestudy_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-casestudy .casestudy_item {
	width: calc(50% - 8px);
	margin-right: 15px;
	margin-bottom: 15px;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-casestudy .casestudy_item img {
	width: 100%;
	height: auto;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-casestudy .casestudy_item:nth-of-type(2n) {
	margin-right: 0;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq {
	padding-bottom: 20px;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-accordion {
	border-bottom: 1px solid #b6b6b6;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-accordion:nth-of-type(1) {
	border-top: 1px solid #b6b6b6;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-accordion_head {
	padding: 32px 20px 38px 88px;
	font-weight: bold;
	text-indent: -52px;
	position: relative;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-accordion_head:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #000 url('../../contact/taiyoconnect/img/icon_accordion_off.png') no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 23px;
	right: 20px;
	pointer-events: none;
}
.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-accordion_head.is-open:after {
	background: #000 url('../../contact/taiyoconnect/img/icon_accordion_on.png') no-repeat center center;
	background-size: cover;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-accordion_head span {
	padding-right: .5em;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-accordion_head br {
	display: none;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-accordion_body {
	padding-bottom: 40px;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-answer {
	background: #f5f5f5;
	padding: 32px 32px 30px 88px;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-answer_ttl {
	font-size: 22px;
	font-weight: normal;
	text-indent: -52px;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-answer_ttl span {
	padding-right: .5em;
	color: #870015;
	font-weight: bold;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-step {
	margin-top: 22px;
}

.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-step_item {
	margin-bottom: 1em;
}
.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-step_item:last-child {
	margin-bottom: 0.5em;
}
.page-contact-taiyoconnect .page-contact-taiyoconnect-faq .faq-step_head {
	font-weight: bold;
}



/*
	-------------------------------------------------------------------------------
	AWARDS
*/
body.page-awards #main{
	position: relative;
	padding-bottom: 70px;
	padding-top: 26px;

	padding: 26px 104px 50px;
}
	body.page-awards #main .article{
		border-bottom: 1px solid #cecece;
		padding: 23px 0 30px;
	}
	body.page-awards #main .article:after {
		content: "";
		display: block;
		clear: both;
	}
	body.page-awards #main .article .photo{
		float: left;
		width: 574px;
	}
	body.page-awards #main .article .photo img{
		width: 548px;
		height: auto;
	}
	body.page-awards #main .article .header{
		background: url(/assets/img/dottedborder.png) repeat-x left bottom;
		margin-bottom: 20px;
		padding-bottom: 16px;
		margin-left: 574px;
	}
		body.page-awards #main .article .header .client{
			font-size: 24px;
			margin-bottom: 8px;
			line-height: 1.6;
		}
		body.page-awards #main .article .header .title{
			font-size: 28px;
			font-weight: bold;
		}
		body.page-awards #main .article .header .title a{
			text-decoration: none;
			background: url(/assets/img/icon_external_sp.png) no-repeat right center;
			padding-right: 30px;
		}
	body.page-awards #main .article .body{
		margin-left: 574px;
		line-height: 40px;
		/*overflow: hidden;*/
	}
	body.page-awards #main .article .body p,
	body.page-awards #main .article .body h2{
		margin-bottom: 10px;
		font-size: 24px;
		font-weight: normal;
	}
	body.page-awards #main .article .more{
		margin-left: 574px;
		line-height: 40px;
		display: none;

		/*overflow: hidden;*/
	}
	body.page-awards #main .article .readmore{
		margin-left: 574px;
		text-align: right;
	}
	body.page-awards #main .article .readmore a{
		border: 1px solid #cecece;
		line-height: 42px;
		width: 146px;
		display: block;
		text-align: center;
		float: right;
		text-decoration: none;
		color: #080404;
		font-size: 24px;
	}
	body.page-awards #main .article .readmore a:after{
		content: "▼";
		font-size: 14px;
		padding-left: 10px;
		position: relative;
		top: -3px;
	}
	body.page-awards #main .article .readmore a.open:after{
		content: "▲";
	}
	body.page-awards #main .article .readmore a:active{
		color: #a1252a;
	}

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

	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: 54px;
		height: 44px;
		background: #080404 url(/assets/img/arrow_left_sp.png) no-repeat center center;
	}
	body.page-awards #main .pagenate .right a{
		display: block;
		width: 54px;
		height: 44px;
		background: #080404 url(/assets/img/arrow_right_sp.png) no-repeat center center;
	}
	body.page-awards #main .pagenate a:hover{
		background-color: #a1252a;
	}


/*
	-------------------------------------------------------------------------------
	ACCESS
*/
body.page-access article#main{
	position: relative;
	padding-bottom: 0;
	padding-bottom: 50px;
}
body.page-access #main .root{
	position: absolute;
	top: 580px;
	right: 134px;
	z-index: 9;
	background: rgba(255, 255, 255, .8);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	font-size: 24px;
	line-height: 46px;
}
body.page-access #main .map_container{
	padding-bottom: 50px;
}
body.page-access #main .map_container #map01{
	height: 755px;
}
body.page-access #main .map_container #map02{
	height: 740px;
}
body.page-access #main .map_container #map03{
	height: 740px;
}
body.page-access #main .map_container #map04{
	height: 740px;
}
	body.page-access #main .map_container .map_body{
		margin-bottom: 5px;
		width: 100%;
	}
	body.page-access #main .map_container .external{
		margin-bottom: 20px;
		font-size: 24px;
		text-align: right;
		padding-right: 30px;
		background: url(/assets/img/icon_external_sp.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;
		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;
			-o-box-sizing     : border-box;
			-ms-box-sizing    : border-box;
			box-sizing        : border-box;
		}
		body.page-access #main .map_container ol li .header {
			margin-bottom: 16px;
			padding-bottom: 16px;
			background: url(/assets/img/dottedborder.png) repeat-x left bottom;
			display: block;
			overflow: hidden;
			zoom: 1;
		}
				body.page-access #main .map_container ol li .header span {
					font-size: 36px;
					margin-right: 10px;
					padding-right: 18px;
					font-weight: bold;
					border-right: 2px solid #080404;
					float: left;
					line-height: 1.2;
				}
				body.page-access #main .map_container ol li .header em {
					font-size: 28px;
					line-height: 54px;
					font-weight: bold;
					font-style: normal;
					display: block;
					overflow: hidden;
					zoom: 1;
					line-height: 1.6;
				}
				body.page-access #main .map_container ol li p{
					padding-left: 40px;
					line-height: 25px;
					font-size: 28px;
					line-height: 50px;
				}

				 	body.page-access #main .map_container01{
				 		padding-bottom: 40px;
				 	}
					body.page-access #main .map_container01 ol li{

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

						width: 50%;
						margin-bottom: 40px;
					}
					body.page-access #main .map_container01 ol li.tb-full{
						width: 100%;
						padding-right: 0!important;
					}
					body.page-access #main .map_container01 ol li.tb-full ul{
						display: -webkit-flex;
						display: flex;
						-webkit-flex-flow: row nowrap;
						flex-flow: row nowrap;
					}
					body.page-access #main .map_container01 ol li.tb-full p{
						margin-left: 18px;
					}
					body.page-access #main .map_container01 ol li.tb-full ul li{
						padding: 0!important;
					}
					body.page-access #main .map_container01 ol li.tb-full ul li .left-line{
						margin-left: 18px;
						/*border-left: 2px solid #080404;
						padding-left: 10px;
						margin-left: 25px;*/
					}
							body.page-access #main .map_container01 ol li:nth-child(odd){
								padding-right: 18px;
							}
							body.page-access #main .map_container01 ol li:nth-child(even){
								padding-left: 18px;
							}
							body.page-access #main .map_container01 ol li:nth-child(4){
								padding-right: 18px;
							}
							body.page-access #main .map_container01 ol li:nth-child(5){
								padding-left: 18px;
							}

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

}
body.page-access #main .map_container03{
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.page-access #main .map_container03 ol li {
	width: 50%;
}

body.page-access #main .large {
	font-size: large;
}
body.page-access #main .hidden-tablet {
	display: none;
}



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

body.page-policy #main {
	line-height: 25px;
	padding-bottom: 70px;
}
body.page-policy #main section.privacy{
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 50px;
}
		body.page-policy #main section.privacy .pmark{
			float: left;
			padding-right: 70px;
		}
		body.page-policy #main section.privacy .pmark img{
			width: 188px;
			height: auto;
		}
		body.page-policy #main section.privacy .note{
			padding-top: 50px;
		}
		body.page-policy #main section.privacy .title{
			font-weight: normal;
			clear: left;
			font-size: 48px;
			padding-bottom: 25px;
			margin-bottom: 20px;
			background: url(/assets/img/dottedborder.png) repeat-x left bottom;
			line-height: 1;
			padding-top: 40px;
		}
		body.page-policy #main section.privacy p{
			margin-bottom: 30px;
		}
		body.page-policy #main section.privacy ul{
			padding-left: 1.8em;
		}
		body.page-policy #main section.privacy ul li{
			text-indent: -1.3em;
		}
body.page-policy #main section.sign{
	text-align: right;
	padding-bottom: 120px;
	font-size: 24px;
	line-height: 40px;
}
		body.page-policy #main section.sign .date{
			margin-bottom: 30px;
		}
		body.page-policy #main section.sign .sign_image{
			margin-bottom: 26px;
		}
		body.page-policy #main section.sign .sign_image img{
			width: 498px;
			height: auto;
		}
		body.page-policy #main section.sign address{
			font-style: normal;
			font-size: 20px;
		}
body.page-policy #main section.about ol{
	padding-left: 2.8em;
	font-size: 24px;
	line-height: 50px;
}
		body.page-policy #main section.about .title{
			font-weight: normal;
			font-size: 48px;
			padding-bottom: 25px;
			margin-bottom: 20px;
			background: url(/assets/img/dottedborder.png) repeat-x left bottom;
			line-height: 1;
		}
		body.page-policy #main section.about p{
			margin-bottom: 10px;
		}
		body.page-policy #main section.about ol li{
			text-indent: -2em;
			margin-bottom: 10px;
		}
		body.page-policy #main section.about > ol > li{
			margin-bottom: 35px;
		}
		body.page-policy #main section.about ol li ol{
			padding-left: 3.7em;
		}
		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{
			padding-left:45px;
		}
		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.8em;
		}
		body.en.page-policy #main section.about ol li ol li{
			text-indent: -1.4em;
		}


body.page-policy #main section.about ol.policy-list li {
	text-indent: 0;
}

body.page-policy #main section.about ol.policy-list li ul.list-en {
	padding-left: 1.1em;
}
body.en.page-policy #main section.about ol.policy-list li ul.list-en {
	margin-left: 0;
}

body.page-policy #main section.about ol.policy-list li ul.list-en .list-head {
	display: inline-block;
	text-indent: -1.1em;
}

body.page-policy #main section.about ol.policy-list li ul.list {
	padding-left: 1em;
}
body.en.page-policy #main section.about ol.policy-list li ul.list {
	margin-left: 0;
}

body.page-policy #main section.about ol.policy-list li ul.list .list-head {
	display: inline-block;
	text-indent: -1em;
}

body.page-policy #main .heading {
	text-indent: -2em;
	font-size: 26px;
	font-family: "helvetica Neue","arial","ヒラギノ角ゴ Pro W6","メイリオ","Meiryo", sans-serif;
}
body.en.page-policy #main .heading {
	text-indent: -1.1em;
	font-weight: bold;
}

body.page-policy .policy-table {
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-collapse: collapse;
	margin: 15px 0;
}

body.page-policy .policy-table thead {
	background: #ebebeb;
}

body.page-policy .policy-table th {
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 10px 15px;
	vertical-align: top;
	font-weight: normal;
}



/*commmon*/
dl.table{
	width: 100%;
	border-collapse: collapse;
	background: #ebebeb;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border :1px solid #cecece;
	border-top: 0;
}
	dl.table > dt{
		background: #ebebeb;
		/*border: 1px solid #cecece;*/
		width: 384px;
		padding: 40px 25px;
		font-size: 24px;
		text-align: left;
		/* font-weight: bold; */
		vertical-align: top;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

		float: left;
		border-top: 1px solid #cecece;
		padding-top: 50px;
		padding-bottom: 0;
		padding-right: 0;
	}

	dl.table > dt .small {
		font-size: .75em;
	}

	dl.table > dt .small br {
		display: none;
	}

	dl.table > dd{
		background: #fff;
		/*border: 1px solid #cecece;*/
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 40px 25px;
		text-align: left;
		font-size: 24px;
		line-height: 50px;
		margin-left: 384px;

		padding: 40px;
		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_sp.png) no-repeat right center;
		padding-right: 30px;
	}
/* ------------------------------- footer ------------------------------------- */
#footer{
	border-top: 1px solid #131313;
	font-size: 24px;
	padding: 35px 40px 50px;
	overflow: hidden;
}
body.individual #footer.fix{
	position: absolute;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
}
	#footer:after{
		content: "";
		display: block;
		clear: both;
	}
	#footer .copy{
		float: left;
		margin-right: 10px;
	}
	#footer .policy{
		float: left;
		font-weight: bold;
	}
	#footer .social{
		top: 18px;
		/*padding-top: 10px;*/
		float: right;
		/*left: -120px;*/
		position: relative;
		/*background: #f38;*/
		/*display: table;*/
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		-webkit-transform: scale(1.8);
		-ms-transform: scale(1.8);
		-o-transform: scale(1.8);
		transform: scale(1.8);
		overflow: hidden;
	}
	#footer .social li{
		height: 25px;
		float: left;
		margin-right: 10px;
	}
	#footer .social li.twitter{
		margin-top: -3px;
	}
	#footer .social li div{
		width: 80px;
		overflow: hidden;
		width: 70px !important;
	}
	body.en #footer .social li div{
		width: 50px !important;
	}
	#footer .social li span{
		margin: 0;
		padding: 0;
		/*height: auto !important;*/
		vertical-align: top !important;
	}
/* ------------------------------- 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;
	/**/
}
