@charset "UTF-8";
/*
==============================================================
 common.css
==============================================================
*/
/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table, td, th, tr, thead, tbody {
	border: none;
}

table th {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

img {
	vertical-align: bottom;
}

textarea {
	font-size: 1em;
}

header, footer, section, nav,
.figure, fugcaption, time, small {
	display: block;
}

input[type="submit"],
input[type="image"] {
	border: none;
	margin: 0;
}

address {
	font-style: normal;
}

/* template
==============================================================*/
body {
	color: #333;
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.8;
	min-width: 1000px;
	background: #fff;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #39aed4;
	text-decoration: none;
}

a:hover {
	color: #39aed4;
	text-decoration: underline;
}

/*
a{
	color:#fff;
	text-decoration:none;
	transition:.2s;
}
a:hover{
	text-decoration:none;
	opacity:0.7;
}
*/
/* header
==============================================================*/
#header {
	background: #fff;
	min-height: 70px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}

#header .headerBody {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	height:100px;
}

#header #siteLogo {
	width: 130px;
	float: left;
	margin: 0 16px 0 0;
	padding: 15px 0 0;
}

#header #textLogo {
	width: 104px;
	float: left;
	font-size: 16px;
	padding: 20px 0 0;
	font-weight: bold;
	letter-spacing: 3px;
}

#header #textLogo a {
	display: block;
	color: #001478;
	text-decoration: none;
}

#header #textLogo span {
	display: block;
	font-size: 9px;
	letter-spacing: 0;
	margin-top: -7px;
}

#header #menu {
	display: none;
}

/* navigation
-----------------------------------------------------------------------------------------*/
#globalnavi {
	width: 750px;
	float: right;
}

#globalnavi ul.pcVer {
	letter-spacing: -0.4em;
}

#globalnavi ul.pcVer li {
	width: 120px;
	height: 100px;
	display: inline-block;
	letter-spacing: normal;
	font-size: 13px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: bottom;
}

#globalnavi ul.pcVer li.nav04 {
	width: 120px;
}

#globalnavi ul.pcVer li.nav05 a {
	padding-top: 20px;
	line-height: 1.3;
}

#globalnavi ul.pcVer li.nav06 {
	padding-top: 20px;
	height: 66px;
	text-align: right;
}

#globalnavi ul.pcVer li.nav06 a {
	display: inline-block;
	text-align: center;
	width: 100px;
	padding: 2px 0;
	background: #39aed4;
	height: auto;
	color: #fff;
	border-radius: 16px;
}

#globalnavi ul.pcVer li.nav06 a:hover {
	border: none;
	opacity: 0.8;
	background: #39aed4;
	color: #fff;
}

#globalnavi ul.pcVer li a {
	display: block;
	height: 100%;
	padding: 35px 0 0;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
}

#globalnavi ul.pcVer li a:hover {
	background: #f5fbff;
	color: #0f98d8;
}

#globalnavi ul.pcVer li.current a {
	background: #dff3ff;
	border-bottom: 3px solid #2585d0;
	color: #0f98d8;
}

#globalnavi .spVer {
	display: none;
}

/* footer
==============================================================*/
#footer {
	background: #fff;
	box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
}

#footer .footerBody,
#footer .crBody {
	width: 1000px;
	margin: 0 auto;
}

#footer .footerBody {
	padding: 20px 0 15px;
	position: relative;
}

#footer .footerLinks {
	overflow: hidden;
	/*background: url(/img/common/img-site-logo.png) no-repeat right bottom;*/
	background-size: 129px auto;
	padding-bottom: 6px;
}

#footer .footerLinks .linkBox {
	float: left;
	width: 240px;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	font-size: 13px;
}

#footer .footerLinks .linkBox:first-child {
	width: 240px;
}

#footer .footerLinks .linkBox dt {
	font-weight: bold;
	margin: 0 0 1px;
}

#footer .footerLinks .linkBox dd ul li {
	margin: 0 0 2px;
	line-height: 1.5;
	font-size: 12px;
}

#footer .footerLinks .linkBox dd ul li:last-child {
	margin-bottom: 0;
}

#footer .footerLinks .linkBox dd ul li ul.subTree {
	padding: 4px 0 0 10px;
}

#footer .footerLinks .linkBox dd ul li ul.subTree li span {
	color: #b5b5b5;
}

#footer .snsLinkBtns {
	position: absolute;
	right: 0;
	top: 25px;
	text-align: right;
	letter-spacing: -0.4em;
}

#footer .snsLinkBtns li {
	display: inline-block;
	margin: 0 6px 0 0;
	letter-spacing: normal;
}

#footer .snsLinkBtns li:last-child {
	margin-right: 0;
}

#footer .snsLinkBtns li a {
	display: block;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	text-align: left;
	background: url(/img/common/icon-sns-share.png) no-repeat 0 0;
	background-size: 176px auto;
	transition: .2s;
}

#footer .snsLinkBtns li a:hover {
	opacity: 0.6;
}

#footer .snsLinkBtns li.facebook a {
	background-position: 0 0;
}

#footer .snsLinkBtns li.twitter a {
	background-position: -44px 0;
}

#footer .snsLinkBtns li.google a {
	background-position: -88px 0;
}

#footer .snsLinkBtns li.youtube a {
	background-position: -132px 0;
}

#footer .copyright {
	background: #e7edef;
	/*.crText,
		.links,*/
}

#footer .copyright .lCol,
#footer .copyright .rCol {
	width: 50%;
	float: left;
}

#footer .copyright .lCol {
	width: 500px;
	padding-top: 2px;
}

#footer .copyright .rCol {
	float: right;
	text-align: right;
}

#footer .copyright .address {
	display: inline-block;
}

#footer .copyright .crText {
	font-size: 10px;
	float: left;
	padding-top: 2px;
}

#footer .copyright .links {
	float: right;
	letter-spacing: -0.4em;
	font-size: 12px;
}

#footer .copyright .links li {
	letter-spacing: normal;
	display: inline-block;
	border-right: 1px solid #d0d1d1;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	line-height: 1;
}

#footer .copyright .links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#footer .copyright .links li a {
	color: #333;
}

#footer .copyright .address {
	font-size: 12px;
}

#footer .crBody {
	overflow: hidden;
	padding: 11px 0;
}

#pagetop {
	display: none;
}

#pagetop.fixed {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 1000;
}

#pagetop .ptBody {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#pagetop .ptBody a {
	display: inline-block;
	background: rgba(15, 152, 216, 0.6);
	border-radius: 5px;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 40px;
	text-indent: -9999px;
	transition: .2s;
}

#pagetop .ptBody a:hover {
	opacity: 0.6;
}

#pagetop .ptBody a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(/img/common/icon-arrow-up.png) no-repeat 0 0;
	width: 20px;
	height: 11px;
	margin-left: -10px;
	margin-top: -5px;
}

/* common parts
==============================================================*/
#content {
	padding: 0 0 190px;
	display: block;
}

.page_index #content {
	padding-bottom: 0;
}

#keyvisual {
	background: #f8f9fd;
	text-align: center;
	height: 500px;
	margin: 0 0 90px;
	overflow: hidden;
}

#keyvisual .kvBox {
	display: inline-block;
	position: relative;
	height: 100%;
	text-align: center;
}

#keyvisual .kvBox .kvBody {
	width: 1400px;
	position: absolute;
	left: -700px;
}

#keyvisual .catchCopy {
	position: absolute;
	left: 160px;
	top: 142px;
	background: rgba(57, 174, 212, 0.9);
	color: #fff;
	font-size: 36px;
	padding: 32px 40px 34px;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.4;
}

#keyvisual .catchCopy small {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.6;
}

@media screen and (min-width: 1000px) {
	#keyvisual {
		display: block;
		width: 100%;
		height: auto;
	}
	#keyvisual .kvBox {
		display: block;
		height: auto;
	}
	#keyvisual .kvBox .kvBody {
		position: relative;
		width: 100%;
		left: auto;
	}
	#keyvisual .kvBox .kvBody img {
		width: 100%;
		height: auto;
	}
	#keyvisual .kvBox .kvBody .ccContainer {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 1000px;
		height: 100%;
		margin: 0 auto;
	}
	#keyvisual .catchCopy {
		left: -40px;
		top: 26%;
	}
	#keyvisual.other {
		margin: 0;
	}
	#keyvisual.other .catchCopy {
		top: 33%;
		padding: 32px 40px 37px;
	}
	#keyvisual.other .catchCopy h1 {
		font-size: 40px;
	}
	#keyvisual.other .catchCopy.interview {
		top: 48%;
	}
	#keyvisual.other .catchCopy.faq {
		top: 34%;
	}
	#keyvisual.other .catchCopy span {
		display: block;
		font-size: 24px;
	}
	#keyvisual.recruitblog .catchCopy {
		left: -40px;
		top: 30%;
		padding: 32px 40px 40px;
	}
}

.secondaryPageHeader {
	position: relative;
}

.secondaryPageHeader .bgImage img {
	width: auto;
	height: auto;
}

.secondaryPageHeader .sphBody {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.secondaryPageHeader .sphBody .explanations {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.secondaryPageHeader .sphBody .explanations .head, .secondaryPageHeader .sphBody .explanations .exp {
	text-align: center;
}

.secondaryPageHeader .sphBody .explanations .head {
	font-size: 32px;
	margin-bottom: 30px;
}

.secondaryPageHeader .sphBody .explanations .head:after {
	content: "";
	display: block;
	width: 120px;
	margin: 26px auto 0;
	height: 0;
	border-top: 2px solid #fff;
}

.secondaryPageHeader .sphBody .explanations .exp {
	font-size: 18px;
}

.secondaryPageHeader .sphBody .explanations .exp p {
	margin-bottom: 36px;
}

.secondaryPageHeader .sphBody .explanations .exp p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
	.secondaryPageHeader .bgImage img {
		width: 100%;
		height: auto;
	}
}

.contentHead {
	text-align: center;
	font-size: 32px;
	color: #001478;
	font-weight: bold;
	margin: 0 0 11px;
	line-height: 1.5;
}

.contentHead02 {
	text-align: center;
	margin: 0 0 3px;
	font-size: 28px;
	color: #39aed4;
}

.centeringBtnBox {
	text-align: center;
}

.aquaBtn {
	display: inline-block;
	width: 360px;
	background: #0f98d8;
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	padding: 14px 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	border: none;
	transition: .2s;
}

.aquaBtn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}

.aquaBtn:after {
	content: "";
	display: block;
	width: 12px;
	height: 20px;
	background: url(/img/common/icon-arrow-03.png) no-repeat 0 0;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
}

.aquaBtn.more_trig_btn:after {
	display: none;
}

.navyBtn {
	display: inline-block;
	width: 400px;
	background: #071566;
	color: #fff;
	border-radius: 8px;
	font-size: 16px;
	padding: 14px 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	transition: .2s;
	-webkit-backface-visibility: hidden;
	/* 追加 */
	backface-visibility: hidden;
	/* 追加 */
}

.navyBtn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}

.navyBtn span {
	position: relative;
	display: inline-block;
	padding-right: 33px;
}

.navyBtn span:after {
	content: "";
	display: block;
	width: 20px;
	height: 11px;
	background: url(/img/common/icon-arrow-down.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.navyBtn.addBgColor {
	opacity: 1;
	background: #fff;
	border-radius: 8px;
	padding: 0;
}

.navyBtn.addBgColor .inner {
	background: #071566;
	color: #fff;
	padding: 14px 0;
	border-radius: 8px;
	transition: .2s;
}

.navyBtn.addBgColor .inner:hover {
	opacity: 0.6;
}

.grayaBtn {
	display: inline-block;
	width: 360px;
	background: #9facb2;
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	padding: 14px 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	border: none;
	transition: .2s;
}

.grayaBtn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}

.pcLayout {
	display: block;
}

.spLayout {
	display: none;
}

.spLayoutInline {
	display: none;
}

.pressList {
	width: 900px;
	margin: 0 auto 28px;
}

.pressList li {
	border-top: 1px solid #e5e5e5;
}

.pressList li .articleCasette {
	display: table;
	width: 100%;
}

.pressList li .articleCasette .cell {
	display: table-cell;
	vertical-align: middle;
	padding: 18px 0;
}

.pressList li .articleCasette .cell:nth-child(1) {
	color: #fff;
	width: 115px;
	text-align: center;
}

.pressList li .articleCasette .cell:nth-child(2) {
	color: #999;
	width: 120px;
	text-align: center;
}

.pressList li .articleCasette .cell:nth-child(3) {
	line-height: 1.5;
}

.pressList li .articleCasette .cell .catLabel {
	display: inline-block;
	font-size: 12px;
	padding: 4px 0;
	background: #39aed4;
	width: 100%;
	box-sizing: border-box;
}

.pressList li a {
	color: #333;
}

.pressList li:first-child {
	border-top: none;
}

.localNavi {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.localNavi ul {
	letter-spacing: -0.4em;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.localNavi ul li {
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	font-size: 15px;
	width: 240px;
	height: 60px;
	margin-right: 45px;
}

.localNavi ul li a {
	display: block;
	height: 100%;
	line-height: 60px;
	border-radius: 6px;
	background: #fff url(/img/common/icon-arrow-down-aqua.png) no-repeat center bottom;
	box-sizing: border-box;
	color: #333;
}

.localNavi ul li a:hover {
	text-decoration: underline;
}

.localNavi ul li:last-child {
	margin-right: 0;
}

/* layout for smartphone
==============================================================*/
@media screen and (max-width: 640px) {
	body {
		min-width: 0;
		font-size: 12px;
	}
	a:hover {
		text-decoration: none;
	}
	/* header
	======================================*/
	#header {
		min-height: 45px;
		padding: 10px 0 2px;
		position: relative;
	}
	#header .headerBody {
		width: auto;
		overflow: visible;
	}
	#header .headerBody .spHeaderBody {
		margin: 0 10px;
		overflow: hidden;
	}
	#header #siteLogo {
		width: 73px;
		padding: 0;
		margin: 0;
	}
	#header #siteLogo img {
		width: 100%;
		height: auto;
	}
	#header #textLogo {
		float: none;
		width: auto;
		padding: 0;
		font-size: 12px;
		text-align: center;
		margin: 0 75px;
		letter-spacing: 2px;
	}
	#header #textLogo span {
		font-size: 10px;
		transform: scale(0.7, 0.7);
	}
	#header #textLogo img {
		width: 55px;
		height: auto;
	}
	#header #menu {
		display: block;
		float: right;
		width: 33px;
		height: 24px;
	}
	#header #menu a {
		display: block;
		text-align: center;
	}
	#header #menu a .label {
		display: block;
		font-size: 10px;
		transform: scale(0.7, 0.7);
		transform-origin: top;
		margin-top: -2px;
	}
	#header #menu a:before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 24px;
		background: url(/img/common/icon-menu.png) no-repeat 0 0;
		background-size: 24px auto;
		box-sizing: border-box;
	}
	#header #menu.opened a .label {
		display: none;
	}
	#header #menu.opened a:before {
		width: 18px;
		height: 19px;
		background: url(/img/common/icon-close.png) no-repeat 0 0;
		background-size: 18px auto;
		margin: 1px 0 0 7px;
	}
	/* global navigation
	======================================*/
	#globalnavi {
		width: auto;
		float: none;
	}
	#globalnavi .pcVer {
		display: none;
	}
	#globalnavi .spVer {
		display: block;
		position: relative;
	}
	#globalnavi .spVer .menuBox {
		box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.3);
		margin-bottom: 10px;
		padding-top: 25px;
	}
	#globalnavi .menuBox {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 1000;
	}
	#globalnavi .menuBox .otherLinks,
	#globalnavi .menuBox .menuList {
		margin: 0 24px;
	}
	#globalnavi .menuBox .menuList {
		font-size: 15px;
	}
	#globalnavi .menuBox .menuList a {
		padding: 8px 0;
	}
	#globalnavi .menuBox .otherLinks {
		font-size: 12px;
		text-align: center;
		letter-spacing: -0.4em;
		padding: 25px 0;
	}
	#globalnavi .menuBox .otherLinks li {
		letter-spacing: normal;
		padding: 0 10px 0 0;
		margin: 0 10px 0 0;
		line-height: 1;
	}
	#globalnavi .menuBox .otherLinks li a {
		color: #333;
	}
	#globalnavi .menuBox .otherLinks li.company {
		padding: 0 20px 21px;
	}
	#globalnavi .menuBox .otherLinks li.company a {
		font-size: 15px;
		text-align: center;
		border-radius: 40px;
		height: 40px;
		line-height: 40px;
		display: block;
		background: url(/img/common/icon-arrow-sp.png) no-repeat 95% center #eeeeee;
		background-size: 6px auto;
	}
	ul.menuList li {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 0;
	}
	ul.menuList li a {
		padding: 10px 0;
		display: block;
		background: url(/img/common/icon-arrow-sp.png) no-repeat right center;
		background-size: 6px auto;
		color: #333;
	}
	ul.menuList li ul.subTree {
		padding-left: 15px;
		border-top: 1px solid #e5e5e5;
	}
	ul.menuList li ul.subTree li:last-child {
		border-bottom: none;
	}
	/* footer
	======================================*/
	#footer .footerBody,
	#footer .crBody {
		width: auto;
	}
	#footer .footerBody {
		padding-top: 12px;
	}
	#footer .crBody {
		/*background: url(/img/common/img-site-logo.png) no-repeat center 7px;*/
		background-size: 141px auto;
		padding: 60px 0 0;
	}
	#footer .snsLinkBtns {
		position: static;
		text-align: center;
	}
	#footer .footerLinks {
		margin: 0 24px 20px;
		letter-spacing: -0.4em;
		background: none;
	}
	#footer .footerLinks .linkBox {
		letter-spacing: normal;
		width: auto;
		float: none;
		padding: 0;
	}
	#footer .footerLinks .linkBox dt {
		margin-bottom: 2px;
		font-size: 11px;
	}
	#footer .footerLinks .linkBox dd ul li {
		margin-bottom: 4px;
		font-size: 10px;
	}
	#footer .footerLinks .linkBox:first-child {
		width: auto;
		margin: 0 0 23px;
	}
	#footer .footerLinks .linkBox:first-child dt {
		display: none;
	}
	#footer .footerLinks .linkBox:first-child dd ul li {
		margin-bottom: 0;
	}
	#footer .footerLinks .linkBox:first-child dd ul li a {
		font-size: 13px;
	}
	#footer .footerLinks .linkBox:first-child dd ul li ul.subTree {
		padding-top: 0;
		padding-left: 15px;
	}
	#footer .footerLinks .linkBox:first-child dd ul li ul.subTree li a {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 11px;
	}
	#footer .footerLinks .linkBox:nth-child(2), #footer .footerLinks .linkBox:nth-child(3) {
		display: inline-block;
		width: 49%;
		letter-spacing: normal;
		vertical-align: top;
		padding-right: 10px;
		box-sizing: border-box;
	}
	#footer .copyright {
		background: none;
	}
	#footer .copyright .lCol,
	#footer .copyright .rCol {
		width: auto;
		float: none;
		text-align: center;
	}
	#footer .copyright .rCol {
		padding-bottom: 6px;
	}
	#footer .copyright .links,
	#footer .copyright .crText {
		float: none;
	}
	#footer .copyright .links {
		background: #e7edef;
		padding: 11px 0;
	}
	#footer .copyright .crText {
		background: #a6b3b8;
		color: #fff;
		font-size: 9px;
		padding: 6px 0;
	}
	#footer .copyright .address {
		font-size: 9px;
	}
	#pagetop {
		display: none;
	}
	#pagetop .ptBody {
		width: auto;
	}
	#pagetop .ptBody a {
		width: 36px;
		height: 36px;
		right: 14px;
		bottom: 10px;
	}
	/* common parts
	===================================================*/
	#content {
		padding-bottom: 60px;
	}
	.contentHead {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.contentHead02 {
		font-size: 16px;
	}
	.aquaBtn {
		font-size: 14px;
		min-width: 240px;
		width: auto;
		/*padding: 12px 30px 14px 10px;*/
		padding: 9px 0 10px;
		border-radius: 4px;
	}
	.aquaBtn:after {
		right: 10px;
		background-size: 8px auto;
		margin-top: -7px;
	}
	.navyBtn {
		font-size: 14px;
		min-width: 240px;
		width: auto;
		padding: 9px 0;
		position: relative;
		border-radius: 4px;
	}
	.navyBtn span:after {
		width: 14px;
		height: 8px;
		background-size: 14px auto;
		right: -21px;
		margin-top: -4px;
	}
	.navyBtn.addBgColor {
		overflow: hidden;
		border-radius: 4px;
	}
	.navyBtn.addBgColor .inner {
		padding: 7px 0;
		border-radius: 4px;
	}
	.navyBtn.addBgColor .inner span {
		padding-right: 0;
	}
	.grayaBtn {
		font-size: 14px;
		min-width: 240px;
		width: auto;
		padding: 9px 0 10px;
		border-radius: 4px;
	}
	.grayaBtn:after {
		right: 10px;
		background-size: 8px auto;
		margin-top: -7px;
	}
	.pcLayout {
		display: none;
	}
	.spLayout {
		display: block;
	}
	.spLayoutInline {
		display: inline;
	}
	#keyvisual {
		display: block;
		width: 100%;
		height: auto;
		background: none;
		margin-bottom: 22px;
	}
	#keyvisual .kvBox {
		display: block;
		height: auto;
	}
	#keyvisual .kvBox .kvBody {
		width: auto;
		position: relative;
		left: auto;
		top: auto;
	}
	#keyvisual .kvBox .kvBody img {
		width: 100%;
		height: auto;
	}
	#keyvisual .kvBox .kvBody .ccContainer {
		padding: 0 0 30px;
		position: relative;
	}
	#keyvisual .kvBox .kvBody .ccContainer .catchCopy {
		position: absolute;
		left: 14px;
		right: 14px;
		top: auto;
		bottom: 0;
		font-size: 18px;
		padding: 15px 5px 15px 22px;
		box-sizing: border-box;
		text-align: left;
	}
	.secondaryPageHeader .bgImage img {
		width: 100%;
		height: auto;
	}
	.secondaryPageHeader .sphBody {
		width: 100%;
		padding-top: 0;
		box-sizing: border-box;
	}
	.secondaryPageHeader .sphBody .explanations {
		width: auto;
		top: 50%;
		margin: 0 14px;
	}
	.secondaryPageHeader .sphBody .explanations .head {
		font-size: 18px;
		margin-bottom: 14px;
	}
	.secondaryPageHeader .sphBody .explanations .head:after {
		width: 60px;
		margin-top: 12px;
	}
	.secondaryPageHeader .sphBody .explanations .exp {
		font-size: 12px;
	}
	.secondaryPageHeader .sphBody .explanations .exp p {
		margin-bottom: 7px;
	}
	.secondaryPageHeader .sphBody .explanations .exp p:last-child {
		margin-bottom: 0;
	}
	.pressList {
		width: auto;
		margin-bottom: 25px;
	}
	.pressList li .articleCasette {
		display: block;
		width: auto;
		letter-spacing: -0.4em;
		padding: 12px 0;
	}
	.pressList li .articleCasette .cell {
		display: block;
		padding: 0;
		letter-spacing: normal;
	}
	.pressList li .articleCasette .cell:nth-child(1), .pressList li .articleCasette .cell:nth-child(2) {
		display: inline-block;
		width: auto;
	}
	.pressList li .articleCasette .cell:nth-child(2) {
		font-size: 10px;
	}
	.pressList li .articleCasette .cell:nth-child(3) {
		line-height: 1.5;
		padding-top: 11px;
		font-size: 11px;
	}
	.pressList li .articleCasette .cell .catLabel {
		display: inline-block;
		font-size: 9px;
		padding: 0px 4px;
		width: auto;
		min-width: 80px;
		margin-right: 10px;
	}
	.pressList li a {
		color: #333;
	}
	.pressList li:first-child {
		border-top: none;
	}
	.localNavi {
		width: auto;
		margin: 0 auto;
		position: relative;
		padding-top: 13px;
	}
	.localNavi ul {
		display: table;
		border-collapse: collapse;
		position: static;
		width: 100%;
		transform: none;
	}
	.localNavi ul li {
		display: table-cell;
		text-align: center;
		font-size: 11px;
		width: 33%;
		height: auto;
		margin-right: 0;
		vertical-align: middle;
		border-right: 1px solid #e5e5e5;
	}
	.localNavi ul li a {
		line-height: 1.4;
		border-radius: 0;
		background-size: 14px auto;
		height: 45px;
		padding-top: 9px;
	}
	.localNavi ul li a:hover {
		text-decoration: none;
	}
	.localNavi ul li.multiline a {
		padding-top: 0;
	}
	.localNavi ul li:last-child {
		margin-right: 0;
		border-right: none;
	}
}
