@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	サポート体制
------------------------------------------------------------*/
	#main .informationBox span.supo_tit{
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
  }

/*------------------------------------------------------------
	comProductBox
------------------------------------------------------------*/
.comProductBox {
	margin-bottom: 51px;
	font-family: 'Noto Sans JP', sans-serif;
}

.comProductBox .productUl li {
	width: 25%;
	text-align: center;
	float: left;
}

.comProductBox .productUl li a {
	padding: 37px 0 31px;
	display: block;
	position: relative;
	transition: none;
	-webkit-transition: none;
	-ms-transition: none;
}

.comProductBox .productUl li a:hover {
	color: #fff;
}

.comProductBox .productUl li img {
	max-width: 100%;
	height: auto;
}

.comProductBox .productUl li .photo {
	margin-bottom: 3px;
	position: relative;
	z-index: 11;
}

.comProductBox .productUl li .text {
	width: 100%;
	font-size: 18px;
	line-height: 1.35;
	display: table;
	letter-spacing: 1px;
	position: relative;
	z-index: 10;
}

.comProductBox .productUl li .text span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.comProductBox .productUl li .bg {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #FFF;
	opacity: 0;
	transition: opacity ease 1s;
	-webkit-transition: opacity ease 1s;
	-ms-transition: opacity ease 1s;
	overflow: hidden;
}

.comProductBox .productUl li a:hover .bg {
	opacity: 1;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
	.comProductBox .productUl li {
		width: 50%;
	}
	
	.comProductBox .productUl li a {
		padding: 22px 0 23px;
		box-sizing: border-box;
	}
	
	.comProductBox .productUl li a:hover {
		color: #000;
		background-color: transparent !important;
	}
	
	.comProductBox .productUl li .text span {
		vertical-align: top;
		line-height: 1.3;
	}
	
	.comProductBox .productUl li .text {
		font-size: 16px;
	}
	
	.comProductBox .productUl li .photo {
		margin-bottom: 2px;
	}
	
	.comProductBox .productUl li .bg {
		display: none;
	}
}

/*------------------------------------------------------------
	purposeBox
------------------------------------------------------------*/
#container .purposeBox {
	margin: 0 auto 80px;
	padding: 38px 15px 0;
	max-width: 1080px;
	font-family: 'Noto Sans JP', sans-serif;
	border-top: 1px solid #cccccc;
}

#container .purposeBox .purposeUl {
	margin-top: -30px;
}

#container .purposeBox .purposeUl li {
	margin-top: 30px;
	width: 48.6%;
	float: left;
}

#container .purposeBox .purposeUl li:nth-child(2n) {
	float: right;
}

#container .purposeBox .purposeUl li a {
	width: 100%;
	height: 180px;
	display: table;
	transition: none;
	-webkit-transition: none;
}

#container .purposeBox .purposeUl li .photoBox,
#container .purposeBox .purposeUl li .textBox {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#container .purposeBox .purposeUl li .textBox {
	padding: 32px 20px 32px 28px;
	text-align: left;
	line-height: 1.6;
	position: relative;
	background-color: #fff;
}

#container .purposeBox .purposeUl li .textBox .link {
	padding-right: 36px;
	color: #23bb72;
	position: absolute;
	bottom: 15px;
	right: 21px;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: 300;
	background: url(../../img/common/icon01.png) no-repeat right bottom 5px;
}

#container .purposeBox .purposeUl li .photoBox {
	width: 180px;
	background-color: #f4f4f4;
}

#container .purposeBox .purposeUl li a:hover .photoBox {
	background:#008a53 url(../../img/common/type01_over.png) no-repeat center center;
}

#container .purposeBox .purposeUl li:nth-child(2) a:hover .photoBox {
	background-image: url(../../img/common/type02_over.png);
}

#container .purposeBox .purposeUl li:nth-child(3) a:hover .photoBox {
	background-image: url(../../img/common/type03_over.png);
}

#container .purposeBox .purposeUl li:nth-child(4) a:hover .photoBox {
	background-image: url(../../img/common/type05_over.png);
}

#container .purposeBox .purposeUl li:nth-child(5) a:hover .photoBox {
	background-image: url(../../img/common/type06_over.png);
}

#container .purposeBox .purposeUl li:nth-child(6) a:hover .photoBox {
	background-image: url(../../img/common/type08_over.png);
}

#container .purposeBox .purposeUl li:nth-child(7) a:hover .photoBox {
	background-image: url(../../img/common/type09_over.png);
}

#container .purposeBox .purposeUl li:nth-child(8) a:hover .photoBox {
	background-image: url(../../img/common/type07_over.png);
}

#container .purposeBox .purposeUl li:last-child a:hover .photoBox {
	background-image: url(../../img/common/type10_over.png);
}

#container .purposeBox .purposeUl li a:hover {
	color: #fff;
}

#container .purposeBox .purposeUl li a:hover .link {
	color: #fff;
	background-image: url(../../img/common/icon02.png);
}

#container .purposeBox .purposeUl li a:hover .photoBox img {
	visibility: hidden;
}

#container .purposeBox .purposeUl li a:hover .textBox {
	background-color: #12925f;
}
@media screen and (max-width: 767px) {
	#container .purposeBox .purposeUl li a {
		height: 120px;
		box-sizing: border-box;
	}
	
	#container .purposeBox .purposeUl {
		margin-top: 0;
	}
	
	#container .purposeBox .purposeUl li {
		margin: 0 0 16px;
		width: auto;
		float: none !important;
	}
	
	#container .purposeBox .purposeUl li:last-child {
		margin-bottom: 0;
	}
	
	#container .purposeBox .purposeUl li .photoBox {
		width: 119px;
	}
	
	#container .purposeBox .purposeUl li .textBox {
		padding: 25px 20px 24px 35px;
		font-size: 15px;
	}
	
	#container .purposeBox .purposeUl li:first-child .photoBox img {
		width: 40px;
	}
	
	#container .purposeBox .purposeUl li:nth-child(2) .photoBox img {
		width: 78px;
	}
	
	#container .purposeBox .purposeUl li:nth-child(3) .photoBox img {
		width: 42px;
	}

	#container .purposeBox .purposeUl li:nth-child(4) .photoBox img {
		width: 42px;
	}

	#container .purposeBox .purposeUl li:nth-child(5) .photoBox img {
		width: 74px;
	}

	#container .purposeBox .purposeUl li:nth-child(6) .photoBox img {
		width: 74px;
	}

	#container .purposeBox .purposeUl li:nth-child(7) .photoBox img {
		width: 74px;
	}
	
	#container .purposeBox .purposeUl li:nth-child(8) .photoBox img {
		width: 74px;
	}
	
	#container .purposeBox .purposeUl li:last-child .photoBox img {
		width: 74px;
	}
	
	#container .purposeBox .purposeUl li .textBox .link {
		font-size: 9px;
		padding-right: 24px;
		bottom: 5px;
		right: 15px;
		background-size: 16px auto;
	}
	
	#container .purposeBox .purposeUl li a:hover .photoBox img {
		visibility: inherit;
	}
	
	#container .purposeBox .purposeUl li a:hover .photoBox {
		background-color: #e9e9e9;
		background-image: none !important;
	}
	
	#container .purposeBox .purposeUl li a:hover .textBox {
    	background-color: #f4f4f4;
	}
	
	#container .purposeBox .purposeUl li a:hover .link {
		color: #23bb72;
		background-image: url(../../img/common/icon01.png);
	}
	
	#container .purposeBox .purposeUl li a:hover {
		color: #000;
	}
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
}

.comBtn a {
	margin: 0 auto;
	padding: 34px 10px 36px;
	width: 460px;
	color: #008a53;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	display: block;
	border: 1px solid #008a53;
	box-sizing: border-box;
	letter-spacing: 0.5px;
}

.comBtn a span {
	padding: 0 43px 0 41px;
	display: inline-block;
	background: url(../../img/common/icon01.png) no-repeat right bottom 2px;
} 

.comBtn a:hover {
	color: #fff;
	background-color: #008a53;
}

.comBtn a:hover span {
	background-image: url(../../img/common/icon02.png);
}

.comBtn01 a {
	width: 157px;
	padding: 12px 10px;
	font-size: 14px;
	font-weight: normal;
}

.comBtn01 a span {
	padding: 0 30px 0 10px;
}

.comBtn02 {
	
}

.comBtn02 a {
	margin: 40px auto 0;
	padding: 22px 50px 23px 10px;
	font-size: 14px;
	width: 300px;
	display: table;
}

.comBtn02 a span {
	padding: 0 33px 0 41px;
	display: table-cell;
	vertical-align: middle;
	background-position: right bottom 1px;
}

@media all and (-ms-high-contrast:none){
	.comBtn01 a {
		padding: 16px 10px 12px;
	}
	
	.comBtn01 a span {
		background-position: right bottom 5px;
	}
	
	.comBtn02 a {
		padding: 25px 50px 18px 10px;
	}
	
	.comBtn02 a span {
		padding: 0 25px 0 41px;
		background-position: right bottom 4px;
	}
}
@media screen and (max-width: 767px) {
	.comBtn a:hover {
		color: #008a53;
		border: 1px solid #008a53;
		background-color: transparent;
	}
	
	.comBtn a:hover span {
		background-image: url(../../img/common/icon01.png);
	}
	
	.comBtn02 a {
		width: 250px;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 43px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 42px;
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: 2px;
	text-align: center;
}

.headLine01 span {
	margin-top: 6px;
	color: #009162;
	font-size: 16px;
	font-style: italic;
	display: block;
	letter-spacing: 1px;
}

.headLine02 {
	margin-bottom: 27px;
	padding-left: 31px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 2.3px;
	position: relative;
}

.headLine02:after {
	width: 2px;
	height: 89%;
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #008001;
	content: "";
}
@media all and (-ms-high-contrast:none){
	.headLine02:after {
		top: -2px;
	}
}

@media screen and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 40px;
		font-size: 34px;
		line-height: 1.3;
		letter-spacing: 0;
	}
	
	.headLine01 span {
		margin-top: 2px;
		line-height: 1.15;
	}
	
	.headLine02 {
		padding-left: 8px;
		line-height: 1.2;
		font-size: 26px;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	padding-left: 40px;
	margin-bottom: 43px;
	font-size: 42px;
	line-height: 1.2;
	position: relative;
}

.headLine03:after {
	width: 1px;
	height: 83%;
	position: absolute;
	top: 3px;
	left: 0;
	background-color: #009162;
	content: "";
}

@media all and (-ms-high-contrast:none){
	.headLine03:after {
		top: -2px;
	}
}

@media screen and (max-width: 767px) {
	.headLine03 {
		padding-left: 20px;
		font-size: 22px;
	}
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin: 0 auto;
	max-width: 1080px;
	box-sizing: border-box;
}

.comBox .ix_img{
	margin-bottom:30px;
	display:block;
}

@media screen and (max-width: 767px) {
	.comBox {
		padding: 0 15px;
	}
	.comBox .ix_img{
		width:100%;
		margin-bottom:1px;
}
}

/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore {
	padding-right: 36px;
	position: absolute;
	bottom: 15px;
	right: 21px;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	z-index: 5;
	font-weight: 300;
	background: url(../../img/common/icon03.png) no-repeat right bottom 5px;
}
@media screen and (max-width: 767px) {
	.comMore {
		font-size: 12px !important;
		padding-right: 30px;
		bottom: 10px;
		right: 15px;
		background-size: 20px auto;
		letter-spacing: 0.5px !important;
	}
}
@media screen and (max-width: 374px) {
	#container .purposeBox .purposeUl li .photoBox {
		width: 100px;
	}
	
	#container .purposeBox .purposeUl li .textBox {
		padding: 25px 20px 24px 19px;
	}
	
	.headLine01 {
		font-size: 30px;
	}
}

/*------------------------------------------------------------
	#main
------------------------------------------------------------*/
#main {
	background: url(../../img/common/page_title_bg.jpg) no-repeat center top -150px;
	background-size: 100% auto;
}

#main.bg02 {
	background-image: url(../../img/common/page_title_bg02.jpg);
}

#main.bg03 {
	background-image: url(../../img/common/bg_cam01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}

#main.bg04 {
	background-image: url(../../img/common/main_img03.png);
	background-repeat: no-repeat;
	background-size: 85%;
	background-position: top center;
}

#main.bg05 {
	background-image: url(../../img/common/bg_cam02.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}


@media screen and (min-width: 768px) and (max-width: 1440px) {
	#main {
		background-position: center top -100px;
	}
}

@media screen and (max-width: 767px) {
	#main,
	#main.bg02,#main.bg04 {
		background: none;
	}
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 33px;
	background-position: center center;
	background-size: cover;
}

.pageTitle .comBox {
	width: 1080px;
	padding-bottom: 12px;
	height: 280px;
	display: table;
	box-sizing: border-box;
}

.pageTitle h2 {
	font-size: 42px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 1px;
}

.pageTitle h2 span {
	margin-top: 7px;
	color: #777777;
	font-size: 16px;
	font-family: "游ゴシック Medium", "YuGothic M","游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
	display: block;
}
@media screen and (max-width: 767px) {
	.pageTitle .comBox {
		padding-bottom: 7px;
		width: 100%;
		height: 267px;
	}
	
	.pageTitle {
		margin-bottom: 41px;
		background: url(../../img/common/sp_page_title_bg.jpg) no-repeat center top;
		background-size: cover;
	}
	
	.pageTitle h2 {
		font-size: 34px;
		letter-spacing: 0;
	}
	
	.pageTitle h2 span {
		margin: 8px 30px 0;
		line-height: 1.6;
		letter-spacing: -0.5px;
	}
	
	.pageTitle02 {
		background-image: url(../../img/common/sp_page_title_bg02.jpg);
	}
}
/*------------------------------------------------------------
	centerTxt
------------------------------------------------------------*/
.centerTxt {
	margin-bottom: 32px;
	text-align: center;
	font-weight: 500;
	line-height: 1.68;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	.centerTxt {
		margin-bottom: 44px;
		text-align: left;
		letter-spacing: 0;
	}
}

/*------------------------------------------------------------
	comListUl
------------------------------------------------------------*/
.comListUl {
	margin-top: -28px;
}

.comListUl > li {
	margin: 28px 36px 0 0;
	width: 243px;
	float: left;
}

.comListUl > li:nth-child(4n) {
	margin-right: 0;
}

.comListUl > li .photoBox {
	margin-bottom: 34px;
	text-align: center;
}

.comListUl > li .photoBox img {
	max-width: 100%;
}

.comListUl > li .photoBox02 {
	margin-bottom: 10px;
	text-align: center;
}

.comListUl > li .photoBox02 img {
	max-width: 100%;
	height: 100%;
}

.comListUl02 {
	margin-top: -36px;
}

.comListUl02 > li,
.comListUl02 > li:nth-child(4n) {
	width: 188px;
	margin: 36px 35px 0 0;
}

.comListUl02 > li:nth-child(5n) {
	margin-right: 0;
}

.comListUl02 > li .photoBox {
	margin-bottom: 12px;
}

.comListUl > li .photoBox .text {
	margin-bottom: 8px;
	width: 100%;
	font-size: 18px;
	text-align: left;
}

.comListUl02 > li .photoBox .text {
	display: table !important;
}

.comListUl02 .linkUl li {
	margin-bottom: 6px;
}

.comListUl02 .linkUl li a {
	padding: 0 0 4px 18px;
	font-size: 14px;
	font-weight: 700;
	display: block;
	line-height: 1.43;
	background: url(../../img/common/icon04.png) no-repeat left top 11px;
}

.comListUl02 .linkUl li a:hover {
	color: #12925f;
}

.comListUl02 .comModelUl > li {
	padding-bottom: 16px;
}

.comListUl02 .comModelUl > li:last-child {
	padding-bottom: 0;
}

.comListUl .liMr0 {
	margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
	.comListUl {
		margin: 0 -15px;
	}
	
	.comListUl > li,
	.comListUl02 > li, .comListUl02 > li:nth-child(4n) {
		margin: 0 !important;
		width: auto;
		float: none !important;
	}
	
	.comListUl > li:first-child .photoBox.photoBox02 {
		border-top: 1px solid #dddddd;
	}
	
	.comListUl > li .photoBox {
		margin-bottom: 0 !important;
		padding: 0 52px 0 15px;
		width: 100%;
		height: 91px;
		border-bottom: 1px solid #dddddd;
		display: table;
		box-sizing: border-box;
		position: relative;
		cursor: pointer;
	}

	
	.comListUl > li .photoBox02 {
		margin-bottom: 0 !important;
		padding: 15px 52px 0 40px;
		width: 100%;
		/*height: 91px;*/
		/*border-bottom: 1px solid #dddddd;*/
		display: table;
		box-sizing: border-box;
		position: relative;
		cursor: pointer;
	}



	.comListUl > li .photoBox.photoBox02:after {
		width: 34px;
		height: 34px;
		position: absolute;
		top: 49%;
		right: 15px;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		background: url(../../img/common/on.png) no-repeat left top;
		background-size: 34px auto;
		content: "";
	}
	
	.comListUl > li .photoBox.photoBox02 .image,
	.comListUl > li .photoBox.photoBox02 .text.sp {
		width: auto;
		display: table-cell !important;
		vertical-align: middle;
		line-height: 1.35;
	}
	
	.comListUl02 > li .photoBox.photoBox02 .text.pc {
		display: none !important;
	}
	
	.comListUl > li .photoBox.photoBox02 .image {
		width: 116px;
	}
	
	.comListUl > li .photoBox.photoBox02 .text {
		padding: 8px 0 8px 17px;
		letter-spacing: 0;
	}
	
	.comListUl > li .photoBox.photoBox02.on {
		border-color: #12925f;
		background-color: #12925f;
	}
	
	.comListUl > li .photoBox.photoBox02.on .text {
		color: #fff;
	}
	
	.comListUl > li .photoBox.photoBox02.on:after {
		background-image: url(../../img/common/off.png);
	}
	
	.comListUl .comModelUl {
		display: none;
	}
	
	.comListUl02 .linkUl li a:hover {
		color: #222;
	}
	
	.comListUl02 .linkUl li {
		border-bottom: 1px solid #dddddd;
	}
	
	.comListUl02 .linkUl li:last-child {
		border-bottom: none;
	}
	
	.comListUl02 .comModelUl {
		padding: 0;
	}
	
	.comListUl02 .linkUl li {
		margin-bottom: 0;
	}
	
	.comListUl02 .linkUl li a {
		padding: 21px 10px 19px 18px;
		background-position: left top 31px;
	}
	
	.comListUl02 .comModelUl > li {
		margin-bottom: 15px;
		padding: 0 14px;
	}
}

/*------------------------------------------------------------
	comModelUl
------------------------------------------------------------*/
.comModelUl > li {
	margin-bottom: 20px;
}

.comModelUl > li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.comModelUl > li > a {
	display: block;
}

.comModelUl > li p {
	letter-spacing: -0.8px;
	line-height: 1.6;
}

.comModelUl > li .title {
	margin-bottom: 11px;
	color: #009162;
	font-size: 13px;
	letter-spacing: 0.6px;
}

.comModelUl > li .title span {
	margin-top: 2px;
	color: #272727;
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 1.43;
	letter-spacing: 0.85px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.comModelUl > li > a:hover {
	color: #009162;
}

.comModelUl > li > a:hover .title span {
	color: #009162;
}

.comModelUl > li .ttl {
	margin-bottom: 10px;
	color: #009162;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.3px;
}

@media screen and (max-width: 767px) {
	.comModelUl {
		padding: 26px 14px 0;
		border-bottom: 1px solid #dddddd;
	}
	
	.comModelUl > li {
    	margin-bottom: 48px;
	}
	
	.comModelUl > li > a:hover .title span,
	.comModelUl > li > a:hover {
		color: #272727;
	}
	
	.comModelUl > li .ttl {
		margin-bottom: 0;
		padding: 20px 0;
		border-bottom: 1px solid #dddddd;
	}
}

/*------------------------------------------------------------
	detailTitle
------------------------------------------------------------*/
.detailTitle {
	margin-bottom: 72px;
	padding: 48px 0 47px;
	border-bottom: 1px solid #ddd;
}

.detailTitle .comBox {
	padding: 0 0 4px 40px;
	border-left: 1px solid #008a53;
}

.detailTitle .comBox h2 {
	margin-bottom: 8px;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
}

.detailTitle .comBox .subTitle {
	margin-bottom: 16px;
	color: #008001;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.8px;
}

.detailTitle .comBox .lable {
	
}

.detailTitle .comBox .lable img {
	margin-right: 25px;
}

.detailTitle .comBox .lable img:last-child {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.detailTitle .comBox {
		padding: 0 0 4px 14px;
	}
	
	.detailTitle {
		margin-bottom: 45px;
		padding: 30px 15px 28px;
	}
	
	.detailTitle .comBox h2 {
		font-size: 34px;
		line-height: 1.1;
	}
	
	.detailTitle .comBox .subTitle {
		margin-bottom: 10px;
	}
}

/*------------------------------------------------------------
	comTabUl
------------------------------------------------------------*/
.comTabUl {
	margin: 0 auto 50px;
	width: 1080px;
	position: relative;
}

.comTabUl:before {
	width: 1000vw;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #dddddd;
	content: "";
	z-index: 1;
}

.comTabUl li {
	width: 540px;
	float: left;
	position: relative;
	z-index: 10;
}

.comTabUl li a {
	padding: 9px 20px 0;
	width: 100%;
	height: 100px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: table;
	letter-spacing: 1px;
	box-sizing: border-box;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #ddd;
	background-color: #f4f4f4;
	box-sizing: border-box;
}

.comTabUl li a span {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.comTabUl li a:hover {
	color: #008001;
}

.comTabUl li.on a {
	color: #008001;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #008001;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.comTabUl {
		margin-bottom: 32px;
		width: 92%;
	}
	
	.comTabUl li {
		width: 50%;
	}
	
	.comTabUl li a {
		padding: 4px 10px 0;
		font-size: 15px;
		height: 75px;
		line-height: 1.2;
		border-top: 2px solid #f4f4f4;
	}
	
	.comTabUl li.on a {
		border-top: 2px solid #008001;
	}
	
	.comTabUl li a:hover {
		color: #222;
	}
	
	.comTabUl li.on a:hover {
		color: #008001;
	}
}

/*------------------------------------------------------------
	comSlideDl
------------------------------------------------------------*/
.comSlideDl > dt {
	margin-bottom: 30px;
	width: 100%;
	height: 80px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	border-left: 2px solid #008001;
	background-color: #f4f4f4;
	display: table;
	position: relative;
	box-sizing: border-box;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.comSlideDl > dt > span {
	padding: 0 0 0 38px;
	height: 100%;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.comSlideDl > dt:after {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 49%;
	right: 21px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url(../../img/common/on02.png) no-repeat left top;
	content: "";
}

.comSlideDl > dt.on:after {
	background-image: url(../../img/common/off02.png);
}

.comSlideDl > dt.on{
	color: #fff;
	background-color: #008001;
}

.comSlideDl > dt:hover {
	color: #fff;
	background-color: #008001;
}

.comSlideDl > dt:hover:after {
	background-image: url(../../img/common/on03.png);
}

.comSlideDl > dt.on:hover {
	color: #fff;
}

.comSlideDl > dt.on:hover:after {
	background-image: url(../../img/common/off02.png);
}

.comSlideDl > dd {
	padding-top: 12px;
	display: none;
}
@media all and (-ms-high-contrast:none){
	.comSlideDl > dt > span {
		padding-top: 11px;
	}
}
@media screen and (max-width: 767px) {
	.comSlideDl > dt {
		margin-bottom: 15px;
		height: 60px;
		font-size: 17px;
		border-left: 1px solid #008001;
	}
	
	.comSlideDl > dt > span {
		padding: 3px 43px 0 14px;
	}
	
	.comSlideDl > dt:after {
		width: 25px;
		height: 25px;
		right: 15px;
		background-size: 25px;
	}
	
	.comSlideDl > dt:hover {
		color: #222;
		background-color: #f4f4f4;
	}
	
	.comSlideDl > dt:hover:after {
		background-image: url(../../img/common/on02.png);
	}
	
	.comSlideDl > dt.on:hover:after {
		background-image: url(../../img/common/off02.png);
	}
	
	.comSlideDl > dt.on:hover {
		color: #fff;
		background-color: #008001;
	}
	
	.comSlideDl > dd {
		padding-top: 20px;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	margin: 0 auto;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	width: 640px;
	display: block;
	border-radius: 50px;
	text-align: center;
	background: linear-gradient(-45deg, #00a82f, #009380);
	background: -webkit-linear-gradient(-45deg, #00a82f, #009380);
	background: -moz-linear-gradient(-45deg, #00a82f, #009380);/* Firefox 3.6+ */
	background: -o-linear-gradient(-45deg #00a82f, #009380);/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #00a82f, #009380); /* IE 10 */
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	position: relative;
	overflow: hidden;
}

.comLink a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	border-radius: 50px;
	background: linear-gradient(-45deg, #93d001, #00b595);
	background: -webkit-linear-gradient(-45deg, #93d001, #00b595);
	background: -moz-linear-gradient(-45deg, #93d001, #00b595);/* Firefox 3.6+ */
	background: -o-linear-gradient(-45deg #93d001, #00b595);/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #93d001, #00b595); /* IE 10 */
	content: "";
	transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
}

.comLink a:hover:after {
	opacity: 1;
}

.comLink a span {
	padding: 34px 10px 33px;
	display: block;
	background: url(../../img/common/link_bg.png) no-repeat right 46px center;
	position: relative;
	z-index: 10;
}
@media all and (-ms-high-contrast:none){
	.comLink a span {
		padding: 34px 10px 27px;
	}
}
@media screen and (max-width: 767px) {
	.comLink a {
		width: auto;
		max-width: 400px;
		font-size: 15px;
	}
	
	.comLink a span {
		padding: 20px 60px 18px;
		background-size: 26px auto;
		background-position: right 30px center;
	}
	
	.comLink a:after {
		display: none;
	}
}

/*------------------------------------------------------------
	comCaseUl
------------------------------------------------------------*/
.comCaseUl {
	margin-top: -30px;
}

.comCaseUl li {
	margin: 30px 30px 0 0;
	width: 247px;
	float: left;
}

.comCaseUl li:nth-child(4n){
	margin-right: 0;
}

.comCaseUl li a {
	display: block;
	position: relative;
}

.comCaseUl li .image {
	position: relative;
	overflow: hidden;
}

.comCaseUl li a .image img {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.comCaseUl li .image:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	content: "";
	opacity: 0;
	transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
}

.comCaseUl li .textBox {
	padding: 17px 19px 37px;
}

.comCaseUl li .textBox .title {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.8px;
}

.comCaseUl li .textBox p {
	line-height: 1.6;
}

.comCaseUl li .textBox .comMore {
	padding-right: 27px;
	font-size: 10px;
	line-height: 1;
	position: absolute;
	bottom: 18px;
	right: 20px;
	background: url(../../img/common/icon05.png) no-repeat right bottom 2px;
}

.comCaseUl li a {
	background-color: #fff;
}

.comCaseUl li a:hover {
	background-color: #008001;
}

.comCaseUl li a:hover .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.comCaseUl li a:hover .image:after {
	opacity: 1;
}

.comCaseUl li a:hover .textBox {
	color: #fff;
}

.comCaseUl li a:hover .textBox .comMore {
	background-image: url(../../img/common/icon06.png);
}
@media screen and (max-width: 767px) {
	.comCaseUl {
		margin-top: -15px;
	}
	
	.comCaseUl li {
		margin: 15px 0 0 0;
		width: 47.7%;
	}
	
	.comCaseUl li:nth-child(2n) {
		float: right;
	}
	
	.comCaseUl li .image img {
		width: 100%;
	}
	
	.comCaseUl li a:hover .image img {
		transform: none;
		-webkit-transform: none;
	}
	
	.comCaseUl li a:hover .image:after {
		opacity: 0;
	}
	
	.comCaseUl li a:hover .textBox {
		color: #222;supUl
	}
	
	.comCaseUl li a:hover {
		background-color: #fff;
	}
	
	.comCaseUl li a:hover .textBox .comMore {
		background-image: url(../../img/common/icon05.png);
	}
	
	.comCaseUl li .textBox {
		padding: 15px 15px 37px
	}
	
	.comCaseUl li .textBox .comMore {
		font-size: 11px !important;
		right: 15px;
	}
}

/*------------------------------------------------------------
	comCaseBox
------------------------------------------------------------*/
.comCaseBox {
	
}

.comCaseBox .headLine01 {
	margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
	.comCaseBox .headLine01 {
		margin-bottom: 43px;
	}
}

/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	padding: 260px 0 102px 0;
	background: #f5f5f5 url(../../img/common/bg01.jpg) no-repeat center top;
	background-size: 100% auto;
}
@media screen and (max-width: 767px) {
	.comBgBox {
		padding: 143px 0 60px;
		background-image: url(../../img/common/sp_bg01.jpg);
		background-size: 768px auto;
	}
}

/*------------------------------------------------------------
	comRelatedBox
------------------------------------------------------------*/
.comRelatedBox .headLine01 {
	margin-bottom: 27px;
}

.comRelatedBox .headLine01 span {
	margin-top: 10px;
}

.comRelatedBox .relatedUl {
	text-align: center;
}

.comRelatedBox .relatedUl li {
	float: left;
}

.comRelatedBox .relatedUl li .text {
	margin-top: 3px;
	width: 100%;
	height: 50px;
	font-size: 18px;
	line-height: 1.4;
/*	font-weight: bold;*/
	letter-spacing: 1px;
	display: table;
}

.comRelatedBox .relatedUl li .text span {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.comRelatedBox .relatedUl li a {
	padding: 21px 0 19px;
	display: block;
}

.comRelatedBox .relatedUl li a:hover {
	background-color: #00b595;
}

.comRelatedBox .relatedUl li a:hover .text {
	color: #fff;
}

.comRelatedBox .relatedUl li:nth-child(2) a:hover {

	background-color: #23bb7c;
}

.comRelatedBox .relatedUl li:last-child a:hover {
	background-color: #34c761;
}

.comRelatedBox .centerTxt {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {	
	.comRelatedBox .headLine01 span {
		margin-top: 5px;
		font-size: 16px;
	}
	
	.comRelatedBox .centerTxt {
		margin-bottom: 34px;
		text-align: center;
	}
	
	.comRelatedBox .headLine01 {
		margin-bottom: 21px;
	}
	
	.comRelatedBox .relatedUl {
		margin-top: -28px;
	}
	
	.comRelatedBox .relatedUl li {
		margin: 28px 0 0 0;
		width: 46%;
		text-align: center;
		float: left;
	}
	
	.comRelatedBox .relatedUl li:nth-child(2n) {
		float: right;
	}
	
	.comRelatedBox .relatedUl li img {
		margin: 0 auto;
		max-width: 100%;
	}
	
	.comRelatedBox .relatedUl li p {
		margin-top: 6px;
		line-height: 1.4;
	}
	
	.comRelatedBox .relatedUl li a {
		padding: 0;
	}
	
	.comRelatedBox .relatedUl li a:hover {
		color: #222;
		background-color: transparent !important;
	}
	
	.comRelatedBox .relatedUl li .text {
		margin-top: 11px;
		height: auto;
		font-size: 16px;
	}
	
	.comRelatedBox .relatedUl li .text span {
		vertical-align: top;
	}
	
	.comRelatedBox .relatedUl li a:hover .text {
		color: #222;
	}
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-collapse: collapse;
}

.comTable th,
.comTable td {
	padding: 6px 5px 6px;
	font-size: 15px;
	text-align: center;
	font-weight: 500;
	line-height: 1.6;
	border: 1px solid #dddddd;
	vertical-align: middle;
}

.comTable .mainte {
	padding: 6px 5px 6px 15px;
	font-size: 15px;
	text-align: left;
	font-weight: 500;
	line-height: 1.6;
	border: 1px solid #dddddd;
	vertical-align: middle;
}

.comTable .mainte_large {
	padding: 6px 5px 6px 20px;
	font-size: 15px;
	text-align: left;
	font-weight: 500;
	line-height: 1.6;
	border: 1px solid #dddddd;
	vertical-align: middle;
}

.comTable thead th {
	padding: 6px 5px 6px;
	/*border-bottom: none;*/
	font-weight: bold;
	background-color: #f5f5f5;
}

.comTable .wid01 {
	width: 186px;
}

.comTable .wid02 {
	width: 97px;
}

.comTable .wid03 {
	width: 205px;
}

.comTable .wid04 {
	width: 215px;
}

.comTable .wid05 {
	width: 305px;
}

.comTable .gray {
	padding: 12px 5px 12px;
  font-weight: bold;
  background-color: #f5f5f5;
}

.comTable .gray_left {
	padding: 12px 5px 12px;
  font-weight: bold;
	background-color: #f5f5f5;
	text-align: left;
	padding-left: 1em;
}

.comTable .green {
	padding: 12px 5px 12px;
  font-weight: bold;
  background-color: #defcdf;
}

.comTable .yellow {
	padding: 12px 5px 12px 15px;
  background-color: #faed94;
}

.comTable .manu_date {
	font-weight:bold;
}


.comTable .lineStyle {
	line-height: 2.15;
	display: inline-block;
}
@media all and (-ms-high-contrast:none){
	.comTable thead th {
		padding: 17px 5px 12px;
	}
	
	.comTable th,
	.comTable td {
		padding: 17px 5px 12px;
	}
}

@media screen and (max-width: 767px) {
	.comTable th,
	.comTable td {
		padding: 12px 5px 12px;
		font-size: 13px;
	}
	
	.comTable thead th {
		padding: 12px 5px 12px;
	}
	
	.comTable .wid01 {
		width: 140px;
	}
	
	.comTable .wid02 {
		width: 76px;
	}
	
	.comTable .wid03 {
		width: 100px;
	}
	
	.comTable .lineStyle {
		line-height: 2.15;
		display: inline-block;
	}

}

/*------------------------------------------------------------
	scrollBox
------------------------------------------------------------*/
.scrollBox {

}

/*
.scrollBox .comTable tr:first-child td {
	border-top: none;
}
*/

@media screen and (max-width: 767px) {
	.scrollBox {
		overflow-x: scroll;
	}
	
	.scrollBox .comTable {
		width: 750px;
	}
}


/*------------------------------------------------------------
	comTextOl
------------------------------------------------------------*/
.comTextOl {
	margin-left: 17px;
	list-style: decimal;
	font-weight: bold;
}

.comTextOl li {
	margin-bottom: 8px;
	padding-left: 3px;
	line-height: 1.6;
}

.comTextOl li:last-child {
	margin-bottom: 0;
}

.comTextOl li span {
	font-weight: 500;
}


/*------------------------------------------------------------
	comDownloadBox
------------------------------------------------------------*/
.comDownloadBox .comTable th,
.comDownloadBox .comTable td {
	padding: 19px 20px 19px;
	text-align: left;
	border: 1px solid #dddddd;
}

.comDownloadBox .comTable th {
	font-weight: bold;
}

.comDownloadBox .comTable tr td:first-child,
.comDownloadBox .comTable tr th:first-child {
	width: 129px;
}

.comDownloadBox .comTable thead th {
	padding: 18px 20px 18px;
	background-color: #ececec;
}

.comDownloadBox .comTable td a {
	display: inline-block;
	position: relative;
	width: 94%;
}

.comDownloadBox .comTable td a:after {
	width: 21px;
	height: 19px;
	position: absolute;
	top: 2px;
	right: -20px;
	background: url(../../img/common/icon07.png) no-repeat left top;
	content: "";
}

.comDownloadBox .comTable .knowledge_base a:after {
	width: 21px;
	height: 19px;
	position: absolute;
	top: 2px;
	right: -20px;
	background: none;
	content: "";
}

.comDownloadBox .comTable td a:hover {
	color: #12925f;
}
@media all and (-ms-high-contrast:none){
	.comDownloadBox .comTable thead th {
		padding: 20px 20px 15px;
	}
	
	.comDownloadBox .comTable th,
	.comDownloadBox .comTable td {
		padding: 21px 20px 16px;
	}
}

@media screen and (max-width: 767px) {
	.comDownloadBox .comTable th,
	.comDownloadBox .comTable td,
	.comDownloadBox .comTable thead th {
		padding: 15px;
	}
	
	.comDownloadBox .comTable tr td:first-child,
	.comDownloadBox .comTable tr th:first-child {
		width: 75px;
	}
	
	.comDownloadBox .comTable td a:after {
		width: 18px;
		right: -24px;
		top: 2px;
		background-size: 18px auto;
	}
	
	.comDownloadBox .comTable td a:hover {
		color: #222;
	}
	
	.comDownloadBox .comTable td {
		padding-right: 30px;
	}
}
/*------------------------------------------------------------
	comDownloadPop
------------------------------------------------------------*/
.comDownloadPop {
	width: 765px;
	background-color: #fff;
	display: none;
}

.comDownloadPop .innerBox {
	padding: 53px 71px;
}

.comDownloadPop h2 {
	margin-bottom: 48px;
	font-size: 24px;
	text-align: center;
}

.comDownloadPop .textDl {
	margin-bottom: 52px;
}

.comDownloadPop .textDl dt {
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: bold;
}

.comDownloadPop .textDl dd {
	margin-bottom: 40px;
	line-height: 1.66;
}

.comDownloadPop .textDl dd:last-child {
	margin-bottom: 0;
}

.comDownloadPop .btnUl {
	margin: 0 -20px 0 -4px;
	text-align: center;
}

.comDownloadPop .btnUl li {
	float: left;
}

.comDownloadPop .btnUl li:last-child {
	float: right;
}

.comDownloadPop .btnUl .comBtn03 a {
	padding: 30px 26px 30px 10px;
	color: #fff;
	border-color: #12925f;
	background-color: #12925f;
}

.comDownloadPop .btnUl .comBtn03 a span {
	padding: 0 30px;
	background: none;
	position: relative;
}

.comDownloadPop .btnUl .comBtn03 a:hover span {
	background: none;
}

.comDownloadPop .btnUl .comBtn03 a span:after {
	width: 21px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 38%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url(../../img/common/icon12.png) no-repeat left top;
	content: "";
}

.comDownloadPop .btnUl .comBtn a {
	padding: 30px 10px 30px;
	width: 300px;
	font-size: 14px;
}

.comDownloadPop .btnUl .comBtn a:hover {
	color: #fff;
	border-color: #17b777;
	background-color: #17b777;
}

.comDownloadPop .btnUl .comBtn03 a {
	padding: 30px 20px 30px 10px;
}

@media screen and (max-width: 767px) {
	.comDownloadPop {
		width: auto;
	}
	
	.comDownloadPop .innerBox {
		padding: 20px 30px;
	}
	
	.comDownloadPop .btnUl {
		margin: 0;
	}
	
	.comDownloadPop .btnUl li {
		margin-bottom: 15px;
		float: none !important;
	}
	
	.comDownloadPop .btnUl li:last-child {
		margin-bottom: 0;
	}
	
	.comDownloadPop .btnUl .comBtn a {
		max-width: 280px;
		width: auto;
	}
	
	.comDownloadPop .btnUl .comBtn a {
		padding: 21px 10px 21px;
	}
	
	.comDownloadPop .btnUl .comBtn03 a {
		padding: 21px 26px 21px 10px;
	}
	
	.comDownloadPop .btnUl .comBtn a:hover {
		color: #008a53;
		border: 1px solid #008a53;
		background-color: #fff;
	}
	
	.comDownloadPop .btnUl .comBtn03 a:hover {
		color: #fff;
		border: 1px solid #12925f;
		background-color: #12925f;
	}
	
	.comDownloadPop .textDl {
		margin-bottom: 50px;
	}
}

/*------------------------------------------------------------
	comTextUl
------------------------------------------------------------*/
.comTextUl {
	
}

.comTextUl li {
	margin-bottom: 11px;
	padding-left: 14px;
	line-height: 1.55;
	background: url(../../img/common/icon08.gif) no-repeat left top 10px;
}

.comTextUl li:last-child {
	margin-bottom: 0;
}

@media all and (-ms-high-contrast:none){
	.comTextUl li {
		background-position: left top 7px;
	}
}

@media screen and (max-width: 767px) {
	.comTextUl li {
		background-position: left top 8px;
	}
}

/*------------------------------------------------------------
	comTextUl_sup
------------------------------------------------------------*/
.comTextUl_sup {
	margin-bottom: 60px;
}

.comTextUl_sup li {
	margin-bottom: 20px;
	padding-left: 14px;
	line-height: 1.55;
}

.comTextUl_sup li:last-child {
	margin-bottom: 0;
}

@media all and (-ms-high-contrast:none){
	.comTextUl_sup li {
		background-position: left top 7px;
	}
}

@media screen and (max-width: 767px) {
	.comTextUl_sup li {
		background-position: left top 8px;
	}
}

/*------------------------------------------------------------
	comTextUl_sup02
------------------------------------------------------------*/
.comTextUl_sup02 {
}

.comTextUl_sup02 li {
	padding-left: 34px;
	text-indent: -20px;
	margin-bottom: 0;
}

.comTextUl_sup02 li:last-child {
	margin-bottom: 0;
}

@media all and (-ms-high-contrast:none){
	.comTextUl_sup02 li {
		background-position: left top 7px;
	}
}

@media screen and (max-width: 767px) {
	.comTextUl_sup02 li {
		background-position: left top 8px;
		padding-left: 10px;
		text-indent: 0;
	
	}
}

/*------------------------------------------------------------
	comTextUl_sup03
------------------------------------------------------------*/
.comTextUl_sup03 {
}

.comTextUl_sup03 li {
	padding-left: 20px;
	text-indent: -16px;
	margin-bottom: 0;
}

.comTextUl_sup03 li:last-child {
	margin-bottom: 0;
}

@media all and (-ms-high-contrast:none){
	.comTextUl_sup03 li {
		background-position: left top 7px;
	}
}

@media screen and (max-width: 767px) {
	.comTextUl_sup03 li {
		background-position: left top 8px;
		padding-left: 10px;
		text-indent: 0;
	
	}
}

/*------------------------------------------------------------
	comNaviUl
------------------------------------------------------------*/
.comNavi {
	overflow: hidden;
}

.comNaviUl {
	margin-bottom: -1px;
	overflow: hidden;
	background-color: #f4f4f4;
}

.comNaviUl li {
	width: 20%;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	float: left;
	box-sizing: border-box;
}

.comNaviUl li:nth-child(5n) {
	border-right: none;
}

.comNaviUl li a {
	width: 100%;
	padding: 23px 43px 22px 16px;
	color: #12925f;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.18;
	display: table;
	box-sizing: border-box;
	letter-spacing: -1px;
	background: url(../../img/common/icon01.png) no-repeat right 19px bottom 24px;
}

.comNaviUl li a span {
	display: table-cell;
	vertical-align: middle;
}

.comNaviUl li a:hover {
	color: #fff;
	background-color: #12925f;
	background-image: url(../../img/common/icon02.png);
}
@media all and (-ms-high-contrast:none){
	.comNaviUl li a {
		padding: 25px 36px 18px 20px;
	}
}
@media screen and (max-width: 767px) {
	.comNaviUl li,
	.comNaviUl li:nth-child(5n),
	.comNaviUl li:nth-child(2n) {
		width: auto;
		float: none;
		border: 1px solid #dddddd;
		border-bottom: none;
	}
	
	.comNaviUl {
		margin-bottom: 0;
		border-bottom: 1px solid #dddddd;
	}
	
	.comNaviUl li a:hover {
		color: #12925f;
		background-color: #f4f4f4;
		background-image: url(../../img/common/icon01.png);
	}
	
	.comNaviUl li a {
		font-size: 14px;
		line-height: 1.2;
	}
}

/*------------------------------------------------------------
	comInteriorUl
------------------------------------------------------------*/
.comInteriorUl {
	margin-top: -30px;
}

.comInteriorUl li {
	margin-top: 30px;
	width: 48.62%;
	float: left;
	border: 1px solid #008001;
	box-sizing: border-box;
}

.comInteriorUl li:last-child {
	float: right;
}

.comInteriorUl li.careers {
	width: 100%;
}

.comInteriorUl li a {
	padding: 41px 20px;
	color: #008001;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	display: block;
/*
	background-color: #fff;
*/
}

.comInteriorUl li a:hover {
	color: #fff;
	background-color: #008001;
}

.comInteriorUl li.careers a {
	padding: 42px 20px;
}

.comInteriorUl li a .textSize {
	margin-top: -3px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}

.comInteriorUl li a > span {
	padding: 0 44px 0 0;
	background: url(../../img/common/icon01.png) no-repeat right bottom 10px;
}

.comInteriorUl li a:hover > span {
	background-image: url(../../img/common/icon02.png);
}

.comInteriorUl li.careers a > span {
	padding: 0 34px 0 55px;
	position: relative;
	background-position: right bottom 5px;
}

.comInteriorUl li.careers a > span:after {
	width: 35px;
	height: 35px;
	position: absolute;
	top: -3px;
	left: 2px;
	background: url(../../img/common/icon09.png) no-repeat left top;
	content: "";
}

.comInteriorUl li.careers a:hover > span:after {
	background-image: url(../../img/common/icon10.png);
}

@media all and (-ms-high-contrast:none){
	.comInteriorUl li a .textSize {
		margin-top: 4px;
	}
	
	.comInteriorUl li.careers a > span {
		background-position: right bottom 13px;
	}
	
	.comInteriorUl li.careers a {
		padding: 42px 8px 35px;
	}
}

@media screen and (max-width: 767px) {
	.comInteriorUl {
		margin-top: 0;
	}
	
	.comInteriorUl li {
		margin: 0 0 30px 0;
		width: auto;
		float: none !important;
	}
	
	.comInteriorUl li.careers a,
	.comInteriorUl li a {
		padding: 20px 10px;
		font-size: 20px;
	}
	
	.comInteriorUl li a .textSize {
		font-size: 13px;
	}
	
	.comInteriorUl li.careers a > span:after {
		width: 26px;
		height: 26px;
		top: -1px;
		background-size: 26px auto;
	}
	
	.comInteriorUl li.careers a > span {
		padding: 0 28px 0 42px;
	}
	
	.comInteriorUl li a:hover {
		color: #008001;
		background-color: #fff;
	}
	
	.comInteriorUl li a:hover > span {
		background-image: url(../../img/common/icon01.png);
	}
	
	.comInteriorUl li.careers a:hover > span:after {
		background-image: url(../../img/common/icon09.png);
	}
}

/*------------------------------------------------------------
	comEmployeeUl
------------------------------------------------------------*/
.comEmployeeUl {
	margin-top: -30px;
}

.comEmployeeUl li {
	margin: 30px 30px 0 0;
	width: 340px;
	float: left;
}

.comEmployeeUl li:nth-child(3n) {
	margin-right: 0;
}

.comEmployeeUl li .photo {
	position: relative;
	overflow: hidden;
}

.comEmployeeUl li .photo img {
	width: 100%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.comEmployeeUl li .photo:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(55,55,55,0.2);
	content: "";
	opacity: 0;
	transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
}

.comEmployeeUl li .textBox {
	padding-top: 47px;
	position: relative;
}

.comEmployeeUl li .textBox p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	position: relative;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.comEmployeeUl li .textBox .title {
	margin: -86px 0 22px;
	padding: 22px 8px 21px;
	width: 294px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	background-color: #12925f;
}

.comEmployeeUl li .textBox .meaagaText {
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
}

.comEmployeeUl li .textBox .meaagaText span {
	margin-right: 23px;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}

.comEmployeeUl li a {
	display: block;
}

.comEmployeeUl li a:hover .textBox p {
	color: #12925f;
}

.comEmployeeUl li a:hover .textBox .title {
	color: #fff;
}

.comEmployeeUl li a:hover .photo:after {
	opacity: 1;
}

.comEmployeeUl li a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

@media all and (-ms-high-contrast:none){
	.comEmployeeUl li .textBox .title {
		padding: 23px 8px 18px;
	}
}

@media screen and (max-width: 767px) {
	.comEmployeeUl {
		margin-top: -20px;
	}
	
	.comEmployeeUl li {
		margin: 20px 0 0 0;
		width: 47%;
	}
	
	.comEmployeeUl li:nth-child(2n) {
		float: right;
	}
	
	.comEmployeeUl li .photo:after {
		display: none;
	}
	
	.comEmployeeUl li .textBox {
		padding-top: 25px;
	}
	
	.comEmployeeUl li .textBox p {
		font-size: 15px;
		line-height: 1.6;
	}
	
	.comEmployeeUl li .textBox .title {
		margin: -41px 0 5px;
		padding: 12px 2px 11px;
		width: 94%;
		font-size: 12px;
		letter-spacing: -0.5px;
		box-sizing: border-box;
	}
	
	.comEmployeeUl li .textBox .meaagaText {
		margin-top: 5px;
		font-size: 12px;
	}
	
	.comEmployeeUl li .textBox .meaagaText span {
		font-size: 18px;
	}
	
	.comEmployeeUl li a:hover .textBox p {
		color: #222;
	}

	.comEmployeeUl li a:hover .photo img {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/*------------------------------------------------------------
	comYearUl
------------------------------------------------------------*/
.comYearUl {
	
}

.comYearUl li {
	margin-right: 14px;
	padding-bottom: 12px;
	float: left;
	position: relative;
}

.comYearUl li:last-child {
	margin-right: 0;
}

.comYearUl li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.comYearUl li a:hover,
.comYearUl li.on a {
	color: #12925f;
}

.comYearUl li.on:after {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #12925f;
	content: "";
}
@media screen and (max-width: 767px) {
	.comYearUl li a:hover {
		color: #222;
	}
	
	.comYearUl li.on a:hover {
		color: #12925f;
	}
}

/*------------------------------------------------------------
	comNewsDl
------------------------------------------------------------*/
.comNewsDl dt {
	padding: 20px 0 0 25px;
	float: left;
	clear: both;
	color: #12925f;
	font-size: 16px;
	line-height: 1.2;
}

.comNewsDl dt span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.comNewsDl dd {
	padding: 28px 0 28px 8.5em;
	border-bottom: 1px solid #DDD;
}

.comNewsDl dd:last-child {
	border-bottom: none;
}

.comNewsDl dd a {
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
}

.comNewsDl dd a:hover {
	color: #12925f;
}
@media screen and (max-width: 767px) {
	.comNewsDl {
		margin-bottom: 20px;
	}
	
	.comNewsDl dt {
		padding: 16px 0 0 0;
		line-height: 1.2;
	}
	
	.comNewsDl dd {
		padding: 13px 0 13px 3.85em;
		line-height: 1.8;
		font-size: 15px;
	}
	
	.comNewsDl dd:last-child {
		border-bottom: none;
	}
	
	.comNewsDl dd a:hover {
		color: #000;
	}
}

/*------------------------------------------------------------
	comFormBox
------------------------------------------------------------*/
.comFormBox {
	
}

.comFormBox .inquiryBox {
	margin-bottom: 55px;
	padding: 36px 20px 35px 20px;
	font-weight: 500;
	background-color: #f4f4f4;
}

.comFormBox .inquiryBox .title {
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
}

.comFormBox .inquiryBox .comRadioUl {
	margin: -12px auto 0;
	padding-left: 66px;
	width: 700px;
	box-sizing: border-box;
}

.comFormBox .inquiryBox .comRadioUl li {
	margin-top: 12px;
	padding-right: 5px;
	width: 284px;
	float: left;
	box-sizing: border-box;
}

.comFormBox .inquiryBox .comRadioUl li:nth-child(2n) {
	width: 305px;
}

@media screen and (max-width: 767px) {
	.comFormBox .inquiryBox .comRadioUl li {
		padding-right: 0;
		width: auto !important;
		float: none;
	}
	
	.comFormBox .inquiryBox .comRadioUl {
		padding-left: 0;
		width: auto;
	}
	
	.comFormBox .inquiryBox .comRadioUl li {
		margin-top: 6px;
	}
	
	.comFormBox .inquiryBox .comRadioUl {
		margin-top: -6px;
	}
}
/*------------------------------------------------------------
	comRadioUl
------------------------------------------------------------*/
.comRadioUl {
	
}

.comRadioUl li input[type="radio"] {
    display: none;
	padding: 0;
	height: 25px;
	width: 25px;
	vertical-align: middle;
}

.comRadioUl li input[type="radio"] + label {
	background: url(../../img/common/radio_bg01.png) no-repeat left 5px;
	background-size: 25px 25px;
	border-radius: 4px;
    display: block;
    line-height: 25px;
    padding: 4px 0 4px 44px;
}

.comRadioUl li input[type="radio"]:checked + label {
	background: url(../../img/common/radio_bg02.png) no-repeat left 5px;
	background-size: 25px 25px;
}
@media all and (-ms-high-contrast:none){
	.comRadioUl li input[type='radio'] + label,
	.comRadioUl li input[type="radio"]:checked + label {
		background-position: left top 1px;
	}
}

@media screen and (max-width: 767px) {
	.comRadioUl li input[type="radio"] + label {
		padding-left: 29px;
		background-size: 20px 20px;
		background-position: left top 7px;
	}

	.comRadioUl li input[type="radio"]:checked + label {
		background-size: 20px 20px;
		background-position: left top 7px;
	}
}
/*------------------------------------------------------------
	comCheckUl
------------------------------------------------------------*/
.comCheckUl li {
	margin-right: 32px;
	font-weight: 500;
	float: left;
}

.comCheckUl li:last-child {
	margin-right: 0;
}

.comCheckUl li input[type="checkbox"],
.comCheckUl li input[type="radio"] {
    display: none;
	padding: 0;
	height: 16px;
	width: 16px;
	vertical-align: middle;
}

.comCheckUl li input[type="checkbox"] + label,
.comCheckUl li input[type="radio"] + label {
	background: url(../../img/common/check_bg01.png) no-repeat left 1px top 4px;
	background-size: 18px 18px;
	border-radius: 4px;
    display: block;
    line-height: 16px;
    padding: 6px 0 4px 26px;
}

.comCheckUl li input[type="checkbox"]:checked + label {
	background: url(../../img/common/check_bg03.png) no-repeat left 1px top 4px;
	background-size: 16px 16px;
}

.comCheckUl li input[type="radio"]:checked + label {
	background: url(../../img/common/check_bg04.png) no-repeat left 1px top 4px;
	background-size: 16px 16px;
}

.agreeUl {
	margin-top: 17px;
	text-align: center;
}

.agreeUl li {
	margin-right: 0;
	float: none;
	display: inline-block;
}

.agreeUl li a {
	text-decoration: underline;
}

.agreeUl li a:hover {
	text-decoration: none;
}

@media all and (-ms-high-contrast:none){
	.comCheckUl li input[type='checkbox'] + label,
	.comCheckUl li input[type="checkbox"]:checked + label,
	.comCheckUl li input[type="radio"] + label,
	.comCheckUl li input[type="radio"]:checked + label {
		background-position: left top 2px;
	}
}

@media screen and (max-width: 767px) {
	.comCheckUl li {
		float: none;
	}
	
	.agreeUl li a:hover {
		text-decoration: underline;
	}
}
/*------------------------------------------------------------
	comFormBox > comTabBox
------------------------------------------------------------*/
.comFormBox .comTabBox {
	
}

.comFormBox .headLine02 {
	margin-bottom: 20px !important;
}

.comFormBox .comTable th,
.comFormBox .comTable td {
	padding: 15px 0 15px;
	text-align: left;
	border: none;
}

.comFormBox .comTable th {
	width: 18.6%;
	font-weight: bold;
}

.comFormBox .comTable th .must {
	margin-left: 9px;
	padding: 4px 6px 3px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	background-color: #e83636;
}

.comFormBox .comTable input,
.comFormBox .comTable select {
	padding: 0 15px;
	width: 100%;
	height: 60px;
	font-size: 15px;
	border: none;
	box-sizing: border-box;
	border-radius: 0;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	background-color: #e8e8e8;
}

.comFormBox .comTable select {
	padding: 0 45px 0 25px;
	background: #f4f4f4 url(../../img/common/icon11.png) no-repeat right 30px center;
}

select::-ms-expand { display: none; }

.comFormBox .comTable textarea {
	width: 100%;
	height: 300px;
	padding: 15px;
	font-size: 15px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background-color: #e8e8e8;
}

.comFormBox .comTable td p a {
	color: #12925f;
	text-decoration: underline;
}

.comFormBox .comTable td p a:hover {
	text-decoration: none;
}

.comFormBox .thStyle {
	vertical-align: top;
}

.comFormBox .marText {
	margin-top: 9px;
}

.comFormBox .submit {
	margin-top: 25px;
	text-align: center;
}

.comFormBox .submit li {
	margin: 0 10px;
	display: inline-block;
}

.comFormBox .submit li input[type="submit"] {
	padding: 26px 39px 28px 10px;
	width: 394px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #12925f;
	border-radius: 0;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	background: #12925f url(../../img/common/icon02.png) no-repeat right 97px top 39px;
}

.comFormBox .submit li input[type="submit"]:hover {
	color: #12925f;
	background: #fff url(../../img/common/icon01.png) no-repeat right 97px top 39px;
}

.comFormBox .submit li.backBtn input[type="submit"] {
	padding: 26px 10px 28px 39px;
	width: 250px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #999999;
	border-radius: 0;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	background: #999999 url(../../img/common/icon14.png) no-repeat left 68px top 39px;
}

.comFormBox .submit li.backBtn input[type="submit"]:hover {
    padding: 26px 10px 28px 39px;
	color: #999999;
	background: #fff url(../../img/common/icon13.png) no-repeat left 68px top 39px;
}
@media all and (-ms-high-contrast:none){
	.comFormBox .comTable th .must {
		padding: 6px 6px 1px;
	}
	
	.comFormBox .comTable input,
	.comFormBox .comTable select {
		padding-top: 4px;
	}
	
	.comFormBox .comTable select {
		padding-top: 5px;
	}
	
	.comFormBox .submit li input[type='submit'],
	.comFormBox .submit li input[type='submit']:hover {
		padding: 27px 39px 21px 10px;
		background-position: right 97px top 35px;
	}
}
@media screen and (max-width: 767px) {
	.comFormBox .comTable th,
	.comFormBox .comTable td {
		width: 100%;
		float: left;
		box-sizing: border-box;
	}
	
	.comFormBox .comTable th {
		padding-bottom: 0;
	}
	
	.comFormBox .comTable input, .comFormBox .comTable select {
		height: 46px;
		font-size: 13px;
	}
	
	.comFormBox .comTable td p a:hover {
		text-decoration: underline;
	}
	
	.comFormBox .comTable select {
		padding: 0 30px 0 15px;
		background-position: right 15px center;
	}
	
	.comFormBox .submit li {
		margin: 0 15px;
		display: block;
	}
	
	.comFormBox .submit li:last-child {
		margin-bottom: 0;
	}
	
	.comFormBox .submit li input[type="submit"] {
		padding: 16px 39px 16px 10px;
		width: 100%;
		max-width: 300px;
		background-position: right 37px top 28px;
	}
	
	.comFormBox .submit li input[type="submit"]:hover {
        padding: 16px 39px 16px 10px;
		color: #fff;
		background: #12925f url(../../img/common/icon02.png) no-repeat right 37px top 28px;
	}

	.comFormBox .submit li.backBtn input[type="submit"] {
		padding: 16px 10px 16px 39px;
		margin-bottom: 1em;
		width: 100%;
		max-width: 300px;
		background-position: left 37px top 28px;
	}

	.comFormBox .submit li.backBtn input[type="submit"]:hover {
        padding: 16px 10px 16px 39px;
		color: #fff;
		background: #999999 url(../../img/common/icon14.png) no-repeat left 37px top 28px;
	}

	.comFormBox .comTable textarea {
		font-size: 13px;
	}
	
	.comFormBox .comTable th .must {
		padding-top: 3px;
	}
}

/*------------------------------------------------------------
	comListDl
------------------------------------------------------------*/
.comListDl {
	margin-bottom: 85px;
}

.comListDl dt {
	margin-bottom: 32px;
	padding-left: 40px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
}

.comListDl dt:after {
	width: 1px;
	height: 83%;
	position: absolute;
	top: 3px;
	left: 0;
	background-color: #009162;
	content: "";
}

.comListDl .comTextUl {
	margin-bottom: 0;
}

.comListDl .comTextUl a {
	position: relative;
	display: inline-block;
}

.comListDl .comTextUl a:hover {
	color: #12925f;
}

.comListDl .comTextUl a:after {
	width: 24px;
	height: 6px;
	position: absolute;
	right: -31px;
	top: 12px;
	background: url(../../img/common/icon01.png) no-repeat left top;
	content: "";
}

.comListDl dd {
	margin-bottom: 70px;
}

.comListDl dd:last-child {
	margin-bottom: 0;
}

@media all and (-ms-high-contrast:none){
	.comListDl dt:after {
		top: -2px;
	}
}

@media screen and (max-width: 767px) {
	.comListDl dt {
		padding-left: 20px;
		font-size: 22px;
	}
	
	.comListDl dd {
		padding-right: 36px;
	}
	
	.comListDl .comTextUl a:after {
		top: 9px;
	}
	
	.comListDl .comTextUl a:hover {
		color: #222;
	}
}

/*------------------------------------------------------------
	comDetailDl
------------------------------------------------------------*/
.comDetailDl {
	
}

.comDetailDl > dt,
.comDetailDl > dd {
	padding-left: 61px;
	position: relative;
	font-weight: 500;
	min-height: 40px;
}

.comDetailDl > dt {
	margin-bottom: 34px;
	font-size: 18px;
	font-weight: bold;
}

.comDetailDl > dt:before {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -7px;
	left: 0;
	background: url(../../img/common/faq_img02.jpg) no-repeat left top;
	content: "";
}

.comDetailDl > dd {
	margin-bottom: 34px;
}

.comDetailDl > dd:last-child {
	margin-bottom: 0;
}

.comDetailDl > dd:before {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 2px;
	left: 0;
	background: url(../../img/common/faq_img01.jpg) no-repeat left top;
	content: "";
}

.comDetailDl p {
	margin-bottom: 10px;
}

/*
.comDetailDl p {
	margin-bottom: 31px;
}
*/

.comDetailDl p:last-child {
	margin-bottom: 0;
}

.comDetailDl .title {
	margin: 31px 0 20px;
	font-size: 18px;
	font-weight: bold;
}

.comDetailDl .textDl {
	margin-left: 4px;
}

.comDetailDl .textDl dt {
	margin-bottom: 9px;
	font-size: 15px;
	font-weight: bold;
}

.comDetailDl .comTextUl {
	margin-bottom: 0;
}

.comDetailDl .textDl dd {
	margin-bottom: 21px;
}

.comDetailDl .textDl dd:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.comDetailDl > dt:before {
		top: 3px;
	}
	
	.comDetailDl > dt,
	.comDetailDl > dd {
		padding-left: 52px;
	}
	
	.comDetailDl > dd:before {
		background-image: url(../../img/common/faq_img01_2x.jpg);
		background-size: 40px;
	}
	
	.comDetailDl > dt:before {
		background-image: url(../../img/common/faq_img02_2x.jpg);
		background-size: 40px;
	}
}


/*------------------------------------------------------------
	comContactUl
------------------------------------------------------------*/
.comContactUl {
	margin-top: -30px;
}

.comContactUl li {
	margin: 30px 30px 0 0;
	width: 340px;
	float: left;
	text-align: center;
}

.comContactUl li:last-child {
	margin-right: 0;
}

.comContactUl li a {
	display: block;
	position: relative;
}

.comContactUl .colligate {
	margin-right: 0;
	width: 100%;
}

.comContactUl li .photo {
	padding: 36px 10px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	background-color: #e9e9e9;
}

.comContactUl li .photo .over {
	display: none;
}

.comContactUl .colligate .photo {
	padding: 35px 10px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.comContactUl li .textBox {
	width: 100%;
	padding: 15px 15px 23px;
	height: 150px;
	font-size: 18px;
	font-weight: 500;
	display: table;
	box-sizing: border-box;
	background-color: #f4f4f4;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.comContactUl li .textBox > p {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1px;
}

.comContactUl li .textBox > p span {
	margin-top: 5px;
	font-size: 15px;
	display: block;
}

.comContactUl .colligate .textBox > p span {
	margin: 0 0 4px;
	font-size: 28px;
}

.comContactUl .colligate .textBox {
	padding-bottom: 32px;
	font-size: 15px;
}

.comContactUl li a .comMore {
	color: #009162;
	background-image: url(../../img/common/icon01.png);
}

.comContactUl li a:hover .comMore {
	color: #fff;
	background-image: url(../../img/common/icon02.png);
}

.comContactUl li a:hover .textBox p {
	color: #fff;
}

.comContactUl li a:hover .photo {
	background-color: #008001;
}

.comContactUl li a:hover .photo .out {
	display: none;
}

.comContactUl li a:hover .photo .over {
	display: inline-block;
}

.comContactUl li a:hover .textBox {
	background-color: rgba(0,128,1,0.93);
}

@media screen and (max-width: 767px) {
	.comContactUl li .photo {
		display: none;
	}
	
	.comContactUl .colligate .photo {
		padding: 18px 10px;
		display: block;
	}
	
	.comContactUl .colligate .photo img {
		width: 60px;
	}
	
	.comContactUl li .textBox {
		padding: 30px 15px;
		height: 110px;
	}
	
	.comContactUl .colligate .textBox > p span {
		font-size: 24px;
	}
	
	.comContactUl .colligate .textBox {
		font-size: 13px;
	}
	
	.comContactUl li a:hover .textBox p {
		color: #222;
	}
	
	.comContactUl li a:hover .textBox {
		background-color: #f4f4f4;
	}
	
	.comContactUl li a:hover .photo {
		background-color: #e9e9e9;
	}
	
	.comContactUl li a:hover .photo .out {
		display: inline-block;
	}
	
	.comContactUl li a:hover .comMore {
		color: #009162;
		background-image: url(../../img/common/icon01.png);
	}
	
	.comContactUl li a:hover .photo .over {
		display: none;
	}
	
	.comContactUl li {
		margin: 20px 0 0 0;
		width: auto;
		float: none !important;
	}
	
	.comContactUl {
		margin-top: -20px;
	}
}

/*------------------------------------------------------------
	note
------------------------------------------------------------*/
.note {
	margin: 11px 0 31px 1em;
	font-size: 13px;
	text-indent: -1em;
}

/*------------------------------------------------------------
	pdfTxt
------------------------------------------------------------*/
.pdfTxt {
	padding-bottom: 15px;
}

.pdfTxt > span {
	margin-bottom: 10px;
	display: block;
}

.pdfTxt a {
	padding-left: 35px;
	display: inline-block;
	position: relative;
}

.pdfTxt a:before {
	width: 21px;
	height: 19px;
	position: absolute;
	top: 36%;
	left: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url(../../img/common/icon07.png) no-repeat left top;
	content: "";
}

.pdfTxt a:hover {
	text-decoration: underline;
}

.pdfTxt02 {

}

.pdfTxt02 a {
	padding: 0 35px 0 0;
}

.pdfTxt02 a:before {
	left: auto;
	right: 0;
}
@media screen and (max-width: 767px) {
	.pdfTxt a:hover {
		text-decoration: none;
	}
	
	.pdfTxt a {
		padding-left: 37px;
		font-size: 12px;
	}
	
	.pdfTxt02 a {
		padding: 0 37px 0 0;
	}
}

/*------------------------------------------------------------
	comMessageBox
------------------------------------------------------------*/
.comMessageBox {
	margin-bottom: 86px;
	width: 100%;
	height: 465px;
	padding: 0 0 7px 81px;
	background: #fff url(../../img/recruit/introduction/bg02.jpg) no-repeat center bottom 49px;
	background-size: 100% auto;
	box-shadow: 0 0 8px #f9f9f9,0 0 28px #f9f9f9,0 0 40px #f9f9f9;
	position: relative;
	display: table;
	box-sizing: border-box;
}

.comMessageBox .image {
	position: absolute;
	bottom: 0;
	right: 0;
}

.comMessageBox .textBox {
	width: 450px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}

.comMessageBox .textBox h2 {
	margin-bottom: 56px;
	font-size: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

/*梅津さん用*/
.comMessageBox .textBox h2 span{
	display: block;
	font-size: 20px;
	margin-top: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}
/*梅津さん用*/

.comMessageBox .textBox .text {
	margin-left: 2px;
	color: #12925f;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.66;
	letter-spacing: 1px;
}

.comMessageBox .textBox .text span {
	margin-bottom: 10px;
	font-size: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 767px) {
	.comMessageBox {
		margin: 0 auto 86px;
		padding: 0 0 2px 14px;
		height: 216px;
		max-width: 400px;
		background: #fff url(../../img/recruit/introduction/sp_bg02.jpg) no-repeat center bottom 31px;
		background-size: 100% auto;
	}
	
	.comMessageBox .textBox h2,
	.comMessageBox .textBox .text span {
		font-size: 24px;
	}
	
	.comMessageBox .textBox h2 {
		line-height: 1.1;
	}
	
	.comMessageBox .image img {
		width: 172px;
	}
	
	.comMessageBox .textBox .text {
		font-size: 12px;
	}
	
	.comMessageBox .textBox h2 {
		margin-bottom: 29px;
	}
	
	.comMessageBox .textBox .text span {
		margin-bottom: 2px;
	}
	
	.comMessageBox .textBox {
		width: 60%;
	}

	.comMessageBox .textBox h2 span{
		display: none;
	}

}

/*------------------------------------------------------------
	confirmBox
------------------------------------------------------------*/
.confirmBox .comTable th,
.confirmBox .comTable td {
	padding: 11px 14px 9px;
	font-size: 16px;
	border: 1px solid #dddddd;
}

.confirmBox .comTable th {
	background-color: #ececec;
}

.confirmBox .comTable td {
	padding-left: 26px;
}

@media screen and (max-width: 767px) {
	.confirmBox .comTable td {
		padding-left: 14px;
		border-top: none;
		border-bottom: none;
	}
	
	.confirmBox .comTable {
		border-bottom: 1px solid #dddddd;
	}
	
	.confirmBox .comTable th,
	.confirmBox .comTable td {
		font-size: 13px;
	}
}
/*------------------------------------------------------------
	comTextUl02
------------------------------------------------------------*/
.comTextUl02 li {
	width: 500px;
	float: left;
}

.comTextUl02 li:nth-child(2n) {
	float: right;
}
@media screen and (max-width: 767px) {
	.comTextUl02 li {
		margin-bottom: 50px;
		width: auto;
		float: none !important;
	}
	
	.comTextUl02 li img {
		width: 100%;
	}
	
	.comTextUl02 li:last-child {
		margin-bottom: 0;
	}
