@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* content */
.content {
	margin: 0 auto;
	max-width: 1000px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 10px;
	}
}

/* headline01 */
.headline01 {
	margin-bottom: 95px;
	font-size: 3.6rem;
	text-align: center;
	line-height: 1;
	letter-spacing: -2px;
}
.headline01 span {
	margin-top: 14px;
	font-size: 2.1rem;
	display: block;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	.headline01 {
		margin-bottom: 44px;
		font-size: 2.2rem;
	}
	.headline01 span {
		margin-top: 4px;
		font-size: 0.9rem;
	}
}

/* headline02 */
.headline02 {
	margin-bottom: 28px;
	text-align: center;
	font-size: 2.4rem;
}
@media all and (max-width: 896px) {
	.headline02 {
		margin-bottom: 17px;
		font-size: 1.8rem;
	}
}

/* comTable */
.comTable {
	width: 100%;
	border-collapse: collapse;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.comTable th,
.comTable td {
	font-size: 1.8rem;
	vertical-align: middle;
	text-align: left;
	line-height: 1.66;
	box-sizing: border-box;
}


/* centerTxt */
.centerTxt {
	margin-bottom: 73px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.833;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.centerTxt a {
	color: #FF8028;
	display: inline-block;
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	.centerTxt a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.centerTxt {
		margin: 0 17px 24px;
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.65;
	}
}

/* comBtn */
.comBtn a {
	margin: 0 auto;
	padding: 7px 8px 9px;
	max-width: 235px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #158038;
	display: block;
	box-sizing: border-box;
}
.comBtn img {
	margin: -2px 14px 0 0;
	display: inline-block;
	vertical-align: middle;
}
@media all and (-ms-high-contrast:none){
	.comBtn a {
		padding: 13px 8px 7px;
	}
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
/* comBtn02 */
.comBtn02 a {
	padding: 8px 40px 8px 22px;
	position: relative;
}
.comBtn02 a::after {
	margin-top: -7px;
	width: 9px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 26px;
	background: url(../../img/common/icon01.png) no-repeat left top;
	background-size: 9px auto;
	content: "";
}
@media all and (-ms-high-contrast:none){
	.comBtn02 a {
		padding: 11px 40px 6px 22px;
	}
}