@charset "UTF-8";
@import url(fonts.css);
/********************************************************* reset*/
html, body, p, li, dl, dt, dd, blockquote, td, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

ul, ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

address, em, code, cite, dfn, var, optgroup {
	font-style: normal;
}

caption, th {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

img {
	border: none;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	line-height: inherit;
}

input, select, textarea {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	font-weight: inherit;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

label {
	cursor: pointer;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}

button {
	appearance: inherit;
	writing-mode: inherit;
	font-style: inherit;
	font-variant-ligatures: inherit;
	font-variant-caps: inherit;
	font-variant-numeric: inherit;
	font-variant-east-asian: inherit;
	font-variant-alternates: inherit;
	font-weight: inherit;
	font-stretch: inherit;
	font-size: inherit;
	font-family: inherit;
	font-optical-sizing: inherit;
	font-kerning: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	text-rendering: inherit;
	color: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-indent: inherit;
	text-shadow: inherit;
	display: inherit;
	text-align: inherit;
	align-items: inherit;
	cursor: default;
	box-sizing: inherit;
	background-color: inherit;
	margin: inherit;
	padding: inherit;
	border-width: 0px;
	border-style: inherit;
	border-color: inherit;
	border-image: inherit;
}
body *::marker {
	display: none;
}
/********************************************************* base*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	-webkit-text-size-adjust: 100%;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	background-color: #fff;
	font-weight: 500;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
	body {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
	}
}
a:link {
	color: #027fbf;
	text-decoration: none;
}

a:hover {
	color: #027fbf;
	text-decoration: underline;
}

a.opacity img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.opacity:hover img {
	opacity: 0.7;
}

/*PDF icon*/
a[href*="pdf"]:not(.btnStyle02):after {
	content: url(../images/icon_pdf.webp) !important;
	padding-left: 5px;
	height: 15px !important;
}

.listInline li a[href*="pdf"]:after {
	position: static;
}

a[href*="pdf"].btnStyle01.icon-arrow:after {
	padding-left: 0;
}

.inner {
	width: 950px;
	margin: 0 auto;
}

@media screen and (max-width: 950px) {
	.inner {
		width: auto;
		margin: 0;
	}

	img {
		max-width: 100%;
		height: auto;
	}
}
/********************************************************* wrapper*/
#wrapper {
	padding-top: 93px;
}

@media screen and (max-width: 950px) {
	#wrapper {
		padding-top: 55px;
	}
}
/********************************************************* wrapperLP*/
#wrapperLP {
	padding-top: 0px;
}

@media screen and (max-width: 950px) {
	#wrapperLP {
		padding-top: 0px;
	}
}
/********************************************************* header*/
#gHeader {
	top: 0;
	left: 0;
	position: fixed;
	height: 94px;
	width: 100%;
	z-index: 1000;
	background-color: #83c362;
}
#gHeader .inner {
	position: relative;
	padding: 10px 0;
}

.hdLogo {
	padding: 20px 19px;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 10000;
}
.hdLogo a {
	display: block;
	width: 77px;
	height: 62px;
	background: url(../images/logo.webp) no-repeat left top/100% auto;
	text-indent: -9999em;
}

.hdNav {
	margin-bottom: 20px;
	font-size: 13px;
}
.hdNav ul {
	float: right;
}
.hdNav li {
	float: left;
	margin-left: 10px;
	vertical-align: top;
}
.hdNav a {
	display: block;
	text-align: center;
	min-width: 90px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hdNav a.ex {
	background-color: #f9f767;
	color: #3f9c0f;
}
.hdNav a.ex:hover {
	background-color: rgba(249, 247, 103, 0.8);
	text-decoration: none;
}
.hdNav a:hover {
	background-color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}

#hamburger {
	display: none;
}

@media screen and (max-width: 950px) {
	#gHeader {
		height: 55px;
	}
	#gHeader .inner {
		padding: 5px 0;
	}

	.hdLogo {
		padding: 10px;
		top: 0;
		left: 10px;
	}
	.hdLogo a {
		width: 60px;
		height: 49px;
	}

	.hdNav {
		margin-bottom: 0;
	}
	.hdNav ul {
		display: none;
	}

	#hamburger {
		border-left: 1px dotted rgba(255, 255, 255, 0.6);
		padding: 0 10px;
		display: block;
		float: right;
		text-align: center;
	}
	#hamburger .txt {
		font-size: 9px;
		color: #fff;
		margin-top: 7px;
	}

	#hamburger-icon {
		margin-top: 3px;
		width: 29px;
		height: 20px;
		position: relative;
		display: block;
		line-height: 1;
		cursor: pointer;
	}

	#hamburger-icon .line {
		display: block;
		background: #fff;
		width: 29px;
		height: 4px;
		position: absolute;
		left: 0;
		border-radius: 2px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}

	#hamburger-icon .line.line-1 {
		top: 0;
	}

	#hamburger-icon .line.line-2 {
		top: 50%;
	}

	#hamburger-icon .line.line-3 {
		top: 100%;
	}

	#hamburger-icon.active .line-1 {
		transform: translateY(10px) translateX(0) rotate(45deg);
		-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
		-moz-transform: translateY(10px) translateX(0) rotate(45deg);
	}

	#hamburger-icon.active .line-2 {
		opacity: 0;
	}

	#hamburger-icon.active .line-3 {
		transform: translateY(-10px) translateX(0) rotate(-45deg);
		-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
		-moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
	}
}
/********************************************************* nav*/
#gNav {
	margin-left: 150px;
}
#gNav .l-gnav-main__item {
	float: left;
	width: 20%;
	padding: 2px 5px;
	border-right: 1px dotted rgba(255, 255, 255, 0.6);
}
#gNav .l-gnav-main__item:first-child {
	border-left: 1px dotted rgba(255, 255, 255, 0.6);
}
#gNav .l-gnav-main-sub__link {
	display: block;
	/* text-align: center; */
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 700;
	/* font-size: 16px; */
}
#gNav .l-gnav-main-sub__link:hover {
	background-color: rgba(255, 255, 255, 0.3);
	text-decoration: none;
}
/* #gNav .current .l-gnav-main-sub__link {
	border-bottom: 2px solid #fff;
} */
/* -tablet?------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 950px) {
	.navopen #gNav {
		display: block;
	}

	#gNav {
		margin-left: 0;
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #83c362;
		padding-top: 25px;
	}
	#gNav .l-gnav-main__item {
		float: none;
		width: auto;
		border-right: none;
		padding: 0;
		border-bottom: 1px solid #fff;
	}
	#gNav .l-gnav-main__item:first-child {
		border-left: none;
		border-top: 1px solid #fff;
	}
	#gNav .l-gnav-main-sub__link,
	#gNav .l-gnav-main-sub__title.l-gnav-btn__item--mypage > .l-gnav-main-sub__link {
		text-align: left;
		padding: 10px;
		position: relative;
	}
	#gNav .l-gnav-main-sub__link::before,
	#gNav .l-gnav-main-sub__title.l-gnav-btn__item--mypage > .l-gnav-main-sub__link::before {
		position: absolute;
		right: 10px;
		top: 15px;
		content: "\e903";
		font-size: 13px;
	}
	#gNav .current .l-gnav-main-sub__link {
		border-bottom: none;
		background-color: #a8d591;
	}
}
/********************************************************* main*/
#gMain {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 30px;
}

@media screen and (max-width: 950px) {
	#gMain {
		width: auto;
		padding: 10px;
	}
}

#gMain2 {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 10px;
}

@media screen and (max-width: 950px) {
	#gMain2 {
		width: auto;
		padding: 10px;
	}
}
/********************************************************* bottom info*/
.bottomInfo {
	background: url(../images/bg_pattern.webp);
	padding: 30px 0;
}

@media screen and (max-width: 950px) {
	.bottomInfo {
		padding: 20px 10px;
	}
}

/********************************************************* footer*/
#gFooter {
	background-color: #505050;
	color: #fff;
	font-size: 13px;
}
#gFooter a {
	color: #fff;
}
#gFooter a:hover {
	color: #ccc;
	text-decoration: none;
}

.ftBottom {
	padding: 35px 0;
}
.ftBottomLP {
	padding: 15px 0;
}

.ftSiteMap {
	/* display: none; */
	padding: 35px 0;
	border-bottom: 1px solid #eee;
}

.btnSiteMap {
	font-size: 13px;
	width: 950px;
	margin: 40px auto 0 auto;
}
.btnSiteMap > .c-btnSiteMap__background {
	width: 135px;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	display: block;
	background-color: #505050;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btnSiteMap a:hover {
	text-decoration: none !important;
	background-color: #999;
}

.ftNavSMWrap {
	display: grid;
	grid-template-columns: auto auto auto;
	vertical-align: top;
	gap: 4em;
	padding-right: 4em;
	/* display: grid;
	grid-template-columns: 21em 36em 20em;
	vertical-align: top;
	padding-right: 70px; */
}

@media screen and (max-width: 950px) {
	.ftNavSMWrap {
		display: block;
		width: 100%;
		vertical-align: top;
		padding-right: 0;
	}
}

.ftNav {
	display: grid;
	grid-template-columns: auto auto auto;
	vertical-align: top;
	gap: 4em;
	padding-right: 4em;
	/* display: grid;
	grid-template-columns: 21em 36em 20em;
	vertical-align: top;
	padding-right: 70px; */
}
@media screen and (max-width: 950px) {
	.ftNav{
		display: block;
		width: 100%;
		vertical-align: top;
		padding-right: 0;
	}
}

.ftNavSMWrap > .ftNavSMPart::first-of-type {
	padding-left: 20px;
}
.ftNavSMWrap > .ftNavSMPart::last-of-type {
	padding-right: 0;
}

.ftNavSM > li {
	margin-bottom: 20px;
}
.ftNavSM > li:last-child {
	margin-bottom: 0;
}
.ftNavSM > li > a {
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ftNavSM > li > a:before {
	content: "\e903";
	font-size: 9px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
}
.ftNavSM > li li {
	list-style-type: disc;
	margin: 5px 0 0 20px;
}
/*
.ftNav {
	text-align: center;
	letter-spacing: -1em;
}
.ftNav > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 15px;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	line-height: 1;
	margin-left: -1px;
} */

.copyright {
	text-align: center;
	margin-top: 20px;
}

.pageTop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 1000;
	display: none;
}
.pageTop a {
	display: block;
	color: #fff;
	width: 80px;
	padding-top: 10px;
	text-align: center;
	height: 80px;
	font-size: 20px;
	border-radius: 50%;
	background-color: #83c362;
}
.pageTop a:before {
	display: block;
	font-size: 28px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pageTop a:hover {
	text-decoration: none;
}
.pageTop a:hover:before {
	margin: -5px 0 5px;
}

/*side fix----------------------------------------*/
.sideFix {
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 1000;
	width: 50px;
}
.sideFix li {
	right: 0;
	margin: 0 0 2px 0;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sideFix li.top:hover {
	right: 200px;
}
.sideFix li.bookstore:hover {
	right: 260px;
}
.sideFix li.training:hover {
	right: 200px;
}
.sideFix li.student:hover {
	right: 220px;
}
.sideFix a {
	background: #686868 url(../images/bg_tiltline.webp);
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-radius: 5px 0 0 5px;
	width: 320px;
	color: #fff;
	font-size: 15px;
	padding: 12px 10px 12px 50px;
	display: block;
	position: relative;
}
.sideFix a:hover {
	text-decoration: none;
}
.sideFix a:before {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
.sideFix .icon-pagetop:before {
	font-size: 25px;
	line-height: 40px;
	left: 12px;
}
.sideFix .icon-mail:before {
	font-size: 20px;
	line-height: 40px;
}
.sideFix .icon-person:before {
	font-size: 30px;
	line-height: 40px;
	left: 12px;
}
.sideFix .icon-book:before {
	font-size: 30px;
	line-height: 40px;
	left: 12px;
}

@media screen and (max-width: 950px) {
	/* .ftBottom {
		padding: 35px 15px;
	} */

	.btnSiteMap {
		width: auto;
		padding-left: 10px;
		margin-top: 20px;
	}

	.ftNavSMWrap {
		padding-left: 0;
	}
	.ftNavSMWrap > div {
		display: block;
		padding: 0 !important;
	}

	.ftSiteMap {
		padding: 0;
		border-bottom: none;
	}

	.ftNavSM a {
		display: block;
		padding: 10px;
	}
	.ftNavSM > li {
		margin-bottom: 0;
		border-bottom: 1px dotted #999;
	}
	.ftNavSM > li > a {
		background-color: #646464;
		position: relative;
	}
	.ftNavSM > li > a:before {
		position: absolute;
		right: 10px;
		top: 15px;
		margin-right: 0;
		font-size: 12px;
	}
	.ftNavSM > li > ul {
		display: none;
	}
	.ftNavSM > li li {
		list-style: none;
		margin: 0;
		border-bottom: 1px solid #646464;
	}
	.ftNavSM > li li:last-child {
		border-bottom: none;
	}
	.ftNavSM > li li a {
		padding: 10px 10px 10px 15px;
		position: relative;
	}
	.ftNavSM > li li a:before {
		position: absolute;
		right: 10px;
		top: 15px;
		margin-right: 0;
		content: "\e903";
		font-size: 12px;
	}

	.accBtn {
		padding: 10px;
		position: relative;
		background-color: #646464;
		font-weight: bold;
		cursor: pointer;
	}
	.accBtn:before {
		position: absolute;
		right: 10px;
		top: 15px;
		color: #fff;
		font-size: 12px;
	}
	.accBtn.open:before {
		content: "\e90a";
	}
	.ftBottom.inner .accBtn {
		padding: 10px;
		position: relative;
		background-color: #505050;
		font-weight: bold;
		cursor: pointer;
	}
	.ftBottom.inner .accBtn:before {
		position: absolute;
		right: 10px;
		top: 15px;
		color: #fff;
		font-size: 12px;
	}
	.ftBottom.inner .accBtn.open:before {
		content: "\e90a";
	}
	.ftBottom.inner .ftNavSM > li > a {
		background-color: #505050;
		position: relative;
	}


	.pageTop {
		bottom: 10px;
		right: 10px;
	}
	.pageTop a {
		width: 35px;
		height: 35px;
		padding-top: 0;
		border: 1px solid #fff;
	}
	.pageTop a:before {
		font-size: 18px;
		line-height: 35px;
	}
	.pageTop a:hover:before {
		margin: 0;
	}
	.pageTop span {
		display: none;
	}

	.sideFix {
		position: static;
		padding: 20px 10px;
		width: auto;
	}
	.sideFix a {
		width: auto;
		border-right: 2px solid #fff;
		border-radius: 5px;
	}
	.sideFix li {
		position: static;
	}
}
/********************************************************* pos*/
.flL {
	float: left;
}

.flR {
	float: right;
}

.txtC {
	text-align: center;
}

.txtR {
	text-align: right;
}

.txtL {
	text-align: left;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.imgRight {
	float: right;
	margin: 0 0 20px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 20px 0;
}
.imgLeft + .txt {
	overflow: hidden;
}

@media screen and (max-width: 950px) {
	.imgRight, 	.imgLeft {
		text-align: center;
		float: none;
		margin: 0 0 15px 0;
	}
}
/********************************************************* ttl*/
.ttlLv01 {
	border-left: 4px solid #83c362;
	color: #83c362;
	font-size: 30px;
	margin-bottom: 40px;
	padding: 15px 0 15px 20px;
	line-height: 1.2;
	font-weight: bold;
}
.ttlLv01.txtC {
	border: none;
	padding: 0;
}

.ttlLv02 {
	color: #83c362;
	font-size: 24px;
	border-bottom: 1px solid #83c362;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}

.ttlLv03 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

@media screen and (max-width: 950px) {
	.ttlLv01 {
		font-size: 22px;
		padding: 5px 0 5px 10px;
		margin-bottom: 30px;
	}

	.ttlLv02 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.ttlLv03 {
		font-size: 16px;
	}
}
/********************************************************* table*/
.tbStyle01 {
	width: 100%;
}
.tbStyle01 th, .tbStyle01 td {
	padding: 15px;
	border: 1px solid #dbdddc;
	word-break: break-all;
}
.tbStyle01 th {
	background-color: #a8d591;
	font-weight: bold;
}
.tbStyle01 + table, .tbStyle01 + h3, .tbStyle01 + h4 {
	margin-top: 30px;
}

@media screen and (max-width: 950px) {
	.tbStyle01 th, 	.tbStyle01 td {
		padding: 10px;
	}
	.tbStyle01:not(.noRespons) {
		border-bottom: 1px solid #ccc;
	}
	.tbStyle01:not(.noRespons) > tbody > tr > th, 	.tbStyle01:not(.noRespons) > tbody > tr > td {
		display: list-item;
		list-style: none;
		width: 100%;
		border-bottom: none;
	}
}
/********************************************************* btn*/
a.btnStyle00, input.btnStyle00, .action-buttons input[type="submit"] {
	vertical-align: middle;
	display: table;
	width: 100%;
	color: #fc8536;
	text-align: center;
	background-color: #fff;
	border: 1px solid #fc8536;
	line-height: 1.2;
	height: 100px;
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.btnStyle00.icon-arrow:after, input.btnStyle00.icon-arrow:after, .action-buttons input[type="submit"].icon-arrow:after {
	content: "\e903";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	z-index: 2;
	color: #fc8536;
}
a.btnStyle00 > span, input.btnStyle00 > span, .action-buttons input[type="submit"] > span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px;
}
a.btnStyle00 > span span, input.btnStyle00 > span span, .action-buttons input[type="submit"] > span span {
	display: inline-block;
}
a.btnStyle00:hover, input.btnStyle00:hover, .action-buttons input[type="submit"]:hover {
	background-color: #fc8536;
	color: #fff;
	text-decoration: none;
}
a.btnStyle00:hover.icon-arrow:after, input.btnStyle00:hover.icon-arrow:after, .action-buttons input[type="submit"]:hover.icon-arrow:after {
	color: #fff;
}
a.btnStyle01, input.btnStyle01, .action-buttons input[type="submit"] {
	vertical-align: middle;
	display: table;
	width: 100%;
	color: #fff;
	text-align: center;
	background-color: #fc8536;
	border: 1px solid #fc8536;
	line-height: 1.2;
	height: 100px;
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.btnStyle01.icon-arrow:after, input.btnStyle01.icon-arrow:after, .action-buttons input[type="submit"].icon-arrow:after {
	content: "\e903";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	z-index: 2;
	color: #fff;
}
a.btnStyle01 > span, input.btnStyle01 > span, .action-buttons input[type="submit"] > span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px;
}
a.btnStyle01 > span span, input.btnStyle01 > span span, .action-buttons input[type="submit"] > span span {
	display: inline-block;
}
a.btnStyle01:hover, input.btnStyle01:hover, .action-buttons input[type="submit"]:hover {
	background-color: #fff;
	color: #fc8536;
	text-decoration: none;
}
a.btnStyle01:hover.icon-arrow:after, input.btnStyle01:hover.icon-arrow:after, .action-buttons input[type="submit"]:hover.icon-arrow:after {
	color: #fc8536;
}
a.btnStyle01.green, input.btnStyle01.green, .action-buttons input[type="submit"].green {
	background-color: #83c362;
	border: none;
}
a.btnStyle01.green:hover, input.btnStyle01.green:hover, .action-buttons input[type="submit"].green:hover {
	background-image: url(../images/bg_pattern2.webp);
	color: #000;
}
a.btnStyle01.green:hover.icon-arrow:after, input.btnStyle01.green:hover.icon-arrow:after, .action-buttons input[type="submit"].green:hover.icon-arrow:after {
	color: #000;
}

input.btnStyle00, .action-buttons input[type="submit"] {
	display: inline-block;
	height: auto;
	padding: 15px;
	cursor: pointer;
	width: auto;
	min-width: 130px;
	outline: none;
	vertical-align: top;
}
input.btnStyle01, .action-buttons input[type="submit"] {
	display: inline-block;
	height: auto;
	padding: 15px;
	cursor: pointer;
	width: auto;
	min-width: 130px;
	outline: none;
	vertical-align: top;
}

a.btnStyle02 {
	border: 2px solid #fff;
	display: table;
	width: 100%;
	color: #fff;
	background: #fbc73c url(../images/bg_tiltline.webp);
	height: 110px;
	font-weight: bold;
	font-size: 24px;
	border-radius: 8px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 1.3;
}
a.btnStyle02.icon-arrow:after {
	content: "\e903";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	z-index: 2;
	color: #fff;
}
a.btnStyle02 > span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px 0 20px;
	width: 100%;
}
a.btnStyle02 em {
	font-size: 13px;
	display: inline-block;
}
a.btnStyle02:hover {
	background: #fff;
	border-color: #fbc73c;
	color: #fbc73c;
	text-decoration: none;
}
a.btnStyle02:hover.icon-arrow:after {
	color: #fbc73c;
}
a.btnStyle02.icon-persons span {
	padding-left: 130px;
}
a.btnStyle02.icon-persons:before {
	font-size: 70px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -0.5em;
}
a.btnStyle02.icon-pen span {
	padding-left: 90px;
}
a.btnStyle02.icon-pen:before {
	font-size: 70px;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -0.5em;
}
a.btnStyle02.icon-check span {
	padding-left: 90px;
}
a.btnStyle02.icon-check:before {
	font-size: 35px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -0.5em;
}
a.btnStyle02.icon-license span {
	padding-left: 100px;
}
a.btnStyle02.icon-license:before {
	font-size: 45px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -0.5em;
}
a.btnStyle02.icon-voice span {
	padding-left: 105px;
}
a.btnStyle02.icon-voice:before {
	font-size: 66px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -0.5em;
}
a.btnStyle02.icon-hat span {
	padding-left: 135px;
}
a.btnStyle02.icon-hat:before {
	font-size: 40px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -0.5em;
	/*text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;*/
}
a.btnStyle02.icon-building span {
	padding-left: 100px;
}
a.btnStyle02.icon-building:before {
	font-size: 55px;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -0.5em;
}
a.btnStyle02.icon-mail span {
	padding-left: 100px;
}
a.btnStyle02.icon-mail:before {
	font-size: 40px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -0.5em;
}
a.btnStyle02.icon-person span {
	padding-left: 100px;
}
a.btnStyle02.icon-person:before {
	font-size: 70px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -0.5em;
}

.btn-l-center a.btnStyle02 {
	text-align: center;
}
.btn-l-center a.btnStyle02.icon-hat:before {
	left: 140px;
}
.btn-l-center a.btnStyle02.icon-building:before {
	left: 150px;
}
.btn-s .btnStyle00 {
	height: 80px;
	font-size: 18px;
}
.btn-s .btnStyle00 span {
	padding-left: 20px;
}

.btn-s-left .btnStyle00 {
	height: 80px;
	text-align: left;
	font-size: 18px;
}
.btn-s-left .btnStyle00 span {
	padding-left: 20px;
}

.btn-s .btnStyle01 {
	height: 80px;
	font-size: 18px;
}
.btn-s .btnStyle01 span {
	padding-left: 20px;
}

.btn-s-left .btnStyle01 {
	height: 80px;
	text-align: left;
	font-size: 18px;
}
.btn-s-left .btnStyle01 span {
	padding-left: 20px;
}

ul.btn-ss {
	margin-left: -6px;
	margin-right: -6px;
}
ul.btn-ss > li {
	padding: 0 6px;
}

.btn-ss .btnStyle00 {
	height: 40px;
	font-size: 15px;
}
.btn-ss .btnStyle00.icon-arrow:after {
	right: 10px;
	font-size: 10px;
}
.btn-ss .btnStyle00 span {
	padding: 0 25px;
}

ul.btn-sss {
	margin-left: -6px;
	margin-right: -6px;
}
ul.btn-sss > li {
	padding: 0 6px;
}

.btn-sss .btnStyle00 {
	height: 20px;
	font-size: 14px;
}
.btn-sss .btnStyle00.icon-arrow:after {
	right: 10px;
	font-size: 10px;
}
.btn-sss .btnStyle00 span {
	padding: 0 25px;
}

.btn-ss .btnStyle01 {
	height: 40px;
	font-size: 15px;
}
.btn-ss .btnStyle01.icon-arrow:after {
	right: 10px;
	font-size: 10px;
}
.btn-ss .btnStyle01 span {
	padding: 0 25px;
}

ul.btn-sss {
	margin-left: -6px;
	margin-right: -6px;
}
ul.btn-sss > li {
	padding: 0 6px;
}

.btn-sss .btnStyle01 {
	height: 20px;
	font-size: 14px;
}
.btn-sss .btnStyle01.icon-arrow:after {
	right: 10px;
	font-size: 10px;
}
.btn-sss .btnStyle01 span {
	padding: 0 25px;
}

a.btnDetail {
	display: inline-block;
	min-width: 280px;
	border: 1px solid #83c362;
	padding: 10px;
	text-align: center;
	color: #000;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.btnDetail:before {
	content: "\e903";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.5em;
	color: #83c362;
}
a.btnDetail:hover {
	background-color: #83c362;
	color: #fff;
	text-decoration: none;
}
a.btnDetail:hover:before {
	color: #fff;
}

a.iconLink:before {
	font-size: 12px;
	content: "\e903";
	display: inline-block;
	margin-right: 4px;
}

@media screen and (max-width: 950px) {
	a.btnStyle00, 	.btn-s .btnStyle00, 	.btn-s-left .btnStyle00 {
		height: 60px;
		font-size: 16px;
	}

	a.btnStyle01, 	.btn-s .btnStyle01, 	.btn-s-left .btnStyle01 {
		height: 60px;
		font-size: 16px;
	}

	.btn-l-center a.btnStyle02 {
		text-align: left;
	}
	.btn-l-center a.btnStyle02.icon-hat:before {
		left: 10px;
	}
	.btn-l-center a.btnStyle02.icon-building:before {
		left: 15px;
	}

	a.btnStyle02 {
		height: 90px;
		font-size: 19px;
	}
	a.btnStyle02 span {
		padding: 5px 40px;
	}
	a.btnStyle02.icon-persons span {
		padding-left: 60px;
	}
	a.btnStyle02.icon-persons:before {
		font-size: 38px;
		left: 10px;
	}
	a.btnStyle02.icon-pen span {
		padding-left: 60px;
	}
	a.btnStyle02.icon-pen:before {
		font-size: 50px;
		left: 20px;
	}
	a.btnStyle02.icon-check span {
		padding-left: 60px;
	}
	a.btnStyle02.icon-check:before {
		font-size: 28px;
		left: 15px;
	}
	a.btnStyle02.icon-license span {
		padding-left: 60px;
	}
	a.btnStyle02.icon-license:before {
		font-size: 25px;
		left: 15px;
	}
	a.btnStyle02.icon-voice span {
		padding-left: 60px;
	}
	a.btnStyle02.icon-voice:before {
		font-size: 50px;
		left: 15px;
	}
	a.btnStyle02.icon-hat span {
		padding-left: 60px;
	}
	a.btnStyle02.icon-hat:before {
		font-size: 20px;
		left: 10px;
	}
	a.btnStyle02.icon-building span {
		padding-left: 60px;
	}
	a.btnStyle02.icon-building:before {
		font-size: 40px;
		left: 15px;
	}
	a.btnStyle02.icon-mail span {
		padding-left: 60px;
	}
	a.btnStyle02.icon-mail:before {
		font-size: 25px;
		left: 15px;
	}
	a.btnStyle02.icon-person span {
		padding-left: 60px;
	}
	a.btnStyle02.icon-person:before {
		font-size: 45px;
		left: 15px;
	}

	a.btnDetail {
		min-width: 0;
		display: block;
	}
	.btn-s-left .btnStyle00 span {
		padding-left: 15px;
	}
	.btn-s-left .btnStyle01 span {
		padding-left: 15px;
	}
}
/********************************************************* list*/
.listNews li {
	margin: 10px 0;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.listNews li .date {
	width: 150px;
	float: left;
}
.listNews li .ttl {
	overflow: hidden;
}
.listNews.errata {
	margin: 0 0 30px 0;
}
.listNews.errata .date {
	width: 100px;
}

.listSubMenu {
	margin: 0 -2px;
}
.listSubMenu.col2 li {
	width: 50%;
}
.listSubMenu.col3 li {
	width: 33.2%;
}
.listSubMenu .subTtl {
	color: #fff;
	border-radius: 5px 5px 0 0;
	background-color: #83c362;
	padding: 3px 5px;
	font-size: 11px;
}
.listSubMenu .subTtl + a {
	border-radius: 0 0 5px 5px;
	border-top: none;
}
.listSubMenu li {
	float: left;
	width: 25%;
	padding: 0 2px 4px 2px;
}
.listSubMenu li.colspan3 {
	width: 75%;
}
.listSubMenu li.colspan4 {
	width: 100%;
}
.listSubMenu li.colspan2 {
	width: 50%;
}
.listSubMenu a {
	display: table;
	width: 100%;
	position: relative;
	border: 2px solid #83c362;
	font-weight: bold;
	border-radius: 5px;
	height: 64px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 1.3;
	color: #000;
	/*&[href*=pdf] {
  	background-image: url(../images/icon_pdf.webp);
  	background-repeat: no-repeat;
  	background-position: 94% center;
  }*/
}
.listSubMenu a:hover {
	color: #fff;
	background-color: #83c362;
	text-decoration: none;
}
.listSubMenu a:hover:before {
	color: #fff;
}
.listSubMenu a:hover:after {
	border-color: #fff;
}
.listSubMenu a span {
	vertical-align: middle;
	display: table-cell;
	padding: 8px 50px 8px 15px;
}
.listSubMenu a:after {
	content: "\e903";
	color: #83c362;
	font-size: 15px;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	line-height: 20px;
}
.listSubMenu a:before {
	position: absolute;
	height: 67%;
	width: 1px;
	border-right: 1px dotted #83c362;
	content: "";
	top: 10px;
	right: 40px;
}
.listSubMenu.slim a {
	border-width: 1px;
}
.listSubMenu.slim a span {
	padding-right: 30px;
}
.listSubMenu.slim a:before {
	display: none;
}
.listSubMenu.slim a:after {
	font-size: 10px;
	height: 10px;
	line-height: 10px;
	right: 10px;
}
.listSubMenu + h3 {
	margin-top: 20px;
}

.listSolMenu {
	margin: 0 -6px;
}
.listSolMenu.col2 li {
	width: 40%;
}
.listSolMenu.col3 li {
	width: 23%;
}
.listSolMenu.col4 li {
	width: 15%;
}
.listSolMenu li {
	float: left;
	width: 25%;
	padding: 9px 9px 9px 9px;
	margin: 6px;
}
.listSolMenu li.colspan3 {
	width: 75%;
}
.listSolMenu li.colspan4 {
	width: 100%;
}
.listSolMenu li.colspan2 {
	width: 50%;
}

.listBtns {
	margin-left: -12px;
	margin-right: -12px;
}
.listBtns.col4 > li {
	width: 25%;
}
.listBtns.col3 > li {
	width: 33.3%;
}
.listBtns.col2 > li {
	width: 50%;
}
.listBtns.col1 > li {
	width: 100%;
}
.listBtns > li {
	float: left;
	padding: 0 12px;
	margin-bottom: 24px;
}
.listBtns2 {
	margin-left: -12px;
	margin-right: -12px;
}
.listBtns2.col4 > li {
	width: 25%;
}
.listBtns2.col3 > li {
	width: 33.3%;
}
.listBtns2.col2 > li {
	width: 50%;
}
.listBtns2.col1 > li {
	width: 100%;
}
.listBtns2 > li {
	float: left;
	padding: 0 12px;
	margin-bottom: 0px;
}

.listNum > li {
	list-style-type: decimal;
	margin: 8px 0 8px 25px;
}

.listDisc > li {
	list-style-type: disc;
	margin: 8px 0 8px 25px;
}
.listDisc + h3 {
	margin-top: 1.5em;
}
.listDisc + .ttlSubList {
	margin-top: 1.5em;
}
/********************************************************* listAnchors*/
.listAnchors {
	border-radius: 5px;
	background: url(../images/bg_pattern2.webp) #d1e7bf;
	padding: 5px;
	margin-bottom: 40px;
}
.listAnchors .col4 li {
	width: 25%;
}
.listAnchors .col4 li:nth-child(4n) {
	border-right: none;
}
.listAnchors .col3 li {
	width: 33.3%;
}
.listAnchors .col3 li:nth-child(3n) {
	border-right: none;
}
.listAnchors .col2 li {
	width: 50%;
}
.listAnchors .col2 li:nth-child(2n) {
	border-right: none;
}
.listAnchors .col1 li {
	float: none;
	width: 100%;
	border-right: none;
}
.listAnchors .col1 li:after {
	display: none;
}
.listAnchors ul {
	overflow: hidden;
}
.listAnchors li {
	padding: 0 5px;
	position: relative;
	border-right: 1px solid #fff;
	float: left;
	margin: 5px 0;
	display: table;
}
.listAnchors li:after {
	content: "";
	position: absolute;
	left: 5px;
	bottom: -5px;
	height: 1px;
	width: 96%;
	background-color: #fff;
}
.listAnchors li.none:after {
	display: none;
}
.listAnchors a {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.listAnchors a:hover {
	background-color: #a8d591;
	color: #fff;
	text-decoration: none !important;
}
.listAnchors a:hover span:before {
	color: #fff;
}
.listAnchors a span {
	display: block;
	position: relative;
	padding-left: 20px;
}
.listAnchors a .icon-arrow_top:before, .listAnchors a .icon-arrow_down:before {
	font-size: 7px;
	color: #83c362;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.4em;
	-webkit-transform: scale3d(0.7, 0.7, 1);
	transform: scale3d(0.7, 0.7, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.listAnchors2 {
	border-radius: 5px;
	background: url(../images/bg_pattern2.webp) #d1e7bf;
	padding: 5px;
	margin-bottom: 10px;
}
.listAnchors2 .col4 li {
	width: 25%;
}
.listAnchors2 .col4 li:nth-child(4n) {
	border-right: none;
}
.listAnchors2 .col3 li {
	width: 33.3%;
}
.listAnchors2 .col3 li:nth-child(3n) {
	border-right: none;
}
.listAnchors2 .col2 li {
	width: 50%;
}
.listAnchors2 .col2 li:nth-child(2n) {
	border-right: none;
}
.listAnchors2 .col1 li {
	float: none;
	width: 100%;
	border-right: none;
}
.listAnchors2 .col1 li:after {
	display: none;
}
.listAnchors2 ul {
	overflow: hidden;
}
.listAnchors2 li {
	padding: 0 5px;
	position: relative;
	border-right: 1px solid #fff;
	float: left;
	margin: 5px 0;
	display: table;
}
.listAnchors2 li:after {
	content: "";
	position: absolute;
	left: 5px;
	bottom: -5px;
	height: 1px;
	width: 96%;
	background-color: #fff;
}
.listAnchors2 li.none:after {
	display: none;
}
.listAnchors2 a {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.listAnchors2 a:hover {
	background-color: #a8d591;
	color: #fff;
	text-decoration: none !important;
}
.listAnchors2 a:hover span:before {
	color: #fff;
}
.listAnchors2 a span {
	display: block;
	position: relative;
	padding-left: 20px;
}
.listAnchors2 a .icon-arrow_top:before, .listAnchors2 a .icon-arrow_down:before {
	font-size: 7px;
	color: #83c362;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.4em;
	-webkit-transform: scale3d(0.7, 0.7, 1);
	-webkit-transform-origin: 0 0;
}
.listInline li {
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}
.listInline li a {
	display: block;
	position: relative;
	padding-right: 13px;
	text-decoration: underline;
}
.listInline li a:hover {
	text-decoration: none;
}
.listInline li a:after {
	content: "\e903";
	font-size: 10px;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0;
	text-decoration: none !important;
}

@media screen and (max-width: 950px) {
	.listNews li {
		margin-bottom: 10px;
	}
	.listNews li .date {
		width: auto !important;
		float: none;
	}

	.listSubMenu {
		margin: 0;
		border-top: 2px solid #83c362;
	}
	.listSubMenu .subTtl {
		border-radius: 0;
	}
	.listSubMenu li {
		float: none;
		width: auto !important;
		padding: 0;
		border-bottom: 2px solid #83c362;
	}
	.listSubMenu li.colspan3 {
		width: auto;
	}
	.listSubMenu a {
		display: block;
		border: none;
		border-radius: 0;
		height: auto;
		padding: 5px 0;
	}
	.listSubMenu a span {
		display: block;
		padding: 7px 0 7px 10px;
		margin-right: 40px;
		border-right: 1px dotted #83c362;
	}
	.listSubMenu a br {
		display: none;
	}
	.listSubMenu a:before {
		display: none;
	}

	.listBtns {
		margin: 0;
	}
	.listBtns li {
		float: none;
		width: auto !important;
		padding: 0;
		margin-bottom: 10px;
	}
	.listBtns + ul {
		margin-top: 0;
	}

	.listAnchors li {
		width: auto !important;
		float: none;
		display: block;
		border-bottom: 1px solid #fff;
		border-right: none;
		margin: 0;
		padding: 0;
	}
	.listAnchors li:after {
		display: none;
	}
	.listAnchors li:last-child {
		border-bottom: none;
	}
	.listAnchors li a {
		display: block;
	}

	.listAnchors2 li {
		width: auto !important;
		float: none;
		display: block;
		border-bottom: 1px solid #fff;
		border-right: none;
		margin: 0;
		padding: 0;
	}
	.listAnchors2 li:after {
		display: none;
	}
	.listAnchors2 li:last-child {
		border-bottom: none;
	}
	.listAnchors2 li a {
		display: block;
	}
}
/********************************************************* box*/
.boxObject {
	padding: 15px;
	border-radius: 5px;
	background-color: #faebc4;
	margin-bottom: 20px;
}
.boxObjectOr {
	padding: 15px;
	border-radius: 5px;
	background-color: #faebc4;
}
.boxObjectGr {
	padding: 15px;
	border-radius: 5px;
	background-color: #c4faeb;
}
.boxObjectBl {
	padding: 15px;
	border-radius: 5px;
	background-color: #c4ebfa;
}
.boxObjectbk {
	padding: 15px;
	border-radius: 5px;
	background-color: #cccccc;
}
/********************************************************* font*/
.fs35 {
	font-size: 35px;
}
.fs34 {
	font-size: 34px;
}
.fs33 {
	font-size: 33px;
}
.fs32 {
	font-size: 32px;
}
.fs31 {
	font-size: 31px;
}
.fs30 {
	font-size: 30px;
}
.fs29 {
	font-size: 29px;
}
.fs28 {
	font-size: 28px;
}
.fs27 {
	font-size: 27px;
}
.fs26 {
	font-size: 26px;
}
.fs25 {
	font-size: 25px;
}
.fs24 {
	font-size: 24px;
}
.fs23 {
	font-size: 23px;
}
.fs22 {
	font-size: 22px;
}

.fs21 {
	font-size: 21px;
}

.fs20 {
	font-size: 20px;
}

.fs19 {
	font-size: 19px;
}

.fs18 {
	font-size: 18px;
}

.fs17 {
	font-size: 17px;
}

.fs16 {
	font-size: 16px;
}

.fs14 {
	font-size: 14px;
}

.fs13 {
	font-size: 13px;
}

.fs12 {
	font-size: 12px;
}

.fs11 {
	font-size: 11px;
}

.fs10 {
	font-size: 10px;
}

.fcOrange {
	color: #fc8536;
}

.fcGreen {
	color: #83c362;
}

.fcBlue {
	color: #3685fc;
}

.fcRed {
	color: red;
}

.fcWhite {
	color: white;
}

.fw_b {
	font-weight: bold;
}

/********************************************************* SP or PC*/
.forSP {
	display: none;
}

@media screen and (max-width: 950px) {
	.forSP {
		display: block !important;
	}
	.forPC {
		display: none !important;
	}
}
/********************************************************* clearfix*/
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
/********************************************************* company_about*/

.tbColInr table {
	width: 100%;
}
.tbStyle01 td.tbColInr {
	padding: 0;
	width: 37.5%;
	vertical-align: top;
}
.tbStyle01 td.tbColInr td {
	border: none;
	min-height: 75px;
}
.tbStyle01 td.tbColInr td + td {
	border-left: 1px solid #dbdddc;
}
.tbStyle01 td.tbColInr tr + tr {
	border-top: 1px solid #dbdddc;
}
.tbBorderBtm {
	border-bottom: 1px solid #dbdddc;
}
.tbStyle01 td.boardMember td {
	border: none;
	padding: 0;
}
.tbStyle01 td.boardMember td:first-child {
	width: 230px;
}
.tbStyle01 td.tbNoColInr {
	padding: 0;
}
.tbStyle01 td.tbNoColInr * {
	border: none;
}
.tbStyle01 td.border_r {
	border-right: 1px solid #dbdddc;
	width: 18.8%;
}

@media screen and (max-width: 950px) {
	.tbStyle01 th, 	.tbStyle01 td {
		padding: 10px;
	}
	.tbStyle01:not(.noRespons) {
		border-bottom: 1px solid #ccc;
	}
	.tbStyle01:not(.noRespons) > tbody > tr > th, 	.tbStyle01:not(.noRespons) > tbody > tr > td {
		display: list-item;
		list-style: none;
		width: 100%;
		border-bottom: none;
	}
	.tbBorderBtm {
		border-bottom: none;
	}
	/* .tbStyle01 td.boardMember td {
	} */

	.tbStyle01 td.border_r {
		width: 37.5%;
	}
}

/* disabled submit button */
input[type="submit"]:disabled, input[type="submit"]:disabled:hover {
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed !important;
}

/* new nav */
#gHeader {
	background: #fff;
}

.hdNav a {
	color: #000;
	background-color: #ddd;
}

.hdNav a.ex {
	color: #fff;
	background-color: #021859;
}

#gNav .l-gnav-main__title {
	color: #000;
	font-weight: 700;
	font-size: 16px;
}

#gNav .l-gnav-main__item, #gNav .l-gnav-main__item:first-child {
	border-color: #ddd;
}

@media screen and (min-width: 951px) {
	/* PC----------------------------------------------------------------------------------------------------------------- */
	.js-clickable {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100lvw;
		height: 100lvh;
		/* background: #00000011; */
		background: transparent;
		/* background: #cff; */
	}
	.js-clickable:hover {
		cursor: pointer;
	}
	#gNav .l-gnav-main__title {
		/* flex-flow: column wrap; */
		/* justify-content: center; */
		/* align-items: baseline; */
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	#gNav .l-gnav-main__item {
		position: relative;
	}
	#gNav .l-gnav-main__item.currentCat {
		border-bottom: 4px solid #021859;
		margin-bottom: -2px;
	}
	#gNav .l-gnav-main__item:hover, 	#gNav .l-gnav-main__item.u-megamenu__open__item {
		border-bottom: 4px solid #9a9a9a;
		margin-bottom: -2px;
	}
	/* #gNav .l-gnav-main__item::after {
		position: absolute;
		bottom: 1px;
		right: 0;
		left: 0;
		margin: auto;
		content: "";
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: center;
		width: 0;
		height: 1px;
		background: #83c262;
		transition: width .4s;
	}
	#gNav .l-gnav-main__item:hover::after, 	#gNav .l-gnav-main__item:has(.u-megamenu__open--nav)::after {
		width: 100%;

		transition: width .4s;
	} */

	#gNav .l-gnav-main-sub__title > .l-gnav-main-sub__link + .js-cross {
		position: absolute;
		top: 27px;
		right: 20px;
		width: 29px;
		height: 29px;
		display: block;
		border: none;
	}
	#gNav .l-gnav-main-sub__title > .l-gnav-main-sub__link + .js-cross:hover {
		background-color: #83c26266;
	}
	#gNav .l-gnav-main-sub__title > .l-gnav-main-sub__link + .js-cross::before {
		content: "";
		background: #83c262;
		position: absolute;
		top: 3px;
		right: 0;
		width: 29px;
		height: 4px;
		border-radius: 2px;
		transform: translateY(10px) translateX(0) rotate(45deg);
	}
	#gNav .l-gnav-main-sub__title > .l-gnav-main-sub__link + .js-cross::after {
		content: "";
		background: #83c262;
		position: absolute;
		top: 23px;
		right: 0;
		width: 29px;
		height: 4px;
		border-radius: 2px;
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}
	#gNav .l-gnav-main-sub__title > .l-gnav-main-sub__link + .js-cross:hover::before, 	#gNav .l-gnav-main-sub__title > .l-gnav-main-sub__link + .js-cross:hover::after {
		background-color: #fff;
	}
	#gNav .l-gnav-main {
		position: relative;
	}
	#gNav .l-gnav-main__item {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#gNav .l-gnav-main-sub:not(.u-megamenu__open--nav) {
		position: fixed;
		top: 93px;
		left: 0;
		display: flex;
		width: 100svw;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 16px auto;
		z-index: 0;
		height: 0;
		min-height: 0;
		max-height: fit-content;
		overflow: hidden;
		background: transparent;
		opacity: 0;
		transition: all 0.4s;
	}
	#gNav .l-gnav-main-sub.u-megamenu__open--nav::before {
		content: "";
		width: 100svw;
		height: 1px;
		background: #83c262;
	}
	#gNav .l-gnav-main-sub.u-megamenu__open--nav {
		position: fixed;
		top: 93px;
		left: 0;
		display: flex;
		width: 100svw;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 16px auto;
		z-index: 9999;
		height: auto;
		/* min-height: 340px; */
		max-height: fit-content;
		overflow: visible;
		background: #fff;
		opacity: 1;
		transition: all 0.4s;
	}
	#gNav .l-gnav-main-sub.u-megamenu__open--nav::after {
		position: absolute;
		content: "";
		width: 100svw;
		height: 16px;
		background: transparent;
		border-width: 0 0 16px 0;
		border-style: solid;
		border-image: linear-gradient(to bottom, #00000033, #ffffff00);
		border-image-slice: 80;
		bottom: 0;
		margin-bottom: -16px;
	}
	#gNav .l-gnav-main-sub > * {
		width: 100lvw;
		display: flex;
		flex-flow: column wrap;
		align-items: flex-start;
		max-width: 980px;
		/* background: #ccf; */
	}
	#gNav .l-gnav-main-sub__title {
		position: relative;
		font-weight: 700;
		width: 950px;
		display: inline-block;
		padding: 32px 16px 0 0;
		margin: 0 auto;
		/* border-bottom: 1px solid #83c262; */
	}
	#gNav .l-gnav-main-sub__box {
		width: 950px;
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: center;
		min-width: calc(980px - 36px * 2);
		max-width: 980px;
		height: 100%;
		/* min-height: calc(340px - 72px); */
		box-sizing: border-box;
		margin: 0 auto 20px auto;
		/* background: #F5F5F5; */
		/* background: #F5FCF0; */
		padding: 0 10px 0 0;
	}
	#gNav .l-gnav-main-sub__list {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		gap: 1rem 0;
		padding: 20px 0;
		box-sizing: border-box;
	}
	#gNav .l-gnav-main-sub__title > .l-gnav-main-sub__link {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: 100%;
		font-size: 20px;
		font-weight: 700;
		color: #000;
		padding: 0;
	}
	#gNav .l-gnav-main-sub__title > a.l-gnav-main-sub__link:hover {
		background-color: inherit;
		color: #83c262;
	}
	#gNav .l-gnav-main-sub__list.l-gnav-main-sub__list--4column > .l-gnav-main-sub__item {
		width: 25%;
	}
	#gNav .l-gnav-main-sub__list > .l-gnav-main-sub__item > .l-gnav-main-sub__link {
		position: relative;
		font-size: 14px;
		font-weight: 700;
		color: #000;
		margin: 0;
		padding: 0;
		width: 100%;
		display: block;
		height: 100%;
		background-color: transparent;
	}
	#gNav .l-gnav-main-sub__list > .l-gnav-main-sub__item > a.l-gnav-main-sub__link:hover {
		position: relative;
		/* background-color: #fff; */
		background-color: inherit;
		/* color: #9A9A9A; */
		color: #83c262;
	}
	#gNav .l-gnav-main-sub__list > li.l-gnav-main-sub__item {
		display: inline-block;
		width: 33%;
		padding: 0 0 0 15px;
	}
	#gNav .l-gnav-main-sub__list > li.l-gnav-main-sub__item.l-gnav-main-sub__item--size40 {
		display: inline-block;
		width: 40%;
	}
	#gNav .l-gnav-main-sub__list > li.l-gnav-main-sub__item.l-gnav-main-sub__item--size30 {
		display: inline-block;
		width: 30%;
	}

	#gNav li.l-gnav-main-sub__item > a.l-gnav-main-sub__link::after {
		content: "";
		position: absolute;
		bottom: 2px;
		left: 0;
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		height: 1px;
		width: 100%;
		opacity: 0;
		background: linear-gradient(to right, #83c26200 10px, #83c262ff 11px);
		/* background: linear-gradient(to right, #83C26200 10px,  #83C262FF 11px,  #83C262FF calc(100% - 11px), #83c26200 calc(100% - 10px)); */
		transition: opacity 0.2s;
	}

	#gNav li.l-gnav-main-sub__item > a.l-gnav-main-sub__link:hover::after {
		opacity: 1;
		transition: opacity 0.2s;
	}

	#gNav li.l-gnav-main-sub__item > a::before {
		margin: 0 6px 0 0;
		font-family: "icomoon";
		content: "\e903";
		font-size: 12px;
		font-weight: 400;
		color: #83c262;
	}
	#gNav .l-gnav-main-sub__link {
		display: inline-block;
		line-height: 20px;
		height: 20px;
	}
	#gNav .l-gnav-sns {
		display: none;
	}
	#gNav .l-gnav-main-sub__title {
		font-weight: 700;
		display: block;
		padding: 27px 69px 15px 0;
		margin: 0 auto 0 auto;
		height: 72px;
	}
	#gNav .l-gnav-main-sub__title > a.l-gnav-main-sub__link::before {
		display: inline-block;
		content: "\e903";
		font-family: "icomoon";
		line-height: 20px;
		color: #fff;
		font-size: 10px;
		text-align: center;
		margin: 0 10px 0 0;
		width: 20px;
		height: 20px;
		border: 1px solid #83c362;
		background-color: #83c362;
		border-radius: 50%;
		transition: all 0.3s;
	}
	#gNav .l-gnav-main-sub__title > a.l-gnav-main-sub__link:hover::before {
		background-color: #fff;
		color: #83c362;
	}
}
@media screen and (max-width: 950px) {
	/* スマホ----------------------------------------------------------------------------------------------------------------- */
	#gNav {
		background: #fff;
	}
	#gNav *:hover, 	#gNav *:link, 	#gNav *:active, 	#gNav *:focus {
		text-decoration: none;
	}
	#gNav .l-gnav-main-sub__link {
		color: #000;
	}
	.navopen {
		overflow: hidden;
	}
	.navopen #hamburger {
		position: relative;
		z-index: 10;
		top: 5px;
	}
	#hamburger {
		border-color: #ccc;
	}
	#hamburger-icon .line {
		background-color: #000;
	}

	#hamburger .txt {
		color: #000;
	}
	#gNav .l-gnav-main__item > .l-gnav-main__title {
		display: none;
	}
	.navopen .inner_bg {
		background: #fff;
		position: absolute;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 80px;
	}
	#gNav {
		overflow-y: auto;
		height: 100dvh;
		top: 0;
		position: fixed;
		padding: calc(32px + 55px) 0 40px;
		-webkit-overflow-scrolling: touch;
	}
	#gNav .l-gnav-main-sub__box {
		display: none;
	}
	#gNav .l-gnav-main-sub__title {
		cursor: pointer;
	}
	#gNav .l-gnav-main-sub__title .l-gnav-main-sub__link {
		background: #fff;
		pointer-events: none;
	}
	#gNav .l-gnav-main-sub__title:not(.l-gnav-btn__item--mypage) > .l-gnav-main-sub__link::before {
		content: "";
		position: absolute;
		display: block;
		top: 15px;
		right: 7px;
		width: 16px;
		height: 16px;
		background: url("../images/icon_plus.svg") no-repeat center center;
	}
	#gNav .l-gnav-main-sub__title.l-gnav-btn__item--mypage > .l-gnav-main-sub__link::before {
		background: none;
	}
	#gNav .l-gnav-main-sub__title.active:not(.l-gnav-btn__item--mypage)  > .l-gnav-main-sub__link::before {
		background: url("../images/icon_minus.svg") no-repeat center center;
	}
	#gNav .l-gnav-main-sub__title.active.l-gnav-btn__item--mypage > .l-gnav-main-sub__link::before {
		background: none;
	}
	#gNav .l-gnav-main__item.current .l-gnav-main-sub__link {
		background: #e2ffd3;
	}
	#gNav .l-gnav-main-sub__item:last-of-type {
		border: none;
	}
	#gNav .l-gnav-main-sub__link {
		background: #e2ffd3;
	}
	#gNav .l-gnav-main-sub__item.current .l-gnav-main-sub__link {
		background: #a8d591 !important;
	}
	#gNav .l-gnav-btn {
		margin-top: 40px;
	}
	#gNav .l-gnav-btn__list {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: center;
	}
	#gNav .l-gnav-btn__item {
		border-bottom: none;
	}
	#gNav *:not(.l-gnav-btn__item--mypage) > .l-gnav-btn__link, #gNav *:not(.l-gnav-btn__item--mypage) > .l-gnav-btn__link:link {
		font-size: 16px;
		height: 2.4em;
		line-height: 2.4em;
		display: inline-block;
		width: 260px;
		margin: 0 auto 16px;
		text-align: center;
		border: 1px solid #d9d9d9;
		border-radius: 24px;
		background: #ebebeb;
		color: #000;
	}
	#gNav .l-gnav-btn__link--p02, 	#gNav .l-gnav-btn__link--p02:link, #gNav .l-gnav-btn__link--p02:visited {
		border: 1px solid #6cb544;
		background: #6cb544;
		color: #fff;
	}
	#gNav .l-gnav-btn__link:hover {
		border: 1px solid #d9d9d9;
		background: #ebebeb33;
		color: #999;
	}
	#gNav .l-gnav-btn__link--p02:hover {
		border: 1px solid #d9d9d9;
		background: rgba(0, 0, 0, 0.1);
		color: #333;
	}
	#gNav .l-gnav-btn__link::last-of-type {
		margin-bottom: 0;
	}
	#gNav .l-gnav-btn__link::before {
		content: none;
	}
	#gNav .l-gnav-sns {
		margin: 32px auto 0;
	}
	#gNav .l-gnav-sns__box {
		display: grid;
		grid-template-columns: 10em auto;
		justify-content: center;
		align-items: center;
		column-gap: 16px;
	}
	#gNav .l-gnav-sns__title {
		font-weight: bold;
		text-align: center;
	}
	#gNav .l-gnav-sns__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		justify-content: center;
		align-items: center;
		column-gap: 12px;
	}
	#gNav .l-gnav-sns__item {
		border: none;
	}
	#gNav .l-gnav-sns__link::before {
		content: none;
	}
	#gNav .l-gnav-sns__link {
		padding: 0;
	}
	#gNav .current > a {
		border: none;
	}
	#gNav .l-gnav-main-sub_btn {
		/*0522追記分（ヘッダーメニューアニメーション）*/
		cursor: pointer;
	}
	#gNav .l-gnav-main-sub_menu {
		opacity: 0;
		pointer-events: none;
		transition: all 0.5s ease 0s;
	}
	#gNav .l-gnav-main-sub_menu {
		opacity: 1;
		pointer-events: auto;
	}
}
/********************************************************* naviscrlock*/
.naviscrlock {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

.btnStyle03 {
	border: 2px solid #fff;
	display: table;
	width: 100%;
	color: #666;
	background-color: #d5e0f1;
	height: 110px;
	font-weight: bold;
	font-size: 20px;
	border-radius: 8px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ns-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 1.3;
}
.btnStyle03.icon-arrow:after {
	content: "\e903";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	z-index: 2;
	color: #fff;
}
.btnStyle03 > span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px 0 20px;
	width: 100%;
}
.btnStyle03 em {
	font-size: 13px;
	display: inline-block;
}
.btnStyle03:hover.icon-arrow:after {
	color: #fbc73c;
}
.btnStyle03.icon-persons span {
	padding-left: 130px;
}
.btnStyle03.icon-persons:before {
	font-size: 70px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -0.5em;
}
.btnStyle03.icon-pen span {
	padding-left: 90px;
}
.btnStyle03.icon-pen:before {
	font-size: 70px;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -0.5em;
}
.btnStyle03.icon-check span {
	padding-left: 90px;
}
.btnStyle03.icon-check:before {
	font-size: 35px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -0.5em;
}
.btnStyle03.icon-license span {
	padding-left: 100px;
}
.btnStyle03.icon-license:before {
	font-size: 45px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -0.5em;
}
.btnStyle03.icon-voice span {
	padding-left: 105px;
}
.btnStyle03.icon-voice:before {
	font-size: 66px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -0.5em;
}
.btnStyle03.icon-hat span {
	padding-left: 135px;
}
.btnStyle03.icon-hat:before {
	font-size: 40px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -0.5em;
	/*text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;*/
}
.btnStyle03.icon-building span {
	padding-left: 100px;
}
.btnStyle03.icon-building:before {
	font-size: 55px;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -0.5em;
}
.btnStyle03.icon-mail span {
	padding-left: 100px;
}
.btnStyle03.icon-mail:before {
	font-size: 40px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -0.5em;
}
.btnStyle03.icon-person span {
	padding-left: 100px;
}
.btnStyle03.icon-person:before {
	font-size: 70px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -0.5em;
}

@media screen and (max-width: 950px) {
	.btnStyle03 {
		height: 90px;
		font-size: 19px;
	}
	.btnStyle03 span {
		padding: 5px 40px;
	}
	.btnStyle03.icon-persons span {
		padding-left: 60px;
	}
	.btnStyle03.icon-persons:before {
		font-size: 38px;
		left: 10px;
	}
	.btnStyle03.icon-pen span {
		padding-left: 60px;
	}
	.btnStyle03.icon-pen:before {
		font-size: 50px;
		left: 20px;
	}
	.btnStyle03.icon-check span {
		padding-left: 60px;
	}
	.btnStyle03.icon-check:before {
		font-size: 28px;
		left: 15px;
	}
	.btnStyle03.icon-license span {
		padding-left: 60px;
	}
	.btnStyle03.icon-license:before {
		font-size: 25px;
		left: 15px;
	}
	.btnStyle03.icon-voice span {
		padding-left: 60px;
	}
	.btnStyle03.icon-voice:before {
		font-size: 50px;
		left: 15px;
	}
	.btnStyle03.icon-hat span {
		padding-left: 60px;
	}
	.btnStyle03.icon-hat:before {
		font-size: 20px;
		left: 10px;
	}
	.btnStyle03.icon-building span {
		padding-left: 60px;
	}
	.btnStyle03.icon-building:before {
		font-size: 40px;
		left: 15px;
	}
	.btnStyle03.icon-mail span {
		padding-left: 60px;
	}
	.btnStyle03.icon-mail:before {
		font-size: 25px;
		left: 15px;
	}
	.btnStyle03.icon-person span {
		padding-left: 60px;
	}
	.btnStyle03.icon-person:before {
		font-size: 45px;
		left: 15px;
	}

	a.btnStyle03 {
		border: 2px solid #fff;
		display: table;
		width: 100%;
		color: #666;
		background-color: #d5e0f1;
		height: 110px;
		font-weight: bold;
		font-size: 20px;
		border-radius: 8px;
		position: relative;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ns-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		line-height: 1.3;
	}
	a.btnStyle03.icon-arrow:after {
		content: "\e903";
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 20px;
		line-height: 20px;
		font-size: 15px;
		z-index: 2;
		color: #fff;
	}
	a.btnStyle03 > span {
		display: table-cell;
		vertical-align: middle;
		padding: 0 40px 0 20px;
		width: 100%;
	}
	a.btnStyle03 em {
		font-size: 13px;
		display: inline-block;
	}
	a.btnStyle03:hover {
		background: #fff;
		border-color: #fbc73c;
		color: #fbc73c;
		text-decoration: none;
	}
	a.btnStyle03:hover.icon-arrow:after {
		color: #fbc73c;
	}
	a.btnStyle03.icon-persons span {
		padding-left: 130px;
	}
	a.btnStyle03.icon-persons:before {
		font-size: 70px;
		position: absolute;
		left: 25px;
		top: 50%;
		margin-top: -0.5em;
	}
	a.btnStyle03.icon-pen span {
		padding-left: 90px;
	}
	a.btnStyle03.icon-pen:before {
		font-size: 70px;
		position: absolute;
		left: 30px;
		top: 50%;
		margin-top: -0.5em;
	}
	a.btnStyle03.icon-check span {
		padding-left: 90px;
	}
	a.btnStyle03.icon-check:before {
		font-size: 35px;
		position: absolute;
		left: 25px;
		top: 50%;
		margin-top: -0.5em;
	}
	a.btnStyle03.icon-license span {
		padding-left: 100px;
	}
	a.btnStyle03.icon-license:before {
		font-size: 45px;
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -0.5em;
	}
	a.btnStyle03.icon-voice span {
		padding-left: 105px;
	}
	a.btnStyle03.icon-voice:before {
		font-size: 66px;
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -0.5em;
	}
	a.btnStyle03.icon-hat span {
		padding-left: 135px;
	}
	a.btnStyle03.icon-hat:before {
		font-size: 40px;
		position: absolute;
		left: 25px;
		top: 50%;
		margin-top: -0.5em;
		/*text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;*/
	}
	a.btnStyle03.icon-building span {
		padding-left: 100px;
	}
	a.btnStyle03.icon-building:before {
		font-size: 55px;
		position: absolute;
		left: 30px;
		top: 50%;
		margin-top: -0.5em;
	}
	a.btnStyle03.icon-mail span {
		padding-left: 100px;
	}
	a.btnStyle03.icon-mail:before {
		font-size: 40px;
		position: absolute;
		left: 25px;
		top: 50%;
		margin-top: -0.5em;
	}
	a.btnStyle03.icon-person span {
		padding-left: 100px;
	}
	a.btnStyle03.icon-person:before {
		font-size: 70px;
		position: absolute;
		left: 25px;
		top: 50%;
		margin-top: -0.5em;
	}

	.btn-l-center a.btnStyle03 {
		text-align: center;
	}
	.btn-l-center a.btnStyle03.icon-hat:before {
		left: 140px;
	}
	.btn-l-center a.btnStyle03.icon-building:before {
		left: 150px;
	}

	.btn-l-center a.btnStyle03 {
		text-align: left;
	}
	.btn-l-center a.btnStyle03.icon-hat:before {
		left: 10px;
	}
	.btn-l-center a.btnStyle03.icon-building:before {
		left: 15px;
	}

	a.btnStyle03 {
		height: 90px;
		font-size: 19px;
	}
	a.btnStyle03 span {
		padding: 5px 40px;
	}
	a.btnStyle03.icon-persons span {
		padding-left: 60px;
	}
	a.btnStyle03.icon-persons:before {
		font-size: 38px;
		left: 10px;
	}
	a.btnStyle03.icon-pen span {
		padding-left: 60px;
	}
	a.btnStyle03.icon-pen:before {
		font-size: 50px;
		left: 20px;
	}
	a.btnStyle03.icon-check span {
		padding-left: 60px;
	}
	a.btnStyle03.icon-check:before {
		font-size: 28px;
		left: 15px;
	}
	a.btnStyle03.icon-license span {
		padding-left: 60px;
	}
	a.btnStyle03.icon-license:before {
		font-size: 25px;
		left: 15px;
	}
	a.btnStyle03.icon-voice span {
		padding-left: 60px;
	}
	a.btnStyle03.icon-voice:before {
		font-size: 50px;
		left: 15px;
	}
	a.btnStyle03.icon-hat span {
		padding-left: 60px;
	}
	a.btnStyle03.icon-hat:before {
		font-size: 20px;
		left: 10px;
	}
	a.btnStyle03.icon-building span {
		padding-left: 60px;
	}
	a.btnStyle03.icon-building:before {
		font-size: 40px;
		left: 15px;
	}
	a.btnStyle03.icon-mail span {
		padding-left: 60px;
	}
	a.btnStyle03.icon-mail:before {
		font-size: 25px;
		left: 15px;
	}
	a.btnStyle03.icon-person span {
		padding-left: 60px;
	}
	a.btnStyle03.icon-person:before {
		font-size: 45px;
		left: 15px;
	}

	.contentlist {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.list3table ul {
		display: flex;
		justify-content: center;
	}
	.list3table li {
		list-style: none;
	}

	.list3table li:nth-child(2) {
		margin: 0 10px;
	}
}

