@charset "utf-8";
/* ======================================================
 * ELEMENT **********************************************
 * Common Parts
 * Section Parts
 * COMPONENT ********************************************
 * RESPONSIVE *******************************************
 * - 800px <= width <= 1024px
 * Clearfix
====================================================== */
@media only screen and (max-width: 799px) {
/********************************************************

  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%; text-align: center; }
.size2Col { width: 100%; text-align: center; }
.size3Col { width: 100%; text-align: center; }
.size4Col { width: 100%; text-align: center; }
.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
------------------------------------------------------ */
/* topicPath */
#topicPath {
	width: 100%;
	padding: 12px 25px;
	overflow-x: auto;
}
#topicPath > *:first-child {
	margin-top: 0 !important;
}
.breadcrumbs {
	display: table;
	white-space: nowrap;
}
.breadcrumbs > li {
	position: relative;
	display: table-cell;
	font-size: 10px;
	vertical-align: middle;
}
.breadcrumbs > li + li {
	padding-left: 15px;
}
.breadcrumbs > li + li:before {
	position: absolute;
	top: 1px;
	left: 5px;
	content: ">";
	display: inline-block;
	width: 6px;
	height: 5px;
	margin: 0 7px 0 0;
	vertical-align: middle;
}
.breadcrumbs > li > em {
	color: #333333;
	font-style: normal;
}

/* selector */
[class^="section"] > *:first-child,
section > *:first-child {
	margin-top: 0 !important;
}
[class^="section"] > *:last-child,
section > *:last-child {
	margin-bottom: 0 !important;
}

/* section01 */
.section01 {
	margin-top: 25px;
}
.section01 > .heading + * {
	margin-top: 7px;
}
.section01 > .heading {
	overflow: hidden;
	background-color: #ffffff;
}
.section01 > .heading > a,
.section01 > .heading > span {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	color: #ffffff;
	font-size: 2.0rem;
}
.section01 > .heading > a > span,
.section01 > .heading > span > span {
	background-size: auto 100% !important;
	background-position:  90% 50%!important;
}
.section01 > .heading > a > em,
.section01 > .heading > span > em {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
					justify-content: center;
	-webkit-align-items: center;
					align-items: center;
	height: 100%;
	min-width: 25%;
	padding: 0 20px;
	background-color: #007a48;
}
.section01 > .heading > a > em:after,
.section01 > .heading > span > em:after {
	content: "";
	position: absolute;
	top: -75px;
	right: -40px;
	height: 0;
	width: 0;
	border-top: solid 75px transparent;
	border-right: solid 40px transparent;
	border-bottom: solid 75px #007a48;
	border-left: solid 40px transparent;
}
.section01.type01 > .heading > a > em {
	background: linear-gradient(left, #007a48 0%, #2b9447 100%);
  background: linear-gradient(to right, #007a48 0%,#2b9447 100%);
}
.section01.type01 > .heading > a > em:after {
	border-bottom-color: #2b9447;
}
.section01.type02 > .heading > a > em {
	background: linear-gradient(left, #5eae47 0%, #8dc63f 100%);
  background: linear-gradient(to right, #5eae47 0%,#8dc63f 100%);
}
.section01.type02 > .heading > a > em:after {
	border-bottom-color: #8dc63f;
}
.section01.type03 > .heading > a > em {
	background: linear-gradient(left, #8dc73f 0%, #a6e354 100%);
  background: linear-gradient(to right, #8dc73f 0%,#a6e354 100%);
}
.section01.type03 > .heading > a > em:after {
	border-bottom-color: #a6e354;
}
.section01 > .heading > a > em > span {
	display: inline-block;
	position: relative;
	padding-right: 15px;
}
.section01 > .heading > a > em > span:after {
	content: "";
	position: absolute;
	top: 50% !important;
	right: -5px;
	height: 0;
	width: 0;
	margin-top: -5px;
	border-top: solid 5px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 5px #ffffff;
	border-left: solid 5px transparent;
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
}
.typeNews {
	position: relative;
	width: 100% !important;
}
.typeNews + .anchorLink01.release {
	margin-top: 10px;
}
.typeNews > .heading {
	margin: 0 -15px;
}
.typeNews > .heading + * {
	margin-top: 20px;
}
.typeNews > .heading > a > em {
	background-color: #59ab46;
}
.typeNews > .heading > a > em:after {
	border-top: solid 75px transparent;
	border-bottom: solid 75px #59ab46;
}
.typeNews .rssArea {
	margin-top: 10px !important;
	text-align: right;
}
.typeNews .rssArea > * {
	display: inline-block;
	margin: 0 0 0 10px;
}
.typeNews .rssArea > *:first-child {
	margin-left: 0;
}
.typeNews .rssArea > * a {
	position: relative;
	color: #333;
	padding-left: 14px;
}
.typeNews .rssArea > * a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.typeNews .rssArea .rssLink a:after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	content: "";
	width: 10px;
	height: 10px;
	background: url(/common/img/rss_im01.jpg) no-repeat 0 0;
	background-size: 10px auto;
}
.typeNews .rssArea .aboutRss a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -6px; 
	border-width: 5px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #2b9446;
}
.typeNews .rssArea + .newsBox {
	margin-top: 5px;
}
.typeNews .newsBox {
	padding-bottom: 10px;
	border-bottom: solid 1px #aeabab;
}
.typeNews .newsBox > dt {
	font-size: 1.4rem;
}
.typeNews .newsBox > dt.new {
	color: #e75325;
}
.typeNews .newsBox dt [class*="icon"] {
	display: inline-block;
	margin-left: 10px;
	padding: 1px 10px 0;
	font-size: 1.2rem;
	color: #ffffff;
	border-radius: 15px;
}
.typeNews .newsBox > dt .icon01 {
	background: #007a48;
}
.typeNews .newsBox > dt .icon02 {
	background: #8dc63f;
}
.typeNews .newsBox > dt .icon03 {
	background: #0064b1;
}
.typeNews .newsBox > dt .icon04 {
	background: #5eae46;;
}
.typeNews .newsBox > dt .icon05 {
	background: #8aacb9;
}
.typeNews .newsBox > dt .icon06 {
	background: #5cb0e3;
}
.typeNews .newsBox > dt .icon07 {
	background: #efea55;
}
.typeNews .newsBox + .newsBox {
	margin-top: 10px;
}
.typeNews .newsBox > dd {
	margin-top: 5px;
}
.typeNews .newsBox > dd > * {
	margin-top: 0;
}

/* 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 {
	overflow: hidden;
	position: relative;
	background: linear-gradient(left, #007a48 0%, #007a48 50%, #2b9446 100%);
  background: linear-gradient(to right, #007a48 0%,#007a48 50%,#2b9446 100%);
	height: 44px;
}
.heading01 .detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.heading01 .title {
	float: left;
	font-size: 2.2rem;
	font-size: 22px;
	padding: 6px 30px 0 15px;
	color: #fff;
	display: inline-block;
	background: linear-gradient(left, #007a48 0%, #2b9446 100%);
  background: linear-gradient(to right, #007a48 0%,#2b9446 100%);
	height: 44px;
}
.heading01 .icon {
	display: block;
  content: '';
	background: url(/common/img/com_ic03.png) no-repeat 0 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.heading01 .title,
.heading01 .icon {
	float: left;
}

.heading01 a {
	display: inline-block;
	width: 100%;
}
.heading01 a .title {
	position: relative;
	padding-right: 30px;
}
.heading01 a .title:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '';
	background: url(/common/img/com_ic04.png) no-repeat 0 0;
	background-size: 8px 16px;
	width: 8px;
	height: 16px;
	margin: -8px 0 0 10px;
}
.heading01.headSpStyle01{
	height:auto !important;
	overflow:inherit;
}
.heading01.headSpStyle01 .title{
	display: block;
	width: 100%;
	height:auto !important;
	padding: 6px 15px;
	font-size: 1.8rem;
	font-size: 18px;
}
.heading01.headSpStyle01 .icon{
	display:none;
}
.heading01.headSpStyle01 .detail{
	position:relative;
}
/* heading02 */
.heading02 {
	margin: 30px 0 15px;
	padding: 8px 10px 8px 15px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
	background-color: #c4df9b;
}
.heading02 a {
	display: inline-block;
	width: 100%;
}
.heading02 a span {
	color: #1b602d;
	background: url(/common/img/com_ic05.png) no-repeat 100% 50%;
	background-size: 8px auto;
	padding-right: 20px;
}

.mainLayout .heading02 {
	margin: 0 -15px;
}
/* heading03 */
.heading03 {
	color: #5eae46;
	line-height: 1.4;
	margin: 25px 0 15px;
	padding: 0 15px;
	font-size: 2.0rem;
	font-size: 20px;
}
.heading03 a {
	display: inline-block;
	width: 100%;
}
.heading03 a span {
	color: #2b9446;
	background: url(/common/img/com_ic06.png) no-repeat 100% 6px;
	background-size: 8px 16px;
	padding-right: 20px;
}
.mainLayout .heading03 {
	margin: 0 -15px;
}
/* heading04 */
.heading04 {
	margin: 20px 0 15px;
	line-height: 1.4;
	font-size: 1.8rem;
	font-size: 18px;
	padding: 0 15px;
	border-bottom: solid 1px #cccccc;
}
.heading04 span {
	padding-bottom: 20px;
}
.heading04 a {
	display: inline-block;
	width: 100%;
}
.heading04 a span {
	color: #2b9446;
	background: url(/common/img/com_ic06.png) no-repeat 100% 5px;
	background-size: 8px 16px;
	padding-right: 15px;
}
.mainLayout .heading04 {
	margin: 0 -15px;
}
/* heading05 */
.heading05 {
	line-height: 1.4;
	margin: 20px 0 10px;
	font-size: 1.6rem;
	font-size: 16px;
}
.heading05 a {
	display: inline-block;
	width: 100%;
}
.heading05 a span {
	color: #2b9446;
	background: url(/common/img/com_ic06.png) no-repeat 100% 3px;
	background-size: 8px 16px;
	padding-right: 20px;
}
.mainLayout .heading04 {
	margin: 0 -15px;
}

/* 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-sp14{font-size: 14px !important;}
/* font-color */
.txColor01 { color: #f7941d !important; }
.txColor02 { color: #cc0000 !important; }
.txColor03 { color: #5eae46 !important; }
.txColor04 { color: #e75325 !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;
}
.paragraph02{
	margin-top: 20px !important;
}
.paragraph03{
	margin-top: 2.0em;
}

/* txLead */
.leadText01 {
	line-height: 1.4;
	margin: 1em 0 0;
	color: #e75325;
	font-size: 1.6rem;
	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;
}

/* notes */
p.notes01 {
	padding: 0 0 0 1.1em;
	text-indent: -1.1em;
	font-size: 12px;
}
p.notes01 > span {
	margin-right: 0.1em;
}
.notes01 > li {
	position: relative;
	padding: 0 0 0 1.1em;
	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_ic07.png") no-repeat scroll 0 top;
	background-size: 23px auto;
}

/* iconList */
.iconList01 a,
.iconList02 a,
.defList01 a,
.defList02 a {
	text-decoration: underline !important;
}
p.iconList01,
.iconList01 > li {
	position: relative;
	padding: 0 0 0 21px;
}
p.iconList01:before,
.iconList01 > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #2b9446;
}
p.iconList02,
.iconList02 > li {
	position: relative;
	padding: 0 0 0 17px;
}
p.iconList02:before,
.iconList02 > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #bbbbbb;
}

/* 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;
}
.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 21px;
}
.defList03 > dt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #2b9446;
}
.defList03 > dd {
	padding: 0 0 0 21px;
}
.defList03 > dt:first-child,
.defList03 > dd > *:first-child {
	margin-top: 0 !important;
}

.defList04 {
	margin: 30px 0 0 0;
}
.defList04 dl {
	margin: 35px 0 0 15px;
	padding: 0 15px;
	border: solid 2px #c4df9b;
}
.defList04 dl:first-child {
	margin-top: 0;
}
.defList04 dt {
}
.defList04 .label {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	margin-top: -25px;
	margin-left: -30px;
	padding: 3px;
	background-color: #5eae46;
	color: #fff;
	font-size: 8px;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
}
.defList04 .label .num {
	display: block;
	line-height: 1;
	margin-top: 4px;
	font-size: 21px;
	text-align: center;
}
.defList04 dd {
	padding: 12px 0 12px 15px;
}
.defList04 dd .read01 {
	margin-top: 0;
	padding-left: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #5eae46;
}
.defList04 dd .read01 + .paragraph01 {
	margin-left: 10px;
}
.defList04 dd .tx01 {
	margin: 5px 0 0 21px;
}
.defList04 > dt:first-child,
.defList04 > dd > *:first-child {
	margin-top: 0 !important;
}

.defList05 dl dt{
	float: left;
	width: 5em;
	overflow: hidden;
}
.defList05 dl dd{
	margin-left: 5em;
	padding-left: 1em;
	position: relative;
}
.defList05 dl dd:before{
	content: ":";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.defList06 {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 5px;
}
.defList06 + .defList06 {
	margin-top: 5px;
}
.defList06 > dt {
	margin: 1em 0 0.5em 0;
}
.defList06 > dd {
	padding: 0 0 0 14px;
}
.defList06 > dd .iconLink01 a {
	color: #2b9446;
}
.defList06 > dt:first-child,
.defList06 > dd > *:first-child {
	margin-top: 0 !important;
}

.defList07 + .defList07 {
	margin-top: 5px;
}
.defList07 > dt {
	margin: 1em 0 0.5em 0;
}
.defList07 > dd {
	padding: 0 0 0 14px;
}
.defList07 > dd .iconLink01 a {
	color: #2b9446;
}
.defList07 > dt:first-child,
.defList07 > dd > *:first-child {
	margin-top: 0 !important;
}

.defList08 dl{
	margin-top: 0;
}
.defList08 dl dt{
	float: left;
	width: 6em;
	overflow: hidden;
}
.defList08 dl dd{
	margin-left: 7em;
	padding-left: 1em;
	position: relative;
}
.defList08 dl dd:before{
	content: ":";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

/* Link Parts
------------------------------------------------------ */
[class*="iconLink"] {
	margin: 1em 0 0 0;
}
[class*="iconLink"] > li {
	margin-top: 0.75em;
}
[class*="iconLink"] > li:first-child {
	margin-top: 0;
}
.centerButton_250 {
	background-color: #007a48;
	color: white;
	padding: 10px 34px;
	display: block;
	margin: 30px auto 0;
	text-align: center;
}

/* icon */
a.linkTxt.type-blank:after,
.iconLink01 a.type-blank:after,
.btnLink01 a.type-blank:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 10px;
	margin: 0 0 0 8px;
	background: url(/common/img/com_ic08.png) no-repeat 0 0;
	background-size:  11px auto;
	vertical-align: middle;
}
.btnLink02 a.type-blank:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 10px;
	margin: 0 0 0 7px;
	background: url(/common/img/com_ic10.png) no-repeat 0 0;
	background-size:  11px auto;
	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_ic09.png) no-repeat 0 0;
	background-size:  11px auto;
	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 li:nth-child(2n+1) {
	padding-right: 10px;
}
.iconLink01 > a,
.iconLink01 > span,
.iconLink01 li > a,
.iconLink01 li > span {
	color: #2b9446;
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
}
.iconLink01 span {
	color: #333333;
}
.iconLink01 > a:before,
.iconLink01 > span:before,
.iconLink01 li > a:before,
.iconLink01 li > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.25em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 6px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #2b9446;
}

.iconLink01 > li > .listInner {
	margin: 0.2em 0 25px;
	padding-left: 13px;
}
.iconLink01 > li:last-child > .listInner {
	margin-bottom: 0;
}
.iconLink01 > li > .listInner > *:first-child {
	margin-top: 0 !important;
}

.second.iconLink01 > a,
.second.iconLink01 > span,
.second.iconLink01 li > a,
.second.iconLink01 li > span {
	color: #2b9446;
	position: relative;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}
.second.iconLink01 > a:before,
.second.iconLink01 > span:before,
.second.iconLink01 li > a:before,
.second.iconLink01 li > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 6px;
	height: 2px;
	margin-top: -1px;
	background: #2b9446;
	border: none;
}

/* btnLink */
[class*="btnLink"] a.sizeAuto { width: auto !important; }
[class*="btnLink"] li { margin-top: 10px; }
[class*="btnLink"] li:first-child { margin-top: 0x; }

[class*="btnLink"][class*="equalCol"] > li > a { width: 100%; }

[class*="btnLink"] a.size2Col:nth-child(2n+1),
[class*="btnLink"] a.size3Col:nth-child(2n+1),
[class*="btnLink"] a.size4Col:nth-child(2n+1) {
	padding-right: 2.8%;
}
.btnLink01 a {
	display: inline-block;
	padding: 14px 10px 12px;
	border: 1px solid #5eae46;
	background-color: #fff;
	color: #000000;
	text-align: center;
}
.btnLink01 a span {
	position: relative;
	padding-left: 15px;
}
.btnLink01 a span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -6px 0 0 0;
	border-width: 6px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #2b9446;
}
.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;
	color: #2b9446;
	text-decoration: underline !important;
}
.btnLink02 a {
	display: inline-block;
	padding: 14px 10px 12px;
	background-color: #92c400;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.btnLink02 a span {
	position: relative;
	padding-left: 15px;
}
.btnLink02 a span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -6px 0 0 0;
	border-width: 6px 7px;
	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: #a4d165;
}
.btnLink02 a:hover span {
	text-decoration:  underline;
} 
/* 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 li a{
	text-decoration: none !important;
	overflow: hidden;
}
.anchorLink01[class*="col"] {
	margin: 1em 0 0 0;
	overflow: visible;
}
.anchorLink01 > li {
	display:  inline-block;
	line-height: 1.25;
}
.anchorLink01 > li:nth-child(n+2) {
	margin-top: 0.75em;
}
.anchorLink01.col2 > li,
.anchorLink01.col3 > li,
.anchorLink01.col4 > li {
	display: inline;
	float: left;
	width:  50%;
}
.anchorLink01.col2 > li:nth-child(2),
.anchorLink01.col3 > li:nth-child(2),
.anchorLink01.col4 > li:nth-child(2) {
	margin-top: 0;
}
.anchorLink01 > li {
	border-left: solid 1px #cccccc;
}
.anchorLink01 > li > a {
	color:  #000000;
	position: relative;
	display: inline-block;
	padding: 0 7px 0 24px;
	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 6px;
	border-style: solid;
	border-color: #2b9446 transparent transparent transparent;
	margin-left: 10px;
}
.anchorLink01.equalHeight > li > a {
	display: table;
}
.anchorLink01.equalHeight > li > a > span {
	display: table-cell;
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
.defList01 dd .anchorLink01 {
	margin-left: -14px;
}

/* 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 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.25;
}
.table01 caption > *:last-child {
	margin-bottom: 0 !important;
}
.table01 th,
.table01 td {
	padding: 12px 15px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
	text-align: left;
	vertical-align: middle;
}
.table01 thead th {
	background-color: #2b9446;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.table01 tbody th {
	background-color: #2b9446;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.table01 .lv1 {
	background-color: #2b9446;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.table01 tbody .lv1 {
	text-align: left;
}
.table01 .lv2 {
	background-color: #e7e5d5;
	color: #555;
	font-weight: normal;
}
.table01 .lv3 {
	background-color: #f5f2e6;
	color: #555;
	font-weight: normal;
}
.table01 .lv4 {
	background-color: #faf8f2;
	color: #555;
	font-weight: normal;
}
.table01 .lv5 {
	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;
}

.tableWrap01.spScrolling {
	padding-bottom: 10px;
}

/* 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+2) {
	margin-top: 10px !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*="iconLink"] > *:nth-of-type(n+2),
.equalCol3[class*="iconLink"] > *:nth-of-type(n+2),
.equalCol4[class*="iconLink"] > *:nth-of-type(n+2) {
	margin-top: 0.75em !important;
}

/* equalCol */
.equalCol2 > *,
.equalCol3 > *,
.equalCol4 > * {
	float: none;
	margin: 0
}
.equalCol1 > *,
.equalCol2 > *,
.equalCol3 > *,
.equalCol4 > * { width: 100%; }

.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;
}
.singleCol figure.sizeFix {
	width: 55%
}
.singleCol.sizeFull figure figcaption,
.equalCol2 .col:nth-of-type(2n+1) figure figcaption,
.equalCol3 .col:nth-of-type(2n+1) figure figcaption,
.equalCol4 .col:nth-of-type(2n+1) figure figcaption {
	margin-left: 15px;
}
/* oxCol */
.equalCol2.boxCol .col {
	float: none;
	width: 100%;
}
.equalCol2.boxCol .col + .col {
	margin-top: 15px;
}
/* variableCol */
.variableCol2 {
	clear: both;
	margin: 20px 0 0 0;
}
.variableCol2 > .imgLeft .caption {
	margin-left: 15px;
}
.variableCol2.spCol2 > .imgRight.size4Col {
	float: left;
}
.variableCol2.spCol2 > .imgRight.size4Col {
	float: right;
}
.variableCol2.sneak > [class*="img"] {
	margin-bottom: 10px;
}
.variableCol2 > .textCol {
	margin-top: 10px;
}
.variableCol2.sneak > .textCol {
	overflow: visible;
}
.variableCol2 > [class*="img"].size2Col + .textCol,
.variableCol2 > [class*="img"].size3Col + .textCol,
.variableCol2 > [class*="img"].size4Col + .textCol {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 15px;
}
.variableCol2 > * > *:first-child {
	margin-top: 0 !important;
}
.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"].size2Col figure,
.variableCol2.sneak > [class*="img"].size3Col figure,
.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: 10px;
	font-size: 1.0rem;
	text-align: left;
}

.variableCol2.spSeparate .imgRight {
	float: right;
	margin-left: 10px;
}
.variableCol2.spSeparate .imgLeft {
	float: left;
	margin-right: 10px;
}
.variableCol2.spSeparate .size2Col { width: calc((100% - 10px) / 2); text-align: center; }
.variableCol2.spSeparate .size3Col { width: calc((100% - 10px) / 3); text-align: center; }
.variableCol2.spSeparate .size4Col { width: calc((100% - 10px) / 4); text-align: center; }

.variableCol2 .imgLeft.sizeFix,
.variableCol2 .imgRight.sizeFix {
	margin: 0 auto;
}

/* Box Parts
------------------------------------------------------ */
[class*="box"] .boxInner > *:first-child,
[class*="box"] .boxInner > .boxContent > *:first-child {
	margin-top: 0 !important;
}

/* box */
.box01 {
	margin: 20px 0 0;
	border: 3px solid #c4df9b;
	background-color: #fff;
}
.box01 > .boxInner {
	padding: 13px 13px 15px;
}
.box01 > .boxInner > .boxTitle {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
}
.box01 > .boxInner > .boxContent {
}

.box02 {
	margin: 20px 0 0;
	border: 3px solid #eeeeee;
	background-color: #fff;
}
.box02 > .boxInner {
	padding: 13px 13px 15px;
}
.box02 > .boxInner > .boxTitle {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
}
.box02 > .boxInner > .boxContent {
}

.box03 {
	margin: 20px 0 0;
	background-color: #eeeeee;
}
.box03 > .boxInner {
	padding: 13px 13px 15px;
}
.box03 > .boxInner > .boxTitle {
	margin: 0 0 8px 0;
	padding: 0;
	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 > 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 -----*/
/*----- line -----*/
.dashedLine01 {
	display: block;
	clear: both;
	margin: 30px 0;
	height: 2px;
	border: none;
	background: url(/common/img/com_bg01.gif) ;
}
.solidLine01 {
	display: block;
	clear: both;
	margin: 30px 0;
	height: 0;
	border-top: solid 2px #2b9446;
}
.solidLine02 {
	display: block;
	clear: both;
	margin: 30px 0;
	height: 0;
	border-top: solid 2px #999999;
}
.dottedLine {
	display: block;
	clear: both;
	margin: 30px 0;
	height: 0;
	border-top: dotted 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 > .newsContent {
}
.newsWrap01 > .newsContent > *:first-child {
	margin-top: 0 !important;
}
/* newsIcon */
.newsIcon {
	display: inline-block;
	min-width: 77px;
	padding: 1px 5px 0;
	border-radius: 9px;
	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;
}
.newsList01 > li {
}
.newsList01 > li + li {
	margin-top: 15px;
}
.newsList01 > li .entry {
}
.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;
}


/*----- tab -----*/
/* tabWrap */
.tabWrap01 {
	clear: both;
	margin: 20px 0 0 0;
}
.tabWrap01 > *:first-child {
	margin-top: 0 !important;
}
.tabWrap01 > .tabNavi {
	clear: both;
	margin: 30px 0 0 0;
}
.tabWrap01 > .tabNavi.scrolling {
	overflow-x: auto;
}
.tabWrap01 > .tabNavi.scrolling .tabs {
	border-bottom: none;
	white-space: nowrap;
}
.tabWrap01 > .tabNavi .tabs > li {
	float: left;
}
.tabWrap01 > .tabNavi .tabs.count2 > li { width: 47%; margin-left: 2%;  }
.tabWrap01 > .tabNavi .tabs.count3 > li { width: 30.5%; margin-left: 2%; }
.tabWrap01 > .tabNavi .tabs.count4 > li { width: 22.4%; margin-left: 2%; }
.tabWrap01 > .tabNavi.scrolling .tabs > li {
	float: none;
	display: table-cell;
}
.tabWrap01 > .tabNavi.scrolling .tabs > li {
	float: none;
	display: table-cell;
}
.tabWrap01 > .tabNavi.scrolling .tabs > li + li {
	padding-left: 2px;
}
.tabWrap01 > .tabNavi .tabs > li > a {
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 49px;
	padding: 5px 6px 3px;
	background-color: #007a48;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.25;
}
.tabWrap01 > .tabNavi .tabs > li > a:hover {
	line-height: 1.25;
}
.tabWrap01 > .tabNavi .tabs > li > a > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding: 0 2px 0 11px;
}
.tabWrap01 > .tabNavi .tabs > li > a > span > span {
	display: inline-block;
}
.tabWrap01 > .tabNavi .tabs > li > a > span > span:before {
	content: "";
	position: absolute;
	left: -4px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -6px 0 0 0;
	border-width: 6px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}
.tabWrap01 > .tabNavi .tabs > li.on > a > span > span:before {
	border-width: 7px 6px;
	border-color: #ffffff transparent transparent;
}
.tabWrap01 > .tabNavi .tabs > li:not(.on) > a:hover {
	background-color: #8dc63f;
}
.tabWrap01 > .tabNavi .tabs > li.on {
	position: relative;
	border-top: none;
	border-radius: 0;
}
.tabWrap01 > .tabNavi .tabs > li.on:after {
	content: "";
	display: block;
	background: #ffffff;
	width: 100%;
	height: 12px;
	border-left: 2px solid #baa493;
	border-right: 2px solid #baa493;
	box-sizing: border-box;
}
.tabWrap01 > .tabNavi .tabs > li.on > a {
	background-color: #8dc63f;
}
.tabWrap01 > .tabPanel {
	padding: 15px;
	border: solid 2px #baa493;
	margin-top: -2px;
}
.tabWrap01 > .tabPanel p {
	font-size: 1.4rem;
	color: #333333;
}
.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: 20px 0 0 0;
	border-bottom: 2px solid #baa493;
}
.toggleWrap01 > .tglBtn:first-child {
	margin-top: 0 !important;
}
.toggleWrap01 > .tglBtn > a {
	position: relative;
	display: block;
	padding: 0 68px 17px 0;
	color: #000000;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
}
.toggleWrap01 > .tglBtn > a:before {
	content: "開く";
	position: absolute;
	right: 15px;
	top: 2px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(/common/img/com_ic11.gif);
	background-size: 30px 60px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
.toggleWrap01 > .tglBtn.active > a:before {
	content: "閉じる";
	background-position: 0 -30px;
}
.toggleWrap01 > .tglPanel {
	clear: both;
	margin: 20px 0 0 0;
	color: #333333;
	font-size: 1.4rem;
}
.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;
}
/* 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: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 > .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;
}
/* contactDef */
.contactDef01 {
	display: table;
	background-color: #ffffff;
	width: 100%;
	vertical-align: middle;
}
.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 > 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;
}


/*----- faqWrap -----*/
.faqWrap {
	margin-top: 30px;
}
.faqList01 li {
	margin-top: 30px;
}
.faqWrap .question,
.faqWrap .answer {
	clear: both;
	overflow: hidden;
}
.faqWrap .question {
	padding-bottom: 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: 80%;
	margin-top: 0;
}
.faqWrap .questionTxt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

/*----- color -----*/
.black {
	color: #555555 !important;
}

/*----- size -----*/
.bigSize {
	font-size: 16px;
}
.big {
	font-size: 22px;
	vertical-align: middle;
}
/*----- imgBoder -----*/
.imgBoder img {
	border: 1px solid #e9e9e9;
}
/*----- fsBig -----*/
.fsBig {
	font-size: 23px;
}

/*----- ggmap -----*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* irBox */
.irBox .textWrap {
	overflow: hidden;
	position: relative;
	background: linear-gradient(left, #007a48 0%, #007a48 50%, #2b9446 100%);
  background: linear-gradient(to right, #007a48 0%,#007a48 50%,#2b9446 100%);
	height: 40px;
}
.irBox .textWrap .detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.irBox .textWrap .title {
	float: left;
	font-size: 1.5rem;
	font-size: 15px;
	padding: 10px 10px 0;
	color: #fff;
	display: inline-block;
	background: linear-gradient(left, #007a48 0%, #2b9446 100%);
  background: linear-gradient(to right, #007a48 0%,#2b9446 100%);
	height: 40px;
}
.irBox .textWrap .icon {
	display: block;
  content: '';
	background: url(/common/img/com_ic03.png) no-repeat 0 0;
  width: 40px;
  height: 75px;
  overflow: hidden;
}
.irBox .textWrap .title,
.irBox .textWrap .icon {
	float: left;
}

.irBox .textWrap a {
	display: inline-block;
	width: 100%;
}
.irBox .textWrap a .title {
	position: relative;
	padding-right: 30px;
}
.irBox .textWrap a .title:after {
	position: absolute;
	top: 47%;
	right: 15px;
	display: block;
	margin-top: -6px;
	content: '';
	background: url(/common/img/com_ic04.png) no-repeat 0 0;
	background-size: 6px auto;
	width: 6px;
	height: 16px;
}

/* boxInner */
.irBox .col{
	margin-top: 15px;
}
.irBox .col:first-child{
	margin-top: 0;
}
.irBox .boxInner{
	padding: 15px;
	background-color: #ebebeb;
}
.irBox .boxInner p{
	margin-top: 0;
}
.irBox .boxInner .rinkWrap{
	margin-top: 10px;
}

#eirArea #dataList > *:first-child {margin-top: 0 !important;}

/*パンくず　カスタム*/
#topicPath.cust{width: 100%;
             padding:12px 18px;
             overflow-x:unset;
              margin:0;}

.breadcrumbs.cust {display:inline-block;
                   white-space:unset}

.breadcrumbs.cust li {display:inline-block}

.breadcrumbs.cust > li + li {padding-left:12px;}

.breadcrumbs.cust > li + li:before{top:0px;
                                   left:0px;}

/*画像拡大表示*/
.poster-area ul li{cursor: pointer;}

.poster-area ul{text-align: center;
                margin-bottom: 20px;}       
.poster1{width:44%; 
         display:inline-block;
         margin-right: 10px;}

.poster2{width:44%; 
         display:inline-block;
         margin-left: 10px;}


.big-poster{display:none;
            text-align: center;}

.chevauchement-noir{
	    height: 100%;
    	opacity: 1;
    	background: rgba(0,0,0,0.85);
    	width: 100%;
   	 	position: fixed;
    	left: 0;
    	top: 0;
    	overflow: hidden;
    	min-height: 637px;}

.fermer {font-size: 60px;
    	 cursor: pointer;
    	 color:white;
    	 position: absolute;
    	 top:-80px;
    	 left:0;}

.br-pc { display:none; }
.br-sp { display:block; }

.expansion-poster {width:　100%;
        		  top: 25%;
    			  position: fixed;}


.expansion-poster img {width:76%;}


/*20180625*/
.hylo {border: solid 1px;
       padding: 14px;
	   margin:28px 0;}
	   
/*画像縮小表示*/
.smallsize75 {width: 75% !important;}


/* 全体にかかるCSS
------------------------------------------------------ */
.section02 p.paragraph01{
	padding-left: 1em;
}


/* Clearfix
------------------------------------------------------ */
.variableCol2.spSeparate,
.irBox .textWrap .detail:after,
.heading01 .detail:after,
.heading01.headSpStyle01,
.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,
.defList05 dl:after,
.defList08 dl:after {
	content: "";
	display: block;
	clear: both;
}

/*20230307 コーポレートガバナンス*/
.groupGovernanceEN .orderList02 > li { 
	padding: 0 0 0 5.2em; 
}
.groupGovernanceEN .liInner > li { 
	padding: 0 0 0 3em; 
} 

}