@charset "utf-8";
/* ======================================================
 * ELEMENT **********************************************
 * Common Parts
 * Section Parts
 * COMPONENT ********************************************
 * RESPONSIVE *******************************************
 * - 769px <= width <= 1024px
 * Clearfix
====================================================== */

/********************************************************

  ELEMENT

********************************************************/

@media screen and (max-width: 767px) {
#SelfControl{
	display: none;
}

.pcOnly {
	display: none !important;
}
.spOnly {
	display: block !important;
}

/* Common Parts
------------------------------------------------------ */
/* js */
.sizeFix + .sizeFix {
	margin-top: 20px;
}
/*----- align -----*/
/* text-align */
.aL_PC { text-align: inherit !important; }
.aC_PC { text-align: inherit !important; }
.aR_PC { text-align: inherit !important; }
.aL_SP { text-align: left !important; }
.aC_SP { text-align: center !important; }
.aR_SP { 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: 35px 0 0; }
.heading03 + * { margin: 25px 0 0; }
.heading04 + * { margin: 20px 0 0; }
.heading05 + * { margin: 18px 0 0; }

.section {
	margin-right: 15px; 
	margin-left: 15px; 
}
.section .section{
	margin-right: 0; 
	margin-left: 0; 
}
/* heading01 */
.heading01 {
	margin: 60px 0 25px;
	padding: 20px 10px 20px;
	font-size: 22px;
	font-size: 2.2rem;
	background: url(/common/img/com_sp_bg01.png) no-repeat 50% bottom;
}
.heading01 .shoulder {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
}
/* heading02 */
.heading02 {
	margin: 40px 0 22px;
	padding: 0 0 10px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.25;
	background: url(/common/img/com_sp_bg02.png) no-repeat 0 bottom;
}
.heading02 > a {
	display: block;
	padding: 0 0 0 25px;
	text-decoration: none;
	background: url(/common/img/com_ic22.png) no-repeat 0 50%;
	background-size: 11px;
}
.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;
	background-size: 18px;
}
.toggleHeading .heading02:hover span,
.toggleHeading .heading02.open:hover span {
	color: #05af91;
}
.toggleHeading .heading02:before {
	position: absolute;
	content: "";
	top: 25%;
	left: 0;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic23.png) no-repeat 0 0;
	background-size: 18px;
	-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);
}
/* heading03 */
.heading03 {
	margin: 35px 0 20px;
	padding: 7px 15px 4px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	background: #f5f5f5;
}
.heading03.bgStrong {
	background: #dcdcdc;
}
.heading03 > a {
	display: block;
	padding-left: 20px;
	background: url(/common/img/com_ic22.png) no-repeat 0 50%;
	background-size: 9px;
	text-decoration: none;
}
.toggleHeading .heading03 {
	padding: 7px 15px 4px 40px;
	color: #146fc3;
	background: #f5f5f5;
	cursor: pointer;
}
.toggleHeading .heading03:hover,
.toggleHeading .heading03.open:hover{
	color: #05af91;
}
.toggleHeading .heading03:before {
	position: absolute;
	content: "";
	top: 35%;
	left: 15px;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic23.png) no-repeat 0 0;
	background-size: 18px;
	-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);
}
.heading03 .shoulder {
	display: block;
	font-size: 11.72px;
	font-size: 1.17rem;
	font-weight: bold;
}
/* heading04 */
.heading04 {
	margin: 30px 0 17px;
	font-size: 17.5px;
	font-size: 1.75rem;
	font-weight: normal;
}
.toggleHeading .heading04 {
	padding: 5px 0 3px 25px;
	color: #146fc3;
	cursor: pointer;
}
.toggleHeading .heading04:hover,
.toggleHeading .heading04.open:hover{
	color: #05af91;
}
.toggleHeading .heading04.open {
	color: #146fc3;
}
.toggleHeading .heading04:before {
	position: absolute;
	content: "";
	top: 35%;
	left: 0;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic23.png) no-repeat 0 0;
	background-size: 18px;
	-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);
}
	
.heading04-v2 {
	margin: 30px 0 15px;
	padding-bottom: 6px;
	line-height: 1.2;
	border-bottom: 2px solid #d7dadd;
}
.heading04-v2 > span {
	display: block;
	padding: 5px 0 3px  30px;
	background: url(/common/img/com_ic44.png) 0 50% no-repeat;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	font-size: 16px;
	font-weight: bold;
}


/* heading05 */
.heading05 {
	margin: 25px 0 17px;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	background: url(/common/img/com_ic04.gif) no-repeat 0 50%;
}


/* 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 {
	margin: 2em 0 0;
	color: #204879;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
	background: url(/common/img/com_bg02.gif) no-repeat 0 100%;
}
/* txLead */
.leadText01 {
	margin: 1em 0 0;
	font-size: 15px;
	font-size: 1.5rem;
}
.leadText02 {
	margin: 1em 0 0;
	color: #ffae0e;
	font-size: 15px;
	font-size: 1.5rem;
}
.leadText03 {
	margin: 1em 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.33;
}
/* bold */
.bold{
	font-weight: bold !important;
}

/* List Parts
------------------------------------------------------ */
/* notes01 */
p.notes01 {
	margin-left: 1em;
	margin: 0.3em 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: 0.3em 0 0;
	padding: 0 0 0 2.65em;
}
p.notes02 > span {
	position: absolute;
	left: 0;
	top: 0;
}
.notes02 > li {
	position: relative;
	margin: 0.3em 0 0;
	padding: 0 0 0 2.65em;
}
.notes02 > li > span {
	position: absolute;
	left: 0;
	top: 0;
}

/* iconList01 */
p.iconList01 {
	margin: 0.3em 0 0;
	padding: 0 0 0 20px;
	background: url(/common/img/com_ic05.gif) no-repeat 0 0.3em;
}
.iconList01 > li {
	padding: 0 0 0 15px;
	background: url(/common/img/com_ic05.gif) no-repeat 0 0.3em;
}
/* iconList02 */
.iconList02 {
}
.iconList02 > li {
	padding: 0 0 0 15px;
	background: url(/common/img/com_ic34.png) no-repeat 0 0.4em;
	background-size: 6px;
}
/* iconList03 */
.iconList03 {
}
.iconList03 > li {
	padding: 0 0 0 15px;
	background: url(/common/img/com_ic12.gif) no-repeat 0 0.6em;
}

/* numberList01 */
.numberList01 > li {
	position: relative;
	padding: 5px 0 0.25em 1.8em;
}
.numberList01 .numberList02 > li {
	position: relative;
	padding: 0 0 0 35px;
}
.numberList01 > li > span:first-child,
.numberList02 > li > span:first-child {
	position: absolute;
	left: 0;
	top: 5px;
}
.numberList02 > li > span:first-child {
	top: 0;
	left: 6px;
}
p.numberList01{
	position: relative;
	padding: 5px 0 0.25em 1.8em;
}
p.numberList01 > span:first-child{
	position: absolute;
	left: 0;
	top: 5px;
}

/* defList01 */
.defList01 {
}
.defList01 > dt {
	margin: 1em 0 0.25em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.defList01 > dd {
}
.defList01 > dt:first-child,
.defList01 > dt + dd > *:first-child {
	margin-top: 0;
}
/* defList02 */
.defList02 {
}
.defList02 > dt {
	position: relative;
	padding: 1em 0 0.25em 1.8em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.defList02 > dt > span {
	position: absolute;
	left: 0;
	top: 1em;
}
.defList02 > dd {
	margin: 0.5em 0 0 0;
	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: block;
	color: #666666;
}
.defList03 > dl > dt:first-child,
.defList03 > dl > dt + dd > *:first-child {
	margin-top: 0;
}
/* Link Parts
------------------------------------------------------ */
/* linkStyle */
p > 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_ic26.png) no-repeat;
	background-size: 13px;
}
p > 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_ic27.png) no-repeat;
	background-size: 16px;
}
.iconLink01 .movieLinks a:after,
.iconLink02 .movieLinks a:after{
	content: "";
	position: relative;
	left: 0;
	top: 8px;
	display: inline-block;
	width: 21px;
	height: 22px;
	background: url(/common/img/com_ic28.png) no-repeat;
	background-size: 16px;
}

/* linkTxt */
a.linkTxt {
	font-weight: bold;
	margin: 0.5em 0 0;
}
/* iconLink01 */
.iconLink01 li {
	margin: 0.5em 0 0;
}
.equalCol2.iconList01 > li { float: none; width: 100%; margin-right: 0; }
.equalCol3.iconList01 > li { float: none; width: 100%; margin-right: 0; }
.equalCol4.iconList01 > li { float: none; width: 100%; margin-right: 0; }
.equalCol4.iconList01 > li { float: left; width: 48%; margin-right: 2%; }
.equalCol4.iconList01 > li:nth-child(2n) { margin-right: 0; }
.iconLink01 a {
	display: inline-block;
	padding: 0 0 0 15px;
	text-decoration: none;
	background: url(/common/img/com_ic25.png) no-repeat 0 0.2em;
	background-size: 7px;
}
.iconLink01 .movieLinks a {
}
.iconLink01 .rssLinks a {
	display: inline-block;
	padding: 0.3em 0 0.2em 1.7em;
	text-decoration: none;
	background: url(/common/img/com_ic29.png) no-repeat 0 0.2em;
	background-size: 18px;
}
.iconLink01 a:hover {
	text-decoration: underline;
}
.iconLink01.typeRow li{
	padding: 0.5em 2em 0 0;
	display: inline-block;
}
/* iconLink02 */
.iconLink02 {
	display: block;
}
.iconLink02 li {
	margin: 0;
}
.iconLink02 li a{
	display: block;
	padding: 15px 35px 12px 0;
	border-bottom: solid 1px #d7dadd;
	background: url(/common/img/com_ic25.png) no-repeat 100% 41%;
	background-size: 7px;
}
.iconLink02 li > span {
	display: block;
	padding: 15px 35px 12px 0;
	border-bottom: solid 1px #d7dadd;
	background: #ffffff;
}
.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: 100%; }
[class*="btnLink"] a.sizeM { width: 100%; }
[class*="btnLink"] a.sizeS { width: 100%; }
[class*="btnLinkRow"].col2 > li { width: 100%; }
[class*="btnLinkRow"].col3 > li { width: 100%; }
[class*="btnLinkRow"].col4 > li { width: 47.6%; }
.noCol[class*="btnLinkRow"] > li { width: 100% !important; margin-right: 0;}
[class*="btnLinkRow"].col4 > li:nth-child(even) { margin-right: 0; }

/* btnLink01 */
.btnLink01 {
	margin: 20px 0 0 0;
	vertical-align: text-top;
}
.btnLink01 a {
	display: 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: 17px 30px 15px;
	-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;
	text-align: center;
}
.btnLink01 a:hover {
	display: block;
	text-decoration: none;
	background: #e3fbee url(/common/img/com_bg05.png) no-repeat 0 0;
}
.btnLink01 a:hover span {
	display: block;
	padding: 17px 30px 15px;
	-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;
	text-align: center;
}
.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_ic26.png) no-repeat;
	background-size: 13px;
}
.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_ic27.png) no-repeat;
	background-size: 16px;
}
.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_ic36.png) no-repeat;
	background-size: 16px;
}
.btnLinkRow .btnLink01{
	float: left;
	display:inherit;
	margin: 20px 4.8% 0 0;
}
.btnLinkRow .btnLink01 a{
	width: 100%;
}
.heading02 + .btnLinkRow {
	margin-top: -10px !important;
}

/* btnLink02 */
.btnLink02 {
	vertical-align: text-top;
	margin: 20px 0 0 0;
}
.btnLink02 li{
	display: inherit;
	float: left;
}
.btnLink02 a {
	display: block;
	background: #146fc3 url(/common/img/com_bg07.png) no-repeat 0 0;
	text-decoration: none;
	vertical-align: text-top;
}
.btnLink02 a span {
	display: block;
	padding: 17px 30px 15px;
	-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;
	text-align: center;
}
.btnLink02 a:hover {
	display: block;
	text-decoration: none;
	background: #05af91 url(/common/img/com_bg09.png) no-repeat 0 0;
}
.btnLink02 a:hover span {
	display: block;
	padding: 17px 30px 15px;
	-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;
	text-align: center;
}
.btnLink02 a .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_ic30.png) no-repeat;
	background-size: 13px;
}
.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_ic27.png) no-repeat;
	background-size: 16px;
}
.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_ic36.png) no-repeat;
	background-size: 16px;
}
.btnLinkRow .btnLink02{
	float: left;
	display:inherit;
	margin: 20px 4.8% 0 0;
}
.btnLinkRow .btnLink02 a{
	width: 100%;
}

/* anchorLink01 */
.anchorLink01.col2 > li { width: 100%; }
.anchorLink01.col3 > li { width: 100%; }
.anchorLink01.col4 > li { width: 100%; }
.anchorLink01.col5 > li { width: 100%; }
.anchorLink01.col2 > li a { width: 100%; }
.anchorLink01.col3 > li a { width: 100%; }
.anchorLink01.col4 > li a { width: 100%; }
.anchorLink01.col5 > li a { width: 100%; }
.anchorLink01 li{
	margin: 0 0 0.3% 0;
	display: block;
}
.anchorLink01 li a{
	display: block;
	padding: 5px 30px;
	background: url(/common/img/com_ic31.png) no-repeat 0px 50%;
	background-size: 17px;
	background-color: inherit;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	text-align: left;
	text-decoration: none;
}
.anchorLink01 li a:hover{
	background: #dcfaeb url(/common/img/com_ic31.png) no-repeat 0px 50%;
	background-size: 17px;
}
/* anchorLink02 */
.anchorLinkToggle{
	border: solid 1px #b3bfc9;
}
.anchorLinkHeading{
	position: relative;
	display: block;
	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;
}
.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;
}
.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);
}	
.anchorLink02 li{
	margin: 0 0 0.3% 0;
	display: block;
}
.anchorLink02 li a{
	display: block;
	padding: 10px 35px;
	background: url(/common/img/com_ic31.png) no-repeat 10px 50%;
	background-size: 17px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	text-align: left;
	text-decoration: none;
}
.anchorLink02.col6 li{
	display: block;
	float: none;
	width: 100%;
}
.anchorLink02.col6 li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
}
/* anchorLink02 */
.anchorLinkToggle_type02{
}
.anchorLinkToggle_type02 .anchorLinkHeading{
	position: relative;
	display: block;
	width: 100%;
	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 .anchorSelect{
	display:block;
	width:100%;
	border: solid 1px #b3bfc9;
	padding:10px;
}
.anchorLinkToggle_type02 .anchorLink02 {
	display:none;
}
.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 .anchorLink02 li{
	margin: 0 0 0.3% 0;
	display: block;
}
.anchorLinkToggle_type02 .anchorLink02 li a{
	display: block;
	padding: 10px 35px;
	background: url(/common/img/com_ic31.png) no-repeat 10px 50%;
	background-size: 17px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	text-align: left;
	text-decoration: none;
}

/* anchorLinkToggle */
.anchorLinkToggle .toggleContents{
}
.anchorLinkToggle .toggleKey.open + .toggleContents{
}
.toggleContents .equalCol2 .col .sizeFix {
	display: inline-block;
}

/* Table Parts
------------------------------------------------------ */
/* TableLinks */ 
.tableWrap01.scrollTb{
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.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_ic26.png) no-repeat;
	background-size: 13px;
}
.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_ic27.png) no-repeat;
	background-size: 16px;
}
.tableWrap01 > .heading06 {
	margin-top: 0;
} 

/*** tableWrap01 ***/
.tableNotes{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0.5em 0 0.5em 1.4em !important;
}
.tableWrap01{
	margin: 20px 0 25px;
}
.tableWrap01 table {
	clear: both;
	width: 100%;
	margin: 0;
	border-top: none;
	border-left: none;
}
.tableWrap01 table > *:first-child {
	margin-top: 0 !important;
}
.tableWrap01 table th,
.tableWrap01 table td{
	padding: 10px 10px;
	border-right: solid 1px #afbbc6;
}
.tableWrap01 table tr:last-child td{
	border-bottom: solid 1px #afbbc6;
}
.tableWrap01 table th.lv01 {
	background: #bbdefa;
	text-align: center;
}
.tableWrap01 table th.lv02 {
	background: #ddf5fc;
	text-align: left;
	font-weight: normal;
}
.tableWrap01 table td {
	background: #f8f8f8;
}
.tableWrapAll.equalCol2 .tableWrap01{
	margin: 0;
}
.tableWrapAll.equalCol2 > .col {
	padding-bottom: 0;
}
.tableWrapAll.equalCol2 > .col + .col {
	margin-top: -1px;
}
.tableWrapAll.equalCol2 .heading06 {
	margin-bottom: 1em;
}

/* table01 */
/* table02 */
/* table03 */
.tableWrap01 .table03 colgroup{
	display: none;
}
.tableWrap01 .table03 tr{
	display: block;
}
.tableWrap01 .table03 th,
.tableWrap01 .table03 td {
	display: block;
	font-weight: normal;
	text-align: left !important;
}
.tableWrap01 .table03 tr th {
	border-top: none;
}
.tableWrap01 .table03 tr:first-child th {
	border-top: solid 1px #afbbc6;
}
.tableWrap01 .table03 td {
	border-top: none;
	/*border-bottom: none;*/
}
/* tableWrap01.typeOutline */
.tableWrap01.typeOutline .table03 {
	width: 100%;
}
.tableWrap01.typeOutline .table03 tr{
	display: table;
	width: 100%;
}
.tableWrap01.typeOutline .table03 tr th{
	display: table-caption;
	margin-right: 1px;
	border-top: none;
}
.tableWrap01.typeOutline .table03 tr:first-child th {
	border-top: solid 1px #afbbc6;
}
.tableWrap01.typeOutline .table03 tr td{
	display: table-cell;
	border-top: none;
	padding: 10px 5px 10px 0;
	width: 15%;
	font-weight: normal;
	text-align: right !important;
}
.tableWrap01.typeOutline .table03 tr td:last-child{
	width: 85%;
	padding: 10px;
	text-align: left !important;
}
/* table04 */
.tableWrap01 .table04 {
	width: 100%;
	border: none;
}
.tableWrap01 .table04 colgroup {
	display: none;
}
.tableWrap01 .table04 th,
.tableWrap01 .table04 td {
	padding: 0;
	border: none;
}
.tableWrap01 .table04 .ColorType01 {
	background: #bbdefa;
}
.tableWrap01 .table04 .ColorType02 {
	background: #baeb9f;
}
.tableWrap01 .table04 tr {
	display: block;
}
.tableWrap01 .table04 tr:first-child {
}
.tableWrap01 .table04 tr:first-child > * {
	display: block;
}
.tableWrap01 .table04 tr:first-child > *:first-child {
	display: none;
}
.tableWrap01 .table04 tr:first-child > *:nth-child(n+3) {
	margin-top: 10px;
}
.tableWrap01 .table04 tr:first-child .ColorType01 {
	position: relative;
	padding-left: 20px;
	background: none;
	text-align: left;
	font-weight: normal;
}
.tableWrap01 .table04 tr:first-child .ColorType01:after {
	content: "";
	position: absolute;
	display: block;
	top: 0.2em;
	left: 0;
	width: 14px;
	height: 14px;
	background: #bbdefa;
}
.tableWrap01 .table04 tr:first-child .ColorType02 {
	position: relative;
	padding-left: 20px;
	background: none;
	text-align: left;
	font-weight: normal;
}
.tableWrap01 .table04 tr:first-child .ColorType02:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #baeb9f;
}

.tableWrap01 .table04 tr:nth-child(n+2) {
	padding: 10px;
	width: 100%;
	border: solid 1px #afbbc6;
	background: #f8f8f8;
	letter-spacing: -0.4em;
}
.tableWrap01 .table04 tr:nth-child(n+3) {
	margin-top: -1px;
}
.tableWrap01 .table04 tr:nth-child(2) {
	margin-top: 10px;
}

.tableWrap01 .table04 tr:nth-child(n+2) > * {
	display: block;
	letter-spacing: normal;
}
.tableWrap01 .table04 tr:nth-child(n+2) .lv01,
.tableWrap01 .table04 tr:nth-child(n+2) .lv02 {
	background: #f8f8f8;
}
.tableWrap01 .table04 tr:nth-child(n+2) > *:nth-child(n+2) {
	position: relative;
	display: inline-block;
	width: 49%;
	margin-top: 10px;
	letter-spacing: normal;
}
.tableWrap01 .table04 tr:nth-child(n+2) > .onlyCol {
	width: 100%;
}
.tableWrap01 .table04 tr:nth-child(n+2) > *:nth-child(2) {
	margin-right: 2%;
	background: #bbdefa;
}
.tableWrap01 .table04 tr:nth-child(n+2) > *:nth-child(2):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: #6fb5f3 transparent transparent transparent;
	z-index: 2;
}
.tableWrap01 .table04 tr:nth-child(n+2) > *:nth-child(2):after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #6fb5f3 transparent;
}

.tableWrap01 .table04 tr:nth-child(n+2) > *:nth-child(3) {
	background: #baeb9f;
}
.tableWrap01 .table04 tr:nth-child(n+2) > *:nth-child(3):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: #8ed566 transparent transparent transparent;
	z-index: 2;
}
.tableWrap01 .table04 tr:nth-child(n+2) > *:nth-child(3):after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #8ed566 transparent;
}

.tableWrap01 .table04 tr:nth-child(n+2) > *:nth-child(n+2) a {
	display: block;
	padding: 15px 5px;
	color: #242c34;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
/*.table04.type02 */
.tableWrap01 .table04.type02 {
	width: 100%;
	border: none;
}
.tableWrap01 .table04.type02 colgroup {
	display: none;
}
.tableWrap01 .table04.type02 th,
.tableWrap01 .table04.type02 td {
	padding: 0;
	border: none;
}
.tableWrap01 .table04.type02 .lv01,
.tableWrap01 .table04.type02 .lv02 {
	background: #f8f8f8;
}
.tableWrap01 .table04.type02 .ColorType01 {
	background: #bbdefa;
}
.tableWrap01 .table04.type02 .ColorType02 {
	background: #baeb9f;
}
.tableWrap01 .table04.type02 tr {
	display: block;
}
.tableWrap01 .table04.type02 tr {
}
.tableWrap01 .table04.type02 tr > * {
	display: block;
}
.tableWrap01 .table04.type02 tr > *:first-child {
	display: block;
	text-align: center;
}
.tableWrap01 .table04.type02 tr > *:nth-child(n+2) {
}
.tableWrap01 .table04.type02 tr .ColorType01 {
	position: relative;
	padding-left: 20px;
	background: none;
	text-align: left;
	font-weight: normal;
}
.tableWrap01 .table04.type02 tr .ColorType01:after {
	content: "";
	position: absolute;
	display: block;
	top: 0.2em;
	left: 0;
	width: 14px;
	height: 14px;
	background: #bbdefa;
}
.tableWrap01 .table04.type02 tr .ColorType02 {
	position: relative;
	padding-left: 20px;
	background: none;
	text-align: left;
	font-weight: normal;
}
.tableWrap01 .table04.type02 tr .ColorType02:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #baeb9f;
}

.tableWrap01 .table04.type02 tr:nth-child(n+1) {
	width: 100%;
	border: solid 1px #afbbc6;
	background: #f8f8f8;
	letter-spacing: -0.4em;
}
.tableWrap01 .table04.type02 tr:nth-child(n+2) {
	margin-top: -1px;
}
.tableWrap01 .table04.type02 tr:nth-child(1) {
}

.tableWrap01 .table04.type02 tr:nth-child(n+1) > * {
	display: table-cell;
	padding: 10px;
	letter-spacing: normal;
}
.tableWrap01 .table04.type02 tr:nth-child(n+1) > *:nth-child(n+2) {
	position: relative;
	display: inline-block;
	width: 100%;
	border-right: none;
	letter-spacing: normal;
}
.tableWrap01 .table04.type02 tr:nth-child(n+1) > .onlyCol {
	width: 100%;
}
.tableWrap01 .table04.type02 tr:nth-child(n+1) > *:nth-child(2) {
	text-align: center;
}
.tableWrap01 .table04.type02 tr:nth-child(n+1) > *:nth-child(n+1) {
	display: inline-block;
	width: 100%;
}
.tableWrap01 .table04.type02 tr.col02 > *:nth-child(n+1) {
	width: 50%;
}
.tableWrap01 .table04.type02 tr.col02 > *:nth-child(2) {
	border-left: solid 1px #afbbc6;
}
.tableWrap01 .table04.type02 tr.col02:nth-child(n+2) > *:nth-child(2):before,
.tableWrap01 .table04.type02 tr.col02:nth-child(n+2) > *:nth-child(2):after{
	display: none;
}
.tableWrap01 .table04.type02 tr:nth-child(n+1) > .onlyCol {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	border-top: solid 1px #afbbc6;
}
.tableWrap01 .table04.type02 tr.col02:nth-child(n+1) > .onlyCol {
	width: 100%;
}
.tableWrap01 .table04.type02 tr:nth-child(n+1) > .onlyCol:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: #6fb5f3 transparent transparent transparent;
	z-index: 2;
}
.tableWrap01 .table04.type02 tr:nth-child(n+1) > .onlyCol:after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #6fb5f3 transparent;
}
.tableWrap01 .table04.type02 tr:nth-child(n+1) > .onlyCol a {
	display: block;
	background: #bbdefa;
}

.tableWrap01 .table04.type02 tr:nth-child(n+1) > *:nth-child(n+1) a {
	display: block;
	padding: 15px 5px;
	color: #242c34;
	text-decoration: none;
	text-align: center;
}
.tableWrap01 .table04.type02 tr:nth-child(n+2) {
	padding: 0;
}
.tableWrap01 .table04.type02 tr:nth-child(n+2) > *:nth-child(2){
	background: none;
	margin: 0;
}
.tableWrap01 .table04.type02 tr:nth-child(n+2) > *:nth-child(3){
	background: none;
}

/*.table04.type03 */
.tableWrap01 .table04.type03 {
	width: 100%;
	border: none;
}
.tableWrap01 .table04.type03 colgroup {
	display: none;
}
.tableWrap01 .table04.type03 th,
.tableWrap01 .table04.type03 td {
	padding: 0;
	border: none;
}
.tableWrap01 .table04.type03 .lv01,
.tableWrap01 .table04.type03 .lv02 {
	background: #f8f8f8;
}
.tableWrap01 .table04.type03 .ColorType01 {
	background: #bbdefa;
}
.tableWrap01 .table04.type03 .Colortype03 {
	background: #baeb9f;
}
.tableWrap01 .table04.type03 tr {
	display: block;
}
.tableWrap01 .table04.type03 tr {
}
.tableWrap01 .table04.type03 tr > * {
	display: block;
}
.tableWrap01 .table04.type03 tr > *:first-child {
	display: block;
	text-align: center;
}
.tableWrap01 .table04.type03 tr > *:nth-child(n+2) {
}
.tableWrap01 .table04.type03 tr .ColorType01 {
	position: relative;
	padding-left: 20px;
	background: none;
	text-align: left;
	font-weight: normal;
}
.tableWrap01 .table04.type03 tr .ColorType01:after {
	content: "";
	position: absolute;
	display: block;
	top: 0.2em;
	left: 0;
	width: 14px;
	height: 14px;
	background: #bbdefa;
}
.tableWrap01 .table04.type03 tr .Colortype03 {
	position: relative;
	padding-left: 20px;
	background: none;
	text-align: left;
	font-weight: normal;
}
.tableWrap01 .table04.type03 tr .Colortype03:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #baeb9f;
}

.tableWrap01 .table04.type03 tr:nth-child(n+1) {
	width: 100%;
	border: solid 1px #afbbc6;
	background: #f8f8f8;
	letter-spacing: -0.4em;
}
.tableWrap01 .table04.type03 tr:nth-child(n+2) {
	margin-top: -1px;
}
.tableWrap01 .table04.type03 tr:nth-child(1) {
}

.tableWrap01 .table04.type03 tr:nth-child(n+1) > * {
	float: left;
	width: 50%;
	padding: 10px;
	letter-spacing: normal;
}
.tableWrap01 .table04.type03 tr:nth-child(n+1) > *:nth-child(n+3) {
	position: relative;
	display: inline-block;
	width: 100%;
	border-right: none;
	letter-spacing: normal;
}
.tableWrap01 .table04.type03 tr:nth-child(n+1) > .onlyCol {
	width: 100%;
}
.tableWrap01 .table04.type03 tr:nth-child(n+1) > *:nth-child(2) {
	text-align: center;
}
.tableWrap01 .table04.type03 tr.col02:nth-child(n+1) > *:nth-child(1) {
	border-right: solid 1px #afbbc6;
}
.tableWrap01 .table04.type03 tr > td + td{
	border-left: solid 1px #afbbc6;
	vertical-align: middle;
}
.tableWrap01 .table04.type03 tr > td + td.onlyCol{
	border-left: none;
}
.tableWrap01 .table04.type03 tr > *:nth-child(2):before,
.tableWrap01 .table04.type03 tr > *:nth-child(2):after{
	display: none;
}
.tableWrap01 .table04.type03 tr:nth-child(n+1) > .onlyCol {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	border-top: solid 1px #afbbc6;
}
.tableWrap01 .table04.type03 tr.col02:nth-child(n+1) > .onlyCol {
	width: 100%;
}
.tableWrap01 .table04.type03 tr:nth-child(n+1) > .onlyCol:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: #6fb5f3 transparent transparent transparent;
	z-index: 2;
}
.tableWrap01 .table04.type03 tr:nth-child(n+1) > .onlyCol:after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #6fb5f3 transparent;
}
.tableWrap01 .table04.type03 tr:nth-child(n+1) > .onlyCol a {
	display: block;
	background: #bbdefa;
}

.tableWrap01 .table04.type03 tr:nth-child(n+1) > *:nth-child(n+1) a {
	display: block;
	padding: 15px 5px;
	color: #242c34;
	text-decoration: none;
	text-align: center;
}
.tableWrap01 .table04.type03 tr:nth-child(n+2) {
	padding: 0;
}
.tableWrap01 .table04.type03 tr:nth-child(n+2) > *:nth-child(2){
	background: none;
	margin: 0;
}
.tableWrap01 .table04.type03 tr:nth-child(n+2) > *:nth-child(3){
	background: none;
}

/* table05 */
.tableWrap01 .table05{
}
.tableWrap01 .table05 colgroup{
	display: none;
}
.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{
	display: block;
	padding: 5px 0 5px 0;
	border: none;
	text-align: left;
}
.tableWrap01 .table05 th{
	text-align: left;
}
.tableWrap01 .table05 td {
	background:  none;
}

/* table06 */
.tableWrap01 .table06 {
	width: 100%;
	border: none;
}
.tableWrap01 .table06 colgroup {
	display: none;
}
.tableWrap01 .table06 th,
.tableWrap01 .table06 td {
	border: none;
	display: block;
}

.tableWrap01 .table06 tr {
	display: block;
	width: 100%;
	border: solid 1px #afbbc6;
	background: #f8f8f8;
}
.tableWrap01 .table06 tr:nth-child(n+2) {
	margin-top: -1px;
}

.tableWrap01 .table06 tr th.lv01 {
	padding: 10px;
	border-bottom: solid 1px #afbbc6;
	background: #1f74be;
	color: #ffffff;
}
.tableWrap01 .table06 tr td {
	position: relative;
	display: block;
	margin: 15px 10px;
	padding: 0;
	background: #bbdefa;
}
.tableWrap01 .table06 tr td:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: #6fb5f3 transparent transparent transparent;
	z-index: 2;
}
.tableWrap01 .table06 tr td:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #6fb5f3 transparent;
}

.tableWrap01 .table06 tr > td a {
	display: block;
	padding: 15px 5px;
	color: #242c34;
	text-decoration: none;
	text-align: center;
}




/* Column Parts
------------------------------------------------------ */
.singleCol figure,
.equalCol2 figure,
.equalCol3 figure,
.equalCol4 figure{
	margin: 0 auto;
}
.equalCol1 > .col { width: 100%;}
.equalCol2 > .col { width: 100%; padding-bottom:15px; }
.equalCol2.type02 > .col { width: 48.4%; margin: 0; }
.equalCol3 > .col { width: 100%; padding-bottom:15px; }
.equalCol4 > .col { width: 48.4%; margin: 0; padding-bottom:15px; }
.equalCol3 > .col:nth-of-type(n+4) {
	margin-top: 20px !important;
}
.equalCol4 > .col:nth-of-type(odd){
	clear: none !important;
	margin-left: 0 !important;
}
.equalCol2 > .col,
.equalCol3 > .col{
	float: none;
	margin: 0;
}

.equalCol2.type02 > .col{
	float: left;
	margin: 0 0 0 3.2%;
}
.equalCol2.type02 > .col:nth-of-type(2n+1){
	margin: 0;
}
.equalCol4 > .col{
	float: left;
	margin: 0 0 3.2% 3.2%;
}
.caption{
	margin: 0.2em 0 0;
	text-align: left;
}

/* variableCol2 */
.variableCol2 {
	clear: both;
	margin: 30px 0 0 0;
}
.variableCol2 > .imgRight {
	float: none;
	margin: 0 0 0.5em 0;
}
.variableCol2 > .imgRight > figure {
	margin: 0 auto 0.5em;
}
.variableCol2 > .imgLeft {
	float: none;
	margin: 0 0 0.5em 0;
}
.variableCol2 > .imgLeft > figure {
	margin: 0 auto 0.5em;
}
.variableCol2 > .textCol {
	margin: 0 0 0.5em 0;
}

/* variableCol3 */
.variableCol3 {
	clear: both;
	margin: 30px 0 0 0;
}
.variableCol3 > .imgRight {
	float: none;
	margin: 0 auto 0.5em;
}
.variableCol3 > .imgRight > figure {
	float: none;
	margin: 0 auto 0.5em;
}
.variableCol3 > .imgLeft {
	float: none;
	margin: 0 auto 0.5em;
}
.variableCol3 > .imgLeft > figure {
	float: none;
	margin: 0 auto 0.5em;
}
.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{
	margin: 0 0 15px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}
.box01 .boxInner {
	position: relative;
	padding: 20px 25px;
}
.box01 .boxInner .boxCol2 .imgColRight {
	display: table-footer-group;
	float: none;
}
.box01 .boxInner .boxCol2 .imgColRight figure {
	margin: 0 auto;
	padding: 20px 0 0;
}
.box01 .boxInner .boxCol2 .imgColLeft {
	display: table-footer-group;
	float: none;
}
.box01 .boxInner .boxCol2 .imgColLeft figure {
	margin: 0 auto;
	padding: 20px 0 0;
}
.box01 .boxInner .boxCol2 .textCol {
	display: table-header-group;
	width: auto;
	margin: 0 0 1em;
}
.box01 .boxTitle a{
	padding: 0 0 0 23px;
	background: url(/common/img/com_ic22.png) no-repeat 4px 0.0em;
	background-size: 9px;
	text-decoration: none;
}
.box01 .boxInner .col{
	margin-top: 15px;
}

/* 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{
	margin: 0 0 15px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}
.box02 .boxInner {
	position: relative;
	padding: 20px 25px;
}
.box02 .boxInner .boxCol2 .imgColRight {
	display: table-footer-group;
	float: none;
}
.box02 .boxInner .boxCol2 .imgColRight figure {
	margin: 0 auto;
	padding: 20px 0 0;
}
.box02 .boxInner .boxCol2 .imgColLeft {
	display: table-footer-group;
	float: none;
}
.box02 .boxInner .boxCol2 .imgColLeft figure {
	margin: 0 auto;
	padding: 20px 0 0;
}
.box02 .boxInner .boxCol2 .textCol {
	display: table-header-group;
	width: auto;
	margin: 0 0 1em;
}
.box02 .boxInner .col{
	margin-top: 15px;
}
.box02 .boxInner .boxCol2.typeBtn > .textCol {
	float: none;
	width: auto;
}
.box02 .boxInner .boxCol2.typeBtn > .btnCol {
	float: none;
	width: auto;
	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: 18px;
	font-weight: bold;
	text-align: center;
}
.box03 .boxTitle-v3 {
	margin-bottom: 15px;
	color: #d72323;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.box03 .boxTitle .topicIc{
	display: block;
	width: 67px;
	margin: 0 0 10px;
	padding: 2px 5px 0;
	background: #146fc3;
	color: #ffffff;
	text-align: center;
	font-size: 12.5px;
	font-size: 1.25rem;
	font-weight: normal;
	vertical-align: middle;
}
.box03 .boxInner {
	position: relative;
	padding: 20px 25px;
}
.box03 .boxInner .boxCol2 .imgColRight {
	display: table-footer-group;
	float: none;
}
.box03 .boxInner .boxCol2 .imgColRight figure {
	margin: 0 auto;
	padding: 20px 0 0;
}
.box03 .boxInner .boxCol2 .imgColLeft {
	display: table-footer-group;
	float: none;
}
.box03 .boxInner .boxCol2 .imgColLeft figure {
	margin: 0 auto;
	padding: 20px 0 0;
}
.box03 .boxInner .boxCol2 .textCol {
	display: table-header-group;
	width: auto;
	margin: 0 0 1em;
}
.box03 .boxInner .col{
	margin-top: 15px;
}


/* Other Parts
------------------------------------------------------ */
/* solidLine */
.solidLine01 {
	display: block;
	margin: 30px 0;
	border-top: solid 1px #d7dadd;
	height: 1px;
}

/* newsArea */
.newsArea01 {
	margin-top: 30px;
}
.newsArea01 > .newsCol {
	display: block;
	padding-right: 15px;
	border-bottom: solid 1px #d7dadd;
	background: #ffffff;
	color: #333333;
	text-decoration: none;
}
.newsArea01 > a.newsCol {
	background: url(/common/img/com_ic20.png) no-repeat 100% 50%;
	-webkit-background-size: 7px 13px;
	background-size: 7px 13px;
}
.newsArea01 > a.newsCol:hover {
	background: url(/common/img/com_ic20.png) no-repeat 100% 50%;
	-webkit-background-size: 7px 13px;
	background-size: 7px 13px;
}
.newsArea01 > .newsCol > dl {
	padding: 10px 0;
}
.newsArea01 > .newsCol > dl > dt {
	float: none;
	margin-right: 25px;
	font-size: 15px;
	font-size: 1.5rem;
}
.newsArea01 > .newsCol > dl > dd {
	position: relative;
	overflow: hidden;
	margin-top: 5px;
}
.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_ic26.png) no-repeat 100% 50%;
	background-size: 13px;
}
.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_ic27.png) no-repeat 100% 50%;
	background-size: 16px;
}
.newsArea01 > .newsCol > dl > dt .newsIc {
	display: inline-block;
	width: 60px;
	vertical-align: middle;
	margin-right: 10px;
	padding: 2px 5px;
	color: #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
}

.newsArea01 > .newsCol > dl > dt .newsIc.type01 {
	background: #2badc5;
}
.newsArea01 > .newsCol > dl > dt .newsIc.type02 {
	background: #2b65c5;
}
.newsArea01 > .newsCol > dl > dt .newsIc.type03 {
	background: #4d5ad0;
}
.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;
	width: 60px;
	vertical-align: middle;
	margin-right: 10px;
	padding: 2px 5px ; 
	color: #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
	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: 30px;
}
.qaArea01 > dl {
}
.qaArea01 > dl + dl {
	margin-top: 20px;
}
.qaArea01 > dl > dt {
	padding: 8px 10px 8px 40px;
	background: url(/common/img/com_ic14.png) no-repeat 0 0;
	-webkit-background-size: 35px 35px;
	background-size: 35px 35px;
	color: #204879;
	font-size: 14px;
	font-size: 1.4rem;
}
.qaArea01 > dl > dd {
	position: relative;
	margin-top: 15px;
	padding: 10px 10px 10px 50px;
	background: url(/common/img/com_ic15.png) no-repeat 6px 6px #e7f4fe;
	-webkit-background-size: 35px 35px;
	background-size: 35px 35px;
	font-size: 14px;
	font-size: 1.4rem;
}
.qaArea01 > dl > dd:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -15px;
	margin-left: -19px;
	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;
}
.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: 0 20px 15px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.toggleBox01 > dl > dt {
	padding: 15px 0 0 55px;
	background: url(/common/img/com_ic23.png) no-repeat 21px 20px;
	background-size: 18px;
}
.toggleBox01 > dl > dt.open {
	background: url(/common/img/com_ic24.png) no-repeat 21px 20px;
	background-size: 18px;
}
.toggleBox01 > dl > dd {
	padding-left: 55px;
}

/* inquiryBox */
.inquiryBox01 {
	clear: both;
	margin-top: 40px;
	padding: 10px 15px 20px;
	background: url(/common/img/com_bg12.png) no-repeat 50% 50%;
	border-top: solid 5px #b3cfeb;
	border-bottom: solid 5px #b3cfeb;
	border-left: none;
	border-right: none;
}
.section .inquiryBox01 {
	margin: 30px -15px 0;
}
.inquiryBox01 > .boxTitle {
	color: #204879;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.inquiryBox01 > .boxTitle.type01 {
	padding: 10px 0 5px 70px;
	background: url(/common/img/com_ic17_sp.png) no-repeat 0 50%;
	-webkit-background-size: 49px 38px;
	background-size: 49px 38px;
}
.inquiryBox01 > .boxCol2 {
	margin-top: 10px;
}
.inquiryBox01 > .boxCol2 > .textCol {
	float: none;
	width: auto;
}
.inquiryBox01 > .boxCol2 > .btnCol {
	float: none;
	width: auto;
	margin-top: 15px;
}
.inquiryBox01 > .boxCol2 > .btnCol > *:first-child {
	margin-top: 0 !important;
}


/* getAdobeReaderCol2 */
.getAdobeReaderCol2 {
	display: none;
	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_ic26.png) no-repeat 100% 50%;
	background-size: 13px;
}
.getAdobeReaderCol2 > .textCol .adobeLink a {
	text-decoration: none;
}
.getAdobeReaderCol2 > .textCol .adobeDetail {
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}


/* pamphletCol3 */
.pamphletCol3 {
	clear: both;
	margin-top: 40px;
}
.pamphletCol3 > .col {
	float: none;
	display: block;
	width: 100%;
	margin-right: 0;
	padding: 10px;
	color: #494949;
	background: #f8f8f8;
	text-decoration: none;
}
.pamphletCol3 > .col + .col {
	margin-top: 5px;
}
.pamphletCol3 > .col:hover {
	background: #f3f9fe;
}
.pamphletCol3 > .col:nth-child(3n) {
	margin-right: 0;
}
.pamphletCol3 > .col:nth-child(n+4) {
	margin-top: 5px;
}
.pamphletCol3 > .col .innerCol2 {
	display: table;
	width: 100%;
}
.pamphletCol3 > .col .innerCol2 > .imgCol {
	display: table-cell;
	width: 40%;
	padding-right: 22px;
}
.pamphletCol3 > .col .innerCol2 > .imgCol img {
	display: block;
	width: 100%;
	height: auto;
	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_ic27.png) no-repeat 100% 50%;
	background-size: 16px;
}
.pamphletCol3 > .col:hover .innerCol2 > .textCol .colTitle {
	color: #05af91;
}
.pamphletCol3 > .col .innerCol2 > .textCol .pdfSize {
	font-size: 14px;
	font-size: 1.4rem;
}


/* pamphletColSingle */
.pamphletColSingle {
	clear: both;
	margin-top: 40px;
}
.pamphletCol3 + .pamphletColSingle {
	margin-top: 20px;
}
.pamphletColSingle > .col {
	display: block;
	padding: 10px;
	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: 40%;
	padding-right: 22px;
}
.pamphletColSingle > .col .innerCol2 > .imgCol img {
	display: block;
	width: 100%;
	height: auto;
	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_ic27.png) no-repeat 100% 50%;
	background-size: 16px;
}
.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;
	margin-top: 30px;
}
.dealCol2 > .col {
	float: none;
	width: auto;
	padding: 15px 10px;
	background: #ffffff;
}
.dealCol2 > .col:nth-child(4n),
.dealCol2 > .col:nth-child(4n+1) {
	background: #f8f8f8;
}
.dealCol2 > .col:nth-child(odd) {
	background: #f8f8f8;
}
.dealCol2 > .col:nth-child(even) {
	background: #ffffff;
}
.dealCol2 > .col .colTitle {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.dealCol2 > .col .colDetailList {
	margin-top: 10px;
}
.dealCol2 > .col .colDetailList + .colDetailList {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #cccccc;
}
.dealCol2 > .col .colDetailList > li {
	float: none;
	width: 100%;
	margin-right:0;
	padding-left: 75px;
	font-size: 15px;
}
.dealCol2 > .col .colDetailList > li + li {
	margin-top: 15px;
}
.dealCol2 > .col .colDetailList > li:nth-child(2n) {
	margin-right: 0;
}
.dealCol2 > .col .colDetailList > li:nth-child(n+3) {
	margin-top: 15px;
}
.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 {
	margin-top: 30px;
	text-align: left;
	letter-spacing: normal;
}
.imgCapCol4 > .col {
	position: relative;
	display: block;
	letter-spacing: normal;
	margin-right: 0;
	background: #f8f8f8;
}
.imgCapCol4 > .col + .col {
	margin-top: 15px;
}
.imgCapCol4 > .col:nth-child(4n) {
	margin-right: 0;
}
.imgCapCol4 > .col:nth-child(n+5) {
	margin-top: 15px;
}
.imgCapCol4 > .col a {
	display: table;
	color: #2075c0;
	text-decoration: none;
}
.imgCapCol4 > .col a:hover {
	opacity: 0.7;
}
.imgCapCol4 > .col .imgCol {
	display: table-cell;
	vertical-align: middle;
	width: 30.4%;
	padding-right: 4%;
}
.imgCapCol4 > .col .imgCol img {
	width: 100%;
	height: auto;
}
.imgCapCol4 > .col .textCol {
	position: static;
	bottom: 0;
	display: table-cell;
	width: 65.6%;
	padding-right: 20px;
	vertical-align: middle;
	background: url(/common/img/com_ic20.png) no-repeat 98% 50%;
	-webkit-background-size: 7px 13px;
	background-size: 7px 13px;
}
.imgCapCol4 > .col .textCol:after {
	display: none;
	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: block;
	vertical-align: middle;
}

/* relatedInfoBox */
.relatedInfoBox {
	clear: both;
	margin-top: 50px;
}
.section .relatedInfoBox {
	margin: 50px -15px 0;
}
.relatedInfoBox > dl {
	display: block;
	width: 100%;
	padding: 15px;
	background: #f5f5f5;
}
.relatedInfoBox > dl > dt {
	display: block;
	vertical-align: middle;
	width: auto;
	padding: 0;
}
.relatedInfoBox > dl > dt .boxTitle01 {
	padding-left: 25px;
	background: url(/common/img/com_ic32.png) no-repeat 0 50%;
	background-size: 17px;
	font-size: 18px;
	font-size: 1.8rem;
}
.relatedInfoBox > dl > dt .boxLead {
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
}
.relatedInfoBox > dl > dd {
	display: block;
	margin-top: 10px;
}
.relatedInfoBox > dl > dd .innerBoxCol2 {
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col {
	float: none;
	display: block;
	width: auto;
	padding: 10px;
	background: #ffffff;
	color: #494949;
	text-decoration: none;
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col + .col {
	margin-top: 10px;
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col:hover {
	background: #f3f9fe;
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col:nth-child(even) {
	float: none;
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col:nth-child(n+3) {
	margin-top: 10px;
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col .colTitle {
	color: #2075c0;
	font-size: 14px;
	font-size: 1.4rem;
	-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;
}
.relatedInfoBox > dl > dd .innerBoxCol2 > .col .colDetail {
	margin-top: 8px;
	font-size: 12px;
	font-size: 1.2rem;
}

/* historyInfoBox */
.historyInfoBox .boxCol .headArea{
	position: relative;
	padding: 10px 10px 10px 40px;
	background: #146fc3;
	background-size: 18px;
}
.historyInfoBox .boxCol .headArea:before{
	position: absolute;
	content: "";
	top: 48%;
	left: 3%;
	width: 18px;
	height: 10px;
	background: url(/profile/history/founder/img/index_ic03.png) no-repeat;
	background-size: 18px;
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
	        transition: all 0.1s linear 0s;
}
.historyInfoBox .boxCol .headArea.open:before {
	position: absolute;
	content: "";
	top: 48%;
	left: 3%;
	width: 18px;
	height: 10px;
	-webkit-transform: rotate(180deg);
		 -moz-transform: rotate(180deg);
					transform: rotate(180deg);
}
.historyInfoBox .boxCol .headArea .toggleHead{
	padding: 0 0 7px 15px;
	border-left: solid 4px #bbdefaｐ;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.4;
}
.historyInfoBox .boxCol .headArea .toggleHead .smallTx{
	display: block;
	padding: 5px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.3;
}
.historyInfoBox .boxCol .contentArea .variableCol2 .contentHead{
	padding: 15px 0;
	font-size: 15px;
	font-size: 1.5rem;
	color: #614440;
	font-weight: bold;
}

/* founderInfoBox */
.founderInfoBox{
	margin: 0 -15px;
}
.founderInfoBox .spLine{
	display: block;
	margin: 0 -30px !important;
	border-color: #ddd9b1;
}
.founderInfoBox .founderPhotoArea{
	width: 100%;
	padding: 0 0 30px;
	padding: 20px 30px;
	background: url(/profile/history/founder/img/index_bg02.jpg) no-repeat 50% 0;
	background-size: cover;
}
.founderInfoBox .founderPhotoArea .textArea{
	float: none;
	width: 100%;
}
.founderInfoBox .founderPhotoArea .textArea .textAreaHead{
	padding: 20px 0;
	font-size: 20px;
	font-size: 2.0rem;
	color: #ffffff;
	line-height: 1.5;
}
.founderInfoBox .founderPhotoArea .textArea .textAreaHead span{
	font-size: 12px;
	font-size: 1.2rem;
}
.founderInfoBox .founderPhotoArea .textArea .nomalText {
	padding: 0 0 20px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #ffffff;
}
.founderInfoBox .founderPhotoArea .photoArea{
	float: none;
	width: 100%;
	padding: 0 0 30px;
	text-align: center;
}
.founderInfoBox .founderPhotoArea .photoArea img{
	max-width: 200px;
}
.founderInfoBox .linksArea{
	padding: 20px 15px;
	background: #f1f1f1;
}
.founderInfoBox .linksArea .linksHead{
	padding: 0 0 20px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	color: #614440;
}
.founderInfoBox .linksArea ul li{
	padding: 0 0 20px 60px;
	background: url(/profile/history/founder/img/index_ic01.gif) no-repeat 0 0.1em;
}
.founderInfoBox .linksArea ul li a{
	padding: 0;
	margin: 0 0 0 -2em;
	text-indent: 2em;
	font-size: 14px;
	font-size: 1.4rem;
	color: #146fc3;
	text-decoration: none;
}

/* linkContainer */
.linkContainer{
	margin: 0 -15px;
	padding: 20px 15px 30px;
	border-right: none !important;
	border-left: none !important;
}
.linkContainer .headLink a{
	padding: 0 0 0 15px;
	color: #146fc3;
	text-decoration: none;
	background: url(/common/img/com_ic22.png) no-repeat 0 0.4em;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
}
.linkContainer .linkListInner{
	letter-spacing: -.40em;
	margin-top: 12px;
}
.linkContainer .linkListInner li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-bottom:0;
	width: 50.0%;
	background: #f0f5f9;
}
.linkContainer .linkListInner li:nth-of-type(odd){
	border-right:1px solid #ffffff;
}
.linkContainer .linkListInner li:nth-of-type(n+3){
	border-top:1px solid #ffffff;
}
.linkContainer .linkListInner li:nth-of-type(even),
.linkContainer .linkListInner li:last-child{
	border-right:none;
}
.linkContainer .linkListInner.colSix li{
	width: 50.0%;
}
.linkContainer .linkListInner.colSix li:nth-of-type(odd){
	border-right:1px solid #ffffff;
}
.linkContainer .linkListInner.colSix li:nth-of-type(n+3){
	border-top:1px solid #ffffff;
}
.linkContainer .linkListInner.colSix li:nth-of-type(even),
.linkContainer .linkListInner.colSix li:last-child{
	border-right:none;
}
.linkContainer .linkListInner li.current{
	background: #f1f1f1;
}
.linkContainer .linkListInner li a{
	display: block;
	height: 100%;
	padding: 10px 0 8px;
	font-size: 14px;
	font-size: 1.4rem;
	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: 45px;
}
.pAbsoluteIcon{
	padding: 7px 20px 6px;
}

/* uniqueHeading */
.uniqueHeading {
	margin-top: 0;
}
.section .uniqueHeading {
	margin: 0 -15px 0;
}
.uniqueHeading .heading01 {
	margin: 0 !important;
}
.uniqueHeading .heading01Area {
	min-height: 0;
	padding: 35px 20px 30px;
	background: url(/common/img/com_bg14.png) no-repeat 50% 0;
	-webkit-background-size: contain;
	background-size: contain;
	text-align: center;
}
.uniqueHeading .heading01Area > *:first-child {
	margin-top: 0 !important;
}
.uniqueHeading .heading01Area .headingLead01 {
	line-height: 1.8;
	margin-top: 15px;
	font-size: 25px;
	font-size: 2.5rem;
}
.uniqueHeading .heading01Area .headingLead02 {
	margin-top: 20px;
	font-size: 15px;
	font-size: 1.5rem;
}

/* ----- modalWrap ----- */
.modalLink {
	display: inline-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_ic33.png) no-repeat 0 0;
	background-size: 36px;
}
.ie8 .modalLink {
	display: block;
	position: relative;
}
.ie8 .modalLink:after{
	content: "";
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	bottom: 0;
	right: 0;
	background: #ffffff;
	z-index: 9999;
}
.modalWrap {
	display: none;
}
.modal {
	background: #ffffff;
	padding: 40px 35px 45px;
}
.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%);
}

.effect01 img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.effect01:hover img {
	opacity: 0.7;
}

/* ----- companyMapBox ----- */
.companyMapBox .equalCol2 > .col {
	width: 100%;
	margin-left:0;
}
.companyMapBox .equalCol2 > .col:first-child {
	width: 100%;
	margin-right: 0;
}
.companyMapBox .equalCol2 > .col .mapPhoto {
	text-align: center;
}
.companyMapBox .equalCol2 > .col .mapText {
	margin-bottom: 15px;
}
.companyMapBox .equalCol2 > .col .mapContents iframe{
	width: 100%;
	height: 250px;
}

/* ----- movieContentsBox ----- */
.movieContentsBox .movieInnerBox{
	padding: 30px 0 30px;
	background: #eeeeee;
}
.movieContentsBox .movieInnerBox .movieArea{
	margin-top: 10px;
	padding: 0 10px;
	width: 100%;
	height: auto;
}
.movieContentsBox .movieInnerBox .movieArea iframe{
	width: 100% !important;
	height: auto !important;
}

/* ----- tab ----- */
.tab .tabBox{
	display: block;
}
.tab .tabBox.current{
	display: block;
}

/* ----- tabBox ----- */
.tabBox{
	margin: 20px 0 0;
}

/* ----- tabBox.heading02 ----- */
.tabBox .heading02{
	position: relative;
	margin: 20px 0;
	padding: 16px 10px 14px 0;
	background-image: none;
	background-color: #f1f1f1;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.25;
}
.tabBox .heading02:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 15px 0;
	border-color: #c7c7c7 transparent transparent transparent;
}
.tabBox .heading02 span{
	position: relative;
	padding: 0 0 0 40px;
}
.tabBox .heading02 span:before{
	position: absolute;
	content: "";
	top: 28%;
	left: 15px;
	width: 18px;
	height: 10px;
	background: url(/common/img/com_ic23.png) no-repeat;
	background-size: 18px;
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
	        transition: all 0.1s linear 0s;
}
.tabBox .heading02.open span:before {
	position: absolute;
	content: "";
	top: 28%;
	left: 15px;
	width: 18px;
	height: 10px;
	-webkit-transform: rotate(180deg);
		 -moz-transform: rotate(180deg);
					transform: rotate(180deg);
}

/* ----- tabNavi ----- */
.tabNavi{
	display: none;
}
.refineBox ul {
 display: inline-block;
}
.refineBox ul li{
	position: relative;
	display: inline-block;
	width: 50%;
	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 ----- */
.refineBox{
	margin: 0;
}
.refineBox .refineHead{
	display: block;
	margin: 0 0 20px;
	padding: 0 0 0 37px;
	background: url(/rd/patent/img/index_ic01.gif) no-repeat 0 48%;
}
.refineBox ul{
	display: block;
	width: 100%;
}
.refineBox ul li{
	position: relative;
	display: inline-block;
	width: 23.6%;
	margin: 0 0 5%;
	padding: 6px 0 4px;
	border-bottom: solid 1px #cccccc;
	background: #f1f1f1;
	font-size: 12px;
	font-size: 1.2rem;
	color: #2075c0;
	text-align: center;
	cursor: pointer;
}
.refineBox ul li:nth-child(odd){
	margin: 0;
}
.refineBox ul li.current{
	position: relative;
	border-bottom: none;
	background: #2075c0;
	color: #ffffff;
}
.refineBox ul li.current:before{
	position: absolute;
	content: "";
	bottom: -7px;
	left: 38%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #2075c0 transparent transparent;
}

/* ----- knowList ----- */
.knowList {
	margin-bottom: 20px;
}

.knowList ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 15px;
}

.knowList ul li:nth-child(2n) {
	margin-right: 0
}

.knowList ul li:nth-child(3n) {
	margin-right: 2%;
}

.knowList ul li img {
	width: 100%;
}

.knowList ul li .linkTxt {
	font-size: 12px;
	padding: 8px 5px;
}

.knowList.pt2 {
	width: 100%;
	margin: 0 auto 40px;
}

/* 追加1607151100 */
.businessCol .variableCol2{
	display: table;
	width: 100%;
}
.businessCol .variableCol2 > .imgLeft {
	display: table-cell;
	float: left;
	width: 34%;
	margin: 0 0.5em 0.5em 0;
}
.businessCol .businessTx {
	display: table-cell;
	width: 68%;
}
.businessCol .btnLinkRow.col4 li + li {
	margin: 10px 0 0 !important;
}
  
/*------ stepBoxLayout--------*/
.stepBoxLayout {
  overflow: hidden;
}
.stepBoxLayout .stepBox01 {
  float: none;
  width: auto;
  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: 40px 0 0 0;
}
.stepBoxLayout .stepBox01:last-child:before {
	content:"";
	position: absolute;
	display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #b1bac2 transparent transparent transparent;
	left: 50%;
	margin-left: -14px;
	top: -14px;
}
.stepBoxLayout .stepBox01 > .boxTitle {
  padding: 10px 0;
  background: #2075c0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.stepBoxLayout .stepBox01.feature > .boxTitle {
	background: #a7e8cb;
	color: #242c34;
}
.stepBoxLayout .stepBox01.merits > .boxTitle {
	background: #fac784;
	color: #242c34;
}
.stepBoxLayout .stepBox01 > .stepBox01-cnt {
  padding: 15px 10px;
}
.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;
}

  
/*----yutubeIframe----*/
.yutubeIframe {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.yutubeIframe iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}






/* Clearfix
------------------------------------------------------ */
.equalCol2:after,
.equalCol3:after,
.equalCol4:after,
.btnLink02:after,
.btnLinkRow: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 > .col .colDetailList:after,
.relatedInfoBox > dl > dd .innerBoxCol2:after,
.dealCol2:after,
.tableWrap01.typeOutline .table03 tr:after,
.tableWrap01 .table04.type03 tr:after {
	content: "";
	display: table;
	clear: both;
}
.equalCol2,
.equalCol3,
.equalCol4,
.btnLink02,
.btnLinkRow,
.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 > .col .colDetailList,
.relatedInfoBox > dl > dd .innerBoxCol2,
.dealCol2,
.tableWrap01.typeOutline .table03 tr,
.tableWrap01 .table04.type03 tr{
	zoom: 1;
}












/* トラックス追加ここから
------------*/

/* common */
.catchText02 {
	line-height: 1.4;
	margin: 25px 0 1em 0;
	padding: 0 0 20px;
	color: #146fc3;
	font-size: 20px;
	text-align: center;
	background: url(/common/img/com_bg16.gif) no-repeat 50% 100%;
}


.img4Col {
	margin-top: 20px;
	margin-bottom: 50px;
}

.img4Col ul li {
	width: 49%;
	margin-right: 2%;
	margin-left: 0;
	margin-bottom: 10px;
}

.img4Col ul li:nth-child(2n) {
	margin-right: 0;
}


.imgLink3Col {
	/*width: 100%;
	overflow: hidden;*/
	width: 250px;
	margin: 0 auto !important;
	height: 103px;
}

.imgLink3Col ul {
	/*width: 100%;
	overflow: hidden;*/
}

.imgLink3Col ul li {
	width: 250px !important;
	margin-right: 10px;
	margin-bottom: 0;
	position: relative;
}

.imgLink3Col ul li:nth-child(3n) {
	margin-right: 10px;
}

.imgLink3Col ul li .imgLinkTxt {
	display: none;
}

.imgLink3Col ul li .imgLinkTxt span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
}

.hoverTxt {
	filter: alpha(opacity=1) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
	background: none !important;
}

.hoverTxt span {
	font-size: 14px;
}

.imgLink3Col .flex-direction-nav .flex-prev {
	left: -30px;
	margin-top: -68px;
}

.imgLink3Col .flex-direction-nav .flex-next {
	right: -30px;
	margin-top: -68px;
}





.roundCarousel {
	width: 100%;
}




/* 創業者 久保田 豊 */

/* トラックス追加ここから1606141900 */
.modalCol3 ul li {
	width: 100%;
	float: none;
}

.modalCol3 ul li:nth-child(3n) {
	margin-right: 0;
}

.modalCol3 ul li a {
	text-decoration: none;
}

.modalCol3 ul li {
	position: relative;
}

.modalCol3 ul li a.modalLink:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: url(/business/img/index_im35.png) no-repeat 4px 4px;
	background-size: 16px;
	background-color: #438ccf;
	padding: 6px 0 0 6px;
}

.modalCol3 ul li figure {
	width: 100% !important;
	display: table;
	width: 100%;
}

.modalCol3 ul li figure > span {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.modalCol3 ul li figure img {
	width: 100%;
}

.modalCol3 ul li figure figcaption {
	width: 50%;
	background: #438ccf;
	margin-top: 0;
	color: #ffffff;
	font-size: 14px;
	padding: 8px 25px 8px 8px;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.modalCol3 ul li .modalLink .caption:before {
	content: url(/business/img/index_im35.png);
	position: absolute;
	right: 12px;
	top: 35%;
	width: 12px;
	height: 12px;
}

.modalCol3 ul li figure figcaption:after {
	content: url(/common/img/com_ic39.png);
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
}

.modalCol3 ul li figure figcaption:after {
	content: url(/common/img/com_ic39.png);
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
}

.modalCol3 ul li .modalIc {
	display: none;
}

.modalLink:after {
	display: none;
}

/* トラックス追加ここまで1606141900 */

/* 日本工営の強み */

.progressBox {
	margin-bottom: 40px;
}

.strengthSubMenu {
	display: block;
	letter-spacing: -.40em;
	margin: 18px 0;
}

.strengthSubMenu ul {
	width: 286px;
	margin: 0 auto;
}

.strengthSubMenu ul li {
	display: inline-block;
	letter-spacing: normal;
	width: 92px;
	height: 92px;
	padding-left: 3px !important;
	box-sizing: content-box;
	vertical-align: top;
}

.strengthSubMenu ul li:nth-child(4n) {
	padding-left: 50px !important;
}

.strengthSubMenu a {
	width: 92px;
	height: 92px;
	background: url(/profile/strength/img/index_bg01.gif) no-repeat right center;
	background-size: 100%;
	/*padding-left: 20px;*/
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-sizing: content-box;
	text-decoration: none;
	color: #146fc3;
	font-size: 12px;
	line-height: 1.3;
	position: relative;
}

.strengthSubMenu a:hover {
	color: #05af91;
}

.strengthSubMenu li:first-child {
	padding-left: 0 !important;
}

.strengthSubMenu li a .arrowIco {
	position: absolute;
	display: block;
	width: 12px;
	height: 7px;
	left: 50%;
	margin-left: -6px;
	bottom: 15px;
}

/*.strengthSubMenu ul li a {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	text-decoration: none;
}*/

.imgBtm .textCol {
	float: none;
	width: 100%;
}

/* トラックス追加ここから160613 */
.strengthSection {
	padding-bottom: 30px;
	margin: 0;
}

.strengthSection .spStrengthHeading {
	padding-top: 0 !important;
	margin-top: -70px !important;
}

#mainContainer #mainContents .strengthSection .main1080 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
}

.strengthSection.bgLBL {
	background: #f0f5fa;
}

.strengthSection.bgLBL h2 {
	margin-top: 0;
	/*padding-top: 30px;*/
}
/* トラックス追加ここまで160613 */

/* トラックス追加ここから1606141900 */
.strengthSection .btnLink02.spOnly {
	display: block;
}
/* トラックス追加ここまで1606141900 */


/* 日本工営の事業領域 */
.fieldMain .imgLeft {
	padding-left: 0;
	width: 70%;
	margin: 0 auto;
}
/* トラックス追加ここから160722 */
.listBox {
	width: 100%;
	float: none;
}
/* トラックス追加ここまで160722 */
.listBox:nth-child(2n) {
	padding-left: 0;
}

.listBoxHeading {
	font-size: 17px;
	padding-bottom: 5px;
}


.fieldListBox {
	width: 100%;
}

.fieldListBox ul {
	display: table-cell;
	width: 50%;
}

.fieldListBox ul li {
	font-size: 14px;
}

.mainBtmTxt {
	font-size: 15px;
}

.noImg2Col {
	
}

.noImg2Col .txtBoxLeft {
	width: 100%;
	padding-right: 0;
	float: none;
	margin-bottom: 15px;
}
/* トラックス修正ここから160722 */
.noImg2Col .txtBoxRight {
	float: none;
	background: #f0f5f9;
	border-radius: 6px;
	padding: 25px 25px;
}

.noImg2Col .txtBoxRight .fieldListBox {
	margin-bottom: 0;
}
/* トラックス修正ここまで160722 */

/* トラックス追加ここから160613 */
#centerField .spOnly {
	display: block;
}
/* トラックス追加ここまで160613 */

/* 日本工営 × 世界
------------*/
.globalNumList {
	margin-top: 15px;
}

.globalNumList ul li {
	width: 49%;
	height: auto;
	letter-spacing: normal;
	background: #f0f5f9;
	margin-right: 2%;
	margin-bottom: 10px;
	padding: 10px 0;
	display: table;
}

.globalNumList ul li:nth-child(3n) {
	margin-right: 2%;
}

.globalNumList ul li:nth-child(2n) {
	margin-right: 0;
}

.globalNumList ul li .globalNumListInner {
	display: table-cell;
	vertical-align: middle;
	height: auto;
	padding: 0;
}
/* トラックス修正ここから160722 */
.globalNumList ul li .globalNumListInner div {
	display: block;
	float: none;
}

.globalNumList ul li .globalNumListInner .globalNumIco {
	width: 35px;
	margin: 0 auto 5px;
	padding-top: 0;
}
/* トラックス修正ここまで160722 */
.globalNumList ul li .globalNumListInner .globalNumTxt {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.globalNumList ul li .globalNumListInner .globalNumTxt .num {
	font-size: 16px;
	color: #146fc3;
}

.globalNumList ul li .globalNumListInner .globalNumTxt .num span {
	font-size: 22px;
}

/* トラックス修正ここから1606141900 */
.globalNumList ul li .globalNumListInner .globalNumTxt .numBtmTxt {
	font-size: 10px;
}
/* トラックス修正ここまで1606141900 */


.pickUpList ul li {
	float: none;
	width: 100%;
}

.pickUpList ul li:nth-child(3n) {
	margin-right: 0 !important;
}

/* トラックス修正ここから1606161300 */
.pickUpList ul li .pickUpTag {
	position: absolute;
	right: 55%;
	margin-left: -74px;
	padding: 4px 10px;
	font-size: 11px;
}
/* トラックス修正ここまで1606161300 */

/* トラックス修正ここから160722 */
.pickUpList ul li .pickUpTxt {
	display: table-cell;
	vertical-align: middle;
	width: 55%;
	font-size: 11px;
	padding: 0 10px;
}

.pickUpList ul li a {
	width: 100%;
	display: table;
}

.pickUpList ul li a.modalLink:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: url(/business/img/index_im35.png) no-repeat 4px 4px;
	background-size: 16px;
	background-color: #438ccf;
	padding: 6px 0 0 6px;
}
/* トラックス修正ここまで160722 */

.pickUpList ul li a {
	display: table;
	width: 100%;
}

.pickUpList ul li a img {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

/* トラックス追加ここから160613 */
.pickUpList ul li .modalWrap figure {
	text-align: center;
}
.pickUpList ul li .modalLink:after {
	display: none;
}

/* トラックス追加ここまで160613 */


/* 採用関連 ローカルナビ
------------*/

.recruitLocalNav ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.recruitLocalNav ul li:nth-child(3n) {
	margin-right: 0;
}

.recruitLocalNav ul li:nth-child(2n) {
	margin-right: 0;
}

.recruitLocalNav ul li img {
	width: 100%;
}

.recruitLocalNav ul li span {
	padding: 10px;
	font-size: 12px;
	bottom: -1px;
}

.recruitLocalNav ul li span:after {
	bottom: 0;
}

/* トラックス追加ここから160614
------------*/


/* 開発ストーリー 扉
------------*/

.story2col ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;;
	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 a {
	text-decoration: none;
	color: #ffffff;
}

.story2col ul li .story2colInner {
	background: #438ccf;
	padding: 10px 15px;
	line-height: 1.5;
}

.story2col ul li .story2colInner .story2colH {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

.story2col ul li .story2colInner .story2colTxt {
	font-size: 14px;
}

/* 開発ストーリー 詳細
------------*/

/* トラックス追加ここから160615 */
.storyDetail2col {
	margin-top: 0;
}
/* トラックス追加ここまで160615 */

.storyDetail2colInner {
	display: block;
	width: 100%;
}

.storyDetail2col .storyDetail2colLeft {
	display: block;
	background: -webkit-gradient(linear, left top, right bottom, from(#1255a8), to(#3b90ce));
	background: linear-gradient(to right bottom, #1255a8, #3b90ce);
	color: #ffffff;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	font-size: 15px;
}

.storyDetail2col .storyDetail2colLeft h1 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.storyDetail2col .storyDetail2colRight {
	display: block;
	vertical-align: middle;
	width: 100%;
}

/* トラックス追加ここから160615 */
.slideSec.dsOnly1 .projectsSlider ,
.slideSec.dsOnly1 .storySlide {
	position: static;
	left: inherit;
	margin-left: 0;
	width: 100%;
	padding: 15px;
}

.slideSec.dsOnly1 ul li {
	width: 100%;
	margin: 0 auto;
	float: none;
}

.slideSec.dsOnly1 ul li img {
	width: 100%;
}
/* トラックス追加ここまで160615 */

.projectsSlider  ul li a,
.storySlide ul li a {
	text-decoration: none;
	color: #ffffff;
}

.projectsSlider  ul li .projectsSliderInner,
.storySlide ul li .storySlideInner {
	background: #438ccf;
	padding: 15px 15px;
	line-height: 1.5;
}

.projectsSlider ul li .projectsSliderInner .projectsSlideH,
.storySlide ul li .storySlideInner .storySlideH {
	font-size: 17px;
	font-weight: bold;
}

.projectsSlider  ul li .projectsSliderInner .projectsSlideTxt,
.storySlide ul li .storySlideInner .storySlideTxt {
	font-size: 14px;
}






/* storyWrap */
.slideSec {
	position:relative;
	width: 100%;
	overflow:hidden;
}
/* トラックス修正ここから160722 */
.projectsSlider,
.storySlide {
	float: none;
	position: relative;
	left: 50%;
	margin-left: -420px;
	width: 840px;
}
.roundCarousel {
	float: none;
	position: relative;
	left: 50%;
	width: 990px;
	margin-left: -495px;
}
.projectsSlider  ul,
.storySlide ul,
.roundCarousel ul {
}
.projectsSlider  ul li,
.storySlide ul li,
.roundCarousel ul li {
	float: none;
	position: relative;
	width: 262px;
	margin-right: 0;
}
.projectsSlider  ul > li:last-child,
.storySlide ul > li:last-child,
.roundCarousel ul > li:last-child {
	margin-right: 0;
}



.projectsSlider  .bx-wrapper,
.storySlide .bx-wrapper,
.roundCarousel .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.projectsSlider .bx-wrapper img,
.storySlide .bx-wrapper img,
.roundCarousel .bx-wrapper img {
	max-width: 100%;
	display: block;
}

.projectsSlider .bx-wrapper .bx-viewport,
.storySlide .bx-wrapper .bx-viewport,
.roundCarousel .bx-wrapper .bx-viewport {
	background: #ffffff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.projectsSlider  .bx-wrapper .bx-controls,
.storySlide .bx-wrapper .bx-controls,
.roundCarousel .bx-wrapper .bx-controls {
	width: 310px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -155px;
}

.projectsSlider  .bx-wrapper .bx-pager,
.projectsSlider  .bx-wrapper .bx-controls-auto,
.storySlide .bx-wrapper .bx-pager,
.storySlide .bx-wrapper .bx-controls-auto,
.roundCarousel .bx-wrapper .bx-pager,
.roundCarousel .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.projectsSlider  .bx-wrapper .bx-prev,
.storySlide .bx-wrapper .bx-prev,
.roundCarousel .bx-wrapper .bx-prev {
	left: 0;
	background: url(/img/index_ic02.png) no-repeat 50% 50% rgba(255,255,255, 0.7);
	-webkit-background-size: 16.6px 30.6px;
	background-size: 16.6px 30.6px;
	margin-left: auto;
}

.projectsSlider  .bx-wrapper .bx-next,
.storySlide .bx-wrapper .bx-next,
.roundCarousel .bx-wrapper .bx-next {
	right: 0;
	background: url(/img/index_ic03.png) no-repeat 50% 50% rgba(255,255,255, 0.7);
	-webkit-background-size: 16.6px 30.6px;
	background-size: 16.6px 30.6px;
	margin-right: auto;
}

.projectsSlider  .bx-wrapper .bx-controls-direction a,
.storySlide .bx-wrapper .bx-controls-direction a,
.roundCarousel .bx-wrapper .bx-controls-direction a {
	position: absolute;
	display: block;
	top: 0;
	outline: 0;
	width: 35px;
	height: 46px;
	text-indent: -9999px;
	z-index: 9999;
}

.projectsSlider  .bx-wrapper .bx-controls-direction a.disabled,
.storySlide .bx-wrapper .bx-controls-direction a.disabled,
.roundCarousel .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* トラックス修正ここまで160722 */

/* 主な実績 扉
------------*/

.performance3col ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
	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 {
	display: table;
	width: 100%;
}

.performance3col ul li .performanceImg {
	display: table-cell;
	vertical-align: middle;
	width: 47%;
}
/* トラックス修正ここから160722 */
.performance3col ul li .performanceImg img {

	width: 100%;
}
@media all and (orientation: landscape) { 
	width: 100%;
}
/* トラックス修正ここまで160722 */
.performance3col ul li .performance2colInner {
	display: table-cell;
	vertical-align: middle;
	background: #438ccf;
	padding: 6px 6px;
	line-height: 1.2;
	width: 53%;
}
/* トラックス修正ここから160722 */
.performance3col ul li .performance2colInner .performance2colTxt {
	font-size: 10px;
}


/* トラックス修正ここから160622 */
.performance3col ul li .performanceIco {
	position: static;
	top: inherit;
	right: inherit;
	background: #2badc5;
	color: #ffffff;
	font-size: 10px;
	padding: 2px 5px;
	display: inline-block;
	margin-bottom: 5px;
}
/* トラックス修正ここまで160622 */
/* トラックス修正ここまで160722 */

.performance2colList ul li {
	width: 100%;
	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%;
}

/* トラックス追加ここから160622 */
.performance2colList ul li a:after{
	display: none;
}
/* トラックス追加ここまで160622 */

.performance2colList ul li .performanceImg {
	display: table-cell;
	vertical-align: middle;
	width: 47%;
}

.performance2colList ul li .performance2colInner {
	display: table-cell;
	vertical-align: middle;
	background: #f0f5fa;
	padding: 10px 10px;
	line-height: 1.2;
	width: 53%;
}

/* トラックス修正ここから160622 */
.performance2colList ul li .performanceIco {
	background: #2badc5;
	color: #ffffff;
	font-size: 10px;
	padding: 2px 5px;
	display: inline-block;
	margin-bottom: 10px;
}
/* トラックス修正ここまで160622 */

/* 主な実績 詳細
------------*/

.performanceDetail2colInner {
	display: block;
	width: 100%;
}

.performanceDetail2col .performanceDetail2colLeft {
	display: block;
	background: -webkit-gradient(linear, left top, right bottom, from(#1255a8), to(#3b90ce));
	background: linear-gradient(to right bottom, #1255a8, #3b90ce);
	color: #ffffff;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	font-size: 15px;
}

.performanceDetail2col .performanceDetail2colLeft h1 {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 10px;
}

.performanceDetail2col .performanceDetail2colRight {
	display: block;
	vertical-align: middle;
	width: 100%;
}

/* コンサルタント国内事業の概要 */

.domesticCol3 ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	height: 100px;
}

.domesticCol3 ul li:nth-child(3n) {
	margin-right: 0;
}

.domesticCol3 ul li a {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
	text-decoration: none;
}

.domesticCol3 ul li .domesticCol3Img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.domesticCol3 ul li .domesticCol3Img img {
	width: 100%;
}

.domesticCol3 ul li .domesticCol3Txt {
	position: relative;
	z-index: 2;
	display: table-cell;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	vertical-align: middle;
}

.videosp {
	position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.videosp  iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* トラックス追加ここまで160614
------------*/

/* トラックス追加ここから160622 */

/* トラックス修正ここから160623 */
#catHeading {
	font-size: 19px !important;
	width: 100%;
	margin: 15px 0 !important;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* トラックス修正ここまで160623 */

.contsList ul li .contsListCap.spDispNon {
	vertical-align: middle;
}
.contsList ul li .contsListCap.spDispNon .contsListCapHeading {
	min-height: inherit;
	top: inherit;
	padding-bottom: 0;
}
/* トラックス追加ここまで160622 */

/*--------------------------------------------------
// 個別記載分
--------------------------------------------------*/
/* index.html */
.contsList ul li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.contsList ul li a {
	display: table;
	width: 100%;
	text-decoration: none;
}
.contsList ul li .contsListImg {
	width: 100%;
	display: table-cell;
	vertical-align: top;
}
.contsList ul li .contsListCap {
	display: table-cell;
	width: 66%;
	position: relative;
	bottom: auto !important;
	left: auto !important;
	padding: 10px;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.3;
}
.contsList ul li .contsListCapHeading {
	min-height: inherit !important;
	padding-bottom: 6px;
}
.readDetail {
	display: none;
}

	.spCsrCol ul li {
		float: none;
    margin-bottom: 10px;
    width: 100%;
	}
	
	.spCsrCol ul li a {
		display: table;
    text-decoration: none;
    width: 100%;
	}
	
	.spCsrCol ul li .contsListImg {
		display: table-cell;
    vertical-align: top;
    width: 100%;
	}

	.spCsrCol ul li .contsListCap {
		display: table-cell;
    font-size: 13px;
    left: auto;
    line-height: 1.3;
    padding: 10px;
    vertical-align: top;
    width: 66%;
		background: rgba(0, 0, 0, 0) url("/common/img/com_bg15.png") repeat scroll 0 0;
    color: #ffffff;
    height: 100%;
	}
	
	.knowList.spCsrCol ul li .linkTxt {
		position: static;
		display: block;
		background: none;
		font-weight: bold;
	}
	
	.knowList.spCsrCol ul li:nth-of-type(n + 4){
		margin-top: 0;
	}
	
	/* 検索結果
------------*/
#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.4rem;
}
#mainContents .mf_finder_organic_doc_body {
	line-height: 1.4;
	height: 7em;
	font-size: 1.2rem;
}
#mainContents .mf_finder_organic_pager_wrapper {
	margin-top: 50px;
}
#mainContents .mf_finder_organic_doc_zoom {
	display: none !important;
}
#mainContents .mf_finder_organic_wrapper.mf_imgsize_3 .mf_finder_organic_doc_img img {
	max-width: 98px;
	max-height: inherit;
}
	
	
	
}

