@charset "utf-8";
/*------------------------------------------------------------
	osusume
------------------------------------------------------------*/
#main .content {
	max-width: 1050px;
}
#main .headline01 {
	margin-bottom: 66px;
}
#main .headline02 {
	margin-bottom: 17px;
	color: #158038;
}
#main .showBox {
	margin-bottom: 47px;
}
#main .showBox .listUl {
	padding: 41px 25px 10px;
	background-color: #e5f0e8;
	display: flex;
	flex-wrap: wrap;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .showBox .listUl li {
	margin: 0 2% 31px 0;
	width: 32%;
	background-color: #fff;
}
#main .showBox .listUl li:nth-child(3n) {
	margin-right: 0;
}
#main .showBox .listUl p {
	font-size: 1.6rem;
	line-height: 1.625;
}
#main .showBox .listUl .title {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
#main .showBox .listUl .image img {
	width: 100%;
}
#main .showBox .listUl .textBox {
	padding: 8px 23px 21px;
	letter-spacing: -0.8px;
}
#main .listBox {
	margin: 0 auto;
	max-width: 830px;
}
#main .listBox .headline02 {
	margin-bottom: 9px;
	color: #FF8028;
}
#main .listBox table {
	width: 100%;
	border-spacing: 0 27px;
}
#main .listBox table th,
#main .listBox table td {
	padding: 9px 20px 9px;
	text-align: left;
	font-size: 2.2rem;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1.45;
	position: relative;
	box-sizing: border-box;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .listBox table th::before,
#main .listBox table td::before,
#main .listBox table tr:first-child th::after,
#main .listBox table tr:first-child td::after {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -16px;
	left: 0;
	background-color: #FF8028;
	content: "";
}
#main .listBox table tr:first-child th::after,
#main .listBox table tr:first-child td::after {
	bottom: auto;
	top: -18px;
}
#main .listBox table th {
	width: 236px;
	font-size: 2.4rem;
	background-color: #ffcba9;
	text-align: center;
}
#main .listBox table .thStyle {
	color: #fff;
	background-color: #ff8029;
}
#main .centerTxt {
	margin: 27px 0 0 0;
}
@media all and (-ms-high-contrast:none){
	#main .listBox table th {
		padding-top: 18px;
	}
}
@media all and (max-width: 896px) {
	#main .headline01 {
		margin-bottom: 17px;
	}
	#main .headline02 {
		margin-bottom: 8px;
	}
	#main .showBox .listUl {
		margin: 0 -10px;
		padding: 19px 28px 27px;
		display: block;
	}
	#main .showBox .listUl li {
		margin: 0 0 26px 0;
		width: auto;
	}
	#main .showBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .showBox .listUl .title {
		margin-bottom: 2px;
		font-size: 2rem;
	}
	#main .showBox .listUl p {
		line-height: 1.375;
	}
	#main .showBox .listUl .textBox {
		padding: 8px 21px 13px;
	}
	#main .showBox {
		margin-bottom: 34px;
	}
	#main .listBox table th {
		width: 110px;
	}
	#main .listBox table {
		border-spacing: 0 18px;
	}
	#main .listBox table th,
	#main .listBox table td {
		padding: 0 9px;
		height: 40px;
		font-size: 1.6rem;
		line-height: 1.375;
	}
	#main .listBox table th {
		padding-top: 4px;
		font-size: 1.8rem;
		letter-spacing: -1px;
	}
	#main .listBox table th::before,
	#main .listBox table td::before,
	#main .listBox table tr:first-child th::after,
	#main .listBox table tr:first-child td::after {
		height: 1px;
		bottom: -10px;
	}
	#main .listBox table tr:first-child th::after,
	#main .listBox table tr:first-child td::after {
		bottom: auto;
		top: -11px;
	}
	#main .listBox table .thStyle {
		height: 50px;
	}
	#main .centerTxt {
		margin: 16px 19px 0;
	}
}