	@charset "utf-8";
/* ======================================================
 * ELEMENT **********************************************
 * Common Parts
 * Section Parts
 * COMPONENT ********************************************
 * RESPONSIVE *******************************************
 * - 769px <= width <= 1024px
 * Clearfix
====================================================== */
@media only screen and (max-width: 768px) {
/********************************************************

  ELEMENT

********************************************************/

/* Common Parts
------------------------------------------------------ */
/* device */
.pcOnly {
	display: none !important;
}
.aL_SP { text-align: left !important; }
.aC_SP { text-align: center !important; }
.aR_SP { text-align: right !important; }

/* size */
.sizeAuto { width: auto; }
.sizeFull { width: 100%; }
.size2Col { width: 100%; }
.size3Col { width: 100%; }
.size4Col { width: 100%; }
.variableCol2.spCol2 > .size4Col { width: 48.6%; }

/* js */
.sizeFix + .sizeFix {
	margin-top: 15px;
}

/* hover */
.newsWrap01 > .newsHeading > .links > li.rss > a:hover,
.toggleWrap01 > .tglBtn > a:hover {
	opacity: 0.7;
}


/* Section Parts
------------------------------------------------------ */
/* selector */
[class^="section"] > *:first-child,
section > *:first-child {
	margin-top: 0 !important;
}
[class^="section"] > *:last-child,
section > *:last-child {
	margin-bottom: 0 !important;
}

/* sectioning */
[class^="section"] {
	clear: both;
}
.section01 {
	margin-top: 35px;
}
.section02 {
	margin-top: 30px;
}
.section03 {
	margin-top: 20px;
}
.section04 {
	margin-top: 15px;
}
.section05 {
	margin-top: 10px;
}

/* Heading Parts
------------------------------------------------------ */

/* heading01 */
.heading01 {
	position: relative;
	line-height: 1;
	margin: 10px 0 25px;
	padding-left: 13px;
	font-size: 23px;
}
.heading01:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	height: 100%;
	width: 3px;
	border-radius: 5px;
	background: #92c400;
}
/* heading02 */
.heading02 {
	margin: 30px 0 15px;
	padding: 0 0 5px;
	font-size: 20px;
	line-height: 1.25;
	background: url(/common/img/com_bg04.png) no-repeat -50px 100%;
}
.heading02.type02 {
	background: url(/common/img/com_bg08.png) no-repeat -50px 100%;
}
.heading02.type03 {
	background: url(/common/img/com_bg09.png) no-repeat -50px 100%;
}
.heading02 > a {
	display: block;
	color: #22753b;
	text-decoration: none;
}
.heading02.type02 > a {
	color: #ff3366;
}
.heading02.type03 > a {
	color: #3366cc;
}
.heading02 > a:hover {
	color: #92c400;
}
.heading02.type02 > a:hover {
	color: #ff99aa;
}
.heading02.type03 > a:hover {
	color: #6699ff;
}

.heading02 > a.type-blank:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin: 0 0 0 7px;
	background: url(/common/img/com_ic18.png) no-repeat 0 0;
	vertical-align: middle;
}

.heading02_num {
	position: relative;
	margin: 30px 0 15px;
	padding: 0 0 10px;
	font-size: 20px;
	line-height: 1.25;
	background: url(/common/img/com_bg04.png) no-repeat -50px 100%;
}
.heading02_num.type02 {
	background: url(/common/img/com_bg08.png) no-repeat -50px 100%;
}
.heading02_num.type03 {
	background: url(/common/img/com_bg09.png) no-repeat -50px 100%;
}
.heading02_num > .num {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	line-height: 22px;
	background: #91c400;
	border-radius: 50px;
	color: #ffffff;
	font-size: 11px;
	font-weight:  bold;
	text-align: center;
}
.heading02_num.type02 > .num {
	background: #fa6e8d;
}
.heading02_num.type03 > .num {
	background: #386abb;
}
.heading02_num > .num + span {
	display: block;
	padding-left: 1.3em;
}
/* heading03 */
.heading03 {
	line-height: 1.4;
	margin: 25px 0 15px;
	padding: 4px 10px 4px;
	border-radius: 5px;
	background: #edf5d4;
	font-size: 18px;
	font-weight: bold;
}
.heading03 > a {
	display: block;
	text-decoration: none;
}
/* heading04 */
.heading04 {
	position: relative;
	line-height: 1.4;
	margin: 20px 0 15px;
	padding-left: 20px;
	font-size: 16px;
}
.heading04:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 11px;
	height: 4px;
	margin-top: -2px;
	border-radius: 5px;
	background: #92c400;
}
/* heading05 */
.heading05 {
	position: relative;
	line-height: 1.4;
	margin: 20px 0 10px;
	padding-left: 10px;
	font-size: 15px;
}
.heading05:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 5px;
	height: 2px;
	background: #92c400;
}
/* 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: #d9000f !important; }
.txColor03 { color: #317be1 !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;
}
.paragraph02{
	margin-top: 1.5em;
}
.paragraph03{
	margin-top: 2.0em;
}

/* txLead */
.leadText01 {
	line-height: 1.4;
	margin: 1em 0 0;
	color: #fd8c07;
	font-size: 16px;
}

/* bold */
.bold{
	font-weight: bold !important;
}

/* List Parts
------------------------------------------------------ */
[class*="notes"],
[class*="iconList"],
[class*="orderList"],
[class*="defList"] {
	margin-top: 1em;
}
[class*="notes"] > li,
[class*="iconList"] > li,
[class*="orderList"] > li {
	margin-top: 0.75em;
}
[class*="notes"] > li:first-child,
[class*="iconList"] > li:first-child,
[class*="orderList"] > li:first-child {
	margin-top: 0;
}

/* listChild */
.listChild {
}
.listChild[class*="notes"],
.listChild[class*="iconList"],
.listChild[class*="orderList"] {
	margin: 0.75em 0 1em;
}

/* listCol */
.listCol {
	margin: 1em 0 0 0;
}
.listCol > li {
}
.listCol > li + li { margin-top: 0 !important; }

/* listRow */
.listRow {
	margin: 1em 0 0 0;
}
.listRow[class*="space"] {
	overflow: hidden;
}
.listRow.space1 { margin-right: -20px; margin-bottom: -10px; }
.listRow.space2 { margin-right: -15px; margin-bottom: -15px; }
.listRow:last-child { margin-bottom: 0; }
.listRow[class*="count"]:last-child { margin-bottom: 0; }
.listRow > li {
	float: left;
}
.listRow.space1 > li { margin-right: 20px; margin-bottom: 10px; }
.listRow.space2 > li { margin-right: 15px; margin-bottom: 15px; }
.listRow[class*="List"] > li,
.listRow[class*="Link"] > li {
	margin-top: 0;
}
.listRow[class*="btnLink"] > li {
	float: none;
}
.listRow[class*="btnLink"] > li + li {
	margin-top: 15px;
}
.listRow > li > *:first-child {
	margin-top: 0;
}

/* notes */
p.notes01 {
	padding: 0 0 0 1.4em;
	text-indent: -1.4em;
	font-size: 12px;
}
p.notes01 > span {
	margin-right: 0.4em;
}
.notes01 > li {
	position: relative;
	padding: 0 0 0 1.4em;
	font-size: 12px;
}
.notes01 > li > span {
	position: absolute;
	left: 0;
	top: 0;
}
p.notes02 {
	padding: 0 0 0 2.65em;
	text-indent: -2.65em;
	font-size: 12px;
}
p.notes02 > span {
	margin-right: 1em;
}
.notes02 > li {
	position: relative;
	padding: 0 0 0 2.65em;
	font-size: 12px;
}
.notes02 > li > span {
	position: absolute;
	left: 0;
	top: 0;
}
.notes03 > li {
	position: relative;
	padding: 0 0 0 2.65em;
	background: url("/common/img/com_ic37.png") no-repeat scroll 0 top;
	background-size: 23px auto;
}

/* iconList */
p.iconList01,
.iconList01 > li {
	position: relative;
	padding: 0 0 0 14px;
}
p.iconList01:before,
.iconList01 > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #93c500;
}
p.iconList02,
.iconList02 > li {
	position: relative;
	padding: 0 0 0 10px;
}
p.iconList02:before,
.iconList02 > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #888888;
}

/* orderList */
p[class*="orderList"],
[class*="orderList"] > li {
	position: relative;
}
p[class*="orderList"] > span,
[class*="orderList"] > li > span {
	position: absolute;
	left: 0;
	top: 0;
}
p.orderList01,
.orderList01 > li { padding: 0 0 0 1.8em; }
p.orderList02,
.orderList02 > li { padding: 0 0 0 3.0em; }
p.orderList03,
.orderList03 > li { padding: 0 0 0 2.1em; }
p.orderList04,
.orderList04 > li { padding: 0 0 0 1.5em; }

/* defList */
.defList01 > dt {
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}
.defList01 > dd {
	padding: 0 0 0 14px;
}
.defList01 > dt:first-child,
.defList01 > dd > *:first-child {
	margin-top: 0 !important;
}
.defList02 {
	margin: 30px 0 0 0;
}
.defList02 > dt {
	display: table;
	table-layout: fixed;
	margin: 20px 0 15px;
}
.defList02 > dt > .label {
	display: table-cell;
	width: 100px;
	padding: 6px 5px 4px;
	border-radius: 3px;
	background-color: #92c400;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}
.defList02 > dt > .hdg {
	display: table-cell;
	padding: 0 0 0 12px;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
	vertical-align: middle;
}
.defList02 > dd {
}
.defList02 > dt:first-child,
.defList02 > dd > *:first-child {
	margin-top: 0 !important;
}


.defList02_02 {
	margin: 30px 0 0 0;
}
.defList02_02 > dt {
	display: table;
	table-layout: fixed;
	margin: 25px 0 15px;
}
.defList02_02 > dt > .label {
	display: table-cell;
	width: 55px;
	height: 55px;
	padding-top: 7px;
	border-radius: 100px;
	background-color: #92c400;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}
.defList02_02 > dt > .label > .num {
	display: block;
	line-height: 1;
	font-size: 16px;
	text-align: center;
}
.defList02_02 > dt > .hdg {
	display: table-cell;
	padding: 0 0 0 15px;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
	vertical-align: middle;
}
.defList02_02 > dd {
}
.defList02_02 > dt:first-child,
.defList02_02 > dd > *:first-child {
	margin-top: 0 !important;
}


.defList03 > dt {
	position: relative;
	margin: 0.75em 0 0.5em 0;
	padding: 0 0 0 14px;
}
.defList03 > dt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #93c500;
}
.defList03 > dd {
	padding: 0 0 0 14px;
}
.defList03 > dt:first-child,
.defList03 > dd > *:first-child {
	margin-top: 0 !important;
}

.defList04 {
	margin: 30px 0 0 0;
}
.defList04 dl {
	margin-top: 25px;
	margin-left: 30px;
	padding: 0 25px 0 30px;
	border-radius: 4px;
	border: solid 1px #93c500;
}
.defList04 dl:first-child {
	margin-top: 0;
}
.defList04 dt {
}
.defList04 .label {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	margin-top: -1px;
	margin-left: -60px;
	padding: 17px 11px;
	background-color: #93c500;
	border-radius: 36px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.defList04 .label .num {
	display: block;
	line-height: 1;
	font-size: 22px;
	text-align: center;
}
.defList04 dd {
	padding: 15px 0;
}
.defList04 dd .read01 {
	margin-top: 0;
	padding-left: 21px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #93c500;
}
.defList04 dd .tx01 {
	margin: 10px -12px;
}
.defList04 > dt:first-child,
.defList04 > dd > *:first-child {
	margin-top: 0 !important;
}


/* Link Parts
------------------------------------------------------ */
[class*="iconLink"] {
	margin: 1em 0 0 0;
}
[class*="iconLink"] > li {
	margin-top: 0.75em;
}
[class*="iconLink"] > li:first-child {
	margin-top: 0;
}

/* icon */
a.linkTxt.type-blank:after,
.iconLink01 a.type-blank:after,
.btnLink01 a.type-blank:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin: 0 0 0 7px;
	background: url(/common/img/com_ic18.png) no-repeat 0 0;
	vertical-align: middle;
}
.btnLink02 a.type-blank:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin: 0 0 0 7px;
	background: url(/common/img/com_ic25.png) no-repeat 0 0;
	vertical-align: middle;
}
a.linkTxt.type-pdf:after,
.iconLink01 a.type-pdf:after,
.btnLink01 a.type-pdf:after,
.btnLink02 a.type-pdf:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 0 0 5px;
	background: url(/common/img/com_ic17.png) no-repeat 0 0;
	vertical-align: middle;
}
a.linkTxt.type-excel:after,
.iconLink01 a.type-excel:after,
.btnLink01 a.type-excel:after,
.btnLink02 a.type-excel:after {
	content: "";
	position: relative;
	top: -2px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0 0 5px;
	background: url(/common/img/com_ic24.png) no-repeat 0 0;
	background-size: 12px 12px;
	vertical-align: middle;
}

/* linkTxt */
a.linkTxt {
	text-decoration: underline !important;
}
a.linkTxt.type-blank,
a.linkTxt.type-pdf,
a.linkTxt.type-excel {
	margin-right: 7px;
}
a.linkTxt:hover {
	text-decoration: none !important;
}

/* linkBlock */
a.linkBlock {
	display: block;
	color: #555555;
	text-decoration: none;
}

/* iconLink */
.iconLink01 a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 13px;
}
.iconLink01 a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}

.iconLink01 > li > .listInner {
	margin: 0.5em 0 25px;
	padding-left: 13px;
}
.iconLink01 > li:last-child > .listInner {
	margin-bottom: 0;
}
.iconLink01 > li > .listInner > *:first-child {
	margin-top: 0 !important;
}

/* btnLink */
[class*="btnLink"] a.sizeAuto { width: auto !important; }
[class*="btnLink"] a.size2Col,
[class*="btnLink"] a.size3Col,
[class*="btnLink"] a.size4Col,
[class*="btnLink"][class*="equalCol"] > li > a,
[class*="btnLink"].listCol a,
[class*="btnLink"].listRow a { width: 100%; }
.btnLink01 {
	text-align: center;
}
.btnLink01 a {
	position: relative;
	display: inline-block;
	width: auto !important;
	padding: 5px 15px 3px 25px;
	border: 1px solid #93c500;
	border-radius: 15px;
	background-color: #fff;
	color: #93c500;
	text-align: center;
}
.btnLink01 a:before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-width: 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}
.btnLink01[class*="equalCol"] a {
	display: table;
}
.btnLink01[class*="equalCol"] a > span {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.btnLink01 a:hover {
	background-color: #eff7d6;
}
.btnLink02 a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px 15px 17px 35px;
	border-radius: 5px;
	background-color: #92c400;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.btnLink02 a:before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -6px 0 0 0;
	border-width: 6px 11px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
.btnLink02[class*="equalCol"] a {
	display: table;
}
.btnLink02[class*="equalCol"] a > span {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.btnLink02 a:hover {
	background-color: #6fa80b;
}

/* anchorLink */
[class*="anchorLink"].col2 > li { width: 100%; }
[class*="anchorLink"].col3 > li { width: 100%; }
[class*="anchorLink"].col4 > li { width: 48.6%; }
[class*="anchorLink"].col4 > li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
[class*="anchorLink"].col2 > li:nth-child(n+2),
[class*="anchorLink"].col3 > li:nth-child(n+2),
[class*="anchorLink"].col4 > li:nth-child(n+3) {
	margin-top: 0.75em;
}
.anchorLink01 {
	margin: 1em 0 0 0;
	overflow: hidden;
}
.anchorLink01[class*="col"] {
	margin: 1em 0 0 0;
	overflow: visible;
}
.anchorLink01 > li {
	float: none;
	line-height: 1.25;
}
.anchorLink01 > li:nth-child(n+2) {
	margin-top: 0.75em;
}
.anchorLink01.col4 > li {
	float: left;
	margin: 0 0 0 2.8%;
}
.anchorLink01.col4 > li:nth-child(2) {
	margin-top: 0;
}
.anchorLink01 > li > a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
	text-align: left;
}
.anchorLink01 > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-width: 7px 4px;
	border-style: solid;
	border-color: #99c80f transparent transparent transparent;
}
.anchorLink01.equalHeight > li > a {
	display: table;
}
.anchorLink01.equalHeight > li > a > span {
	display: table-cell;
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
.anchorLink01.newsType > li {
	float: left;
	width: 25%;
	margin-top: 5px;
	border-right: 1px solid #ccc;
}
.anchorLink01.newsType > li:nth-child(4n+1) {
	border-left: 1px solid #ccc;
}
.anchorLink01.newsType > li > a {
	display: block;
	padding: 0;
	text-align: center;
}
.anchorLink01.newsType > li > a:before {
	content: "";
	position: static;
	display: inline;
	margin: 0;
	border: none;
}


/* Table Parts
------------------------------------------------------ */
/* tableWrap */
.tableWrap01 {
	clear: both;
	margin: 20px 0 0 0;
	overflow-x: auto;
}
.tableWrap01.spScrolling {
	overflow-x: auto;
}
.tableWrap01 > *:first-child {
	margin-top: 0 !important;
}
.table01 {
	width: 100%;
	margin: 20px 0 0 0;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	word-break: break-all;
}
.tableWrap01.spScrolling .table01 {
	width: 780px !important;
	margin-top: 0;
	word-break: normal;
}
.table01 caption {
	margin: 0 0 15px 0;
	text-align: left;
}
.table01 caption .tblHdg01 {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}
.table01 caption .tblHdg01 {
	position: relative;
	padding: 0 0 0 10px;
	font-weight: bold;
	line-height: 1.25;
}
.table01 caption .tblHdg01:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 2px;
	background-color: #93c500;
}
.table01 caption > *:last-child {
	margin-bottom: 0 !important;
}
.table01 th,
.table01 td {
	padding: 12px 15px;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}
.table01 thead th {
	background-color: #93c500;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.table01 tbody th {
	background-color: #93c500;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.table01 .lv1 {
	background-color: #93c500;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.table01 tbody .lv1 {
	text-align: left;
}
.table01 .lv2 {
	background-color: #f2f8e0;
	color: #555;
	font-weight: normal;
}
.table01 .lv3 {
	background-color: #fff6d0;
	color: #555;
	font-weight: normal;
}
.table01 .lv4 {
	background-color: #fefae9;
	color: #555;
	font-weight: normal;
}
.table01 .lv5 {
	background-color: #f5f5f5;
	color: #555;
	font-weight: normal;
}
.table01 th > *:first-child,
.table01 td > *:first-child {
	margin-top: 0 !important;
}
.tableWrap01.spTandem .table01 colgroup col,
.tableWrap01.spTandem .table01 tbody,
.tableWrap01.spTandem .table01 tr,
.tableWrap01.spTandem .table01 th,
.tableWrap01.spTandem .table01 td {
	display: block;
	width: 100% !important;
}


/* Column Parts
------------------------------------------------------ */
.singleCol,
.equalCol2,
.equalCol3,
.equalCol4 {
	margin-top: 20px;
}
.equalCol2 > *:nth-of-type(n+2),
.equalCol3 > *:nth-of-type(n+2),
.equalCol4 > *:nth-of-type(n+3) {
	margin-top: 15px !important;
}
.equalCol2.typeDoor > *:nth-of-type(n+2),
.equalCol3.typeDoor > *:nth-of-type(n+2),
.equalCol4.typeDoor > *:nth-of-type(n+3) {
	margin-top: 15px !important;
}
.equalCol2[class*="iconList"] > *,
.equalCol3[class*="iconList"] > *,
.equalCol4[class*="iconList"] > *,
.equalCol2[class*="iconLink"] > *,
.equalCol3[class*="iconLink"] > *,
.equalCol4[class*="iconLink"] > * {
	margin-top: 0;
}
.equalCol2[class*="iconList"] > *:nth-of-type(n+2),
.equalCol3[class*="iconList"] > *:nth-of-type(n+2),
.equalCol4[class*="iconList"] > *:nth-of-type(n+3),
.equalCol2[class*="iconLink"] > *:nth-of-type(n+2),
.equalCol3[class*="iconLink"] > *:nth-of-type(n+2),
.equalCol4[class*="iconLink"] > *:nth-of-type(n+3) {
	margin-top: 0.75em !important;
}
.equalCol2 > *:nth-of-type(n+1),
.equalCol3 > *:nth-of-type(n+1),
.equalCol4 > *:nth-of-type(2n+1) {
	clear: left !important;
	margin-left: 0 !important;
}

/* equalCol */
.equalCol2 > *,
.equalCol3 > *,
.equalCol4 > * {
	float: left;
	margin: 0 0 0 2.8%;
}
.equalCol1 > * { width: 100%; }
.equalCol2 > * { width: 100%; }
.equalCol3 > * { width: 100%; }
.equalCol4 > * { width: 48.6%; }

.equalCol1 > * > *:first-child,
.equalCol2 > * > *:first-child,
.equalCol3 > * > *:first-child,
.equalCol4 > * > *:first-child {
	margin-top: 0 !important;
}
.singleCol figure,
.equalCol2 figure,
.equalCol3 figure,
.equalCol4 figure{
	margin: 0 auto;
}

/* variableCol */
.variableCol2 {
	clear: both;
	margin: 20px 0 0 0;
}
.variableCol2 > .imgRight {
	float: right;
	max-width: 48.6%;
	margin: 0 0 0 10px;
}
.variableCol2 > .imgLeft {
	float: left;
	max-width: 48.6%;
	margin: 0 10px 0 0;
}
.variableCol2 > .imgRight.size2Col,
.variableCol2 > .imgRight.size3Col,
.variableCol2 > .imgLeft.size2Col,
.variableCol2 > .imgLeft.size3Col,
.variableCol2 > .imgLeft.size4Col,
.variableCol2 > .imgRight.size4Col {
	float: none;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}
.variableCol2.spCol2 > .imgRight.size4Col {
	float: left;
}
.variableCol2.spCol2 > .imgRight.size4Col {
	float: right;
}
.variableCol2.sneak > [class*="img"] {
	margin-bottom: 10px;
}
.variableCol2.sneak > [class*="img"].size2Col,
.variableCol2.sneak > [class*="img"].size3Col,
.variableCol2.sneak > [class*="img"].size4Col {
	margin-bottom: 0;
}
.variableCol2 > .textCol {
	overflow: hidden;
}
.variableCol2.sneak > .textCol {
	overflow: visible;
}
.variableCol2 > [class*="img"].size2Col + .textCol,
.variableCol2 > [class*="img"].size3Col + .textCol,
.variableCol2 > [class*="img"].size4Col + .textCol {
	margin-top: 15px;
}
.variableCol2 > * > *:first-child {
	margin-top: 0 !important;
}
.variableCol2 figure {
	margin: 0 auto;
	text-align: center;
}
.variableCol2.spReverse {
	display: table;
	width: 100%;
}
.variableCol2.spReverse > [class*="img"] {
	float: none !important;
	max-width: none !important;
	margin: 15px 0 0 0 !important;
}
.variableCol2.spReverse > .textCol {
	display: table-caption;
	caption-side: top;
}
.variableCol2.sneak > [class*="img"].size4Col figure{
	text-align: center;
}
.variableCol2.boxLayout01 > .textCol {
	background: #f0f6df;
	padding: 15px;
}
.variableCol2.boxLayout01 >.textCol > h2 {
	font-size:16px;
	font-weight: bold;
		padding-left:14px;
	position: relative;
}
.variableCol2.boxLayout01 >.textCol > h2:before {
	background-color: #93c500;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 6px;
	left: 0px;
	position: absolute;
	top: 0.5em;
	width: 6px;
}
.variableCol2.spCol2.boxLayout01 > .textCol {
	width: 48%;
}

.caption {
	margin: 0.5em 0 0;
	font-size: 12px;
	text-align: left;
}


/* Box Parts
------------------------------------------------------ */
[class*="box"] .boxInner > *:first-child,
[class*="box"] .boxInner > .boxContent > *:first-child {
	margin-top: 0 !important;
}

/* box */
.box01 {
	margin: 20px 0 0 0;
	border: 2px solid #ddeab8;
	border-radius: 8px;
	background-color: #fff;
}
.box01 > .boxInner {
	padding: 13px 13px 15px;
}
.box01 > .boxInner > .boxTitle {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #c9c9c9;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
}
.box01 > .boxInner > .boxContent {
}

.box02 {
	margin: 20px 0 0 0;
	border: 1px solid #fd8c07;
	background-color: #fff;
}
.box02 > .boxInner {
}
.box02 > .boxInner > .boxTitle {
	padding: 10px 10px 8px;
	background-color: #fd8c07;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.box02 > .boxInner > .boxTitle > span {
	display: inline-block;
	padding: 3px 0 1px 37px;
	background: url(/common/img/com_ic33.png) no-repeat 0 0;
	background-size: 24px auto;
}
.box02 > .boxInner > .boxContent {
	padding: 14px 14px 19px;
}

.box03 {
	margin: 20px 0 0 0;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}
.box03 > .boxInner {
	padding: 16px 14px;
}
.box03 > .boxInner > .boxTitle {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #c9c9c9;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
}
.box03 > .boxInner > .boxContent {
}


.box04 {
	margin: 20px 0 0 0;
	background-color: #f2f8e0;
}
.box04 > .boxInner {
	padding: 16px 14px;
}
.box04 > .boxInner > .boxTitle {
	position: relative;
	margin: 0 0 10px 0;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
}
.box04 > .boxInner > .boxTitle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #93c500;
}
.box04 > .boxInner > .boxContent {
}


.box05 {
	margin: 20px 0 0 0;
	border: 1px solid #93c500;
	background-color: #ffffff;
}
.box05.type02 {
	border: 1px solid #fa6e8d;
}
.box05.type03 {
	border: 1px solid #386abb;
}
.box05.type04 {
	border: 1px solid #22753b;
}
.box05.type05 {
	border: 1px solid #f97850;
}
.box05 > .boxInner {
}
.box05 > .boxInner > .boxTitle {
	line-height: 1.25;
	padding: 11px 14px 9px;
	background: #93c500;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.box05.type02 > .boxInner > .boxTitle {
	background: #fa6e8d;
}
.box05.type03 > .boxInner > .boxTitle {
	background: #386abb;
}
.box05.type04 > .boxInner > .boxTitle {
	background: #22753b;
}
.box05.type05 > .boxInner > .boxTitle {
	background: #f97850;
}

.box05 > .boxInner > .boxContent {
	padding: 12px 14px;
}
.box05 > .boxInner > .boxContent .innerBoxTitle {
	margin-top: 10px;
	padding: 7px 10px 5px;
	background: #edf5d4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* Index Parts
------------------------------------------------------ */
/* idxLayout */
.idxLayout01 {
	text-align: left;
}
.idxLayout01 > .linkBlock {
	padding: 14px;
	border: 1px solid #93c501;
	border-radius: 5px;
	background-color: #fff;
}
.idxLayout01 > .linkBlock > .hdg {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}
.idxLayout01 > a.linkBlock > .hdg {
	color: #339933;
	font-size: 16px;
	font-weight: bold;
}
.idxLayout01 > .linkBlock > .hdg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}
.idxLayout01 > .linkBlock.type-blank > .hdg:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin: 0 0 0 7px;
	background: url(/common/img/com_ic18.png) no-repeat 0 0;
	vertical-align: middle;
}
.idxLayout01 > .linkBlock.type-pdf > .hdg:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 0 0 5px;
	background: url(/common/img/com_ic17.png) no-repeat 0 0;
	vertical-align: middle;
}
.idxLayout01 > a.linkBlock > .cnt {
}
.idxLayout01 > a.linkBlock > .cnt > *:first-child {
	margin-top: 0 !important;
}
.idxLayout01 > a.linkBlock > .cnt > .image {
	text-align: center;
}
.idxLayout01 > a.linkBlock > .cnt > .summary {
	margin: 10px 0 0 0;
}
.idxLayout01 > a.linkBlock:hover {
	background-color: #f8fcec;
}
.idxLayout01 > a.linkBlock:hover > .hdg {
	color: #93c500;
}
.idxLayout02 {
	text-align: left;
}
.idxLayout02 .hdg {
	font-size: 15px;
	font-weight: bold;
}
.idxLayout02 .image {
	margin: 5px 0 0 0;
	text-align: center;
}
.idxLayout02 .cnt {
	margin: 1em 0 0 0;
	font-size: 12px;
}
.idxLayout02 .cnt > *:first-child {
	margin-top: 0 !important;
}


.idxLayout03 {
	text-align: left;
}
.idxLayout03 > .linkBlock {
	display: block;
	border: 1px solid #93c501;
	border-radius: 5px;
	background-color: #ffffff;
	overflow: hidden;
}
.idxLayout03.type02 > .linkBlock {
	border: 1px solid #ff6699;
}
.idxLayout03.type03 > .linkBlock {
	border: 1px solid #75a4ea;
}
.idxLayout03 > .linkBlock > .hdg {
	position: relative;
	margin: 0;
	padding: 17px 10px 15px 45px;
	background: #f0f9d4;
	border-bottom: solid 1px #93c501;
	color: #555555;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
}
.idxLayout03.type02 > .linkBlock > .hdg {
	background: #fcf2f4;
	border-bottom: solid 1px #ff6699;
	color: #ff3366;
}
.idxLayout03.type03 > .linkBlock > .hdg {
	background: #eef4fc;
	border-bottom: solid 1px #75a4ea;
	color: #3366cc;
}
.idxLayout03 > a.linkBlock > .hdg {
	padding: 17px 10px 15px 30px;
	color: #339933;
}
.idxLayout03 > a.linkBlock > .hdg:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 1.5em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 5px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #93c500;
}
.idxLayout03.type02 > a.linkBlock > .hdg:before {
	border-color: transparent transparent transparent #ff6699;
}
.idxLayout03.type03 > a.linkBlock > .hdg:before {
	border-color: transparent transparent transparent #75a4ea;
}
.idxLayout03 > a.linkBlock:hover > .hdg {
	color: #92c400;
}
.idxLayout03.type02 > a.linkBlock:hover > .hdg {
	color: #ff99aa;
}
.idxLayout03.type03 > a.linkBlock:hover > .hdg {
	color: #6699ff;
}

.idxLayout03 > .linkBlock > .hdg > .num {
	position: absolute;
	left: 10px;
	top: 1.2em;
	display: block;
	width: 24px;
	line-height: 22px;
	padding-top: 2px;
	border-radius: 50px;
	background: #91c400;
	color: #ffffff;
	font-size: 1.2rem;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.idxLayout03.type02 > .linkBlock > .hdg > .num {
	background: #fa6e8d;
}
.idxLayout03.type03 > .linkBlock > .hdg > .num {
	background: #386abb;
}

.idxLayout03 > .linkBlock > .cnt {
	padding: 10px 15px;
}
.idxLayout03 > .linkBlock > .cnt > *:first-child {
	margin-top: 0 !important;
}

/* Other Parts
------------------------------------------------------ */
/*----- line -----*/
.dashedLine01 {
	display: block;
	clear: both;
	margin: 30px 0;
	height: 0;
	border-top: dashed 1px #91c400;
}
.dashedLine02 {
	display: block;
	clear: both;
	margin: 30px 0;
	height: 0;
	border-top: dashed 1px #999999;
}
.solidLine01 {
	display: block;
	clear: both;
	margin: 30px 0;
	height: 0;
	border-top: solid 1px #91c400;
}
.solidLine02 {
	display: block;
	clear: both;
	margin: 30px 0;
	height: 0;
	border-top: solid 1px #999999;
}

/*----- navi -----*/
/* localNavi */
.localNavi01 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 15px;
	background-color: #f0f6df;
}
.localNavi01 > *:first-child {
	margin-top: 0 !important;
}

/*----- news -----*/
/* newsWrap */
.newsWrap01 {
	clear: both;
	margin: 20px 0 0 0;
}
.newsWrap01 > *:first-child {
	margin-top: 0 !important;
}
.newsWrap01 > .newsHeading {
	margin: 20px 0 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #d0d0d0;
}
.newsWrap01 > .newsHeading > .hdg {
	position: relative;
	float: left;
	padding: 4px 0 0 15px;
	color: #21753c;
	font-size: 17px;
	line-height: 1.25;
}
.newsWrap01 > .newsHeading > .hdg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75em;
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #93c500;
}
.newsWrap01 > .newsHeading > .links {
	float: right;
	display: table;
	margin: 0 0 0 20px;
}
.newsWrap01 > .newsHeading > .links > li {
	display: table-cell;
	vertical-align: middle;
}
.newsWrap01 > .newsHeading > .links > li + li {
	padding-left: 15px;
}
.newsWrap01 > .newsHeading > .links > li.more {
	min-width: 100px;
}
.newsWrap01 > .newsHeading > .links > li > *:first-child {
	margin-top: 0 !important;
}
.newsWrap01 > .newsHeading > .links > li.rss > a {
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/common/img/com_ic19.png) no-repeat 0 0.2em;
	background-size: 12px auto;
	color: #333333;
}
.newsWrap01 > .newsContent {
}
.newsWrap01 > .newsContent > *:first-child {
	margin-top: 0 !important;
}
/* newsIcon */
.companyIcom {
	margin-left: 10px;
}
.newsIcon {
	display: inline-block;
	min-width: 77px;
	padding: 1px 5px 0;
	border-radius: 9px;
	background-color: #267b1a;
	color: #ffffff !important;
	font-size: 10px !important;
	line-height: 17px !important;
	text-align: center;
	vertical-align: middle;
}
/* newsList */
.newsList01 {
	clear: both;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}
.newsHeading + .newsContent > .newsList01 > li:first-child {
	border-top: none;
}
.newsList01 > li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #999999;
}
.newsList01 > li:first-child {
	border-top: 1px solid #999999;
}
.newsList01 > li .entry {
	margin-top: 0;
}
.newsList01 > li .entry > dt {
	margin: 0 0 5px 0;
}
.newsList01 > li .entry > dt > *:first-child {
	margin-left: 0 !important;
}
.newsList01 > li .entry > dt > .date {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #666666;
	line-height: 1.25;
	vertical-align: middle;
}
.newsList01 > li .entry > dt > .time {
	display: inline-block;
	min-width: 77px;
	margin: 0 0 0 10px;
	color: #666666;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}
.newsList01 > li .entry > dt > .category {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.newsList01 > li .entry > dd {
}
.newsList01 > li .entry > dd > *:first-child {
	margin-top: 0 !important;
}
.newsList01 > li .entry > dd > .headline {
	position: relative;
	padding: 0 0 0 15px;
}
.newsList01 > li .entry > dd > .headline:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}
.newsList01 > li .entry > dd > .headline a.type-blank:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin: 0 0 0 7px;
	background: url(/common/img/com_ic18.png) no-repeat 0 0;
	vertical-align: middle;
}
.newsList01 > li .entry > dd > .headline a.type-pdf:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 0 0 5px;
	background: url(/common/img/com_ic17.png) no-repeat 0 0;
	vertical-align: middle;
}

/*----- tab -----*/
/* tabWrap */
.tabWrap01 {
	clear: both;
	margin: 20px 0 0 0;
}
.tabWrap01 > *:first-child {
	margin-top: 0 !important;
}
.tabWrap01 > .tabNavi {
	clear: both;
	margin: 20px 0 0 0;
}
.tabWrap01 > .tabNavi.scrolling {
	overflow-x: auto;
}
.tabWrap01 > .tabNavi.scrolling .tabs {
	border-bottom: none;
	white-space: nowrap;
}
.tabWrap01 > .tabNavi .tabs > li {
	position: relative;
	float: left;
	margin: 0;
}
.tabWrap01 > .tabNavi .tabs > li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #93c500;
}
.tabWrap01 > .tabNavi .tabs > li.on:before {
	top: 0;
	height: 6px;
	border-radius: 6px 6px 0 0;
}
.tabWrap01 > .tabNavi .tabs.count2 > li { width: 50%; }
.tabWrap01 > .tabNavi .tabs.count3 > li { width: 33.33%; }
.tabWrap01 > .tabNavi .tabs.count4 > li { width: 25%; }
.tabWrap01 > .tabNavi.scrolling .tabs > li {
	float: none;
	display: table-cell;
}
.tabWrap01 > .tabNavi .tabs > li:first-child {
	margin-left: 0 !important;
}
.tabWrap01 > .tabNavi .tabs > li > a {
	display: table;
	width: 100%;
	height: 49px;
	padding: 5px 5px 3px;
	border: 1px solid #93c500;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	background-color: #eff7d6;
	color: #389736;
	line-height: 1.25;
}
.tabWrap01 > .tabNavi .tabs > li > a > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.tabWrap01 > .tabNavi .tabs > li > a > span > span {
	position: relative;
	display: inline-block;
	padding-left: 14px;
}
.tabWrap01 > .tabNavi .tabs > li > a > span > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -5px 0 0 0;
	border-width: 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}
.tabWrap01 > .tabNavi .tabs > li.on > a > span > span:before {
	border-width: 10px 5px;
	border-color: #99c80f transparent transparent;
}
.tabWrap01 > .tabNavi .tabs > li:not(.on) > a:hover {
	background-color: #eff7d6;
}
.tabWrap01 > .tabNavi .tabs > li.on {
	border-bottom: none;
}
.tabWrap01 > .tabNavi .tabs > li.on > a {
	background-color: #fff;
	color: #555;
	font-weight: bold;
}
.tabWrap01 > .tabPanel {
	clear: both;
	padding: 10px;
	border: solid 1px #93c500;
	border-top: none;
}
.tabWrap01 > .tabPanel > *:first-child {
	margin-top: 0 !important;
}

/*----- toggle -----*/
/* togglelWrap */
.toggleWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
.toggleWrap01 > *:first-child {
	margin-top: 0 !important;
}
.toggleWrap01 > .tglBtn {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #d0d0d0;
}
.toggleWrap01 > .tglBtn:first-child {
	margin-top: 0 !important;
}
.toggleWrap01 > .tglBtn > a {
	position: relative;
	display: block;
	padding: 10px 35px 8px 0;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
}
.toggleWrap01 > .tglBtn > a:before {
	content: "�J��";
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: -12px 0 0 0;
	background-image: url(/common/img/com_ic34.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 25px 50px;
	text-indent: -9999px;
}
.toggleWrap01 > .tglBtn.active > a:before {
	content: "����";
	background-position: 0 -25px;
}
.toggleWrap01 > .tglPanel {
	clear: both;
	margin: 15px 0 0 0;
}
.toggleWrap01 > .tglPanel > *:first-child {
	margin-top: 0 !important;
}

/*----- recommend -----*/
/* recommendWrap */
.recommendWrap01 {
	clear: both;
	margin: 30px -10px 0;
	background-color: #f0f6df;
}
.recommendWrap01 > *:first-child {
	margin-top: 0 !important;
}
/* recommendNavi */
.recommendNavi01 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 20px 10px;
}
.recommendNavi01 > dt {
	margin: 0 0 15px 0;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 15px auto;
	color: #666666;
	font-size: 22px;
	text-align: center;
}
.recommendNavi01 > dd {
}
.recommendNavi01 > dd > *:first-child {
	margin-top: 0 !important;
}
.recommendNavi01 > dd .recList > li {
	float: left;
	width: 48.6%;
	margin: 0 0 0 2.8%;
}
.recommendNavi01 > dd .recList > li:nth-child(2n+1) {
	clear: left !important;
	margin-left: 0 !important;
}
.recommendNavi01 > dd .recList > li:nth-child(n+3) {
	margin-top: 15px;
}
.recommendNavi01 > dd .recList > li > .linkBlock {
}
.recommendNavi01 > dd .recList > li > .linkBlock > .image {
	overflow: hidden;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
}
.recommendNavi01 > dd .recList > li > .linkBlock > .cap {
	position: relative;
	margin: 0.5em 0 0 0;
	padding: 0 0 0 15px;
	color: #339933;
}
.recommendNavi01 > dd .recList > li > .linkBlock > .cap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}
.recommendNavi01 > dd .recList > li > a.linkBlock:hover > .cap {
	color: #95c604;
}

.recommendNavi01 > dd .recList > li {
	display: none;
}
body.products .recommendNavi01 > dd .recList > li.products,
body.join .recommendNavi01 > dd .recList > li.join,
body.customers .recommendNavi01 > dd .recList > li.customers,
body.prevention .recommendNavi01 > dd .recList > li.prevention,
body.photo .recommendNavi01 > dd .recList > li.photo,
body.special .recommendNavi01 > dd .recList > li.special,
body.company .recommendNavi01 > dd .recList > li.company,
body.medical .recommendNavi01 > dd .recList > li.medical,
body.agent .recommendNavi01 > dd .recList > li.agent {
	display: block;
}

/*----- pressWrap -----*/
.pressWrap p:nth-child(2) {
	margin-top: 30px;
	text-align: right;
}
.pressWrap h2 {
	font-size:20px;
	margin-top: 45px;
	text-align: center;
}
.pressWrap dl dt{
	text-align: center;
	margin: 30px 0;
}
.pressWrap p:last-child {
	text-align:right;
	margin-top: 30px;
}


/*----- contact -----*/
/* contactWrap */
.contactWrap01 {
	clear: both;
	padding: 0 10px;
}
.contactWrap01 > *:first-child {
	margin-top: 0 !important;
}
.contactWrap02 {
	clear: both;
	margin: 30px 0 0;
	border-radius: 3px;
	background-color: #e8f4e7;
}
.contactWrap02 > *:first-child {
	margin-top: 0 !important;
}
.contactWrap03 {
	clear: both;
	padding: 0 10px;
}
.contactWrap03 > *:first-child {
	margin-top: 100px !important;
}

/* contactNavi */
.contactNavi01 {
	clear: both;
	padding: 30px 0 0;
}
.contactNavi01 > *:first-child {
	margin-top: 0 !important;
}
.contactNavi01 > .lead {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.contactNavi01 > .lead > strong {
	color: #4c483b;
	font-size: 30px;
}
.contactNavi01 > .lead > .ast {
	font-size: 12px;
	font-weight: normal;
}
.contactNavi01 > .note {
	margin: 1.25em 0 0 0;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
.noSide .contactNavi01 > .note br {
	display: none;
}
.contactNavi01 > .links {
	margin: 1em 0 0 0;
}
.contactNavi01 > .links > li {
	float: left;
	width: 48.6%;
	margin: 0 0 0 2.8%;
}
.contactNavi01 > .links > li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.contactNavi01 > .links > li > a {
	display: block;
	width: 100%;
	padding: 5px 5px 3px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}

.contactNavi01 > .links > li.applyBtn > a {
	background-color: #fd8c07;
}

.contactNavi01 > .links > li.requestBtn > a {
	background-color: #93c500;
}
.contactNavi01 > .links > li > a > span {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.contactNavi01 > .links > li.applyBtn > a > span {
	padding: 14px 0 14px 46px;
}

.contactNavi01 > .links > li.requestBtn > a > span {
	padding: 14px 0 14px 56px;
}
.contactNavi01 > .links > li.applyBtn > a > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	display: inline-block;
	width: 29px;
	height: 36px;
	background: url(/common/img/com_ic29.png) no-repeat 0 0;
	background-size: 29px auto;
}

.contactNavi01 > .links > li.requestBtn > a > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
	display: inline-block;
	width: 41px;
	height: 35px;
	background: url(/common/img/com_ic30.png) no-repeat 0 0;
	background-size: 41px auto;
}
.contactNavi01 > .links > li.applyBtn > a:hover {
	background-color: #db7701;
}

.contactNavi01 > .links > li.requestBtn > a:hover {
	background-color: #6fa80b;
}

.contactNavi02 {
	clear: both;
	padding: 15px;
	text-align: center;
}
.contactNavi02 > *:first-child {
	margin-top: 0 !important;
}
.contactNavi02 > .lead {
	display: block;
	font-size: 20px;
	line-height: 1.25;
}
.contactNavi02 > .lead > span {
	display: inline-block;
	background-image: url(/common/img/com_ic38.png);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 5px 0 5px 35px;
}
.contactNavi02 > .iconLink01 {
	text-align: left;
}
.contactNavi02 > .paragraph01 {
	text-align: left;
}
.contactNavi02 > .bold {
	text-align: center;
}
.contactNavi02 > .list {
	text-align: left;
	font-size: 12px;
	padding-left: 1.1em;
  text-indent: -1.1em;
}

/*20170704footercontactblock_topisc用追加*/
.contactNavi03 {
	clear: both;
	padding: 30px 0 0;
}
.contactNavi03 > *:first-child {
	margin-top: 0 !important;
}
.contactNavi03 > .lead {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.contactNavi03 > .lead > strong {
	color: #4c483b;
	font-size: 30px;
}
.contactNavi03 > .lead > .ast {
	font-size: 12px;
	font-weight: normal;
}
.contactNavi03 > .note {
	margin: 1.25em 0 0 0;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
.noSide .contactNavi03 > .note br {
	display: none;
}
.contactNavi03 > .links {
	margin: 1em 0 0 0;
}
.contactNavi03 > .links > li {
	float: left;
	width: 48.6%;
	margin: 0 0 0 2.8%;
}
.contactNavi03 > .links > li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.contactNavi03 > .links > li > a {
	display: block;
	width: 100%;
	padding: 5px 5px 3px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}

.contactNavi03 > .links > li.applyBtn2 > a {
	width: 200%;
}

.contactNavi03 > .links > li.applyBtn2 > a {
	background-color: #fd8c07;
}

.contactNavi03 > .links > li > a > span {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.contactNavi03 > .links > li.applyBtn2 > a > span {
	padding: 14px 0 14px 46px;
}

.contactNavi03 > .links > li.applyBtn2 > a > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/common/img/com_ic43.png) no-repeat 0 0;
	background-size: 38px auto;
	background-position: left;
}

.contactNavi03 > .links > li.applyBtn2 > a:hover {
	background-color: #db7701;
}

/* contactDef */
.contactDef01 {
	display: table;
	background-color: #ffffff;
	width: 100%;
	vertical-align: middle;
}
.contactDef01 dt {
	width: 100%;
	position: relative;
	background-color: #93c500;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 15px;
	background-image: url(/common/img/com_bg10.png);
	background-size: 100% auto;
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
.contactDef01 dd {
	text-align: left;
	background-color: #ffffff;
	font-size: 14px;
	color: #555555;
	padding: 15px;
}
/* contactTxt */
.contactTxt {
	text-align: center;
	color: #21753c;
	font-size: 16px;
	font-weight: bold;
}
.contactTxt > .num {
	padding-left: 40px;
	padding-right: 10px;
	background-image: url(/common/img/com_ic39.png);
	background-size: 32px auto;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-size: 28px;
}
.contactTxt > .num > a:link, .contactTxt > .num > a:visited, .contactTxt > .num > a:active {
	color: #21753c;
}
.contactTxt > .contactIcon {
	font-size: 14px;
	color: #ffffff;
	background-color: #21753c;
	padding: 5px 15px 3px;
	border-radius: 15px;
}


/*----- plugin -----*/
/* pluginWrap */
.pluginWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
.pluginWrap01 > *:first-child {
	margin-top: 0 !important;
}
/* pluginNavi */
.pluginNavi01 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 16px 14px;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}
.pluginNavi01 > dt {
	margin: 0 0 15px 0;
}
.pluginNavi01 > dd {
}
.pluginNavi01 > dd > *:first-child {
	margin-top: 0 !important;
}

/*----- faqWrap -----*/
.faqWrap {
	margin-top: 20px;
}
.faqList01 li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #d0d0d0;
}
.faqList01 li:first-child {
	border: none;
}
.faqWrap .question,
.faqWrap .answer {
	clear: both;
	overflow: hidden;
}
.faqWrap .question {
	padding-bottom: 10px;
}
.faqWrap .answer {
	padding-top: 10px;
}
.faqWrap .faqIcon{
	float: left;
	width: 10%;
	margin-right: 1.5em;
}
.faqWrap .faqIcon >img {
	width: 100%;
}
.faqWrap .questionTxt,
.faqWrap .answerTxt {
	float: left;
	overflow: hidden;
	width: 83%;
	margin-top: 0.2em;
}
.faqWrap .questionTxt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

/*----- color -----*/
.black {
	color: #555555 !important;
}

/*----- size -----*/
.bigSize {
	font-size: 16px;
}
/*----- imgBoder -----*/
.imgBoder img {
	border: 1px solid #e9e9e9;
}
/*----- fsBig -----*/
.fsBig {
	font-size: 23px;
}
/*----- new_icon -----*/
.new_icon img {
	padding: 8px 0 0 10px;
}
/*----- sitemap -----*/
.sitemap .iconLink01 > li > .listInner > .iconLink01 > li > a:before {
	background: #92c400;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 5px;
	border: none;
}

/* Clearfix
------------------------------------------------------ */
.anchorLink01.newsType:after,
.listRow:after,
.anchorLink01:after,
.equalCol2:after,
.equalCol3:after,
.equalCol4:after,
.variableCol2:after,
.idxLayout02:after,
.newsWrap01 > .newsHeading:after,
.tabWrap01 > .tabNavi .tabs:after,
.recommendNavi01 > dd .recList:after,
.contactNavi01 > .links:after {
	content: "";
	display: block;
	clear: both;
}

}
