#company > h1 {
	display: none;
}
#company section {
	margin: 2em 0 0;
}
#company section:not(:nth-of-type(1)) {
	border-top: 1px solid #ccc;
	padding-top: 2em;
}

#company section.border_no {
	padding-top: 0;
	border: none;
}


		html.SP #company section {
			margin-left: 3%;
			margin-right: 3%;
		}

#company .capA {
	position: relative;
	display: inline-block;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin: 0 0 1em;
	padding-bottom: 0.5em;
	background: url(/images/global/bg_title.gif) bottom center no-repeat;
	background-size: 100% 6px;
	color: #c7a841;
	font-family: '游明朝体', 'Yu Mincho', 'YuMincho', serif;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.1em;
}
	html.PC #company .capA {
		font-size: 200%;
	}
		html.SP #company .capA {
			font-size: 180%;
		}

#company .capB {
	border-left: 6px solid #003f96;
	padding-left: 10px;
	line-height: 1.2;
	font-weight: normal;
}
#company .capC {
	line-height: 1.2;
	text-align: center;
}
	html.PC section .capB {
		font-size: 2.3rem;
		margin-bottom: 45px;
	}
	html.PC section .capC {
		margin-bottom: 30px;
		font-size: 2.75rem;
	}
		html.SP section .capB {
			font-size: 140%;
		}
		html.SP section .capC {
			font-size: 160%;
		}

	html.PC .global h1 {
	}

/*==================== コンテンツメニュー ====================*/
#contents_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	html.PC #contents_menu {
		font-size: 95%;
		text-align: center;
		margin: 2.5em 0 0;
	}
	html.PC #contents_menu ul {
		display: inline-table;
		border-collapse: collapse;
	}
	html.PC #contents_menu li {
		list-style-type: none;
		vertical-align: middle;
		border: solid #b3b3b4;
		border-width: 0 1px;
		display: table-cell;
		width: 230px;
	}
	html.PC #contents_menu li a {
		color: #878787;
	}

	html.PC #contents_menu li._on a,
	html.PC #contents_menu li a:hover {
		color: #d27f35;
		font-weight: bold;
	}

		html.SP #contents_menu {
			position: relative;
			width: 90%;
			min-height: 5rem;
			margin: 3rem auto;
			border: solid 1px #c7c8c8;
			box-sizing: border-box;
		}
		html.SP #contents_menu ul {
			width: 100%;
			margin: 5rem 0 0;
			padding: 0;
			text-align: center;
		}
		html.SP #contents_menu li {
			display: none;
			position: relative;
			overflow: hidden;
			width: 100%;
			height: 5rem;
			border-top: dotted 1px #ccc;
			list-style-type: none;
			font-size: 130%;
		}
		html.SP #contents_menu li._on {
			display: block;
			position: absolute;
			z-index: 100;
			left: 0;
			top: 0;
			text-align: center;
		}
	
		html.SP #contents_menu li a {
			display: block;
			position: absolute;
			left: 50%;
			top: 50%;
			width: 100%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			color: #878787;
		}
		
		html.SP #contents_menu li._on a {
			color: #d27f35;
			font-weight: bold;
		}

		html.SP #contents_menu_open {
			position: absolute;
			right: -.1rem;
			top: -.1rem;
			width: 5rem;
			height: 5rem;
			padding: 0;
			margin: 0;
			z-index: 1;
		}
		html.SP #contents_menu_open span {
			display: block;
			position: absolute;
			left: 50%;
			top: 50%;
			width: 1.8rem;
			height: .4rem;
			margin: -.2rem 0 0 -.9rem;
			background-color: #d27f35;
		}
		html.SP #contents_menu_open span:nth-child(2) {
			-webkit-transform: translateY(0) rotate(90deg);
			-moz-transform: translateY(0) rotate(90deg);
			-o-transform: translateY(0) rotate(90deg);
			-ms-transform: translateY(0) rotate(90deg);
			transform: translateY(0) rotate(90deg);
			opacity: 1;
		}
		html.SP #contents_menu.contentsMenuOpen #contents_menu_open span:nth-child(2) {
			opacity: 0;
		}

/*==================== BASES ====================*/

#bases > div:not(:nth-of-type(1)) {
	border-top: 1px solid #ccc;
}
	html.PC #bases > div:not(:nth-of-type(1)) {
		margin-top: 3em;
		padding-top: 2em;
	}
		html.SP #bases > div:not(:nth-of-type(1)) {
			margin-top: 2em;
			padding-top: 2em;
		}

	html.PC body.p04 #bases {
		margin-top: 3em;
	}
		html.SP body.p04 #bases {
			margin-top: 2em;
		}

/* title */
#bases .title {
	text-align: center;
}
	html.PC #bases .title h3 {
		font-size: 160%;
	}
	html.PC #bases .title h3 br {
		display: none;
	}
		html.SP #bases .title h3 {
			font-size: 140%;
		}

/* body */
#bases .body {
	margin: 2em auto 0;
}

	html.PC #bases .body {
		display: table;
	}
	html.PC #bases .body > div {
		display: table-cell;
		vertical-align: top;
	}
	html.PC #bases .body > div.pic {
		width: 350px;
	}
	html.PC #bases .body > div.info {
		width: 500px;
	}

#bases dl {
	position: relative;
}
#bases dl > * {
	padding: 0.5em;
}
#bases dt {
	position: absolute;
	left: 0;
	width: 10em;
	color: #595757;
}
#bases dd {
	margin: 0;
	padding-left: 8em;
	border-bottom: 1px dashed #ccc;
}

#bases h4 {
	margin: 1em 0 0;
}
	html.PC #bases h4 {
		font-size: 140%;
	}
#bases dd a{
	text-decoration: underline;
}

/* certification */
#bases .cirtification {
	margin: 1em 0 0;
}
p.cirtification img {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid black;
	margin: -1px 0 0 -1px;
}
	html.PC p.cirtification img {
		width: 100px;
	}
		html.SP p.cirtification img {
			width: 25%;
		}

html.PC p.overseas{
		clear: both;
		width: 100%;
		font-size: 1.7rem;
		font-weight: normal;
		display: inline-block;
		text-align: left;
		margin-top: 20px;
	}
	html.SP p.overseas{margin-top: 3%;}
	p.overseas a{
		text-decoration: underline;
	}


.global_link {
	margin: 20px auto 50px;
	font-size: 20px;
	text-align: center;
}

.global_link a {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: auto;
	border: 1px solid #c7a841;
	padding: 20px 40px;
	color: #80735f;
	font-weight: bold;
	line-height: 1.5;
}

.global_link a:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 0;
	border-color: transparent #d27f35 #d27f35 transparent;
	transition: right .3s linear, bottom .3s linear, border-width .3s linear;
	-webkit-transition: right .3s linear, bottom .3s linear, border-width .3s linear;
}

html.PC .global_link a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	transition: box-shadow .3s linear;
	-webkit-transition: box-shadow .3s linear;
}

html.PC .global_link a:hover {
	border-color: #d27f35!important;
}

html.PC .global_link a:hover:before {
	box-shadow: 0 0 0 1px #d27f35 inset;
	-webkit-box-shadow: 0 0 0 1px #d27f35 inset;
}

html.PC .global_link a:hover:after {
	/* box-shadow: 0 0 0 4px #003f94 inset; */
	right: 1px!important;
	bottom: 1px!important;
	border-width: 20px 20px 0 0!important;
}

html.SP .global_link {
	margin: 0 auto;
	font-size: 4vw;
}