﻿@charset "utf-8";
/* ======================================================
 * ELEMENT **********************************************
 * Common Parts
 * Section Parts
 * COMPONENT ********************************************
 * RESPONSIVE *******************************************
 * - 769px <= width <= 1024px
 * Clearfix
====================================================== */
@media only screen and (min-width: 769px), print {
/********************************************************

  ELEMENT

********************************************************/

/* Common Parts
------------------------------------------------------ */
/* device */
.spOnly {
	display: none !important;
}
.aL_PC { text-align: left !important; }
.aC_PC { text-align: center !important; }
.aR_PC { text-align: right !important; }

/* size */
.sizeAuto { width: auto; }
.sizeFull { width: 100%; }
.size2Col { width: 48.15%; }
.size3Col { width: 30.866%; }
.size4Col { width: 22.225%; }

/* js */
.sizeFix + .sizeFix {
	margin-top: 20px;
}

/* 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: 50px;
}
.section02 {
	margin-top: 40px;
}
.section03 {
	margin-top: 30px;
}
.section04 {
	margin-top: 25px;
}
.section05 {
	margin-top: 25px;
}

/* Heading Parts
------------------------------------------------------ */


/* heading01 */
.heading01 {
	position: relative;
	line-height: 1;
	margin: 40px 0 25px;
	padding-left: 20px;
	font-size: 32px;
}
.heading01:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	height: 100%;
	width: 4px;
	border-radius: 5px;
	background: #92c400;
}

.heading01.type04:before {
	background: #f29600;
}

.heading01.type06:before {
	background: #a5609e;
}

/* heading02 */
.heading02 {
	margin: 40px 0 25px;
	padding: 0 0 10px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.25;
	background: url(/common/img/com_bg04.png) no-repeat 0 100%;
}
.heading02.type02 {
	background: url(/common/img/com_bg14.png) no-repeat 0 100%;
}
.heading02.type03 {
	background: url(/common/img/com_bg09.png) no-repeat 0 100%;
}
/*20170907追加*/
.heading02.type04 {
	background: url(/common/img/com_bg12.png) no-repeat 0 100%;
}
.heading02.type05 {
	background: url(/common/img/com_bg12.png) no-repeat 0 100%;
}
.heading02.type06 {
	background: url(/common/img/com_bg15.png) no-repeat 0 100%;
}

.heading02 > a {
	display: block;
	color: #22753b;
	text-decoration: none;
}
.heading02.type02 > a {
	color: #ff3366;
}
.heading02.type03 > a {
	color: #3366cc;
}
.heading02.type04 > a {
	color: #f29600;
}

.heading02.type05{
	color: #f29600;
}
/*20190909追加*/
.heading02.type06{
	color: #a5609e;
}

.heading02 > a:hover {
	color: #92c400;
}
.heading02.type02 > a:hover {
	color: #ff99aa;
}
.heading02.type03 > a:hover {
	color: #6699ff;
}
/*20170907追加*/
.heading02.type04 > a:hover {
	color: #f29600;
}


.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: 40px 0 25px;
	padding: 0 0 10px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.25;
	background: url(/common/img/com_bg04.png) no-repeat 0 100%;
}
.heading02_num.type02 {
	background: url(/common/img/com_bg08.png) no-repeat 0 100%;
}
.heading02_num.type03 {
	background: url(/common/img/com_bg09.png) no-repeat 0 100%;
}
.heading02_num > .num {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	padding: 5px 0 3px;
	background: #91c400;
	border-radius: 50px;
	color: #ffffff;
	font-size: 1.4rem;
	font-size: 14px;
	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.5em;
}


/* heading03 */
.heading03 {
	line-height: 1.4;
	margin: 30px 0 25px;
	padding: 7px 15px 4px;
	border-radius: 5px;
	background: #edf5d4;
	font-size: 20px;
	font-weight: bold;
}
.heading03 > a {
	display: block;
	text-decoration: none;
}
/* heading04 */
.heading04 {
	position: relative;
	line-height: 1.4;
	margin: 25px 0 15px;
	padding-left: 20px;
	font-size: 18px;
}
.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: 16px;
}
.heading05:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 5px;
	height: 2px;
	background: #92c400;
}
/* heading06 */
.heading06{
	line-height: 1.4;
	margin: 0 0 25px;
	padding: 1px 0 0 15px;
	border-left: solid 3px #2075c0;
}
.tableWrapAll .heading06{
	line-height: 1.4;
	margin: 0;
}


/* Text Parts
------------------------------------------------------ */
/* font-size */
.fontXS { font-size: 10px !important; font-size: 1.0rem !important; }
.fontS  { font-size: 12px !important; font-size: 1.2rem !important; }
.fontM  { font-size: 14px !important; font-size: 1.4rem !important; }
.fontL  { font-size: 16px !important; font-size: 1.6rem !important; }
.fontXL { font-size: 18px !important; font-size: 1.8rem !important; }
.f20	{ font-size: 20px; }
.f24	{ font-size: 24px; }
/* font-color */
/*ブラック*/
.txColor00 { color: #555555 !important; }
/*オレンジ*/
.txColor01 { color: #ffae0e !important; }
.txColor02 { color: #d9000f !important; }
.txColor03 { color: #317be1 !important; }
/*20170831追加(アニコムグリーン)*/
.txColor04 { color: #339933 !important; }
/*20170831追加(アニコムライトグリーン)*/
.txColor05 { color: #93c500 !important; }
/*20190909追加(アニコムパープル_(しにあ))*/
.txColor06 { color: #a5609e !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-top: 1em !important;
}
.paragraph02{
	margin-top: 1.5em !important;
}
.paragraph03{
	margin-top: 2.0em !important;
}
/* txLead */
.leadText01 {
	line-height: 1.4;
	margin: 1em 0 0;
	color: #fd8c07;
	font-size: 18px;
}
.leadText02 {
	line-height: 1.4;
	margin: 0.1em 0 0;
	color: #fd8c07;
	font-size: 18px;
}

/* 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[class*="notes"],
.listChild[class*="iconList"],
.listChild[class*="orderList"] {
	margin: 0.75em 0 1em;
}

/* listCol */
.listCol {
	margin: 1em 0 0 0;
}

.listCol > li + li { margin-top: 0 !important; }

/* listRow */
.listRow {
	margin: 1em 0 0 0;
}
.listRow[class*="space"] {
	overflow: hidden;
}
.listRow.space1 { margin-right: -40px; margin-bottom: -10px; }
.listRow.space2 { margin-right: -20px; margin-bottom: -20px; }
.listRow:last-child { margin-bottom: 0; }
.listRow[class*="count"]:last-child { margin-bottom: 0; }
.listRow > li {
	float: left;
}
.listRow.space1 > li { margin-right: 40px; margin-bottom: 10px; }
.listRow.space2 > li { margin-right: 20px; margin-bottom: 20px; }
.listRow[class*="List"] > li,
.listRow[class*="Link"] > li {
	margin-top: 0;
}
.listRow > li > *:first-child {
	margin-top: 0;
}

/* notes */
p.notes01 {
	padding: 0 0 0 1.4em;
	text-indent: -1.4em;
	font-size: 13px;
}
p.notes01 > span {
	margin-right: 0.4em;
}
.notes01 > li {
	position: relative;
	padding: 0 0 0 1.8em;
	font-size: 13px;
}
.notes01 > li > span {
	position: absolute;
	left: 0;
	top: 0;
}
p.notes02 {
	padding: 0 0 0 2.65em;
	text-indent: -2.65em;
	font-size: 13px;
}
p.notes02 > span {
	margin-right: 1em;
}
.notes02 > li {
	position: relative;
	font-size: 13px;
}
.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;
}

/* br */
.br-pc { display:block; }
.br-sp { display:none; }
.ml_10 { margin-left:10px; }


/* 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 13px;
}
p.iconList02:before,
.iconList02 > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	display: inline-block;
	width: 4px;
	height: 4px;
	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: 25px 0 15px;
}
.defList02 > dt > .label {
	display: table-cell;
	width: 147px;
	padding: 10px 5px 7px;
	border-radius: 3px;
	background-color: #92c400;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}
.defList02 > dt > .hdg {
	display: table-cell;
	padding: 0 0 0 15px;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
	vertical-align: middle;
}

.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: 70px;
	height: 70px;
	padding-top: 10px;
	border-radius: 100px;
	background-color: #92c400;
	color: #fff;
	font-size: 14px;
	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: 22px;
	text-align: center;
}
.defList02_02 > dt > .hdg {
	display: table-cell;
	padding: 0 0 0 15px;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
	vertical-align: middle;
}

.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;
}

.mgnFix > dd {
	margin-left: 15px;
}

.defList04 {
	margin: 30px 0 0 0;
}
.defList04 dl {
	margin-top: 25px;
	margin-left: 55px;
	padding: 0 30px;
	border-radius: 4px;
	border: solid 1px #93c500;
}
.defList04 dl:first-child {
	margin-top: 0;
}

.defList04 .label {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	margin-top: -10px;
	margin-left: -85px;
	padding: 18px 3px;
	background-color: #93c500;
	border-radius: 36px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.defList04 .label .num {
	display: block;
	line-height: 1;
	font-size: 22px;
	text-align: center;
}
.defList04 dd {
	padding: 30px 0;
}
.defList04 dd .read01 {
	margin-top: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #93c500;
}
.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;
}
.position_c{
	margin: 4px 0 0 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;
}
.iconLink02 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: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	background: url(/common/img/com_ic24.png) no-repeat 0 0;
	vertical-align: middle;
}

/* linkTxt */
a.linkTxt {
	text-decoration: underline !important;
}
#sideMenu a.linkTxt {
	text-decoration: none !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 17px;
}
.iconLink01 a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 5px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}

.iconLink01 a.orange:before {
	border-color: transparent transparent transparent #f8ba00;
}

.iconLink01 a.pink:before,.iconLink01 a.purple:before {
	border-color: transparent transparent transparent #ef9091;
}

.iconLink01 a.pink:link,.iconLink01 a.pink:visited {
	color:  #a5609e;
}

.textCol a.pink:link,.textCol a.pink:visited {
	color:  #ef9091;
}

.iconLink01 > li > .listInner {
	margin: 10px 0 25px;
	padding-left: 17px;
}
.iconLink01 > li:last-child > .listInner {
	margin-bottom: 0;
}
.iconLink01 > li > .listInner > *:first-child {
	margin-top: 0 !important;
}

/*iconLink02(20170907追加)*/
.iconLink02 a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 17px;
}
.iconLink02 a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 5px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #f8ba00;
}

.iconLink02 > li > .listInner {
	margin: 10px 0 25px;
	padding-left: 17px;
}
.iconLink02 > li:last-child > .listInner {
	margin-bottom: 0;
}
.iconLink02 > li > .listInner > *:first-child {
	margin-top: 0 !important;
}

/* btnLink */
[class*="btnLink"][class*="equalCol"] > li > a,
[class*="btnLink"].listCol a,
[class*="btnLink"].listRow a { width: 100%; }

.btnLink01 a {
	position: relative;
	display: inline-block;
	padding: 6px 45px 3px;
	border: 1px solid #93c500;
	border-radius: 16px;
	background-color: #fff;
	color: #93c500;
	text-align: center;
}
.btnLink01 a:before {
	content: "";
	position: absolute;
	left: 18px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -5px 0 0 0;
	border-width: 5px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}
.btnLink01[class*="equalCol"] a,
.btnLink01 a[class*="size"] {
	padding-right: 18px;
	padding-left: 30px;
}
.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;
}

.btnLink01.purple a:hover {
	background-color: #f1e6f2;
}

.btnLink01.purple a {
	border: 1px solid #a6619f;
	color: #a6619f;
}
.btnLink01.purple a:before {
	border-color: transparent transparent transparent #a6619f;
}

.btnLink02 a {
	position: relative;
	display: inline-block;
	padding: 17px 90px 14px;
	border-radius: 5px;
	background-color: #92c400;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.btnLink02 a.purple {

	background-color: #a5609e;
	color: #fff;
}
.btnLink02 a.orange {

	background-color: #f7931d;
	color: #fff;
}


.btnLink02 a:before {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -6px 0 0 0;
	border-width: 6px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
.btnLink02[class*="equalCol"] a,
.btnLink02 a[class*="size"] {
	display: table;
	padding-right: 25px;
	padding-left: 45px;
}
.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 {
	opacity: 0.7;
}
/*20171005オレンジボタン追加*/
.btnLink03 a {
	position: relative;
	display: inline-block;
	padding: 17px 90px 14px;
	border-radius: 5px;
	background-color: #f39700;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.btnLink03 a:before {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -6px 0 0 0;
	border-width: 6px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
.btnLink03[class*="equalCol"] a,
.btnLink03 a[class*="size"] {
	display: table;
	padding-right: 25px;
	padding-left: 45px;
}
.btnLink03[class*="equalCol"] a {
	display: table;
}
.btnLink03[class*="equalCol"] a > span {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.btnLink03 a:hover {
	opacity: 0.7;
}

/* anchorLink */
[class*="anchorLink"].col2 > li { width: 48.15%; }
[class*="anchorLink"].col3 > li { width: 30.866%; }
[class*="anchorLink"].col4 > li { width: 22.225%; }
[class*="anchorLink"].col2 > li:nth-child(2n+1),
[class*="anchorLink"].col3 > li:nth-child(3n+1),
[class*="anchorLink"].col4 > li:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}
[class*="anchorLink"].col2 > li:nth-child(n+3),
[class*="anchorLink"].col3 > li:nth-child(n+4),
[class*="anchorLink"].col4 > li:nth-child(n+5) {
	margin-top: 0.75em;
}
.anchorLink01 {
	margin: 1em -20px -10px 0;
	overflow: hidden;
}
.anchorLink01[class*="col"] {
	margin: 1em 0 0 0;
	overflow: visible;
}
.anchorLink01 > li {
	float: left;
	margin: 0 20px 10px 0;
	border-right: 1px solid #d0d0d0;
	line-height: 1.1;
}
.anchorLink01.col2 > li,
.anchorLink01.col3 > li,
.anchorLink01.col4 > li {
	margin: 0 0 0 3.7%;
}
.anchorLink01 > li > a {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	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: 6px 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 {
	margin-right: 0;
}
.anchorLink01.newsType > li > a:before {
	content: "";
	position: static;
	display: inline;
	width: 0;
	height: 0;
	margin: 0;
	border: none;
}


/* Table Parts
------------------------------------------------------ */
/* tableWrap */
.tableWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
.tableWrap01 > *:first-child {
	margin-top: 0 !important;
}
.table01 {
	box-sizing: inherit;
	width: 100%;
	margin: 30px 0 0 0;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}
.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 15px;
	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: 20px;
	border-right: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}
.table01 thead th {
	background-color: #71b100;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.table01 tbody th {
	background-color: #71b100;
	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 thead .lv6 {
    background-color: #a5609e;
}
.table01 thead .lv7 {
    background-color: #ef9091;
}
.table01 thead .lv8 {
	background-color: #f2e7f1;
	color: #555;
	font-weight: normal;
}
.table01 tbody .lv6 {
    background-color: #a5609e;
}
.table01 tbody .lv7 {
    background-color: #ef9091;
}
.table01 tbody .lv8 {
	background-color: #f2e7f1;
	color: #555;
	font-weight: normal;
}
.table01 th > *:first-child,
.table01 td > *:first-child {
	margin-top: 0 !important;
}

.table60w {
	width: 60%;
}


/* Column Parts
------------------------------------------------------ */
.singleCol,
.equalCol2,
.equalCol3,
.equalCol4 {
	margin-top: 30px;
}
.equalCol2 > *:nth-of-type(n+3),
.equalCol3 > *:nth-of-type(n+4),
.equalCol4 > *:nth-of-type(n+5) {
	margin-top: 20px !important;
}
.equalCol2.typeDoor > *:nth-of-type(n+3),
.equalCol3.typeDoor > *:nth-of-type(n+4),
.equalCol4.typeDoor > *:nth-of-type(n+5) {
	margin-top: 30px !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+3),
.equalCol3[class*="iconList"] > *:nth-of-type(n+4),
.equalCol4[class*="iconList"] > *:nth-of-type(n+5),
.equalCol2[class*="iconLink"] > *:nth-of-type(n+3),
.equalCol3[class*="iconLink"] > *:nth-of-type(n+4),
.equalCol4[class*="iconLink"] > *:nth-of-type(n+5) {
	margin-top: 0.75em !important;
}
.equalCol2 > *:nth-of-type(2n+1),
.equalCol3 > *:nth-of-type(3n+1),
.equalCol4 > *:nth-of-type(4n+1) {
	clear: left !important;
	margin-left: 0 !important;
}

/* equalCol */
.equalCol2 > *,
.equalCol3 > *,
.equalCol4 > * {
	float: left;
	margin: 0 0 0 3.7%;
}
.equalCol1 > * { width: 100%; }
.equalCol2 > * { width: 48.15%; }
.equalCol3 > * { width: 30.866%; margin-top: 0 !important; }
.equalCol4 > * { width: 22.225%; }

.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: 30px 0 0 0;
}
.variableCol2 > .imgRight {
	float: right;
	margin: 0 0 0 30px;
}

.variableCol2 > .imgRight.bousai-box {
	margin: 0 0 0 -100px;
}

.variableCol2 > .imgRight.sp100 {
	float: right;
	margin: 0 30px 0 0;
}

.variableCol2 > .imgLeft {
	float: left;
	margin: 0 30px 0 0;
}
.variableCol2 > .imgLeft.bousai-box {
margin: 0 -5% 0 -8%;
}

.variableCol2.sneak > [class*="img"] {
	margin-bottom: 10px;
}
.variableCol2 > .textCol {
	overflow: hidden;
}
.variableCol2.sneak > .textCol {
	overflow: visible;
}
.variableCol2 > * > *:first-child {
	margin-top: 0 !important;
}
.variableCol2 figure {
	margin: 0 auto;
}

.variableCol2.boxLayout01 > .textCol {
	background: #f0f6df;
	padding: 20px;
}
.variableCol2.boxLayout01 >.textCol > h2 {
	font-size:16px;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 15px;
}
.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;
}


.caption {
	margin: 0.5em 0 0;
	font-size: 13px;
	text-align: left;
	margin-left:12px;
}


/* Box Parts
------------------------------------------------------ */
[class*="box"] .boxInner > *:first-child,
[class*="box"] .boxInner > .boxContent > *:first-child {
	margin-top: 0 !important;
}

/* box */
.box01 {
	margin: 30px 0 0 0;
	border: 2px solid #8dc220;
	border-radius: 8px;
	background-color: #fff;
}
.box01 > .boxInner {
	padding: 23px 28px;
}
.box01 > .boxInner > .boxTitle {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #c9c9c9;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
}

.box02 {
	margin: 30px 0 0 0;
	border: 1px solid #fd8c07;
	background-color: #fff;
}
.box02 > .boxInner {
}
.box02 > .boxInner > .boxTitle {
	padding: 13px 30px 11px;
	background-color: #fd8c07;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
}
.box02 > .boxInner > .boxTitle > span {
	display: inline-block;
	padding: 3px 0 2px 30px;
	background: url(/common/img/com_ic26.png) no-repeat 0 0;
}
.box02 > .boxInner > .boxContent {
	padding: 24px 29px 29px;
}


.box03 {
	margin: 30px 0 0 0;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}
.box03 > .boxInner {
	padding: 29px;
}
.box03 > .boxInner > .boxTitle {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #c9c9c9;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
}
.box04 {
	margin: 30px 0 0 0;
	background-color: #f2f8e0;
}
.box04 > .boxInner {
	padding: 29px;
}
.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;
}

.box05 {
	margin: 30px 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: 15px 29px 13px;
	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: 25px 29px;
}
.box05 > .boxInner > .boxContent .innerBoxTitle {
	margin-top: 10px;
	padding: 8px 10px 6px;
	background: #edf5d4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.box05 .equalCol2 .col .box05 > .boxInner > .boxContent {
	padding: 20px 29px;
}
.box05 .equalCol2 .col .box05 > .boxInner > .boxTitle {
	padding: 12px 29px 10px;
}

/* Index Parts
------------------------------------------------------ */
/* idxLayout */
.idxLayout01 {
	text-align: left;
}
.idxLayout01 > .linkBlock {
	padding: 17px 19px 20px;
	border: 1px solid #93c501;
	border-radius: 5px;
	background-color: #fff;
}
.idxLayout01 > .linkBlock > .hdg {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 16px;
}
.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: 5px 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 {
	float: right;
	width: 64%;
	font-size: 15px;
	font-weight: bold;
}
.idxLayout02 .image {
	float: left;
	width: 32%;
}
.idxLayout02 .cnt {
	float: right;
	width: 64%;
	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 15px 15px 55px;
	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 15px 15px 35px;
	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: 15px;
	top: 1em;
	display: block;
	width: 26px;
	line-height: 26px;
	border-radius: 50px;
	background: #91c400;
	color: #ffffff;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.idxLayout03.type02 > .linkBlock > .hdg > .num {
	background: #fa6e8d;
}
.idxLayout03.type03 > .linkBlock > .hdg > .num {
	background: #386abb;
}

.idxLayout03 > .linkBlock > .cnt {
	padding: 17px 19px 20px;
}
.idxLayout03 > .linkBlock > .cnt > *:first-child {
	margin-top: 0 !important;
}



/* Other Parts
------------------------------------------------------ */

/*----- line -----*/
.dashedLine01 {
	display: block;
	clear: both;
	margin: 50px 0;
	height: 0;
	border-top: dashed 1px #91c400;
}
.dashedLine02 {
	display: block;
	clear: both;
	margin: 50px 0;
	height: 0;
	border-top: dashed 1px #999999;
}
.solidLine01 {
	display: block;
	clear: both;
	margin: 50px 0;
	height: 0;
	border-top: solid 1px #91c400;
}
.solidLine02 {
	display: block;
	clear: both;
	margin: 50px 0;
	height: 0;
	border-top: solid 1px #999999;
}

/*----- navi -----*/
/* localNavi */
.localNavi01 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 25px 30px 20px;
	background-color: #f0f6df;
}
.localNavi01 > *:first-child {
	margin-top: 0 !important;
}

/*----- news -----*/
/* newsWrap */
.newsWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
.newsWrap01 > *:first-child {
	margin-top: 0 !important;
}
.newsWrap01 > .newsHeading {
	margin: 30px 0 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #d0d0d0;
}
.newsWrap01 > .newsHeading > .hdg {
	position: relative;
	float: left;
	padding: 6px 0 0 19px;
	color: #21753c;
	font-size: 20px;
	line-height: 1.25;
}
.newsWrap01 > .newsHeading > .hdg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.85em;
	display: inline-block;
	width: 12px;
	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: 20px;
}
.newsWrap01 > .newsHeading > .links > li > *:first-child {
	margin-top: 0 !important;
}
.newsWrap01 > .newsHeading > .links > li.rss > a {
	display: inline-block;
	padding: 0 0 0 22px;
	background: url(/common/img/com_ic27.png) no-repeat 0 0.2em;
	color: #333333;
}
.newsWrap01 > .newsContent {
}
.newsWrap01 > .newsContent > *:first-child {
	margin-top: 0 !important;
}
/* newsIcon */
.companyIcom {
	margin-left: 10px;
}
.newsIcon {
	display: inline-block;
	min-width: 85px;
	padding: 1px 4px 0;
	border-radius: 10px;
	background-color: #267b1a;
	color: #ffffff !important;
	font-size: 11px !important;
	line-height: 18px !important;
	text-align: center;
	vertical-align: middle;
}
/* newsList */
.newsList01 {
	clear: both;
	margin: 30px 0 0 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
}
.newsHeading + .newsContent > .newsList01 > li:first-child {
	border-top: none;
}
.newsList01 > li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #999999;
}
.newsList01 > li:first-child {
	border-top: 1px solid #999999;
}
.newsList01 > li .entry {
	margin-top: 0;
}
.newsList01 > li .entry > dt {
	float: left;
	margin: 0 20px 0 0;
	width: 8.5em;
}
.newsList01.useIcon > li .entry > dt {
	width: auto;
}
.newsList01 > li .entry > dt > *:first-child {
	margin-left: 0 !important;
}
.newsList01 > li .entry > dt > .date {
	display: inline-block;
	margin: 0 0 0 15px;
	color: #666666;
	line-height: 1.25;
	vertical-align: middle;
}
.newsList01 > li .entry > dt > .time {
	display: inline-block;
	min-width: 85px;
	margin: 0 0 0 15px;
	color: #666666;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}
.newsList01 > li .entry > dt > .category {
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: middle;
}
.newsList01 > li .entry > dd {
	padding: 2px 0 0 0;
	overflow: hidden;
}
.newsList01 > li .entry > dd > *:first-child {
	margin-top: 0 !important;
}
.newsList01 > li .entry > dd > .headline {
	position: relative;
	padding: 0 0 0 17px;
}
.newsList01 > li .entry > dd > .headline:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 5px 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: 46px 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;
	/* border: 1px solid #d0d0d0; */
	border-bottom: none;
	/* border-radius: 6px 6px 0 0; */
}
.tabWrap01 > .tabNavi .tabs.count2 > li { width: 405px; }
.tabWrap01 > .tabNavi .tabs.count3 > li { width: 270px; }
.tabWrap01 > .tabNavi .tabs.count4 > li { width: 202px; }
.tabWrap01 > .tabNavi .tabs.count4 > li:nth-child(1) { width: 204px; }

.noSide .tabWrap01 > .tabNavi .tabs.count2 > li { width: 540px; }
.noSide .tabWrap01 > .tabNavi .tabs.count3 > li { width: 360px; }
.noSide .tabWrap01 > .tabNavi .tabs.count4 > li { width: 270px; }

.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: 70px;
	padding: 5px 15px 3px;
	/* background-color: #eff7d6; */
	border-bottom: 1px solid #d0d0d0;
	color: #d0d0d0;
	font-size: 14px;
	line-height: 1.25;
	/* border-radius: 6px 6px 0 0; */
}
.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: 20px;
}
.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 #d0d0d0;
}
.tabWrap01 > .tabNavi .tabs > li.on > a > span > span:before {
	border-width: 10px 5px;
	border-color: #99c80f transparent transparent;
}

.tabWrap01.type04 > .tabNavi .tabs > li.on > a > span > span:before {
	border-color: #f29600 transparent transparent;
}

.tabWrap01.type06 > .tabNavi .tabs > li.on > a > span > span:before {
	border-color: #a5609e transparent transparent;
}

.tabWrap01 > .tabNavi .tabs > li:not(.on) > a:hover {
	background-color: #eff7d6;
}
.tabWrap01 > .tabNavi .tabs > li.on {
	position: relative;
	border-top: none;
	border-radius: 0;
}
.tabWrap01 > .tabNavi .tabs > li.on:before {
	position: absolute;
	top: -16px;
	left: -1px;
	content: "";
	width: 100%;
	height: 10px;
	/* border-top: 6px solid #93c500;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0; */
	/* border-radius: 6px 6px 0 0; */
}
.tabWrap01 > .tabNavi .tabs > li.on > a {
	background-color: #fff;
	border-top: 2px solid #93c500;
	border-bottom: none;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	color: #555;
	font-weight: bold;
}

.tabWrap01.type04 > .tabNavi .tabs > li.on > a {
	border-top: 2px solid #f29600;
}

.tabWrap01.type06 > .tabNavi .tabs > li.on > a {
	border-top: 2px solid #a5609e;
}

.tabWrap01 > .tabPanel {
	clear: both;
	padding: 25px 30px;
	/* 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: 20px 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 50px 8px 0;
	color: #666666;
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 1.25;
}
.toggleWrap01 > .tglBtn > a:before {
	content: "開く";
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(/common/img/com_ic28.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
.toggleWrap01 > .tglBtn.active > a:before {
	content: "閉じる";
	background-position: 0 -30px;
}

.toggleWrap01 > .tglBtn > a.orange:before {

	background-image: url(/common/img/com_ic34.png);

}

.toggleWrap01 > .tglBtn > a.purple:before {

	background-image: url(/common/img/com_ic45.png);

}

.toggleWrap01 > .tglPanel {
	clear: both;
	margin: 15px 0 0 0;
}
.toggleWrap01 > .tglPanel > *:first-child {
	margin-top: 0 !important;
}

/*----- recommend -----*/
/* recommendWrap */
.recommendWrap01 {
	clear: both;
	margin: 50px 0 0 0;
	border-radius: 5px;
	background-color: #f0f6df;
}
.recommendWrap01 > *:first-child {
	margin-top: 0 !important;
}
/* recommendNavi */
.recommendNavi01 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 30px;
	border-radius: 0;
}
.noSide .recommendNavi01 {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding: 35px 0;
}
.recommendNavi01 > dt {
	margin: 0 0 20px 0;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 18px auto;
	color: #666666;
	font-size: 28px;
	text-align: center;
}
.recommendNavi01 > dd {
}
.recommendNavi01 > dd > *:first-child {
	margin-top: 0 !important;
}
.recommendNavi01 > dd .recList > li {
	float: left;
	width: 23.2%;
	margin: 0 0 0 2.4%;
}
.noSide .recommendNavi01 > dd .recList > li {
	width: 22.15%;
	margin: 0 0 0 3.8%;
}
.recommendNavi01 > dd .recList > li:nth-child(4n+1) {
	clear: left !important;
	margin-left: 0 !important;
}
.recommendNavi01 > dd .recList > li:nth-child(n+5) {
	margin-top: 15px;
}
.recommendNavi01 > dd .recList > li > .linkBlock {
}
.recommendNavi01 > dd .recList > li > .linkBlock > .image {
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
}
.recommendNavi01 > dd .recList > li > .linkBlock > .image img {
	border-radius: 5px;
}
.recommendNavi01 > dd .recList > li > .linkBlock > .cap {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0 0 0 17px;
	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: 5px 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,
body.inquiry .recommendNavi01 > dd .recList > li.inquiry {
	display: block;
}

/*----- pressWrap -----*/
.pressWrap p:nth-child(2) {
	margin-top: 30px;
	text-align: right;
}
.pressWrap h2 {
	font-size:26px;
	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;
	margin: 60px 0 0 0;
}
.contactWrap01 > *:first-child {
	margin-top: 0 !important;
}
.contactWrap02 {
	clear: both;
	margin: 30px 0 0 0;
	border-radius: 5px;
	background-color: #e8f4e7;
}
.contactWrap03 > *:first-child {
	margin-top: 100px !important;
}
/* contactNavi */
.contactNavi01,
.mainLayout.wide .contactNavi01 {
	clear: both;
	width: 1080px;
	margin: 0 auto;
}
.mainLayout .contactNavi01 {
	width: auto;
}
.contactNavi01 > *:first-child {
	margin-top: 0 !important;
}
.contactNavi01 > .lead {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.contactNavi01 > .lead > strong {
	font-size: 40px;
}
.contactNavi01 > .lead  > .ast {
	font-size: 12px;
	font-weight: normal;
}
.contactNavi01 > .note {
	margin: 1.25em 0 0 0;
	color: #666666;
	/*20170703fontsizeを12→11へ変更*/
	font-size: 11px;
	text-align: center;
}
.contactNavi01 > .links {
	margin: 1.5em auto 0;
	text-align: center;
	letter-spacing: -0.4em;

}
.contactNavi01 > .links > li,
.mainLayout.wide .contactNavi01 > .links > li {
	display: inline-block;
	width: 525px;
	background: #ffffff;
	vertical-align: top;
	letter-spacing: normal;
	margin-right: 1rem;
}
.mainLayout .contactNavi01 > .links > li {
	width: 360px;
}
.contactNavi01 > .links > li + li {
	/*margin-left: 30px;*/
}
.contactNavi01 > .links > li > a {
	position: relative;
	display: table;
	width: 100%;
	height: 54px;
	padding: 9px 30px 5px 90px;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}

.contactNavi01 > .links > li.applyBtn > a {
	background-color: #f39700;
}

.contactNavi01 > .links > li.requestBtn > a {
	background-color: #8ec31f;
}
.contactNavi01 > .links > li.applyBtn > a:before,
.mainLayout.wide .contactNavi01 > .links > li.applyBtn > a:before {
	content: "";
	position: absolute;
	left: 135px;
	top: 58%;
	display: inline-block;
	width: 41px;
	height: 35px;
	margin: -22px 0 0 0;
	background: url(/common/img/aside_ic01.png) no-repeat 0 0;
	background-size: 30px auto;
}

.mainLayout .contactNavi01 > .links > li.applyBtn > a:before {
	/*left: 60px;*/
	left: 56px;
}

.contactNavi01 > .links > li.requestBtn > a:before,
.mainLayout.wide .contactNavi01 > .links > li.requestBtn > a:before {
	content: "";
	position: absolute;
	left: 190px;
	top: 58%;
	display: inline-block;
	width: 41px;
	height: 35px;
	margin: -21px 0 0 0;
	background: url(/common/img/com_ic30.png) no-repeat 0 0;
	background-size: 41px auto;
}

.mainLayout .contactNavi01 > .links > li.requestBtn > a:before {
	left: 51px;
}

.contactNavi01 > .links > li > a > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.contactNavi01 > .links > li > a:hover {
	opacity: 0.7;
}
.contactNavi02 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 30px;
	text-align: center;
}
.contactNavi02 > *:first-child {
	margin-top: 0 !important;
}
.contactNavi02 > .lead {
	display: block;
	font-size: 26px;
	line-height: 1.25;
}
.contactNavi02 > .lead > span {
	display: inline-block;
	background-image: url(/common/img/com_ic38.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 32px auto;
	padding: 7px 0 3px 50px;
}

/*20170704footercontactblock_topisc用追加*/

.contactNavi03,
.mainLayout.wide .contactNavi03 {
	clear: both;
	width: 1080px;
	margin: 0 auto;
}
.mainLayout .contactNavi03 {
	width: auto;
}

.contactNavi03 > .lead {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.contactNavi03 > .lead > strong {
	font-size: 40px;
}
.contactNavi03 > .lead  > .ast {
	font-size: 12px;
	font-weight: normal;
}
.contactNavi03 > .note {
	margin: -3px 0 0 0;
	color: #666666;
	/*20170703fontsizeを12→11へ変更*/
	font-size: 11px;
	text-align: center;
}
.contactNavi03 > .links {
	margin: 1.5em auto 0;
	text-align: center;
	letter-spacing: -0.4em;

}
.contactNavi03 > .links > li,
.mainLayout.wide .contactNavi03 > .links > li {
	display: inline-block;
	width: 650px;
	background: #ffffff;
	vertical-align: top;
	letter-spacing: normal;
}
.mainLayout .contactNavi03 > .links > li,
.mainLayout .contactNavi03 > .links > li.requestBtn {
	width: 650px;
}
.contactNavi03 > .links > li + li {
	margin-left: 30px;
}
.contactNavi03 > .links > li > a {
	position: relative;
	display: table;
	width: 100%;
	height: 54px;
	padding: 9px 30px 5px 90px;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}

.contactNavi03 > .links > li.applyBtn2 > a {
	background-color: #f39700;
}

.contactNavi03 > .links > li.applyBtn2 > a:before,
.mainLayout.wide .contactNavi03 > .links > li.applyBtn2 > a:before {
	content: "";
	position: absolute;
	/*20171024修正*/
	/*left: 150px;*/
	left: 187px;
	top: 58%;
	display: inline-block;
	width: 55px;
	height: 38px;
	margin: -22px 0 0 0;
	background: url(/common/img/com_ic43.png) no-repeat 0 0;
	background-size: 44px auto;
	background-position: center;
}

.contactNavi03 > .links > li > a > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.contactNavi03 > .links > li > a:hover {
	opacity: 0.7;
}

/*20171002ぷち用追加*/

.contactNavi04,
.mainLayout.wide .contactNavi04 {
	clear: both;
	width: 1080px;
	margin: 0 auto;
}
.mainLayout .contactNavi04 {
	width: auto;
}

.contactNavi04 > .lead {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.contactNavi04 > .lead > strong {
	font-size: 40px;
}
.contactNavi04 > .lead  > .ast {
	font-size: 12px;
	font-weight: normal;
}
.contactNavi04 > .note {
	margin: -3px 0 0 0;
	color: #666666;
	/*20170703fontsizeを12→11へ変更*/
	font-size: 11px;
	text-align: center;
}
.contactNavi04 > .links {
	margin: 1.5em auto 0;
	text-align: center;
	letter-spacing: -0.4em;

}
.contactNavi04 > .links > li,
.mainLayout.wide .contactNavi04 > .links > li {
	display: inline-block;
	width: 650px;
	background: #ffffff;
	vertical-align: top;
	letter-spacing: normal;
}
.mainLayout .contactNavi04 > .links > li {
	width: 650px;
}
.contactNavi04 > .links > li + li {
	margin-left: 30px;
}
.contactNavi04 > .links > li > a {
	position: relative;
	display: table;
	width: 100%;
	height: 54px;
	/*padding: 9px 30px 5px 90px;*/
	padding: 9px 30px 5px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}

.contactNavi04 > .links > li.applyBtn2 > a {
	background-color: #f39700;
}

.contactNavi04 > .links > li.applyBtn2 > a:before,
.mainLayout.wide .contactNavi04 > .links > li.applyBtn2 > a:before {
	content: "";
	position: absolute;
	left: 150px;
	top: 58%;
	display: inline-block;
	width: 55px;
	height: 38px;
	margin: -22px 0 0 0;
	/*background: url(/common/img/com_ic43.png) no-repeat 0 0;*/
	background-size: 44px auto;
	background-position: center;
}

.mainLayout .contactNavi04 > .links > li.applyBtn2 > a:before {
	left: 200px;
}

.contactNavi04 > .links > li > a > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.contactNavi04 > .links > li > a:hover {
	opacity: 0.7;
}

/* contactDef */
.contactDef01 {
	display: table;
	background-color: #ffffff;
	width: 100%;
	vertical-align: middle;
}
.contactDef01 dt {
	width: 205px;
	position: relative;
	float: left;
	background-color: #93c500;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 25px 15px 25px 20px;
	height: 90px;
}
.contactDef01 dt:after {
	position: absolute;
	right: -10px;
	top: 0px;
	content: "";
	height: 0;
	width: 0;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
	border-right: 0 solid transparent;
	border-left:#93c500 10px solid;
}
.contactDef01 dd {
	text-align: left;
	float: left;
	background-color: #ffffff;
	font-size: 14px;
	color: #555555;
	padding: 15px 15px 13px 35px;
	height: 90px;
}

/* contactTxt */
.contactTxt {
	margin-top: 0;
	padding: 1em 0;
	text-align: center;
	color: #21753c;
	font-size: 16px;
	font-weight: bold;
}
.contactTxt + p{
	margin-top: 0;
}
.contactTxt > .num {
	padding-left: 20px;
	padding-right: 10px;
	font-size: 30px;
	vertical-align: middle;
}
.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: 29px;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}
.pluginNavi01 > dt {
	float: left;
	margin: 0 20px 0 0;
}
.pluginNavi01 > dd {
	font-size: 13px;
	overflow: hidden;
}
.pluginNavi01 > dd > *:first-child {
	margin-top: 0 !important;
}
.pluginNavi01 > dd .iconLink01 {
	font-size: 14px;
}

/*----- faqWrap -----*/
.faqWrap {
	margin-top: 20px;
}
.faqList01 li {
	margin-top: 15px;
	border-top: 1px solid #d0d0d0;
	padding-top: 15px;
}
.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: 30px;
	margin-right: 1.5em;
}

.faqWrap .questionTxt,
.faqWrap .answerTxt {
	float: left;
	overflow: hidden;
	width: 88%;
	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: 18px;
}
/*----- mAuto -----*/
.mAuto {
	margin-left: auto;
	margin-right: auto;
}
/*----- wSize(px) -----*/
.w670 {
	width: 670px;
}
/*----- imgBoder -----*/
.imgBoder img {
	border: 1px solid #e9e9e9;
}
/*----- fsBig -----*/
.fsBig {
	font-size: 32px;
}
/*----- new_icon -----*/
.new_icon img {
	padding: 5px 0 0 10px;
}
/*----- sitemap -----*/
.sitemap .iconLink01 > li > .listInner > .iconLink01 > li > a:before {
	background: #92c400;
	content: "";
	display: block;
	width: 5px;
	height: 2px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	border: none;
}

/*20170810追加*/
/*aboutBlock*/
#pageContainer .aboutBlock .variableCol2 {
	width: 1080px;
	margin: 50px auto 0;
	padding: 0 75px;
}
#pageContainer .aboutBlock .variableCol2 > .imgLeft {
	width: 175px;
	height: 90px;
	border: 1px solid #4c483b;
	padding: 12px;
	color: #4c483b;
	font-weight: bold;
}
#pageContainer .aboutBlock .variableCol2 > .textCol {
	font-size: 12px;
}

/* Clearfix
------------------------------------------------------ */
.contactDef01: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,
.defList04:after {
	content: "";
	display: block;
	clear: both;
}
.contactDef01,
.listRow,
.anchorLink01,
.equalCol2,
.equalCol3,
.equalCol4,
.variableCol2,
.idxLayout02,
.newsWrap01 > .newsHeading,
.tabWrap01 > .tabNavi .tabs,
.recommendNavi01 > dd .recList,
.defList04 {
	zoom: 1;
}

/*猫kokusei20180420------------------------------*/

.nekokusei-kana::before{
   content:"ね こ く せ い";
   position: relative;
   display: block;
   height: 7px;
   width: 105px;
   left:256px;
   font-size: 0.7rem;
   letter-spacing: 0.1em;
}

.two-graph{width:100%;
           margin: 40px 0 40px 0;
          display: flex;
          justify-content: center;}

.one-graph{justify-content: center;
           margin: 40px 0 40px 0;}

.graphA {width:50%;
         margin:0 10px 0 5px;}

.graphA img{width:100%}

.graphB {width:50%;
         margin:0 5px 0 10px;}
.graphB img{width:100%}

.graphC {width:48%;
         margin:0 auto;}

.graphC img{width:100%}

/*col3サイズ変更0181129.html------------------------------*/

.equalCol3-1 > * { width: 24%; margin-top: 0 !important;
                   float: left;
                   margin: 0 0 0 3.7%;
}

.col_color {background-color: #ede9df;
    position: relative;
    height: 38px;
		padding: 6px;
}

/*bousai用サイズ調整------------------------------*/

.imgRight.size2Col figure {
		width: 98%;
}
.wdt67 {
	width: 67%;
}

/*withlistリリース0522------------------------------*/
.withlist .col{background:#ede9df;
               position:relative;
               height:254px;
			   padding:5px;}

.fs18{ font-size: 1.8rem;}

.withlist .col::before{content"1";
                       color:black;
                       display:block;
                       height:12px;
                        width:12px;
                        position: absolute;}

.withlist .col figure{position:absolute;
                       bottom:18px;
                       left:0px;}

.withlist .col figure figcaption {font-weight: 900;
                                  margin-left:1px;
                                  margin-right:1px;
                                  margin-top:16px;}

.withlist .col img{width:74%;}
.withlist .col:nth-child(2) img {width:80%;
                                 margin:13px;}
.withlist .col:nth-child(3) img {position:relative;
                                 top:-50px;}

.fuji-collabo .imgLeft{border:solid 1px;}

.top12, .fuji-collabo{margin-top:12px;}

.margin0{margin:0 !important;}

.with-list{width:345px;}

.what-withlist p{line-height:12px;}

.sp{display:none;}

.create-sample{position: relative;
               right: -198px;
               font-size:11px;}

}

.withlist .col span{
    position: absolute;
    left: 0;
    margin-left: 10px;
    font-size: 26px;
    color: green;
     }

.with-list .sizeFix{border:solid 1px;}

.middle-title{margin: 40px 0 10px 0;
              font-size:1.8rem;}

.komesize{font-size:1.1rem;}

.haba26{line-height: 26px;}

/*photo用スタイル------------------------------*/
.photo_o{
	color:#fa8b08;
	font-size: 30px;
	font-weight: bold;
}
.photo_g{
	color:#1f773b;
	font-size: 20px;
	font-weight: bold;
}

.photo_img {

	padding-top: 30%;
}

/*画像に枠線------------------------------*/
.border-solid1{border:solid 1px;}

/*2カラムレイアウト（画像サイズ調整）------------------------------*/
.size2Col-shinryo{width: 59.15%;
	　　　　　　   margin: 0 20px 0 0;}

/*ご契約内容の変更・各種お手続きページのタイトルカラー------------------------------*/
.incolor_theme{background-color: #92c400;
			   color: #fff;}

/*marginleft40------------------------------*/
.ml_40{margin-left: 40px;}

@media all and (-ms-high-contrast:none){
	.iconLink01 a:before {top: 7px;} /* IE11 */
}
/*括弧の中に米印の場合------------------------------*/
.notes02 > li.brackets-asterisk{font-size:75%;}

/*米印------------------------------*/
.asterisk-75{font-size:75%;}

/*吹き出し------------------------------*/

.balloon {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #ffffff;
	background: #595959;
	border: solid 3px #595959;
	box-sizing: border-box;
  }

  .balloon:before{
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #595959;
	z-index: 2;
  }

  .balloon:after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #595959;
	z-index: 1;
  }

  .balloon p {
	  margin: 0;
	  padding: 0;
  }

  /*点線ライン------------------------------*/
.dashLine{
	border-bottom: 1px dashed #000;
	margin:5px;
	padding: 5px;
}
/*インデント------------------------------*/
.txIndent04{
	text-indent: 3em;
}

.indentback{
	text-indent: -3em;
	padding-left: 3em;
  }

.indentback02{
text-indent: -4em;
padding-left: 4em;
}

@media only screen and (min-width: 569px){

.two-graph .graph-space {
width: 405px;
}

}

@media only screen and (min-width: 769px), print {

/*　導線エリア　*/
.box_bnr {
	margin-top: 50px;
}
.box_bnr h2.ttl {
	text-align: center;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.box_bnr ul {
	width: 100%;
	margin-bottom: 60px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.box_bnr ul li{
	width: 346px;
	height: 81px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.box_bnr ul li:hover{
	opacity: 0.7;
}

.box_bnr ul li::before {
	content: '';
	position: absolute;
	right: 17px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.box_bnr ul li a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 38px;
}
.box_bnr ul li a:hover{
	opacity: 1;
}
.box_bnr ul li a span{
	display: block;
	font-size: 25px;
	font-weight: bold;
}
.box_bnr ul li a span.min-txt{
	font-size: 11px;
	font-weight: normal;
}
.box_bnr ul li.bnr_01{
		background: url(/products/senior/assets/img/common/bg_family_photo.png) no-repeat 0 0;
		background-size: cover
}
.box_bnr ul li.bnr_02{
		background: url(/products/insurance1/img/common/bg_senior_photo.png) no-repeat 0 0;
		background-size: cover
}
.box_bnr ul li.bnr_03{
		background: url(/products/insurance1/img/common/bg_puchi_photo.png) no-repeat 0 0;
		background-size: cover
}

/*box_bnr--02*/
.box_bnr--02{
	padding-top:60px;
	padding-bottom: 65px;
}
.box_bnr--02in{
	width: 100%;
	margin:0 auto;
}
.box_bnr--02in .topServiceTitle{
	margin-top: 0;
	text-align:center;
	font-size:20px;
	color:#000000;
	font-weight: bold;
	margin-bottom: 40px;
}
.box_bnr--02in .topSlideBannerBox {
  width: 100%;
  margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.box_bnr--02in .topSlideBannerBox div {
	width: 290px;
	margin: 0 20px;
}
.box_bnr--02in .moreBtn{
	margin-top: 26px;
	text-align: center;
}
.box_bnr--02in .moreBtn a{
	display:inline-block;
	font-size:12px;
	padding:4px 18px 3px 33px;
	border: 1px solid #00743F;
	background:#ffffff url(/common/img/com_ic44.png) no-repeat 17px 50%;
	background-size:8px auto;
	color: #00743F;
	border-radius:4px;
}
}

.m-btn-login { /* 20210416 マイページログインボタン用 */
	background-color: #90cb3b;
	background-image: -webkit-linear-gradient(top, #90cb3b 50%, #7cc219 51%);
	background-image: -moz-linear-gradient(top, #90cb3b 50%, #7cc219 51%);
	background-image: -o-linear-gradient(top, #90cb3b 50%, #7cc219 51%);
	background-image: -ms-linear-gradient(top, #90cb3b 50%, #7cc219 51%);
	background-image: linear-gradient(to bottom, #90cb3b 50%, #7cc219 51%);
	color: #fff !important;
	font-size: 15px;
	padding: 10px;
	border-radius: 10px;
	display: inline-block;
	margin: 0px 0px 0px 20px;
	vertical-align: bottom;
	width: 50%;
	max-width:1000px;
}

.bnr_family ul {
	width: 100%;
	margin-bottom: 60px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bnr_family ul li{
	width: 346px;
	height: 81px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.bnr_family ul li:hover{
	opacity: 0.7;
}

.bnr_family ul li::before {
	content: '';
	position: absolute;
	right: 17px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.bnr_family ul li a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 38px;
}
.bnr_family ul li a:hover{
	opacity: 1;
}
.bnr_family ul li a span{
	display: block;
	font-size: 25px;
	font-weight: bold;
}
.bnr_family ul li a span.min-txt{
	font-size: 11px;
	font-weight: normal;
}
.bnr_family ul li {
		background: url(/products/senior/assets/img/common/bg_family_photo.png) no-repeat 0 0;
		background-size: cover
}
.txt-c {
	margin-top: 60px;
	text-align: center;
}

.sec_pickup {
	padding: 20px 0;
	margin-top: 35px;
	background-color: #f2f8e0;
	border-radius: 5px;
}
.sec_pickup .sec_pickup__ttl {
	padding: 0 0 20px 0;
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	color: #555;
}

.sec_pickup .sec_pickup__cont {
	width: 100%;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sec_pickup .sec_pickup__cont .flex__pickup__item {
	width: 142px;
	margin: 0 15px;
}
.sec_pickup .sec_pickup__cont .flex__pickup__item img {
	border-radius: 8px;
	border: 4px solid #fff;
}
.sec_pickup .sec_pickup__cont .flex__pickup__item p {
	position: relative;
    padding: 0 0 0 17px;
	margin-top: 8px;
}
.sec_pickup .sec_pickup__cont .flex__pickup__item p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #99c80f;
}



.accordionbox{
}
.accordionlist {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #00743f;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.accordionlist02 {
	border: 2px solid #a6619f;
}
.accordionlist03 {
	border: 2px solid #e44d0c;
}
.accordionlist dt{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.5em 0;
	cursor: pointer;
	position: relative;
}
.accordionlist dt::before{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border: #007048 solid 2px;
	border-radius: 100%;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.accordionlist dt::after{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-bottom: #007048 solid 2px;
	border-right: #007048 solid 2px;
	position: absolute;
	right: 34px;
	top: 50%;
	transform: rotate(45deg) translate(-50%, -50%);
	transition: .5s ease;
}
.accordionlist dt.active::after {
	top: 55%;
    transform: rotate(45deg) translate(-35%, -35%) scale(-1);
}
.accordionlist dt:hover{
	opacity: 0.7;
}

.accordionlist02 dt::before{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border: #a5609e solid 2px;
	border-radius: 100%;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.accordionlist02 dt::after{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-bottom: #a5609e solid 2px;
	border-right: #a5609e solid 2px;
	position: absolute;
	right: 34px;
	top: 50%;
	transform: rotate(45deg) translate(-50%, -50%);
	transition: .5s ease;
}

.accordionlist03 dt::before{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border: #e44d0c solid 2px;
	border-radius: 100%;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.accordionlist03 dt::after{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-bottom: #e44d0c solid 2px;
	border-right: #e44d0c solid 2px;
	position: absolute;
	right: 34px;
	top: 50%;
	transform: rotate(45deg) translate(-50%, -50%);
	transition: .5s ease;
}



.accordionlist dt .title{
	font-size: 16px;
	font-weight: bold;
	color: #00743f;
}
.accordionlist02 dt .title{
	color: #a6619f;
}
.accordionlist03 dt .title {
	color: #e44d0c;
}
.accordionlist dt .title p{
	margin: 0 0 0 15px;
}
.accordionlist dd{
    display:none;
	padding:0 0 20px 15px;
}
.accordionlist_detail + .accordionlist_detail {
	margin-top: 30px;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 25px;
	height: 25px;
	margin-right: 20px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 100%;
	height: 3px;
    background-color: #00743f;
}
.accordionlist02 .accordion_icon span {
	background-color: #a6619f;
}
.accordionlist03 .accordion_icon span {
	background-color: #e44d0c;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accordionlist_subttl {
	font-size: 20px;
	font-weight: bold;
}
.accordionlist_cap {
	margin-top: 0;
}
.accordionlist_subtxt {
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	background-color: #00743f;
	padding: 2px 10px;
	display: inline-block;
	margin-top: 10px;
}


.table_sc {
	overflow-x: auto;
}

.ac_table01 {
	width: 930px;
	margin-top: 20px;
	border-left: 1px solid #d4d9c8;
	border-bottom: 1px solid #d4d9c8;
}
.ac_table02 {
	width: auto;
}
.ac_table01 th,
.ac_table01 td{
	border-right: 1px solid #d4d9c8;
	border-top: 1px solid #d4d9c8;
	vertical-align: middle;
	padding: 6px 5px;
	font-size: 15px;
}
.ac_table01 th {
	background-color: #00743f;
	color: #fff;
	font-size: 17px;
}
.ac_table01 th.th02 {
	background-color: #8fc31f;
	color: #fff;
	width: 130px;
}
.ac_table01 th.th03 {
	background-color: #e3f0c7;
	color: #00743f;
	width: 92px;
}
.ac_table01 th.th04 {
	width: 65px;
	line-height: 1.2;
}
.ac_table01 th.th05 {
	width: 130px;
}
.ac_table01 th.th06 {
    width: 204px;
}
.ac_table01 td {
	text-align: right;
	padding-right: 30px;
}
.ac_table01 td.border_b_none{
	text-align: center;
	padding-right: 5px;
}
.ac_table01 td.bg_table01{
	text-align: center;
	padding-right: 5px;
}
.ac_table01 tr:nth-child(2n){
	background-color: #f5f2e9;
}
.ac_table02 tr:nth-child(2n){
	background-color: #fff;
}
.ac_table02 tr:nth-child(2n + 1){
	background-color: #f5f2e9;
}

.ac_table01 tr:nth-child(2n) td{
	border-top: none;
}

.ac_table02 tr:nth-child(2n) td{
	border-top: 1px solid #d4d9c8;
}
.ac_table02 tr:nth-child(2n +1) td{
	border-top: none;
}

.detail_txt_r {
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 15px;
}
.detail_txt_r--02 {
	text-align: right;
	margin-top: 3px;
	margin-right: 10px;
	font-size: 15px;
}

.accordionlist02 .accordionlist_subtxt {
	background-color: #ed9293;
}
.accordionlist02 .ac_table01 th {
	background-color: #a5609e;
	color: #fff;
}
.accordionlist02 .ac_table01 th.th02 {
	background-color: #ed9293;
	color: #fff;
	width: 130px;
}
.accordionlist02 .ac_table01 th.th03 {
	background-color: #f1e7f1;
	color: #a5609e;
	width: 92px;
}

.accordionlist03 .accordionlist_subtxt {
	background-color: #f09625;
}
.accordionlist03 .ac_table01 th {
	background-color: #e44d0c;
	color: #fff;
}
.accordionlist03 .ac_table01 th.th02 {
	background-color: #f09625;
	color: #fff;
	width: 130px;
}
.accordionlist03 .ac_table01 th.th03 {
	background-color: #fbe4c1;
	color: #e44d0c;
	width: 92px;
}


