@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{
	height: 100%;
}
html.index{
	overflow: hidden;
}
body{
	color: #3a3a3a;
	font-family: "helvetica Neue", "ヒラギノ角ゴ Pro W3", 'Droid Sans', sans-serif;
	background: #fff;
	/*overflow: auto;*/
	-webkit-text-size-adjust: 100%;
	font-size: 22px;

	width: 100%;

}
body.index{
	height: 100%;
	overflow: hidden;
}
a{
	color: #3a3a3a;
	text-decoration: underline;
}

/*activecolor #a1252a*/
a:hover,
a:active{
	color: #a1252a;
}


#index_header{
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: absolute;
	top: 0px;
	/*background: red;*/
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
	#index_header .wrapper{
		top: 0;
		height: 100%;
		/*position: absolute;*/
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/*margin-top: -217px;*/
	}
		#index_header .wrapper .title{
			/*top: 50%;*/
			/*width: 640px;*/
			position: relative;
			height: 100%;
			/*margin-top: -156px;*/
		}
	#index_header #logo{
		-webkit-transition-duration: .5s;
		transition-duration: .5s;

		height: 100%;
		width: 100%;
	}
		#index_header #logo img{
			width: 522px;
			height: auto;
			position: absolute;
			left: 50%;
			top: 40%;
			margin-left: -261px;
			margin-top: -157px;
		}
	#index_header #menu_list{
		display: none;
	}
	#index_header .arrow{
		position: absolute;
		/*bottom: 11%;*/
		bottom: 5%;
		left: 50%;
		margin-left: -37px;
	}
		#index_header .arrow a{
			padding: 20px;
		}
	#index_header #banner02{
		display: none;
	}

#index_header #banner03{
	width: 420px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 75%;
  margin-left: -210px;
  margin-top: -140px;
}
#index_header #banner03 img{
  width: 100%;
	height: auto;
}

#index_header #banner03 a{
	/*margin-top:0;*/
  margin-bottom:30px;
  display: block;
}
/* ------------------------------- menu ------------------------------------- */
#header .header{
	position: fixed;
	width: 100%;
	top: 0;
	height: 105px;
	z-index: 15;
}
	#header a{
		text-decoration: none;
	}
	body.index #header .header{
		-webkit-transform: translateY(-105px);
		transform: translateY(-105px);
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}
	body.page-works #header .header{
		-webkit-transition-duration: 0;
		transition-duration: 0;
		-webkit-transform: none;
		transform: none;
	}
	#header .logo{
		height: 104px;
		border-bottom: 1px solid #040000;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
		background: #fff;

	}
		#header .logo a{
			line-height: 104px;
			display: block;
			padding-left: 21px;
			width: 300px;
		}
		#header .logo img{
			margin-top: 37px;
		}
		#header .openbutton{
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			position: relative;
			z-index: 10;
			right: 10px;
			float: right;
			line-height: 104px;
			padding-top: 19px;
			height: 104px;
			background: url(/assets/img/sp_menu_icon.png) no-repeat 14px 19px;
			width: 85px;
		}
		#header .openbutton.open{
			background: url(/assets/img/sp_menu_button_close.png) no-repeat 0 19px;
			width: 85px;
		}


	/* headermenu wrapper ===================================================== */
	#header .submenu_wrapper{
/*		-webkit-transform: translateY(-9999px);
		transform: translateY(-9999px);
		-webkit-transition-duration: .5s;
		transition-duration: .5s;*/
		display: none;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: -11;

		/*visibility: hidden;*/
		/*display: none;*/
		-webkit-overflow-scrolling: touch;
	}
	#header .submenu_wrapper:after{
		display: block;
		content: "";
		clear: both;
	}
	/*JP/EN ===================================================== */
	#header .nav_global{
		font-weight: bold;
		line-height: 74px;
		background: #d4d4d4;
		position: relative;
		width: 100%;
		top: 105px;
		z-index: 5;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
		#header .nav_global li{
			border-bottom: 1px solid #040000;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		#header .nav_global li.contact {
			background: #a1252a;
		}
		#header .nav_global li.contact a {
			color: #fff;
		}
		#header .nav_global li a{
			height: 74px;
			font-size: 24px;
			display: block;
			padding: 0 40px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		#header .nav_global li img{
			vertical-align: middle;
			padding-bottom: 5px;
		}
		#header .nav_global li a .outer-icon-sp {
			position: relative;
		}

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

		#header .nav_global .nav_item a.outer .outer-icon-sp:before {
			background-image: url('../img/icon_menu_outer_on.png');
			opacity: 0;
		}
		#header .nav_global .nav_item a.outer .outer-icon-sp:after {
			background-image: url('../img/icon_menu_outer.png');
		}

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

		#header .nav_global li.facebook a:after{
			content: url(/assets/img/icon_external_sp.png) no-repeat right center;
			padding-left: 10px;
		}
		#header .nav_global li.message a:after{
			content: url(/assets/img/icon_external_sp.png) no-repeat right center;
			padding-left: 10px;
		}

	/*JP/EN ===================================================== */
	#header .nav_lang{
		top: 105px;
		font-size: 24px;
		font-weight: bold;
		line-height: 54px;
		background: #d4d4d4;
		position: relative;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: table;
		padding: 10px 20px;
		border-bottom: 1px solid #040000;
		z-index: 5;

	}
		#header .nav_lang li{
			display: table-cell;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			text-align: center;
		}
		#header .nav_lang li:first-child{
			border-right: 3px solid #d4d4d4;
		}
		#header .nav_lang li a{
			display: block;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			background: #fff;
		}
		body.jp #header .nav_lang li.jp,
		body.en #header .nav_lang li.en{
			background: #eeeeee;
			color: #a1252a;
		}

	/*JP/EN ===================================================== */

	#worksmenu_header{
		display: none;
	}
	.menu_works{
		display: none;
	}
	body.individual .menu_works{
		top: 105px;
	}
	.menu_works{
		display: block;
		clear: both;
		position: absolute;
		top: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
		padding: 18px 19px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		background: #fff;
		height: 113px;
		z-index: 5;
		border-bottom: 1px solid #080404;
	}
		.menu_works .title{
			color: #131313;
			background: #d4d4d4 url(/assets/img/sp_menu_dropdown_arrow.png) no-repeat right 27px;
			border: 1px solid #040000;
			line-height: 75px;
			padding-left: 23px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			font-size: 24px;
			text-align: left;
			z-index: 11;
			position: relative;
			text-transform: uppercase;
		}
		body.device-iphone .menu_works .title:before{
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			content: "";
			width: 102%;
			background: #fff;
			height: 18px;
			position: absolute;
			left: -1%;
			top: -19px;
		}
		body.works .menu_works .nav_works{
			z-index: 10;
			display: none;

		}
		body.individual .menu_works .nav_works,
		body.page-works .menu_works .nav_works{
			display: none;
			position: relative;
		}
		.menu_works li{
			width: 100%;
			height: 74px;
			font-size: 0;
			margin-right: 0;
			border: 1px solid #040000;
			background: #fff;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border-top: none;
			-webkit-user-select: none
		}
		.menu_works li a{
			line-height: 40px;
			padding: 0 20px;
			font-size: 24px;
			line-height: 74px;
			display: block;
			text-align: left;
			text-decoration: none;

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



	#header .background{
		display: none;
		position: fixed;
		/*top: 0;*/
		left: 0;
		height: 150%;
		width: 100%;
		background: rgba(255, 255, 255, .8);
		z-index: -1;
	}
	#header #header_background{
		display: none;
		position: fixed;
		left: 0;
		height: 2000px;
		width: 100%;
		margin-top: 105px;
		background: rgba(255, 255, 255, .8);
		/*z-index: -2;*/
		z-index: 10;
	}

/* ------------------------------- container ------------------------------------- */
#container{
	padding-top: 105px;
	/*min-width: 640px;*/
	margin: 0 auto;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	background: #fff;
}
	#container:after{
		content: "";
		clear: both;
		display: block;
	}
	body.index #container{
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		position: relative;
		overflow: scroll;
		z-index: 5;
		top: 0;
		/*top: 106px;*/
		/*top: 106px;*/
	}
	body.works #container{
		/*padding-top: 218px;*/
	}
	body.page-works #container{
		top: 106px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-duration: 0;
		transition-duration: 0;
	}
	body.individual #container{
		padding-top: 218px;
	}


/* ------------------------------- 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 20px 45px;
}

body.top_page .news-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	/*margin: 0 -2.5%;*/
}
body.top_page .news-list .news {
	width: 100%;
	margin: 0 0 90px;
}
body.top_page .news-list .news:last-child {
	margin: 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: 1;
}
/*body.top_page .news-list .news-header {
	padding: 0 20px;
}*/
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: 20px;
	font-weight: bold;
}
body.top_page .news-list .news-category {
	font-size: 18px;
	padding: 4px 8px;
	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: 20px;
	font-weight: normal;
}


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

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


/* ------------------------------- thumbnail ------------------------------------- */
#works{
	/*padding-bottom: 20px;*/
	min-height: 400px;
	/*background: url(/assets/img/loading.gif) no-repeat center center;*/
}
body.index #works{
	/*margin-top: 113px;*/
}
body.page-works #works{
	margin-top: 0;
}
#thumbnail:after{
}
#thumbnail:after{

		display: block;
		content: "";
		clear: both;
}
	#thumbnail li{
		width: 100%;
	}
	#thumbnail li img{
		width: 100%;
	}

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


/*
	-------------------------------------------------------------------------------
	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: 50%;
	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-pc {
	display: none;
}

/*
	-------------------------------------------------------------------------------
	下層ページ
*/
body.page #main{
	padding: 35px 20px;
}
body.page #main .pagetitle{
	font-size: 30px;
	margin-bottom: 30px;
}
/*
	-------------------------------------------------------------------------------
	AWARDS
*/
body.page-awards #main .article .header{
	margin: 0;
	padding: 0;
}
	body.page-awards #main .article{
		border-bottom: 1px solid #cecece;
		padding: 0 0 30px;
		margin-bottom: 30px;
	}
	body.page-awards #main .article .photo img{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	body.page-awards #main .article .header{
		background: url(/assets/img/dottedborder.png) repeat-x left bottom;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
		body.page-awards #main .article .header .client{
			font-size: 18px;
			margin-bottom: 8px;
			line-height: 1.6;
		}
		body.page-awards #main .article .header .title{
			font-size: 24px;
			font-weight: bold;
		}
		body.page-awards #main .article .header .title a{
			text-decoration: none;
		}
	body.page-awards #main .article .body{
		line-height: 1.5em;
		font-size: 20px;
		margin-bottom: 10px;
		/*overflow: hidden;*/
	}
	body.page-awards #main .article .body p,
	body.page-awards #main .article .body h2{
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: normal;
	}
	body.page-awards #main .article .more{
		margin-top: -10px;
		line-height: 1.5em;
		display: none;
		font-size: 20px;

		/*overflow: hidden;*/
	}
	body.page-awards #main .article .readmore:after{
		display: block;
		content: "";
		clear: both;

	}
	body.page-awards #main .article .readmore a{
		border: 1px solid #cecece;
		line-height: 50px;
		width: 150px;
		display: block;
		text-align: center;
		text-decoration: none;
		color: #080404;
		float: right;
	}
	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;
	}

	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: 59px;
		height: 48px;
		background: #080404 url(/assets/img/arrow_left_sp.png) no-repeat center center;
	}
	body.page-awards #main .pagenate .right a{
		display: block;
		width: 59px;
		height: 48px;
		background: #080404 url(/assets/img/arrow_right_sp.png) no-repeat center center;
	}
	body.page-awards #main .pagenate a:hover{
		background-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: 16px;
}
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-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 .table dd input,
body.page-recruit #main .table dd select,
body.page-recruit #main .table dd textarea{
	width: 100%;
	max-width: 100%;
	padding: 14px;
	border: 1px solid #b6b6b6;
	font-size: 22px;
	height: 73px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	background: #fff;
}
body.page-recruit #main .submit {
	text-align: center;
	padding-top: 24px;
	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-recruit #main .table dd select{
	background: #fff url(/assets/img/select_arrow_down.png) no-repeat right center;
}
body.page-recruit #main .table dd textarea{
	height: 120px;
	border: 1px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	box-shadow: none !important;

	height: 232px;
}
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%;
	padding: 14px;
	border: 1px solid #b6b6b6;
	font-size: 22px;
	height: 73px;
	-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: 120px;
	border: 1px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	box-shadow: none !important;

	height: 232px;
}
body.page-contact #main .main_text h2{
	font-size:23px;
	padding: 40px 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: 55px;
	padding-bottom: 20px;
}
body.page-contact #main .submit input,
body.page-contact #main .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 {
	min-width: 296px;
	padding: 0 15px;
	display: inline-block;
	text-decoration: none;
	line-height: 73px;
	box-sizing: border-box;
}

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 .submit input:disabled{
	/*background: #000;*/
}

body.page-contact #main .unsubscribe-title {
	display: none;
}

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

body.page-contact #main .table dd .unsubscribe-block {
	padding-bottom: 30px;
	/* overflow: hidden; */
}

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

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

body.page-contact #main .table dd .submit .unsubscribe-submit-button {
	/* margin-top: 30px; */
	padding: 10px 20px;
	font-size: 20px;
	line-height: 1.4;
	text-align: left;
	background: #000;
	color: #fff;
	-webkit-appearance: none;
	border: none;
  border-radius: 0;
}

body.page-contact #main .table dd .submit .unsubscribe-submit-button:disabled {
	background: #8c8c8c;
}

.page-confirm dl.table > dd {
	min-height: 91px;
}

.page-confirm .text-scroll-area {
	max-height: 585px;
	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 INDEX PAGE
*/
.page-contact-index .page-contact-index_text {
	font-size: 20px;
	padding-bottom: 36px;
}

.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: 10px;
}

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

.page-contact-index-payment {
	padding-top: 15px;
	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: 28px;
	font-size: 22px;
}

.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: 65px;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	color: #a1252a;
}

.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-top: 40px;
	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: 20px;
}


/*
	-------------------------------------
	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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	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: 4px;
	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: 210px;
	padding-bottom: 84px;
}

.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: 31px 20px 31px 88px;
	font-weight: bold;
	text-indent: -50px;
	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: 50%;
	right: 20px;
	transform: translate(0, -50%);
	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: .25em;
	font-size: 24px;
	/* font-weight: normal; */
}

.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: -47px;
}

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

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


/*
	-------------------------------------------------------------------------------
	ABOUT
*/
body.page-about #main {
	position: relative;
}
body.page-about #main dd.chart img{
	display: none;
}
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:60%;
	vertical-align:top;
}
body.page-about #main .officer td{
	text-align: justify;
	vertical-align:bottom;
}
body.en.page-about #main .officer td{
	width:40%;
	vertical-align:bottom;
}



body.page-about #modal_organization_chart{
	display: none;
	position: fixed;
	/*background: rgba(255, 255, 255, .8);*/
	background: #fff;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	padding: 20px;
	overflow: scroll;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 80px;
}
body.page-about #modal_organization_chart .close{
	right: 0;
	position: absolute;
	top: 20px;
	padding: 0px 20px 40px 40px;
}

/*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 .unit_margin{
	padding-bottom:50px;
}
@media(min-width:751px){
	body.page-about .unit_margin{
		padding-bottom:30px;
	}
}
body.page-about .unit_margin span {
	display: block;
	margin-bottom: 20px;
}

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

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

body.page-about .unit-link {
	margin-right: 30px;
}
body.page-about .last_margin{
	margin-right:0;
}
body.page-about a.unit-link:hover {
	opacity:0.7;
}
body.page-about .about-msg {
	margin-bottom: 30px;
}
body.page-about .va-m {
	vertical-align: middle;
}
body.page-about .hidden-sp {
	display: none;
}
body.page-about .img-full-sp {
	width: 100%;
	height: auto;
}
body.page-about .img-fluid-sp {
	max-width: 100%;
	height: auto;
}
body.page-about .mark_text{
	line-height:71px;
	margin-right:20px;
}

body.page-about #main .root{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 25px;
	line-height: 1.6em;
	border: 1px solid #b6b6b6;
	margin-bottom: 15px;
}
body.page-about #main .map_container{
	padding-bottom: 50px;
}
body.page-about #main .map_container #map01{
	height: 450px;
}
body.page-about #main .map_container #map02{
	height: 450px;
}
body.page-about #main .map_container #map03{
	height: 450px;
}
	body.page-about #main .map_container .map_body{
		margin-bottom: 5px;
	}
	body.page-about #main .map_container .external{
		margin-bottom: 20px;
		font-size: 18px;
		text-align: right;
		padding-right: 20px;
		background: url(/access/img/icon_externallink.png) no-repeat right center;
	}
	body.page-about #main .map_container .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_container ol li{
			border: none;
			margin-bottom: 45px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		body.page-about #main .map_container ol li .header{
			margin-bottom: 15px;
			padding-bottom: 15px;
			background: url(/assets/img/dottedborder.png) repeat-x left bottom;
		}
			body.page-about #main .map_container ol li .header span {
				font-size: 24px;
				margin-right: 10px;
				padding-right: 15px;
				font-weight: bold;
				border-right: 1px solid #080404;
				display: block;
				float: left;
				clear: left;
			}
			body.page-about #main .map_container ol li .header em {
				font-size: 24px;
				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: 30px;
			}

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


/* about and news tabmenu */

body.page.page-news #main .pagetitle,
body.news-page-article #main .pagetitle,
body.page.page-about #main .pagetitle {
	margin-bottom: 133px;
}

.page-news .title,
.news-page-article .title,
.page-about .title{
	color: #131313;
	background: #d4d4d4 url(/assets/img/sp_menu_dropdown_arrow.png) no-repeat right 27px;
	border: 1px solid #040000;
	line-height: 75px;
	padding-left: 23px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px;
	text-align: left;
	z-index: 11;
	position: relative;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

.page-news .title,
.news-page-article .title {
	pointer-events: auto;
}

body.page-news.device-iphone .title:before,
body.news-page-article.device-iphone .title:before,
body.page-about.device-iphone .title:before{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	width: 102%;
	background: #fff;
	height: 24px;
	position: absolute;
	left: -1%;
	top: -25px;
}



.tab-wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 19px 20px;
	position: absolute;
	top: 90px;
	left: 0;
	overflow: hidden;
	z-index: 5;
}

.page-news .tab-wrap,
.news-page-article .tab-wrap {
	pointer-events: none;
}

.news-tab,
.about-tab {
	display: none;
	position: relative;
}

.page-news .news-tab,
.news-page-article .news-tab {
	pointer-events: auto;
}

.news-tab li,
.about-tab li{
	width: 100%;
	height: 74px;
	font-size: 0;
	margin-right: 0;
	border: 1px solid #040000;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: none;
	-webkit-user-select: none
}

.news-tab li a,
.about-tab li a{
	line-height: 40px;
	padding: 0 20px;
	font-size: 24px;
	line-height: 74px;
	display: block;
	text-align: left;
	text-decoration: none;

}


/*
	-------------------------------------------------------------------------------
	NEWS
*/
body.page-news #main{
	position: relative;
}

body.page-news #main .news-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	/*margin: 0 -2.5%;*/
}
body.page-news #main .news {
	width: 100%;
	margin: 0 0 90px;
}
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-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-photo img.news_label {
	width: 14.9%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
body.page-news #main .news-date {
	font-size: 20px;
	font-weight: bold;
}
body.page-news #main .news-category {
	font-size: 18px;
	padding: 4px 8px;
	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: 20px;
	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: 59px;
	height: 48px;
	background: #080404 url(/assets/img/arrow_left_sp.png) no-repeat center center;
}
body.page-news #main .pagenate .right a{
	display: block;
	width: 59px;
	height: 48px;
	background: #080404 url(/assets/img/arrow_right_sp.png) no-repeat center center;
}
body.page-news #main .pagenate a:hover{
	background-color: #a1252a;
}


/*
	-------------------------------------------------------------------------------
	NEWS ARTICLE
*/
body.news-page-article article#main {
	position: relative;
	padding: 50px 20px;
}
body.news-page-article #main .pagetitle {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 190px;
}
body.news-page-article article#main .news-article {
	padding: 0 0 20px;
}
body.news-page-article article#main .news-article_title {
	font-size: 32px;
	padding: 0 5px 15px;
	margin-bottom: 12px;
	font-weight: normal;
	border-bottom: 1px dotted #000;
}
body.news-page-article 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: 40px;
}
body.news-page-article article#main .news-article_date {
	font-size: 20px;
	font-weight: bold;
	padding-right: 10px;
}
body.news-page-article article#main .news-article_category {
	font-size: 21px;
	padding: 4px 8px;
	border: 1px solid #000;
}
body.news-page-article article#main .news-article_category.news-article_category-press-release {
	color: #4c35a0;
	border-color: #4c35a0;
}
body.news-page-article article#main .news-article_category.news-article_category-information {
	color: #008482;
	border-color: #008482;
}
body.news-page-article article#main .news-article_category.news-article_category-award-news {
	color: #0064c8;
	border-color: #0064c8;
}
body.news-page-article article#main .news-contents {
	padding-bottom: 40px;
}
body.news-page-article article#main .news-contents h1,
body.news-page-article article#main .news-contents h2,
body.news-page-article article#main .news-contents h3,
body.news-page-article article#main .news-contents h4,
body.news-page-article article#main .news-contents h5,
body.news-page-article article#main .news-contents h6 {
	margin-bottom: 25px;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.8em;
	color: #3a3a3a;
}

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

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

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

body.news-page-article .news-article_index-btn {
	display: block;
	width: 100%;
	margin-bottom: 40px;
	padding: 30px 0;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: relative;
}

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

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

body.news-page-article .news-download-btn {
	font-size: 22px;
	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: -2px;
	left: 0;
	background: url(/assets/img/icon_news-download.png) no-repeat;
}


/*
	-------------------------------------------------------------------------------
	WORKS個別記事
*/
body.individual article#main{
	width: 100%;
}
	body.individual #main .kv_youtube {
		position: relative;
		padding-bottom: 50%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		margin-bottom: 2em;
		background: #000;
	}
	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-bottom: 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;
		padding: 0 20px;
	}
	body.individual #main .header .sub{
		font-size: 24px;
		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: 26px;
		font-weight: normal;
		padding-right: 82px;
	}
	body.individual #main .header .client{
		font-size: 20px;
	}
	body.individual #main .header .icon {
		float: right;
		margin-top: -87px;
	}
	body.individual #main .header .icon li{
		font-weight: bold;
		background: #a1252a;
		width: 62px;
		height: 62px;
		line-height: 62px;
		border-radius: 31px;
		text-align: center;
		color: #fff;
		font-size: 20px;
		float: left;
		margin-left: 10px;
	}
	body.individual #main .header .icon li.other{font-size:12px;}
	body.individual #main .header .icon li a{
		display: block;
		color: #fff;
		text-decoration: none;
		border-radius: 19px;
	}

	body.individual #main .data{
		padding: 0 20px;
	}

	body.individual #main .data:after{
		content: "";
		clear: both;
		display: block;
	}
	body.individual #main .data dt{
		margin-bottom: 15px;
		background: #000;
		color: #fff;
		width: 160px;
		line-height: 45px;
		text-align: center;
		font-size: 24px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-right: 10px solid #fff;
	}
	body.individual #main .data dd{
		margin-bottom: 55px;
		/*background: #eee;*/
		line-height: 45px;
	}
	body.individual #main .data dd.role{
		box-sizing: border-box;
	}
	body.individual #main .data dt.related{
		margin-bottom: 30px;
	}
	body.individual #main .data ul.thumb li{
		width: 100%;
		margin-bottom: 28px;
	}
	body.individual #main .data ul.thumb li img{
		width: 100%;
		height: auto;
		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: 10px 0;
	}

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


/*
	-------------------------------------------------------------------------------
	ACCESS
*/
body.page-access article#main{
	position: relative;
	padding-top: 40px;
	padding-bottom: 0;
}
body.page-access #main .root{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 25px;
	line-height: 1.6em;
	border: 1px solid #b6b6b6;
	margin-bottom: 15px;
}
body.page-access #main .map_container{
	padding-bottom: 50px;
}
body.page-access #main .map_container #map01{
	height: 450px;
}
body.page-access #main .map_container #map02{
	height: 450px;
}
body.page-access #main .map_container #map03{
	height: 450px;
}
body.page-access #main .map_container #map04{
	height: 450px;
}
	body.page-access #main .map_container .map_body{
		margin-bottom: 5px;
	}
	body.page-access #main .map_container .external{
		margin-bottom: 20px;
		font-size: 18px;
		text-align: right;
		padding-right: 20px;
		background: url(/access/img/icon_externallink.png) no-repeat right center;
	}
	body.page-access #main .map_container .external{
		margin-bottom: 30px;
	}
	body.page-access #main .map_container ol{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

		body.page-access #main .map_container ol li{
			border: none;
			margin-bottom: 45px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		body.page-access #main .map_container ol li ul{
			display: -webkit-flex;
			display: flex;
			-webkit-flex-flow: row nowrap;
			flex-flow: row nowrap;
		}
		body.page-access #main .map_container ol li ul li{
			width: 50%;
			margin-bottom: 0;
		}
		body.page-access #main .map_container ol li ul .left-line{
			margin-left: 0.5em;
			padding-left: 0.5em;
			border-left: 1px solid #b6b6b6;
		}
		body.page-access #main .map_container ol li .header{
			margin-bottom: 15px;
			padding-bottom: 15px;
			background: url(/assets/img/dottedborder.png) repeat-x left bottom;
		}
			body.page-access #main .map_container ol li .header span {
				font-size: 24px;
				margin-right: 10px;
				padding-right: 15px;
				font-weight: bold;
				border-right: 1px solid #080404;
				display: block;
				float: left;
				clear: left;
			}
			body.page-access #main .map_container ol li .header em {
				font-size: 24px;
				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: 30px;
			}

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


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

body.page-policy #main {
	padding-bottom: 70px;
}
body.page-policy #main section.privacy{
	margin-bottom: 60px;
	font-size: 20px;
}
		body.page-policy #main section.privacy .pmark{
			float: left;
			padding-right: 30px;
			padding-left: 10px;
		}
		body.page-policy #main section.privacy .note{
			padding-top: 25px;
		}
		body.page-policy #main section.privacy .title{
			font-weight: normal;
			clear: left;
			font-size: 26px;
			padding-bottom: 20px;
			margin-bottom: 30px;
			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.5em;
		}
body.page-policy #main section.sign{
	padding-bottom: 100px;
	font-size: 20px;
}
		body.page-policy #main section.sign .date{
			margin-bottom: 20px;
		}
		body.page-policy #main section.sign .sign_image{
			margin-bottom: 30px;
		}
		body.page-policy #main section.sign address{
			font-style: normal;
		}
body.page-policy #main section.about{
	font-size: 20px;
}
body.page-policy #main section.about ol{
	padding-left: 40px;
	font-size: 20px;
}
		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 .info{
			text-indent:0;
		}
		body.page-policy #main section.about ol li ol{
			padding-left:50px;
		}
		body.page-policy #main section.about ol li ol li{
			text-indent: -3em;
		}

		body.en.page-policy #main section.about ol{
			padding-left: 27px;
			font-size: 20px;
		}
		body.en.page-policy #main section.about ol li{
			text-indent: -1.2em;
			margin-bottom: 5px;
		}
		body.en.page-policy #main section.about > ol > li{
			margin-bottom: 20px;
		}
		body.en.page-policy #main section.about ol li ol{
			padding-left:28px;
		}
		body.en.page-policy #main section.about ol li ul{
			margin-left:1.2em;
		}
		body.en.page-policy #main section.about ol li ul li{
			text-indent:-1.2em;
		}
		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.en.page-policy #main section.about ol.policy-list li ul.list-en li {
	text-indent: 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: 21px;
	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;
	border-top: none;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	dl.table > dt{
		background: #ebebeb;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 20px;
		text-align: left;
		font-weight: normal;
		vertical-align: top;
		border-top: 1px solid #cecece;
		font-size: 24px;
	}

	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: 30px 20px;
		text-align: left;
		line-height: 30px;
		border-top: 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{
		background: url(/assets/img/icon_external_sp.png) no-repeat right center;
		padding-right: 30px;
	}
	a.email{
		background: url(/assets/img/icon_mail_sp.png) no-repeat right 8px;
		padding-right: 30px;
	}
/* ------------------------------- footer ------------------------------------- */
#footer{
	border-top: 1px solid #1d201f;
	padding-top: 45px;
	padding-bottom: 45px;
	position: relative;
	clear: both;
	background: rgba(255, 255, 255, .5);
}
	#footer .text{
		padding-top: 80px;
	}
	#footer .text{
		padding-top: 80px;
		text-align: center;
		width: 100%;
		padding-bottom: 40px;
		font-size: 16px;
		color: #747474;
	}
			#footer .copy{
				display: inline;
				margin-right: 10px;
			}
			#footer .policy{
				display: inline;
			}
			#footer .policy a{
				color: #3a3a3a;
			}

	#footer .social{
		top: 40px;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 4;
	}
			#footer .social li{
				padding: 0 12px;
				display: inline-block;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				vertical-align: top;
			}
			#footer .social li.ios iframe{
				-webkit-transform: scale(2);
				-webkit-transform-origin: 0% 0%;
			}
			#footer .social li.android {
				vertical-align: top;
			}
			#footer .social li.android iframe{
				-webkit-transform-origin: 0% 0%;
			}
			#footer .social li.android.fb iframe{
				-webkit-transform-origin: 100% 0%;
			}
			#footer .social li.android.twitter{
			}
			#footer .social li.android{
			}
			#footer .social li:first-child{
				text-align: right;
			}
			#footer .social li:last-child{
				text-align: left;
			}
			#footer .social li.twitter{
				margin-top: -1px;
			}
			.fb_iframe_widget {
			  width: auto !important;
			  display: inline-block !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;
	/**/
}
