@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;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 53px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 1.95;
	letter-spacing: 4px;
	text-align: center;
}

#main .headLine01 .txt {
	display: block;
	font-family: 'YuGothM',sans-serif;
	font-size: 14px;
	letter-spacing: normal;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1000px;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 7px;
	color: #282828;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#main .headLine02 .num {
	margin-left: 5px;
	font-size: 15px;
}

/*------------------------------------------------------------
	comTitle
------------------------------------------------------------*/
#main .comTitle {
	margin-bottom: 36px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

#main .comTitle span {
	margin-bottom: 5px;
	padding: 10px 7px 5px 15px;
	display: inline-block;
	background-color: #00A943;
}

#main .comTitle span:last-child {
	margin-bottom: 0;
}

#main .comTitle01 {
	margin-bottom: 16px;
}

#main .comTitle01 span {
	padding: 6px 8px 5px 15px;
}

/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
#main .comTtl {
	color: #282828;
	font-size: 12px;
}

#main .comTtl .greenTxt {
	display: block;
	color: #40ae5d;
	font-size: 17px;
	font-weight: bold;
	line-height: 2.4;
}

#main .comTtl .greenTxt .en {
	margin-left: 8px;
	font-size: 12px;
}

/*------------------------------------------------------------
	comCenterTxt
------------------------------------------------------------*/
#main .comCenterTxt {
	font-size: 14px;
	text-align: center;
}

/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
#main .comLinkBox {
	padding: 46px 0 50px;
	background: url(../../img/common/com_bg01.jpg) no-repeat center top;
	background-size: cover;
}

#main .comLinkBox h3 {
	margin-bottom: 22px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
}

#main .comLinkBox .comCenterTxt {
	margin-bottom: 42px;
	color: #FFF;
	line-height: 2.15;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	margin: 0 auto;
	width: 200px;
}

#main .comLink a {
	padding: 13px 0 11px;
	position: relative;
	display: block;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FFF;
}

#main .comLink a:before {
	margin-top: -7px;
	width: 10px;
	height: 15px;
	position: absolute;
	background: url(../../img/common/icon07.png) no-repeat left top;
	background-size: 10px 15px;
	top: 50%;
	right: 10px;
	content: " ";
}

#main .comLink a:hover {
	border: 1px solid #00A943;
	background-color: #00A943;
}

/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
#main .comLinkUl li {
	width: 50%;
	float: left;
}

#main .comLinkUl li:nth-child(2n) {
	float: right;
}

#main .comLinkUl li a {
	display: block;
	background-color: #00A943;
}

#main .comLinkUl li .subBox {
	padding: 30px 0 26px 136px;
	width: 525px;
	position: relative;
	float: right;
	box-sizing: border-box;
}

#main .comLinkUl li .subBox:before {
	margin-top: -10px;
	width: 12px;
	height: 21px;
	position: absolute;
	background: url(../../img/common/icon01.png) no-repeat left top;
	top: 50%;
	right: 45px;
	content: " ";
}

#main .comLinkUl li .subBox p {
	color: #FFF;
	font-size: 14px;
	line-height: 1.9;
}

#main .comLinkUl li .subBox p span {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

#main .comLinkUl li:nth-child(2n) a {
	background-color: #FFF;
}

#main .comLinkUl li:nth-child(2n) .subBox {
	padding-left: 180px;
	float: left;
}

#main .comLinkUl li:nth-child(2n) .subBox:before {
	background-image: url(../../img/common/icon02.png);
}

#main .comLinkUl li:nth-child(2n) .subBox p {
	color: #40ae5d;
}

#main .comLinkUl li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop a {
	padding: 22px 0 20px;
	display: block;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	background-color: #005622;
}

.pageTop a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
#main .pageTitle {
	min-height: 260px;
	background: url(../../img/common/page_title_bg01.jpg) no-repeat center top;
	background-size: cover;
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main .content .mainBox {
	margin-top: -50px;
	padding-top: 90px;
	width: 100%;
	position: relative;
	float: left;
}

/*------------------------------------------------------------
	comNavBox
------------------------------------------------------------*/
#main .comNavBox {
	padding-bottom: 15px;
	background-color: #171A1D;
}

#main .comNavBox h2 {
	margin-top: 15px;
	width: 380px;
	float: left;
	color: #FFF;
	font-size: 12px;
}

#main .comNavBox h2 .en {
	margin-right: 17px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
}

#main .comNavBox .subNavi {
	margin-top: 20px;
	width: auto;
	float: right;
}

#main .comNavBox .subNavi li {
	margin-left: 34px;
	width: auto;
	float: right;
}

#main .comNavBox .subNavi li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#main .comNavBox .subNavi li a:hover {
	color: #40ae5d;
}

#main .comNavBox .subNavi li a:hover:before {
	display: none;
}

/*------------------------------------------------------------
	comBannerBox
------------------------------------------------------------*/
#main .comBannerBox {
	padding: 50px 0;
	background-color: #F7F7F5;
}

#main .comBannerBox .linkList li {
	width: 475px;
	float: right;
	transition: background-size ease 1s;
	-webkit-transition: background-size ease 1s;
	background: url(../../img/common/com_banner02.jpg) no-repeat center top;
	background-size: 100% !important;
}

#main .comBannerBox .linkList li:hover {
	background-size: 120% !important;
}

@media all and (min-width: 0) and (max-width: 380px) {
	#main .comBannerBox .linkList li {
		background-size: auto 100% !important;
	}
	
	#main .comBannerBox .linkList li:hover {
		background-size: auto 120% !important;
	}
}

#main .comBannerBox .linkList li:first-child {
	float: left;
	background-image: url(../../img/common/com_banner01.jpg);
}

#main .comBannerBox .linkList li a {
	padding: 58px 0 53px; 
	display: block;
	text-decoration: none;
}

#main .comBannerBox .linkList li a .headLine01 {
	margin-bottom: 0;
	color: #FFF;
	font-size: 22px;
	line-height: 1.4;
}

#main .comBannerBox .linkList li a .headLine01 .txt {
	font-size: 13px;
}
/*------------------------------------------------------------
	commvvLink
------------------------------------------------------------*/
.link_mvv{
	margin-top: 10px;
	margin-bottom: 40px;
}
.link_mvv p a{
	color: #fff;
	display: block;
	width: 100%;
	text-align:center;
	position: relative;
	font-size: 22px;
	background: #00a943;
	padding: 40px 0;
}
.link_mvv p a span{
	font-size: 14px;
	padding-left: 15px;
	font-weight: normal;
}
.link_mvv p a:after {
	margin-top: -10px;
	width: 12px;
	height: 21px;
	position: absolute;
	background: url(../../img/common/icon01.png) no-repeat left top;
	top: 50%;
	right: 45px;
	content: " ";
}
.link_mvv p a:hover{
	text-decoration:none;
}
.link_mvv p a:hover{
	opacity: 0.7;
}


/*------------------------------------------------------------
	comGreenTitle
------------------------------------------------------------*/
#main .comGreenTitle {
	color: #40ae5d;
	font-size: 24px;
	font-weight: bold;
}

/*------------------------------------------------------------
	comGreenTtl
------------------------------------------------------------*/
#main .comGreenTtl {
	margin: 0 78px 14px;
	padding-left: -1.5em;
	position: relative;
	color: #40ae5d;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.55;
	text-indent: 1.5em;
}

#main .comGreenTtl:before {
	width: 17px;
	height: 2px;
	position: absolute;
	background: url(../../img/common/line01.gif) no-repeat left top;
	top: 12px;
	left: 0;
	content: " "; 
}

/*------------------------------------------------------------
	comP01
------------------------------------------------------------*/
#main .comP01 {
	margin: 0 82px 66px;
	font-size: 15px;
	line-height: 2.1;
}

/*------------------------------------------------------------
	comPTop
------------------------------------------------------------*/
#main .comPTop {
	margin: 0 78px 70px;
	font-size: 14px;
	line-height: 2.28;
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
#main .comImgBox {
	margin-bottom: 75px;
	padding-right: 78px;
}

#main .comImgBox .photoBox {
	float: left;
}

#main .comImgBox .textBox {
	margin-top: -5px;
	width: 435px;
	float: right;
}

#main .comImgBox .textBox .comGreenTtl {
	margin: 0 0 18px;
}

#main .comImgBox .textBox .comP01 {
	margin: 0;
}

/*------------------------------------------------------------
	comImgBoxR
------------------------------------------------------------*/
#main .comImgBoxR {
	margin-bottom: 73px;
	padding: 0 0 0 78px;
}

#main .comImgBoxR .photoBox {
	float: right;
}

#main .comImgBoxR .textBox {
	margin-top: -9px;
	width: 435px;
	float: left;
}

#main .comImgBoxR .textBox .comGreenTtl {
	margin: 0 0 16px;
}


/*------------------------------------------------------------
	comBackLink
------------------------------------------------------------*/
#main .comBackLink {
	margin-top: 199px;
}

#main .comBackLink a {
	padding: 15px 0 18px;
	position: relative;
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #00A943;
}

#main .comBackLink a:before {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../../img/common/icon05.png) no-repeat left top;
	background-size: 25px;
	top: 25px;
	right: 25px;
	content: " ";
}

#main .comBackLink a .en {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
}

#main .comBackLink a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	comIndentTxt
------------------------------------------------------------*/
#main .comIndentTxt {
	padding-left: 1em;
	color: #282828;
	font-size: 12px;
	line-height: 1.85;
}

#main .comIndentTxt .title {
	position: relative;
	display: block;
	color: #00a943;
	font-weight: bold;
}

#main .comIndentTxt .title:before {
	width: 10px;
	height: 10px;
	position: absolute;
	background: url(../../img/common/icon06.gif) no-repeat left top;
	top: 5px;
	left: -1em;
	content: " ";
}

/*------------------------------------------------------------
	comTabList
------------------------------------------------------------*/
#main .comTabList {
	margin: 0 auto;
	width: 841px;
}

#main .comTabList li {
	margin-top: 20px;
	width: 400px;
	float: left;
}

#main .comTabList li:nth-child(2n) {
	float: right;
}

#main .comTabList li a {
	padding: 13px 0;
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7;
	text-decoration: none;
	text-align: center;
	border: 1px solid #E6E6E6;
}

#main .comTabList li a:before {
	margin-top: -6px;
	width: 15px;
	height: 11px;
	position: absolute;
	background: url(../../img/common/icon11.png) no-repeat left top;
	top: 50%;
	right: 27px;
	content: " ";
}

#main .comTabList .on {
	margin-top: 0;
}

#main .comTabList .on a {
	padding: 23px 0;
	color: #00A943;
	border: 1px solid #00A943;
}

#main .comTabList .on a:before {
	display: none;
}

#main .comTabList .on a:after {
	width: 398px;
	height: 3px;
	position: absolute;
	background-color: #FFF;
	bottom: -2px;
	left: 0;
	content: " ";
	z-index: 10;
}

/*------------------------------------------------------------
	comTabBox
------------------------------------------------------------*/
#main .comTabBox {
	margin-top: -1px;
	padding: 69px 0 200px;
	position: relative;
	border-top: 1px solid #00A943;
}

#main .comTabBox dl {
	margin: 0 auto;
	width: 840px;
	font-size: 14px;
	line-height: 2.58;
}

#main .comTabBox dt {
	float: left;
	color: #00a943;
}

#main .comTabBox dd {
	margin-bottom: 6px;
	padding: 0 0 9px 10.8em;
	border-bottom: 1px solid #E6E6E6;
}

#main .comTabBox dd:last-child {
	margin-bottom: 0;
}

.spNavi {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	/*------------------------------------------------------------
		spNavi
	------------------------------------------------------------*/
	.spNavi {
		margin-top: -3px;
		padding: 4px 5px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	    background: url(../../img/common/com_bg02.png) repeat left top;
	}

	.spNavi li {
		margin-right: 5px;
		display: inline;
		font-size: 10px;
	}

	.spNavi li:last-child {
		margin-right: 0;
	}
	
	.spNavi li a {
		color: #FFF;
	}
	
	.spNavi .on a {
		color: #40ae5d;
	}
		

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 39px;
		font-size: 20px;
		line-height: 1.75;
		letter-spacing: 3px;
	}
	
	#main .headLine01 .txt {
		font-size: 10px;
	}

	/*------------------------------------------------------------
		content
	------------------------------------------------------------*/
	.content {
		width: auto;
	}
	
	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		margin-bottom: 3px;
		font-size: 8px;
	}
	
	#main .headLine02 .num {
		font-size: 11px;
	}

	/*------------------------------------------------------------
		comTitle
	------------------------------------------------------------*/
	#main .comTitle {
		margin-bottom: 50px;
		font-size: 11px;
	}
	
	#main .comTitle span {
		padding: 6px 7px 4px 7px;
	}
	
	#main .comTitle01 {
		margin-bottom: 19px;
	}
	
	#main .comTitle01 span {
		padding: 6px 8px 3px 7px;
	}

	/*------------------------------------------------------------
		comTtl
	------------------------------------------------------------*/
	#main .comTtl {
		font-size: 8px;
	}
	
	#main .comTtl .greenTxt {
		font-size: 10px;
		font-weight: bold;
		line-height: 2;
	}
	
	#main .comTtl .greenTxt .en {
		font-size: 8px;
	}

	/*------------------------------------------------------------
		comCenterTxt
	------------------------------------------------------------*/
	#main .comCenterTxt {
		font-size: 10px;
	}

	/*------------------------------------------------------------
		comLinkBox
	------------------------------------------------------------*/
	#main .comLinkBox {
		padding: 15px 0;
		background-image: url(../../img/index/sp_bg06.jpg);
	}
		
	#main .comLinkBox h3 {
		margin-bottom: 4px;
		font-size: 13px;
	}
	
	#main .comLinkBox .comCenterTxt {
		margin-bottom: 13px;
		line-height: 1.8;
	}
	
	/*------------------------------------------------------------
	commvvLink
	------------------------------------------------------------*/
	.link_mvv{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.link_mvv p a{
		font-size: 16px;
		background: #00a943;
		padding: 20px 0;
	}
	.link_mvv p a span{
		font-size: 12px;
		padding-left: 0;
		font-weight: normal;
		display: block;
	}
	.link_mvv p a:after {
		margin-top: -6px;
    width: 8px;
    height: 13px;
    background-size: 8px 13px;
    right: 30px;
	}


	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	#main .comLink {
		width: 160px;
	}
	
	#main .comLink a {
		padding: 10px 0 9px;
		font-size: 13px;
	}
	
	#main .comLink a:before {
		margin-top: -6px;
		width: 8px;
		height: 13px;
		background-size: 8px 13px;
		right: 8px;
	}
		
	#main .comLink a:hover {
		border: 1px solid #40AE5D;
		background-color: #40AE5D;
	}

	/*------------------------------------------------------------
		comLinkUl
	------------------------------------------------------------*/
	#main .comLinkUl li {
		width: auto;
		float: none;
	}
		
	#main .comLinkUl li:nth-child(2n) {
		float: none;
	}
	
	#main .comLinkUl li a {
		text-decoration: none;
	}
	
	#main .comLinkUl li .subBox {
		padding: 20px 0 19px;
		width: auto;
		float: none;
	}
	
	#main .comLinkUl li .subBox:before {
		margin-top: -6px;
		width: 8px;
		height: 13px;
		background-size: 8px 13px;
		right: 30px;
	}
		
	#main .comLinkUl li .subBox p {
		font-size: 10px;
		line-height: 1.6;
		text-align: center;
	}
		
	#main .comLinkUl li .subBox p span {
		font-size: 13px;
	}
		
	#main .comLinkUl li:nth-child(2n) .subBox {
		padding-left: 0;
		float: none;
	}
	
	#main .comLinkUl li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	/*------------------------------------------------------------
		pageTop
	------------------------------------------------------------*/
	.pageTop a {
		padding: 11px 0;
		font-size: 10px;
	}
	
	.pageTop a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	/*------------------------------------------------------------
		pageTitle
	------------------------------------------------------------*/
	#main .pageTitle {
		padding-top: 10px;
		position: relative;
		min-height: 43px;
		box-sizing: border-box;
		background-image: url(../../img/common/sp_page_title_bg01.jpg);
	}
	
	#main .pageTitle h2 {
		margin: 0 20px;
		color: #FFF;
		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
	}
	
	#main .pageTitle h2 .txt {
		margin-left: 5px;
		font-family: 'YuGothM',sans-serif;
		font-size: 10px;
	}
	
	/*------------------------------------------------------------
		mainBox
	------------------------------------------------------------*/
	#main .content .mainBox {
		margin-top: 0;
		padding-top: 29px;
		float: none;
	}
	
	/*------------------------------------------------------------
		comNavBox
	------------------------------------------------------------*/
	#main .comNavBox {
		padding: 10px 0;
	}
	
	#main .comNavBox h2 {
		display: none;
	}
		
	#main .comNavBox .subNavi {
		margin: 0 5px;
		float: none;
	}
	
	#main .comNavBox .subNavi li {
		margin: 0 5px;
		float: left;
	}

	#main .comNavBox .subNavi li a {
		font-size: 10px;
	}
	
	#main .comNavBox .subNavi li a:hover {
		color: #FFF;
	}

	/*------------------------------------------------------------
		comBannerBox
	------------------------------------------------------------*/
	#main .comBannerBox {
		margin-bottom: 2px;
		padding: 0;
		background-color: #FFF;
	}
	
	#main .comBannerBox .linkList li {
		width: auto;
		float: none;
		background-image: url(../../img/common/sp_com_banner02.jpg);
		background-size: cover;
	}
	
	#main .comBannerBox .linkList li:first-child {
		margin-bottom: 2px;
		float: none;
		background-image: url(../../img/common/sp_com_banner01.jpg);
	}
		
	#main .comBannerBox .linkList li a {
		padding: 38px 0 43px; 
	}

	#main .comBannerBox .linkList li a .headLine01 {
		font-size: 20px;
		line-height: 1.6;
	}
	
	#main .comBannerBox .linkList li a .headLine01 .txt {
		font-size: 10px;
	}
	
	/*------------------------------------------------------------
		comGreenTitle
	------------------------------------------------------------*/
	#main .comGreenTitle {
		font-size: 12px;
	}
	
	/*------------------------------------------------------------
		comGreenTtl
	------------------------------------------------------------*/
	#main .comGreenTtl {
		margin: 0 0 8px;
		font-size: 11px;
		line-height: 1.75;
	}
		
	#main .comGreenTtl:before {
		width: 10px;
		top: 9px;
	}

	/*------------------------------------------------------------
		comP01
	------------------------------------------------------------*/
	#main .comP01 {
		margin: 0 0 15px;
		font-size: 10px;
		line-height: 1.6;
	}

	/*------------------------------------------------------------
		comPTop
	------------------------------------------------------------*/
	#main .comPTop {
		margin: 0 0 20px;
		font-size: 10px;
		line-height: 1.6;
		letter-spacing: 1px;
	}

	/*------------------------------------------------------------
		comImgBox
	------------------------------------------------------------*/
	#main .comImgBox {
		margin-bottom: 16px;
		padding-right: 0;
	}
	
	#main .comImgBox .photoBox {
		margin-top: 3px;
		width: 150px;
	}
	
	#main .comImgBox .photoBox img {
		width: 100%;
	}

	#main .comImgBox .textBox {
		margin-top: -3px;
		padding-left: 165px;
		width: auto;
		float: none;
	}
		
	#main .comImgBox .textBox .comGreenTtl {
		margin-bottom: 5px;
	}
	
	#main .comImgBox .textBox .comP01 {
		line-height: 1.76;
	}

	/*------------------------------------------------------------
		comImgBoxR
	------------------------------------------------------------*/
	#main .comImgBoxR {
		margin-bottom: 22px;
		padding: 0;
	}
	
	#main .comImgBoxR .photoBox {
		margin-top: 4px;
	}
	
	#main .comImgBoxR .textBox {
		margin-top: -4px;
		padding: 0 165px 0 0;
	}
	
	#main .comImgBoxR .textBox .comGreenTtl {
		margin-bottom: 6px;
	}

	/*------------------------------------------------------------
		comBackLink
	------------------------------------------------------------*/
	#main .comBackLink {
		margin-top: 36px;
	}
	
	#main .comBackLink a {
		padding: 8px 0 14px;
		font-size: 10px;
		line-height: 1.74;
	}
	
	#main .comBackLink a .en {
		font-size: 20px;
	}
	
	#main .comBackLink a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	/*------------------------------------------------------------
		comIndentTxt
	------------------------------------------------------------*/
	#main .comIndentTxt {
		margin: 0 -20px 21px;
		padding: 0 30px 22px;
		font-size: 9px;
		line-height: 1.6;
		background: url(../../img/common/line02.gif) no-repeat center bottom;
		background-size: 100% 1px;
	}
		
	#main .comIndentTxt .title {
		margin-bottom: 2px;
	}
	
	#main .comIndentTxt .title:before {
		width: 7px;
		height: 7px;
		background-size: 7px;
		top: 3px;
	}
	
	/*------------------------------------------------------------
		comTabList
	------------------------------------------------------------*/
/*	#main .comTabList {
		margin: 0 20px;
		width: auto;
	}
		
	#main .comTabList li {
		margin-top: 10px;
		width: 48.5%;
	}
	
	#main .comTabList li a {
		padding: 12px 0;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.5;
	}
	
	#main .comTabList li a:before {
		display: none;
	}
		
	#main .comTabList .on a {
		padding: 8px 0 11px;
	}
		
	#main .comTabList .on a:after {
		width: 100%;
	}*/
	
	/*------------------------------------------------------------
		comTabList
	------------------------------------------------------------*/
	#main .comTabList {
		margin: 0 20px;
		width: auto;
	}
		
	#main .comTabList li {
		margin-top: 5px;
		width: 48.5%;
	}
	
	#main .comTabList li a {
		padding: 8px 0 11px;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.5;
	}
	
	#main .comTabList li a:before {
		display: none;
	}
		
	#main .comTabList .on {
		margin-top: 0;
	}
	
	#main .comTabList .on a {
		padding: 12px 0;
	}
		
	#main .comTabList li:first-of-type.on {
		margin-top: 0;
	}
		
	#main .comTabList li:last-of-type {
		margin-top: 20px;
	}
	
	#main .comTabList li:last-of-type.on {
		margin-top: 0;
	}
	
	#main .comTabList li:last-of-type.on a {
		padding: 19px 0;
	}
	
	#main .comTabList .on a:after {
		width: 100%;
	}

	/*------------------------------------------------------------
		comTabBox
	------------------------------------------------------------*/
	#main .comTabBox {
		margin-top: -1px;
		padding: 21px 20px 43px;
	}
	
	#main .comTabBox dl {
		width: auto;
		font-size: 10px;
		line-height: 1.8;
	}
	
	#main .comTabBox dt {
		float: none;
	}
	
	#main .comTabBox dd {
		margin-bottom: 9px;
		padding: 0 0 6px;
	}

	#main .comTabBox dd:last-child {
		border-bottom: none;
	}
}

/*------------------------------------------------------------
	inup
------------------------------------------------------------*/
.wow.inup {
	animation: inup 0.8s ease;
	-webkit-animation: inup 0.8s ease;
}
/*------------------------------------------------------------
	lin
------------------------------------------------------------*/
.wow.lin {
	animation: lin 0.8s ease;
	-webkit-animation: lin 0.8s ease;
}
/*------------------------------------------------------------
	rin
------------------------------------------------------------*/
.wow.rin {
	animation: rin 0.8s ease;
	-webkit-animation: rin 0.8s ease;
}

@keyframes inup {
  0% {
  	opacity: 0;
  }

  100% {
	opacity: 1;
  }
}

@-webkit-keyframes inup {
  0% {
  	opacity: 0;
  }

  100% {
	opacity: 1;
  }
}

@keyframes lin {
  0% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
  	opacity: 0;
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
	opacity: 1;
  }
}

@-webkit-keyframes lin {
  0% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
  	opacity: 0;
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
	opacity: 1;
  }
}

@keyframes rin {
  0% {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
  	opacity: 0;
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
	opacity: 1;
  }
}

@-webkit-keyframes rin {
  0% {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
  	opacity: 0;
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
	opacity: 1;
  }
}