@charset "utf-8";

/* ****************************************************

component.css
-----------------------------------
1: contents parts for PC
-----------------------------------
2: contents parts for Smartphone
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */


/*=================================

	1: contents parts for PC

================================ */

@media print, screen and (min-width: 769px) {

/* hover common settings */
a:not(.spZoom) img,
.sliderType01 .sliderInner + .sliderInner .slide img {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover:not(.spZoom) img,
.sliderType01 .sliderInner + .sliderInner .slide:hover img {
	opacity: .7;
}


/* headline
================================ */

/* headline */
[class*="headline"] {
	margin-top: 1em;
}
[class*="headline"].newEntry:after {
	display: inline-block;
	content: "NEW";
	position: relative;
	vertical-align: top;
	margin-left: 10px;
	color: #c00;
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.4rem;
}
.headline01 + * {
	margin-top: 60px !important;
}
.headline01.indexType + * {
	margin-top: 48px !important;
}
.headline02:not(.acodSwitch) + * {
	margin-top: 33px !important;
}
.headline03:not(.acodSwitch) + * {
	margin-top: 20px !important;
}
.headline04 + * {
	margin-top: 15px !important;
}
.headline05 + * {
	margin-top: 13px !important;
}
.headline01 + [class*="paragraph"] {
	margin-top: 50px !important;
}
.headline02 + [class*="paragraph"] {
	margin-top: 30px !important;
}
.headline03 + [class*="paragraph"] {
	margin-top: 15px !important;
}
.headline04 + [class*="paragraph"],
.headline05 + [class*="paragraph"] {
	margin-top: 10px !important;
}
.headline04 + [class*="img"] {
	margin-top: 20px !important;
}
.headline01 {
	position: relative;
	margin-top: .75em;
	padding-bottom: 38px;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.1;
}
.headline01:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #0e1271;
}
.headline01.indexType {
	padding-bottom: 0;
}
.headline01.indexType:after {
	display: none;
}
.headline01 .shoulder {
	display: block;
	margin-bottom: 5px;
	font-size: 1.4rem;
}
.headline02 {
	color: #0e1271;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.1;
}
.headline02 a {
	display: inline-block;
	color: #0e1271;
	outline: none;
}
.headline02 a:after {
	display: inline-block;
	content: "";
	position: relative;
	top: .4em;
	width: 7px;
	height: 10px;
	vertical-align: top;
	margin-left: 20px;
	background:url(/jp/common/img/com_sp01.png) no-repeat 0 -80px;
}
.headline02 .textSmall {
	font-size: 1.4rem;
}
.headline02 .shoulder {
	display: block;
	margin-bottom: 7px;
	color: #6b6d9e;
	font-size: 1.4rem;
}
.headline02.acodSwitch {
	display: table;
	position: relative;
	padding-right: 30px;
}
.headline02.acodSwitch:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #0e1271;
}
.headline02.acodSwitch > a:before,
.headline02.acodSwitch > a:after {
	content: "";
	position: absolute;
	background-color: #0e1271;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	z-index: 2;
}
.headline02.acodSwitch > a:before {
	top: 15px;
	right: 6px;
	width: 9px;
	height: 1px;
}
.headline02.acodSwitch > a:after {
	top: 11px;
	right: 10px;
	width: 1px;
	height: 9px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.headline02.acodSwitch.active > a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.headline02.acodSwitch + .acodDetail {
	padding-top: 33px;
}
.headline02.acodSwitch + .acodDetail > *:first-child,
.headline02.acodSwitch + .acodDetail > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.headline02.btnType {
	display: table;
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.2;
}
.headline02.btnType > a {
	display: table-cell;
	padding: 12px 20px 17px 0;
	vertical-align: middle;
	border-bottom: 1px solid #bbb;
	color: #666;
}
.headline02.btnType > a:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 10px;
	margin-top: -7px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -120px -80px;
}
.headline02.btnType > a:hover {
	border-bottom-color: #0e1271;
	color: #0e1271;
}
.headline02.btnType > a:hover:after {
	background-position: 0 -80px;
}
.headline03 {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.1;
}
.headline03 a {
	display: inline-block;
	color: #333;
}
.headline03 a:after {
	display: inline-block;
	content: "";
	position: relative;
	top: .35em;
	width: 7px;
	height: 10px;
	vertical-align: top;
	margin-left: 20px;
	background:url(/jp/common/img/com_sp01.png) no-repeat 0 -80px;
}
.headline03.newEntry:after {
	top: .35em;
}
.headline03.acodSwitch {
	padding-bottom: 0;
	line-height: 1.3;
}
.headline03.acodSwitch:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 19px;
	height: 19px;
	margin-top: -10px;
	border: 1px solid #0e1271;
}
.headline03.acodSwitch > a {
	display: block;
	padding: 15px 0;
	outline: none;
}
.headline03.acodSwitch > a:before,
.headline03.acodSwitch > a:after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #0e1271;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	z-index: 2;
}
.headline03.acodSwitch > a:before {
	right: 6px;
	width: 9px;
	height: 1px;
}
.headline03.acodSwitch > a:after {
	right: 10px;
	width: 1px;
	height: 9px;
	margin-top: -4px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.headline03.acodSwitch.active > a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.headline03.acodSwitch + .acodDetail {
	padding-top: 20px;
}
.headline03.acodSwitch + .acodDetail > *:first-child,
.headline03.acodSwitch + .acodDetail > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.headline04 {
	position: relative;
	padding-left: 21px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.1;
}
.headline04:before {
	content: "";
	position: absolute;
	top: .3em;
	left: 0;
	width: 12px;
	height: 12px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -280px -160px;
}
.headline04.newEntry:after {
	top: .25em;
}
	.headline04.acodSwitch {
	display: inline-block;
	padding-bottom: 0;
	line-height: 1.3;
}
.headline04.acodSwitch:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -29px;;
	width: 19px;
	height: 19px;
	margin-top: -10px;
	border: 1px solid #0e1271;
}
.headline04.acodSwitch > a {
	display: block;
	width: auto;
	padding: 0;
	outline: none;
	color: #333;
}
.headline04.acodSwitch > a:before,
.headline04.acodSwitch > a:after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #0e1271;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	z-index: 2;
}
.headline04.acodSwitch > a:before {
	right: -23px;
	width: 9px;
	height: 1px;
}
.headline04.acodSwitch > a:after {
	right: -19px;
	width: 1px;
	height: 9px;
	margin-top: -4px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.headline04.acodSwitch.active > a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.headline04.acodSwitch + .acodDetail {
	padding-top: 20px;
}
.headline04.acodSwitch + .acodDetail > *:first-child,
.headline04.acodSwitch + .acodDetail > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.headline04.acodSwitch .acodSwitch-applicationText{
	font-size: 1.5rem;
}
.headline05 {
	position: relative;
	padding-left: 22px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.1;
}
.headline05:before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 11px;
	height: 2px;
	background-color: #bbb;
}

/* multiTitle */
.multiTitle {
	margin-top: 30px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.1;
}
.multiTitle + * {
	margin-top: 20px !important;
}


/* section
================================ */
section,
#main > aside,
.generalBlock {
	position: relative;
	margin-top: 60px;
}
section > *:first-child,
#main > aside > *:first-child {
	margin-top: 0 !important;
}

.acodDetail section{
	margin-top: 34px;
}


/* indent */
ul.indent > li {
	padding-left: 1em;
	text-indent: -1em;
}
.indent1em {
	padding-left: 1em;
}
.indent1em + .indent1em {
	margin-top: 1.5rem;
}
.indent2em {
	padding-left: 2em;
}
.indent1em + .indent1em {
	margin-top: 2.5rem;
}

/* point */
.point + .point {
	margin-top: 0;
}
.point .acodSwitch {
	padding-left: 4.4em;
}
.point .acodSwitch .number {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
	padding: 4px 10px 5px;
	background-color: #0e1271;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
}
.point .acodDetail {
	padding-bottom: 30px;
}
.point:last-child  .acodDetail {
	padding-bottom: 0;
}

/* hdType */
[class*="hdType"] {
	margin-top: 2em;
}
[class*="hdType"] + * {
	margin-top: 2em !important;
}
.hdType01 > hr {
	display: block;
	height: 1px;
	border-top: 1px solid #ddd;
}

/* elemSpace */
.elemSpace01 {
	margin-top: 80px !important;
}

/* text
================================ */

/* paragraph */
.paragraph01 {
	margin-top: 1em;
}
.paragraph02 {
	margin-top: .5em;
}
.paragraph03 {
	margin-top: 2.2em;
}

/* bold */
.bold,
ul.bold > li,
ol.bold > li {
	font-weight: 500;
}
ul.bold,
ul.bold > li ul,
ol.bold,
ol.bold > li ul {
	font-weight: normal;
}

/* underline */
.underline {
	text-decoration: underline;
}

/* color */
.color01 {
	color: #c00 !important;
}
.color02 {
	color: #0e1271 !important;
}
.color03 {
	color: #9ebb11 !important;
}
.color04 {
	color: #e27611 !important;
}
.color05 {
	color: #2788bb !important;
}

/* leadType */
[class*="leadType"] {
	margin-top: .5em;
}
[class*="leadType"] > .textNormal {
	font-size: 1.4rem;
}
.colWrap + [class*="leadType"],
.commentBlock + [class*="leadType"] {
	margin-top: 30px;
}
.leadType01 {
	font-size: 2.4rem;
	line-height: 1.3;
}
.leadType01 > .textSmall {
	font-size: 1.8rem;
}
.leadType02 {
	color: #0e1271;
	font-size: 2rem;
	line-height: 1.2;
}
.leadType02 > .textSmall {
	font-size: 1.5rem;
}
.leadType03 {
	color: #d17100;
	font-size: 2rem;
	line-height: 1.2;
}
.leadType03 > .textSmall {
	font-size: 1.5rem;
}

/* text */
.textSmall {
	font-size: 1.3rem;
}
.textLarge {
	font-size: 1.5rem;
}
.textSize01 {
	font-size: 2.2rem;
}


/* list
================================ */

/* listType */
[class*="listType"] {
	margin-top: 1em;
}
[class*="listType"] li {
	position: relative;
}
[class*="listType"] li:before {
	content: "";
	position: absolute;
}
[class*="listType"] li + li,
[class*="listType"] li > * > li {
	margin-top: .5em;
}
[class*="listType"] li > *:not(.paragraph01),
[class*="listType"] li > *:first-child {
	margin-top: 0;
}
[class*="listType"] li > .imgWrap01 {
	margin-top: .5em;
}
[class*="listType"] [class*="btnType"] {
	margin-top: 0 !important;
	padding: 10px 0;
}
[class*="listType"] [class*="btnType"] li {
	margin-top: 0 !important;
	padding: 0 !important;
}
[class*="listType"] [class*="btnType"] li + li {
	margin-top: 10px !important;
}
[class*="listType"] [class*="btnType"] li:before {
	display: none !important;
}

/* listType01 */
ul.listType01 > li {
	padding-left: 15px;
}
ul.listType01 > li:before {
	top: .75em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #0e1271;
}
ul.listType01 > li > ul > li,
ul.listType02 > li {
	padding-left: 20px;
}
ul.listType01 > li > ul > li:before,
ul.listType02 > li:before {
	top: .85em;
	left: 6px;
	width: 3px;
	height: 3px;
	background-color: #888888;
}
ul.listType01 > li > ul > li > ul > li {
	padding-left: 14px;
	font-size: 1.3rem;
	line-height: 1.5;
}
ul.listType01 > li > ul > li > ul > li:before {
	top: .8em;
	left: 2px;
	width: 5px;
	height: 1px;
	background-color: #888888;
}
ol.listType01 > li {
	counter-increment: listNum1-1;
	padding-left: 2em;
}
ol.listType01 > li:before {
	content: counter(listNum1-1)". ";
	top: 0;
	left: 0;
	color: #0e1271;
	font-weight: 500;
}
ol.listType01 > li > ol > li,
ol.listType02 > li {
	counter-increment: listNum1-2;
	padding-left: 2.5em;
}
ol.listType01 > li > ol > li:before,
ol.listType02 > li:before {
	content: "("counter(listNum1-2)") ";
	top: 0;
	left: 0;
}
ol.listType01 > li > ol > li {
	font-size: 1.3rem;
	line-height: 1.5;
}
ol.alphaType01 > li {
	counter-increment: listAlpha1-1;
}
ol.alphaType01 > li:before {
	content: counter(listAlpha1-1, lower-alpha)". ";
}
ol.alphaType02 > li {
	counter-increment: listAlpha1-2;
}
ol.alphaType02 > li:before {
	content: counter(listAlpha1-2, upper-alpha)". ";
}

/* dl[class*="listType"] */
dl[class*="listType"] > dt {
	position: relative;
}
dl[class*="listType"] > dd > *:first-child,
dl[class*="listType"] > dd > *:first-child > li:first-child {
	margin-top: 0 !important;
}
dl[class*="listType"] > dd + dt {
	margin-top: 1em;
}
dl[class*="listType"] > dd > [class*="listType"],
dl[class*="listType"] > dd > [class*="linkType"] {
	margin-top: .5em !important;
}
dl.listType01 > dt,
dl.listType02 > dt {
	padding-left: 15px;
}
dl.listType01 > dt:before,
dl.listType02 > dt:before {
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #0e1271;
}
dl.listType01 > dt {
	color: #0e1271;
	font-weight: 500;
}
dl.listType01 > dt:before {
	top: .8em;
}
dl.listType02 > dt:before {
	top: .7em;
}
dl.listType03 > dt {
	clear: left;
	float: left;
	width: 180px;
	padding-right: 1em;
	font-weight: 500;
}
dl.listType03 > dd {
	overflow: hidden;
}
dl.listType03 > dd + dt + dd {
	margin-top: 1em;
}
div.listType04 > dl {
	display: table;
	position: relative;
	width: 100%;
}
div.listType04 > dl > * {
	display: table-cell;
	vertical-align: middle;
}
div.listType04 > dl > dt {
	width: 280px;
	padding: 14px;
	border-right: 1px solid #ddd;
	background-color: #f4f4f4;
	font-weight: 500;
}
div.listType04 > dl > dd {
	padding: 14px 0 14px 25px;
}
div.listType04 > dl > dd > *:first-child,
div.listType04 > dl > dd > *:first-child > li:first-child {
	margin-top: 0 !important;
}
div.listType04 > dl + dl > dt:before,
div.listType04 > dl + dl > dd:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.colWrap > .colText div.listType04 > dl > dt {
	width: 150px;
}

/* noteType */
[class*="noteType"] {
	margin-top: 20px;
}
[class*="noteType"] li {
	position: relative;
	color: #666;
	font-size: 1.3rem;
	line-height: 1.5;
}
[class*="noteType"] li + li {
	margin-top: .5em;
}
[class*="noteType"] li:before {
	position: absolute;
	top: 0;
	left: 0;
}
[class*="noteType"].textSmall {
	margin-top: 10px;
}
[class*="noteType"].textSmall li {
	font-size: 1.2rem;
}

/* noteType01 */
ul.noteType01 li {
	padding-left: 1.5em;
}
ul.noteType01 li:before {
	content: "※";
}
ol.noteType01 li {
	counter-increment: noteNum1-1;
	padding-left: 2.5em;
}
ol.noteType01 li:before {
	content: "※"counter(noteNum1-1);
}
ul.noteType01 .aR {
	display: table;
	float: right;
	text-align: left !important;
}

/* cbType */
[class*="cbType"] li {
	margin-top: 12px;
	font-size: 1.4rem;
}
[class*="cbType"] label {
	display: inline-block;
	position: relative;
	padding-left: 23px;
	line-height: 14px;
	cursor: pointer;
}
[class*="cbType"] label:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 11px;
	height: 11px;
	border: 1px solid #707070;
	background-color: #fff;
}
[class*="cbType"] input[type*="checkbox"] {
	display: none;
}
[class*="cbType"] input[type*="checkbox"] + span:before,
[class*="cbType"] input[type*="checkbox"] + span:after {
	content: "";
	position: absolute;
	background-color: #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
[class*="cbType"] input[type*="checkbox"]:checked + span:before {
	top: 7px;
	left: 2px;
	width: 5px;
	height: 2.5px;
}
[class*="cbType"] input[type*="checkbox"]:checked + span:after {
	top: 4px;
	left: 7px;
	width: 2.5px;
	height: 7px;
}
[class*="cbType"] .disabled label {
	color: #aaa;
	cursor: auto;
}
[class*="cbType"] .disabled label:before {
	border-color: #ccc;
}
[class*="cbType"] .disabled input[type*="checkbox"] + span:before,
[class*="cbType"] .disabled input[type*="checkbox"] + span:after {
	background-color: #ccc;
}
[class*="cbType"].rangeVarCol > li {
	float: left;
	margin-right: 30px;
}

/* radioType */
[class*="radioType"] li {
	margin-top: 12px;
	font-size: 1.4rem;
}
[class*="radioType"] label {
	display: inline-block;
	position: relative;
	padding-left: 23px;
	line-height: 14px;
	cursor: pointer;
}
[class*="radioType"] input[type*="radio"] {
	display: none;
}
[class*="radioType"] input[type*="radio"] + span:before,
[class*="radioType"] input[type*="radio"]:checked + span:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #fff;
}
[class*="radioType"] input[type*="radio"] + span:before {
	top: 1px;
	left: 0;
	border: 1px solid #707070;
}
[class*="radioType"] input[type*="radio"]:checked + span:after {
	top: 4px;
	left: 3px;
	width: 7px;
	height: 7px;
	background-color: #333;
}
[class*="radioType"].rangeVarCol > li {
	float: left;
	margin-right: 30px;
}


/* img
================================ */

/* img */
.img {
	margin-top: 24px;
}

/* inlineImg */
.inlineImg01 {
	position: relative;
	top: .4em;
	margin-right: 5px;
}
.inlineImg02 {
	margin-left: 5px;
}
.inlineImg03 {
	position: relative;
	top: .35em;
	margin: 0 .25em;
}
.headline01 + .paragraph01 > .inlineImg03 {
	margin-right: 0;
}

/* caption */
figcaption,
.img > span {
	display: block;
}
.img > span {
	text-align: center;
}
.img > span + figcaption,
.img > figcaption + span {
	margin-top: .5em;
}
.caption {
	display: block;
	color: #666;
	font-size: 1.3rem;
	line-height: 1.2;
	text-align: left;
}
.col > a .caption {
	position: relative;
	padding-left: 14px;
}
.col > a .caption:before {
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -40px -80px;
}
.col > a:link .caption,
.col > a:visited .caption {
	color: #369;
	text-decoration: none;
}
.col > a:hover .caption,
.col > a:active .caption {
	color: #6699cc;
	text-decoration: underline;
}
.colWrap[class*="range"] > .col .img:not(.aL) > * {
	margin-right: auto;
	margin-left: auto;
}

/* emCaption */
.emCaption {
	clear: both;
	margin-top: .5em;
	line-height: 1.2;
}
.emCaption > *:first-child,
.emCaption > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.emCaption > * {
	margin-top: 5px;
}

/* imgWrap01 */
.imgWrap01 {
	margin-top: 40px;
}
.imgWrap01 + .colWrap {
	margin-top: 60px;
}
.imgWrap01 > *:first-child,
.imgWrap01 > a > *:first-child,
.imgWrap01 > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.imgWrap01 > .img,
.imgWrap01 > a > .img {
	display: table;
	margin: 1em auto 0;
	table-layout: fixed;
}
.imgWrap01.sizeFixL > .img,
.imgWrap01.sizeFixL > a > .img {
	margin-right: 0;
	margin-left: 0;
}
.imgWrap01.sizeFixC > .img,
.imgWrap01.sizeFixC > a > .img {
	margin-right: auto;
	margin-left: auto;
}
.imgWrap01.bannerType img {
	width: 100%;
}

/* contentHeroType */
[class*="contentHeroType"] {
	position: relative;
	margin-top: 30px;
}
[class*="contentHeroType"] + * {
	margin-top: 30px;
}
[class*="contentHeroType"] .heroInner {
	position: relative;
}
[class*="contentHeroType"] .heroImgCaption {
	margin-top: .5em;
	color: #666;
	font-size: 1.3rem;
	line-height: 1.2;
}
[class*="contentHeroType"] .img {
	position: relative;
	overflow: hidden;
}
[class*="contentHeroType"] .img img {
	width: 74.8248%;
}
[class*="contentHeroType"] .heroCaption {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 36.4583%;
	padding: 13px 25px;
	background-color: #0e1271;
	color: #fff;
	z-index: 2;
}
[class*="contentHeroType"] .heroCaption > *:first-child {
	margin-top: 0 !important;
}
[class*="contentHeroType"] .heroCaption > .icons {
	overflow: hidden;
}
[class*="contentHeroType"] .heroCaption > .icons > li {
	float: left;
	min-width: 32.2222%;
	margin: 5px 1.6667% 0 0;
	text-align: center;
}
[class*="contentHeroType"] .heroCaption > .icons > li:nth-child(3n) {
	margin-right: 0;
}
[class*="contentHeroType"] .heroCaption > .icons > li > span {
	display: block;
	padding: 4px 5px 6px;
	background-color: #fff;
	color: #0e1271;
	font-size: 1.2rem;
	line-height: 1.1;
}
[class*="contentHeroType"] .heroCaption > .icons > .break {
	width: auto;
	min-width: 32.2222%;
}
[class*="contentHeroType"] .heroCaption > .icons > .break + * {
	clear: left;
	margin-left: 0;
}
[class*="contentHeroType"] .heroCaption > .leadType01 {
	margin: 0 -1px;
	padding: 8px 0;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}
[class*="contentHeroType"] .heroCaption > .leadType02 {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
}
.contentHeroType01 .img > span,
.contentHeroType04 .img > span {
	text-align: right;
}
.contentHeroType02 .img > span,
.contentHeroType03 .img > span {
	text-align: left;
}
.contentHeroType01 .heroCaption,
.contentHeroType04 .heroCaption {
	left: 0;
}
.contentHeroType02 .heroCaption,
.contentHeroType03 .heroCaption {
	right: 0;
}
.contentHeroType04 .heroCaption {
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.4;
}
.contentHeroType04 .heroCaption .profile {
	margin: 15px 3px 0;
	padding-top: 15px;
	border-top: 1px solid #a5a6c9;
}
.contentHeroType04 .heroCaption .profileName {
	font-size: 2rem;
	font-weight: 700;
}
.contentHeroType04 .heroCaption .profileName > span {
	margin-left: 1em;
	font-size: 1.2rem;
	font-weight: 500;
}
.contentHeroType04 .heroCaption .profileDetails {
	font-size: 1.3rem;
}
.contentHeroType04 .heroCaption .profileDetails > li {
	margin-top: .5em;
}

/* categoryHero */
.categoryHero .heroCopyright {
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 2;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 304px;
	margin: 0;
	padding: 38px 24px;
	background-color: rgba(33, 37, 122, .9);
	color: #fff;
	z-index: 2;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .textSmall {
	font-size: 1.4rem;
	font-weight: 300;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .boxTitle {
	padding-bottom: 20px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.1;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .boxInner {
	margin-top: 16px;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .btnType02 {
	margin-top: 47px;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .btnType02 a {
	border-color: #fff;
	background-color: transparent;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .btnType02 a:hover {
	background-color: #0e1271;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData > li {
	margin-top: 18px !important;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData > li + li {
	padding-top: 0;
	background: none;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData > li span {
	font-size: 1.4rem;
	font-weight: 200;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData > li span:nth-child(2),
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData > li .yen {
	font-size: 1.8rem;
	font-weight: 500;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData > li .yen {
	margin-left: 3px;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData .komDataLast {
	margin-top: .6em !important;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData .komDataLast + * {
	margin-top: 15px !important;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData .komDataLast > span:nth-child(2) {
	font-size: 3.6rem !important;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData .komDataLast .yen {
	margin-left: 5px;
}
.categoryHero:not(.imgType) {
  margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.categoryHero:not(.imgType) .heroInner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 420px;
	margin: 0 auto;
}
.categoryHero:not(.imgType) .heroParagraph01 {
	font-size: 1.6rem;
}
.categoryHero:not(.imgType) .heroParagraph02 {
	font-size: 2.2rem;
}
.categoryHero:not(.imgType)[data-category-name="csr"] {
	background-image: url(/jp/csr/img/csr_main01.jpg);
}
.categoryHero:not(.imgType)[data-category-name="csr"] .heroInner {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.categoryHero:not(.imgType)[data-category-name="csr"] .csrMessage {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-align-items: center;
	align-items: center;
	width: 34.8333%;
	padding: 70px 10px 0;
	background: url(/jp/csr/img/csr_bg01.jpg) no-repeat 0 0;
}
.categoryHero:not(.imgType)[data-category-name="csr"] .csrMessage > .heroParagraph02 {
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
}
.categoryHero:not(.imgType)[data-category-name="csr"] .csrMessage > .btnType02 {
	width: 72.2488%;
}
.categoryHero:not(.imgType)[data-category-name="csr"] .csrMessage > .btnType02 a {
	width: 100%;
	text-align: center;
}
.categoryHero:not(.imgType)[data-category-name="recruit"] .heroInner {
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.categoryHero[data-category-name="techno"] + .contentsWrap {
	margin-top: 60px;
}
.categoryHero:not(.imgType)[data-category-name="techno"] {
	background-image: url(/jp/techno/img/techno_main01.jpg);
}
.categoryHero.imgType {
	margin: 0 -10px;
}
.categoryHero.imgType .heroInner {
	position: relative;
}
.categoryHero.imgType .heroImg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -950px;
	z-index: 1;
}
.categoryHero.imgType .heroImg img {
	max-width: none;
}

/* modal */
div:not(.boxLink04) a[class*=openModal]:not(.spZoom) {
	text-decoration: none !important;
	outline: none !important;
}
div:not(.boxLink04) a[class*=openModal]:not(.spZoom) .img > span {
	position: relative;
}
div:not(.boxLink04) a[class*=openModal]:not(.spZoom) .img > span:after {
	content: "拡大";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 28px;
	height: 28px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -360px;
	text-align: left;
	text-indent: -9999px;
}
[class*=sizeFix] a[class*=openModal]:not(.spZoom) {
	display: table;
}
.sizeFixC a[class*=openModal]:not(.spZoom) {
	margin-right: auto;
	margin-left: auto;
}
div:not(.boxLink04) a.openModal02:not(.spZoom) .img > span:after {
	content: "再生";
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 52px;
	height: 52px;
	margin: -26px 0 0 -26px;
	background-position: -280px -440px;
	z-index: 2;
}
div:not(.boxLink04) a.spZoom {
	text-decoration: none;
	outline: none;
	cursor: auto;
}
.boxLink04 a[class*=openModal]:not(.spZoom) .img > span:after {
	display: none;
}

/* banner */
.banner + .banner {
	margin-top: 20px;
}


/* col
================================ */
.colWrap {
	margin-top: 60px;
}
[class*="boxType"] .colWrap {
	margin-top: 30px;
}

/* col */
.colWrap > .col .img {
	margin-right: auto;
	margin-left: auto;
}
.colWrap > .col .img > span {
	display: block;
	text-align: center;
}
.colWrap > .col .img.aL > span {
	text-align: left;
}
.colWrap > .col .img > *:first-child,
.colWrap > .col > a > *:first-child,
.colWrap > .col > .colText > *:first-child,
.colWrap > .col > .colText > *:first-child > li:first-child,
.colWrap > .col > a > .colText > *:first-child,
.colWrap > .col > a > .colText > *:first-child > li:first-child,
.colWrap > .col > .colInner > *:first-child,
.colWrap > .col > .colInner [class*="eqChild"] > *:first-child {
	margin-top: 0 !important;
}
.colWrap > .col > a {
	display: block;
	outline: none;
}
.colWrap > .col > .colInner {
	padding: 15px 30px 20px;
}
.colWrap > .col.bgColor01 {
	background-color: #f2f4f8;
}

/* colRight */
.colRight {
	float: right;
	margin: 0 0 5px 24px;
}
.colRight > .img > span {
	display: block;
	text-align: right;
}
.colRight > *:first-child,
.colRight > a > *:first-child,
.colRight .img > *:first-child {
	margin-top: 0 !important;
}
.colRight > .img,
.colRight > .emCaption {
	clear: both;
	float: right;
}

/* colLeft */
.colLeft {
	float: left;
	margin: 0 24px 5px 0;
}
.colLeft > .img > span {
	display: block;
	text-align: left;
}
.colLeft > *:first-child,
.colLeft > a > *:first-child,
.colLeft .img > *:first-child {
	margin-top: 0 !important;
}

/* colText */
.colText.break {
	overflow: hidden;
}
.colText > *:first-child,
.colText > *:first-child > li:first-child {
	margin-top: 0 !important;
}

/* size */
[class*="col"][class*="size"] .img span[style*="max-width"] img {
	width: 100%;
}
.sizeS {
	width: 22.69%;
}
.sizeM {
	width: 31.1%;
}
.sizeL {
	width: 48.3%;
}

/* imgWrap */
.colWrap > .sizeL.imgWrap > .img {
	clear: none !important;
	float: left;
	width: 46.9% !important;
	margin: 0 0 0 6.08%;
}
.colWrap > .sizeL.imgWrap > .img img,
.colWrap > .sizeL.imgWrap > .img figcaption {
	width: 100% !important;
}
.colWrap > .sizeL.imgWrap > .img:nth-child(2n+1) {
	margin-left: 0;
}

/* innerIframe */
.innerIframe {
	position: relative;
	margin-top: 40px;
	padding-top: 56.25%;
	text-align: center;
}
.innerIframe + .paragraph01,
.innerIframe + .emCaption + .paragraph01 {
	margin-top: 3em;
}
.innerIframe + .colWrap {
	margin-top: 60px;
}
.innerIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* range */
.range2Col,
.range3Col,
.range4Col {
	position: relative;
}
.range2Col > *,
.range3Col > *,
.range4Col > * {
	float: left;
	margin-top: 30px;
}
.range2Col > .col:not([class*="boxLink"]),
.range3Col > .col:not([class*="boxLink"]),
.range4Col > .col:not([class*="boxLink"]) {
	margin-top: 60px;
}
.range2Col.col-type-acod > .col,
.range3Col.col-type-acod > .col,
.range4Col.col-type-acod > .col {
	margin-top: 30px;
}
.range2Col > * > *:first-child,
.range2Col > * > a > *:first-child,
.range2Col > * > *:first-child > li:first-child,
.range3Col > * > *:first-child,
.range3Col > * > a > *:first-child,
.range3Col > * > *:first-child > li:first-child,
.range4Col > * > *:first-child,
.range4Col > * > a > *:first-child,
.range4Col > * > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.range2Col > *:nth-child(-n+2),
.range3Col > *:nth-child(-n+3),
.range4Col > *:nth-child(-n+4) {
	margin-top: 0 !important;
}
.range2Col > *:nth-child(2n+1),
.range3Col > *:nth-child(3n+1),
.range4Col > *:nth-child(4n+1) {
	clear: left;
	margin-left: 0 !important;
}
.range2Col > *,
.noSide .interiorMain .range2Col > * {
	width: 48.3%;
	margin-left: 3.34%;
}
.noSide .range2Col > * {
	width: 49%;
	margin-left: 2%;
}
.range2Col > .col .colRight > .img img,
.range2Col > .col .colLeft > .img img {
	width: 100%;
}
.range2Col > .col .colRight {
	max-width: 38.3%;
	margin-left: 6.36%;
}
.range2Col > .col .colLeft {
	max-width: 38.3%;
	margin-right: 6.36%;
}
.range3Col > *,
.noSide .interiorMain .range3Col > * {
	width: 31.1%;
	margin-left: 3.35%;
}
.noSide .range3Col > * {
	width: 32%;
	margin-left: 2%;
}
.range4Col > *,
.noSide .interiorMain .range4Col > * {
	width: 22.69%;
	margin-left: 3.08%;
}
.noSide .range4Col > * {
	width: 23.5%;
	margin-left: 2%;
}
.rangeColText > .colText {
	float: left;
}
.rangeColText[data-col-layout="1/2"] > .colText {
	width: 48.3%;
	margin-left: 3.34%;
}
.rangeColText[data-col-layout="1/2"] > .colText:nth-child(2n+1) {
	margin-left: 0;
}
.rangeColText[data-col-layout="1/3-L"] > .colText:nth-child(2n+1),
.rangeColText[data-col-layout="1/3-R"] > .colText:nth-child(2n) {
	width: 31.1%;
}
.rangeColText[data-col-layout="1/3-L"] > .colText:nth-child(2n+1) {
	margin-right: 3.35%;
}
.rangeColText[data-col-layout="1/3-R"] > .colText:nth-child(2n) {
	margin-left: 3.35%;
}
.rangeColText[data-col-layout="1/3-L"] > .colText:nth-child(2n),
.rangeColText[data-col-layout="1/3-R"] > .colText:nth-child(2n+1) {
	width: 65.55%;
}
.rangeColText[data-col-layout="1/4-L"] > .colText:nth-child(2n+1),
.rangeColText[data-col-layout="1/4-R"] > .colText:nth-child(2n) {
	width: 22.69%;
}
.rangeColText[data-col-layout="1/4-L"] > .colText:nth-child(2n+1) {
	margin-right: 3.08%;
}
.rangeColText[data-col-layout="1/4-R"] > .colText:nth-child(2n) {
	margin-left: 3.08%;
}
.rangeColText[data-col-layout="1/4-L"] > .colText:nth-child(2n),
.rangeColText[data-col-layout="1/4-R"] > .colText:nth-child(2n+1) {
	width: 74.23%;
}

/* flexType */
[class*="flexType"] {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
[class*="flexType"] > .colText {
	-webkit-flex: 1;
	flex: 1;
}


/* link-text
================================ */

/* icons */
a.inline {
	outline: none;
}
a.inline[target="_blank"]:after,
[class*="listType"] a.blank:after,
[class*="linkType"] a[target="_blank"]:after,
.col > a[target="_blank"] .caption:after {
	display: inline-block;
	content: "別ウインドウで開きます";
	position: relative;
	top: .5em;
	width: 13px;
	height: 11px;
	margin: 0 10px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -120px;
	text-indent: -9999px;
}
a.inline[href*="pdf"]:after,
[class*="listType"] a.pdf:after,
[class*="linkType"] a[href*="pdf"]:after,
.col > a[href*="pdf"] .caption:after {
	content: "PDF";
	top: .3em;
	width: 15px;
	height: 15px;
	background-position: 0 -160px;
}
[class*="linkType"] a.video:after,
.col > a.video .caption:after {
	display: inline-block;
	content: "動画";
	position: relative;
	top: .4em;
	width: 18px;
	height: 13px;
	margin: 0 10px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -200px;
	text-indent: -9999px;
}
.acodDetail a.inline[target="_blank"]:after {
	top: .35em;
}
.acodDetail a.inline[href*="pdf"]:after {
	top: .15em;
}

/* linkType */
[class*="linkType"] {
	margin-top: 1em;
}
[class*="linkType"] li + li {
	margin-top: .5em;
}
[class*="linkType"] li > a {
	display: inline-block;
	position: relative;
	outline: none;
}
[class*="linkType"] li > a:before {
	content: "";
	position: absolute;
}
[class*="linkType"][class*="range"] li {
	float: left;
	margin-top: .5em;
}
[class*="linkType"][class*="range"] .row1 {
	margin-top: 0;
}
[class*="linkType"][class*="range"] .break {
	clear: left;
}
[class*="linkType"] .aC > a:after,
[class*="linkType"] .aR > a:after {
	text-align: left !important;
}
[class*="linkType"] > .newEntry:after {
	display: inline-block;
	content: "NEW";
	position: relative;
	top: .15em;
	vertical-align: top;
	margin-left: 10px;
	color: #c00;
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.4rem;
}
[class*="linkType"] > .newEntry a[target="_blank"]:after {
	margin-right: 0;
}
[class*="linkType"] > .newEntry .newEntryIcon {
	display: none !important;
}

/* linkType01 */
.linkType01 > li > a {
	padding-left: 14px;
}
.linkType01 > li > a:before {
	top: .65em;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -40px -80px;
}
.linkType01 > li > a.rss {
	padding-left: 27px;
	color: #333;
}
.linkType01 > li > a.rss:before {
	top: .35em;
	width: 15px;
	height: 15px;
	background-position: 0 -240px;
	text-indent: -9999px;
}
.linkType01.rangeVarCol li {
	margin-right: 40px;
}

/* linkType02 */
.linkType02.rangeVarCol > li {
	margin-right: 19px;
	padding-right: 18px;
	border-right: 1px solid #ddd;
}
.linkType02.rangeVarCol > .rowLast {
	border-right: none;
}
.linkType02.rangeVarCol > .rowLast + li {
	clear: left;
}

/* anchorType */
[class*="anchorType"] {
	margin-top: 40px;
}
[class*="anchorType"] > .anchor > li {
	float: left;
}
[class*="anchorType"] > .anchor > li > a:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 5px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -80px;
}
[class*="anchorType"] > .anchor > .row1 {
	margin-top: 0 !important;
}
[class*="anchorType"] > .anchor > .break {
	clear: left;
}

/* anchorType01 */
.anchorType01 > .anchor > li {
	margin: 20px 20px 0 0;
	padding-right: 19px;
	border-right: 1px solid #ddd;
}
.anchorType01 > .anchor > li > a {
	display: inline-block;
	position: relative;
	padding-left: 16px;
}
.anchorType01 > .anchor > li > a:before {
	top: .7em;
	left: 0;
}
.anchorType01 > .anchor > .rowLast {
	border-right: none !important;
}
.anchorType01 > .anchor > .rowLast + li {
	clear: left;
}

/* anchorType02 */
.anchorType02 > .anchor > li {
	margin: 10px 10px 0 0;
}
.anchorType02 > .anchor > li > a {
	display: inline-block;
	position: relative;
	padding: 9px 15px 10px 33px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}
.anchorType02 > .anchor > li > a:hover {
	border-color: #0e1271;
	color: #0e1271;
}
.anchorType02 > .anchor > li > a:before {
	top: 50%;
	left: 15px;
	margin-top: -2px;
}

/* naviType */
[class*="naviType"] {
	margin-top: 60px;
	padding: 20px 30px;
	background-color: #eee;
}
[class*="naviType"] > *:first-child {
	margin-top: 0 !important;
}
[class*="naviType"] > .links {
	margin-top: 1em;
}
[class*="naviType"] li > a {
	display: inline-block;
	position: relative;
	outline: none;
}
[class*="naviType"] li > a:before {
	content: "";
	position: absolute;
}
[class*="naviType"] .current > a {
	color: #333;
	font-weight: 500;
	text-decoration: none;
}

/* naviType01 */
.naviType01 > .links > li > a {
	display: block;
	padding: 2px 0 12px 19px;
	border-bottom: 1px solid #ddd;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
}
.naviType01 > .links > li > a:before {
	top: .5em;
	left: 0;
	width: 7px;
	height: 10px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -80px;
}
.naviType01 .linkType01.rangeVarCol > li {
	margin-right: 30px;
}

/* naviType02 */
.naviType02 > .links > li {
	float: left;
	margin: 10px 15px 0 0;
	padding-right: 14px;
	border-right: 1px solid #ddd;
}
.naviType02 > .links > li > a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}
.naviType02 > .links > li > a:before {
	content: "";
	position: absolute;
	top: .7em;
	left: 0;
	width: 8px;
	height: 5px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -80px;
}
.naviType02 > .links > .row1 {
	margin-top: 0 !important;
}
.naviType02 > .links > .rowLast {
	border-right: none !important;
}
.naviType02 > .links > .rowLast + li {
	clear: left;
}

/* naviType03 */
.naviType03 {
	padding: 25px 29px;
	border: 1px solid #d0d6e1;
	background-color: #f2f4f8;
}
.naviType03 > .links > li > a,
.naviType03 > .links > li > span {
	display: block;
	padding: 2px 0 12px;
	border-bottom: 1px solid #0e1271;
	color: #0e1271;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
}
.naviType03 > .links > li > a + .linkType01 {
	margin-top: 1.6em;
}
.naviType03 > .links > li > a + .linkType01 > li {
	margin-top: 1.1em;
}


/* link-btn
================================ */

/* icons */
[class*="btnType"] a[target="_blank"] > span:after {
	content: "別ウインドウで開きます";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 13px;
	height: 11px;
	margin-top: -4px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -120px;
	text-align: left !important;
	text-indent: -9999px;
}
[class*="btnType"] a[href*="pdf"] > span:after {
	content: "PDF";
	width: 15px;
	height: 15px;
	margin-top: -7px;
	background-position: 0 -160px;
}
[class*="btnType"] a.map { padding: 3px 0 2px; }
[class*="btnType"] a.map > span { padding-right: 26px; }
[class*="btnType"] a[href*="window.print"] > span { padding-right: 52px; padding-left: 38px; }
[class*="btnType"] a[href*="zip"] > span { padding-right: 42px; padding-left: 34px; }
[class*="btnType"] a.map > span:after,
[class*="btnType"] a.here > span:after,
[class*="btnType"] a[href*="window.print"] > span:after,
[class*="btnType"] a[href*="zip"] > span:after {
	position: absolute;
	top: 50%;
	background: url(/jp/common/img/com_sp01.png) no-repeat;
	text-align: left !important;
	text-indent: -9999px;
}
[class*="btnType"] a.map > span:after {
	content: "";
	right: 6px;
	width: 12px;
	height: 16px;
	margin-top: -7px;
	background-position: -40px -280px;
}
[class*="btnType"] a[href*="window.print"] > span:after {
	content: "";
	right: 18px;
	width: 19px;
	height: 16px;
	margin-top: -8px;
	background-position: -80px -280px;
}
[class*="btnType"] a[href*="zip"] > span:after {
	content: "ZIP";
	right: 16px;
	width: 17px;
	height: 19px;
	margin-top: -8px;
}
.btnType01 a[href*="zip"] > span:after {
	background-position: -120px -280px;
}
.btnType02 a[href*="zip"] > span:after {
	background-position: -280px -320px;
}
[class*="btnType"] a.here {
	width: 100%;
}
[class*="btnType"] a.here > span {
	padding: 0 10px 0 46px;
}
[class*="btnType"] a.here > span:before {
	display: none;
}
[class*="btnType"] a.here > span:after {
	content: "";
	left: 20px;
	width: 15px;
	height: 15px;
	margin-top: -6px;
	background-position: -280px -280px;
}

/* btnType */
[class*="btnType"] {
	margin-top: 24px;
}
.colWrap[class*="range"] + [class*="btnType"] {
	margin-top: 60px;
}
[class*="btnType"] li + li {
	margin-top: 20px;
}
[class*="btnType"] a {
	display: inline-block;
	position: relative;
	height: 100%;
	vertical-align: top;
	padding: 10px 0 9px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	text-decoration: none;
	outline: none;
}
[class*="btnType"] a > span {
	display: inline-block;
	position: relative;
	top: -2px;
	padding: 0 20px 0 30px;
}
[class*="btnType"] a[target="_blank"] > span {
	padding-right: 40px;
}
[class*="btnType"] a > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	width: 5px;
	height: 8px;
	margin-top: -2px;
	background: url(/jp/common/img/com_sp01.png) no-repeat;
}
[class*="btnType"] .arrowRight > span {
	padding: 0 30px 0 20px;
}
[class*="btnType"] .arrowRight > span:before {
	right: 14px;
	left: auto;
}
[class*="btnType"] .w100per {
	text-align: center;
}
.btnType01[class*="range"] a,
.btnType02[class*="range"] a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.btnType01.range2Col a,
.btnType01.range3Col a,
.btnType02.range2Col a,
.btnType02.range3Col a {
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
.btnType01.rangeVarCol > li,
.btnType02.rangeVarCol > li {
	float: left;
	margin-right: 40px;
}
.btnType01.rangeVarCol a,
.btnType02.rangeVarCol a {
	width: auto !important;
}
.btnType01.rangeVarCol > .row1,
.btnType02.rangeVarCol > .row1 {
	margin-top: 0 !important;
}
.btnType01.rangeVarCol > .rowLast,
.btnType02.rangeVarCol > .rowLast {
	margin-right: 0 !important;
}
.btnType01.rangeVarCol > .rowLast + li,
.btnType02.rangeVarCol > .rowLast + li {
	clear: left;
}

/* btnType01 */
.btnType01 a {
	border: 1px solid #0e1271;
	background-color: #fff;
	color: #0e1271;
}
.btnType01 a:hover {
	border-color: #d2d9e8;
	background-color: #f2f4f8;
}
.btnType01 a > span:before {
	background-position: -40px -80px;
}

/* btnType02 */
.btnType02 a {
	border: 1px solid #0e1271;
	background-color: #0e1271;
	color: #fff;
}
.btnType02 a:hover {
	border-color: #424699;
	background-color: #424699;
}
.btnType02 a > span:before {
	background-position: -80px -80px;
}
.btnType02 a[target="_blank"] > span:after {
	background-position: -40px -120px;
}
.btnType02 a[href*="pdf"] > span:after {
	background-position: 0 -160px;
}
.btnType02 a.mail > span {
	padding-right: 60px;
	padding-left: 80px;
}
.btnType02 a.mail > span:before {
	left: 52px;
	width: 16px;
	height: 13px;
	margin-top: -6px;
	background-position: -240px 0;
}
.btnType02 a.mail > span:after {
	display: none !important;
}
.btnType02 a.dealer > span {
	padding: 0 0 0 23px;
}
.btnType02 a.dealer > span:before {
	left: 0;
	width: 14px;
	height: 10px;
	margin-top: -5px;
	background-position: -480px -280px;
}
.btnType02 a.telephone > span {
	padding-right: 60px;
	padding-left: 80px;
}
.btnType02 a.telephone > span:before {
	left: 55px;
	width: 13px;
	height: 17px;
	margin-top: -7px;
	background-position: -180px -160px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.btnType02 a.telephone > span:after {
	display: none !important;
}

/* btnType03 */
.btnType03 li {
	display: table;
	font-size: 1.8rem;
	line-height: 1.2;
}
.btnType03 a {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	border-bottom: 1px solid #bbb;
	color: #666;
}
.btnType03 a:hover {
	border-bottom-color: #0e1271;
	color: #0e1271;
}
.btnType03 a > span {
	display: block;
	top: 0;
	padding: 12px 20px 17px 0;
}
.btnType03 a > span:before {
	right: 0;
	left: auto;
	width: 6px;
	height: 10px;
	margin-top: -7px;
	background-position: -120px -80px;
}
.btnType03 a:hover > span:before {
	background-position: 0 -80px;
}
.btnType03 a[target="_blank"] > span:after {
	display: inline-block;
	position: relative;
	top: .35em;
	right: auto;
	vertical-align: top;
	margin: 0 0 0 10px;
}
.btnType03 a[href*="pdf"] > span:after {
	top: .25em;
}

/* btnType04 */
.btnType04 {
	margin-top: 10px;
}
.btnType04 li {
	margin-top: 0 !important;
	border-bottom: 1px solid #ddd;
}
.btnType04 a {
	display: block;
	padding: 0;
}
.btnType04 a:hover {
	border-bottom-color: #0e1271;
}
.btnType04 a > span {
	display: block;
	top: 0;
	padding: 14px 0 14px 14px;
}
.btnType04 a > span:before {
	top: 1.75em;
	left: 0;
	width: 5px;
	height: 8px;
	background-position: -40px -80px;
}
.btnType04 a:hover > span:before {
	background-position: -200px -80px;
}
.btnType04 a[target="_blank"] > span:after {
	display: inline-block;
	position: relative;
	top: .5em;
	right: auto;
	vertical-align: top;
	margin: 0 0 0 10px;
}
.btnType04 a[href*="pdf"] > span:after {
	top: .4em;
	margin: 0 0 0 10px;
}

/* btnClose */
.btnClose {
	margin-top: 40px;
}
.btnClose li + li {
	margin-top: 20px;
}
.btnClose a {
	display: inline-block;
	position: relative;
	height: 100%;
	vertical-align: top;
	padding: 6px 30px 5px 27px;
	background-color: #818181;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	color: #fff;
	text-decoration: none;
	outline: none;
}
.btnClose a:hover {
	background-color: #555;
}
.btnClose a > span {
	display: inline-block;
	position: relative;
	top: -2px;
	padding-left: 22px;
}
.btnClose a > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	margin-top: -5px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -280px;
}


/* table
================================ */

/* tableType01 */
.tableType01 {
	margin-top: 40px;
}
.tableType01 table {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}
.tableType01 table tr th,
.tableType01 table tr td {
	vertical-align: middle;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
	font-weight: normal;
}
.tableType01 table thead tr:first-child th:first-child,
.tableType01 table tbody tr td:first-child {
	border-left: none !important;
}
.tableType01 table tbody tr td.borderLeft {
	border-left: 1px solid #e0e0e0 !important;
}
.tableType01 table thead tr th {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.tableType01 table thead + tbody tr:first-child th,
.tableType01 table thead + tbody tr:first-child td {
	border-top: 1px solid #fff !important;
}
.tableType01 table tbody tr td {
	border-left: 1px solid #e0e0e0;
}
.tableType01 table tr > * > *:first-child {
	margin-top: 0 !important;
}
.tableType01 table tr .lv01 {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #6979a1;
	color: #fff;
	font-weight: 500;
}
.tableType01 table tr .lv01 a {
	color: #fff;
}
.tableType01 table tr .lv01 .textSmall {
	font-weight: normal;
}
.tableType01 table tr .lv01 > [class*="linkType"] a[target="_blank"]:after {
	background-position: -40px -120px;
}
.tableType01 table tr .lv01 > [class*="linkType"] > li > span {
	display: inline-block;
	padding-left: 14px;
}
.tableType01 table tr .lv01 > .linkType01 > li > a:before {
	background-position: -80px -80px;
}
.tableType01 table thead tr .lv01 {
	text-align: center;
}
.tableType01 table tbody tr:first-child .lv01 {
	border-top: 1px solid #e0e0e0 !important;
}
.tableType01 table tr .lv02 {
	background-color: #eee;
}
.tableType01 table tbody tr th:first-child + .lv02 {
	border-left: 1px solid #fff;
}
.tableType01 table tr .lv03 {
	background-color: #d7eaf4;
	font-weight: 600;
}
.tableType01 table tr .lv04 {
	background-color: #e8f2f7;
	font-weight: 600;
}
.tableType01 table caption {
	overflow: hidden;
	padding-bottom: 1em;
}
.tableType01 table caption .multiTitle,
.tableType01 table caption .noteType01 {
	float: left;
	margin-top: 0;
}
.tableType01 table caption .multiTitle + .noteType01 {
	clear: both;
}
.tableType01 table caption .multiTitle + .aR,
.tableType01 table caption .noteType01 + .aR {
	position: relative;
	top: .2em;
	float: right;
	margin: 0 !important;
	line-height: 1.1;
}
.tableType01 table caption .multiTitle + .noteType01 + .aR {
	margin-top: 13px !important;
}
.tableType01 table .cellColor01 {
	background-color: #ebf2c7 !important;
	color: #9ebb11 !important;
}
.tableType01 table .cellColor02 {
	background-color: #fbebdb !important;
	color: #e27611 !important;
}
.tableType01 table .cellColor03 {
	background-color: #e7f4fb !important;
	color: #2788bb !important;
}
.tableType01 table .thNumber {
	display: block;
	position: relative;
	padding-left: 2em;
}
.tableType01 table .thNumber > span {
	position: absolute;
	top: 0;
	left: 0;
	color: #0e1271;
	font-weight: 500;
}
.tableType01 p.aR.textSmall + table {
	margin-top: 1em;
}
.colWrap[class*="range"] .tableType01 table thead tr .lv01 {
	text-align: left;
}


/* box
================================ */

/* boxType */
[class*="boxType"] {
	position: relative;
	margin-top: 40px;
	border: 1px solid #ddd;
}
[class*="boxType"] > .boxTitle {
	font-size: 2.2rem;
	line-height: 1.1;
	text-align: center;
}
[class*="boxType"] > .boxTitle > span {
	display: block;
	position: relative;
}
[class*="boxType"] .boxInner {
	padding: 29px;
}
[class*="boxType"] .boxInner > *:first-child {
	margin-top: 0 !important;
}

/* boxType01 */
.boxType01:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	width: 60px;
	height: 1px;
	margin-left: -30px;
	background-color: #0e318e;
}
.boxType01 > .boxTitle {
	padding-top: 37px;
}
.boxType01 > .boxTitle + .boxInner {
	margin-top: 10px;
}

/* boxType02 */
.boxType02 > .boxTitle {
	padding: 19px 10px 20px;
	background-color: #0e1271;
	color: #fff;
	font-weight: 300;
}
.boxType02.newEntry > .boxTitle > span {
	display: inline-block;
	position: relative;
}
.boxType02.newEntry > .boxTitle > span:after {
	display: inline-block;
	content: "NEW";
	position: relative;
	top: .2em;
	vertical-align: top;
	margin: 0 10px;
	padding: 2px 5px;
	background-color: #fff;
	color: #c00;
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.4rem;
}

/* boxType03 */
.boxType03 {
	border: none;
	background-color: #f2f4f8;
}
.boxType03 > .boxInner {
	padding: 30px;
}
.boxType03 .induction {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.boxType03 .inductionText {
	padding-right: 2em;
	font-size: 1.6rem;
	font-weight: 300;
}
.boxType03 .inductionBtn {
	width: 345px;
	margin-top: 0;
}
.noSide .boxType03 .inductionText {
	padding-right: 4em;
}

/* boxLink */
[class*="boxLink"] {
	position: relative;
}
[class*="boxLink"] a,
[class*="boxLink"] .imgCover {
	display: block;
	position: relative;
	text-decoration: none;
	outline: none;
}
[class*="boxLink"] a > *:first-child,
[class*="boxLink"] .imgCover > *:first-child {
	margin-top: 0 !important;
}
[class*="boxLink"] .img {
	overflow: hidden;
}
[class*="boxLink"] .boxTitle {
	line-height: 1.3;
}
[class*="boxLink"] .boxTitle > span {
	position: relative;
	top: -1px;
}
[class*="boxLink"] [class*="headline"] {
	margin-top: 1em;
}
[class*="boxLink"] [class*="headline"] + * {
	margin-top: .5em;
}
[class*="boxLink"] a[target="_blank"] .boxTitle > span:after {
	display: inline-block;
	content: "別ウインドウで開きます";
	position: relative;
	top: .35em;
	width: 13px;
	height: 11px;
	vertical-align: top;
	margin-left: 10px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -120px;
	text-indent: -9999px;
}
[class*="boxLink"] a[href*="pdf"] .boxTitle > span:after {
	content: "PDF";
	top: .35em;
	width: 15px;
	height: 15px;
	background-position: 0 -160px;
}
.boxLink02 .img,
.boxLink03 .img,
.boxLink04 .img,
.boxLink05 .img,
.boxLink06 .img {
	display: block !important;
}
.boxLink01 a .img img,
.boxLink02 a .img img,
.boxLink04 a .img img,
.boxLink05 a .img img,
.boxLink06 a .img img {
	-webkit-transition: all .25s ease-out 0s;
	-moz-transition: all .25s ease-out 0s;
	-ms-transition: all .25s ease-out 0s;
	-o-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
}
.boxLink01 a:hover .img img,
.boxLink02 a:hover .img img,
.boxLink04 a:hover .img img,
.boxLink05 a:hover .img img,
.boxLink06 a:hover .img img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: 1;
}

/* boxLink01 */
.boxLink01 .boxTitle {
	margin-top: 1em;
	text-align: center;
}
.range2Col .boxLink01 .boxTitle {
	font-size: 2.2rem;
}
.range2Col .boxLink01 .adIndexImg {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.range2Col .boxLink01 .adIndexImg span {
	display: table-cell;
	height: 267px;
	vertical-align: middle;
	text-align: center;
}
.range2Col .boxLink01 .adIndexImg img {
	max-height: 100%;
}
.range3Col .boxLink01 .boxTitle {
	font-size: 1.8rem;
}

/* boxLink02 */
.boxLink02 > a,
.boxLink02 .imgCover {
	color: #fff;
}
.boxLink02 .img img {
	width: 100%;
}
.boxLink02 .boxTitle,
.boxLink02 .boxTitleWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 11px 14px;
	background-color: rgba(0, 0, 0, .7);
}
.boxLink02 .boxTitle {
	letter-spacing: -.02em;
}
.boxLink02 .boxTitleWrap {
	display: table;
	width: 100%;
	padding: 0 56px;
}
.boxLink02 .entryDetail {
	display: table-cell;
	height: 100px;
	vertical-align: middle;
}
.boxLink02 .entryDetail > * {
	float: left;
	font-size: 1.4rem;
}
.boxLink02 .entryDetail > .category {
	position: relative;
	margin-left: 17px;
	padding-left: 14px;
}
.boxLink02 .entryDetail > .category:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 15px;
	margin-top: -7px;
	background-color: #666;
}
.boxLink02 .entryDetail > .entryList {
	clear: left;
	font-size: 1.8rem;
	line-height: 1.4;
}
.range2Col .boxLink02 .boxTitle {
	font-size: 2.2rem;
}
.range3Col .boxLink02 .boxTitle {
	font-size: 1.8rem;
}
.boxLink02 .boxTitle.indexType01 {
	padding: 15px;
	font-size: 1.8rem;
}
.boxLink02 .boxTitle.indexType02 {
	padding: 14px 20px 13px;
	font-size: 1.6rem;
}
.boxLink02 .boxTitle.indexType03 {
	padding: 10px 21px 11px;
	font-size: 2rem;
}

/* boxLink03 */
.boxLink03 a {
	border: 1px solid #ddd;
	color: #333;
	outline: none;
}
.boxLink03 .img img {
	width: 100%;
}
.boxLink03 .boxTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 9px 18px;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}
.boxLink03 .boxTitle:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -120px -80px;
}
.boxLink03 .boxTitle .dept {
	font-size: 1.3rem;
	font-weight: normal;
}
.boxLink03.enable a:hover {
	border-color: #0e1271;
	color: #0e1271;
}
.boxLink03.enable a:hover .img img {
	opacity: 1;
}
.boxLink03.enable a:hover .boxTitle:after {
	background-position: 0 -80px;
}
.boxLink03.disable a {
	border-color: #f5f5f5;
	color: #c2c2c2;
	cursor: auto;
}
.boxLink03.disable a .img img,
.boxLink03.disable a .boxTitle:after {
	opacity: .3;
}

/* boxLink04 */
.boxLink04 a {
	position: relative;
	color: #fff;
}
.boxLink04 img {
	width: 100%;
}
.boxLink04 .boxInner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 1.1;
}
.boxLink04 .boxTitle {
	font-size: 5rem;
	font-weight: 600;
	letter-spacing: .04em;
}
.boxLink04 .boxTitle span {
	margin-left: .1em;
	font-size: 3.4rem;
	letter-spacing: 0;
}
.boxLink04 .boxClick {
	position: relative;
	margin-top: 15px;
	padding: 4px 16px 6px 21px;
	border: 1px solid #fff;
}
.boxLink04 .boxClick:before,
.boxLink04 .boxClick:after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #fff;
}
.boxLink04 .boxClick:before {
	left: 7px;
	width: 7px;
	height: 1px;
}
.boxLink04 .boxClick:after {
	left: 10px;
	width: 1px;
	height: 7px;
	margin-top: -3px;
}

/* boxLink05 */
.boxLink05 a {
	background-color: #fff;
	color: #333;
}
.boxLink05 .img img {
	width: 100%;
}
.boxLink05 .boxTitle {
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-ms-transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	transition: opacity .1s linear;
	line-height: 1.1;
	text-align: center;
}
.boxLink05 .boxTitle span {
	display: table-cell;
	height: 48px;
	vertical-align: middle;
	font-size: 1.6rem;
}
.boxLink05 .boxTitle span:after {
	content: "";
	display: inline-block;
	position: relative;
	top: .3em;
	vertical-align: top;
	width: 7px;
	height: 10px;
	margin-left: 10px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -80px;
}
.boxLink05 a:hover .img img {
	opacity: .7;
}
.boxLink05 a:hover .boxTitle {
	color: #717171;
}

/* boxLink06 */
.boxLink06 .boxInner {
	text-align: center;
}
.boxLink06 .boxTitle {
	margin-top: 1em;
	font-size: 2.2rem;
	text-align: center;
}
.boxLink06 .paragraph01 {
	color: #333;
}


/* card
================================ */

/* cardType */
[class*="cardType"] {
	margin-top: 20px;
}
[class*="cardType"] > .cardInner {
	display: table;
	width: 100%;
	color: #333;
	text-decoration: none;
	outline: none;
}
[class*="cardType"] > .cardInner > * {
	display: table-cell;
}
[class*="cardType"] > .cardInner .cardDetail {
	padding-left: 20px;
}
[class*="cardType"] > .cardInner .cardTitle {
	position: relative;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	line-height: 1.3;
}
[class*="cardType"] > .cardInner .cardTitle + * {
	margin-top: .5em;
}
[class*="cardType"] > a:link .cardTitle,
[class*="cardType"] > a:visited .cardTitle {
	color: #369;
}
[class*="cardType"] > a:hover .cardTitle,
[class*="cardType"] > a:active .cardTitle {
	color: #69c;
	text-decoration: underline;
}

/* cardType01 */
.cardType01 > .cardInner > * {
	vertical-align: middle;
}
.cardType01 > .cardInner .img {
	width: 176px;
}
.cardType01 > .cardInner .cardTitle {
	font-size: 1.8rem;
}
.cardType01 > a .cardTitle {
	padding-left: 13px;
}
.cardType01 > a .cardTitle:before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 10px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -80px;
}

/* cardType02 */
.cardType02 > .cardInner > * {
	vertical-align: top;
}
.cardType02 > .cardInner > .img,
.cardType02 > .cardInner > a {
	width: 47.9592%;
}
.cardType02 > .cardInner .cardTitle {
	padding-left: 13px;
	font-size: 2.2rem;
	letter-spacing: -.07em;
}
.cardType02 > .cardInner .cardTitle:before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -40px -80px;
}
.cardType02 > .cardInner .cardTitle.iconNone {
	padding-left: 0;
}
.cardType02 > .cardInner .cardTitle.iconNone:before {
	display: none;
}
.cardType02 a .img {
	overflow: hidden;
	margin-top: 0;
}
.cardType02 a .img.hoverZoom img {
	-webkit-transition: all .25s ease-out 0s;
	-moz-transition: all .25s ease-out 0s;
	-ms-transition: all .25s ease-out 0s;
	-o-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
	opacity: 1 !important;
}
.cardType02 a:hover .img.hoverZoom img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: 1;
}
.range2Col .cardType02 > .cardInner,
.range3Col .cardType02 > .cardInner {
	font-size: 1.4rem;
}
.range2Col .cardType02 > .cardInner .cardTitle,
.range3Col .cardType02 > .cardInner .cardTitle {
	padding-left: 14px;
}
.range2Col .cardType02 > .cardInner .cardTitle {
	font-size: 1.8rem;
}
.range2Col .cardType02 > .cardInner > .img,
.range2Col .cardType02 > .cardInner > a {
	width: 29.932%;
}
.range3Col .cardType02 > .cardInner .cardTitle {
	font-size: 1.6rem;
}
[class*="boxType"] .cardType02 > .cardInner .img {
	width: 40.8353%;
}
[class*="boxType"] .cardType02 > .cardInner .img img {
	width: 100%;
}
[class*="boxType"] .cardType02 > .cardInner .cardTitle {
	font-size: 1.8rem;
	letter-spacing: -.07em;
}


/* other
================================ */

/* borderType */
.colWrap.borderType01 {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.img.borderType01 {
	padding-top: 0;
	border: 1px solid #ccc;
}
.colWrap.borderType02 {
	margin-top: 60px;
	padding-top: 59px;
	border-top: 1px solid #ccc;
}
[class*="linkType"].borderType03 {
	margin-top: 14px;
	padding-top: 14px;
	background: url(/jp/common/img/com_ex01.png) repeat-x -2px 0;
}

/* releaseWrap */
[class*="releaseWrap"] {
	margin-top: 40px;
}
[class*="releaseWrap"] .release {
	position: relative;
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-ms-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
[class*="releaseWrap"] .release > .entryDetail > .entryList > .title {
	display: inline-block;
}
[class*="releaseWrap"] .release > .entryDetail > .entryList > .title > a {
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	outline: none;
}
[class*="releaseWrap"] .release > .entryDetail > .entryList > .title > a[target="_blank"]:after {
	display: inline-block;
	content: "別ウインドウで開きます";
	position: relative;
	top: .5em;
	width: 13px;
	height: 11px;
	margin: 0 10px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -120px;
	text-indent: -9999px;
}
[class*="releaseWrap"] .release > .entryDetail > .entryList > .title > a[href*="pdf"]:after {
	content: "PDF";
	top: .35em;
	width: 15px;
	height: 15px;
	background-position: 0 -160px;
}
[class*="releaseWrap"] .release > .entryDetail > .entryList > .title > a.video:after {
	display: inline-block;
	content: "動画";
	position: relative;
	top: .4em;
	width: 18px;
	height: 13px;
	margin: 0 10px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -200px;
	text-indent: -9999px;
}
[class*="releaseWrap"] .release.newEntry > .entryDetail > .entryList > .title:after {
	display: inline-block;
	content: "NEW";
	position: relative;
	top: .25em;
	vertical-align: top;
	margin: 0 10px;
	color: #c00;
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.2rem;
}

/* releaseWrap01 */
.releaseWrap01 .release {
	border-bottom: 1px solid #ddd;
}
.releaseWrap01 .release > .entryDetail {
	display: table;
	width: 100%;
	padding: 28px 20px 29px;
}
.releaseWrap01 .release:not(.noExpand) > .entryDetail {
	padding-right: 30px;
}
.releaseWrap01 .release:not(.noExpand) > .entryDetail:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 8px;
	margin-top: -4px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -40px -80px;
}
.releaseWrap01 .release > .entryDetail > * {
	display: table-cell;
	vertical-align: top;
}
.releaseWrap01 .release > .entryDetail > .date {
	width: 9em;
	font-size: 1.3rem;
}
.releaseWrap01 .release > .entryDetail > .category {
	width: 108px;
	padding-right: 15px;
}
.releaseWrap01 .release > .entryDetail > .category > li {
	position: relative;
	top: .15em;
	background-color: #0e1271;
	color: #fff;
	font-size: 1.2rem;
	line-height: 23px;
	text-align: center;
}
.releaseWrap01 .release.on {
	background-color: #f2f4f8;
}
.releaseWrap01 .release.on a {
	color: #6699cc;
}

/* releaseWrap02 */
.releaseWrap02 .release + .release {
	margin-top: 1em;
}
.releaseWrap02 .release > .entryDetail > * {
	float: left;
}
.releaseWrap02 .release > .entryDetail > .date,
.releaseWrap02 .release > .entryDetail > .category {
	color: #666;
	font-size: 1.3rem;
	line-height: 1.2;
}
.releaseWrap02 .release > .entryDetail > .category {
	font-size: 1.2rem;
}
.releaseWrap02 .release > .entryDetail > .category {
	margin-left: 20px;
	padding-left: 19px;
	border-left: 1px solid #bbb;
}
.releaseWrap02 .release > .entryDetail > .entryList {
	clear: both;
	margin-top: 5px;
}
.releaseWrap02 .release > .entryDetail > .entryList > .title > a {
	display: inline-block;
	color: #333;
	font-weight: 500;
}
.releaseWrap02 .release > .entryDetail > .entryList > .title > a:after {
	display: inline-block;
	content: "";
	position: relative;
	top: .6em;
	width: 5px;
	height: 8px;
	vertical-align: top;
	margin-left: 5px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -200px -80px;
}
.releaseWrap02 .release.on > .entryDetail > .entryList > .title > a {
	color: #6699cc;
}

/* categoryNews */
.categoryNews {
  margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	border-bottom: 1px solid #ddd;
}
.categoryHero:not(.imgType) + .contentsWrap,
.categoryNews + .contentsWrap {
	margin-top: 60px;
}
.categoryNews .newsInner {
	display: table;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.categoryNews .newsInner > * {
	display: table-cell;
	vertical-align: top;
}
.categoryNews .newsHead {
	width: 180px;
	border-right: 1px solid #ddd;
}
.categoryNews .newsTitle {
	font-size: 2rem;
	line-height: 1.3;
}
.categoryNews .releaseWrap01 {
	padding-left: 24px;
}
.categoryNews .releaseWrap01 .release {
	border-bottom: none;
	background-color: #fff !important;
}
.categoryNews .releaseWrap01 .release + .release {
	margin-top: 8px;
}
.categoryNews .releaseWrap01 .release > .entryDetail {
	padding: 0;
}
.categoryNews .releaseWrap01 .release > .entryDetail:after {
	display: none;
}
.categoryNews .releaseWrap01 .release > .entryDetail > * {
	line-height: 23px;
}
.categoryNews .releaseWrap01 .release > .entryDetail > .date,
.categoryNews .releaseWrap01 .release > .entryDetail > .entryList {
	font-size: 1.4rem;
}
.categoryNews .releaseWrap01 .release > .entryDetail > .category > li {
	top: 0;
}
.categoryNews .releaseWrap01 .release.newEntry > .entryDetail > .entryList > .title:after {
	top: .1em;
}
.categoryNews .releaseWrap01 .release > .entryDetail > .entryList > .title > a[target="_blank"]:after {
	top: .4em;
}
.categoryNews .releaseWrap01 .release > .entryDetail > .entryList > .title > a[href*="pdf"]:after {
	top: .25em;
}
.categoryNews .acodSwitch {
	display: none;
}
.categoryNews .acodDetail {
	display: block !important;
	margin-top: 8px;
}

/* acodWrap */
[class*="acodWrap"] {
	margin-top: 40px;
}
[class*="acodWrap"] + [class*="acodWrap"] {
	margin-top: 0;
}
[class*="acodWrap"] .acodSwitch {
	display: table;
	position: relative;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
[class*="acodWrap"] + [class*="acodWrap"] .acodSwitch {
	border-top: none;
}
[class*="acodWrap"] .acodSwitch > a {
	display: table-cell;
	height: 83px;
	vertical-align: middle;
	padding: 10px 40px 10px 20px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.2;
	text-decoration: none;
	outline: none;
}
[class*="acodWrap"] .acodSwitch > a:before,
[class*="acodWrap"] .acodSwitch > a:after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #0e1271;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	z-index: 2;
}
[class*="acodWrap"] .acodSwitch > a:before {
	right: 21px;
	width: 13px;
	height: 1px;
}
[class*="acodWrap"] .acodSwitch > a:after {
	right: 27px;
	width: 1px;
	height: 13px;
	margin-top: -6px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
[class*="acodWrap"] .acodSwitch > a:hover {
	background-color: #f2f4f8;
	color: #6699cc;
}
[class*="acodWrap"] .acodSwitch.active > a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
[class*="acodWrap"] .acodSwitch > a > *:not(span) {
	font-size: 1.4rem;
	line-height: 1.7;
}
[class*="acodWrap"] .acodSwitch > a > *:first-child {
	margin-top: 0 !important;
}
[class*="acodWrap"] .acodDetail {
	position: relative;
	padding: 30px 40px 30px 20px;
	border-bottom: 1px solid #ddd;
}
[class*="acodWrap"] .acodDetail > *:first-child {
	margin-top: 0 !important;
}
/* acodType02 */
[class*="acodWrap"].acodType02 .acodSwitch {
	position: relative;
	display: table;
}
[class*="acodWrap"].acodType02 .acodSwitch:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background-color: #fff;
	border: 1px solid #0e1271;
}
[class*="acodWrap"].acodType02 .acodSwitch > a {
	display: table-cell;
	height: 56px;
	border: 1px solid #0e1271;
	background-color: #6979a1;
	color: #fff;
	text-decoration: none;
	outline: none;
}
[class*="acodWrap"].acodType02 .acodSwitch.active a {
	background-color: #9da7be;
}

/* acodGroup */
.acodGroup {
	margin-top: 40px;
}
.acodGroup > *:first-child,
.acodGroup > section + section {
	margin-top: 0 !important;
}
.acodGroup > .btnType01 + * {
	margin-top: 20px;
}

/* faqType */
.faqType + .faqType {
	margin-top: 0;
}
.faqType .acodSwitch > a,
.faqType .acodDetail {
	padding-left: 60px;
}
.faqType .acodSwitch:before {
	content: "Queation. ";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 22px;
	height: 28px;
	margin-top: -14px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -320px;
	text-indent: -9999px;
}
.faqType .acodDetail {
	font-size: 1.4rem;
	line-height: 1.2;
}
.faqType .acodDetail:before {
	content: "Answer. ";
	position: absolute;
	top: 30px;
	left: 20px;
	width: 21px;
	height: 23px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -40px -320px;
	text-indent: -9999px;
}
.faqType .acodDetail .textLarge {
	font-size: 1.6rem;
}
.faqType .acodDetail [class*="listType"] {
	line-height: 1.7;
}

/* tabWrap */
[class*="tabWrap"] {
	margin-top: 40px;
}
[class*="tabWrap"] > .tabNav > li {
	position: relative;
	float: left;
}
[class*="tabWrap"] > .tabNav > li > a {
	display: table;
	width: 100%;
	height: 100%;
	color: #999999;
	text-align: center;
	text-decoration: none;
	outline: none;
}
[class*="tabWrap"] > .tabNav > li > a:after {
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-ms-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
[class*="tabWrap"] > .tabNav > li > a > span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
[class*="tabWrap"] > .tabNav.range2Col > li { width: 50%; }
[class*="tabWrap"] > .tabNav.range3Col > li { width: 33.33%; }
[class*="tabWrap"] > .tabNav.range3Col > li:nth-child(2) { width: 33.34%; }
[class*="tabWrap"] > .tabNav.range4Col > li { width: 25%; }
[class*="tabWrap"] > .tabNav.range5Col > li { width: 20%; }
[class*="tabWrap"] > .tabNav.range6Col > li { width: 16.67%; }
[class*="tabWrap"] > .tabNav.range6Col > li:nth-child(1),
[class*="tabWrap"] > .tabNav.range6Col > li:nth-child(6) { width: 16.66%; }
[class*="tabWrap"] > .tabNav.range7Col > li { width: 14.28%; }
[class*="tabWrap"] > .tabNav.range7Col > li:nth-child(2),
[class*="tabWrap"] > .tabNav.range7Col > li:nth-child(4),
[class*="tabWrap"] > .tabNav.range7Col > li:nth-child(6), { width: 14.29%; }
[class*="tabWrap"] > .tabDetail {
	margin-top: 30px;
}
[class*="tabWrap"] > .tabDetail > *:first-child {
	margin-top: 0 !important;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap {
	display: none;
}
.tabWrap01 > .tabNav {
	border-bottom: 1px solid #ddd;
}
.tabWrap01 > .tabNav > li {
	margin-left: 0 !important;
	font-size: 1.8rem;
	line-height: 1.6;
}
.tabWrap01 > .tabNav > li > a {
	padding: 10px;
}
.tabWrap01 > .tabNav > li > a:after {
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-ms-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
.tabWrap01 > .tabNav > .active > a {
	color: #333;
}
.tabWrap01 > .tabNav > .active > a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0e1271;
}
.noSide .tabNav > li > a {
	padding: 15px 10px;
}
.noSide .tabNav > .active > a {
	font-weight: 500;
}
.noSide .tabDetail,
.noSide .tabDetail .btnType01 {
	margin-top: 40px;
}
.noSide .tabDetail .col {
	margin-top: 20px;
}
.tabWrap02 > .tabNav {
	position: relative;
	border-bottom: 1px solid #0e1271;
}
.tabWrap02 > .tabNav > li > a {
	border: 1px solid #eee;
	border-bottom: none;
	background-color: #eee;
	letter-spacing: -.04em;
}
.tabWrap02 > .tabNav > li > a:hover {
	border-color: #0e1271;
	background-color: #fff;
	color: #0e1271;
}
.tabWrap02 > .tabNav > li > a > span {
	height: 59px;
}
.tabWrap02 > .tabNav > .active > a {
	border-color: #0e1271;
	background-color: #fff;
	color: #0e1271;
	font-weight: 500;
}
.tabWrap02 > .tabNav > .active > a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 1px;
	width: calc(100% - 2px);
	height: 1px;
	background-color: #fff;
}
.tabWrap02 > .tabNav.range7Col > li {
	width: 13.8%;
	margin-left: .5%;
}
.tabWrap02 > .tabNav.range7Col > li:first-child {
	width: 14.2%;
}
.tabWrap02 > .tabNav.range7Col > li:first-child.active > a:after {
	left: 0;
	width: calc(100% - 1px);
}
.tabWrap02 > .tabNav.range7Col > li:nth-child(7n+1) {
	margin-left: 0;
}

/* relatedInfo */
.relatedInfo {
	margin-top: 70px;
}
.relatedInfo > .title {
	position: relative;
	padding-bottom: 30px;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
}
.relatedInfo > .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background-color: #ddd;
}
.relatedInfo > .title + * {
	margin-top: 40px;
}
.relatedInfo .infoData {
	color: #666;
	font-size: 1.3rem;
	line-height: 1.1;
}
.relatedInfo .infoData > span {
	display: inline-block;
}
.relatedInfo .infoData > span + span {
	margin-left: 10px;
	padding-left: 9px;
	border-left: 1px solid #bbb;
}
.relatedInfo .infoData + * {
	margin-top: .5em;
}
.relatedInfo .colWrap,
.relatedInfo .colWrap[class*="range"] {
	margin-top: 30px;
}

/* contactWrap01 */
.contactWrap01 {
	margin-top: 70px;
	padding: 40px 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.contactWrap01 > .title {
	position: relative;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
}
.contactWrap01 > .title + .inner {
	margin-top: 24px;
}
.contactWrap01 > .inner > *:first-child {
	margin-top: 0 !important;
}
.contactWrap01 > .inner .colWrap {
	text-align: left;
}
.contactWrap01 > .inner .selectItem01 {
	width: 100%;
	margin-top: 1em;
}
.contactWrap01 > .inner .selectItem01 + * {
	margin-top: 1em !important;
}

/* plugin */
.plugin {
	display: table;
	width: 100%;
	margin-top: 80px;
	padding-top: 31px;
	background: url(/jp/common/img/com_ex01.png) repeat-x 0 0;
}
.plugin > * {
	display: table-cell;
	vertical-align: middle;
}
.plugin > .banner {
	width: 158px;
}
.plugin > .text {
	padding-left: 26px;
	color: #666;
}
.plugin > .text > *:first-child {
	margin-top: 0 !important;
}

/* sliderType */
[class*="sliderType"] {
	margin-top: 30px;
}
[class*="sliderType"] .sliderInner {
	position: relative;
}
[class*="sliderType"] .img {
	margin-top: 0;
}
[class*="sliderType"] .img img {
	width: 100%;
}
.sliderType01 .sliderInner {
	width: 345px;
	border: 1px solid #ddd;
}
.sliderType01 .sliderInner .slide {
	position: relative;
}
.sliderType01 .sliderInner .slideTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 17px 12px;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.2;
}
.sliderType01 .sliderInner + .sliderInner {
	border: none;
}
.sliderType01 .sliderInner + .sliderInner .slick-track {
	width: 100% !important;
}
.sliderType01 .sliderInner + .sliderInner .slide {
	width: 65px !important;
	margin: 4px 0 0 5px;
	border: 1px solid #ddd;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	cursor: pointer;
}
.sliderType01 .sliderInner + .sliderInner .slide:nth-child(5n+1) {
	margin-left: 0;
}
.sliderType01 .sliderInner + .sliderInner .slide.slick-current:after {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 2px solid #0e1271;
}
.sliderType01 .sliderInner + .sliderInner .slideTitle {
	display: none;
}
.sliderType02 .slick-arrow {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	margin: -40px 0 0;
	padding: 0;
	border: none;
	background-color: rgba(0, 0, 0, .6);
	-webkit-transition: all .1s ease-out 0s;
	-moz-transition: all .1s ease-out 0s;
	-ms-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
}
.sliderType02 .slick-arrow:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 13px;
	height: 22px;
	margin-top: -11px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -320px -120px;
}
.sliderType02 .slick-arrow:hover {
	opacity: .7;
}
.sliderType02 .slick-prev {
	left: 0;
}
.sliderType02 .slick-prev:after {
	left: 16px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sliderType02 .slick-next {
	right: 0;
}
.sliderType02 .slick-next:after {
	left: 20px;
}
.sliderType02 .slick-dots {
	height: 12px;
	margin-top: 21px;
	text-align: center;
}
.sliderType02 .slick-dots li {
	display: inline-block;
	overflow: hidden;
	height: 12px;
	vertical-align: top;
	cursor: pointer;
}
.sliderType02 .slick-dots button {
	width: 12px;
	height: 12px;
	vertical-align: top;
	margin: 0 9px;
	padding: 0;
	border: none;
	background-color: #ddd;
	-webkit-transition: all .1s ease-out 0s;
	-moz-transition: all .1s ease-out 0s;
	-ms-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	text-indent: -9999px;
}
.sliderType02 .slick-dots button:hover,
.sliderType02 .slick-dots .slick-active button {
	background-color: #0e1271;
}
.sliderType02.movType {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}

/* buildingMap */
.buildingMap {
	margin-top: 30px;
}
.buildingMap > .mapInner {
	position: relative;
	width: 714px;
	margin: 0 auto;
}
.buildingList > .boxLink02 {
	width: 160px;
}
.buildingList > .boxLink02 .boxTitle {
	padding: 4px 12px;
	font-size: 1.5rem;
}
.buildingList > .boxLink02 .boxTitle > span {
	display: inline-block;
	position: relative;
}
.buildingList > .boxLink02 .boxTitle > span:after {
	display: inline-block;
	content: "";
	position: relative;
	top: .45em;
	width: 5px;
	height: 8px;
	vertical-align: top;
	margin-left: 9px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -80px -80px;
}
.buildingList > [data-place] {
	position: absolute;
}
.buildingList > [data-place="koriyama"] {
	top: 39px;
	right: 0;
}
.buildingList > [data-place="oyama"] {
	top: 185px;
	right: 0;
}
.buildingList > [data-place="ibaraki"] {
	top: 332px;
	right: 0;
}
.buildingList > [data-place="tochigi"] {
	right: 191px;
	bottom: 0;
}
.buildingList > [data-place="shonan"] {
	left: 183px;
	bottom: 0;
}
.buildingList > [data-place="kanazawa"] {
	top: 0;
	left: 205px;
}
.buildingList > [data-place="awazu"] {
	top: 38px;
	left: 0;
}
.buildingList > [data-place="rokko"] {
	top: 185px;
	left: 0;
}
.buildingList > [data-place="osaka"] {
	top: 332px;
	left: 0;
}

/* selectItem */
[class*="selectItem"] {
	position: relative;
	width: 100% !important;
	margin-top: .5em;
	border: 1px solid #ddd;
	background-color: #fff;
	line-height: 1.2;
	cursor: pointer;
}
[class*="selectItem"] > .selected {
	display: block;
	position: relative;
	padding: 10px 24px 11px 12px;
}
[class*="selectItem"] > .selected:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 11px;
	width: 10px;
	height: 7px;
	margin-top: -3px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -280px -120px;
}
[class*="selectItem"] > .itemList {
	display: none;
	position: absolute;
	right: -1px;
	left: -1px;
	padding: 0 7px 6px;
	border: 1px solid #ddd;
	border-top: none;
	background-color: #fff;
	z-index: 2;
}
[class*="selectItem"] > .itemList > li {
	padding: 5px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
[class*="selectItem"] > .itemList > li:hover,
[class*="selectItem"] > .itemList > .enable {
	background-color: #f2f4f8;
	color: #0e1271;
}

/* staffSearchWrap */
.staffSearchWrap {
	margin-top: 30px;
}
.staffSearchWrap > .searchBox {
	padding: 20px;
	background-color: #eee;
}
.staffSearchWrap > .searchBox > .title {
	position: relative;
	padding-left: 29px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
}
.staffSearchWrap > .searchBox > .title:before {
	content: "";
	position: absolute;
	top: .25em;
	left: 0;
	width: 18px;
	height: 19px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -360px -40px;
}
.staffSearchWrap > .searchBox > .title + * {
	margin-top: 15px;
}
.staffSearchWrap > .searchBox > .details {
	display: table;
	width: 100%;
}
.staffSearchWrap > .searchBox > .details > * {
	display: table-cell;
	vertical-align: top;
}
.staffSearchWrap > .searchBox > .details > .selectList {
	width: 83.086%;
}
.staffSearchWrap > .searchBox > .details > .selectList > li {
	float: left;
	width: 32.1428%;
	margin-left: 1.7858%;
}
.staffSearchWrap > .searchBox > .details > .selectList > li:nth-child(3n+1) {
	margin-left: 0;
}
.staffSearchWrap > .searchBox > .details > .selectList > li > span {
	display: block;
	position: relative;
	padding-left: 12px;
	line-height: 1.1;
}
.staffSearchWrap > .searchBox > .details > .selectList > li > span:before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #0e1271;
}
.staffSearchWrap > .searchBox > .details > .reset {
	padding: 30px 0 0 16px;
	font-size: 1.3rem;
}
.staffSearchWrap > .searchBox > .details > .reset > a {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	color: #333;
}
.staffSearchWrap > .searchBox > .details > .reset > a:before {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	width: 25px;
	height: 25px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -40px -360px;
}
.staffSearchWrap > .searchResults {
	margin-top: 30px;
}
.staffSearchWrap > .searchResults > *:first-child {
	margin-top: 0 !important;
}
.staffSearchWrap > .searchResults > .colWrap > .col {
	margin-top: 20px;
}

/* commentBlock */
.commentBlock {
	margin-top: 30px;
}
.commentBlock > .name {
	display: inline-block;
	width: 62px;
	padding: 4px 0 6px;
	background-color: #0e1271;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.1;
	text-align: center;
}
.commentBlock > .name + .name {
	margin-left: 5px;
}
.commentBlock > .comment {
	margin: -1.8em 0 0 80px;
}
.commentBlock > .name + .name + .comment {
	margin-left: 147px;
}
.commentBlock > .comment > *:first-child {
	margin-top: 0 !important;
}
.colLeft + .colText .commentBlock {
	display: table;
}

/* scheduleList */
.scheduleList {
	margin-top: 30px;
}
.boxType01 .scheduleList {
	width: 73.3945%;
	margin: 0 auto 10px;
}
.boxType01 .scheduleList li {
	position: relative;
	min-height: 42px;
	padding-left: 57px;
}
.boxType01 .scheduleList li + li {
	margin-top: 15px;
}
.boxType01 .scheduleList li:before {
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(/jp/common/img/com_sp02.png) no-repeat;
	z-index: 2;
}
.boxType01 .scheduleList li:after {
	content: "";
	position: absolute;
	top: 36px;
	left: 17px;
	width: 1px;
	height: 100%;
	background: url(/jp/common/img/com_ex02.png) repeat-y 0 0;
	z-index: 1;
}
.boxType01 .scheduleList li:last-child:after {
	display: none;
}
.boxType01 .scheduleList .time {
	display: inline-block;
	color: #0e1271;
}
/* time 00 */
.boxType01 .scheduleList li[data-time="7"]:before { background-position: -280px 0; }
.boxType01 .scheduleList li[data-time="8"]:before { background-position: -320px 0; }
.boxType01 .scheduleList li[data-time="9"]:before { background-position: -360px 0; }
.boxType01 .scheduleList li[data-time="10"]:before { background-position: -400px 0; }
.boxType01 .scheduleList li[data-time="11"]:before { background-position: -440px 0; }
.boxType01 .scheduleList li[data-time="12"]:before { background-position: 0 0; }
.boxType01 .scheduleList li[data-time="13"]:before { background-position: -40px 0; }
.boxType01 .scheduleList li[data-time="14"]:before { background-position: -80px 0; }
.boxType01 .scheduleList li[data-time="15"]:before { background-position: -120px 0; }
.boxType01 .scheduleList li[data-time="16"]:before { background-position: -160px 0; }
.boxType01 .scheduleList li[data-time="17"]:before { background-position: -200px 0; }
.boxType01 .scheduleList li[data-time="18"]:before { background-position: -240px 0; }
.boxType01 .scheduleList li[data-time="19"]:before { background-position: -280px 0; }
/* time unique */
.boxType01 .scheduleList li[data-time="6-20"]:before { background-position: -320px -80px; }
.boxType01 .scheduleList li[data-time="7-15"]:before { background-position: -360px -80px; }
.boxType01 .scheduleList li[data-time="7-40"]:before { background-position: 0 -40px; }
.boxType01 .scheduleList li[data-time="7-45"]:before { background-position: -40px -40px; }
.boxType01 .scheduleList li[data-time="7-55"]:before { background-position: -80px -40px; }
.boxType01 .scheduleList li[data-time="8-15"]:before { background-position: -120px -40px; }
.boxType01 .scheduleList li[data-time="8-30"]:before { background-position: -160px -40px; }
.boxType01 .scheduleList li[data-time="8-35"]:before { background-position: -200px -40px; }
.boxType01 .scheduleList li[data-time="8-40"]:before { background-position: -240px -40px; }
.boxType01 .scheduleList li[data-time="9-30"]:before { background-position: -280px -40px; }
.boxType01 .scheduleList li[data-time="10-30"]:before { background-position: -320px -40px; }
.boxType01 .scheduleList li[data-time="11-30"]:before { background-position: -360px -40px; }
.boxType01 .scheduleList li[data-time="12-45"]:before { background-position: -400px -40px; }
.boxType01 .scheduleList li[data-time="13-30"]:before { background-position: -440px -40px; }
.boxType01 .scheduleList li[data-time="14-30"]:before { background-position: 0 -80px; }
.boxType01 .scheduleList li[data-time="14-45"]:before { background-position: -40px -80px; }
.boxType01 .scheduleList li[data-time="15-30"]:before { background-position: -80px -80px; }
.boxType01 .scheduleList li[data-time="16-15"]:before { background-position: -120px -80px; }
.boxType01 .scheduleList li[data-time="16-30"]:before { background-position: -160px -80px; }
.boxType01 .scheduleList li[data-time="17-15"]:before { background-position: -200px -80px; }
.boxType01 .scheduleList li[data-time="17-30"]:before { background-position: -240px -80px; }
.boxType01 .scheduleList li[data-time="18-30"]:before { background-position: -280px -80px; }

/* selectLinkType01 */
.selectLinkType01 [class*="btnType"] {
	padding: 0;
}

/* readingMatter */
.readingMatter > .imgWrap01 {
	display: table;
	margin: 0 auto;
}
.readingMatter > .imgWrap01 > .emCaption {
	margin-top: 1em;
	line-height: 1.7;
}
.readingMatter > .leadType01 {
	margin-top: 60px;
}
.readingMatter > .leadType01 + .leadType01 {
	margin-top: 1em;
}
.readingMatter > .leadType02 {
	margin-top: 2em;
}

/* colorbox */
#cboxContent {
	position: relative;
}
#cboxContent #cboxLoadedContent {
	padding: 0;
	-webkit-box-shadow: 0  5px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}
#cboxContent #cboxClose {
	display: block;
	position: absolute;
	top: -42px;
	right: 0;
	width: 42px;
	height: 42px;
	background-color: #0e1271;
	text-indent: -9999px;
}
#cboxContent #cboxClose:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 25px;
	margin: -12px 0 0 -12px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -320px -40px;
}
.cboxPhoto {
	width: 100% !important;
	height: auto !important;
}

/* modalContents */
.modalContents {
	display: none;
}
.modalDetail .modalInner {
	padding: 30px;
	background-color: #fff;
}
.modalDetail .modalInner > *:first-child {
	margin-top: 0 !important;
}

/* modalSlider */
.modalSlider {
	padding: 10px;
}
.modalSlider > *:first-child {
	margin-top: 0 !important;
}
.modalSlider .slick-slider {
	position: static;
}
.modalSlider .slick-slider .colRight .img img {
	width: 100%;
}
.modalSlider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 96px;
	margin: -48px 0 0;
	padding: 0;
	border: none;
	background-color: #666;
	-webkit-transition: all .1s ease-out 0s;
	-moz-transition: all .1s ease-out 0s;
	-ms-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
}
.modalSlider .slick-arrow:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 13px;
	height: 22px;
	margin-top: -11px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -320px -120px;
}
.modalSlider .slick-arrow:hover {
	background-color: #949494;
}
.modalSlider .slick-prev {
	left: 0;
}
.modalSlider .slick-prev:after {
	left: 7px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.modalSlider .slick-next {
	right: 0;
}
.modalSlider .slick-next:after {
	left: 12px;
}
.modalSlider .naviType01 .slick-track {
	width: 100% !important;
}
.modalSlider .naviType01 .slick-slide {
	width: auto !important;
}
.modalSlider .naviType01 .linkType01 li > a {
	padding-left: 14px;
}
.modalSlider .naviType01 .linkType01 li > a:before {
	top: .65em;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -40px -80px;
}
.modalSlider .naviType01 .linkType01 .slick-current > a {
	color: #333;
	font-weight: 500;
	text-decoration: none;
}
.modalSlider [class*="linkType"] a:after {
	text-indent: -99999px;
}

/* objectArea */
.objectArea {
	display: table;
	margin: 30px auto 0;
}

/* googleMapArea */
.googleMapArea {
	margin-top: 30px;
}
.googleMapArea iframe {
	width: 100%;
	max-width: 954px;
	border: none;
}

/* networkRegionMap */
.networkRegionMap {
	margin-top: 50px;
}
.networkRegionMap > *:first-child,
.regionSelect > .item > *:first-child {
	margin-top: 0 !important;
}
.networkRegionMap [data-machine-type="産業機械他"] {
	display: none;
}
.networkRegionMap .tabWrap02 {
	font-size: 1.4rem;
}

/* regionSelect */
.regionSelect {
	margin-top: 40px;
	background-color: #eee;
}
.regionSelect > .item {
	float: left;
	width: 306px;
	padding: 15px 0 15px 30px;
}
.regionSelect > .item + .item {
	width: calc(100% - 306px);
	border-left: 2px solid #fff;
}
.regionSelect > .item [class*="radioType"] {
	padding-bottom: 5px;
}
.regionSelect > .item [class*="radioType"].rangeVarCol > li {
	margin: 12px 30px 0 0 !important;
}
.regionSelect > .item [class*="radioType"].rangeVarCol > .rowLast {
	margin-right: 0 !important;
}
.regionSelect > .item [class*="radioType"].rangeVarCol > .rowLast + li {
	clear: left;
}

/* regionMap */
.regionMap {
	position: relative;
	margin-top: 40px;
}
.regionLegend {
	overflow: hidden;
	padding: 10px 5px 10px 15px;
	background-color: rgba(255, 255, 255, .5);
}
.regionLegend > .legendList {
	margin-right: -30px;
}
.regionLegend > .legendList > li {
	float: left;
	margin-right: 30px;
	font-size: 1.3rem;
	letter-spacing: -.04em;
}
.regionLegend > .legendList > .baseType01:before { top: .5em; }
.regionLegend > .legendList > .baseType02:before { top: .5em; }
.regionLegend > .legendList > .baseType03:before,
.regionLegend > .legendList > .baseType04:before,
.regionLegend > .legendList > .baseType05:before { top: -.25em; }
.regionLegend.industrial > .legendList > .baseType03,
.regionLegend.industrial > .legendList > .baseType04,
.regionLegend.industrial > .legendList > .baseType05 { display: none; }
.regionMap .regionLegend {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 22%;
}
.regionItem {
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}
.regionItem > .itemName > * {
	display: block;
	padding: 10px 13px 11px;
	background-color: #26297f;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -.04em;
}
.regionItem > .itemName > a:after {
	content: "";
	display: inline-block;
	position: relative;
	top: .4em;
	width: 6px;
	height: 10px;
	vertical-align: top;
	margin-left: 10px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -480px 0;
}
.regionItem > .itemInner {
	padding: 9px 13px 10px;
	background-color: #fff;
}
.regionItem .basesNumber > li {
	float: left;
	margin: .3em 30px 0 0;
	line-height: 1.25;
}
.regionItem .basesNumber > li:nth-child(-n+2) {
	margin-top: 0;
}
.regionItem .basesNumber > li:nth-child(3) {
	clear: left;
}
.regionItem .basesNumber > li:nth-child(4),
.regionItem .basesNumber > li:nth-child(5) {
	margin-right: 0;
}
.regionItem .basesNumber a {
	text-decoration: underline;
	outline: none;
}
.regionItem .basesNumber a:hover {
	text-decoration: none;
}
.regionItem .basesNumber .iconBase {
	display: inline-block;
	font-family: 'Yantramanav', sans-serif;
	font-size: 2rem;
	font-weight: 500;
}
.regionItem .basesNumber > .baseType01:before { top: .4em; }
.regionItem .basesNumber > .baseType02:before { top: .4em; }
.regionItem .basesNumber > .baseType03:before,
.regionItem .basesNumber > .baseType04:before,
.regionItem .basesNumber > .baseType05:before { top: -.2em; }
.regionMap > .regionItem {
	position: absolute;
	top: 33.3333%;
	left: 25%;
	width: 50%;
}
.regionGroup .regionItem {
	position: absolute;
	width: 16%;
}
.regionGroup .regionItem > .itemInner {
	padding: 11px 13px 8px;
}
.regionGroup .regionItem[data-region*="日本"] {
	top: 37.3585%;
	right: 8.3333%;
}
.regionGroup .regionItem[data-region*="米州"] {
	top: 37.3019%;
	left: 8.5%;
}
.regionGroup .regionItem[data-region*="欧州"] {
	top: 13.9623%;
	left: 36.1667%;
}
.regionGroup .regionItem[data-region*="アジア"] {
	top: 60.6%;
	right: 27.3333%;
	width: 18%;
}
.regionGroup .regionItem[data-region*="アフリカ"] {
	top: 56.3%;
	left: 35.8333%;
}
.regionGroup .regionItem[data-region*="中国"] {
	top: 10.7547%;
	right: 27.9167%;
}
.regionGroup .regionItem .basesNumber > li {
	width: 44.7369%;
	margin-right: 0;
}
.regionGroup .regionItem .basesNumber > li:nth-child(2n+1) {
	clear: left;
	width: 55.2631%;
}

/* regionMap */
li[class*="baseType"],
tr[class*="baseType"] .iconBase {
	position: relative;
	padding-left: 22px;
	font-size: 1.4rem;
}
tr[class*="baseType"] .iconBase {
	display: inline-block;
}
li[class*="baseType"]:before,
tr[class*="baseType"] .iconBase:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
li.baseType01:before,
tr.baseType01 .iconBase:before {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ff8839;
}
li.baseType02:before,
tr.baseType02 .iconBase:before {
	width: 11px;
	height: 11px;
	background-color: #444791;
}
li.baseType03:before,
tr.baseType03 .iconBase:before,
li.baseType04:before,
tr.baseType04 .iconBase:before,
li.baseType05:before,
tr.baseType05 .iconBase:before {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 6px solid transparent;
}
li.baseType03:before,
tr.baseType03 .iconBase:before {
	border-bottom-color: #358535;
}
li.baseType04:before,
tr.baseType04 .iconBase:before {
	border-bottom-color: #e85a82;
}
li.baseType05:before,
tr.baseType05 .iconBase:before {
	border-bottom-color: #7d39c3;
}

/* networkRegionList */
.networkRegionList > *:first-child,
.networkRegionList .baseResult > *:first-child {
	margin-top: 0 !important;
}
.networkRegionList {
	margin-top: 50px;
}
.networkRegionList .baseResult {
	margin-top: 20px;
}
.networkRegionList .baseResult[data-machine-type="産業機械他"] {
	display: none;
}
.networkRegionList [class*="baseType"] .iconBase {
	display: block;
	padding: 20px 0 0;
	font-family: 'Yantramanav', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}
.networkRegionList [class*="baseType"] .iconBase:before {
	left: 50%;
}
.networkRegionList .baseType01 .iconBase:before {
	margin-left: -6px;
}
.networkRegionList .baseType02 .iconBase:before {
	margin-left: -5px;
}
.networkRegionList .baseType03 .iconBase:before,
.networkRegionList .baseType04 .iconBase:before,
.networkRegionList .baseType05 .iconBase:before {
	top: -7px;
	margin-left: -5px;
}
.networkRegionList .tableType01 {
	font-size: 1.4rem;
}
.networkRegionList .tableType01 a.inline {
	text-decoration: none;
}
.networkRegionList .tableType01 a.inline:hover {
	text-decoration: underline;
}

/* history */
.history {
	margin-top: 10px;
}
.history > *:first-child {
	margin-top: 0 !important;
}
.history .historySection:last-of-type:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-top: 7px solid #ddd;
	border-right: 5px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 5px solid transparent;
}
.history .historySection:last-of-type .historyDetail {
	padding-bottom: 100px;
}
.history [class*="leadType"] {
	margin-top: 2em;
	line-height: 1.8;
}

/* historyIcons */
.historyIcons > ul {
	float: right;
}
.historyIcons > ul > li {
	position: relative;
	float: left;
	margin-left: 40px;
	padding-left: 20px;
}
.historyIcons > ul > li:before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}
.historyIcons > ul > li[data-history="企業"]:before { background-color: #0e1271; }
.historyIcons > ul > li[data-history="製品"]:before { background-color: #eaaa00; }

/* historySection */
.historySection {
	margin-top: 55px;
}
.historySection + .historySection,
.historySection > *:first-child {
	margin-top: 0 !important;
}
.historyHead {
	padding: 20px 0 27px;
	border-top: 2px solid #0e1271;
	background-color: #f3f4f8;
	text-align: center;
}
.historyTitle01 {
	color: #0e1271;
	font-size: 4.2rem;
	font-weight: 500;
	line-height: 1.1;
}
.historyTitle01 .year {
	font-family: 'Yantramanav', sans-serif;
	font-size: 6.2rem;
	font-weight: 600;
}
.historyTitle01 + .historyLead {
	margin-top: 3px;
}
.historyTitle02 {
	padding-bottom: 10px;
	border-bottom: 1px solid;
	font-size: 1.8rem;
	line-height: 1.1;
}
.historyLead {
	font-size: 1.6rem;
}
.historyDetail {
	position: relative;
	padding: 45px 0;
}
.historyDetail:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background-color: #ddd;
	z-index: -1;
}
.historyDetail > *:first-child {
	margin-top: 0 !important;
}
.historyItem {
	width: 50%;
	margin-top: 0;
	font-size: 1.4rem;
}
.historyItem .itemInner {
	position: relative;
	padding-top: 1em;
}
.historyItem .itemInner:before {
	content: "";
	position: absolute;
	top: -7px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}
.historyItem .itemInner > *:first-child {
	margin-top: 0 !important;
}
.historyItem .img {
	margin: 15px 0 30px;
}
.historyItem:last-child .img {
	margin-bottom: 0;
}
.historyItem.itemR {
	clear: right;
	float: right;
}
.historyItem.itemR > * {
	padding-left: 62px;
}
.historyItem.itemR .itemInner:before {
	left: -6px;
}
.historyItem.itemL {
	clear: left;
	float: left;
}
.historyItem.itemL > * {
	padding-right: 62px;
}
.historyItem.itemL .itemInner:before {
	right: -7px;
}
.historyItem.model01 {
	margin-top: 60px;
}
.historyItem.model02 {
	margin-top: 30px;
}
.historyItem.model03 {
	margin-top: 0;
}
.historyItem[data-history="企業"] .historyTitle02 { border-bottom-color: #0e1271; color: #0e1271; }
.historyItem[data-history="企業"] .itemInner:before { background-color: #0e1271; }
.historyItem[data-history="製品"] .historyTitle02 { border-bottom-color: #eaaa00; color: #d17100; }
.historyItem[data-history="製品"] .itemInner:before { background-color: #eaaa00; }


/* for category top
================================ */

/* common --- purposeMenu */
.purposeMenu > .menuSwitch {
	display: block;
	position: fixed;
	top: 214px;
	right: 0;
	width: 44px;
	height: 185px;
	background-color: #fff;
	z-index: 99;
}
.purposeMenu > .menuSwitch a {
	display: block;
	width: 44px;
	height: 185px;
	padding: 58px .5em 13px;
	background: #ffc836 url(/jp/common/img/com_sp01.png) no-repeat -358px -438px;
	color: #0e1271;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.purposeMenu > .menuSwitch a:hover {
	opacity: .7;
}
.modalMenuInner {
	min-height: 545px;
	padding: 40px 40px 25px;
	background-color: #fff;
}
.modalMenuInner > *:first-child {
	margin-top: 0 !important;
}
.modalMenuInner .tabWrap02 > .tabNav > li > a {
	padding: 0;
}
.modalMenuInner .tabWrap02 > .tabNav.range2Col > li {
	width: 49.6296%;
	margin-left: .7408%;
}
.modalMenuInner .tabWrap02 > .tabNav.range3Col > li {
	width: 32.0988%;
	margin-left: 1.8518%;
}
.modalMenuInner .tabWrap02 > .tabDetail {
	margin-top: 30px !important;
}

/* common --- contentsWrap */
.interiorMain > *:first-child,
.interiorMain > .btnType01.spElm + .colWrap.range3Col.spBreak,
.interiorSidebar > *:first-child {
	margin-top: 0 !important;
}
.interiorMain {
	float: left;
	width: 100%;
	min-width: 694px;
}
.interiorSidebar {
	float: right;
	width: 222px;
	font-size: 1.4rem;
}
.contentsWrap[data-column-ratio="3"] > .interiorMain {
	width: 66%;
	min-width: inherit;
}
.contentsWrap[data-column-ratio="3"] > .interiorSidebar {
	width: 32%;
}
.sidebarItem {
	padding-top: 0;
	border-top: none;
}
.sidebarItem > .sbBoxType01 {
	margin-top: 20px;
}
.sidebarItem > .sbBoxType04 .boxInner {
	padding-top: 9px;
}
.sidebarItem .calendarList > li {
	padding-bottom: 9px;
}
.sidebarItem .calendarList > li:last-child {
	padding-bottom: 1px;
}
.sidebarItem .calendarList > li + li {
	padding-top: 8px;
	background: url(/jp/common/img/com_ex01.png) repeat-x 0 0;
}
.sidebarItem .calendarList > li .date {
	color: #666;
	font-size: 1.2rem;
}
.sidebarItem .calendarList > li .title {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.sidebarItem .calendarList > li a {
	display: block;
	text-decoration: none;
}
.sidebarItem .calendarList > li a:hover .title {
	text-decoration: underline;
}
.sidebarItem .faqList > li {
	display: table;
	width: 100%;
	margin-top: 6px;
	line-height: 1.4;
}
.sidebarItem .faqList > li + li {
	margin-top: 10px;
}
.sidebarItem .faqList > li a {
	display: table-cell;
	height: 32px;
	vertical-align: middle;
	padding-left: 42px;
	background: url(/jp/ir/img/ir_ic01.png) no-repeat 0 50%;
}

/* ir --- sriBlock */
.sriBlock {
	margin-top: 60px;
	padding-top: 50px;
	border-top: 1px solid #ddd;
	text-align: center;
}
.sriBlock .img {
	margin-top: 0;
}
.sriBlock .img > * {
	margin-right: auto;
	margin-left: auto;
}
.sriBlock .sriCaption {
	padding-bottom: 40px;
	font-size: 1.8rem;
	line-height: 1.3;
}

/* csr --- purposeMenu */
[data-category="csr"] .modalMenuInner [class*="tabWrap"] > .tabNav.range3Col > li > a > span,
[data-category="csr"] .modalMenuInner .tabWrap01 > .tabDetail {
	font-size: 1.4rem;
	line-height: 1.4;
}
[data-category="csr"] .modalMenuInner .tabWrap01 > .tabNav.range3Col > li > a {
	padding: 20px 10px;
}
[data-category="csr"] .modalMenuInner .tabWrap01 > .tabNav.range3Col > .active > a {
	font-weight: 600;
}
[data-category="csr"] .modalMenuInner .tabWrap02 > .tabNav.range3Col > li > a > span {
	height: 50px;
}
[data-category="csr"] .modalMenuInner .tabWrap01 > .tabDetail {
	margin-top: 26px !important;
}
[data-category="csr"] .modalMenuInner .tabWrap01 > .tabDetail > .linkType01 {
	padding: 0 15px;
}
[data-category="csr"] .modalMenuInner .tabWrap01 > .tabDetail .linkType01 > li > a:before {
	top: .5em;
}
[data-category="csr"] .modalMenuInner .tabWrap01 > .tabDetail .group {
	margin-top: 27px;
}
[data-category="csr"] .modalMenuInner .tabWrap01 > .tabDetail .group + .group {
	margin-top: 28px;
}
[data-category="csr"] .modalMenuInner .tabWrap01 > .tabDetail .group .linkType01 > li {
	margin-top: .9em;
}
[data-category="csr"] .modalMenuInner .tabWrap01 > .tabDetail .groupTitle > * {
	display: block;
	padding: 10px 15px;
	background-color: #eee;
	font-size: 1.4rem;
	font-weight: 500;
}
[data-category="csr"] .modalMenuInner .tabWrap02 > .tabDetail {
	margin-top: 6px !important;
}

/* csr --- csrTopics */
.csrTopics {
	position: relative;
	float: right;
	width: 65.1667%;
	height: 420px;
	margin-top: -420px;
	z-index: 2;
}
.csrTopics a:hover {
	opacity: .7;
}
.csrTopics .priorityField {
	display: -webkit-flex;
	display: flex;
}
.csrTopics .priorityField .item {
	width: calc((100% - 2px) / 3);
}
.csrTopics .priorityField .item + .item {
	margin-left: 1px;
}
.csrTopics .priorityField .item a {
	display: block;
	position: relative;
	height: 301px;
	padding-top: 33px;
	background: no-repeat 0 0;
	color: #fff;
	text-decoration: none;
}
.csrTopics .priorityField .item a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -471px 7px;
}
.csrTopics .priorityField .item span {
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
}
.csrTopics .priorityField .item .itemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 7px 0 8px;
	text-align: center;
}
.csrTopics .priorityField .item .itemTheme {
	display: block;
	width: 100%;
	font-size: 2.4rem;
	text-align: center;
}
.csrTopics .priorityField .item .itemTheme .sub {
	margin-top: 5px;
	font-size: 1.4rem;
}
.csrTopics .priorityField .item[data-field="products"] a { background-image: url(/jp/csr/img/csr_bg02.png); }
.csrTopics .priorityField .item[data-field="products"] a:after,
.csrTopics .priorityField .item[data-field="products"] .itemTitle { background-color: #9ebb10; }
.csrTopics .priorityField .item[data-field="products"] .itemTheme { padding-top: 22px; }
.csrTopics .priorityField .item[data-field="people"] a { background-image: url(/jp/csr/img/csr_bg03.png); }
.csrTopics .priorityField .item[data-field="people"] a:after,
.csrTopics .priorityField .item[data-field="people"] .itemTitle { background-color: #e27711; }
.csrTopics .priorityField .item[data-field="people"] .itemTheme { padding-top: 31px; }
.csrTopics .priorityField .item[data-field="society"] a { background-image: url(/jp/csr/img/csr_bg04.png); }
.csrTopics .priorityField .item[data-field="society"] a:after,
.csrTopics .priorityField .item[data-field="society"] .itemTitle { background-color: #1b87bd; }
.csrTopics .priorityField .item[data-field="society"] .itemTheme { padding-top: 27px; }
.citizenship .item {
	display: table;
	width: 100%;
}
.citizenship .item a {
	display: table-cell;
	height: 119px;
	padding: 0 350px 0 28px;
	vertical-align: middle;
	background: url(/jp/csr/img/csr_bg05.png) no-repeat 100% 0;
	color: #222;
	text-decoration: none;
	line-height: 1.4;
}
.citizenship .item .itemTitle {
	display: block;
	position: relative;
	padding-left: 12px;
	font-size: 2rem;
}
.citizenship .item .itemTitle:before {
	content: "";
	position: absolute;
	top: .6em;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -480px -240px;
}
.citizenship .item .itemLead {
	display: block;
	margin-top: 5px;
	font-size: 1.4rem;
}

/* csr --- csrContent */
.csrContent .spAcodDetail {
	display: block !important;
}

/* csr --- csrBtnType */
[class*="csrBtnType"] {
	display: table;
	width: 100%;
}
[class*="csrBtnType"] a {
	display: table-cell;
	height: 120px;
	vertical-align: middle;
	padding: 0 190px 0 30px;
	background: no-repeat 100% 0;
	color: #fff;
	text-decoration: none;
}
[class*="csrBtnType"] a:hover {
	opacity: .7;
}
[class*="csrBtnType"] span {
	display: inline-block;
	position: relative;
	padding-left: 21px;
	font-size: 2.2rem;
	line-height: 1.1;
}
[class*="csrBtnType"] span:before {
	content: "";
	position: absolute;
	top: .35em;
	left: 0;
	width: 6px;
	height: 10px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -480px 0;
}
.csrBtnType01 a { background-image: url(/jp/csr/img/csr_bg06.png); }
.csrBtnType02 a { background-image: url(/jp/csr/img/csr_bg07.png); }
.csrBtnType03 a { background-image: url(/jp/csr/img/csr_bg08.png); }

/* csr --- moviesLibrary */
#moviesLibrary > .col {
	width: 47.9592%;
	margin: 26px 0 0 4.0816%;
}
#moviesLibrary > .col a.openModal02 .img > span:after {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background-position: -440px -440px;
}
#moviesLibrary > .col[data-field] a:after {
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 10px 6px;
	font-size: 1.2rem;
	line-height: 1.1;
}
#moviesLibrary > .col[data-field="products"] a:after {
	content: "生活を豊かにする";
	background-color: #9ebb10;
}
#moviesLibrary > .col[data-field="people"] a:after {
	content: "人を育てる";
	background-color: #e27711;
}
#moviesLibrary > .col[data-field="society"] a:after {
	content: "社会とともに発展する";
	background-color: #1b87bd;
}
#moviesLibrary > .boxLink02 .boxTitle {
	padding: 11px 18px;
	font-size: 1.4rem;
}

/* recruit --- principlesOfRecruit */
.principlesOfRecruit {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.principlesOfRecruit > li:nth-child(1) {
	-webkit-order: 1;
	order: 1;
}
.principlesOfRecruit > li:nth-child(2) {
	clear: left;
	margin: .5em 0 0 !important;
	-webkit-order: 3;
	order: 3;
}
.principlesOfRecruit > li:nth-child(3) {
	-webkit-order: 5;
	order: 5;
}
.principlesOfRecruit > li:nth-child(4) {
	margin-top: 0 !important;
	-webkit-order: 2;
	order: 2;
}
.principlesOfRecruit > li:nth-child(5) {
	clear: none;
	margin-left: 2% !important;
	-webkit-order: 4;
	order: 4;
}


/* for press
================================ */
.bullet {
	vertical-align: middle;
}
.titleImage {
	padding-bottom: 6px;
}
.pressItemContainer h2 {
	padding-bottom: 5px;
	font-weight: 500;
}
.pressItemContainer h2.subtitle {
	padding-bottom: 28px;
}
.pressItemContainer .mainText .pressPhoto {
	padding-top: 10px;
}
.pressItemContainer .mainText .pressPhoto .caption {
	padding-top: 15px;
	font-size: 1.3rem !important;
	font-weight: normal;
}
.pressItemContainer .mainText .normalTable th {
	vertical-align: top;
	padding-right: 15px;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
}
.pressItemContainer .mainText .normalTable td {
	vertical-align: top;
	padding-right: 15px;
	word-break: break-all;
}
.pressItemContainer .mainText h3 {
	padding-bottom: 4px;
}
.pressItemContainer .mainText .specTable,
.pressItemContainer .mainText .recallinfoTable,
.pressItemContainer .mainText .recalltargetTable {
	width: 100%;
	border-bottom: 1px solid #999;
}
.pressItemContainer .mainText .specTable p,
.pressItemContainer .mainText .recallinfoTable p,
.pressItemContainer .mainText .recalltargetTable p {
	margin: 0;
	padding: 3px;
}
.pressItemContainer .mainText .specTable th {
	padding-bottom: 3px;
	font-size: 1.3rem;
}
.pressItemContainer .mainText .specTable th p {
	background-color: #5693B7;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
.pressItemContainer .mainText .specTable td,
.pressItemContainer .mainText .recallinfoTable td,
.pressItemContainer .mainText .recalltargetTable th,
.pressItemContainer .mainText .recalltargetTable td {
	vertical-align: top;
	border-top: 1px solid #999;
	font-size: 1.3rem;
	word-break: break-all;
}
.pressItemContainer .mainText .recallinfoTable td.h {
	width: 40%;
}
.pressItemContainer .mainText .recalltargetTable th.td1 { width: 6em; }
.pressItemContainer .mainText .recalltargetTable th.td2 { width: 6em; }
.pressItemContainer .mainText .recalltargetTable th.td3 { width: 6em; }
.pressItemContainer .mainText .recalltargetTable th.td4 { width: 22em; }
.pressItemContainer .mainText .recalltargetTable th.td5 { width: 6em; }
.pressItemContainer .mainText .recalltargetTable th p {
	font-weight: normal;
	text-align: left;
}
.pressItemContainer .caution {
	font-size: 1.4rem;
}
.date {
	font-weight: 500;
}
.sideImage {
	padding: 18px 0 35px;
}
.relationLink h3 {
	padding: 0 0 4px 0;
	border-bottom: 3px solid #000099;
}
#subMenu li {
	padding: 4px 0;
	background: url(/jp/common/img/com_ex01.png) repeat-x 0 100%;
}
#subMenu .l2nd {
	padding-left: 10px;
}


/* for probo
================================ */
#probo {
	margin-top: 50px !important;
}

/* searchBar */
#probo .searchBar {
	width: auto;
	padding: 0;
}
#probo .searchBar:before {
	display: none;
}
#probo .searchBar input[type="text"] {
	width: 450px;
	height: 40px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	font-size: 1.4rem;
}
#probo .searchBar input[type="submit"] {
	position: static;
	width: 130px;
	height: 40px;
	margin-left: 10px;
	padding-left: 20px;
	background: #0e1271 url(/jp/common/img/com_search_ic01.png) no-repeat 29px 50%;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	color: #fff;
	font-size: 1.4rem;
	text-indent: 0;
}
#probo .searchBar input[type="submit"]:hover {
	opacity: .7;
}

/* searchOption */
.searchOption {
	margin-top: 20px;
}
.searchOption ._pbox-refine-1 {
	display: table;
	width: 100%;
	padding: 10px;
	background-color: #eee;
}
.searchOption ._pbox-refine-1 > * {
	display: table-cell;
	vertical-align: middle;
}
.searchOption ._pbox-refine-1 ._title {
	width: 180px;
	padding-right: 9px;
	border-right: 1px solid #ddd;
	color: #0e1271;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}
.searchOption ._pbox-refine-1 ._title:before {
	display: inline-block;
	content: "";
	position: relative;
	top: .75em;
	width: 5px;
	height: 5px;
	margin-right: 7px;
	vertical-align: top;
	background-color: #0e1271;
}
.searchOption ._pbox-refine-1 ._refs {
	padding: 0 0 0 29px;
	border: none;
}
.searchOption ._pbox-refine-1 ._refs ._ref {
	margin: 0 30px 0 0;
	padding: 0;
	font-size: 1.4rem;
}
.searchOption ._pbox-refine-1 ._refs ._ref label {
	display: inline-block;
	position: relative;
	padding-left: 23px;
	line-height: 14px;
	cursor: pointer;
}
.searchOption ._pbox-refine-1 ._refs ._ref label:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 11px;
	height: 11px;
	border: 1px solid #707070;
	background-color: #fff;
}
.searchOption ._pbox-refine-1 ._refs ._ref input[type*="checkbox"] {
	display: none;
}
.searchOption ._pbox-refine-1 ._refs ._ref input[type*="checkbox"] + span:before,
.searchOption ._pbox-refine-1 ._refs ._ref input[type*="checkbox"] + span:after {
	content: "";
	position: absolute;
	background-color: #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.searchOption ._pbox-refine-1 ._refs ._ref input[type*="checkbox"]:checked + span:before {
	top: 7px;
	left: 2px;
	width: 5px;
	height: 2.5px;
}
.searchOption ._pbox-refine-1 ._refs ._ref input[type*="checkbox"]:checked + span:after {
	top: 4px;
	left: 7px;
	width: 2.5px;
	height: 7px;
}

/* pbox-search-status */
.pbox-search-status {
	margin-top: 40px;
}
.pbox-search-status ._pbox-search-status {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 13px 20px 14px;
	border-top: 2px solid #999;
	background-color: #eee;
}
.pbox-search-status ._pbox-search-status .resultTitle {
	font-size: 1.8rem;
}
.pbox-search-status ._pbox-search-status ._totalhits {
	font-weight: 600;
}
.pbox-search-status ._pbox-search-status .resultPosition {
	margin-left: 30px;
	font-size: 1.4rem;
}

/* _records */
._records ._record {
	position: relative;
	margin-top: 1.6em;
}
._records ._record > * {
	display: block;
}
._records ._record > ._id {
	position: absolute;
	top: 0;
	left: 0;
	color: #0e1271;
	font-size: 1.4rem;
	font-weight: 600;
}
._records ._record > ._id:after {
	content: ".";
}
._records ._record > ._title,
._records ._record > ._nearby,
._records ._record > ._url {
	margin-left: 3em;
	font-size: 1.4rem;
}
._records ._record > ._title > a {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	color: #0e1271;
	font-weight: 600;
}
._records ._record > ._url > a {
	margin-top: 3px;
	color: #999;
	font-size: 1.2rem;
}
._records ._record > ._title > a:hover {
	color: #69c;
	text-decoration: underline;
}

/* pbox-pagenav */
.pbox-pagenav {
	margin-top: 35px;
}
.pbox-pagenav ._navs {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 1.4rem;
}
.pbox-pagenav ._navs ._prev,
.pbox-pagenav ._navs ._page,
.pbox-pagenav ._navs ._next {
	display: block;
	margin: 0 5px;
}
.pbox-pagenav ._navs ._page a,
.pbox-pagenav ._navs ._page._cur {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #0e1271;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
}
.pbox-pagenav ._navs ._page a:hover,
.pbox-pagenav ._navs ._page._cur {
	border-color: #0e1271;
	background-color: #0e1271;
	color: #fff;
}
.pbox-pagenav ._navs ._prev,
.pbox-pagenav ._navs ._next {
	line-height: 30px;
}
.pbox-pagenav ._navs ._prev a,
.pbox-pagenav ._navs ._prev a:hover,
.pbox-pagenav ._navs ._next a,
.pbox-pagenav ._navs ._next a:hover {
	display: block;
	position: relative;
	color: #0e1271;
	line-height: 30px;
}
.pbox-pagenav ._navs ._prev a:before,
.pbox-pagenav ._navs ._next a:before {
	content: "";
	position: absolute;
	top: .8em;
	width: 7px;
	height: 10px;
	background: url(/jp/common/img/com_sp01.png) no-repeat 0 -80px;
}
.pbox-pagenav ._navs ._prev a:hover,
.pbox-pagenav ._navs ._next a:hover {
	color: #69c;
}
.pbox-pagenav ._navs ._prev a {
	padding-left: 17px;
}
.pbox-pagenav ._navs ._prev a:before {
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pbox-pagenav ._navs ._next a {
	padding-right: 17px;
}
.pbox-pagenav ._navs ._next a:before {
	right: 0;
}


/* ex: clearfix
================================ */
ul.noteType01:after,
.imgWrap:after,
.colWrap:after,
[class*="range"]:after,
.anchor:after,
.links:after,
.releaseWrap02 .release > .entryDetail:after,
.staffSearchWrap > .searchBox > .details > .selectList:after,
.regionSelect:after,
.regionLegend > .legendList:after,
.regionItem .basesNumber:after,
.historyIcons:after,
.historyIcons > ul:after,
.historyDetail:after,
._records ._record:after {
	content: "";
	display: block;
	clear: both;
}

}



@media print, screen and (max-width: 1220px) {

/* contentHeroType */
[class*="contentHeroType"] .heroCaption {
	width: 47.9167%;
	padding-right: 15px;
	padding-left: 15px;
}

/* categoryHero & categoryNews */
.categoryHero .heroCopyright,
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard {
	right: 10px;
}
.categoryHero:not(.imgType),
.categoryNews {
	margin-right: -10px !important;
	margin-left: -10px !important;
	padding: 0 10px !important;
}
.categoryHero:not(.imgType)[data-category-name="csr"] {
	-webkit-background-size: cover;
	background-size: cover;
}

}



@media print, screen and (max-width: 1200px) and (min-width: 769px) {

/* categoryHero */
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard {
	padding: 15px 20px;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .btnType02 {
	margin-top: 15px;
}

/* regionGroup */
.regionGroup .regionItem {
	width: 24% !important;
}
.regionGroup .regionItem > .itemInner {
	padding: 6px 10px 3px;
}
.regionGroup .regionItem[data-region*="日本"] {
	top: 53%;
	right: 2%;
}
.regionGroup .regionItem[data-region*="米州"] {
	top: 4%;
	left: 15%;
}
.regionGroup .regionItem[data-region*="欧州"] {
	top: 4%;
	left: 40%;
}
.regionGroup .regionItem[data-region*="アジア"] {
	top: 53%;
	right: 27%;
}
.regionGroup .regionItem[data-region*="アフリカ"] {
	top: 53%;
	right: 52%;
	left: auto;
}
.regionGroup .regionItem[data-region*="中国"] {
	top: 4%;
	left: 65%;
}

}



@media print, screen and (max-width: 1100px) {

/* contentHeroType */
[class*="contentHeroType"] .heroCaption {
	width: 37.9167%;
}
[class*="contentHeroType"] .heroCaption > .leadType01 {
	font-size: 2.4rem;
}
[class*="contentHeroType"] .heroCaption > .leadType02 {
	font-size: 1.8rem;
}
.contentHeroType04 .heroCaption .profileName {
	font-size: 1.6rem;
}
.contentHeroType04 .heroCaption .profileDetails {
	font-size: 1.2rem;
}

/* categoryHero */
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .boxTitle {
	font-size: 1.8rem;
	padding-bottom: 10px;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .boxInner {
	margin-top: 10px;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData > li {
	margin-top: 10px !important;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData > li span:nth-child(2),
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData > li .yen {
	font-size: 1.6rem;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData .komDataLast + * {
	margin-top: 10px !important;
}
.categoryHero.imgType[data-category-name="ir"] .stockPriceBoard .komData .komDataLast > span:nth-child(2) {
	font-size: 3rem !important;
}

}



@media print, screen and (max-width: 960px) {

/* boxType */
[class*="boxType"] .sizeS img {
	max-width: 133px;
}
[class*="boxType"] .sizeM img {
	max-width: 193px;
}
[class*="boxType"] .sizeL img {
	max-width: 316px;
}

}



@media only screen and (max-width: 768px) {

/*=================================

	2: contents parts for Smartphone

================================ */

/* headline
================================ */

/* headline */
[class*="headline"] {
	margin-top: 1em;
}
[class*="headline"].newEntry:after {
	display: inline-block;
	content: "NEW";
	position: relative;
	vertical-align: top;
	margin-left: 5px;
	color: #c00;
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.2rem;
}
.headline01 + * {
	margin-top: 35px !important;
}
.headline01.indexType + * {
	margin-top: 25px !important;
}
.headline02:not(.acodSwitch) + * {
	margin-top: 20px !important;
}
.headline03:not(.acodSwitch) + *,
.headline04:not(.acodSwitch) + *,
.headline05 + * {
	margin-top: 15px !important;
}
.headline01 + [class*="paragraph"] {
	margin-top: 30px !important;
}
.headline02 + [class*="paragraph"] {
	margin-top: 15px !important;
}
.headline03 + [class*="paragraph"],
.headline04 + [class*="paragraph"],
.headline05 + [class*="paragraph"] {
	margin-top: 10px !important;
}
.headline04 + [class*="img"] {
	margin-top: 15px !important;
}
.headline01 {
	position: relative;
	margin-top: 1.4em;
	padding-bottom: 24px;
	font-size: 2.1rem;
	font-weight: 400;
	line-height: 1.1;
}
.headline01:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 1px;
	background-color: #0e1271;
}
.headline01 .shoulder {
	display: block;
	margin-bottom: 5px;
	font-size: 1rem;
}
.headline01.indexType {
	padding-bottom: 0;
}
.headline01.indexType:after {
	display: none;
}
.headline02 {
	color: #0e1271;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.1;
}
.headline02 a {
	display: inline-block;
	color: #0e1271;
}
.headline02 a:after {
	display: inline-block;
	content: "";
	position: relative;
	top: .3em;
	width: 7px;
	height: 12px;
	vertical-align: top;
	margin-left: 10px;
	background:url(/jp/common/img/com_sp01.png) no-repeat -140px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.headline02 .textSmall {
	font-size: 1rem;
}
.headline02 .shoulder {
	display: block;
	margin-bottom: 5px;
	color: #6b6d9e;
	font-size: 1rem;
}
.headline02.acodSwitch {
	display: table;
	position: relative;
	padding-right: 24px;
}
.headline02.acodSwitch:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	width: 13px;
	height: 13px;
	border: 1px solid #0e1271;
}
.headline02.acodSwitch > a:before,
.headline02.acodSwitch > a:after {
	content: "";
	position: absolute;
	background-color: #0e1271;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	z-index: 2;
}
.headline02.acodSwitch > a:before {
	top: 11px;
	right: 4px;
	width: 7px;
	height: 1px;
}
.headline02.acodSwitch > a:after {
	top: 8px;
	right: 7px;
	width: 1px;
	height: 7px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.headline02.acodSwitch.active > a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.headline02.acodSwitch + .acodDetail {
	padding-top: 15px;
}
.headline02.acodSwitch + .acodDetail > *:first-child,
.headline02.acodSwitch + .acodDetail > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.headline02.btnType > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	position: relative;
	padding: 17px 20px 17px 0;
	border-bottom: 1px solid #bbb;
	color: #666;
}
.headline02.btnType > a:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -200px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.headline02.btnType > a:hover {
	border-bottom-color: #0e1271;
	color: #0e1271;
}
.headline02.btnType > a:hover:after {
	background-position: -140px -40px;
}
.headline03 {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.1;
}
.headline03 a {
	display: inline-block;
	color: #333;
}
.headline03 a:after {
	display: inline-block;
	content: "";
	position: relative;
	top: .25em;
	width: 7px;
	height: 12px;
	vertical-align: top;
	margin-left: 10px;
	background:url(/jp/common/img/com_sp01.png) no-repeat -140px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.headline03.newEntry:after {
	top: .3em;
}
.headline03.acodSwitch {
	padding-bottom: 0;
	line-height: 1.3;
}
.headline03.acodSwitch:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 13px;
	height: 13px;
	margin-top: -7px;
	border: 1px solid #0e1271;
}
.headline03.acodSwitch > a {
	display: block;
	padding: 7px 14px 7px 0;
	outline: none;
}
.headline03.acodSwitch > a:before,
.headline03.acodSwitch > a:after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #0e1271;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	z-index: 2;
}
.headline03.acodSwitch > a:before {
	right: 4px;
	width: 7px;
	height: 1px;
}
.headline03.acodSwitch > a:after {
	right: 7px;
	width: 1px;
	height: 7px;
	margin-top: -3px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.headline03.acodSwitch.active > a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.headline03.acodSwitch + .acodDetail {
	padding-top: 10px;
}
.headline03.acodSwitch + .acodDetail > *:first-child,
.headline03.acodSwitch + .acodDetail > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.headline04 {
	position: relative;
	padding-left: 21px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.1;
}
.headline04:before {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	width: 12px;
	height: 12px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -80px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.headline04.newEntry:after {
	top: .25em;
}
.headline04.acodSwitch {
	display: inline-block;
	margin-bottom: 17px;
	line-height: 1.3;
}
.headline04.acodSwitch:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;;
	width: 13px;
	height: 13px;
	margin-top: -7px;
	border: 1px solid #0e1271;
}
.headline04.acodSwitch > a {
	display: block;
	outline: none;
	color: #333;
}
.headline04.acodSwitch > a:before,
.headline04.acodSwitch > a:after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #0e1271;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	z-index: 2;
}
.headline04.acodSwitch > a:before {
	right: -21px;
	width: 7px;
	height: 1px;
}
.headline04.acodSwitch > a:after {
	right: -18px;
	width: 1px;
	height: 7px;
	margin-top: -3px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.headline04.acodSwitch.active > a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.headline04.acodSwitch + .acodDetail > *:first-child,
.headline04.acodSwitch + .acodDetail > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.headline04.acodSwitch .acodSwitch-applicationText{
	font-size: 1.3rem;
}
.headline05 {
	position: relative;
	padding-left: 21px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.1;
}
.headline05:before {
	content: "";
	position: absolute;
	top: .6em;
	left: 0;
	width: 11px;
	height: 2px;
	background-color: #bbb;
}

/* multiTitle */
.multiTitle {
	margin-top: 20px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.1;
}
.multiTitle + * {
	margin-top: 15px !important;
}


/* section
================================ */
section,
#main > aside,
.generalBlock {
	position: relative;
	margin-top: 30px;
}
section > *:first-child,
#main > aside > *:first-child {
	margin-top: 0 !important;
}

.acodDetail section{
	margin-top: 20px;
}

/* indent */
ul.indent > li {
	padding-left: 1em;
	text-indent: -1em;
}
.indent1em {
	padding-left: 1em;
}
.indent1em + .indent1em {
	margin-top: 1.5rem;
}
.indent2em {
	padding-left: 2em;
}
.indent2em + .indent2em {
	margin-top: 2.5rem;
}

/* point */
.point + .point {
	margin-top: 0;
}
.point .acodSwitch {
	padding-left: 3.4em;
}
.point .acodSwitch .number {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	padding: 3px 7px;
	background-color: #0e1271;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
}
.point .acodDetail {
	padding-bottom: 25px;
}
.point:last-child  .acodDetail {
	padding-bottom: 0;
}

/* hdType */
[class*="hdType"] {
	margin-top: 2em;
}
[class*="hdType"] + * {
	margin-top: 2em !important;
}
.hdType01 > hr {
	display: block;
	height: 1px;
	border-top: 1px solid #ddd;
}

/* elemSpace */
.elemSpace01 {
	margin-top: 60px !important;
}


/* text
================================ */

/* paragraph */
.paragraph01 {
	margin-top: 1em;
}
.paragraph02 {
	margin-top: .5em;
}
.paragraph03 {
	margin-top: 2.2em;
}

/* bold */
.bold,
ul.bold > li,
ol.bold > li {
	font-weight: 500;
}
ul.bold,
ul.bold > li ul,
ol.bold,
ol.bold > li ul {
	font-weight: normal;
}

/* underline */
.underline {
	text-decoration: underline;
}

/* color */
.color01 {
	color: #c00 !important;
}
.color02 {
	color: #0e1271 !important;
}
.color03 {
	color: #9ebb11 !important;
}
.color04 {
	color: #e27611 !important;
}
.color05 {
	color: #2788bb !important;
}

/* leadType */
[class*="leadType"] {
	margin-top: .5em;
}
[class*="leadType"] > .textNormal {
	font-size: 1.2rem;
}
.colWrap + [class*="leadType"],
.commentBlock + [class*="leadType"] {
	margin-top: 25px;
}
.leadType01 {
	font-size: 1.6rem;
	line-height: 1.3;
}
.leadType01 > .textSmall {
	font-size: 1.3rem;
}
.leadType02 {
	color: #0e1271;
	font-size: 1.4rem;
	line-height: 1.4;
}
.leadType02 > .textSmall {
	font-size: 1.2rem;
}
.leadType03 {
	color: #d17100;
	font-size: 1.4rem;
	line-height: 1.4;
}
.leadType03 > .textSmall {
	font-size: 1.2rem;
}

/* text */
.textSmall {
	font-size: 1.1rem;
}
.textLarge {
	font-size: 1.3rem;
}
.textSize01 {
	font-size: 1.8rem;
}


/* list
================================ */

/* listType */
[class*="listType"] {
	margin-top: .5em;
}
[class*="listType"] li {
	position: relative;
}
[class*="listType"] li:before {
	content: "";
	position: absolute;
}
[class*="listType"] li + li,
[class*="listType"] li > * > li {
	margin-top: .5em;
}
[class*="listType"] li > *:not(.paragraph01),
[class*="listType"] li > *:first-child {
	margin-top: 0;
}
[class*="listType"] li > .imgWrap01 {
	margin-top: .5em;
}
[class*="listType"] [class*="btnType"] {
	margin-top: 0 !important;
	padding: 5px 0;
}
[class*="listType"] [class*="btnType"] li {
	margin-top: 0 !important;
	padding: 0 !important;
}
[class*="listType"] [class*="btnType"] li + li {
	margin-top: 15px !important;
}
[class*="listType"] [class*="btnType"] li:before {
	display: none !important;
}

/* listType01 */
ul.listType01 > li {
	padding-left: 15px;
}
ul.listType01 > li:before {
	top: .7em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #0e1271;
}
ul.listType01 > li > ul > li,
ul.listType02 > li {
	padding-left: 13px;
}
ul.listType01 > li > ul > li:before,
ul.listType02 > li:before {
	top: .8em;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #888888;
}
ul.listType01 > li > ul > li > ul > li {
	padding-left: 12px;
	font-size: 1.1rem;
}
ul.listType01 > li > ul > li > ul > li:before {
	top: .8em;
	left: -1px;
	width: 5px;
	height: 1px;
	background-color: #888888;
}
ol.listType01 > li {
	counter-increment: listNum1-1;
	padding-left: 2em;
}
ol.listType01 > li:before {
	content: counter(listNum1-1)". ";
	top: 0;
	left: 0;
	color: #0e1271;
	font-weight: 500;
}
ol.listType01 > li > ol > li,
ol.listType02 > li {
	counter-increment: listNum1-2;
	padding-left: 2em;
}
ol.listType01 > li > ol > li:before,
ol.listType02 > li:before {
	content: "("counter(listNum1-2)") ";
	top: 0;
	left: -.5em;
}
ol.listType01 > li > ol > li {
	font-size: 1.1rem;
}
ol.alphaType01 > li {
	counter-increment: listAlpha1-1;
}
ol.alphaType01 > li:before {
	content: counter(listAlpha1-1, lower-alpha)". ";
}
ol.alphaType02 > li {
	counter-increment: listAlpha1-2;
}
ol.alphaType02 > li:before {
	content: counter(listAlpha1-2, upper-alpha)". ";
}

/* dl[class*="listType"] */
dl[class*="listType"] > dt {
	position: relative;
}
dl[class*="listType"] > dd > *:first-child,
dl[class*="listType"] > dd > *:first-child > li:first-child {
	margin-top: 0 !important;
}
dl[class*="listType"] > dd + dt {
	margin-top: 1em;
}
dl[class*="listType"] > dd > [class*="listType"],
dl[class*="listType"] > dd > [class*="linkType"] {
	margin-top: .5em !important;
}
dl.listType01 > dt,
dl.listType02 > dt {
	padding-left: 13px;
}
dl.listType01 > dt:before,
dl.listType02 > dt:before {
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #0e1271;
}
dl.listType01 > dt {
	color: #0e1271;
	font-weight: 500;
}
dl.listType01 > dt:before {
	top: .75em;
}
dl.listType02 > dt:before {
	top: .7em;
}
dl.listType03 > dt {
	font-weight: 500;
}
div.listType04 > dl + dl {
	margin-top: 1em;
}
div.listType04 > dl > dt {
	padding: 7px 10px;
	border-top: 1px solid #ddd;
	background-color: #f4f4f4;
	font-weight: 500;
}
div.listType04 > dl > dd {
	margin-top: .5em;
}
div.listType04 > dl > dd + dt {
	margin-top: 18px;
}
div.listType04 > dl > dd > *:first-child,
div.listType04 > dl > dd > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.colText > div.listType04 > dl > dd {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

/* noteType */
[class*="noteType"] {
	margin-top: 20px;
}
[class*="noteType"] li {
	position: relative;
	color: #666;
	font-size: 1.1rem;
	line-height: 1.6;
}
[class*="noteType"] li + li {
	margin-top: .5em;
}
[class*="noteType"] li:before {
	position: absolute;
	top: 0;
	left: 0;
}
[class*="noteType"].textSmall {
	margin-top: 10px;
}
[class*="noteType"].textSmall li {
	font-size: 1rem;
}

/* noteType01 */
ul.noteType01 li {
	padding-left: 1.5em;
}
ul.noteType01 li:before {
	content: "※";
}
ol.noteType01 li {
	counter-increment: noteNum1-1;
	padding-left: 2.5em;
}
ol.noteType01 li:before {
	content: "※"counter(noteNum1-1);
}
ul.noteType01 .aR {
	display: table;
	float: right;
	text-align: left !important;
}

/* cbType */
[class*="cbType"] li {
	margin-top: 10px;
	font-size: 1.2rem;
}
[class*="cbType"] label {
	display: inline-block;
	position: relative;
	padding-left: 23px;
	line-height: 14px;
	cursor: pointer;
}
[class*="cbType"] label:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 11px;
	height: 11px;
	border: 1px solid #707070;
	background-color: #fff;
}
[class*="cbType"] input[type*="checkbox"] {
	display: none;
}
[class*="cbType"] input[type*="checkbox"] + span:before,
[class*="cbType"] input[type*="checkbox"] + span:after {
	content: "";
	position: absolute;
	background-color: #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
[class*="cbType"] input:checked + span:before {
	top: 7px;
	left: 2px;
	width: 5px;
	height: 2.5px;
}
[class*="cbType"] input:checked + span:after {
	top: 4px;
	left: 7px;
	width: 2.5px;
	height: 7px;
}
[class*="cbType"] .disabled label {
	color: #aaa;
	cursor: auto;
}
[class*="cbType"] .disabled label:before {
	border-color: #ccc;
}
[class*="cbType"] .disabled input[type*="checkbox"] + span:before,
[class*="cbType"] .disabled input[type*="checkbox"] + span:after {
	background-color: #ccc;
}

/* radioType */
[class*="radioType"] li {
	font-size: 1.2rem;
}
[class*="radioType"] li + li {
	margin-top: .5em !important;
}
[class*="radioType"] label {
	display: inline-block;
	position: relative;
	padding-left: 23px;
	line-height: 14px;
}
[class*="radioType"] input[type*="radio"] {
	display: none;
}
[class*="radioType"] input[type*="radio"] + span:before,
[class*="radioType"] input[type*="radio"]:checked + span:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #fff;
}
[class*="radioType"] input[type*="radio"] + span:before {
	top: 1px;
	left: 0;
	border: 1px solid #707070;
}
[class*="radioType"] input[type*="radio"]:checked + span:after {
	top: 4px;
	left: 3px;
	width: 7px;
	height: 7px;
	background-color: #333;
}


/* img
================================ */

/* img */
.img {
	margin-top: 15px;
}
.range3Col > .col .img {
	width: 74%;
	margin-right: auto;
	margin-left: auto;
}
.range3Col > .col .img img {
	width: 100%;
}

/* inlineImg */
.inlineImg01 {
	display: inline-block;
	position: relative;
	top: .3em;
	width: auto !important;
	margin-right: 5px;
}
.inlineImg02 {
	display: inline-block;
	width: auto !important;
	margin-left: 5px;
}
.inlineImg03 {
	display: inline-block;
	position: relative;
	top: .25em;
	margin: 0 .25em;
}
.headline01 + .paragraph01 > .inlineImg03 {
	margin-right: 0;
}

/* caption */
.img > * {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.img > span + figcaption,
.img > figcaption + span {
	margin-top: .5em;
}
.caption {
	display: block;
	color: #666;
	font-size: 1.1rem;
	line-height: 1.1;
}
.col > a .caption {
	position: relative;
	padding-left: 14px;
}
.col > a .caption:before {
	content: "";
	position: absolute;
	top: .3em;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.col > a:link .caption,
.col > a:visited .caption {
	color: #369;
	text-decoration: none;
}
.col > a:hover .caption,
.col > a:active .caption {
	color: #6699cc;
	text-decoration: underline;
}

/* emCaption */
.emCaption {
	clear: both;
	margin: .5em auto 0;
	line-height: 1.2;
}
.emCaption > *:first-child,
.emCaption > *:first-child > li:first-child {
	margin-top: 0 !important;
}

/* imgWrap01 */
.imgWrap01 {
	margin-top: 20px;
}
.imgWrap01 + .colWrap {
	margin-top: 30px;
}
.imgWrap01 > *:first-child,
.imgWrap01 > a > *:first-child,
.imgWrap01 > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.imgWrap01 > .img img,
.imgWrap01 > a > .img img {
	width: 100%;
}
.imgWrap01 > .img {
	margin-top: 1em;
}
.imgWrap01[class*="sizeFix"] > .img,
.imgWrap01[class*="sizeFix"] > a > .img {
	display: table;
}
.imgWrap01[class*="sizeFix"] > .img img
.imgWrap01[class*="sizeFix"] > a > .img img {
	width: auto;
}
.imgWrap01.sizeFixC > .img,
.imgWrap01.sizeFixC > a > .img {
	margin-right: auto;
	margin-left: auto;
}
.imgWrap01.bannerType {
	margin-right: -10px;
	margin-left: -10px;
}

/* contentHeroType */
[class*="contentHeroType"] {
	margin: 30px -10px 0;
}
[class*="contentHeroType"] + * {
	margin-top: 25px;
}
[class*="contentHeroType"] .heroImgCaption {
	margin-top: .5em;
	padding: 0 10px;
	color: #666;
	font-size: 1.1rem;
	line-height: 1.1;
}
[class*="contentHeroType"] .img img {
	width: 100%;
}
[class*="contentHeroType"] .heroCaption {
	width: 100%;
	padding: 10px;
	background-color: #0e1271;
	color: #fff;
}
[class*="contentHeroType"] .heroCaption > *:first-child {
	margin-top: 0 !important;
}
[class*="contentHeroType"] .heroCaption > .icons {
	overflow: hidden;
}
[class*="contentHeroType"] .heroCaption > .icons > li {
	float: left;
	width: 31.6666%;
	margin-left: 2.5001%;
	text-align: center;
}
[class*="contentHeroType"] .heroCaption > .icons > li:nth-child(3n+1) {
	margin-left: 0;
}
[class*="contentHeroType"] .heroCaption > .icons > li > span {
	display: block;
	padding: 3px;
	background-color: #fff;
	color: #0e1271;
	font-size: 1rem;
	line-height: 1.1;
}
[class*="contentHeroType"] .heroCaption > .leadType01 {
	margin-top: .5em;
	padding: 4px 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}
[class*="contentHeroType"] .heroCaption > .leadType02 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
}
.contentHeroType04 .heroCaption {
	line-height: 1.6;
}
.contentHeroType04 .heroCaption .profile {
	margin-top: 15px;
	padding: 10px 0 5px;
	border-top: 1px solid #a5a6c9;
}
.contentHeroType04 .heroCaption .profileName {
	font-size: 1.4rem;
	font-weight: 700;
}
.contentHeroType04 .heroCaption .profileName > span {
	margin-left: 1em;
	font-size: 1rem;
	font-weight: 500;
}
.contentHeroType04 .heroCaption .profileDetails {
	font-size: 1rem;
}
.contentHeroType04 .heroCaption .profileDetails > li {
	margin-top: .2em;
}

/* categoryHero */
.categoryHero .heroCopyright {
	position: absolute;
	right: 10px;
	bottom: 8px;
	z-index: 2;
}
.categoryHero:not(.imgType) {
	padding: 0 !important;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: auto 170px;
	background-size: auto 170px;
}
.categoryHero:not(.imgType) .heroInner {
	width: 100%;
	height: 170px;
}
.categoryHero:not(.imgType) .heroParagraph01 {
	font-size: 1.1rem;
	line-height: 1.6;
}
.categoryHero[data-category-name="ir"] .stockPriceBoard {
	display: none !important;
}
.categoryHero:not(.imgType)[data-category-name="csr"] .heroInner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 17px;
	background-image: url(/jp/csr/img/csr_bg01_sp.jpg);
	background-position: 50% 100%;
	-webkit-background-size: cover;
	background-size: cover;
}
.categoryHero:not(.imgType)[data-category-name="csr"] .csrMessage {
	width: 100%;
}
.categoryHero:not(.imgType)[data-category-name="csr"] .csrMessage > .heroParagraph02 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
}
.categoryHero:not(.imgType)[data-category-name="csr"] .csrMessage > .btnType02 {
	width: 50%;
	margin-top: 0;
}
.categoryHero:not(.imgType)[data-category-name="csr"] .csrMessage > .btnType02 li {
	margin-top: 13px;
}
.categoryHero:not(.imgType)[data-category-name="csr"] .csrMessage > .btnType02 li + li {
	margin-top: 9px;
}
.categoryHero:not(.imgType)[data-category-name="csr"] .csrMessage > .btnType02 a {
	width: 100%;
	padding: 4px 0;
	text-align: center;
}
.categoryHero:not(.imgType)[data-category-name="recruit"] {
	background-image: url(/jp/recruit/img/recruit_main01.jpg);
}
.categoryHero:not(.imgType)[data-category-name="recruit"] .heroInner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.categoryHero:not(.imgType)[data-category-name="recruit"] .heroCaption {
	width: 284px;
	padding: 12px 0 11px;
	background-color: rgba(33, 32, 116, .9);
	color: #fff;
	line-height: 1;
	text-align: center;
}
.categoryHero:not(.imgType)[data-category-name="recruit"] .heroTitle {
	font-size: 1.4rem;
}
.categoryHero:not(.imgType)[data-category-name="recruit"] .heroParagraph01 {
	margin-top: 8px;
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.1rem;
	line-height: 1;
}
.categoryHero:not(.imgType)[data-category-name="judo"] {
	background-image: url(/jp/judo/img/judo_main01.jpg);
}
.categoryHero:not(.imgType)[data-category-name="judo"] .heroInner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 10px;
}
.categoryHero:not(.imgType)[data-category-name="techno"] {
	background-image: url(/jp/techno/img/techno_main01.jpg);
}
.categoryHero:not(.imgType)[data-category-name="techno"] .heroInner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 10px;
}
.categoryHero.imgType {
	position: relative;
	margin: 0 -10px;
}
.categoryHero.imgType .heroInner {
	height: auto !important;
}
.categoryHero.imgType .heroImg {
	position: relative;
	margin-left: 0 !important;
	z-index: 1;
}

/* modal */
div:not(.boxLink04) a[class*=openModal] {
	text-decoration: none !important;
	outline: none !important;
}
div:not(.boxLink04) a[class*=openModal] .img > span {
	display: block;
	position: relative;
}
div:not(.boxLink04) a[class*=openModal] .img > span:after {
	content: "拡大";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 28px;
	height: 28px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -60px -220px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
	text-align: left;
	text-indent: -9999px;
}
[class*=sizeFix] a[class*=openModal]:not(.spZoom) {
	display: table;
}
.sizeFixC a[class*=openModal]:not(.spZoom) {
	margin-right: auto;
	margin-left: auto;
}
div:not(.boxLink04) a.openModal02 .img > span {
	display: block;
}
div:not(.boxLink04) a.openModal02 .img > span:after {
	content: "再生";
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 26px;
	height: 26px;
	margin: -13px 0 0 -13px;
	background-position: -140px -220px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
	z-index: 2;
}
.boxLink04 a[class*=openModal]:not(.spZoom) .img > span:after {
	display: none;
}

/* banner */
.banner {
	margin-top: 30px;
	text-align: center;
}
.banner + .banner {
	margin-top: 15px;
}


/* col
================================ */
.colWrap {
	margin-top: 30px;
}
.colWrap + .colWrap {
	margin-top: 15px;
}
.colWrap:not(.spBreak) .colText [class*="headline"],
.colWrap:not(.spBreak) .colText div.listType04 > dl > dt {
	display: -webkit-flex;
	display: flex;
}

/* col */
.colWrap > .col .img img {
	width: 100%;
}
.colWrap > .col .img > *:first-child,
.colWrap > .col > a > *:first-child,
.colWrap > .col > .colText > *:first-child,
.colWrap > .col > .colText > *:first-child > li:first-child,
.colWrap > .col > a > .colText > *:first-child,
.colWrap > .col > a > .colText > *:first-child > li:first-child,
.colWrap > .col > .colInner > *:first-child,
.colWrap > .col > .colInner [class*="eqChild"] > *:first-child {
	margin-top: 0 !important;
}
.colWrap > .col > a {
	display: block;
}
.colWrap > .col > .colInner {
	padding: 15px;
}
.colWrap > .col.bgColor01 {
	background-color: #f2f4f8;
}

/* colRight */
.colRight {
	float: right;
	margin-left: 5.4%;
}
.colRight > *:first-child,
.colRight > a > *:first-child,
.colRight .img > *:first-child {
	margin-top: 0 !important;
}

/* colLeft */
.colLeft {
	float: left;
	margin-right: 5.4%;
}
.colLeft > *:first-child,
.colLeft > a > *:first-child,
.colLeft .img > *:first-child {
	margin-top: 0 !important;
}

/* colText */
.colText.spBreak {
	overflow: hidden;
}
.colText > *:first-child,
.colText > *:first-child > li:first-child {
	margin-top: 0 !important;
}

/* size */
.colWrap:not(.spBreak) > .colRight[class*="size"] .img img,
.colWrap:not(.spBreak) > .colLeft[class*="size"] .img img {
	width: 100%;
}
.sizeS,
.sizeL {
	width: 47.3%;
}
.sizeS .caption,
.sizeM .caption {
	margin-bottom: .5em;
}
.sizeM {
	float: none !important;
	width: 74%;
	margin-right: auto;
	margin-left: auto;
}
.colText + .sizeM,
.swapNone + .colText {
	margin-top: 15px !important;
}

/* imgWrap */
.colWrap > .sizeL.imgWrap > .img {
	float: left;
	width: 46.9565% !important;
	margin: 0 0 0 6.087% !important;
}
.colWrap > .sizeL.imgWrap > .img:nth-child(2n+1) {
	margin-left: 0 !important;
}

/* sizeFix */
.colWrap:not(.spBreak) > .sizeFix {
	width: 47.3%;
}
.colWrap:not(.spBreak) > .sizeFix .img {
	width: auto !important;
}

/* innerIframe */
.innerIframe {
	position: relative;
	margin: 20px -10px 0;
	padding-top: 56.25%;
}
.innerIframe + .paragraph01,
.innerIframe + .emCaption + .paragraph01 {
	margin-top: 3em;
}
.innerIframe + .colWrap {
	margin-top: 30px;
}
.innerIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* range */
.range2Col,
.range3Col,
.range4Col {
	position: relative;
}
.range2Col > *,
.range4Col > * {
	float: left;
	margin-top: 15px;
}
.range3Col > * {
	margin-top: 15px;
}
.range2Col > * > *:first-child,
.range2Col > * > *:first-child > li:first-child,
.range4Col > * > *:first-child,
.range4Col > * > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.range2Col > *:nth-child(-n+2),
.range4Col > *:nth-child(-n+2) {
	margin-top: 0 !important;
}
.range2Col > *:nth-child(2n+1),
.range4Col > *:nth-child(2n+1) {
	clear: left;
	margin-left: 0 !important;
}
.range2Col > *,
.range4Col > * {
	width: 47.3%;
	margin-left: 5.4%;
}
.range2Col > .col .colRight > .img img,
.range2Col > .col .colLeft > .img img {
	width: 100%;
}
.range2Col > .col .colRight {
	width: 47.3%;
	margin-left: 5.4%;
}
.range2Col > .col .colLeft {
	width: 47.3%;
	margin-right: 5.4%;
}
.rangeColText > .colText + .colText {
	margin-top: 15px;
}

/* spBreak */
.spBreak:not(.colText) > *:not(.colText) {
	float: none !important;
	width: 100% !important;
	height: auto;
	margin: 0;
}
.spBreak:not(.colText) > .col + .col,
[class*="btnType"].spBreak > li + li {
	margin-top: 15px !important;
}
.spBreak:not(.colText) > .colLeft + .colText,
.spBreak:not(.colText) > .colText + .colRight {
	margin-top: 15px;
}
.spBreak:not(.colText) > .colRight .img,
.spBreak:not(.colText) > .colLeft .img {
	margin-right: auto;
	margin-left: auto;
}
.spBreak:not(.colText) > .colRight .img img,
.spBreak:not(.colText) > .colLeft .img img {
	max-width: 100%;
}
.spBreak:not(.colText) > .colText + .colRight .img span {
	text-align: center;
}
.spBreak:not(.colText) > .sizeM {
	width: 74% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.spBreak:not(.colText) > .spSideCaption:after {
	display: block;
	content: "";
	clear: both;
}
.spBreak:not(.colText) > .spSideCaption > .img {
	float: left;
	width: 47.3%;
	margin-right: 5.4%;
}
.spBreak:not(.colText) > .spSideCaption > .emCaption {
	overflow: hidden;
	clear: none;
	width: auto !important;
}
.colWrap[class*="range"].spBreak > .col + .col {
	margin-top: 30px !important;
}
.colWrap[class*="range"].spBreak > .col + .mt1em {
	margin-top: 1em !important;
}

/* flexType */
[class*="flexType"]:not(.spBreak) {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	justify-content: center;
}
[class*="flexType"]:not(.spBreak) > .colRight {
	order: 2;
	margin-top: 15px !important;
}
[class*="flexType"]:not(.spBreak) > .colRight + .colText {
	order: 1;
	margin-top: 0 !important;
}


/* link-text
================================ */

/* icons */
a.inline {
	outline: none;
}
a.inline[target="_blank"]:after,
[class*="listType"] a.blank:after,
[class*="linkType"] a[target="_blank"]:after,
[class*="linkType"] > .newEntry a[target="_blank"] .newEntryIcon:before,
.col > a[target="_blank"] .caption:after {
	display: inline-block;
	content: "別ウインドウで開きます";
	position: relative;
	top: .5em;
	width: 13px;
	height: 11px;
	vertical-align: top;
	margin: 0 5px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -60px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
	text-indent: -9999px;
}
a.inline[href*="pdf"]:after,
[class*="listType"] a.pdf:after,
[class*="linkType"] a[href*="pdf"]:after,
[class*="linkType"] > .newEntry a[href*="pdf"] .newEntryIcon:before,
.col > a[href*="pdf"] .caption:after {
	content: "PDF";
	top: .3em;
	width: 13px;
	height: 13px;
	background-position: -20px -80px;
}
[class*="linkType"] a.video:after,
.col > a.video .caption:after {
	display: inline-block;
	content: "動画";
	position: relative;
	top: .4em;
	width: 16px;
	height: 13px;
	margin: 0 5px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -20px -100px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
	text-indent: -9999px;
}

/* linkType */
[class*="linkType"],
[class*="linkType"] li + li {
	margin-top: .5em;
}
[class*="linkType"] li > a {
	display: inline-block;
	position: relative;
	outline: none;
}
[class*="linkType"] li > a:before {
	content: "";
	position: absolute;
}
[class*="linkType"][class*="range"] li {
	float: left;
	margin-top: .5em;
}
[class*="linkType"][class*="range"] .row1 {
	margin-top: 0;
}
[class*="linkType"][class*="range"] .break {
	clear: left;
}
[class*="linkType"] .aC > a:after,
[class*="linkType"] .aR > a:after {
	text-align: left !important;
}
[class*="linkType"] > .newEntry .newEntryIcon {
	display: inline-block;
	content: "NEW";
	position: relative;
	top: .15em;
	vertical-align: top;
	margin-left: 5px;
	color: #c00;
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.2rem;
}
[class*="linkType"] > .newEntry a[target="_blank"]:after {
	display: none !important;
}
[class*="linkType"] > .newEntry a[target="_blank"] .newEntryIcon:before {
	top: .25em;
	margin: 0 10px 0 0;
}
[class*="linkType"] > .newEntry a[href*="pdf"] .newEntryIcon:before {
	top: .2em;
}

/* linkType01 */
.linkType01 > li > a {
	padding-left: 14px;
}
.linkType01 > li > a:before {
	top: .6em;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.linkType01 > li > a.rss {
	padding-left: 19px;
	color: #333;
}
.linkType01 > li > a.rss:before {
	top: .45em;
	width: 12px;
	height: 12px;
	background-position: -20px -120px;
	text-indent: -9999px;
}
.linkType01.rangeVarCol li {
	margin-right: 14px;
}

/* linkType02 */
.linkType02 > li > a {
	padding-left: 14px;
}
.linkType02 > li > a:before {
	top: .6em;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}

/* anchorType */
[class*="anchorType"] {
	margin-top: 30px;
}
[class*="anchorType"] > .anchor > li {
	float: left;
	margin: 10px 10px 0 0;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
[class*="anchorType"] > .anchor > li > a {
	display: inline-block;
	position: relative;
	padding-left: 14px;
}
[class*="anchorType"] > .anchor > li > a:before {
	content: "";
	position: absolute;
	top: .7em;
	left: 0;
	width: 8px;
	height: 5px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -200px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
[class*="anchorType"] > .anchor > .row1 {
	margin-top: 0;
}
[class*="anchorType"] > .anchor > .rowLast {
	border-right: none;
}
[class*="anchorType"] > .anchor > .break {
	clear: left;
}

/* anchorType02 */
.anchorType02 {
	padding: 14px;
	background-color: #f2f4f8;
}

/* naviType */
[class*="naviType"] {
	margin: 40px -10px 0;
	padding: 16px 10px;
	background-color: #eee;
}
[class*="naviType"] > *:first-child {
	margin-top: 0 !important;
}
[class*="naviType"] li > a {
	display: inline-block;
	position: relative;
	outline: none;
}
[class*="naviType"] li > a + * {
	margin-top: 1em;
}
[class*="naviType"] li > a:before {
	content: "";
	position: absolute;
}
[class*="naviType"] .current > a {
	color: #333;
	font-weight: 500;
	text-decoration: none;
}
[class*="naviType"].innerType {
	margin-right: 0;
	margin-left: 0;
	padding-right: 19px;
	padding-left: 19px;
}

/* naviType01 */
.naviType01 > .links > li > a {
	display: block;
	padding: 2px 0 12px 15px;
	border-bottom: 1px solid #ddd;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
}
.naviType01 > .links > li > a:before {
	top: .4em;
	left: 0;
	width: 8px;
	height: 12px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -140px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.naviType01 > .links > li > .linkType01.rangeVarCol li {
	margin-right: 0;
}

/* naviType02 */
.naviType02 > .links > li {
	float: left;
	margin: 10px 10px 0 0;
	padding-right: 9px;
	border-right: 1px solid #ddd;
}
.naviType02 > .links > li > a {
	display: inline-block;
	position: relative;
	padding-left: 16px;
}
.naviType02 > .links > li > a:before {
	content: "";
	position: absolute;
	top: .7em;
	left: 0;
	width: 8px;
	height: 6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -200px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.naviType02 > .links > .row1 {
	margin-top: 0 !important;
}
.naviType02 > .links > .rowLast {
	border-right: none !important;
}
.naviType02 > .links > .rowLast + li {
	clear: left;
}


/* link-btn
================================ */

/* icons */
[class*="btnType"] a[target="_blank"] > span:after {
	content: "別ウインドウで開きます";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 13px;
	height: 11px;
	margin-top: -5px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -60px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
	text-align: left !important;
	text-indent: -9999px;
}
[class*="btnType"] a[href*="pdf"] > span:after {
	content: "PDF";
	width: 15px;
	height: 15px;
	margin-top: -7px;
	background-position: -20px -80px;
}
[class*="btnType"] a.map { padding: 4px 0; }
[class*="btnType"] a.map > span { padding-right: 33px; padding-left: 16px; }
[class*="btnType"] a[href*="window.print"] > span { padding-right: 46px; padding-left: 25px; }
[class*="btnType"] a[href*="zip"] > span { padding-right: 40px; padding-left: 24px; }
[class*="btnType"] a.map > span:after,
[class*="btnType"] a[href*="window.print"] > span:after,
[class*="btnType"] a[href*="zip"] > span:after {
	position: absolute;
	top: 50%;
	background: url(/jp/common/img/com_sp01.png) no-repeat;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
	text-align: left !important;
	text-indent: -9999px;
}
[class*="btnType"] a.map > span:before {
	display: none;
}
[class*="btnType"] a.map > span:after {
	content: "";
	right: 11px;
	width: 11px;
	height: 16px;
	margin-top: -7px;
	background-position: -80px -140px;
}
[class*="btnType"] a[href*="window.print"] > span:after {
	content: "";
	right: 18px;
	width: 20px;
	height: 16px;
	margin-top: -8px;
	background-position: -100px -140px;
}
[class*="btnType"] a[href*="zip"] > span:after {
	content: "ZIP";
	right: 14px;
	width: 16px;
	height: 19px;
	margin-top: -9px;
}
.btnType01 a[href*="zip"] > span:after {
	background-position: -120px -140px;
}
.btnType02 a[href*="zip"] > span:after {
	background-position: -160px -160px;
}
[class*="btnType"] a.here {
	width: 100%;
}
[class*="btnType"] a.here > span {
	padding: 0 0 0 26px;
}
[class*="btnType"] a.here > span:before {
	left: 0;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	background-position: -280px -280px;
	-webkit-background-size: 500px auto;
	background-size: 500px auto;
}

/* btnType */
[class*="btnType"] {
	margin-top: 1em;
}
[class*="btnType"] li {
	margin-top: 15px;
}
[class*="btnType"] a {
	display: inline-block;
	position: relative;
	height: 100%;
	vertical-align: top;
	padding: 9px 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	text-decoration: none;
	outline: none;
}
[class*="btnType"] a > span {
	display: inline-block;
	position: relative;
	padding: 0 14px 0 24px;
}
[class*="btnType"] a[target="_blank"] > span {
	padding-right: 37px;
}
[class*="btnType"] a > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 5px;
	height: 8px;
	margin-top: -4px;
	background: url(/jp/common/img/com_sp01.png) no-repeat;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
[class*="btnType"] .arrowRight > span {
	padding: 0 24px 0 14px;
}
[class*="btnType"] .arrowRight > span:before {
	right: 10px;
	left: auto;
}
[class*="btnType"] .w100per {
	text-align: center;
}
[class*="btnType"][class*="range"] a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.btnType01.range2Col a,
.btnType01.range3Col a,
.btnType02.range2Col a,
.btnType02.range3Col a {
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
.btnType01.rangeVarCol a,
.btnType02.rangeVarCol a {
	-webkit-justify-content: center;
	justify-content: center;
}

/* btnType01 */
.btnType01 a {
	border: 1px solid #0e1271;
	background-color: #fff;
	color: #0e1271;
}
.btnType01 a:hover {
	border-color: #d2d9e8;
	background-color: #f2f4f8;
}
.btnType01 a > span:before {
	background-position: -160px -40px;
}

/* btnType02 */
.btnType02 a {
	border: 1px solid #0e1271;
	background-color: #0e1271;
	color: #fff;
}
.btnType02 a:hover {
	border-color: #424699;
	background-color: #424699;
}
.btnType02 a > span:before {
	background-position: -180px -40px;
}
.btnType02 a[target="_blank"] > span:after {
	background-position: -80px -60px;
}
.btnType02 a[href*="pdf"] > span:after {
	background-position: -20px -80px;
}
.btnType02 a.mail > span {
	padding-right: 32px;
	padding-left: 58px;
}
.btnType02 a.mail > span:before {
	left: 32px;
	width: 16px;
	height: 13px;
	margin-top: -6px;
	background-position: -120px -220px;
}
.btnType02 a.mail > span:after {
	display: none !important;
}
.btnType02 a.telephone > span {
	padding-right: 32px;
	padding-left: 58px;
}
.btnType02 a.telephone > span:before {
	left: 35px;
	width: 13px;
	height: 17px;
	margin-top: -8px;
	background-position: -180px -160px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.btnType02 a.telephone > span:after {
	display: none !important;
}

/* btnType03 */
.btnType03 {
	margin-top: 15px;
}
.btnType03 li {
	font-size: 1.5rem;
	line-height: 1.2;
}
.btnType03 a {
	padding: 0;
	border-bottom: 1px solid #bbb;
	color: #666;
}
.btnType03 a:hover {
	border-bottom-color: #0e1271;
	color: #0e1271;
}
.btnType03 a > span {
	display: block;
	width: 100%;
	padding: 17px 20px 17px 0;
}
.btnType03 a > span:before {
	right: 0;
	left: auto;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background-position: -200px -40px;
}
.btnType03 a:hover > span:before {
	background-position: -140px -40px;
}
.btnType03 a[target="_blank"] > span:after {
	display: inline-block;
	position: relative;
	top: .3em;
	right: auto;
	vertical-align: top;
	margin: 0 0 0 10px;
}
.btnType03 a[href*="pdf"] > span:after {
	top: .2em;
}

/* btnClose */
.btnClose {
	margin-top: 30px;
}
.btnClose li + li {
	margin-top: 15px;
}
.btnClose a {
	display: inline-block;
	position: relative;
	height: 100%;
	vertical-align: top;
	padding: 7px 30px 8px;
	background-color: #818181;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	color: #fff;
	text-decoration: none;
	outline: none;
}
.btnClose a:hover {
	background-color: #555;
}
.btnClose a > span {
	display: inline-block;
	position: relative;
	padding-left: 22px;
}
.btnClose a > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -20px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}


/* table
================================ */

/* tableType01 */
.tableType01 {
	margin-top: 30px;
}
.tableType01 table {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}
.tableType01 table tr th,
.tableType01 table tr td {
	vertical-align: middle;
	padding: 10px;
	border-top: 1px solid #e0e0e0;
	font-weight: normal;
}
.tableType01 table thead tr:first-child th:first-child,
.tableType01 table tbody tr td:first-child {
	border-left: none !important;
}
.tableType01 table tbody tr td.borderLeft {
	border-left: 1px solid #e0e0e0 !important;
}
.tableType01 table thead tr th {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.tableType01 table tbody tr th[rowspan] {
	border-right: 1px solid #e0e0e0;
}
.tableType01 table thead + tbody tr:first-child th,
.tableType01 table thead + tbody tr:first-child td {
	border-top: 1px solid #fff !important;
}
.tableType01 table tbody tr td {
	border-left: 1px solid #e0e0e0;
}
.tableType01 table tr > * > *:first-child {
	margin-top: 0 !important;
}
.tableType01 table tr .lv01 {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #6979a1;
	color: #fff;
	font-weight: 500;
}
.tableType01 table tr .lv01 a {
	color: #fff;
}
.tableType01 table tr .lv01 .textSmall {
	font-weight: normal;
}
.tableType01 table tr .lv01 > [class*="linkType"] a[target="_blank"]:after {
	background-position: -80px -60px;
}
.tableType01 table tr .lv01 > [class*="linkType"] > li > span {
	display: inline-block;
	padding-left: 14px;
}
.tableType01 table tr .lv01 > .linkType01 > li > a:before {
	background-position: -180px -40px;
}
.tableType01 table thead tr .lv01 {
	text-align: center;
}
.tableType01 table tbody tr:first-child .lv01 {
	border-top: 1px solid #e0e0e0 !important;
}
.tableType01 table tr .lv02 {
	background-color: #eee;
}
.tableType01 table tbody tr th:first-child + .lv02 {
	border-left: 1px solid #fff;
}
.tableType01 table tr .lv03 {
	background-color: #d7eaf4;
	font-weight: 600;
}
.tableType01 table tr .lv04 {
	background-color: #e8f2f7;
	font-weight: 600;
}
.tableType01 table caption {
	overflow: hidden;
	padding-bottom: 1em;
}
.tableType01 table caption .multiTitle,
.tableType01 table caption .noteType01 {
	float: left;
	margin-top: 0;
}
.tableType01 table caption .multiTitle + .noteType01 {
	clear: both;
}
.tableType01 table caption .multiTitle + .aR,
.tableType01 table caption .noteType01 + .aR {
	position: relative;
	top: .2em;
	float: right;
	margin: 0 !important;
	line-height: 1.1;
}
.tableType01 table caption .multiTitle + .noteType01 + .aR {
	margin-top: 15px !important;
}
.tableType01 table .cellColor01 {
	background-color: #ebf2c7 !important;
	color: #9ebb11 !important;
}
.tableType01 table .cellColor02 {
	background-color: #fbebdb !important;
	color: #e27611 !important;
}
.tableType01 table .cellColor03 {
	background-color: #e7f4fb !important;
	color: #2788bb !important;
}
.tableType01 table .thNumber {
	display: block;
	position: relative;
	padding-left: 2em;
}
.tableType01 table .thNumber > span {
	position: absolute;
	top: 0;
	left: 0;
	color: #0e1271;
	font-weight: 500;
}
.tableType01 table [class*="btnType"] {
	margin-top: 1em;
}
.tableType01 p.aR.textSmall + table {
	margin-top: 1em;
}
.colWrap[class*="range"] .tableType01 table thead tr .lv01 {
	text-align: left;
}

/* spScroll */
[class*=tableType].spScroll {
	overflow-x: auto;
	margin-right: -10px;
	padding-bottom: 15px;
}
[class*=tableType].spScroll::-webkit-scrollbar {
	height: 10px;
	border-radius: 10px;
	background: #ddd;
}
[class*=tableType].spScroll::-webkit-scrollbar:horizontal {
	border-radius: 10px;
	background: #ddd;
}
[class*=tableType].spScroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #0e1271;
}
[class*=tableType].spScroll::-webkit-scrollbar-thumb:horizontal {
	border-radius: 10px;
	background: #0e1271;
}
[class*=tableType].spScroll table {
	width: 768px;
}

/* spVertical */
[class*=tableType].spVertical table,
[class*=tableType].spVertical table caption,
[class*=tableType].spVertical table thead,
[class*=tableType].spVertical table tbody,
[class*=tableType].spVertical table tr,
[class*=tableType].spVertical table th,
[class*=tableType].spVertical table td {
	display: block;
	width: 100%;
}
[class*=tableType].spVertical table {
	border: none;
	border-bottom: 1px solid #e0e0e0;
}
[class*=tableType].spVertical table th,
[class*=tableType].spVertical table td {
	border-top: 1px solid #e0e0e0;
	border-bottom: none;
	border-left: 1px solid #e0e0e0;
}
[class*=tableType].spVertical table th {
	text-align: left;
}
.tableType01.spVertical table thead tr th:last-child,
.tableType01.spVertical table tbody tr td:last-child {
	border-right: 1px solid #e0e0e0 !important;
}


/* box
================================ */

/* boxType */
[class*="boxType"] {
	position: relative;
	margin-top: 30px;
	border: 1px solid #ddd;
}
[class*="boxType"] > .boxTitle {
	font-size: 1.6rem;
	line-height: 1.1;
	text-align: center;
}
[class*="boxType"] > .boxTitle > span {
	display: block;
	position: relative;
}
[class*="boxType"] .boxInner {
	padding: 13px;
}
[class*="boxType"] .boxInner > *:first-child {
	margin-top: 0 !important;
}

/* boxType01 */
.boxType01:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	width: 60px;
	height: 1px;
	margin-left: -30px;
	background-color: #0e318e;
}
.boxType01 > .boxTitle {
	padding-top: 27px;
}
.boxType01 > .boxTitle + .boxInner {
	margin-top: 14px;
}

/* boxType02 */
.boxType02 > .boxTitle {
	padding: 18px 10px 19px;
	background-color: #0e1271;
	color: #fff;
	font-weight: 300;
}
.boxType02.newEntry > .boxTitle > span {
	display: inline-block;
	position: relative;
}
.boxType02.newEntry > .boxTitle > span:after {
	display: inline-block;
	content: "NEW";
	position: relative;
	top: .1em;
	vertical-align: top;
	margin: 0 10px;
	padding: 2px 5px;
	background-color: #fff;
	color: #c00;
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.2rem;
}

/* boxType03 */
.boxType03 {
	border: none;
	background-color: #f2f4f8;
}
.boxType03 > .boxInner {
	padding: 20px 15px;
}
.boxType03 .inductionText {
	font-size: 1.4rem;
	line-height: 1.3;
}
.boxType03 .inductionBtn {
	width: 62.8742%;
	margin: 15px auto 0;
}

/* boxLink */
[class*="boxLink"] {
	position: relative;
	margin-top: 40px !important;
}
[class*="boxLink"] a,
[class*="boxLink"] .imgCover {
	display: block;
	position: relative;
	text-decoration: none;
}
[class*="boxLink"] .imgCover > *:first-child {
	margin-top: 0 !important;
}
[class*="boxLink"] .boxTitle {
	font-size: 1.8rem;
	line-height: 1.1;
}
[class*="boxLink"] .boxTitle > span {
	position: relative;
}
[class*="boxLink"] [class*="headline"] {
	margin-top: 1em;
}
[class*="boxLink"] [class*="headline"] + * {
	margin-top: .5em;
}
[class*="boxLink"] a[target="_blank"] .boxTitle > span:after {
	display: inline-block;
	content: "別ウインドウで開きます";
	position: relative;
	top: .3em;
	width: 13px;
	height: 11px;
	vertical-align: top;
	margin-left: 5px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -60px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
	text-indent: -9999px;
}
[class*="boxLink"] a[href*="pdf"] .boxTitle > span:after {
	content: "PDF";
	top: .25em;
	width: 13px;
	height: 13px;
	background-position: -20px -80px;
}
.range3Col > [class*="boxLink"] + [class*="boxLink"],
.spBreak > [class*="boxLink"] + [class*="boxLink"] {
	margin-top: 40px !important;
}
.range3Col > [class*="boxLink"] .img {
	width: 100% !important;
}
[class*="range"].spRange2Col > [class*="boxLink"] {
	float: left;
	width: 48.7637%;
	margin: 10px 0 0 2.4726% !important;
}
[class*="range"].spRange2Col > [class*="boxLink"] > *:first-child,
[class*="range"].spRange2Col > [class*="boxLink"] > *:first-child > li:first-child {
	margin-top: 0 !important;
}
[class*="range"].spRange2Col > [class*="boxLink"]:nth-child(-n+2) {
	margin-top: 0 !important;
}
[class*="range"].spRange2Col > [class*="boxLink"]:nth-child(2n+1) {
	clear: left;
	margin-left: 0 !important;
}
[class*="range"].spRange2Col > .boxLink02 .boxTitle {
	display: table;
	position: static;
	width: 100%;
	padding: 0 10px;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: center;
}
[class*="range"].spRange2Col > .boxLink02 .boxTitle > span {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}

/* boxLink01 */
.boxLink01 .boxTitle {
	margin-top: 1em;
	text-align: center;
}

/* boxLink02 */
.boxLink02 > a,
.boxLink02 .imgCover {
	color: #fff;
}
.boxLink02 .img img {
	width: 100%;
}
.boxLink02 .boxTitle,
.boxLink02 .boxTitleWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 13px 15px;
	background-color: rgba(0, 0, 0, .7);
}
.boxLink02 .boxTitle,
.boxLink02 .boxTitleWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 11px 14px;
	background-color: rgba(0, 0, 0, .7);
}
.boxLink02 .boxTitleWrap {
	display: table;
	width: 100%;
	padding: 0 45px;
}
.boxLink02 .entryDetail {
	display: table-cell;
	height: 85px;
	vertical-align: middle;
}
.boxLink02 .entryDetail > * {
	float: left;
	font-size: 1.1rem;
}
.boxLink02 .entryDetail > .category {
	position: relative;
	margin-left: 10px;
	padding-left: 10px;
}
.boxLink02 .entryDetail > .category:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background-color: #666;
}
.boxLink02 .entryDetail > .entryList {
	clear: left;
	margin-top: 3px;
	font-size: 1.5rem;
	line-height: 1.3;
}
.boxLink02 .boxTitle.indexType01,
.boxLink02 .boxTitle.indexType03,
.range2Col .boxLink02 .boxTitle {
	font-size: 1.5rem;
}
.spBtnType02 {
	padding-bottom: 1px;
}
.spBtnType02 .boxLink02 {
	margin-top: 15px !important;
}
.spBtnType02 .boxLink02 + .boxLink02 {
	margin-top: 0 !important;
	border-top: 1px solid #fff;
}
.spBtnType02 .boxLink02 .img {
	display: none;
}
.spBtnType02 .boxLink02 .boxTitle {
	position: static;
	padding: 17px 25px 18px 15px;
	background-color: #0e1271;
	font-size: 1.4rem;
}
.spBtnType02 .boxLink02 .boxTitle:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -180px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}

/* boxLink03 */
.boxLink03 a {
	border: 1px solid #ddd;
	color: #333;
}
.boxLink03 .img img {
	width: 100%;
}
.boxLink03 .boxTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6px 11px 7px;
	background-color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}
.boxLink03 .boxTitle:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -120px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.boxLink03 .boxTitle .dept {
	font-size: 1rem;
	font-weight: normal;
}
.boxLink03.enable a:hover {
	border-color: #0e1271;
	color: #0e1271;
}
.boxLink03.enable a:hover .img img {
	opacity: 1;
}
.boxLink03.enable a:hover .boxTitle:after {
	background-position: -140px -40px;
}
.boxLink03.disable a {
	border-color: #ebebeb;
	color: #858585;
}
.boxLink03.disable a .img img,
.boxLink03.disable a .boxTitle:after {
	opacity: .7;
}

/* boxLink04 */
.boxLink04 a {
	position: relative;
	color: #fff;
}
.boxLink04 img {
	width: 100%;
}
.boxLink04 .boxInner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 1.1;
}
.boxLink04 .boxTitle {
	font-size: 4.3rem;
	font-weight: 600;
	letter-spacing: .04em;
}
.boxLink04 .boxTitle span {
	margin-left: .1em;
	font-size: 2.9rem;
	letter-spacing: 0;
}
.boxLink04 .boxClick {
	position: relative;
	margin-top: 20px;
	padding: 4px 14px 4px 18px;
	border: 1px solid #fff;
}
.boxLink04 .boxClick:before,
.boxLink04 .boxClick:after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #fff;
}
.boxLink04 .boxClick:before {
	left: 6px;
	width: 7px;
	height: 1px;
}
.boxLink04 .boxClick:after {
	left: 9px;
	width: 1px;
	height: 7px;
	margin-top: -3px;
}
.spBreak > .boxLink04 + .boxLink04 {
	margin-top: 10px !important;
}

/* boxLink05 */
.boxLink05 a {
	background-color: #fff;
	color: #333;
}
.boxLink05 .img img {
	width: 100%;
}
.boxLink05 .boxTitle {
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	line-height: 1.1;
	text-align: center;
}
.boxLink05 .boxTitle span {
	display: table-cell;
	height: 41px;
	vertical-align: middle;
	font-size: 1.3rem;
}
.boxLink05 .boxTitle span:after {
	content: "";
	display: inline-block;
	position: relative;
	top: .3em;
	vertical-align: top;
	width: 5px;
	height: 8px;
	margin-left: 6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}

/* boxLink06 */
[class*="range"] > .col.boxLink06 {
	margin-top: 30px !important;
}
[class*="range"] > .col.boxLink06 + .col.boxLink06 {
	margin-top: 20px !important;
}
[class*="range"] > .col.boxLink06 .boxInner {
	display: block;
}
[class*="range"] > .col.boxLink06 .img {
	float: left;
	width: 31.3187% !important;
	margin-right: 12px;
}
[class*="range"] > .col.boxLink06 .boxDetail {
	overflow: hidden;
}
[class*="range"] > .col.boxLink06 .boxTitle {
	font-size: 1.6rem;
}
[class*="range"] > .col.boxLink06 .paragraph01 {
	margin-top: .5em;
	color: #333;
	line-height: 1.5;
}


/* card
================================ */

/* cardType */
[class*="cardType"] {
	margin-top: 20px;
}

/* cardType01 */
.cardType01 + .cardType01 {
	margin-top: 0;
	border-top: 1px solid #fff;
}
.cardType01 > .cardInner {
	display: block;
	position: relative;
	padding: 13px 25px 13px 14px;
	background-color: #0e1271;
	color: #fff;
}
.cardType01 > .cardInner:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -180px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.cardType01 > .cardInner .img,
.cardType01 > .cardInner .paragraph01 {
	display: none;
}
.cardType01 > .cardInner .cardTitle {
	font-size: 1.4rem;
}

/* cardType02 */
.cardType02 > .cardInner {
	display: block;
	text-decoration: none;
}
.cardType02 > .cardInner > .img,
.cardType02 > .cardInner > a {
	float: left;
	width: 31.3187% !important;
	margin-right: 12px;
}
.cardType02 > .cardInner .img {
	margin-top: 0;
}
.cardType02 > .cardInner .cardDetail {
	overflow: hidden;
}
.cardType02 > .cardInner .cardTitle {
	position: relative;
	padding-left: 11px;
	font-size: 1.6rem;
	line-height: 1.3;
}
.cardType02 > .cardInner .cardTitle + *,
.cardType02 > .cardInner .linkType01 {
	margin-top: .5em;
}
.cardType02 > .cardInner .cardTitle:before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.cardType02 > .cardInner .cardTitle.iconNone {
	padding-left: 0;
}
.cardType02 > .cardInner .cardTitle.iconNone:before {
	display: none;
}
.cardType02 > .cardInner .paragraph01 {
	color: #333;
}
.colWrap.spBreak[class*="range"] > .cardType02 + .cardType02 {
	margin-top: 15px !important;
}
[class*="boxType"] .colWrap.spBreak[class*="range"] > .cardType02 + .cardType02 {
	margin-top: 20px !important;
}


/* other
================================ */

/* borderType */
.colWrap.borderType01 {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.img.borderType01 {
	padding-top: 0;
	border: 1px solid #ccc;
}
.colWrap.borderType02 {
	margin: 30px -10px 0;
	padding: 29px 10px 0;
	border-top: 1px solid #ccc;
}

/* releaseWrap */
[class*="releaseWrap"] {
	margin-top: 30px;
}
[class*="releaseWrap"] .release {
	position: relative;
}
[class*="releaseWrap"] .release > .entryDetail > .entryList > .title {
	display: inline-block;
}
[class*="releaseWrap"] .release > .entryDetail > .entryList > .title > a {
	text-decoration: none;
}
[class*="releaseWrap"] .release > .entryDetail > .entryList > .title > a[target="_blank"]:after {
	display: inline-block;
	content: "別ウインドウで開きます";
	position: relative;
	top: .4em;
	width: 13px;
	height: 11px;
	margin: 0 5px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -60px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
	text-indent: -9999px;
}
[class*="releaseWrap"] .release > .entryDetail > .entryList > .title > a[href*="pdf"]:after {
	content: "PDF";
	top: .4em;
	width: 13px;
	height: 13px;
	background-position: -20px -80px;
}
[class*="releaseWrap"] .release > .entryDetail > .entryList > .title > a.video:after {
	display: inline-block;
	content: "動画";
	position: relative;
	top: .4em;
	width: 16px;
	height: 13px;
	margin: 0 5px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -20px -100px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
	text-indent: -9999px;
}
[class*="releaseWrap"] .release.newEntry > .entryDetail > .entryList > .title:after {
	display: inline-block;
	content: "NEW";
	position: relative;
	top: .25em;
	vertical-align: top;
	margin: 0 5px;
	color: #c00;
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.1rem;
}

/* releaseWrap01 */
.releaseWrap01 {
	margin-right: -10px;
	margin-left: -10px;
	border-top: 1px solid #ddd;
}
.releaseWrap01 .release {
	border-bottom: 1px solid #ddd;
}
.releaseWrap01 .release > .entryDetail {
	padding: 10px;
}
.releaseWrap01 .release:not(.noExpand) > .entryDetail {
	padding-right: 15px;
}
.releaseWrap01 .release:not(.noExpand) > .entryDetail:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 8px;
	margin-top: -4px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.releaseWrap01 .release > .entryDetail > * {
	float: left;
}
.releaseWrap01 .release > .entryDetail > .date {
	font-size: 1.1rem;
}
.releaseWrap01 .release > .entryDetail > .category {
	min-width: 75px;
	padding-left: 10px;
	line-height: 17px;
}
.releaseWrap01 .release > .entryDetail > .category > li {
	padding: 0 .5em;
	background-color: #0e1271;
	color: #fff;
	font-size: 1rem;
	line-height: 17px;
	text-align: center;
}
.releaseWrap01 .release > .entryDetail > .entryList {
	clear: left;
	margin-top: 5px;
}
.releaseWrap01 .release.on {
	background-color: #f2f4f8;
}
.releaseWrap01 .release.on a {
	color: #6699cc;
}

/* releaseWrap02 */
.releaseWrap02 .release + .release {
	margin-top: 2.1em;
}
.releaseWrap02 .release > .entryDetail > * {
	float: left;
}
.releaseWrap02 .release > .entryDetail > .date,
.releaseWrap02 .release > .entryDetail > .category {
	color: #666;
	font-size: 1.1rem;
	line-height: 1.2;
}
.releaseWrap02 .release > .entryDetail > .category {
	margin-left: 15px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
}
.releaseWrap02 .release > .entryDetail > .entryList {
	clear: both;
	margin-top: 10px;
	font-size: 1.2rem;
}
.releaseWrap02 .release > .entryDetail > .entryList > .title > a {
	display: inline-block;
	color: #333;
	font-weight: 500;
}
.releaseWrap02 .release > .entryDetail > .entryList > .title > a:after {
	display: inline-block;
	content: "";
	position: relative;
	top: .35em;
	width: 5px;
	height: 8px;
	vertical-align: top;
	margin-left: 9px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -100px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.releaseWrap02 .release.on > .entryDetail > .entryList > .title > a {
	color: #6699cc;
}

/* categoryNews */
.categoryNews {
	padding: 0 !important;
}
.categoryNews .newsInner {
	margin: 0;
}
.categoryNews .newsHead {
	display: table;
	width: 100%;
	padding: 0 10px;
}
.categoryNews .newsHead > * {
	display: table-cell;
	height: 48px;
	vertical-align: middle;
}
.categoryNews .newsTitle {
	width: 88%;
	font-size: 1.6rem;
}
.categoryNews .linkType01 {
	width: 12%;
	text-align: right;
	white-space: nowrap;
}
.categoryNews .releaseWrap01 {
	position: relative;
	margin: 0;
	padding-right: 35px;
}
.categoryNews .releaseWrap01 .release > .entryDetail {
	padding-top: 17px;
	padding-bottom: 17px;
}
.categoryNews .releaseWrap01 .release > .entryDetail:before {
	display: none;
}
.categoryNews .releaseWrap01 .acodSwitch {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #fff;
	outline: none;
}
.categoryNews .releaseWrap01 .acodSwitch:before,
.categoryNews .releaseWrap01 .acodSwitch:after {
	content: "";
	position: absolute;
	background-color: #0e318e;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.categoryNews .releaseWrap01 .acodSwitch:before {
	top: 39px;
	left: 11px;
	width: 13px;
	height: 1px;
}
.categoryNews .releaseWrap01 .acodSwitch:after {
	top: 33px;
	left: 17px;
	width: 1px;
	height: 13px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.categoryNews .releaseWrap01 .acodSwitch.active:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.categoryNews .releaseWrap01 .acodDetail {
	display: none;
}

/* acodWrap */
[class*="acodWrap"] {
	margin: 30px -10px 0;
}
[class*="acodWrap"] + [class*="acodWrap"] {
	margin-top: 0;
}
[class*="acodWrap"] .acodSwitch {
	display: table;
	position: relative;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
[class*="acodWrap"] + [class*="acodWrap"] .acodSwitch {
	border-top: none;
}
[class*="acodWrap"] .acodSwitch > a {
	display: table-cell;
	height: 58px;
	vertical-align: middle;
	padding: 10px 25px 10px 15px;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.4;
	text-decoration: none;
	outline: none;
}
[class*="acodWrap"] .acodSwitch > a:before,
[class*="acodWrap"] .acodSwitch > a:after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #0e1271;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	z-index: 2;
}
[class*="acodWrap"] .acodSwitch > a:before {
	right: 10px;
	width: 13px;
	height: 1px;
}
[class*="acodWrap"] .acodSwitch > a:after {
	right: 16px;
	width: 1px;
	height: 13px;
	margin-top: -6px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
[class*="acodWrap"] .acodSwitch > a:hover {
	background-color: #f2f4f8;
	color: #6699cc;
}
[class*="acodWrap"] .acodSwitch.active > a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
[class*="acodWrap"] .acodSwitch > a > *:not(span) {
	font-size: 1.2rem;
	line-height: 1.7;
}
[class*="acodWrap"] .acodSwitch > a > *:first-child {
	margin-top: 0 !important;
}
[class*="acodWrap"] .acodSwitch > a > *:first-child + * {
	margin-top: 1em;
}
[class*="acodWrap"] .acodDetail {
	position: relative;
	padding: 15px 20px 25px;
	border-bottom: 1px solid #ddd;
}
[class*="acodWrap"] .acodDetail > *:first-child {
	margin-top: 0 !important;
}
/* acodType02 */
[class*="acodWrap"].acodType02 .acodSwitch {
	position: relative;
	display: table;
}
[class*="acodWrap"].acodType02 .acodSwitch:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background-color: #fff;
	border: 1px solid #0e1271;
}
[class*="acodWrap"].acodType02 .acodSwitch > a {
	display: table-cell;
	height: 56px;
	border: 1px solid #0e1271;
	background-color: #6979a1;
	color: #fff;
	text-decoration: none;
	outline: none;
}
[class*="acodWrap"].acodType02 .acodSwitch > a:before {
	right: 21px;
}
[class*="acodWrap"].acodType02 .acodSwitch > a:after {
	right: 27px;
}
[class*="acodWrap"].acodType02 .acodSwitch.active a {
	background-color: #9da7be;
}

/* acodGroup */
.acodGroup {
	margin-top: 30px;
}
.acodGroup > *:first-child
.acodGroup > section + section {
	margin-top: 0 !important;
}
.acodGroup > .btnType01 + * {
	margin-top: 10px;
}

/* spAcodItem */
.colWrap > .col.spAcodItem + .col.spAcodItem,
.colWrap > .col.spAcodItem > *:first-child,
.colWrap > .col.spAcodItem .spAcodDetail > *:first-child {
	margin-top: 0 !important;
}
.colWrap > .col.spAcodItem + .col.spAcodItem {
	border-top: 1px solid #fff;
}
.colWrap > .col.spAcodItem .spAcodSwitch .img {
	display: none;
}
.colWrap > .col.spAcodItem .spAcodSwitch .boxTitle {
	position: relative;
	padding: 17px 30px 18px 15px;
	background-color: #0e1271;
	font-size: 1.4rem;
}
.colWrap > .col.spAcodItem .spAcodSwitch .boxTitle:before,
.colWrap > .col.spAcodItem .spAcodSwitch .boxTitle:after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #fff;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.colWrap > .col.spAcodItem .spAcodSwitch .boxTitle:before {
	right: 15px;
	width: 13px;
	height: 1px;
	margin-top: -1px;
}
.colWrap > .col.spAcodItem .spAcodSwitch .boxTitle:after {
	right: 21px;
	width: 1px;
	height: 13px;
	margin-top: -7px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.colWrap > .col.spAcodItem .spAcodSwitch.active .boxTitle:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.colWrap > .col.spAcodItem .spAcodDetail {
	padding: 14px;
	border: 1px solid #ddd;
	border-top: none;
}

/* faqType */
.faqType + .faqType {
	margin-top: 0;
}
.faqType .acodSwitch > a,
.faqType .acodDetail {
	padding-left: 47px;
}
.faqType .acodSwitch:before {
	content: "Queation. ";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 18px;
	height: 23px;
	margin-top: -12px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -40px -160px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
	text-indent: -9999px;
}
.faqType .acodDetail:before {
	content: "Answer. ";
	position: absolute;
	top: 16px;
	left: 15px;
	width: 18px;
	height: 20px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -60px -160px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
	text-indent: -9999px;
}
.faqType .acodDetail .textLarge {
	font-size: 1.4rem;
}

/* tabWrap */
[class*="tabWrap"] {
	margin-top: 30px;
}
[class*="tabWrap"] > .tabNav {
	margin: 0 -10px;
}
[class*="tabWrap"] > .tabNav > li {
	display: table;
	position: relative;
	float: left;
}
[class*="tabWrap"] > .tabNav > li > a {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	outline: none;
}
[class*="tabWrap"] > .tabNav.range2Col > li { width: calc(100% / 2); }
[class*="tabWrap"] > .tabNav.range3Col > li { width: calc(100% / 3); }
[class*="tabWrap"] > .tabNav.range4Col > li { width: calc(100% / 4); }
[class*="tabWrap"] > .tabNav.range5Col > li { width: calc(100% / 5); }
[class*="tabWrap"] > .tabNav.range6Col > li { width: calc(100% / 6); }
[class*="tabWrap"] > .tabNav.range7Col > li { width: calc(100% / 7); }
[class*="tabWrap"] > .tabDetail {
	margin-top: 15px;
}
[class*="tabWrap"] > .tabDetail > *:first-child {
	margin-top: 0 !important;
}
[class*="tabWrap"].spSelectTrigger > .tabNav {
	display: none;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap {
	position: relative;
	margin: 0 -10px;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .spSelectTrigger {
	position: relative;
	border-top: 1px solid #0e1271;
	border-bottom: 1px solid #0e1271;
	font-size: 1.4rem;
	cursor: pointer;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .spSelectTrigger:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 100%;
	border-left: 1px solid #0e1271;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .spSelectTrigger > a {
	display: block;
	padding: 9px 44px 10px 10px;
	color: #0e1271;
	text-decoration: none;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .spSelectTrigger > a:before,
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .spSelectTrigger > a:after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #0e1271;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	z-index: 2;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .spSelectTrigger > a:before {
	right: 15px;
	width: 13px;
	height: 1px;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .spSelectTrigger > a:after {
	right: 21px;
	width: 1px;
	height: 13px;
	margin-top: -6px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .spSelectTrigger.active > a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .selectContent {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .selectContent > li {
	border-bottom: 1px solid #ddd;
	font-size: 1.4rem;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .selectContent > li > a {
	display: block;
	position: relative;
	padding: 9px 20px 10px 10px;
	background-color: #eee;
	color: #333;
	text-decoration: none;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .selectContent > li > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -120px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .selectContent > .active > a {
	background-color: #6979a1;
	color: #fff;
	font-weight: 500;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap > .selectContent > .active > a:after {
	background-position: -180px -60px;
}
.tabWrap01 > .tabNav {
	border-bottom: 1px solid #ddd;
}
.tabWrap01 > .tabNav > li {
	margin-left: 0 !important;
	font-size: 1.5rem;
	line-height: 1.5;
}
.tabWrap01 > .tabNav > li > a {
	padding: 10px 5px;
	color: #999999;
}
.tabWrap01 > .tabNav > li > a:after {
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-ms-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
.tabWrap01 > .tabNav > .active > a {
	color: #333;
}
.tabWrap01 > .tabNav > .active > a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0e1271;
}
.noSide .tabDetail,
.noSide .tabDetail .btnType01 {
	margin-top: 20px;
}

/* relatedInfo */
.relatedInfo {
	margin-top: 35px;
}
.relatedInfo > .title {
	position: relative;
	padding-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
}
.relatedInfo > .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 25px;
	height: 1px;
	margin-left: -13px;
	background-color: #ddd;
}
.relatedInfo > .title + * {
	margin-top: 25px;
}
.relatedInfo .infoData {
	color: #666;
	font-size: 1.1rem;
	line-height: 1.1;
}
.relatedInfo .infoData > span {
	display: inline-block;
}
.relatedInfo .infoData > span + span {
	margin-left: 10px;
	padding-left: 9px;
	border-left: 1px solid #bbb;
}
.relatedInfo .infoData + * {
	margin-top: 1em;
}

/* contactWrap01 */
.contactWrap01 {
	margin: 35px -10px 0;
	padding: 25px 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.contactWrap01 > .title {
	position: relative;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
}
.contactWrap01 > .title + .inner {
	margin-top: 15px;
}
.contactWrap01 > .inner > *:first-child {
	margin-top: 0 !important;
}
.contactWrap01 > .inner .colWrap {
	text-align: left;
}
.contactWrap01 > .inner .selectItem01 {
	width: 100%;
	margin-top: 1em;
}
.contactWrap01 > .inner .selectItem01 + * {
	margin-top: 1em !important;
}

/* plugin */
.plugin {
	margin-top: 60px;
	padding-top: 21px;
	background: url(/jp/common/img/com_ex01_sp.png) repeat-x 0 0;
	-webkit-background-size: 3px auto;
	background-size: 3px auto;
}
.plugin > .banner {
	width: 52.7%;
	margin: 0 auto;
}
.plugin > .banner img {
	width: 100%;
}
.plugin > .text {
	margin-top: 15px;
	color: #666;
}
.plugin > .text > *:first-child {
	margin-top: 0 !important;
}

/* sliderType */
[class*="sliderType"] {
	margin-top: 30px;
}
[class*="sliderType"] .sliderInner {
	position: relative;
}
[class*="sliderType"] .img {
	margin-top: 0;
}
[class*="sliderType"] .img img {
	width: 100%;
}
.sliderType01 .sliderInner {
	width: 100%;
	border: 1px solid #ddd;
}
.sliderType01 .sliderInner .slide {
	position: relative;
}
.sliderType01 .sliderInner .slideTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 9px 15px 10px;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
}
.sliderType01 .sliderInner + .sliderInner {
	border: none;
}
.sliderType01 .sliderInner + .sliderInner .slick-track {
	width: 100% !important;
}
.sliderType01 .sliderInner + .sliderInner .slide {
	width: 18.6666% !important;
	margin: 4px 0 0 1.66675%;
	border: 1px solid #ddd;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.sliderType01 .sliderInner + .sliderInner .slide:nth-child(5n+1) {
	margin-left: 0;
}
.sliderType01 .sliderInner + .sliderInner .slide.slick-current:after {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 2px solid #0e1271;
}
.sliderType01 .sliderInner + .sliderInner .slideTitle {
	display: none;
}
.sliderType02 .slick-arrow {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	margin: -26px 0 0;
	padding: 0;
	border: none;
	background-color: rgba(0, 0, 0, .6);
	-webkit-transition: all .1s ease-out 0s;
	-moz-transition: all .1s ease-out 0s;
	-ms-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
}
.sliderType02 .slick-arrow:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 6px;
	height: 11px;
	margin-top: -6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.sliderType02 .slick-prev {
	left: 0;
}
.sliderType02 .slick-prev:after {
	left: 8px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sliderType02 .slick-next {
	right: 0;
}
.sliderType02 .slick-next:after {
	left: 10px;
}
.sliderType02 .slick-dots {
	height: 12px;
	margin-top: 15px;
	text-align: center;
}
.sliderType02 .slick-dots li {
	display: inline-block;
	overflow: hidden;
	height: 12px;
	vertical-align: top;
	cursor: pointer;
}
.sliderType02 .slick-dots button {
	width: 12px;
	height: 12px;
	vertical-align: top;
	margin: 0 9px;
	padding: 0;
	border: none;
	background-color: #ddd;
	-webkit-transition: all .1s ease-out 0s;
	-moz-transition: all .1s ease-out 0s;
	-ms-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	text-indent: -9999px;
}
.sliderType02 .slick-dots .slick-active button {
	background-color: #0e1271;
}

/* buildingMap */
.buildingMap {
	margin: 30px -10px 0;
}
.buildingMap > .mapInner {
	position: relative;
}
.buildingMap > .mapInner > .img {
	display: none;
}
.buildingList > .boxLink02 {
	margin-top: 0 !important;
	border-bottom: 1px solid #ddd;
}
.buildingList > .boxLink02:first-child {
	border-top: 1px solid #ddd;
}
.buildingList > .boxLink02 a {
	display: table;
	position: relative;
	width: 100%;
	padding: 10px 20px 10px 10px;
	color: #666;
}
.buildingList > .boxLink02 a:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 8px;
	height: 12px;
	margin-top: -6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -120px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.buildingList > .boxLink02 a > * {
	display: table-cell;
	vertical-align: middle;
}
.buildingList > .boxLink02 .img {
	width: 26.6667%;
}
.buildingList > .boxLink02 .boxTitle {
	position: static;
	padding: 0 0 0 15px;
	background-color: transparent;
	font-size: 1.5rem;
}

/* selectItem */
[class*="selectItem"] {
	position: relative;
	width: 100% !important;
	margin-top: .5em;
	border: 1px solid #ddd;
	background-color: #fff;
	line-height: 1.2;
	cursor: pointer;
}
[class*="selectItem"] > .selected {
	display: block;
	position: relative;
	padding: 12px 30px 12px 12px;
}
[class*="selectItem"] > .selected:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 12px;
	height: 7px;
	margin-top: -3px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -120px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
[class*="selectItem"] > .itemList {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100% !important;
	padding: 0 6px 6px;
	border: 1px solid #ddd;
	border-top: none;
	background-color: #fff;
	z-index: 2;
}
[class*="selectItem"] > .itemList > li {
	padding: 6px;
}
[class*="selectItem"] > .itemList > .enable {
	background-color: #f2f4f8;
	color: #0e1271;
}

/* staffSearchWrap */
.staffSearchWrap {
	margin-top: 30px;
}
.staffSearchWrap > .searchBox {
	padding: 15px;
	background-color: #eee;
}
.staffSearchWrap > .searchBox > .title {
	position: relative;
	padding-left: 30px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
}
.staffSearchWrap > .searchBox > .title:before {
	content: "";
	position: absolute;
	top: .15em;
	left: 1px;
	width: 19px;
	height: 19px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -200px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.staffSearchWrap > .searchBox > .title + * {
	margin-top: 15px;
}
.staffSearchWrap > .searchBox > .details > .selectList > li + li {
	margin-top: 1em;
}
.staffSearchWrap > .searchBox > .details > .selectList > li > span {
	display: block;
	position: relative;
	padding-left: 12px;
	line-height: 1.1;
}
.staffSearchWrap > .searchBox > .details > .selectList > li > span:before {
	content: "";
	position: absolute;
	top: .45em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #0e1271;
}
.staffSearchWrap > .searchBox > .details > .reset {
	margin-top: 12px;
	font-size: 1.3rem;
	text-align: right;
}
.staffSearchWrap > .searchBox > .details > .reset > a {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	color: #333;
}
.staffSearchWrap > .searchBox > .details > .reset > a:before {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	width: 18px;
	height: 18px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -80px -180px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.staffSearchWrap > .searchResults {
	margin-top: 20px;
}
.staffSearchWrap > .searchResults > *:first-child {
	margin-top: 0 !important;
}
.staffSearchWrap > .searchResults > .colWrap > .col {
	margin-top: 10px;
}
.staffSearchWrap > .searchResults > .colWrap[class*="range"] > .col {
	float: left !important;
	width: 47.3333% !important;
	margin: 10px 0 0 5.3334% !important;
}
.staffSearchWrap > .searchResults > .colWrap[class*="range"] > .col:nth-child(2n+1) {
	margin-left: 0 !important;
}
.staffSearchWrap > .searchResults > .colWrap[class*="range"] > .col:nth-child(-n+2) {
	margin-top: 0 !important;
}

/* commentBlock */
.commentBlock {
	margin-top: 30px;
}
.commentBlock > .name {
	position: relative;
	top: .2em;
	float: left;
	width: 46px;
	margin-right: 15px;
	padding: 2px 0 4px;
	background-color: #0e1271;
	color: #fff;
	font-size: 1rem;
	line-height: 1.1;
	text-align: center;
}
.commentBlock > .comment {
	overflow: hidden;
}
.commentBlock > .comment > *:first-child {
	margin-top: 0 !important;
}

/* scheduleList */
.scheduleList {
	margin-top: 30px;
}
.boxType01 .scheduleList li {
	position: relative;
	min-height: 40px;
	padding-left: 50px;
}
.boxType01 .scheduleList li + li {
	margin-top: 15px;
}
.boxType01 .scheduleList li:before {
	content: "";
	position: absolute;
	top: .3em;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(/jp/common/img/com_sp02.png) no-repeat;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
	z-index: 2;
}
.boxType01 .scheduleList li:after {
	content: "";
	position: absolute;
	top: 36px;
	left: 17px;
	width: 1px;
	height: 100%;
	background: url(/jp/common/img/com_ex02_sp.png) repeat-y 0 0;
	-webkit-background-size: 1px auto;
	background-size: 1px auto;
	z-index: 1;
}
.boxType01 .scheduleList li:last-child:after {
	display: none;
}
.boxType01 .scheduleList .time {
	display: inline-block;
	color: #0e1271;
	font-weight: 500;
}
/* time 00 */
.boxType01 .scheduleList li[data-time="7"]:before { background-position: -40px -100px; }
.boxType01 .scheduleList li[data-time="8"]:before { background-position: -80px -100px; }
.boxType01 .scheduleList li[data-time="9"]:before { background-position: -120px -100px; }
.boxType01 .scheduleList li[data-time="10"]:before { background-position: -160px -100px; }
.boxType01 .scheduleList li[data-time="11"]:before { background-position: -200px -100px; }
.boxType01 .scheduleList li[data-time="12"]:before { background-position: 0 -60px; }
.boxType01 .scheduleList li[data-time="13"]:before { background-position: -40px -60px; }
.boxType01 .scheduleList li[data-time="14"]:before { background-position: -80px -60px; }
.boxType01 .scheduleList li[data-time="15"]:before { background-position: -120px -60px; }
.boxType01 .scheduleList li[data-time="16"]:before { background-position: -160px -60px; }
.boxType01 .scheduleList li[data-time="17"]:before { background-position: -200px -60px; }
.boxType01 .scheduleList li[data-time="18"]:before { background-position: 0 -100px; }
.boxType01 .scheduleList li[data-time="19"]:before { background-position: -40px -100px; }
/* time unique */
.boxType01 .scheduleList li[data-time="6-20"]:before { background-position: -80px -260px; }
.boxType01 .scheduleList li[data-time="7-15"]:before { background-position: -120px -260px; }
.boxType01 .scheduleList li[data-time="7-40"]:before { background-position: 0 -140px; }
.boxType01 .scheduleList li[data-time="7-45"]:before { background-position: -40px -140px; }
.boxType01 .scheduleList li[data-time="7-55"]:before { background-position: -80px -140px; }
.boxType01 .scheduleList li[data-time="8-15"]:before { background-position: -120px -140px; }
.boxType01 .scheduleList li[data-time="8-30"]:before { background-position: -160px -140px; }
.boxType01 .scheduleList li[data-time="8-35"]:before { background-position: -200px -140px; }
.boxType01 .scheduleList li[data-time="8-40"]:before { background-position: 0 -180px; }
.boxType01 .scheduleList li[data-time="9-30"]:before { background-position: -40px -180px; }
.boxType01 .scheduleList li[data-time="10-30"]:before { background-position: -80px -180px; }
.boxType01 .scheduleList li[data-time="11-30"]:before { background-position: -120px -180px; }
.boxType01 .scheduleList li[data-time="12-45"]:before { background-position: -160px -180px; }
.boxType01 .scheduleList li[data-time="13-30"]:before { background-position: -200px -180px; }
.boxType01 .scheduleList li[data-time="14-30"]:before { background-position: 0 -220px; }
.boxType01 .scheduleList li[data-time="14-45"]:before { background-position: -40px -220px; }
.boxType01 .scheduleList li[data-time="15-30"]:before { background-position: -80px -220px; }
.boxType01 .scheduleList li[data-time="16-15"]:before { background-position: -120px -220px; }
.boxType01 .scheduleList li[data-time="16-30"]:before { background-position: -160px -220px; }
.boxType01 .scheduleList li[data-time="17-15"]:before { background-position: -200px -220px; }
.boxType01 .scheduleList li[data-time="17-30"]:before { background-position: 0 -260px; }
.boxType01 .scheduleList li[data-time="18-30"]:before { background-position: -40px -260px; }

/* selectLinkType01 */
.selectLinkType01 [class*="btnType"] {
	padding: 0;
}

/* readingMatter */
.readingMatter > .imgWrap01 {
	display: table;
	margin: 0 auto;
}
.readingMatter > .imgWrap01 > .emCaption {
	margin-top: 1em;
	line-height: 1.7;
}
.readingMatter > .leadType01 {
	margin-top: 35px;
}
.readingMatter > .leadType01 + .leadType01 {
	margin-top: 1em;
}
.readingMatter > .leadType02 {
	margin-top: 2em;
}

/* colorbox */
#cboxContent {
	background-color: transparent !important;
}
#cboxContent #cboxLoadedContent img {
	width: 100% !important;
	height: auto !important;
}
#cboxContent #cboxClose {
	display: block;
	position: absolute;
	top: -21px;
	right: 0;
	width: 21px;
	height: 21px;
	background-color: #0e1271;
	text-indent: -9999px;
}
#cboxContent #cboxClose:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 13px;
	margin: -6px 0 0 -6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -20px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.cboxPhoto {
	width: 100% !important;
	height: auto !important;
}

/* modalContents */
.modalContents {
	display: none;
}
.modalDetail .modalInner {
	padding: 15px;
	background-color: #fff;
}
.modalDetail .modalInner > *:first-child {
	margin-top: 0 !important;
}

/* modalSlider */
.modalSlider {
	padding: 5px;
}
.modalSlider > *:first-child {
	margin-top: 0 !important;
}
.modalSlider .slick-slider {
	position: static;
}
.modalSlider .slick-arrow {
	position: fixed;
	top: 50%;
	width: 15px;
	height: 48px;
	margin: -24px 0 0;
	padding: 0;
	border: none;
	background-color: #666;
	text-indent: -9999px;
	z-index: 2;
}
.modalSlider .slick-arrow:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 6px;
	height: 11px;
	margin-top: -6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.modalSlider .slick-prev {
	left: 5%;
}
.modalSlider .slick-prev:after {
	left: 4px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.modalSlider .slick-next {
	right: 4.8%;
}
.modalSlider .slick-next:after {
	left: 6px;
}
.modalSlider .naviType01 .slick-track {
	width: 100% !important;
}
.modalSlider .naviType01 .slick-slide {
	width: auto !important;
}
.modalSlider .naviType01 .linkType01 li > a {
	padding-left: 14px;
}
.modalSlider .naviType01 .linkType01 li > a:before {
	top: .6em;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.modalSlider .naviType01 .linkType01 .slick-current > a {
	color: #333;
	font-weight: 500;
	text-decoration: none;
}
.modalSlider [class*="linkType"] a:after {
	text-indent: -99999px;
}

/* objectArea */
.objectArea {
	display: table;
	margin: 30px auto 0;
}

/* googleMapArea */
.googleMapArea {
	margin-top: 30px;
}
.googleMapArea iframe {
	width: 100%;
	border: none;
}
.googleMapArea iframe[height*="400"] {
	height: 200px;
}
.googleMapArea iframe[height*="500"] {
	height: 250px;
}

/* networkRegionMap */
.networkRegionMap {
	margin-top: 30px;
}
.networkRegionMap > *:first-child,
.regionSelect > .item > *:first-child {
	margin-top: 0 !important;
}

/* regionSelect */
.regionSelect {
	margin-top: 15px;
	padding: 13px;
	background-color: #eee;
}
.regionSelect > .item + .item {
	margin-top: 1em;
}
.regionSelect > .item dl.listType01 > dd {
	margin-top: .5em;
}

/* regionMap */
.regionMap {
	position: relative;
	margin-top: 15px;
}
.regionMap .mapImg {
	display: none;
}
.regionLegend {
	padding: 13px;
	background-color: #eceff5;
	font-size: 1.3rem;
}
.regionLegend > .legendList > .baseType01:before { top: .4em; }
.regionLegend > .legendList > .baseType02:before { top: .5em; }
.regionLegend > .legendList > .baseType03:before,
.regionLegend > .legendList > .baseType04:before,
.regionLegend > .legendList > .baseType05:before { top: -.3em; }
.regionLegend.industrial > .legendList > .baseType03,
.regionLegend.industrial > .legendList > .baseType04,
.regionLegend.industrial > .legendList > .baseType05 { display: none; }
.regionGroup {
	padding-bottom: 10px;
}
.regionGroup > .regionItem {
	float: left;
	width: 47.3%;
	margin: 15px 0 0 5.4%;
}
.regionGroup > .regionItem:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.regionItem {
	margin-top: 15px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}
.regionItem > .itemName > * {
	display: block;
	padding: 9px 13px 11px;
	background-color: #26297f;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -.04em;
}
.regionItem > .itemName > a:after {
	content: "";
	display: inline-block;
	position: relative;
	top: .45em;
	width: 5px;
	height: 8px;
	vertical-align: top;
	margin-left: 10px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -180px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.regionItem > .itemInner {
	padding: 13px;
	background-color: #fff;
}
.regionItem .basesNumber > li {
	margin-top: .3em;
	line-height: 1.25;
}
.regionItem .basesNumber > li:nth-child(1) {
	margin-top: 0;
}
.regionItem .basesNumber a {
	text-decoration: underline;
	outline: none;
}
.regionItem .basesNumber .iconBase {
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.9rem;
	font-weight: 500;
}
.regionItem .basesNumber > .baseType01:before { top: .45em; }
.regionItem .basesNumber > .baseType02:before { top: .5em; }
.regionItem .basesNumber > .baseType03:before,
.regionItem .basesNumber > .baseType04:before,
.regionItem .basesNumber > .baseType05:before { top: -.2em; }
.regionItem .basesNumber[data-machine-type="産業機械他"] {
	display: none;
}

/* regionMap */
li[class*="baseType"],
tr[class*="baseType"] .iconBase {
	position: relative;
	padding-left: 22px;
}
tr[class*="baseType"] .iconBase {
	display: inline-block;
}
li[class*="baseType"]:before,
tr[class*="baseType"] .iconBase:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
li.baseType01:before,
tr.baseType01 .iconBase:before {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ff8839;
}
li.baseType02:before,
tr.baseType02 .iconBase:before {
	width: 11px;
	height: 11px;
	background-color: #444791;
}
li.baseType03:before,
tr.baseType03 .iconBase:before,
li.baseType04:before,
tr.baseType04 .iconBase:before,
li.baseType05:before,
tr.baseType05 .iconBase:before {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 6px solid transparent;
}
li.baseType03:before,
tr.baseType03 .iconBase:before {
	border-bottom-color: #358535;
}
li.baseType04:before,
tr.baseType04 .iconBase:before {
	border-bottom-color: #e85a82;
}
li.baseType05:before,
tr.baseType05 .iconBase:before {
	border-bottom-color: #7d39c3;
}

/* networkRegionList */
.networkRegionList > *:first-child,
.networkRegionList .baseResult > *:first-child {
	margin-top: 0 !important;
}
.networkRegionList {
	margin-top: 30px;
}
.networkRegionList .baseResult {
	margin-top: 15px;
}
.networkRegionList .baseResult[data-machine-type="産業機械他"] {
	display: none;
}
.networkRegionList [class*="baseType"] .iconBase {
	display: block;
	padding: 18px 0 0;
	font-family: 'Yantramanav', sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}
.networkRegionList [class*="baseType"] .iconBase:before {
	left: 50%;
}
.networkRegionList .baseType01 .iconBase:before {
	margin-left: -6px;
}
.networkRegionList .baseType02 .iconBase:before {
	margin-left: -5px;
}
.networkRegionList .baseType03 .iconBase:before,
.networkRegionList .baseType04 .iconBase:before,
.networkRegionList .baseType05 .iconBase:before {
	top: -7px;
	margin-left: -5px;
}
.networkRegionList .tableType01 a.inline {
	text-decoration: none;
}
.networkRegionList .tableType01 a.inline:hover {
	text-decoration: underline;
}

/* history */
.history {
	margin-top: 10px;
}
.history > *:first-child {
	margin-top: 0 !important;
}
.history .historySection:last-of-type:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 2px;
	width: 0;
	height: 0;
	border-top: 7px solid #ddd;
	border-right: 5px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 5px solid transparent;
}
.history .historySection:last-of-type .historyDetail {
	padding-bottom: 40px;
}
.history [class*="leadType"] {
	margin-top: 1.5em;
	line-height: 1.3;
}

/* historyIcons */
.historyIcons > ul {
	float: right;
}
.historyIcons > ul > li {
	position: relative;
	float: left;
	margin-left: 12px;
	padding-left: 15px;
}
.historyIcons > ul > li:before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.historyIcons > ul > li[data-history="企業"]:before { background-color: #0e1271; }
.historyIcons > ul > li[data-history="製品"]:before { background-color: #eaaa00; }

/* historySection */
.historySection {
	margin-top: 35px;
}
.historySection + .historySection,
.historySection > *:first-child {
	margin-top: 0 !important;
}
.historyHead {
	margin: 0 -10px;
	padding: 14px 10px 22px;
	border-top: 2px solid #0e1271;
	background-color: #f3f4f8;
	text-align: center;
}
.historyTitle01 {
	color: #0e1271;
	font-size: 3.3rem;
	font-weight: 500;
	line-height: 1.1;
}
.historyTitle01 .year {
	font-family: 'Yantramanav', sans-serif;
	font-size: 4.9rem;
	font-weight: 600;
}
.historyTitle01 + .historyLead {
	margin-top: 3px;
}
.historyTitle02 {
	padding: 0 0 8px 20px;
	border-bottom: 1px solid;
	font-size: 1.6rem;
	line-height: 1.1;
}
.historyLead {
	font-size: 1.4rem;
	line-height: 1.4;
}
.historyDetail {
	position: relative;
	padding: 28px 0 28px 8px;
}
.historyDetail:before {
	content: "";
	position: absolute;
	top: 0;
	left: 6px;
	width: 2px;
	height: 100%;
	background-color: #ddd;
	z-index: -1;
}
.historyDetail > *:first-child {
	margin-top: 0 !important;
}
.historyItem {
	font-size: 1.2rem;
	line-height: 1.5;
}
.historyItem + .historyItem {
	margin-top: 25px;
}
.historyItem .itemInner {
	position: relative;
	padding: 1em 0 0 20px;
}
.historyItem .itemInner:before {
	content: "";
	position: absolute;
	top: -7px;
	left: -8px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}
.historyItem .itemInner > *:first-child {
	margin-top: 0 !important;
}
.historyItem .img {
	margin-top: 17px;
	text-align: center;
}
.historyItem[data-history="企業"] .historyTitle02 { border-bottom-color: #0e1271; color: #0e1271; }
.historyItem[data-history="企業"] .itemInner:before { background-color: #0e1271; }
.historyItem[data-history="製品"] .historyTitle02 { border-bottom-color: #eaaa00; color: #d17100; }
.historyItem[data-history="製品"] .itemInner:before { background-color: #eaaa00; }


/* for category top
================================ */

/* common --- purposeMenu */
.purposeMenu {
	display: none !important;
}

/* common --- contentsWrap */
.interiorMain > *:first-child,
.interiorSidebar > *:first-child,
.sidebarItem > *:first-child {
	margin-top: 0 !important;
}
.interiorMain,
.interiorMain > [class*="linkType"],
.interiorMain > .colWrap {
	margin-top: 20px;
}
.interiorSidebar {
	margin-top: 30px;
}
.sidebarItem > .sbBoxType01 {
	margin-top: 20px;
}
.sidebarItem > .sbBoxType04 .boxInner {
	padding-top: 9px;
}

/* ir --- sriBlock */
.sriBlock {
	margin: 25px -10px 0;
	padding: 20px 10px 0;
	border-top: 1px solid #ddd;
	text-align: center;
}
.sriBlock .img {
	margin-top: 0;
}
.sriBlock .img > * {
	margin: 0 auto;
}
.sriBlock .sriCaption {
	padding-bottom: 15px;
	line-height: 1.3;
}

/* csr --- csrTopics */
.csrTopics {
	margin-top: 15px;
}
.csrTopics .priorityField {
	margin: 0 -10px;
}
.csrTopics .priorityField .item {
	display: table;
	position: relative;
	width: 100%;
}
.csrTopics .priorityField .item a {
	display: table-cell;
	height: 115px;
	vertical-align: middle;
	padding: 0 20px;
	background: no-repeat 100% 50%;
	-webkit-background-size: auto 115px;
	background-size: auto 115px;
	color: #fff;
	text-decoration: none;
}
.csrTopics .priorityField .item a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -171px -54px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.csrTopics .priorityField .item span {
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
}
.csrTopics .priorityField .item .itemTitle {
	width: 110px;
	padding: 3px 0 4px;
	font-size: 1.1rem;
	text-align: center;
}
.csrTopics .priorityField .item .itemTheme {
	display: block;
	margin-top: 3px;
	font-size: 1.8rem;
}
.csrTopics .priorityField .item .itemTheme .sub {
	margin-top: 4px;
	font-size: 1.2rem;
}
.csrTopics .priorityField .item[data-field="products"] a { background-color: #8d5d4f; background-image: url(/jp/csr/img/csr_bg02_sp.png); }
.csrTopics .priorityField .item[data-field="products"] a:after,
.csrTopics .priorityField .item[data-field="products"] .itemTitle { background-color: #9ebb10; }
.csrTopics .priorityField .item[data-field="people"] a { background-color: #d1a468; background-image: url(/jp/csr/img/csr_bg03_sp.png); }
.csrTopics .priorityField .item[data-field="people"] a:after,
.csrTopics .priorityField .item[data-field="people"] .itemTitle { background-color: #e27711; }
.csrTopics .priorityField .item[data-field="society"] a { background-color: #325d9b; background-image: url(/jp/csr/img/csr_bg04_sp.png); }
.csrTopics .priorityField .item[data-field="society"] a:after,
.csrTopics .priorityField .item[data-field="society"] .itemTitle { background-color: #1b87bd; }
.citizenship {
	margin-top: 20px;
}
.citizenship .item {
	display: table;
	width: 100%;
}
.citizenship .item a {
	display: table-cell;
	height: 70px;
	padding: 0 15px;
	vertical-align: middle;
	background: #f3ebd0 url(/jp/csr/img/csr_bg05_sp.png) no-repeat 100% 50%;
	-webkit-background-size: auto 70px;
	background-size: auto 70px;
	color: #222;
	text-decoration: none;
	line-height: 1.4;
}
.citizenship .item .itemTitle {
	display: block;
	position: relative;
	padding-left: 11px;
	font-size: 1.4rem;
}
.citizenship .item .itemTitle:before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -220px -120px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.citizenship .item .itemLead {
	display: none;
}

/* csr --- csrContent */
.csrContent {
	margin-top: 19px;
}
.csrContent + .csrContent {
	margin-top: 0;
}
.csrContent > *:first-child,
div.csrContent > .colWrap.spBreak[class*="range"] > .col + .col,
.csrContent .spAcodDetail > *:first-child {
	margin-top: 0 !important;
}
section.csrContent > *:not(.headline02),
div.csrContent > .colWrap.spBreak[class*="range"] .col > section > *:not(.headline02) {
	display: none;
}
section.csrContent > .headline02,
div.csrContent > .colWrap.spBreak[class*="range"] .col > section > .headline02 {
	border-top: 1px solid #fff;
}
section.csrContent > .headline02 a,
div.csrContent > .colWrap.spBreak[class*="range"] .col > section > .headline02 a,
section.csrContent > .spAcodSwitch,
div.csrContent > .colWrap.spBreak[class*="range"] .col > section > .spAcodSwitch {
	display: block;
	position: relative;
	padding: 15px 25px 15px 20px;
	background-color: #0e1271;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	text-decoration: none;
}
section.csrContent > .headline02 a:after,
div.csrContent > .colWrap.spBreak[class*="range"] .col > section > .headline02 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -180px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
section.csrContent > .spAcodSwitch:before,
section.csrContent > .spAcodSwitch:after,
div.csrContent > .colWrap.spBreak[class*="range"] .col > section > .spAcodSwitch:before,
div.csrContent > .colWrap.spBreak[class*="range"] .col > section > .spAcodSwitch:after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #fff;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
section.csrContent > .spAcodSwitch:before,
div.csrContent > .colWrap.spBreak[class*="range"] .col > section > .spAcodSwitch:before {
	right: 13px;
	width: 13px;
	height: 1px;
	margin-top: -1px;
}
section.csrContent > .spAcodSwitch:after,
div.csrContent > .colWrap.spBreak[class*="range"] .col > section > .spAcodSwitch:after {
	right: 19px;
	width: 1px;
	height: 13px;
	margin-top: -7px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
section.csrContent > .spAcodSwitch.active a:after,
div.csrContent > .colWrap.spBreak[class*="range"] .col > section > .spAcodSwitch.active a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.csrContent .spAcodDetail {
	margin-top: 0 !important;
	padding: 14px;
	border: 1px solid #ddd;
	border-top: none;
}
.csrContent .spAcodDetail > .cardType02 + .cardType02 {
	margin-top: 15px;
}
.csrContent .spAcodDetail > .cardType02 > .cardInner {
	font-size: 1.3rem;
}
.csrContent .spAcodDetail > .cardType02 > .cardInner .cardTitle {
	font-size: 1.5rem;
}
.csrContent .spAcodDetail > .cardType02 > .cardInner .cardTitle:before {
	top: .45em;
}

/* csr --- moviesLibrary */
.moviesLibrary > .paragraph01 {
	display: none;
}
.moviesLibrary .btnType01,
.moviesLibrary .btnType01 li {
	margin-top: 0;
}
.moviesLibrary .btnType01 li {
	border-top: 1px solid #fff;
}
.moviesLibrary .btnType01 a {
	display: block;
	position: relative;
	padding: 15px 25px 15px 20px;
	border: none;
	background-color: #0e1271;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	text-decoration: none;
}
.moviesLibrary .btnType01 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -180px -60px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.moviesLibrary .btnType01 span {
	display: block;
	padding: 0;
}
.moviesLibrary .btnType01 span:before {
	display: none;
}


/* for press
================================ */
.bullet {
	vertical-align: middle;
}
.titleImage {
	padding-bottom: 6px;
}
.pressItemContainer h2 {
	padding-bottom: 5px;
	font-weight: 500;
}
.pressItemContainer h2.subtitle {
	padding-bottom: 28px;
}
.pressItemContainer .mainText .pressPhoto {
	padding-top: 10px;
}
.pressItemContainer .mainText .pressPhoto .caption {
	padding-top: 15px;
	font-size: 1.2rem !important;
	font-weight: normal;
}
.pressItemContainer .mainText .normalTable th {
	vertical-align: top;
	padding-right: 15px;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
}
.pressItemContainer .mainText .normalTable td {
	vertical-align: top;
	padding-right: 15px;
	word-break: break-all;
}
.pressItemContainer .mainText h3 {
	padding-bottom: 4px;
}
.pressItemContainer .mainText .specTable,
.pressItemContainer .mainText .recallinfoTable,
.pressItemContainer .mainText .recalltargetTable {
	width: 100%;
	border-bottom: 1px solid #999;
}
.pressItemContainer .mainText .specTable p,
.pressItemContainer .mainText .recallinfoTable p,
.pressItemContainer .mainText .recalltargetTable p {
	margin: 0;
	padding: 3px;
}
.pressItemContainer .mainText .specTable th {
	padding-bottom: 3px;
	font-size: 1.2rem;
}
.pressItemContainer .mainText .specTable th p {
	background-color: #5693B7;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
.pressItemContainer .mainText .specTable td,
.pressItemContainer .mainText .recallinfoTable td,
.pressItemContainer .mainText .recalltargetTable th,
.pressItemContainer .mainText .recalltargetTable td {
	vertical-align: top;
	border-top: 1px solid #999;
	font-size: 1.2rem;
	word-break: break-all;
}
.pressItemContainer .mainText .recallinfoTable td.h {
	width: 40%;
}
.pressItemContainer .mainText .recalltargetTable th p {
	font-weight: normal;
	text-align: left;
}
.pressItemContainer .caution {
	font-size: 1.3rem;
}
.date {
	font-weight: 500;
}
.sideImage {
	padding: 18px 0 35px;
}
.relationLink h3 {
	padding: 0 0 4px 0;
	border-bottom: 3px solid #000099;
}
#subMenu li {
	padding: 4px 0;
	background: url(/jp/common/img/com_ex01_sp.png) repeat-x 0 100%;
	-webkit-background-size: 3px auto;
	background-size: 3px auto;
}
#subMenu .l2nd {
	padding-left: 10px;
}


/* for probo
================================ */

/* searchBar */
#probo .searchBar {
	width: auto;
	padding: 0;
}
#probo .searchBar:before {
	display: none;
}
#probo .searchBar input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
}
#probo .searchBar input[type="text"] {
	width: 76.2712%;
	height: 40px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
}
#probo .searchBar input[type="submit"] {
	position: static;
	width: 22.0339%;
	height: 40px;
	margin-left: 1.6949%;
	padding-left: 20px;
	background: #0e1271 url(/jp/common/img/com_search_ic01.png) no-repeat 22% 50%;
	color: #fff;
	font-size: 1.3rem;
	text-indent: 0;
}

/* searchOption */
.searchOption {
	margin-top: 15px;
	padding: 10px;
	background-color: #eee;
}
.searchOption ._pbox-refine-1 ._title {
	display: inline-block;
	position: relative;
	padding-left: 12px;
	color: #0e1271;
	font-weight: 500;
}
.searchOption ._pbox-refine-1 ._title:before {
	content: "";
	position: absolute;
	top: .7em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #0e1271;
}
.searchOption ._pbox-refine-1 ._refs {
	margin-top: .5em;
}
.searchOption ._pbox-refine-1 ._refs ._ref {
	margin-top: 10px;
	font-size: 1.2rem;
}
.searchOption ._pbox-refine-1 ._refs ._ref label {
	display: inline-block;
	position: relative;
	padding-left: 23px;
	line-height: 14px;
	cursor: pointer;
}
.searchOption ._pbox-refine-1 ._refs ._ref label:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 11px;
	height: 11px;
	border: 1px solid #707070;
	background-color: #fff;
}
.searchOption ._pbox-refine-1 ._refs ._ref input[type*="checkbox"] {
	display: none;
}
.searchOption ._pbox-refine-1 ._refs ._ref input[type*="checkbox"] + span:before,
.searchOption ._pbox-refine-1 ._refs ._ref input[type*="checkbox"] + span:after {
	content: "";
	position: absolute;
	background-color: #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.searchOption ._pbox-refine-1 ._refs ._ref input:checked + span:before {
	top: 7px;
	left: 2px;
	width: 5px;
	height: 2.5px;
}
.searchOption ._pbox-refine-1 ._refs ._ref input:checked + span:after {
	top: 4px;
	left: 7px;
	width: 2.5px;
	height: 7px;
}

/* pbox-search-status */
.pbox-search-status {
	margin-top: 25px;
}
.pbox-search-status ._pbox-search-status {
	padding: 10px 15px 11px;
	border-top: 2px solid #999;
	background-color: #eee;
}
.pbox-search-status ._pbox-search-status .resultTitle {
	font-size: 1.6rem;
}
.pbox-search-status ._pbox-search-status .resultNumber {
	font-weight: 600;
}

/* _records */
._records ._record {
	position: relative;
	margin-top: 1.5em;
}
._records ._record > * {
	display: block;
}
._records ._record > ._id {
	position: absolute;
	top: 0;
	left: 0;
	color: #0e1271;
	font-weight: 600;
}
._records ._record > ._id:after {
	content: ".";
}
._records ._record > ._title,
._records ._record > ._nearby,
._records ._record > ._url {
	margin-left: 3em;
}
._records ._record > ._title > a {
	color: #0e1271;
	font-weight: 600;
}
._records ._record > ._url > a {
	margin-top: 3px;
	color: #999;
	font-size: 1.1rem;
}
._records ._record > ._title > a:hover {
	color: #69c;
	text-decoration: underline;
}

/* pbox-pagenav */
.pbox-pagenav {
	margin: 25px -10px 0;
}
.pbox-pagenav ._navs {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.pbox-pagenav ._navs ._prev,
.pbox-pagenav ._navs ._page,
.pbox-pagenav ._navs ._next {
	display: block;
	margin: 0 2px;
}
.pbox-pagenav ._navs ._page a,
.pbox-pagenav ._navs ._page._cur {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #0e1271;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}
.pbox-pagenav ._navs ._page._cur {
	border-color: #0e1271;
	background-color: #0e1271;
	color: #fff;
}
.pbox-pagenav ._navs ._prev,
.pbox-pagenav ._navs ._next {
	line-height: 24px;
}
.pbox-pagenav ._navs ._prev a,
.pbox-pagenav ._navs ._next a {
	display: block;
	position: relative;
	color: #0e1271;
	line-height: 24px;
	letter-spacing: -.04em;
}
.pbox-pagenav ._navs ._prev a:before,
.pbox-pagenav ._navs ._next a:before {
	content: "";
	position: absolute;
	top: .65em;
	width: 6px;
	height: 8px;
	background: url(/jp/common/img/com_sp01.png) no-repeat -160px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.pbox-pagenav ._navs ._prev {
	margin: 0 4px 0 0;
}
.pbox-pagenav ._navs ._prev a {
	padding-left: 12px;
}
.pbox-pagenav ._navs ._prev a:before {
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pbox-pagenav ._navs ._next {
	margin: 0 0 0 4px;
}
.pbox-pagenav ._navs ._next a {
	padding-right: 12px;
}
.pbox-pagenav ._navs ._next a:before {
	right: 0;
}


/* ex: clearfix
================================ */
ul.noteType01:after,
.imgWrap:after,
[class*="naviType"]:after,
.colWrap:after,
[class*="range"]:not(.spBreak):after,
[class*="anchorType"] > .anchor:after,
.boxLink06 .boxInner:after,
.cardInner:after,
.release > .entryDetail:after,
.regionSelect:after,
.regionGroup:after,
.regionItem .basesNumber:after,
.historyIcons:after,
.historyIcons > ul:after {
	content: "";
	display: block;
	clear: both;
}

}


@media print {

/*=================================

	3: print for PC

================================ */
.img,
figcaption {
	max-width: none !important;
}
[class*="sizeFix"] .img {
	max-width: 714px !important;
}
[class*="sizeFix"] .img img {
	width: 100%;
}
.interiorMain {
	float: left !important;
	width: 66% !important;
}
.interiorSidebar {
	float: right !important;
	width: 32% !important;
}

}