	@charset "utf-8";
/* ======================================================
 * ELEMENT **********************************************
 * Common Parts
 * Section Parts
 * COMPONENT ********************************************
 * RESPONSIVE *******************************************
 * - 769px <= width <= 1024px
 * Clearfix
====================================================== */

/********************************************************

  ELEMENT

********************************************************/

/* Common Parts
------------------------------------------------------ */


.spOnly {
	display: none !important;
}

/* js */
.sizeFix + .sizeFix {
	margin-top: 20px;
}
/*----- align -----*/
/* text-align */
.aL_PC { text-align: left !important; }
.aC_PC { text-align: center !important; }
.aR_PC { text-align: right !important; }

/* Section Parts
------------------------------------------------------ */
/* selector */
[class^="sectioning"] > *:first-child,
[class^="sectionBox"] > *:first-child {
	margin-top: 0 !important;
}

/* sectioning */
[class^="sectioning"] {
	clear: both;
}

/* Heading Parts
------------------------------------------------------ */
/* selector */
[class^="sectioning"] > [class^="heading"]:first-child {
	margin-top: 0;
}
.heading02 + * { margin-top: 35px; }
.heading03 + * { margin-top: 25px; }
.heading04 + * { margin-top: 20px; }
.heading05 + * { margin-top: 18px; }

/* heading01 */
.heading01 {
	line-height: 1.4;
	margin: 60px 0 25px;
	padding: 0 0 20px;
	font-size: 33px;
	font-size: 3.3rem;
	background: url(/common/img/com_bg01.png) no-repeat 0 bottom;
}
.heading01 .shoulder {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
/* heading02 */
.heading02 {
	margin: 60px 0 35px;
	padding: 0 0 15px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.25;
	background: url(/common/img/com_bg11.gif) no-repeat 0 bottom;
}
.heading02 > a {
	display: block;
	padding: 0 0 0 25px;
	text-decoration: none;
	background: url(/common/img/com_ic01.png) no-repeat 0 50%;
}
.heading02 > a:hover {
	display: block;
	text-decoration: none;
}
.toggleHeading .heading02 {
	position: relative;
	display: block;
	color: #146fc3;
	cursor: pointer;
}
.toggleHeading .heading02 span {
	padding: 0 0 0 30px;
	color: #146fc3;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
	        transition: all 0.2s linear 0s;
}
.toggleHeading .heading02:hover span,
.toggleHeading .heading02.open span:hover{
	color: #05af91;
}
.toggleHeading .heading02:before {
	position: absolute;
	content: "";
	top: 25%;
	left: 0;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic02.png) no-repeat 0 0;
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
	        transition: all 0.1s linear 0s;
}
.toggleHeading .heading02.open:before {
	position: absolute;
	content: "";
	top: 20%;
	left: 0;
	width: 18px;
	height: 10px;
	-webkit-transform: rotate(180deg);
		 -moz-transform: rotate(180deg);
					transform: rotate(180deg);
}
.ie8 .toggleHeading .heading02:before {
	position: absolute;
	content: "";
	top: 25%;
	left: 0;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic02.png) no-repeat 0 0;
}
.ie8 .toggleHeading .heading02.open:before {
	position: absolute;
	content: "";
	top: 25%;
	left: 0;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic03.png) no-repeat 0 0;
}
/* heading03 */
.heading03 {
	line-height: 1.4;
	margin: 50px 0 25px;
	padding: 7px 15px 4px;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	background: #f5f5f5;
}
.heading03.bgStrong {
	background: #dcdcdc;
}
.heading03 > a {
	display: block;
	padding-left: 20px;
	background: url(/common/img/com_ic01.png) no-repeat 0 0.2em;
	text-decoration: none;
}
.toggleHeading .heading03 {
	position: relative;
	padding: 7px 15px 4px 40px;
	color: #146fc3;
	background: #f5f5f5;
	cursor: pointer;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
	        transition: all 0.2s linear 0s;
}
.toggleHeading .heading03:hover,
.toggleHeading .heading03.open:hover{
	color: #05af91;
	background: #f3f9fe;
}
.toggleHeading .heading03:before {
	position: absolute;
	content: "";
	top: 35%;
	left: 15px;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic02.png) no-repeat 0 0;
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
	        transition: all 0.1s linear 0s;
}
.toggleHeading .heading03.open:before {
	position: absolute;
	content: "";
	top: 35%;
	left: 15px;
	width: 18px;
	height: 10px;
	-webkit-transform: rotate(180deg);
		 -moz-transform: rotate(180deg);
					transform: rotate(180deg);
}
.ie8 .toggleHeading .heading03:before {
	position: absolute;
	content: "";
	top: 35%;
	left: 15px;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic02.png) no-repeat 0 0;
}
.ie8 .toggleHeading .heading03.open:before {
	position: absolute;
	content: "";
	top: 35%;
	left: 15px;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic03.png) no-repeat 0 0;
}
.heading03 .shoulder {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
/* heading04 */
.heading04 {
	line-height: 1.4;
	margin: 40px 0 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.toggleHeading .heading04 {
	position: relative;
	padding: 5px 0 3px 25px;
	color: #146fc3;
	cursor: pointer;
}
.toggleHeading .heading04:hover,
.toggleHeading .heading04.open:hover {
	color: #05af91;
	background: #f3f9fe;
}
.toggleHeading .heading04:before {
	position: absolute;
	content: "";
	top: 35%;
	left: 0;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic02.png) no-repeat 0 0;
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
	        transition: all 0.1s linear 0s;
}
.toggleHeading .heading04.open:before {
	position: absolute;
	content: "";
	top: 35%;
	left: 0;
	width: 18px;
	height: 10px;
	-webkit-transform: rotate(180deg);
		 -moz-transform: rotate(180deg);
					transform: rotate(180deg);
}
.ie8 .toggleHeading .heading04:before {
	position: absolute;
	content: "";
	top: 35%;
	left: 0;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic02.png) no-repeat 0 0;
}
.ie8 .toggleHeading .heading04.open:before {
	position: absolute;
	content: "";
	top: 35%;
	left: 0;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic03.png) no-repeat 0 0;
}

.heading04-v2 {
	margin: 40px 0 30px;
	padding-bottom: 15px;
	line-height: 1.2;
	border-bottom: 2px solid #d7dadd;
}
.heading04-v2 > span {
	display: block;
	padding-left: 35px;
	background: url(/common/img/com_ic44.png) 0 50% no-repeat;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}

/* heading05 */
.heading05 {
	line-height: 1.4;
	margin: 30px 0 18px;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	background: url(/common/img/com_ic04.gif) no-repeat 0 50%;
}
/* heading06 */
.heading06{
	line-height: 1.4;
	margin: 0 0 25px;
	padding: 1px 0 0 15px;
	border-left: solid 3px #2075c0;
}
.tableWrapAll .heading06{
	line-height: 1.4;
	margin: 0;
}


/* Text Parts
------------------------------------------------------ */
/* font-size */
.fontXS { font-size: 10px !important; font-size: 1.0rem !important; }
.fontS  { font-size: 12px !important; font-size: 1.2rem !important; }
.fontM  { font-size: 14px !important; font-size: 1.4rem !important; }
.fontL  { font-size: 16px !important; font-size: 1.6rem !important; }
.fontXL { font-size: 18px !important; font-size: 1.8rem !important; }
/* font-color */
.txColor01 { color: #ffae0e; !important; }
.txColor02 { color: #d72323 !important; }
.txColor03 { color: #204879 !important; }
/* text-decoration */
.txLine   { text-decoration: underline !important; }
.txStrike { text-decoration: line-through !important; }
/* line-height */
.txHeight01 {	line-height: 1.0  !important;	}
.txHeight02 {	line-height: 1.25 !important;	}
.txHeight03 {	line-height: 1.5  !important;	}
.txHeight04 {	line-height: 1.75 !important;	}
.txHeight05 {	line-height: 2.0  !important;	}
/* space */
.txSpace01 { margin: 0 1.0em; }
.txSpace02 { margin: 0 0.5em; }
.txSpace03 { margin: 0 5px; }
/* indent */
.txIndent01 { padding: 0 0 0 1.0em; text-indent: -1.0em; }
.txIndent02 { padding: 0 0 0 0.5em; text-indent: -0.5em; }
.txIndent03 { margin-left: 1em; }
.txIndent03 span { margin-left: -1em; text-indent: 1em }

/* paragraph01 */
.paragraph01{
	margin: 1em 0 0;
}
/* catcyText */
.catcyText01 {
	line-height: 1.4;
	margin: 50px 0 1em 0;
	padding: 0 0 25px;
	color: #204879;
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center;
	background: url(/common/img/com_bg02.gif) no-repeat 50% 100%;
}
/* txLead */
.leadText01 {
	margin: 1em 0 0;
	font-size: 17px;
	font-size: 1.7rem;
}
.leadText02 {
	margin: 1em 0 0;
	color: #ffae0e;
	font-size: 17px;
	font-size: 1.7rem;
}
.leadText03 {
	margin: 1em 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
/* bold */
.bold{
	font-weight: bold !important;
}

/* List Parts
------------------------------------------------------ */
/* notes01 */
p.notes01 {
	margin-left: 1em;
	margin: 1em 0 0 1.4em;
	text-indent: -1.4em;
}
p.notes01 > span {
	margin-right: 0.4em;
}
.notes01 > li {
	margin-left: 1em;
	margin: 1em 0 0 1.4em;
	text-indent: -1.4em;
}
.notes01 > li > span {
	margin-right: 0.4em;
}
/* notes02 */
p.notes02 {
	position: relative;
	margin: 1em 0 0;
	padding: 0 0 0 2.65em;
}
p.notes02 > span {
	position: absolute;
	left: 0;
	top: 0;
}
.notes02 > li {
	position: relative;
	margin: 1em 0 0;
	padding: 0 0 0 2.65em;
}
.notes02 > li > span {
	position: absolute;
	left: 0;
	top: 0;
}

/* iconList01 */
p.iconList01 {
	margin: 0.5em 0 0;
	padding: 5px 0 0 20px;
	background: url(/common/img/com_ic05.gif) no-repeat 0 1em;
}
.tableWrap01 p.iconList01 {
	margin: 0.5em 0 0;
	padding: 5px 0 0 20px;
	background: url(/common/img/com_ic05.gif) no-repeat 0 1em;
}
.tableWrap01 > .heading06 {
	margin-top: 15px;
} 
ul.iconList01{
	margin-top: 10px;
	width: 100%;
}
.iconList01 > li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(/common/img/com_ic05.gif) no-repeat 0 0.65em;
}
.tableWrap01 .iconList01 > li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(/common/img/com_ic05.gif) no-repeat 0 0.35em;
}
.iconList01 > li + li {
	margin: 0.5em 0 0;
}
.equalCol2.iconList01 > li { float: left; width: 531px; margin-right: 18px; }
.equalCol3.iconList01 > li { float: left; width: 336px; margin-right: 36px; }
.equalCol4.iconList01 > li { float: left; width: 243px; margin-right: 36px; }
.equalCol2.iconList01 > li:nth-child(even) { margin-right: 0; }
.equalCol3.iconList01 > li:nth-child(3n) { margin-right: 0; }
.equalCol4.iconList01 > li:nth-child(4n) { margin-right: 0; }

.equalCol2 > .col > .section > *:first-child,
.equalCol2 > .col > *:first-child {
	margin: 0 auto 20px;
}
.equalCol2 > .col > .equalCol2.tableWrapAll,
.equalCol2 > .col > .equalCol2.tableWrapAll > .col > .tableWrap01 > .table02,
.equalCol2 > .col > .section > .equalCol2,
.equalCol2 > .col > .section > .equalCol2 > .col > .tableWrap01 > .table02{
	margin: 0;
}

/* iconList02 */
.iconList02 {
	margin: 0 0 2em;
}
.tableWrap01 .iconList02 > li {
	margin: 0.5em 0 0;
	padding: 5px 0 0 20px;
	background: url(/common/img/com_ic06.png) no-repeat 0 0.75em;
}

/* iconList03 */
.iconList03 {
	margin: 0 0 2em;
}
.iconList03 > li {
	margin: 0.5em 0 0;
	padding: 5px 0 0 15px;
	background: url(/common/img/com_ic12.gif) no-repeat 0 1.2em;
}
.tableWrap01 .iconList03 > li {
	margin: 0.5em 0 0;
	padding: 5px 0 0 15px;
	background: url(/common/img/com_ic12.gif) no-repeat 0 0.95em;
}

/* numberList01 */
.numberList01 > li {
	position: relative;
	margin: 0.5em 0 0;
	padding: 5px 0 0 1.8em;
}
.numberList01 .numberList02 > li {
	position: relative;
	margin: 0.5em 0 0;
	padding: 5px 0 0 2.8em;
}
.numberList01 > li > span:first-child,
.numberList02 > li > span:first-child {
	position: absolute;
	left: 0;
	top: 5px;
}
p.numberList01{
	position: relative;
	padding: 5px 0 0.25em 1.8em;
}
p.numberList01 > span:first-child {
	position: absolute;
	left: 0;
	top: 5px;
}
/* numberList02 */
.numberList02{
	margin: 0 0 1.5em;
}
/* defList01 */
.defList01 {
}
.defList01 > dt {
	margin: 1em 0 0.25em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.defList01 > dd {
	padding: 0 0 0.5em;
}
.defList01 > dt:first-child,
.defList01 > dt + dd > *:first-child {
	margin-top: 0;
}
/* defList02 */
.defList02 {
}
.defList02 > dt {
	position: relative;
	padding: 1em 0 0.5em 1.8em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.defList02 > dt > span {
	position: absolute;
	left: 0;
	top: 1em;
}
.defList02 > dd {
	padding: 0 0 0.5em;
	overflow: hidden;
}
/* defList03 */
.defList03 > dl{
	margin: 1em 0;
}
.defList03 > dl > dt {
	display: inline-block;
	margin: 1em 0 0.25em;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.defList03 > dl > dt > .headIcon {
	top: 0;
	margin-right: 1em;
}
.defList03 > dl > dd {
	display: inline;
	color: #666666;
}
.defList03 > dl > dt:first-child,
.defList03 > dl > dt + dd > *:first-child {
	margin-top: 0;
}
/* defList04 */
.defList04 > dt {
	clear: left;
	float: left;
}
.defList04 > dd {
	overflow: hidden;
}
.defList04 > dt,
.defList04 > dd {
	margin: 0;
}
.defList04 > dt,
.defList04 > dd {
	margin: 7px 0 0 0;
}
.defList04 > dt:first-child,
.defList04 > dt:first-child + dd,
.defList04 > dd > *:first-child {
	margin-top: 0 !important;
}
/* Link Parts
------------------------------------------------------ */
/* linkStyle */

/* トラックス追記 ここから */
.equalCol2.iconLink01 > li { float: left; width: 531px; margin-right: 18px; }
.equalCol3.iconLink01 > li { float: left; width: 336px; margin-right: 36px; }
.equalCol4.iconLink01 > li { float: left; width: 243px; margin-right: 36px; }
.equalCol2.iconLink01 > li:nth-child(even) { margin-right: 0; }
.equalCol3.iconLink01 > li:nth-child(3n) { margin-right: 0; }
.equalCol4.iconLink01 > li:nth-child(4n) { margin-right: 0; }
/* トラックス追記 ここまで */

.paragraph01 > a[target*="_blank"]:after,
.iconLink01 a[target*="_blank"]:after,
.iconLink02 a[target*="_blank"]:after{
	content: "";
	position: relative;
	left: 4px;
	top: 1px;
	display: inline-block;
	width: 20px;
	height: 13px;
	background: url(/common/img/com_ic08.png) no-repeat;
}
.paragraph01 > a[href*=".pdf"]:after,
.iconLink01 a[href*=".pdf"]:after,
.iconLink02 a[href*=".pdf"]:after{
	content: "";
	position: relative;
	left: 1px;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url("/common/img/com_ic09.png") no-repeat;
}
.paragraph01 > a[href*=".xlsx"]:after,
.iconLink01 a[href*=".xlsx"]:after,
.iconLink02 a[href*=".xlsx"]:after{
	content: "";
	position: relative;
	left: 1px;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url("/common/img/com_ic35.png") no-repeat;
}
.iconLink01 .movieLinks a:after,
.iconLink02 .movieLinks a:after{
	content: "";
	position: relative;
	left: 0;
	top: 6px;
	display: inline-block;
	width: 21px;
	height: 22px;
	background: url(/common/img/com_ic10.png) no-repeat;
}

/* linkTxt */
a.linkTxt {
	font-weight: bold;
	padding: 0 0 0.5em;
}
/* iconLink01 */
.iconLink01 {
	line-height: 1.4;
	margin: 0.5em 0 0;
}
.iconLink01 li {
	margin: 0.5em 0 0;
}
.iconLink01 a {
	display: inline-block;
	padding: 0 0 0 15px;
	text-decoration: none;
	background: url(/common/img/com_ic07.png) no-repeat 0 0.2em;
}
.iconLink01 .movieLinks a {
	background: url(/common/img/com_ic07.png) no-repeat 0 0.7em;
}
.iconLink01 .rssLinks a {
	display: inline-block;
	padding: 0.3em 0 0.2em 1.7em;
	text-decoration: none;
	background: url(/common/img/com_ic11.png) no-repeat 0 0.2em;
}
.iconLink01 a:hover {
	text-decoration: underline;
}
.iconLink01.typeRow li{
	padding: 0 2em 0.5em 0;
	display: inline-block;
}
/* iconLink02 */
.iconLink02 {
	width: 100%;
	display: inline-block;
	margin: 0.5em 0 0;
}

.iconLink02 li {
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
	        transition: all 0.2s linear 0s;
}
.iconLink02 li a{
	display: block;
	padding: 15px 35px 12px 0;
	border-bottom: solid 1px #d7dadd;
	background: url(/common/img/com_ic07.png) no-repeat 100% 50%;
}
.iconLink02 li > span {
	display: block;
	padding: 15px 35px 12px 0;
	border-bottom: solid 1px #d7dadd;
	background: #ffffff;
}
.iconLink02 li:hover{
	background: #e2f1fe;
}
.iconLink02 li a,
.iconLink02 li a:hover {
	text-decoration: none;
}

/*** button ***/
[class*="btnLink"].listCol a { display: block; width: 100%; }
[class*="btnLink"].listRow a { display: block; width: 100%; }
[class*="btnLink"] a.sizeFull { width: 100%; }
[class*="btnLink"] a.sizeL { width: 48.4%; }
[class*="btnLink"] a.sizeM { width: 31.2%; }
[class*="btnLink"] a.sizeS { width: 22.6%; }
[class*="btnLinkRow"].col2 > li { width: 48.1%; }
[class*="btnLinkRow"].col3 > li { width: 30.8%; }
[class*="btnLinkRow"].col4 > li { width: 22.1%; }
[class*="btnLinkRow"].col2 > li:nth-child(even) { margin-right: 0; }
[class*="btnLinkRow"].col3 > li:nth-child(3n) { margin-right: 0; }
[class*="btnLinkRow"].col4 > li:nth-child(4n) { margin-right: 0; }

/* btnLink01 */
.btnLink01 {
	line-height: 1.4;
	margin: 20px 0 0 0;
	vertical-align: text-top;
}
.btnLink01 a {
	display: inline-block;
	background: #f1f1f1 url(/common/img/com_bg03.png) no-repeat 0 0;
	text-decoration: none;
	vertical-align: text-top;
}
.btnLink01 a span {
	display: block;
	padding: 13px 30px 10px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	background: url(/common/img/com_bg04.png) no-repeat 100% 100%;
	color: #2075c0;
	text-decoration: none;
}

.btnLink01 a span.last {
	padding: 13px 5px 10px;
	letter-spacing: -0.3px;
}

.btnLink01 a:hover {
	display: inline-block;
	text-decoration: none;
	background: #e3fbee url(/common/img/com_bg05.png) no-repeat 0 0;
}
.btnLink01 a:hover span {
	display: block;
	padding: 13px 30px 10px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	background: url(/common/img/com_bg06.png) no-repeat 100% 100%;
	color: #05af91;
	text-decoration: none;
}
.btnLink01 a[target*="_blank"]:after,
.btnLink01 a[href*=".pdf"]:after{
	background: none;
	display: none;
}
.btnLink01 a[target*="_blank"] span:after {
	content: "";
	position: relative;
	left: 4px;
	top: 1px;
	display: inline-block;
	width: 20px;
	height: 13px;
	background: url(/common/img/com_ic08.png) no-repeat;
}
.btnLink01 a[href*=".pdf"] span:after {
	content: "";
	position: relative;
	left: 1px;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(/common/img/com_ic09.png) no-repeat;
}
.btnLink01 a[href*=".xlsx"] span:after,
.btnLink01 a[href*=".xls"] span:after  {
	content: "";
	position: relative;
	left: 1px;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(/common/img/com_ic35.png) no-repeat;
}
.btnLinkRow .btnLink01{
	margin: 20px 3.3% 0 0;
	display: inline-block;
}
.btnLinkRow .btnLink01 a{
	width: 100%;
}
.heading02 + .btnLinkRow {
	margin-top: -30px !important;
}
/* btnLink02 */
.btnLink02 {
	line-height: 1.4;
	vertical-align: text-top;
	margin: 20px 0 0 0;
}
.btnLink02 a,
.btnLink02 .noLinkType {
	display: inline-block;
	background: #146fc3 url(/common/img/com_bg07.png) no-repeat 0 0;
	text-decoration: none;
	vertical-align: text-top;
}
.btnLink02 a span,
.btnLink02 .noLinkType span {
	display: block;
	padding: 13px 30px 10px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	background: url(/common/img/com_bg08.png) no-repeat 100% 100%;
	color: #ffffff;
	text-decoration: none;
}
.btnLink02 a:hover,
.btnLink02 .noLinkType:hover {
	display: inline-block;
	text-decoration: none;
	background: #05af91 url(/common/img/com_bg09.png) no-repeat 0 0;
}
.btnLink02 a:hover span,
.btnLink02 .noLinkType:hover span {
	display: block;
	padding: 13px 30px 10px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	background: url(/common/img/com_bg10.png) no-repeat 100% 100%;
	color: #ffffff;
	text-decoration: none;
}
.btnLink02 a .linkIc,
.btnLink02 .noLinkType .linkIc{
	margin: 2px 0 0;
}
.btnLink02 a[target*="_blank"]:after,
.btnLink02 a[href*=".pdf"]:after{
	background: none;
	display: none;
}
.btnLink02 a[target*="_blank"] span:after {
	content: "";
	position: relative;
	left: 4px;
	top: 1px;
	display: inline-block;
	width: 20px;
	height: 13px;
	background: url(/common/img/com_ic13.gif) no-repeat;
}
.btnLink02 a[href*=".pdf"] span:after {
	content: "";
	position: relative;
	left: 1px;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(/common/img/com_ic09.png) no-repeat;
}
.btnLink02 a[href*=".xlsx"] span:after,
.btnLink02 a[href*=".xls"] span:after  {
	content: "";
	position: relative;
	left: 1px;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(/common/img/com_ic35.png) no-repeat;
}
.btnLinkRow .btnLink02{
	margin: 20px 3.3% 0 0;
	display: inline-block;
}
.btnLinkRow .btnLink02 a{
	width: 100%;
}

/* anchorLink01 */
[class*="anchorLink"].col2 > li { width: 49.7%; }
[class*="anchorLink"].col3 > li { width: 33.0%; }
[class*="anchorLink"].col4 > li { width: 24.6%; }
[class*="anchorLink"].col5 > li { width: 19.6%; }
[class*="anchorLink"].col6 > li { width: 16.5%; }
/*.anchorLink01.col2 > li a { width: 33.0%; }
.anchorLink01.col3 > li a { width: 33.0%; }
.anchorLink01.col4 > li a { width: 24.6%; }
.anchorLink01.col5 > li a { width: 19.6%; }
*/.anchorLink01 li{
	margin: 0  0.3% 0.3% 0;
	float: left;
}

[class*="anchorLink"].col2 > li:nth-child(even) { margin-right: 0; }
[class*="anchorLink"].col3 > li:nth-child(3n) { margin-right: 0; }
[class*="anchorLink"].col4 > li:nth-child(4n) { margin-right: 0; }
[class*="anchorLink"].col5 > li:nth-child(5n) { margin-right: 0; }
.anchorLink01 li a{
	display: table-cell;
	width: 1%;
	height: 100%;
	padding: 12px 45px;
	background: #f0f5f9 url(/common/img/com_ic16.gif) no-repeat 15px 50%;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
	vertical-align: middle;
}
.anchorLink01 li a:hover{
	background: #dcfaeb url(/common/img/com_ic16.gif) no-repeat 15px 50%;
}
/* anchorLink02 */
.anchorLinkHeading{
	display: none;
}
.anchorLink02 li{
	float: left;
	margin: 0 30px 0.3% 0;
}
.anchorLink02 li a{
	display: block;
	padding: 5px 10px 5px 45px;
	background: url(/common/img/com_ic16.gif) no-repeat 15px 50%;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	text-decoration: none;
}
.anchorLink02 a:hover {
	text-decoration: underline;
}
.anchorLinkHeading{
	display: none;
}
.anchorLink02.col6 li{
	display: table;
	float: left;
}
.anchorLink02.col6 li a{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: middle;
}
/* anchorLinkToggle_type02 */
.anchorLinkToggle_type02 .anchorLinkHeading{
	display: block;
	position: relative;
	width: 33.3%;
	padding: 15px 23px 12px;
	background: #f5f5f5;
	-webkit-transition: all 0.2s linear 0s;
		 -moz-transition: all 0.2s linear 0s;
					transition: all 0.2s linear 0s;
}
.anchorLinkToggle_type02 .anchorLinkHeading:after{
	position: absolute;
	content: "";
	top: 1.3em;
	right: 1em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #5d6a76 transparent transparent transparent;
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
	        transition: all 0.1s linear 0s;
}
.anchorLinkToggle_type02 .anchorLinkHeading.open:after{
	position: absolute;
	content: "";
	top: 1.3em;
	right: 1em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #5d6a76 transparent;
	-webkit-transform: rotate(0deg);
		 -moz-transform: rotate(0deg);
					transform: rotate(0deg);
}
.anchorLinkToggle_type02 .anchorSelect{
	border: 1px solid #b3bfc9;
	padding: 10px;
}
.anchorLinkToggle_type02.anchorLink02 li{
	margin: 0 0 0.3% 0;
	display: inline-block;
}
.anchorLinkToggle_type02.anchorLink02 li a{
	display: block;
	padding: 12px 45px;
	background: url(/common/img/com_ic16.gif) no-repeat 15px 50%;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	text-decoration: none;
}
.anchorLinkToggle_type02.anchorLink02 a:hover {
	text-decoration: underline;
}

/* anchorLinkToggle */
.anchorLinkToggle .toggleContents{
}

.toggleContents .equalCol2 .col .sizeFix {
	display: inline-block;
}
/* Table Parts
------------------------------------------------------ */
/* TableLinks */
.tableWrap01 table a{
	padding-right: 15px;
}
.tableWrap01 table a[target*="_blank"]:after {
	content: "";
	position: relative;
	left: 4px;
	top: 1px;
	display: inline-block;
	width: 20px;
	height: 13px;
	background: url(/common/img/com_ic08.png) no-repeat;
}
.tableWrap01 table a[href*=".pdf"]:after {
	content: "";
	position: relative;
	left: 1px;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(/common/img/com_ic09.png) no-repeat;
}

/*** tableWrap01 ***/
.tableNotes{
	display: none;
}
.tableWrap01 .ColorType01 {
	background: #bbdefa !important;
}
.tableWrap01 .ColorType02 {
	background: #baeb9f !important;
}
.tableWrap01 table {
	line-height: 1.4;
	clear: both;
	width: 100%;
	margin: 15px 0 25px;
	border-top: solid 1px #afbbc6;
	border-left: solid 1px #afbbc6;
}
.tableWrap01 table > *:first-child {
	margin-top: 0 !important;
}
.tableWrap01 table th,
.tableWrap01 table td{
	padding: 15px 15px;
	border: solid 1px #afbbc6;
}
.tableWrap01 table th > *:first-child,
.tableWrap01 table td > *:first-child {
	margin-top: 0 !important;
}
.tableWrap01 table th.lv01 {
	background: #bbdefa;
	text-align: center;
	vertical-align: middle;
}
.tableWrap01 table th.lv02 {
	background: #ddf5fc;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
.tableWrap01 table td {
	background: #f8f8f8;
	vertical-align: middle;
}
/* table01 */
/* table02 */
.tableWrap01 .table02 {
	width: auto;
}
/* table03 */
.table03.type02{
	width: 100%;
}
/* table04 */
.tableWrap01 .table04 {
	width: auto;
}
/* table04.type02 */
.tableWrap01 .table04.type02 {
	width: 100%;
}
/* table04.type03 */
.tableWrap01 .table04.type03 {
	width: 100%;
}
/* table05 */
.tableWrap01 .table05 {
	clear: both;
	width: auto;
	margin: 30px 0 0 0;
	border-top: none;
	border-left: none;
}
.tableWrap01 .table05 > *:first-child {
	margin-top: 0 !important;
}
.tableWrap01 .table05 th,
.tableWrap01 .table05 td{
	padding: 5px 0 5px 15px;
	border: none;
}
.tableWrap01 .table05 th{
	text-align: left;
}
.tableWrap01 .table05 td {
	background:  none;
}
/* table05.type02 */
.tableWrap01 .table05.type02 {
	clear: both;
	width: auto;
	margin: 30px 0 0 0;
	border-top: none;
	border-left: none;
}
.tableWrap01 .table05.type02 > *:first-child {
	margin-top: 0 !important;
}
.tableWrap01 .table05.type02 th,
.tableWrap01 .table05.type02 td{
	padding: 5px 0 5px 15px;
	border-bottom: none;
	border-right: none;
}
.tableWrap01 .table05.type02 th{
	text-align: left;
}
.tableWrap01 .table05.type02 td {
	background:  none;
}

/* table06 */
.tableWrap01 .table06 {
	width: 100%;
}






/* Column Parts
------------------------------------------------------ */
.singleCol,
.equalCol2,
.equalCol3,
.equalCol4 {
	margin-top: 30px;
}
.singleCol figure,
.equalCol2 figure,
.equalCol3 figure,
.equalCol4 figure{
	margin: 0 auto;
}
.equalCol1 > .col { width: 100%; }
.equalCol2 > .col { width: 48.4%; }
.equalCol3 > .col { width: 31.2%; }
.equalCol4 > .col { width: 22.6%; }

.equalCol2 > .col:nth-of-type(n+3),
.equalCol3 > .col:nth-of-type(n+4),
.equalCol4 > .col:nth-of-type(n+5),
.colLayout01.grid2 > .col:nth-of-type(n+3),
.colLayout01.grid3 > .col:nth-of-type(n+4),
.colLayout01.grid4 > .col:nth-of-type(n+5),
.colLayout01.grid5 > .col:nth-of-type(n+6) {
	margin-top: 20px !important;
}
.equalCol2 > .col:nth-of-type(2n+1),
.equalCol3 > .col:nth-of-type(3n+1),
.equalCol4 > .col:nth-of-type(4n+1),
.colLayout01.grid2 > .col:nth-of-type(2n+1),
.colLayout01.grid3 > .col:nth-of-type(3n+1),
.colLayout01.grid4 > .col:nth-of-type(4n+1),
.colLayout01.grid5 > .col:nth-of-type(5n+1) {
	clear: left !important;
	margin-left: 0 !important;
}
.equalCol2 > .col,
.equalCol3 > .col,
.equalCol4 > .col{
	float: left;
	margin: 0 0 0 3.2%;
}
.caption{
	margin: 0.5em 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}

/* variableCol2 */
.variableCol2 {
	clear: both;
	margin: 30px 0 0 0;
}
.variableCol2 > .imgRight {
	float: right;
	margin: 0 0 0.5em 40px;
}
.variableCol2 > .imgLeft {
	float: left;
	margin: 0 40px 0.5em 0;
}
.variableCol2 > .textCol {
	margin: 0 0 0.5em 0;
}

/* variableCol3 */
.variableCol3 {
	clear: both;
	margin: 30px 0 0 0;
}
.variableCol3 > .imgRight {
	float: right;
	margin: 0 0 0.5em 20px;
}
.variableCol3 > .imgRight > figure {
	float: left;
	margin: 0 0 0.5em 20px;
}
.variableCol3 > .imgLeft {
	float: left;
	margin: 0 20px 0.5em 0;
}
.variableCol3 > .imgLeft > figure {
	float: left;
	margin: 0 20px 0.5em 0;
}
.variableCol3 > .textCol {
	margin: 0 0 0.5em 0;
}

/* Box Parts
------------------------------------------------------ */
/* selector */
[class*="box"] .boxInner{
	position: relative;
	z-index: 2;
}
/* box01 */
.box01 {
	position: relative;
	clear: both;
	margin: 30px 0 0 0;
	background: #e7f4fe;
}
.box01:before{
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #f5fbff transparent transparent;
}
.box01:after{
	position: absolute;
	content: "";
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #f5fbff transparent;
}
.box01 .boxTitle{
	line-height: 1.4;
	margin: 0 0 15px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.box01 .boxInner {
	position: relative;
	padding: 25px 40px;
}
.box01 .boxInner .boxCol2 .textCol {
}
.box01 .boxInner .boxCol2 .imgColRight {
	float: right;
	margin: 0 0 0.5em 40px;
}
.box01 .boxInner .boxCol2 .imgColLeft {
	float: left;
	margin: 0 40px 0.5em 0;
}
.box01 .boxTitle a{
	padding: 0 0 0 23px;
	background: url(/common/img/com_ic01.png) no-repeat 4px 0.4em;
	background-size: 9px;
	text-decoration: none;
}

/* box02 */
.box02 {
	position: relative;
	clear: both;
	margin: 30px 0 0 0;
	background: #f1f1f1;
}
.box02:before{
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #fafafa transparent transparent;
}
.box02:after{
	position: absolute;
	content: "";
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #fafafa transparent;
}
.box02 .boxTitle{
	line-height: 1.4;
	margin: 0 0 15px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.box02 .boxInner {
	position: relative;
	padding: 25px 40px;
}
.box02 .boxInner .boxCol2 .textCol {
}
.box02 .boxInner .boxCol2 .imgColRight {
	float: right;
	margin: 0 0 0.5em 40px;
}
.box02 .boxInner .boxCol2 .imgColLeft {
	float: left;
	margin: 0 40px 0.5em 0;
}
.box02 .boxInner .boxCol2.typeBtn > .textCol {
	float: left;
	width: 620px;
}
.box02 .boxInner .boxCol2.typeBtn > .btnCol {
	float: right;
	width: 335px;
	text-align: center;
}
/* box03 */
.box03 {
	position: relative;
	clear: both;
	margin: 30px 0 0 0;
	border: solid 1px #aecbe5;
	background: #ffffff;
}
.box03:before{
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #eff8fe transparent transparent;
}
.box03:after{
	position: absolute;
	content: "";
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #eff8fe transparent;
}
.box03 .boxTitle{
	margin: 0 0 15px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.box03 .boxTitle-v2 {
	color: #204879;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.box03 .boxTitle-v3 {
	margin-bottom: 15px;
	color: #d72323;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.box03 .boxTitle .topicIc{
	display: inline-block;
	width: 67px;
	margin-right: 20px;
	padding: 2px 5px 0;
	background: #146fc3;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	vertical-align: middle;
}
.box03 .boxInner {
	position: relative;
	padding: 25px 40px;
}
.box03 .boxInner .boxCol2 .textCol {
}
.box03 .boxInner .boxCol2 .imgColRight {
	float: right;
	margin: 0 0 0.5em 40px;
}
.box03 .boxInner .boxCol2 .imgColLeft {
	float: left;
	margin: 0 40px 0.5em 0;
}


/* Other Parts
------------------------------------------------------ */
/* solidLine */
.solidLine01 {
	display: block;
	margin: 30px 0;
	border-top: solid 1px #d7dadd;
	height: 1px;
}

/* newsArea */
.newsArea01 {
	line-height: 1.4;
	margin-top: 30px;
}
.newsArea01 > .newsCol {
	display: block;
	border-bottom: solid 1px #d7dadd;
	background: #ffffff;
	color: #333333;
	text-decoration: none;
}
.newsArea01 > a.newsCol:hover {
	background: #f3f9fe;
}
.newsArea01 > .newsCol > dl {
	padding: 15px 0;
}
.newsArea01 > .newsCol > dl > dt {
	float: left;
	margin-right: 25px;
	font-size: 15px;
	font-size: 1.5rem;
}
.newsArea01 > .newsCol > dl > dd {
	position: relative;
	overflow: hidden;
}
.newsArea01 > .newsCol > dl > dd {
	overflow: hidden;
}
.newsArea01 > a.newsCol > dl > dd {
	color: #2075c0;
}
.newsArea01 > a.newsCol:hover > dl > dd {
	color: #00a98b;
}
.newsArea01 > a.newsCol[target="_blank"] > dl > dd:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin-left: 10px;
	background: url(/common/img/com_ic08.png) no-repeat 100% 50%;
}
.newsArea01 > a.newsCol[href$="pdf"] > dl > dd:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	background: url(/common/img/com_ic09.png) no-repeat 100% 50%;
}
.newsArea01 > .newsCol > dl > dt .newsIc {
	display: inline-block;
	width: 67px;
	vertical-align: middle;
	margin-right: 10px;
	padding: 2px 5px;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}

.newsArea01 > .newsCol > dl > dt .newsIc.type01 {
	background: #2badc5;
}
.newsArea01 > .newsCol > dl > dt .newsIc.type02 {
	background: #2885ee;
}
.newsArea01 > .newsCol > dl > dt .newsIc.type03 {
	background: #6a60e8;
}
.newsArea01 > .newsCol > dl > dt .newsIc.type04 {
	background: #70c234;
}
.newsArea01 > .newsCol > dl > dt .newsIc.type05 {
	background: #71859a;
}

.newsDate{
	text-align:right;
}

.newsDate > .newsIc {
	display: inline-block;
	line-height:1.4;
	width: 67px;
	vertical-align: middle;
	margin-right: 10px;
	padding: 2px 5px ; 
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}

.newsDate > .newsIc.type01 {
	background: #2badc5;
}
.newsDate > .newsIc.type02 {
	background: #2b65c5;
}
.newsDate > .newsIc.type03 {
	background: #4d5ad0;
}
.newsDate > .newsIc.type04 {
	background: #70c234;
}
.newsDate > .newsIc.type05 {
	background: #71859a;
}

/* qaArea */
.qaArea01 {
	margin-top: 50px;
}
.qaArea01 > dl {
}
.qaArea01 > dl + dl {
	margin-top: 40px;
}
.qaArea01 > dl > dt {
	padding: 12px 30px 10px 50px;
	background: url(/common/img/com_ic14.png) no-repeat 0 0;
	color: #204879;
	font-size: 16px;
	font-size: 1.6rem;
}
.qaArea01 > dl > dd {
	position: relative;
	margin-top: 15px;
	padding: 22px 30px 30px 70px;
	background: url(/common/img/com_ic15.png) no-repeat 10px 10px #e7f4fe;
	font-size: 15px;
	font-size: 1.5rem;
}
.qaArea01 > dl > dd:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -15px;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 19px 15px 19px;
	border-color: transparent transparent #e7f4fe transparent;
}


/* toggleBox */
.toggleBox01 {
	position: relative;
	background: #f1f1f1;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
	        transition: all 0.2s linear 0s;
}
.toggleBox01:hover {
	/*background: #dcfaeb;*/
}
.toggleBox01 + .toggleBox01 {
	margin-top: 13px;
}
.toggleBox01:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: #c7c7c7 transparent transparent transparent;
}
.toggleBox01 > dl {
	padding: 15px 20px 15px 55px;
	font-size: 15px;
	font-size: 1.5rem;
}
.toggleBox01 > dl > dt:before {
	position: absolute;
	content: "";
	top: 20px;
	left: 21px;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic02.png) no-repeat 0 0;
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
	        transition: all 0.1s linear 0s;
}
.toggleBox01 > dl > dt.open:before{
	position: absolute;
	content: "";
	top: 20px;
	left: 21px;
	width: 18px;
	height: 10px;
	-webkit-transform: rotate(180deg);
		 -moz-transform: rotate(180deg);
					transform: rotate(180deg);
}
.toggleBox01 > dl > dt {
	color: #2075c0;
}
.toggleBox01:hover > dl > dt {
	text-decoration: underline;
}
.ie8 .toggleBox01 > dl > dt:before {
	position: absolute;
	content: "";
	top: 20px;
	left: 21px;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic02.png) no-repeat 0 0;
}
.ie8 .toggleBox01 > dl > dt.open {
	position: absolute;
	content: "";
	top: 20px;
	left: 21px;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic03.png) no-repeat 0 0;
}

/* inquiryBox */
.inquiryBox01 {
	clear: both;
	margin-top: 50px;
	padding: 20px 35px 35px;
	background: url(/common/img/com_bg12.png) no-repeat 50% 50%;
	border: solid 4px #b3cfeb;
}
.inquiryBox01 > .boxTitle {
	color: #204879;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}
.inquiryBox01 > .boxTitle.type01 {
	padding: 5px 0 5px 60px;
	background: url(/common/img/com_ic17.png) no-repeat 0 50%;
}
.inquiryBox01 > .boxCol2 {
	margin-top: 20px;
}
.inquiryBox01 > .boxCol2 > .textCol {
	float: left;
	width: 620px;
}
.inquiryBox01 > .boxCol2 > .btnCol {
	float: right;
	width: 335px;
}
.inquiryBox01 > .boxCol2 > .btnCol > *:first-child {
	margin-top: 0 !important;
}
.inquiryBox01 > .boxCol2 > .btnCol .btnLink02 {
	text-align: center;
}

/* getAdobeReaderCol2 */
.getAdobeReaderCol2 {
	width: 890px;
	margin: 50px auto 0;
	padding: 20px 0;
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
}
.getAdobeReaderCol2 > .imgCol {
	float: left;
	margin-right: 25px;
}
.getAdobeReaderCol2 > .textCol {
	overflow: hidden;
}
.getAdobeReaderCol2 > .textCol .adobeLink {
	display: inline-block;
	padding-right: 20px;
	background: url(/common/img/com_ic08.png) no-repeat 100% 50%;
}
.getAdobeReaderCol2 > .textCol .adobeLink a {
	text-decoration: none;
}
.getAdobeReaderCol2 > .textCol .adobeLink a:hover {
	text-decoration: underline;
}
.getAdobeReaderCol2 > .textCol .adobeDetail {
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}


/* pamphletCol3 */
.pamphletCol3 {
	clear: both;
	margin-top: 40px;
	line-height: 1.4;
}
.pamphletCol3 > .col {
	float: left;
	display: block;
	width: 336px;
	margin-right: 36px;
	padding: 20px;
	color: #494949;
	background: #f8f8f8;
	text-decoration: none;
}
.pamphletCol3 > .col:hover {
	background: #f3f9fe;
}
.pamphletCol3 > .col:nth-child(3n) {
	margin-right: 0;
}
.pamphletCol3 > .col:nth-child(n+4) {
	margin-top: 30px;
}
.pamphletCol3 > .col .innerCol2 {
	display: table;
	width: 100%;
}
.pamphletCol3 > .col .innerCol2 > .imgCol {
	display: table-cell;
	width: 100px;
	padding-right: 22px;
}
.pamphletCol3 > .col .innerCol2 > .imgCol img {
	display: block;
	border-right: solid 1px #9c9b9b;
	border-bottom: solid 1px #9c9b9b;
}
.pamphletCol3 > .col .innerCol2 > .textCol {
	display: table-cell;
	vertical-align: middle;
}
.pamphletCol3 > .col .innerCol2 > .textCol .colTitle {
	color: #2075c0;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
	        transition: all 0.2s linear 0s;
}
.pamphletCol3 > .col .innerCol2 > .textCol .colTitle:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 10px;
	background: url(/common/img/com_ic09.png) no-repeat 100% 50%;
}
.pamphletCol3 > .col:hover .innerCol2 > .textCol .colTitle {
	color: #05af91;
	text-decoration: underline;
}
.pamphletCol3 > .col .innerCol2 > .textCol .pdfSize {
	font-size: 14px;
	font-size: 1.4rem;
}


/* pamphletColSingle */
.pamphletColSingle {
	clear: both;
	line-height: 1.4;
	margin-top: 40px;
}
.pamphletCol3 + .pamphletColSingle {
	margin-top: 30px;
}
.pamphletColSingle > .col {
	display: block;
	padding: 20px 180px;
	color: #494949;
	background: #f8f8f8;
	text-decoration: none;
}
.pamphletColSingle > .col:hover {
	background: #f3f9fe;
}
.pamphletColSingle > .col .innerCol2 {
	display: table;
	width: 100%;
}
.pamphletColSingle > .col .innerCol2 > .imgCol {
	display: table-cell;
	width: 100px;
	padding-right: 22px;
}
.pamphletColSingle > .col .innerCol2 > .imgCol img {
	display: block;
	border-right: solid 1px #9c9b9b;
	border-bottom: solid 1px #9c9b9b;
}
.pamphletColSingle > .col .innerCol2 > .textCol {
	display: table-cell;
	vertical-align: middle;
}
.pamphletColSingle > .col .innerCol2 > .textCol .colTitle {
	color: #2075c0;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
	        transition: all 0.2s linear 0s;
}
.pamphletColSingle > .col .innerCol2 > .textCol .colTitle:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 10px;
	background: url(/common/img/com_ic09.png) no-repeat 100% 50%;
}
.pamphletColSingle > .col:hover .innerCol2 > .textCol .colTitle {
	color: #05af91;
}
.pamphletColSingle > .col .innerCol2 > .textCol .colDetail {
	margin-top: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

/* dealCol2 */
.dealCol2 {
	clear: both;
	line-height: 1.4;
	margin-top: 40px;
}
.dealCol2 > .col {
	float: left;
	width: 540px;
	padding: 25px 30px;
	background: #ffffff;
}
.dealCol2 > .col > *:first-child{
	margin-top: 0 !important;
}
.dealCol2 > .col:nth-child(4n),
.dealCol2 > .col:nth-child(4n+1) {
	background: #f8f8f8;
}
.dealCol2 > .col .colTitle {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.dealCol2 > .col .colDetailList {
	margin-top: 20px;
}
.dealCol2 > .col .colDetailList + .colDetailList {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #cccccc;
} 
.dealCol2 > .col .colDetailList > li {
	float: left;
	position: relative;
	width: 48%;
	margin-right: 4%;
	padding-left: 75px;
	font-size: 15px;
}
.dealCol2 > .col .colDetailList > li:nth-child(2n) {
	margin-right: 0;
}
.dealCol2 > .col .colDetailList > li:nth-child(n+3) {
	margin-top: 5px;
}
.dealCol2 > .col .colDetailList.type02 > li {
	float: none !important;
	width: 100% !important;
}
.dealCol2 > .col .colDetailList.type02 > li + li {
	margin-top: 5px;
}
.dealCol2 > .col .colDetailList > li .item {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 67px;
	padding-top: 2px;
	margin-right: 10px;
	background: #71859a;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}
.dealCol2 > .col .colDetailList > li .item02 {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 67px;
	padding-top: 2px;
	margin-right: 10px;
	border: solid 1px #71859a;
	color: #71859a;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
} 
.dealCol2 > .col .colDetail {
	line-height: 1.7;
	margin-top: 10px;
	font-size: 15px;
	font-size: 1.5rem;
}

/* imgCapCol4 */
.imgCapCol4 {
	line-height: 1.4;
	margin-top: 40px;
	text-align: center;
	letter-spacing: -0.4em;
}
.imgCapCol4 > .col {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	margin-right: 12px;
}
.imgCapCol4 > .col:nth-child(4n) {
	margin-right: 0;
}
.imgCapCol4 > .col:nth-child(n+5) {
	margin-top: 12px;
}
.imgCapCol4 > .col a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
.imgCapCol4 > .col .imgCol {
	display: inline-block;
	width: 100%;
	background: -webkit-linear-gradient(45deg, #457be7 0%, #28ceb8 40%, #53c66b 100%);
	background: linear-gradient(45deg, #457be7 0%,#28ceb8 40%,#53c66b 100%);
}
.imgCapCol4 > .col .imgCol img {
	opacity: 1;
	-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.imgCapCol4 > .col:hover .imgCol img {
	opacity: 0.7;
}
.ie8 .imgCapCol4 > .col a:hover .imgCol:hover img {
	-ms-filter: "alpha(opacity=70)";
 		 opacity: 0.7;
			filter: alpha(opacity=70);
}






.imgCapCol4 > .col .textCol {
	position: absolute;
	bottom: 0;
	display: table;
	height: 66px;
	width: 100%;
	padding: 0 10px;
	background: url(/common/img/com_bg13.png) repeat 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.imgCapCol4 > .col .textCol:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #61768b transparent;
}
.imgCapCol4 > .col .textCol .coltext {
	display: table-cell;
	vertical-align: middle;
}

/* relatedInfoBox */
.relatedInfoBox {
	clear: both;
	line-height: 1.4;
	margin-top: 50px;
}
.relatedInfoBox > dl {
	display: table;
	width: 100%;
	padding: 10px;
	background: #f5f5f5;
}
.relatedInfoBox > dl > dt {
	display: table-cell;
	vertical-align: middle;
	width: 310px;
	padding: 0 8px 0 30px;
}
.relatedInfoBox > dl > dt .boxTitle01 {
	padding-left: 30px;
	background: url(/common/img/com_ic19.png) no-repeat 0 50%;
	font-size: 18px;
	font-size: 1.8rem;
}
.relatedInfoBox > dl > dt .boxLead {
	margin-top: 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
.relatedInfoBox > dl > dd {
	display: table-cell;
}
.relatedInfoBox > dl > dd .innerBoxCol2 {
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col {
	float: left;
	display: block;
	width: 370px;
	padding: 15px;
	background: #ffffff;
	color: #494949;
	text-decoration: none;
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col:hover {
	background: #f3f9fe;
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col:nth-child(even) {
	float: right;
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col:nth-child(n+3) {
	margin-top: 12px;
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col .colTitle {
	color: #2075c0;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
	        transition: all 0.2s linear 0s;
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col:hover .colTitle {
	color: #05af91;
	text-decoration: underline;
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col .colDetail {
	margin-top: 8px;
	font-size: 13px;
	font-size: 1.3rem;
}

/* historyInfoBox */
.historyInfoBox .boxCol .headArea{
	padding: 20px 25px;
	background: #146fc3;
}
.historyInfoBox .boxCol .headArea .toggleHead{
	padding: 0 0 7px 20px;
	border-left: solid 5px #bbdefa;
	font-size: 25px;
	font-size: 2.5rem;
	color: #ffffff;
}
.historyInfoBox .boxCol .headArea .toggleHead .smallTx{
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1;
}
.historyInfoBox .boxCol .contentArea .variableCol2 .contentHead{
	font-size: 22px;
	font-size: 2.2rem;
	color: #614440;
	font-weight: bold
}

/* founderInfoBox */
.founderInfoBox .spLine{
	display: none;
}
.founderInfoBox .founderPhotoArea{
	padding: 40px;
	background: url(/profile/history/founder/img/index_bg01.jpg) no-repeat 0 0;
	width: 1080px;
}
.founderInfoBox .founderPhotoArea .textArea{
	float: right;
	width: 69%;
}
.founderInfoBox .founderPhotoArea .textArea .textAreaHead{
	padding: 22px 0 20px;
	font-size: 32px;
	font-size: 3.2rem;
	color: #ffffff;
	line-height: 1.5;
}
.founderInfoBox .founderPhotoArea .textArea .textAreaHead span{
	font-size: 18px;
	font-size: 1.8rem;
}
.founderInfoBox .founderPhotoArea .textArea .nomalText {
	padding: 0 0 20px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #ffffff;
}
.founderInfoBox .founderPhotoArea .photoArea{
	float: left;
	width: 31%;
}
.founderInfoBox .linksArea{
	padding: 30px 40px;
	background: #f1f1f1;
}
.founderInfoBox .linksArea .linksHead{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #614440;
}
.founderInfoBox .linksArea ul li{
	background: url(/profile/history/founder/img/index_ic01.gif) no-repeat 0 0.5em;
}
.founderInfoBox .linksArea ul li a{
	padding: 0 0 0 32px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #146fc3;
	text-decoration: none;
}
.founderInfoBox .linksArea ul li a:hover{
	color: #05af91;
}

/* linkContainer */
.linkContainer{
	padding: 20px 30px;
	margin-top: 40px;
	border: solid 1px #ced5dc;
}
.linkContainer .headLink a{
	padding: 0 0 0 25px;
	color: #146fc3;
	text-decoration: none;
	background: url(/common/img/com_ic01.png) no-repeat 0 0.2em;
}
.linkContainer .headLink a:hover{
	color: #05af91;
}
.linkContainer .linkListInner{
	letter-spacing: -.40em;
	margin-top: 12px;
}
.linkContainer .linkListInner li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 0 1px 0;
	width: 25.0%;
	background: #f0f5f9;
	border-right:1px solid #ffffff;
}
.linkContainer .linkListInner li:nth-of-type(4n),
.linkContainer .linkListInner li:last-child{
	border:none;
}
.linkContainer .linkListInner.colSix li{
	width: 16.6%;
	border-right:1px solid #ffffff;
}
.linkContainer .linkListInner.colSix li:nth-of-type(6n),
.linkContainer .linkListInner.colSix li:last-child{
	border:none;
}
.linkContainer .linkListInner li.current{
	background: #f1f1f1;
}
.linkContainer .linkListInner li a{
	display: block;
	padding: 10px 0 8px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #146fc3;
	text-decoration: none;
	text-align: center;
}
.linkContainer .linkListInner li a:hover{
	color: #05af91;
}
.linkContainer .linkListInner li.current a{
	color: #494949;
	font-weight: bold;
}

/* pRelative,pAbsoluteIcon */
.pRelative{
	position: relative;
	padding-top: 50px;
}
.pAbsoluteIcon{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 5px 20px 2px;
	background: #db1111;
	font-size: 13px;
	font-size: 1.3rem;
	color: #ffffff;
}
.pAbsoluteIcon:before{
	position: absolute;
	content: "";
	bottom: -7px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 0;
	border-color: #db1111 transparent transparent transparent;
}

/* uniqueHeading */
.uniqueHeading {
	line-height: 1.4;
	margin-top: 60px;
}
.uniqueHeading .heading01 {
	margin: 0;
}
.uniqueHeading .heading01Area {
	min-height: 100px;
	padding: 65px 30px 65px;
	margin-bottom: 30px;
	background: url(/common/img/com_bg14.png) no-repeat 0 0;
	text-align: center;
}
.uniqueHeading .heading01Area > *:first-child {
	margin-top: 0 !important;
}
.uniqueHeading .heading01Area .headingLead01 {
	line-height: 1.8;
	margin-top: 35px;
	font-size: 36px;
	font-size: 3.6rem;
}
.uniqueHeading .heading01Area .headingLead02 {
	margin-top: 40px;
	font-size: 20px;
	font-size: 2.0rem;
}


/* ----- modalWrap ----- */
.modalLink {
	display: block;
	position: relative;
	width: 100%;
}
/*.modalLink:after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 36px;
	height: 36px;
	background: url(/common/img/com_ic21.png) no-repeat 0 0;
	z-index: 10;
}*/
.modalLink .modalIc {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 36px;
	height: 36px;
	background: url(/common/img/com_ic21.png) no-repeat 0 0;
}


.modalWrap {
	display: none;
}
.modal {
	background: #ffffff;
	padding: 40px 35px 45px;
	max-height: 100%;
	overflow-y: scroll;
}
.modal .modalClose {
	display: none;
}

/* ----- effect ----- */
.effect01 {
	display: inline-block;
	width: 100%;
	background: -webkit-linear-gradient(45deg, #457be7 0%, #28ceb8 40%, #53c66b 100%);
	background: linear-gradient(45deg, #457be7 0%,#28ceb8 40%,#53c66b 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#53c66b', endColorstr='#457be7', GradientType=0)";	
}
.effect01 img {
	opacity: 1;
	-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.effect01:hover img {
	opacity: 0.4;
}
.ie8 .effect01:hover img {
	-ms-filter: "alpha(opacity=40)";
 		 opacity: 0.4;
			filter: alpha(opacity=40);
}

/* ----- companyMapBox ----- */
.companyMapBox{
	margin-top: 35px;
}
.companyMapBox .equalCol2 > .col {
	width: 63%;
	margin-left:0;
}
.companyMapBox .equalCol2 > .col:first-child {
	width: 34%;
	margin-right: 3%;
}
.companyMapBox .equalCol2 > .col .mapText {
	margin-bottom: 15px;
}
.companyMapBox .equalCol2 > .col .mapContents iframe{
	width: 100%;
	height: 380px;
}

/* ----- movieContentsBox ----- */
.movieContentsBox .movieInnerBox{
	margin-top: 30px;
	padding: 25px 0 30px;
	background: #eeeeee;
}
.movieContentsBox .movieInnerBox .movieTitle{
	font-size: 23px;
	font-size: 2.3rem;
	text-align: center;
}
.movieContentsBox .movieInnerBox .movieArea{
	width: 640px;
	height: 360px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
}
.movieContentsBox .movieInnerBox .movieArea iframe{
	width: 640px;
	height: 360px;
}

/* ----- tab ----- */
.tab .tabNavi{
	margin: 50px 0 0;
	padding: 10px 20px 0 20px;
	background: #2075c0;
}
.tab .tabNavi .tabBtn{
}
.tab .tabNavi .tabBtn li{
	display: inline-block;
	width: 32.9%;
	text-align: center;
}
.tab .tabNavi .tabBtn li a{
	display: block;
	padding: 13px 0 9px;
	border: solid 1px #ffffff;
	border-bottom: none;
	color: #ffffff;
	text-decoration: none;
}
.tab .tabNavi .tabBtn li.current a,
.tab .tabNavi .tabBtn li a:hover{
	position: relative;
	color: #242c34;
	padding: 13px 0 9px 1px;
	border-right: solid 1px #8ca3b6;
	background: #ffffff;
}
.tab .tabNavi .tabBtn li.current a:before{
	position: absolute;
	content: "";
	top: 3px;
	left: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #2075c0 transparent transparent;
}
.tab .tabBox{
	display: none;
}
.tab .tabBox.current{
	display: block;
}

/* ----- refineBox ----- */
.refineBox{
	margin: 45px 0;
}
.refineBox .refineHead{
	display: inline-block;
	margin: 0 26px 0 0;
	padding: 0 0 0 37px;
	background: url(/rd/patent/img/index_ic01.gif) no-repeat 0 48%;
}
.refineBox ul{
	display: inline-block;
}
.refineBox ul li{
	position: relative;
	display: inline-block;
	width: 150px;
	margin: 0 20px 0 0;
	padding: 6px 0 4px;
	border-bottom: solid 1px #cccccc;
	background: #f1f1f1;
	font-size: 14px;
	font-size: 1.4rem;
	color: #2075c0;
	text-align: center;
	cursor: pointer;
}
.refineBox ul li.on{
	position: relative;
	border-bottom: none;
	background: #BBDEFA;
	color: #2075c0;
}
.refineBox ul li.on:before{
	position: absolute;
	content: "";
	bottom: -7px;
	left: 43%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #BBDEFA transparent transparent;
}

/* ----- knowList ----- */
.knowList {
	width: 100%;
	margin-bottom: 40px;
}

.knowList.pt2 {
	width: 714px;
	margin: 0 auto 40px;
}

.knowList ul li {
	float: left;
	width: 348px;
	margin-right: 18px;
	position: relative;
}

.knowList ul li:nth-child(3n) {
	margin-right: 0;
}

.knowList.pt2 ul li:nth-child(2n) {
	margin-right: 0;
}

.knowList ul li:nth-of-type(n + 4) {
	margin-top: 20px;
}


.knowList ul li .linkTxt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	padding: 15px;
	background: url(/common/img/com_bg15.png);
}

.knowList ul li .linkTxt:after {
		content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #61768b transparent;
}
/*------ stepBoxLayout--------*/
.stepBoxLayout {
  overflow: hidden;
}
.stepBoxLayout .stepBox01 {
  float: left;
  width: 520px;
  border: 2px solid  #2075c0;
}
.stepBoxLayout .stepBox01.feature {
	border: 2px solid  #a7e8cb;
}
.stepBoxLayout .stepBox01.merits {
	border: 2px solid  #fac784;
}
.stepBoxLayout .stepBox01:last-child {
  position: relative;
  margin-left: 40px;
}
.stepBoxLayout .stepBox01:last-child:before {
	content:"";
	position: absolute;
	display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  border-color: transparent transparent transparent #b1bac2;
	top: 50%;
	margin-top: -14px;
	left: -26px;
}
.stepBoxLayout .stepBox01 > .boxTitle {
  padding: 5px 10px;
  background: #2075c0;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
	font-weight: bold;
  text-align: center;
}
.stepBoxLayout .stepBox01.feature > .boxTitle {
	background: #a7e8cb;
	color: #242c34;
}
.stepBoxLayout .stepBox01.merits > .boxTitle {
	background: #fac784;
	color: #242c34;
}
.stepBoxLayout .stepBox01 > .stepBox01-cnt {
  padding: 10px 30px 20px;
}
.stepBoxLayout .stepBox01 > .stepBox01-cnt > *:first-child {
  margin-top: 0 !important;
}
.stepBoxLayout .stepBox01 > .stepBox01-cnt > .numberList01 > li > span:first-child {
	font-weight: bold;
}
.stepBoxLayout .stepBox01.merits > .stepBox01-cnt > .numberList01 > li {
	text-decoration: underline;
}
/* 追加1607151100 */
.businessCol .btnLinkRow.col4 .btnLink02 {
	margin: 20px 2.8% 0 0;
}
.businessCol .btnLinkRow.col4 .btnLink02:last-child {
	margin: 20px 0 0 0;
}
.businessCol .btnLinkRow.col4 .btnLink02 span{
	padding: 13px 28px 10px;
}

/* Clearfix
------------------------------------------------------ */
.defList04:after,
.equalCol2.iconList01:after,
.equalCol3.iconList01:after,
.equalCol4.iconList01:after,
.anchorLink01:after,
.anchorLink01.col2:after,
.anchorLink01.col3:after,
.anchorLink01.col4:after,
.anchorLink01.col5:after,
.anchorLink02:after,
.equalCol2:after,
.equalCol3:after,
.equalCol4:after,
.variableCol2:after,
.variableCol3 > .imgRight:after,
.variableCol3 > .imgLeft:after,
.box01 .boxInner .boxCol2:after,
.box02 .boxInner .boxCol2:after,
.box03 .boxInner .boxCol2:after,
.newsArea01 > .newsCol > dl:after,
.inquiryBox01 > .boxCol2:after,
.getAdobeReaderCol2:after,
.pamphletCol3:after,
.pamphletCol3 > .col .innerCol2:after,
.dealCol2:after,
.dealCol2 > .col .colDetailList:after,
.relatedInfoBox > dl > dd .innerBoxCol2:after,
.founderInfoBox .founderPhotoArea:after,
.dealCol2 > .col .colDetailList > li:after {
	content: "";
	display: block;
	clear: both;
}
.defList04,
.equalCol2.iconList01,
.equalCol3.iconList01,
.equalCol4.iconList01r,
.anchorLink01,
.anchorLink01.col2,
.anchorLink01.col3,
.anchorLink01.col4,
.anchorLink01.col5,
.anchorLink02,
.equalCol2,
.equalCol3,
.equalCol4,
.variableCol2,
.variableCol3 > .imgRight,
.variableCol3 > .imgLeft,
.box01 .boxInner .boxCol2,
.box02 .boxInner .boxCol2,
.box03 .boxInner .boxCol2,
.newsArea01 > .newsCol > dl,
.inquiryBox01 > .boxCol2,
.getAdobeReaderCol2,
.pamphletCol3,
.pamphletCol3 > .col .innerCol2,
.dealCol2,
.dealCol2 > .col .colDetailList,
.relatedInfoBox > dl > dd .innerBoxCol2,
.founderInfoBox .founderPhotoArea,
.dealCol2 > .col .colDetailList > li {
	zoom: 1;
}


/* トラックス追加ここから
------------*/

/* common */
.catchText02 {
	line-height: 1.4;
	margin: 50px 0 1em 0;
	padding: 0 0 25px;
	color: #146fc3;
	font-size: 30px;
	text-align: center;
	background: url(/common/img/com_bg16.gif) no-repeat 50% 100%;
}

/* トラックス追加ここから160613 */
.catchText02 sup {
	font-size: 10px;
	top: -1.5em;
}

.fBL {
	color: #146fc3;
}
/* トラックス追加ここまで160613 */

.img4Col {
	margin-top: 20px;
	margin-bottom: 50px;
}

.img4Col ul li {
	float: left;
	width: 258px;
	margin-left: 16px;
}

.img4Col ul li:first-child {
	margin-left: 0;
}



/*.effect02 {
	background: -webkit-linear-gradient(135deg, #457be7 0%, #28ceb8 40%, #53c66b 100%);
	background: linear-gradient(135deg, #457be7 0%,#28ceb8 40%,#53c66b 100%);
}

.effect02 img {
    opacity: 1;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
}

.effect02:hover img {
    opacity: 0;
}*/

.imgLink3Col {
	
}

.imgLink3Col ul li {
	display: block !important;
	float: left;
	width: 346px;
	margin-right: 21px;
	margin-bottom: 21px;
	position: relative;
}

.imgLink3Col ul li:nth-child(3n) {
	margin-right: 0;
}

.imgLink3Col ul li .imgLinkTxt {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
}

.imgLink3Col ul li .imgLinkTxt span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
}

.hoverTxt {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	text-align: center;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(135deg, #457be7 0%, #28ceb8 40%, #53c66b 100%);
	background: linear-gradient(135deg, #457be7 0%,#28ceb8 40%,#53c66b 100%);
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}
.hoverTxt span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
}

/* トラックス修正ここから160722 */
.roundCarousel {
	width: 990px;
	margin: 0 auto;
}
/* トラックス修正ここまで160722 */

.roundCarousel ul li {
	width: 240px !important;
}

.roundCarousel ul li .hukidashi {
	background: #146fc3;
	padding: 10px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 1.5;
	position: relative;
	margin-bottom: 16px;
}

.roundCarousel ul li .hukidashi:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -16px;
	border: 8px solid transparent;
	border-top: 8px solid #146fc3;
}

.roundCarouselImg {
	width: 190px !important;
	display: block !important;
	margin: 0 auto 10px;
	position: relative;
	border-radius: 95px;
	overflow: hidden;
}

.roundCarouselImg a:after {
	content: url(/common/img/com_ic40.png);
	position: absolute;
	left: 50%;
	margin-left: -73px;
	bottom: 0;
	width: 146px;
	height: 34px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.roundCarouselImg a.hover:after {
	content: url(/common/img/com_ic41.png);
}

.roundCarouselName {
	font-size: 15px;
	text-align: center;
}


/* 創業者 久保田 豊 */
.modalCol3 ul li {
	width: 348px;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}

.modalCol3 ul li:nth-child(3n) {
	margin-right: 0;
}

.modalCol3 ul li figure {
	
}

.modalCol3 ul li figure figcaption {
	background: #438ccf;
	margin-top: 0;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 35px 10px 15px;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
}

.modalCol3 ul li .modalLink .caption:before {
	content: url(/business/img/index_im35.png);
	position: absolute;
	right: 17px;
	bottom: 13px;
	width: 18px;
	height: 18px;
}

.modalCol3 ul li figure figcaption:after {
	content: url(/common/img/com_ic39.png);
	position: absolute;
	right: 0;
	bottom: 2px;
	width: 16px;
	height: 16px;
}


.modalCol3 ul li .modalIc {
	display: none;
}

/* トラックス追加ここから1606141900 */
.modalCol3 ul li a {
	text-decoration: none;
}
/* トラックス追加ここまで1606141900 */


/* 日本工営の強み */

.strengthSubMenu {
	display: table;
	width: 100%;
}

.strengthSubMenu ul li {
	display: table-cell;
	width: 200px;
	height: 200px;
	padding-left: 20px;
	box-sizing: content-box;
	vertical-align: top;
}

.strengthSubMenu a {
	width: 200px;
	height: 200px;
	background: url(/profile/strength/img/index_bg01.gif) no-repeat right center;
	/*padding-left: 20px;*/
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-sizing: content-box;
	text-decoration: none;
	color: #146fc3;
	font-size: 20px;
	line-height: 1.5;
	position: relative;
	outline: none;
}

.strengthSubMenu a:hover {
	color: #05af91;
}

.strengthSubMenu li:first-child {
	padding-left: 0;
}

.strengthSubMenu li a .arrowIco {
	position: absolute;
	display: block;
	width: 18px;
	height: 11px;
	left: 50%;
	margin-left: -9px;
	bottom: 15px;
}

/*.strengthSubMenu ul li a {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	text-decoration: none;
}*/


.imgBtm .textCol {
	float: left;
	width: 704px;
}

/* トラックス追加ここから160613 */
.strengthSection {
	padding-bottom: 60px;
}

.strengthSection.bgLBL {
	background: #f0f5fa;
}

.strengthSection.bgLBL h2 {
	margin-top: 0;
	padding-top: 60px;
}

.strengthSection .textCol {
	width: 600px;
}
/* トラックス追加ここまで160613 */

/* トラックス追加ここから1606141900 */
.strengthSection .btnLink02.spOnly {
	display: none;
}
/* トラックス追加ここまで1606141900 */

/* 日本工営の事業領域 */
.fieldMain .imgLeft {
	padding-left: 20px;
	margin-right: 65px;
}
/* トラックス修正ここから160722 */
.listBox {
	width: 314px;
	float: left;
	vertical-align: top;
}

.rightBox .n2 {
	padding-left: 20px;
}
/* トラックス修正ここまで160722 */
.listBoxHeading {
	font-size: 17px;
	text-align: center;
	margin-bottom: 12px;
}

.bl .listBoxHeading {
	color: #448ef2;
	border-bottom: 2px solid #448ef2;
}

.lbl .listBoxHeading {
	color: #2ca7f5;
	border-bottom: 2px solid #2ca7f5;
}

.gr .listBoxHeading {
	color: #0abca5;
	border-bottom: 2px solid #0abca5;
}

.lgr .listBoxHeading {
	color: #68d244;
	border-bottom: 2px solid #68d244;
}
.lgr .listBoxHeading {
	color: #68d244;
	border-bottom: 2px solid #68d244;
}
.lgr02.listBoxHeading {
	color: #0CB6C1;
	border-bottom: 2px solid #0CB6C1;
}

/* トラックス修正ここから160722 */
.fieldListBox {
	margin-bottom: 25px;
	display: block;
}

.fieldListBox ul {
	float: left;
	min-width: 145px;
}
/* トラックス修正ここまで160722 */

.fieldListBox ul li {
	font-size: 15px;
}

/* トラックス追加ここから160722 */
.fieldListBox li {
	line-height: 1.7;
}

.fieldListBox li span {
	display: inline-block;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	margin-right: 8px;
}

.fieldListBox li span img {
	width: 100%;
}
/* トラックス追加ここまで160722 */

.mainBtmTxt {
	font-size: 17px;
	color: #204879;
	line-height: 1.7;
}

.noImg2Col {
	
}

.noImg2Col .txtBoxLeft {
	width: 715px;
	padding-right: 17px;
	float: left;
}

.noImg2Col .txtBoxRight {
	float: right;
	background: #f0f5f9;
	border-radius: 6px;
	padding: 25px 25px 0 25px;
}

/* トラックス追加ここから160613 */
#centerField .spOnly {
	display: none;
}
/* トラックス追加ここまで160613 */

/* 日本工営 × 世界
------------*/
.globalNumList {
	margin-top: 30px;
}

.globalNumList ul li {
	width: 356px;
	height: 118px;
	float: left;
	background: #f0f5f9;
	margin-right: 6px;
	margin-bottom: 6px;
}

.globalNumList ul li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (min-width: 768px) {
.globalNumList ul li .globalNumListInner {
	display: block;
	height: 118px !important;
}
}
/* トラックス修正ここから160722 */
.globalNumList ul li .globalNumListInner {
	padding: 20px 0 20px 0;
}

.globalNumList ul li .globalNumListInner div {
	float: left;
	vertical-align: middle;
}

.globalNumList ul li .globalNumListInner .globalNumIco {
	width: 67px;
	text-align: right;
	padding-top: 15px;
}

/* トラックス追加ここから160613 */
.globalNumList ul li .globalNumListInner .globalNumIco img {
	width: 44px !important;
}
/* トラックス追加ここまで160613 */
/* トラックス修正ここまで160722 */
.globalNumList ul li .globalNumListInner .globalNumTxt {
	width: 289px;
	text-align: center;
	line-height: 1.4;
	font-size: 17px;
}

.globalNumList ul li .globalNumListInner .globalNumTxt .num {
	font-size: 26px;
	color: #146fc3;
}

.globalNumList ul li .globalNumListInner .globalNumTxt .num span {
	font-size: 38px;
}

/* トラックス修正ここから1606141900 */
.globalNumList ul li .globalNumListInner .globalNumTxt .numBtmTxt {
	font-size: 13px;
	color: #6c6b6b;
	margin-top: -5px;
}
/* トラックス修正ここまで1606141900 */

/* トラックス修正ここから1606161300 */
.pickUpList ul li {
	width: 344px;
	float: left;
	position: relative;
	margin-right: 24px;
	margin-bottom: 24px;
	background: #438ccf;
}

.pickUpList ul li:nth-child(3n) {
	margin-right: 0;
}

.pickUpList ul li .pickUpTag {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	padding: 4px 10px;
}
/* トラックス修正ここまで1606161300 */

.pickUpList ul li .pickUpTag.clr01 {
	background: #2885ee;
}

.pickUpList ul li .pickUpTag.clr02 {
	background: #2badc5;
}

.pickUpList ul li .pickUpTag.clr03 {
	background: #a87f57;
}

.pickUpList ul li .pickUpTag.clr04 {
	background: #70c234;
}

.pickUpList ul li .pickUpTag.clr05 {
	background: #6a60e8;
}

.pickUpList ul li .pickUpTag.clr06 {
	background: #dfb614;
}

.pickUpList ul li .pickUpTag.clr07 {
	background: #de4d76;
}

.pickUpList ul li .pickUpTxt {
	background: #438ccf;
	padding: 10px 35px 10px 15px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

.pickUpList ul li .pickUpTxt span {
	font-weight: normal;
	display: inline-block;
	padding-top: 5px;
}

.pickUpList ul li a {
	text-decoration: none;
}

/* トラックス修正ここから1606161300 */
.pickUpList ul li a:hover .effect01 img {
	opacity: 0.4;
}

.pickUpList ul li a {
	height: 100%;
}

.pickUpList ul li a.modalLink:after {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 18px;
	height: 18px;
	background: url(/business/img/index_im35.png) no-repeat;
}
.pickUpList ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #8ac7fe transparent;
}

/* トラックス修正ここまで1606161300 */



/* トラックス追加ここから160613 */
.globalModal figure {
	text-align: center;
}
/* トラックス追加ここまで160613 */


/* 採用関連 ローカルナビ
------------*/
.recruitLocalNav ul li {
	float: left;
	width: 348px;
	position: relative;
	margin-right: 18px;
	margin-bottom: 18px;
}

.recruitLocalNav ul li:nth-child(3n) {
	margin-right: 0;
}

.recruitLocalNav ul li span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #ffffff;
	background: url(/common/img/com_bg17.png);
}

.recruitLocalNav ul li span:after {
	content: url(/common/img/com_ic39.png);
	position: absolute;
	right: 0;
	bottom: 4px;
	width: 16px;
	height: 16px;
}

/* 日本工営の歩み
------------*/

/* トラックス修正ここから1606141900 */
.progressBox {
	margin-bottom: 60px;
}
/* トラックス修正ここまで1606141900 */

.progressBox.historyInfoBox .boxCol .headArea .toggleHead .smallTx {
	font-size: 15px;
}

/* トラックス追加ここから160614
------------*/


/* 開発ストーリー 扉
------------*/

.story2col ul li {
	float: left;
	width: 522px;
	margin-right: 36px;
	margin-bottom: 36px;
	background: #438ccf;
	position: relative;
}

.story2col ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #8ac7fe transparent;
}

.story2col ul li:nth-child(2n) {
	margin-right: 0;
}

.story2col ul li img {
	width: 100%;
}

.story2col ul li a {
	text-decoration: none;
	color: #ffffff;
}

.story2col ul li .story2colInner {
	background: #438ccf;
	padding: 20px 25px;
}

.story2col ul li .story2colInner .story2colH {
	font-size: 17px;
	font-weight: bold;
}

.story2col ul li .story2colInner .story2colTxt {
	font-size: 15px;
}

/* 開発ストーリー 詳細
------------*/

.storyDetail2col {
	margin-top: 50px;
	margin-bottom: 60px;
}

.storyDetail2colInner {
	display: table;
	width: 100%;
}

.storyDetail2col .storyDetail2colLeft {
	display: table-cell;
	vertical-align: middle;
	background: -webkit-gradient(linear, left top, right bottom, from(#1255a8), to(#3b90ce));
	background: linear-gradient(to right bottom, #1255a8, #3b90ce);
	color: #ffffff;
	width: 596px;
	padding: 0 50px;
	box-sizing: border-box;
	font-size: 15px;
}

.storyDetail2col .storyDetail2colLeft h1 {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.storyDetail2col .storyDetail2colRight {
	display: table-cell;
	vertical-align: middle;
	width: 484px;
}

.projectHeading,
.storyHeading {
	text-align: center;
	color: #146fc3;
	font-size: 26px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.projectHeading:after,
.storyHeading:after {
	content: "";
	position: absolute;
	display: block;
	width: 117px;
	height: 3px;
	left: 50%;
	bottom: 0;
	margin-left: -58px;
	background-image: url(/img/index_bg02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.projectsSlider ul li,
.storySlide ul li {
	float: left;
	width: 344px;
	margin-right: 24px;
	position: relative;
}

.projectsSlider ul li:after,
.storySlide ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #8ac7fe transparent;
}

.projectsSlider ul li:nth-child(3n),
.storySlide ul li:nth-child(3n) {
	margin-right: 0;
}

.projectsSlider ul li a,
.storySlide ul li a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
}

.projectsSlider ul li .projectsSliderInner,
.storySlide ul li .storySlideInner {
	padding: 15px 15px;
	line-height: 1.5;
	height: 100%;
	background: #438ccf;
}

.projectsSlider  ul li .projectsSliderInner .projectsSlideH, 
.storySlide ul li .storySlideInner .storySlideH {
	font-size: 17px;
	font-weight: bold;
}

.projectsSlider  ul li .projectsSliderInner .projectsSliderTxt,
.storySlide ul li .storySlideInner .storySlideTxt {
	background: #438ccf;
	color: #ffffff;
	font-size: 14px;
}

/* トラックス追加ここから160615 */
.dsOnly1 ul li {
	width: 261px;
	margin: 0 auto;
	float: none;
}
/* トラックス修正ここから160722 */
.projectsSlider,
.storySlide,
.roundCarousel {
	position: relative;
}
.projectsSlider .bx-controls-direction .bx-prev,
.projectsSlider .bx-controls-direction .bx-next,
.storySlide .bx-controls-direction .bx-prev,
.storySlide .bx-controls-direction .bx-next,
.roundCarousel .bx-controls-direction .bx-prev,
.roundCarousel .bx-controls-direction .bx-next {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 38px;
}

.projectsSlider .bx-controls-direction .bx-prev,
.storySlide .bx-controls-direction .bx-prev,
.roundCarousel .bx-controls-direction .bx-prev {
	background: url(/common/img/com_ic42.png) no-repeat left top;
	left: 0;
	margin-left: -35px;
}

.projectsSlider .bx-controls-direction .bx-next,
.storySlide .bx-controls-direction .bx-next,
.roundCarousel .bx-controls-direction .bx-next {
	background: url(/common/img/com_ic43.png) no-repeat left top;
	right: 0;
	margin-right: -35px;
}

/* トラックス追加ここまで160615 */


/* 主な実績 扉
------------*/

.performance3col ul li {
	float: left;
	width: 344px;
	margin-right: 24px;
	margin-bottom: 24px;
	background: #438ccf;
	position: relative;
}

.performance3col ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #8ac7fe transparent;
}

.performance3col ul li:nth-child(3n) {
	margin-right: 0;
}

.performance3col ul li a {
	text-decoration: none;
	color: #ffffff;
}
.performance3col ul li a.effect01 img {
	width: 100%;
	height: auto;
}

.performance3col ul li .performance2colInner {
	background: #438ccf;
	padding: 15px 15px;
	line-height: 1.5;
}

.performance3col ul li .performance2colInner .performance2colTxt {
	font-size: 14px;
}

.performance3col ul li .performanceIco {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	background: #2badc5;
	color: #ffffff;
	font-size: 14px;
	padding: 4px 10px;
}



.performance2colList ul li {
	width: 528px;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	position: relative;
}

.performance2colList ul li:nth-child(2n) {
	margin-right: 0;
}

.performance2colList ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #bcdbfa transparent;
}

.performance2colList ul li a {
	text-decoration: none;
	color: #242c34;
	display: table;
	width: 100%;
}

.performance2colList ul li .performanceImg {
	width: 246px;
	display: table-cell;
	vertical-align: middle;
}

.performance2colList ul li .performance2colInner {
	display: table-cell;
	width: 282px;
	vertical-align: top;
	background: #f0f5fa;
	font-size: 14px;
	padding: 16px 20px;
	line-height: 1.5;
}

.performance2colList ul li .performanceIco {
	background: #2badc5;
	color: #ffffff;
	font-size: 14px;
	padding: 4px 10px;
	display: inline-block;
	margin-bottom: 10px;
}

/* 主な実績 詳細
------------*/

.performanceDetail2col {
	margin-top: 50px;
}

.performanceDetail2colInner {
	display: table;
	width: 100%;
}

.performanceDetail2col .performanceDetail2colLeft {
	display: table-cell;
	vertical-align: middle;
	background: -webkit-gradient(linear, left top, right bottom, from(#1255a8), to(#3b90ce));
	background: linear-gradient(to right bottom, #1255a8, #3b90ce);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b4fac', endColorstr='#2a8cd1', GradientType=0)";	
	color: #ffffff;
	width: 596px;
	padding: 0 50px;
	box-sizing: border-box;
	font-size: 15px;
}

.performanceDetail2col .performanceDetail2colLeft h1 {
	font-size: 28px;
	margin: -38px 0 10px;
	line-height: 1.5;
}

.performanceDetail2col .performanceDetail2colLeft h1 span {
	display: inline-block;
	border: 1px solid #ffffff;
	font-size: 15px;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.performanceDetail2col .performanceDetail2colRight {
	display: table-cell;
	vertical-align: middle;
	width: 483px;
}

/* コンサルタント国内事業の概要 */

.domesticCol3 ul li {
	float: left;
	width: 352px;
	margin-right: 12px;
	margin-bottom: 12px;
	position: relative;
}

.domesticCol3 ul li:nth-child(3n) {
	margin-right: 0;
}

.domesticCol3 ul li a {
	display: table;
	height: 152px;
	text-align: center;
	width: 100%;
	text-decoration: none;
}

.domesticCol3 ul li .domesticCol3Img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.domesticCol3 ul li .domesticCol3Txt {
	position: relative;
	z-index: 2;
	display: table-cell;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	vertical-align: middle;
	background: rgba(0,0,0,0.4);
	line-height: 1.5;
}

/* トラックス追加ここまで160614
------------*/

/*--------------------------------------------------
// 個別記載分
--------------------------------------------------*/
/* index.html */
.contsList {
	width: 100%;
}
.contsListCol3 ul li {
	width: 348px;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;
}
.contsListCol3 ul li:nth-child(3n) {
	margin-right: 0;
}
.contsListCol4 ul li {
	width: 258px;
	height: 250px;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}
.contsListCol4 ul li:nth-child(4n) {
	margin-right: 0;
}
.contsList ul li .contsListCap {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/common/img/com_bg15.png);
	color: #ffffff;
	font-size: 14px;
	padding: 10px 15px;
	line-height: 1.5;
}
.contsList ul li .contsListCapInner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.contsList ul li .contsListCapHeading {
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	line-height: 1.5;
	min-height: 57px;
}
.readDetail {
	display: inline-block;
	position: absolute;
	padding-left: 14px;
	background: url(/common/img/com_ic38.png) no-repeat left center;
	bottom: 11px;
	right: 9px;
	color: #ffffff;
	font-size: 14px;
}
.bottomIco {
	position: absolute;
	bottom: 0;
	right: 0;
}

#irp-press-title.newsDisplay{
	display: none
}


/* 検索結果
------------*/
#mainContents .gsc-result .gs-title {
	height: auto;
}

#mainContents .mf_finder_query,
#mainContents .mf_finder_query:before,
#mainContents .mf_finder_query:after {
	font-size: 1.2rem;
}
#mainContents .mf_finder_organic_nums {
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	margin-top: 15px;
	font-size: 1.2rem;
}
#mainContents .mf_finder_organic_total,
#mainContents .mf_finder_organic_total:before,
#mainContents .mf_finder_organic_total:after {
	font-size: 1.2rem;
}
#mainContents .mf_finder_organic_range > *,
#mainContents .mf_finder_organic_range > *:before,
#mainContents .mf_finder_organic_range > *:after {
	font-size: 1.2rem;
}

#mainContents  .mf_finder_organic_doc_title {
	font-size: 1.8rem;
}
#mainContents .mf_finder_organic_doc_body {
	line-height: 2;
	height: 9.5rem;
	font-size: 1.2rem;
}
#mainContents .mf_finder_organic_pager_wrapper {
	margin-top: 50px;
}
#mainContents .mf_finder_organic_wrapper.mf_imgsize_3 .mf_finder_organic_doc_img img {
	max-width: 150px;
	max-height: inherit;
}
#mainContents .mf_finder_organic_doc_zoom {
	font-size: 15px;
}


/* ニュース
------------*/
.irinfo .irp-date:before {
	background: #6a60e8 !important;
}
#.kigyo .irp-date:before {
	background: #2885ee !important;
}