@charset "utf-8";
/* ======================================================
 * ELEMENT **********************************************
 * Common Parts
 * Section Parts
 * COMPONENT ********************************************
 * RESPONSIVE *******************************************
 * - 769px <= width <= 1024px
 * Clearfix
====================================================== */
@media only screen and (max-width: 768px) {
/********************************************************

  ELEMENT

********************************************************/

/* Common Parts
------------------------------------------------------ */
/* device */
.pcOnly {
	display: none !important;
}
.aL_SP { text-align: left !important; }
.aC_SP { text-align: center !important; }
.aR_SP { text-align: right !important; }

/* size */
.sizeAuto { width: auto; }
.sizeFull { width: 100%; }
.size2Col { width: 100%; }
.size3Col { width: 100%; }
.size4Col { width: 100%; }
.variableCol2.spCol2 > .size4Col { width: 48.6%; }

/* js */
.sizeFix + .sizeFix {
	margin-top: 15px;
}

/* hover */
.newsWrap01 > .newsHeading > .links > li.rss > a:hover,
.toggleWrap01 > .tglBtn > a:hover {
	opacity: 0.7;
}


/* Section Parts
------------------------------------------------------ */
/* selector */
[class^="section"] > *:first-child,
section > *:first-child {
	margin-top: 0 !important;
}
[class^="section"] > *:last-child,
section > *:last-child {
	margin-bottom: 0 !important;
}

/* sectioning */
[class^="section"] {
	clear: both;
}
.section01 {
	margin-top: 35px;
}
.section02 {
	margin-top: 30px;
}
.section03 {
	margin-top: 20px;
}
.section04 {
	margin-top: 15px;
}
.section05 {
	margin-top: 10px;
}

/* Heading Parts
------------------------------------------------------ */

/* heading01 */
.heading01 {
	position: relative;
	line-height: 1.3;
	margin: 30px 0 25px;
	padding-left: 13px;
	font-size: 23px;
}
.heading01:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	height: 100%;
	width: 3px;
	border-radius: 5px;
	background: #92c400;
}

.heading01.type04:before {
	background: #f29600;
}

.heading01.type06:before {
	background: #a5609e;
}

/* heading02 */
.heading02 {
	margin: 30px 0 15px;
	padding: 0 0 5px;
	font-size: 20px;
	line-height: 1.25;
	background: url(/common/img/com_bg04.png) no-repeat -50px 100%;
}
.heading02.type02 {
	background: url(/common/img/com_bg14.png) no-repeat -50px 100%;
}
.heading02.type03 {
	background: url(/common/img/com_bg09.png) no-repeat -50px 100%;
}
.heading02.type04 {
	background: url(/common/img/com_bg12.png) no-repeat -50px 100%;
}
.heading02.type05 {
	background: url(/common/img/com_bg12.png) no-repeat -50px 100%;
}

.heading02.type06 {
	background: url(/common/img/com_bg15.png) no-repeat -50px 100%;
}

.heading02 > a {
	display: block;
	color: #22753b;
	text-decoration: none;
}
.heading02.type02 > a {
	color: #ff3366;
}
.heading02.type03 > a {
	color: #3366cc;
}

.heading02.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;
}


.heading02 > a.type-blank:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin: 0 0 0 7px;
	background: url(/common/img/com_ic18.png) no-repeat 0 0;
	vertical-align: middle;
}

.heading02_num {
	position: relative;
	margin: 30px 0 15px;
	padding: 0 0 10px;
	font-size: 20px;
	line-height: 1.25;
	background: url(/common/img/com_bg04.png) no-repeat -50px 100%;
}
.heading02_num.type02 {
	background: url(/common/img/com_bg08.png) no-repeat -50px 100%;
}
.heading02_num.type03 {
	background: url(/common/img/com_bg09.png) no-repeat -50px 100%;
}
.heading02_num > .num {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	line-height: 22px;
	background: #91c400;
	border-radius: 50px;
	color: #ffffff;
	font-size: 11px;
	font-weight:  bold;
	text-align: center;
}
.heading02_num.type02 > .num {
	background: #fa6e8d;
}
.heading02_num.type03 > .num {
	background: #386abb;
}
.heading02_num > .num + span {
	display: block;
	padding-left: 1.3em;
}
/* heading03 */
.heading03 {
	line-height: 1.4;
	margin: 25px 0 15px;
	padding: 4px 10px 4px;
	border-radius: 5px;
	background: #edf5d4;
	font-size: 18px;
	font-weight: bold;
}
.heading03 > a {
	display: block;
	text-decoration: none;
}
/* heading04 */
.heading04 {
	position: relative;
	line-height: 1.4;
	margin: 20px 0 15px;
	padding-left: 20px;
	font-size: 16px;
}
.heading04:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 11px;
	height: 4px;
	margin-top: -2px;
	border-radius: 5px;
	background: #92c400;
}
/* heading05 */
.heading05 {
	position: relative;
	line-height: 1.4;
	margin: 20px 0 10px;
	padding-left: 10px;
	font-size: 15px;
}
.heading05:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 5px;
	height: 2px;
	background: #92c400;
}
/* Text Parts
------------------------------------------------------ */
/* font-size */
.fontXS { font-size: 10px !important; font-size: 1.0rem !important; }
.fontS  { font-size: 12px !important; font-size: 1.2rem !important; }
.fontM  { font-size: 14px !important; font-size: 1.4rem !important; }
.fontL  { font-size: 16px !important; font-size: 1.6rem !important; }
.fontXL { font-size: 18px !important; font-size: 1.8rem !important; }
/* font-color */
/*ブラック*/
.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: 1em;
}
.paragraph02{
	margin-top: 1.5em;
}
.paragraph03{
	margin-top: 2.0em;
}

/* txLead */
.leadText01 {
	line-height: 1.4;
	margin: 0.6em;
	color: #fd8c07;
	font-size: 16px;
}
.leadText02 {
	line-height: 1.4;
	margin: 0.6em;
	color: #fd8c07;
	font-size: 16px;
}

/* bold */
.bold{
	font-weight: bold !important;
}

/* List Parts
------------------------------------------------------ */
[class*="notes"],
[class*="iconList"],
[class*="orderList"],
[class*="defList"] {
	margin-top: 1em;
}
[class*="notes"] > li,
[class*="iconList"] > li,
[class*="orderList"] > li {
	margin-top: 0.75em;
}
[class*="notes"] > li:first-child,
[class*="iconList"] > li:first-child,
[class*="orderList"] > li:first-child {
	margin-top: 0;
}

/* listChild */

.listChild[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: -20px; margin-bottom: -10px; }
.listRow.space2 { margin-right: -15px; margin-bottom: -15px; }
.listRow:last-child { margin-bottom: 0; }
.listRow[class*="count"]:last-child { margin-bottom: 0; }
.listRow > li {
	float: left;
}
.listRow.space1 > li { margin-right: 20px; margin-bottom: 10px; }
.listRow.space2 > li { margin-right: 15px; margin-bottom: 15px; }
.listRow[class*="List"] > li,
.listRow[class*="Link"] > li {
	margin-top: 0;
}
.listRow[class*="btnLink"] > li {
	float: none;
}
.listRow[class*="btnLink"] > li + li {
	margin-top: 15px;
}
.listRow > li > *:first-child {
	margin-top: 0;
}

/* notes */
p.notes01 {
	padding: 0 0 0 1.4em;
	text-indent: -1.4em;
	font-size: 12px;
}
p.notes01 > span {
	margin-right: 0.4em;
}
.notes01 > li {
	position: relative;
	padding: 0 0 0 1.8em;
	font-size: 12px;
}
.notes01 > li > span {
	position: absolute;
	left: 0;
	top: 0;
}
p.notes02 {
	padding: 0 0 0 2.65em;
	text-indent: -2.65em;
	font-size: 12px;
}
p.notes02 > span {
	margin-right: 1em;
}
.notes02 > li {
	position: relative;
	padding: 0 0 0 2.65em;
	font-size: 12px;
}
.notes02 > li > span {
	position: absolute;
	left: 0;
	top: 0;
}
.notes03 > li {
	position: relative;
	padding: 0 0 0 2.65em;
	background: url("/common/img/com_ic37.png") no-repeat scroll 0 top;
	background-size: 23px auto;
}

/* iconList */
p.iconList01,
.iconList01 > li {
	position: relative;
	padding: 0 0 0 14px;
}
p.iconList01:before,
.iconList01 > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #93c500;
}
p.iconList02,
.iconList02 > li {
	position: relative;
	padding: 0 0 0 10px;
}
p.iconList02:before,
.iconList02 > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #888888;
}

/* orderList */
p[class*="orderList"],
[class*="orderList"] > li {
	position: relative;
}
p[class*="orderList"] > span,
[class*="orderList"] > li > span {
	position: absolute;
	left: 0;
	top: 0;
}
p.orderList01,
.orderList01 > li { padding: 0 0 0 1.8em; }
p.orderList02,
.orderList02 > li { padding: 0 0 0 3.0em; }
p.orderList03,
.orderList03 > li { padding: 0 0 0 2.1em; }
p.orderList04,
.orderList04 > li { padding: 0 0 0 1.5em; }

/* defList */
.defList01 > dt {
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}
.defList01 > dd {
	padding: 0 0 0 14px;
}
.defList01 > dt:first-child,
.defList01 > dd > *:first-child {
	margin-top: 0 !important;
}
.defList02 {
	margin: 30px 0 0 0;
}
.defList02 > dt {
	display: table;
	table-layout: fixed;
	margin: 20px 0 15px;
}
.defList02 > dt > .label {
	display: table-cell;
	width: 100px;
	padding: 6px 5px 4px;
	border-radius: 3px;
	background-color: #92c400;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}
.defList02 > dt > .hdg {
	display: table-cell;
	padding: 0 0 0 12px;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
	vertical-align: middle;
}

.defList02 > 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 > dt:first-child,
.defList02_02 > dd > *:first-child {
	margin-top: 0 !important;
}


.defList03 > dt {
	position: relative;
	margin: 0.75em 0 0.5em 0;
	padding: 0 0 0 14px;
}
.defList03 > dt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #93c500;
}
.defList03 > dd {
	padding: 0 0 0 14px;
}
.defList03 > dt:first-child,
.defList03 > dd > *:first-child {
	margin-top: 0 !important;
}

.defList04 {
	margin: 30px 0 0 0;
}
.defList04 dl {
	margin-top: 25px;
	margin-left: 30px;
	padding: 0 25px 0 30px;
	border-radius: 4px;
	border: solid 1px #93c500;
}
.defList04 dl:first-child {
	margin-top: 0;
}

.defList04 .label {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	margin-top: -1px;
	margin-left: -60px;
	padding: 17px 11px;
	background-color: #93c500;
	border-radius: 36px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.defList04 .label .num {
	display: block;
	line-height: 1;
	font-size: 22px;
	text-align: center;
}
.defList04 dd {
	padding: 15px 0;
}
.defList04 dd .read01 {
	margin-top: 0;
	padding-left: 21px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #93c500;
}
.defList04 dd .tx01 {
	margin: 10px -12px;
}
.defList04 > dt:first-child,
.defList04 > dd > *:first-child {
	margin-top: 0 !important;
}


/* Link Parts
------------------------------------------------------ */
[class*="iconLink"] {
	margin: 1em;
}
[class*="iconLink"] > li {
	margin-top: 0.75em;
}
[class*="iconLink"] > li:first-child {
	margin-top: 0;
}

.bnr01 p.iconLink02.senior,.singleCol.productbanner p.iconLink02.family {
	margin-bottom: 0;
}

.bnr01 p.iconLink01.petit,.singleCol.productbanner p.iconLink01.senior {
	margin-top: 0;
}


.position_c{
	margin: 4px 0 0 0;
	font-size: 13px;
}

/* icon */
a.linkTxt.type-blank:after,
.iconLink01 a.type-blank:after,
.btnLink01 a.type-blank:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin: 0 0 0 7px;
	background: url(/common/img/com_ic18.png) no-repeat 0 0;
	vertical-align: middle;
}
.btnLink02 a.type-blank:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin: 0 0 0 7px;
	background: url(/common/img/com_ic25.png) no-repeat 0 0;
	vertical-align: middle;
}
a.linkTxt.type-pdf:after,
.iconLink01 a.type-pdf:after,
.btnLink01 a.type-pdf:after,
.btnLink02 a.type-pdf:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 0 0 5px;
	background: url(/common/img/com_ic17.png) no-repeat 0 0;
	vertical-align: middle;
}
a.linkTxt.type-excel:after,
.iconLink01 a.type-excel:after,
.btnLink01 a.type-excel:after,
.btnLink02 a.type-excel:after {
	content: "";
	position: relative;
	top: -2px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0 0 5px;
	background: url(/common/img/com_ic24.png) no-repeat 0 0;
	background-size: 12px 12px;
	vertical-align: middle;
}

/* linkTxt */
a.linkTxt {
	text-decoration: underline !important;
}
a.linkTxt.type-blank,
a.linkTxt.type-pdf,
a.linkTxt.type-excel {
	margin-right: 7px;
}
a.linkTxt:hover {
	text-decoration: none !important;
}

/* linkBlock */
a.linkBlock {
	display: block;
	color: #555555;
	text-decoration: none;
}

/* iconLink */
.iconLink01 a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 13px;
}
.iconLink01 a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}

.iconLink01 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: 0.5em 0 25px;
	padding-left: 13px;
}
.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 13px;
}
.iconLink02 a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #f8ba00;
}

.iconLink02 > li > .listInner {
	margin: 0.5em 0 25px;
	padding-left: 13px;
}
.iconLink02 > li:last-child > .listInner {
	margin-bottom: 0;
}
.iconLink02 > li > .listInner > *:first-child {
	margin-top: 0 !important;
}

/* btnLink */
[class*="btnLink"] a.sizeAuto { width: auto !important; }
[class*="btnLink"] a.size2Col,
[class*="btnLink"] a.size3Col,
[class*="btnLink"] a.size4Col,
[class*="btnLink"][class*="equalCol"] > li > a,
[class*="btnLink"].listCol a,
[class*="btnLink"].listRow a { width: 100%; }
.btnLink01 {
	text-align: center;
}
.btnLink01 a {
	position: relative;
	display: inline-block;
	width: auto !important;
	padding: 5px 15px 3px 25px;
	border: 1px solid #93c500;
	border-radius: 15px;
	background-color: #fff;
	color: #93c500;
	text-align: center;
}
.btnLink01 a:before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-width: 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}

.btnLink01.purple a {
	border: 1px solid #a6619f;
	color: #a6619f;
}

.btnLink01.purple a:before {
	border-color: transparent transparent transparent #a6619f;
}

.btnLink01[class*="equalCol"] a {
	display: table;
}
.btnLink01[class*="equalCol"] a > span {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.btnLink01 a:hover {
	background-color: #eff7d6;
}
.btnLink02 a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px 15px 17px 35px;
	border-radius: 5px;
	background-color: #92c400;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.btnLink02 a:before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -6px 0 0 0;
	border-width: 6px 11px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
.btnLink02[class*="equalCol"] a {
	display: table;
}
.btnLink02[class*="equalCol"] a > span {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.btnLink02 a:hover {
	background-color: #6fa80b;
}

.btnLink02 a.purple {

	background-color: #a5609e;
	color: #fff;
}
.btnLink02 a.orange {

	background-color: #f7931d;
	color: #fff;
}

/*20171005オレンジボタン追加*/
.btnLink03 a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px 15px 17px 35px;
	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: 14px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -6px 0 0 0;
	border-width: 6px 11px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
.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 {
	background-color: #6fa80b;
}

/* anchorLink */
[class*="anchorLink"].col2 > li { width: 100%; }
[class*="anchorLink"].col3 > li { width: 100%; }
[class*="anchorLink"].col4 > li { width: 48.6%; }
[class*="anchorLink"].col4 > li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
[class*="anchorLink"].col2 > li:nth-child(n+2),
[class*="anchorLink"].col3 > li:nth-child(n+2),
[class*="anchorLink"].col4 > li:nth-child(n+3) {
	margin-top: 0.75em;
}
.anchorLink01 {
	margin: 1em 0 0 0;
	overflow: hidden;
}
.anchorLink01[class*="col"] {
	margin: 1em 0 0 0;
	overflow: visible;
}
.anchorLink01 > li {
	float: none;
	line-height: 1.25;
}
.anchorLink01 > li:nth-child(n+2) {
	margin-top: 0.75em;
}
.anchorLink01.col4 > li {
	float: left;
	margin: 0 0 0 2.8%;
}
.anchorLink01.col4 > li:nth-child(2) {
	margin-top: 0;
}
.anchorLink01 > li > a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
	text-align: left;
}
.anchorLink01 > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-width: 7px 4px;
	border-style: solid;
	border-color: #99c80f transparent transparent transparent;
}
.anchorLink01.equalHeight > li > a {
	display: table;
}
.anchorLink01.equalHeight > li > a > span {
	display: table-cell;
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
.anchorLink01.newsType > li {
	float: left;
	width: 25%;
	margin-top: 5px;
	border-right: 1px solid #ccc;
}
.anchorLink01.newsType > li:nth-child(4n+1) {
	border-left: 1px solid #ccc;
}
.anchorLink01.newsType > li > a {
	display: block;
	padding: 0;
	text-align: center;
}
.anchorLink01.newsType > li > a:before {
	content: "";
	position: static;
	display: inline;
	margin: 0;
	border: none;
}


/* Table Parts
------------------------------------------------------ */
/* tableWrap */
.tableWrap01 {
	clear: both;
	margin: 20px 0 0 0;
	overflow-x: auto;
}
.tableWrap01.spScrolling {
	overflow-x: auto;
}
.tableWrap01 > *:first-child {
	margin-top: 0 !important;
}
.table01 {
	width: 100%;
	margin: 20px 0 0 0;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	word-break: break-all;
}
.tableWrap01.spScrolling .table01 {
	width: 780px !important;
	margin-top: 0;
	word-break: normal;
}
.table01 caption {
	margin: 0 0 15px 0;
	text-align: left;
}
.table01 caption .tblHdg01 {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}
.table01 caption .tblHdg01 {
	position: relative;
	padding: 0 0 0 10px;
	font-weight: bold;
	line-height: 1.25;
}
.table01 caption .tblHdg01:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 2px;
	background-color: #93c500;
}
.table01 caption > *:last-child {
	margin-bottom: 0 !important;
}
.table01 th,
.table01 td {
	padding: 12px 15px;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}
.table01 thead th {
	background-color: #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;
}
.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;
}

.table60w {
	width: 60%;
}


/* Column Parts
------------------------------------------------------ */
.singleCol,
.equalCol2,
.equalCol3,
.equalCol4 {
	margin-top: 20px;
}
.equalCol2 > *:nth-of-type(n+2),
.equalCol3 > *:nth-of-type(n+2),
.equalCol4 > *:nth-of-type(n+3) {
	margin-top: 15px !important;
}
.equalCol2.typeDoor > *:nth-of-type(n+2),
.equalCol3.typeDoor > *:nth-of-type(n+2),
.equalCol4.typeDoor > *:nth-of-type(n+3) {
	margin-top: 15px !important;
}
.equalCol2[class*="iconList"] > *,
.equalCol3[class*="iconList"] > *,
.equalCol4[class*="iconList"] > *,
.equalCol2[class*="iconLink"] > *,
.equalCol3[class*="iconLink"] > *,
.equalCol4[class*="iconLink"] > * {
	margin-top: 0;
}
.equalCol2[class*="iconList"] > *:nth-of-type(n+2),
.equalCol3[class*="iconList"] > *:nth-of-type(n+2),
.equalCol4[class*="iconList"] > *:nth-of-type(n+3),
.equalCol2[class*="iconLink"] > *:nth-of-type(n+2),
.equalCol3[class*="iconLink"] > *:nth-of-type(n+2),
.equalCol4[class*="iconLink"] > *:nth-of-type(n+3) {
	margin-top: 0.75em !important;
}
.equalCol2 > *:nth-of-type(n+1),
.equalCol3 > *:nth-of-type(n+1),
.equalCol4 > *:nth-of-type(2n+1) {
	clear: left !important;
	margin-left: 0 !important;
}

/* equalCol */
.equalCol2 > *,
.equalCol3 > *,
.equalCol4 > * {
	float: left;
	margin: 0 0 0 2.8%;
}
.equalCol1 > * { width: 100%; }
.equalCol2 > * { width: 100%; }
.equalCol3 > * { width: 100%; }
.equalCol4 > * { width: 48.6%; }

.equalCol1 > * > *:first-child,
.equalCol2 > * > *:first-child,
.equalCol3 > * > *:first-child,
.equalCol4 > * > *:first-child {
	margin-top: 0 !important;
}
.singleCol figure,
.equalCol2 figure,
.equalCol3 figure,
.equalCol4 figure{
	margin: 0 auto;
}

/* variableCol */
.variableCol2 {
	clear: both;
	margin: 20px 0 0 0;
}
.variableCol2 > .imgRight {
	float: right;
	max-width: 48.6%;
	margin: 0 0 0 10px;
}
.variableCol2 > .imgLeft {
	float: left;
	max-width: 48.6%;
	margin: 0 10px 0 0;
}
.sp100{width:100%;
    max-width: 100% !important;}
.variableCol2 > .imgRight.size2Col,
.variableCol2 > .imgRight.size3Col,
.variableCol2 > .imgLeft.size2Col,
.variableCol2 > .imgLeft.size3Col,
.variableCol2 > .imgLeft.size4Col,
.variableCol2 > .imgRight.size4Col {
	float: none;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}
.variableCol2.spCol2 > .imgRight.size4Col {
	float: left;
}
.variableCol2.spCol2 > .imgRight.size4Col {
	float: right;
}
.variableCol2.sneak > [class*="img"] {
	margin-bottom: 10px;
}
.variableCol2.sneak > [class*="img"].size2Col,
.variableCol2.sneak > [class*="img"].size3Col,
.variableCol2.sneak > [class*="img"].size4Col {
	margin-bottom: 0;
}
.variableCol2 > .textCol {
	overflow: hidden;
}
.variableCol2.sneak > .textCol {
	overflow: visible;
}
.variableCol2 > [class*="img"].size2Col + .textCol,
.variableCol2 > [class*="img"].size3Col + .textCol,
.variableCol2 > [class*="img"].size4Col + .textCol {
	margin-top: 15px;
}
.variableCol2 > * > *:first-child {
	margin-top: 0 !important;
}
.variableCol2 figure {
	margin: 0 auto;
	text-align: center;
}
.variableCol2.spReverse {
	display: table;
	width: 100%;
}
.variableCol2.spReverse > [class*="img"] {
	float: none !important;
	max-width: none !important;
	margin: 15px 0 0 0 !important;
}
.variableCol2.spReverse > .textCol {
	display: table-caption;
	caption-side: top;
}
.variableCol2.sneak > [class*="img"].size4Col figure{
	text-align: center;
}
.variableCol2.boxLayout01 > .textCol {
	background: #f0f6df;
	padding: 15px;
}
.variableCol2.boxLayout01 >.textCol > h2 {
	font-size:16px;
	font-weight: bold;
		padding-left:14px;
	position: relative;
}
.variableCol2.boxLayout01 >.textCol > h2:before {
	background-color: #93c500;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 6px;
	left: 0px;
	position: absolute;
	top: 0.5em;
	width: 6px;
}
.variableCol2.spCol2.boxLayout01 > .textCol {
	width: 48%;
}

.caption {
	margin: 0.5em 0 0;
	font-size: 12px;
	text-align: center;
}


/* Box Parts
------------------------------------------------------ */
[class*="box"] .boxInner > *:first-child,
[class*="box"] .boxInner > .boxContent > *:first-child {
	margin-top: 0 !important;
}

/* box */
.box01 {
	margin: 20px 0 0 0;
	border: 2px solid #8dc220;
	border-radius: 8px;
	background-color: #fff;
}
.box01 > .boxInner {
	padding: 13px 13px 15px;
}
.box01 > .boxInner > .boxTitle {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #c9c9c9;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
}

.box02 {
	margin: 20px 0 0 0;
	border: 1px solid #fd8c07;
	background-color: #fff;
}
.box02 > .boxInner {
}
.box02 > .boxInner > .boxTitle {
	padding: 10px 10px 8px;
	background-color: #fd8c07;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.box02 > .boxInner > .boxTitle > span {
	display: inline-block;
	padding: 3px 0 1px 37px;
	background: url(/common/img/com_ic33.png) no-repeat 0 0;
	background-size: 24px auto;
}
.box02 > .boxInner > .boxContent {
	padding: 14px 14px 19px;
}

.box03 {
	margin: 20px 0 0 0;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}
.box03 > .boxInner {
	padding: 16px 14px;
}
.box03 > .boxInner > .boxTitle {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #c9c9c9;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
}
.box03 > .boxInner > .boxContent {
}


.box04 {
	margin: 20px 0 0 0;
	background-color: #f2f8e0;
}
.box04 > .boxInner {
	padding: 16px 14px;
}
.box04 > .boxInner > .boxTitle {
	position: relative;
	margin: 0 0 10px 0;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
}
.box04 > .boxInner > .boxTitle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #93c500;
}
.box04 > .boxInner > .boxContent {
}


.box05 {
	margin: 20px 0 0 0;
	border: 1px solid #93c500;
	background-color: #ffffff;
}
.box05.type02 {
	border: 1px solid #fa6e8d;
}
.box05.type03 {
	border: 1px solid #386abb;
}
.box05.type04 {
	border: 1px solid #22753b;
}
.box05.type05 {
	border: 1px solid #f97850;
}
.box05 > .boxInner {
}
.box05 > .boxInner > .boxTitle {
	line-height: 1.25;
	padding: 11px 14px 9px;
	background: #93c500;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.box05.type02 > .boxInner > .boxTitle {
	background: #fa6e8d;
}
.box05.type03 > .boxInner > .boxTitle {
	background: #386abb;
}
.box05.type04 > .boxInner > .boxTitle {
	background: #22753b;
}
.box05.type05 > .boxInner > .boxTitle {
	background: #f97850;
}

.box05 > .boxInner > .boxContent {
	padding: 12px 14px;
}
.box05 > .boxInner > .boxContent .innerBoxTitle {
	margin-top: 10px;
	padding: 7px 10px 5px;
	background: #edf5d4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* Index Parts
------------------------------------------------------ */
/* idxLayout */
.idxLayout01 {
	text-align: left;
}
.idxLayout01 > .linkBlock {
	padding: 14px;
	border: 1px solid #93c501;
	border-radius: 5px;
	background-color: #fff;
}
.idxLayout01 > .linkBlock > .hdg {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}
.idxLayout01 > a.linkBlock > .hdg {
	color: #339933;
	font-size: 16px;
	font-weight: bold;
}
.idxLayout01 > .linkBlock > .hdg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}
.idxLayout01 > .linkBlock.type-blank > .hdg:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin: 0 0 0 7px;
	background: url(/common/img/com_ic18.png) no-repeat 0 0;
	vertical-align: middle;
}
.idxLayout01 > .linkBlock.type-pdf > .hdg:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 0 0 5px;
	background: url(/common/img/com_ic17.png) no-repeat 0 0;
	vertical-align: middle;
}
.idxLayout01 > a.linkBlock > .cnt {
}
.idxLayout01 > a.linkBlock > .cnt > *:first-child {
	margin-top: 0 !important;
}
.idxLayout01 > a.linkBlock > .cnt > .image {
	text-align: center;
}
.idxLayout01 > a.linkBlock > .cnt > .summary {
	margin: 10px 0 0 0;
}
.idxLayout01 > a.linkBlock:hover {
	background-color: #f8fcec;
}
.idxLayout01 > a.linkBlock:hover > .hdg {
	color: #93c500;
}
.idxLayout02 {
	text-align: left;
}
.idxLayout02 .hdg {
	font-size: 15px;
	font-weight: bold;
}
.idxLayout02 .image {
	margin: 5px 0 0 0;
	text-align: center;
}
.idxLayout02 .cnt {
	margin: 1em 0 0 0;
	font-size: 12px;
}
.idxLayout02 .cnt > *:first-child {
	margin-top: 0 !important;
}


.idxLayout03 {
	text-align: left;
}
.idxLayout03 > .linkBlock {
	display: block;
	border: 1px solid #93c501;
	border-radius: 5px;
	background-color: #ffffff;
	overflow: hidden;
}
.idxLayout03.type02 > .linkBlock {
	border: 1px solid #ff6699;
}
.idxLayout03.type03 > .linkBlock {
	border: 1px solid #75a4ea;
}
.idxLayout03 > .linkBlock > .hdg {
	position: relative;
	margin: 0;
	padding: 17px 10px 15px 45px;
	background: #f0f9d4;
	border-bottom: solid 1px #93c501;
	color: #555555;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
}
.idxLayout03.type02 > .linkBlock > .hdg {
	background: #fcf2f4;
	border-bottom: solid 1px #ff6699;
	color: #ff3366;
}
.idxLayout03.type03 > .linkBlock > .hdg {
	background: #eef4fc;
	border-bottom: solid 1px #75a4ea;
	color: #3366cc;
}
.idxLayout03 > a.linkBlock > .hdg {
	padding: 17px 10px 15px 30px;
	color: #339933;
}
.idxLayout03 > a.linkBlock > .hdg:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 1.5em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 5px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #93c500;
}
.idxLayout03.type02 > a.linkBlock > .hdg:before {
	border-color: transparent transparent transparent #ff6699;
}
.idxLayout03.type03 > a.linkBlock > .hdg:before {
	border-color: transparent transparent transparent #75a4ea;
}
.idxLayout03 > a.linkBlock:hover > .hdg {
	color: #92c400;
}
.idxLayout03.type02 > a.linkBlock:hover > .hdg {
	color: #ff99aa;
}
.idxLayout03.type03 > a.linkBlock:hover > .hdg {
	color: #6699ff;
}

.idxLayout03 > .linkBlock > .hdg > .num {
	position: absolute;
	left: 10px;
	top: 1.2em;
	display: block;
	width: 24px;
	line-height: 22px;
	padding-top: 2px;
	border-radius: 50px;
	background: #91c400;
	color: #ffffff;
	font-size: 1.2rem;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.idxLayout03.type02 > .linkBlock > .hdg > .num {
	background: #fa6e8d;
}
.idxLayout03.type03 > .linkBlock > .hdg > .num {
	background: #386abb;
}

.idxLayout03 > .linkBlock > .cnt {
	padding: 10px 15px;
}
.idxLayout03 > .linkBlock > .cnt > *:first-child {
	margin-top: 0 !important;
}

/* Other Parts
------------------------------------------------------ */
/*----- line -----*/
.dashedLine01 {
	display: block;
	clear: both;
	margin: 30px 0;
	height: 0;
	border-top: dashed 1px #91c400;
}
.dashedLine02 {
	display: block;
	clear: both;
	margin: 30px 0;
	height: 0;
	border-top: dashed 1px #999999;
}
.solidLine01 {
	display: block;
	clear: both;
	margin: 30px 0;
	height: 0;
	border-top: solid 1px #91c400;
}
.solidLine02 {
	display: block;
	clear: both;
	margin: 30px 0;
	height: 0;
	border-top: solid 1px #999999;
}

/*----- navi -----*/
/* localNavi */
.localNavi01 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 15px;
	background-color: #f0f6df;
}
.localNavi01 > *:first-child {
	margin-top: 0 !important;
}

/*----- news -----*/
/* newsWrap */
.newsWrap01 {
	clear: both;
	margin: 20px 0 0 0;
}
.newsWrap01 > *:first-child {
	margin-top: 0 !important;
}
.newsWrap01 > .newsHeading {
	margin: 20px 0 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #d0d0d0;
}
.newsWrap01 > .newsHeading > .hdg {
	position: relative;
	float: left;
	padding: 4px 0 0 15px;
	color: #21753c;
	font-size: 17px;
	line-height: 1.25;
}
.newsWrap01 > .newsHeading > .hdg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75em;
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #93c500;
}
.newsWrap01 > .newsHeading > .links {
	float: right;
	display: table;
	margin: 0 0 0 20px;
}
.newsWrap01 > .newsHeading > .links > li {
	display: table-cell;
	vertical-align: middle;
}
.newsWrap01 > .newsHeading > .links > li + li {
	padding-left: 15px;
}
.newsWrap01 > .newsHeading > .links > li.more {
	min-width: 100px;
}
.newsWrap01 > .newsHeading > .links > li > *:first-child {
	margin-top: 0 !important;
}
.newsWrap01 > .newsHeading > .links > li.rss > a {
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/common/img/com_ic19.png) no-repeat 0 0.2em;
	background-size: 12px auto;
	color: #333333;
}
.newsWrap01 > .newsContent {
}
.newsWrap01 > .newsContent > *:first-child {
	margin-top: 0 !important;
}
/* newsIcon */
.companyIcom {
	margin-left: 10px;
}
.newsIcon {
	display: inline-block;
	min-width: 77px;
	padding: 1px 5px 0;
	border-radius: 9px;
	background-color: #267b1a;
	color: #ffffff !important;
	font-size: 10px !important;
	line-height: 17px !important;
	text-align: center;
	vertical-align: middle;
}
/* newsList */
.newsList01 {
	clear: both;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}
.newsHeading + .newsContent > .newsList01 > li:first-child {
	border-top: none;
}
.newsList01 > li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #999999;
}
.newsList01 > li:first-child {
	border-top: 1px solid #999999;
}
.newsList01 > li .entry {
	margin-top: 0;
}
.newsList01 > li .entry > dt {
	margin: 0 0 5px 0;
}
.newsList01 > li .entry > dt > *:first-child {
	margin-left: 0 !important;
}
.newsList01 > li .entry > dt > .date {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #666666;
	line-height: 1.25;
	vertical-align: middle;
}
.newsList01 > li .entry > dt > .time {
	display: inline-block;
	min-width: 77px;
	margin: 0 0 0 10px;
	color: #666666;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}
.newsList01 > li .entry > dt > .category {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.newsList01 > li .entry > dd {
}
.newsList01 > li .entry > dd > *:first-child {
	margin-top: 0 !important;
}
.newsList01 > li .entry > dd > .headline {
	position: relative;
	padding: 0 0 0 15px;
}
.newsList01 > li .entry > dd > .headline:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}
.newsList01 > li .entry > dd > .headline a.type-blank:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin: 0 0 0 7px;
	background: url(/common/img/com_ic18.png) no-repeat 0 0;
	vertical-align: middle;
}
.newsList01 > li .entry > dd > .headline a.type-pdf:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 0 0 5px;
	background: url(/common/img/com_ic17.png) no-repeat 0 0;
	vertical-align: middle;
}

/*----- tab -----*/
/* tabWrap */
.tabWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
.tabWrap01 > *:first-child {
	margin-top: 0 !important;
}
.tabWrap01 > .tabNavi {
	clear: both;
	margin: 20px 0 0 0;
}
.tabWrap01 > .tabNavi.scrolling {
	overflow-x: auto;
}
.tabWrap01 > .tabNavi.scrolling .tabs {
	border-bottom: none;
	white-space: nowrap;
}
.tabWrap01 > .tabNavi .tabs > li {
	position: relative;
	float: left;
	margin: 0;
}
.tabWrap01 > .tabNavi .tabs > li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #93c500;
}
.tabWrap01.type04 > .tabNavi .tabs > li:before {
	background: #f29600;
}

.tabWrap01.type06 > .tabNavi .tabs > li:before {
	background: #a5609e;
}

.tabWrap01 > .tabNavi .tabs > li.on:before {
	top: 0;
	height: 2px;
	/* border: 1px solid #93c500; */
	/* border-radius: 6px 6px 0 0; */
}
.tabWrap01 > .tabNavi .tabs.count2 > li { width: 50%; }
.tabWrap01 > .tabNavi .tabs.count3 > li { width: 33.33%; }
.tabWrap01 > .tabNavi .tabs.count4 > li { width: 25%; }
.tabWrap01 > .tabNavi.scrolling .tabs > li {
	float: none;
	display: table-cell;
}
.tabWrap01 > .tabNavi .tabs > li:first-child {
	margin-left: 0 !important;
}
.tabWrap01 > .tabNavi .tabs > li  a {
	display: table;
	width: 100%;
	height: 49px;
	padding: 5px 5px 3px;
	/* border: 1px solid #93c500; */
	border-bottom: none;
	/* border-radius: 6px 6px 0 0; */
	/* background-color: #eff7d6; */
	color: #d0d0d0;
	line-height: 1.25;
	font-size: 10px;
}
.tabWrap01 > .tabNavi .tabs > li > a > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.tabWrap01 > .tabNavi .tabs > li > a > span > span {
	position: relative;
	display: inline-block;
	padding-left: 14px;
}
.tabWrap01 > .tabNavi .tabs > li > a > span > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -5px 0 0 0;
	border-width: 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #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 {
	border-bottom: none;
}

.tabWrap01 > .tabNavi .tabs > li.on > a {
	background-color: #fff;
	color: #555;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}


.tabWrap01 > .tabPanel {
	clear: both;
	padding: 10px;
	/* border: solid 1px #93c500; */
	border-top: none;
}
.tabWrap01 > .tabPanel > *:first-child {
	margin-top: 0 !important;
}

/*----- toggle -----*/
/* togglelWrap */
.toggleWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
.toggleWrap01 > *:first-child {
	margin-top: 0 !important;
}
.toggleWrap01 > .tglBtn {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #d0d0d0;
}
.toggleWrap01 > .tglBtn:first-child {
	margin-top: 0 !important;
}
.toggleWrap01 > .tglBtn > a {
	position: relative;
	display: block;
	padding: 10px 35px 8px 0;
	color: #666666;
	font-size: 15px;
	/* font-weight: bold; */
	line-height: 1.25;
}
.toggleWrap01 > .tglBtn > a:before {
	content: "�J��";
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: -12px 0 0 0;
	background-image: url(/common/img/com_ic28.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 25px 50px;
	text-indent: -9999px;
}
.toggleWrap01 > .tglBtn.active > a:before {
	content: "����";
	background-position: 0 -25px;
}

.toggleWrap01 > .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: 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 > *: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 > .image {
	overflow: hidden;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
}
.recommendNavi01 > dd .recList > li > .linkBlock > .cap {
	position: relative;
	margin: 0.5em 0 0 0;
	padding: 0 0 0 15px;
	color: #339933;
}
.recommendNavi01 > dd .recList > li > .linkBlock > .cap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #99c80f;
}
.recommendNavi01 > dd .recList > li > a.linkBlock:hover > .cap {
	color: #95c604;
}

.recommendNavi01 > dd .recList > li {
	display: none;
}
body.products .recommendNavi01 > dd .recList > li.products,
body.join .recommendNavi01 > dd .recList > li.join,
body.customers .recommendNavi01 > dd .recList > li.customers,
body.prevention .recommendNavi01 > dd .recList > li.prevention,
body.photo .recommendNavi01 > dd .recList > li.photo,
body.special .recommendNavi01 > dd .recList > li.special,
body.company .recommendNavi01 > dd .recList > li.company,
body.medical .recommendNavi01 > dd .recList > li.medical,
body.agent .recommendNavi01 > dd .recList > li.agent {
	display: block;
}

/*----- pressWrap -----*/
.pressWrap p:nth-child(2) {
	margin-top: 30px;
	text-align: right;
}
.pressWrap h2 {
	font-size:20px;
	margin-top: 45px;
	text-align: center;
}
.pressWrap dl dt{
	text-align: center;
	margin: 30px 0;
}
.pressWrap p:last-child {
	text-align:right;
	margin-top: 30px;
}


/*----- contact -----*/
/* contactWrap */
.contactWrap01 {
	clear: both;
	padding: 0 10px;
}
.contactWrap01 > *:first-child {
	margin-top: 0 !important;
}
.contactWrap02 {
	clear: both;
	margin: 30px 0 0;
	border-radius: 3px;
	background-color: #e8f4e7;
}
.contactWrap02 > *:first-child {
	margin-top: 0 !important;
}
.contactWrap03 {
	clear: both;
	padding: 0 10px;
}
.contactWrap03 > *:first-child {
	margin-top: 100px !important;
}

/* contactNavi */
.contactNavi01 {
	clear: both;
	padding: 30px 0 0;
}
.contactNavi01 > *:first-child {
	margin-top: 0 !important;
}
.contactNavi01 > .lead {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.contactNavi01 > .lead > strong {
	color: #4c483b;
	font-size: 30px;
}
.contactNavi01 > .lead > .ast {
	font-size: 12px;
	font-weight: normal;
}
.contactNavi01 > .note {
	margin: 1.25em 0 0 0;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
.noSide .contactNavi01 > .note br {
	display: none;
}
.contactNavi01 > .links {
	margin: 1em 0 0 0;
}
.contactNavi01 > .links > li {
	float: left;
	width: 48.6%;
	margin: 0 0 0 2.8%;
}

.contactNavi01 > .links > li.req_only {
	clear: both;
	width: 100%;
	margin: 0 auto;
}


.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 56px;
}

.contactNavi01 > .links > li.requestBtn > a > span {
	padding: 14px 0 14px 56px;
}
.contactNavi01 > .links > li.applyBtn > a > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
	display: inline-block;
	width: 41px;
	height: 35px;
	background: url(/common/img/aside_ic01.png) no-repeat 0 0;
	background-size: 30px auto;
}

.contactNavi01 > .links > li.requestBtn > a > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
	display: inline-block;
	width: 41px;
	height: 35px;
	background: url(/common/img/com_ic30.png) no-repeat 0 0;
	background-size: 41px auto;
}
.contactNavi01 > .links > li.applyBtn > a:hover {
	background-color: #db7701;
}

.contactNavi01 > .links > li.requestBtn > a:hover {
	background-color: #6fa80b;
}

.contactNavi02 {
	clear: both;
	padding: 15px;
	text-align: center;
}
.contactNavi02 > *:first-child {
	margin-top: 0 !important;
}
.contactNavi02 > .lead {
	display: block;
	font-size: 20px;
	line-height: 1.25;
}
.contactNavi02 > .lead > span {
	display: inline-block;
	background-image: url(/common/img/com_ic38.png);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 5px 0 5px 35px;
}
.contactNavi02 > .iconLink01 {
	text-align: left;
}
.contactNavi02 > .paragraph01 {
	text-align: left;
}
.contactNavi02 > .bold {
	text-align: center;
}
.contactNavi02 > .list {
	text-align: left;
	font-size: 12px;
	padding-left: 1.1em;
  text-indent: -1.1em;
}

/*20170704footercontactblock_topisc用追加*/
.contactNavi03 {
	clear: both;
	padding: 30px 0 0;
}
.contactNavi03 > *:first-child {
	margin-top: 0 !important;
}
.contactNavi03 > .lead {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.contactNavi03 > .lead > strong {
	color: #4c483b;
	font-size: 30px;
}
.contactNavi03 > .lead > .ast {
	font-size: 12px;
	font-weight: normal;
}
.contactNavi03 > .note {
	margin: 1.25em 0 0 0;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
.noSide .contactNavi03 > .note br {
	display: none;
}
.contactNavi03 > .links {
	margin: 1em 0 0 0;
}
.contactNavi03 > .links > li {
	float: left;
	width: 48.6%;
	margin: 0 0 0 2.8%;
}
.contactNavi03 > .links > li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.contactNavi03 > .links > li > a {
	display: block;
	width: 100%;
	padding: 5px 5px 3px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}

.contactNavi03 > .links > li.applyBtn2 > a {
	width: 200%;
}

.contactNavi03 > .links > li.applyBtn2 > a {
	background-color: #fd8c07;
}

.contactNavi03 > .links > li > a > span {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.contactNavi03 > .links > li.applyBtn2 > a > span {
	padding: 14px 0 14px 46px;
}

.contactNavi03 > .links > li.applyBtn2 > a > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/common/img/com_ic43.png) no-repeat 0 0;
	background-size: 38px auto;
	background-position: left;
}

.contactNavi03 > .links > li.applyBtn2 > a:hover {
	background-color: #db7701;
}

/*20171002ぷち用追加*/
.contactNavi04 {
	clear: both;
	padding: 30px 0 0;
}
.contactNavi04 > *:first-child {
	margin-top: 0 !important;
}
.contactNavi04 > .lead {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.contactNavi04 > .lead > strong {
	color: #4c483b;
	font-size: 30px;
}
.contactNavi04 > .lead > .ast {
	font-size: 12px;
	font-weight: normal;
}
.contactNavi04 > .note {
	margin: 1.25em 0 0 0;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
.noSide .contactNavi04 > .note br {
	display: none;
}
.contactNavi04 > .links {
	margin: 1em 0 0 0;
}
.contactNavi04 > .links > li {
	float: left;
	width: 48.6%;
	margin: 0 0 0 2.8%;
}
.contactNavi04 > .links > li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.contactNavi04 > .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;
}

.contactNavi04 > .links > li.applyBtn2 > a {
	width: 200%;
}

.contactNavi04 > .links > li.applyBtn2 > a {
	background-color: #fd8c07;
}

.contactNavi04 > .links > li > a > span {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.contactNavi04 > .links > li.applyBtn2 > a > span {
	/*padding: 14px 0 14px 46px;*/
	padding: 14px 0 14px 0;
}

.contactNavi04 > .links > li.applyBtn2 > a > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	/*background: url(/common/img/com_ic43.png) no-repeat 0 0;*/
	background-size: 38px auto;
	background-position: left;
}

.contactNavi04 > .links > li.applyBtn2 > a:hover {
	background-color: #db7701;
}

/* contactDef */
.contactDef01 {
	display: table;
	background-color: #ffffff;
	width: 100%;
	vertical-align: middle;
}
.contactDef01 dt {
	width: 100%;
	position: relative;
	background-color: #93c500;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 15px;
	background-image: url(/common/img/com_bg10.png);
	background-size: 100% auto;
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
.contactDef01 dd {
	text-align: left;
	background-color: #ffffff;
	font-size: 14px;
	color: #555555;
	padding: 15px;
}
/* contactTxt */
.contactTxt {
	text-align: center;
	color: #21753c;
	font-size: 16px;
	font-weight: bold;
}
.contactTxt > .num {
	padding-left: 40px;
	padding-right: 10px;
	background-image: url(/common/img/com_ic39.png);
	background-size: 32px auto;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-size: 28px;
}
.contactTxt > .num > a:link, .contactTxt > .num > a:visited, .contactTxt > .num > a:active {
	color: #21753c;
}
.contactTxt > .contactIcon {
	font-size: 14px;
	color: #ffffff;
	background-color: #21753c;
	padding: 5px 15px 3px;
	border-radius: 15px;
}


/*----- plugin -----*/
/* pluginWrap */
.pluginWrap01 {
	clear: both;
	margin: 30px 0 0 0;
}
.pluginWrap01 > *:first-child {
	margin-top: 0 !important;
}
/* pluginNavi */
.pluginNavi01 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 16px 14px;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}
.pluginNavi01 > dt {
	margin: 0 0 15px 0;
}

.pluginNavi01 > dd > *:first-child {
	margin-top: 0 !important;
}

/*----- faqWrap -----*/
.faqWrap {
	margin-top: 20px;
}
.faqList01 li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #d0d0d0;
}
.faqList01 li:first-child {
	border: none;
}
.faqWrap .question,
.faqWrap .answer {
	clear: both;
	overflow: hidden;
}
.faqWrap .question {
	padding-bottom: 10px;
}
.faqWrap .answer {
	padding-top: 10px;
}
.faqWrap .faqIcon{
	float: left;
	width: 10%;
	margin-right: 1.5em;
}
.faqWrap .faqIcon >img {
	width: 100%;
}
.faqWrap .questionTxt,
.faqWrap .answerTxt {
	float: left;
	overflow: hidden;
	width: 83%;
	margin-top: 0.2em;
}
.faqWrap .questionTxt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

/*----- color -----*/
.black {
	color: #555555 !important;
}

/*----- size -----*/
.bigSize {
	font-size: 16px;
}
/*----- imgBoder -----*/
.imgBoder img {
	border: 1px solid #e9e9e9;
}
/*----- fsBig -----*/
.fsBig {
	font-size: 23px;
}
/*----- new_icon -----*/
.new_icon img {
	padding: 8px 0 0 10px;
}
/*----- sitemap -----*/
.sitemap .iconLink01 > li > .listInner > .iconLink01 > li > a:before {
	background: #92c400;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 5px;
	border: none;
}

/*20170810追加*/
/*aboutBlock*/
#pageContainer .aboutBlock .variableCol2{
	margin:40px 10px 0;
}
#pageContainer .aboutBlock .variableCol2 > .imgLeft {
	float: none;
	border: 1px solid #4c483b;
	margin-right: 0;
	padding: 10px 10px 20px;
	color: #4c483b;
	font-weight: bold;
	max-width: 100%;
}
#pageContainer .aboutBlock .variableCol2 > .textCol {
	margin-top: 10px;
}
.aboutBlock .newsIcon {
	padding-left: 18px;
}

/* Clearfix
------------------------------------------------------ */
.anchorLink01.newsType:after,
.listRow:after,
.anchorLink01:after,
.equalCol2:after,
.equalCol3:after,
.equalCol4:after,
.variableCol2:after,
.idxLayout02:after,
.newsWrap01 > .newsHeading:after,
.tabWrap01 > .tabNavi .tabs:after,
.recommendNavi01 > dd .recList:after,
.contactNavi01 > .links:after {
	content: "";
	display: block;
	clear: both;
}

/*nekokusei*/
.nekokusei-kana::before{
	content: "ね こ く せ い";
	position: relative;
	display: block;
	height: 5px;
	width: 105px;
	left: 178px;
	font-size: 0.7rem;
}

.graphA{margin:20px 0 20px 0;}

.graphB{margin:20px 0 20px 0;}

.graphC{margin:20px 0 20px 0;}

/*photo用スタイル------------------------------*/
.photo_o{
	font-size: 26px;
}
.photo_g{
	font-size: 18px;
}

/*withlistリリース0522------------------------------*/
.withlist .col{background:#ede9df;
               position:relative;
               height:238px;
               padding:5px;}
.withlist .col figure{position:absolute;
                       bottom:18px;}

.withlist .col figure figcaption {font-weight: 900;
                                  margin-left:-2px;
                                  margin-top:16px;}

.withlist .col img{width:84%;}
.withlist .col:nth-child(1) img{width:30vw;}

.withlist .col:nth-child(3) img {position:relative;
                                 top:-50px;}

.withlist .col:nth-child(4) img{width:16rem;}

.fuji-collabo .imgLeft{border:solid 1px;
                        margin-bottom:20px;}

.what-withlist{margin-top: 20px;}

.withlist .col span{
    position: absolute;
    left: 0;
    margin-left: 10px;
    font-size: 33px;
    color: green;}

.pc{display:none}

.create-sample{position: relative;
               left: 68vw;
			   font-size: 12px;}

/*ご契約内容の変更・各種お手続きページのタイトルカラー------------------------------*/
.incolor_theme{background-color: #92c400;
	color: #fff;}

.col_color {background-color: #ede9df;
    position: relative;
	padding: 6px;
}
.fs18{ font-size: 1.8rem;}

.br-pc { display:none; }
.br-sp { display:block; }
}


/*　導線エリア　*/
@media only screen and (max-width: 800px) {
	.box_bnr {
		margin-top: 35px;
	}
	.box_bnr h2.ttl {
		text-align: center;
		font-size: 20px;
		color: #000000;
		font-weight: bold;
	}
	.box_bnr ul {
		width: 100%;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.box_bnr ul li{
		width: 100%;
		height: 23.2vw;
		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 + li {
	   margin-top: 3.75vw;
	}

	.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: 25px;
	}
	.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_sp.png) no-repeat 0 0;
			background-size: cover
	}
	.box_bnr ul li.bnr_02{
			background: url(/products/insurance1/img/common/bg_senior_photo_sp.png) no-repeat 0 0;
			background-size: cover
	}
	.box_bnr ul li.bnr_03{
			background: url(/products/insurance1/img/common/bg_puchi_photo_sp.png) no-repeat 0 0;
			background-size: cover
	}


	/*box_bnr--02*/
	.box_bnr--02{
		padding-top:30px;
		padding-bottom: 30px;
	}
	.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: 20px;
	}
	.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: 48%;
		margin: 0 2%;
	}
	.box_bnr--02in .moreBtn {
		text-align: center;
		margin-top: 26px;
	}

	.box_bnr--02in .moreBtn a {
		display: inline-block;
		font-size: 12px;
		padding: 5px 19px 4px 34px;
		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 {
		width:90%;
		margin:0 auto 20px;
	}
	.bnr_family {
		width: 90vw;
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		display: block;
	}
	.bnr_family ul li{
		width: 100%;
		height: 23.2vw;
		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::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: 25px;
	}
	.bnr_family ul li a:hover{
		opacity: 1;
	}
	.bnr_family ul li a span{
		display: block;
		font-size: 25px;
		font-weight: bold;
	}
	.box_bnr_familybnr 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_sp.png) no-repeat 0 0;
			background-size: cover
	}
	.txt-c {
		margin-top: 30px;
		text-align: center;
	}

	.sec_pickup {
		padding: 30px 15px;
		margin-top: 35px;
		background-color: #f2f8e0;
		border-radius: 5px;
	}
	.sec_pickup .sec_pickup__ttl {
		padding: 0 0 25px 0;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		color: #555;
	}
	
	.sec_pickup .sec_pickup__cont {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.sec_pickup .sec_pickup__cont .flex__pickup__item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.sec_pickup .sec_pickup__cont .flex__pickup__item:last-of-type {
		width: 100%;
		margin: 0 0 0 0;
	}
	.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: 15px;
	}
	.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: 15px 0;
		position: relative;
		letter-spacing: -0.03em;
	}
	.accordionlist dt::before{
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		border: #007048 solid 2px;
		border-radius: 100%;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.accordionlist dt::after{
		content: "";
		display: block;
		width: 9px;
		height: 9px;
		border-bottom: #007048 solid 2px;
		border-right: #007048 solid 2px;
		position: absolute;
		right: 21px;
		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{
		border: #a5609e solid 2px;
	}
	.accordionlist02 dt::after{
		border-bottom: #a5609e solid 2px;
		border-right: #a5609e solid 2px;
	}
	
	.accordionlist03 dt::before{
		border: #e44d0c solid 2px;
	}
	.accordionlist03 dt::after{
		border-bottom: #e44d0c solid 2px;
		border-right: #e44d0c solid 2px;
	}
	
	
	.accordionlist dt .title{
		font-size: 12px;
		font-weight: bold;
		color: #00743f;
		margin-right: 52px;
	}
	.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: 20px;
	}
	.accordion_icon,
	.accordion_icon span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.accordion_icon {
		position: relative;
		width: 20px;
		height: 20px;
		margin-right: 20px;
	}
	.accordion_icon span {
		position: absolute;
		left: 6px;
		width: 100%;
		height: 2px;
		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: 2px;
		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: 2px;
		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: 2px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	
	.accordionlist_subttl {
		font-size: 14px;
		font-weight: bold;
		margin-right: 15px;
	}
	.accordionlist_cap {
		margin-top: 0;
		margin-right: 15px;
	}
	.accordionlist_subtxt {
		font-size: 12px;
		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: 800px;
		margin-top: 15px;
		border-left: 1px solid #d4d9c8;
		border-bottom: 1px solid #d4d9c8;
	}
	.ac_table02 {
		width: 450px;
	}
	.ac_table01 th,
	.ac_table01 td{
		border-right: 1px solid #d4d9c8;
		border-top: 1px solid #d4d9c8;
		vertical-align: middle;
		padding: 6px 5px;
	}
	.ac_table01 th {
		background-color: #00743f;
		color: #fff;
	}
	.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;
	}
	.ac_table01 th.th05 {
		width: 130px;
	}
	.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: 13px;
	}
	.detail_txt_r--02 {
		text-align: right;
		margin-top: 1px;
		margin-right: 5px;
		font-size: 13px;
	}

	.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;
	}
	

}

