.contents-box {
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 100px;
	padding-bottom: 100px;
}

.flex {
	display: flex;
}
.space-bet {
	justify-content: space-between;
}
.flex01 {
	width: 40%;
}
.flex02 {
	width: 55%;
}

.title {
	margin-bottom: 40px;
}
.title h6 {
	color: #1C9D17;
	font-size: 440%;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
}
.title h2 {
	font-size: 160%;
	font-weight: bold;
}
.page-title {
	margin-bottom: 40px;
	font-size: 240%;
	color: #1C9D17;
	font-weight: bold;
	line-height: 1.3
}

.bg {
	background: linear-gradient(
240deg, rgba(28, 157, 22, 1),rgba(33, 175, 186, 1));
}

.siro {
	color: #fff;
}
.siro  h6 {
	color: #fff;
}

.ser-ul {
	display: flex;
	justify-content: space-between;
}
.ser-ul li {
	width: 30%;
	background-color: #fff;
	border-radius:6px;
	margin-top: 40px;
	margin-bottom: 40px;
	 box-shadow: 5px 14px 22px 6px rgba(0, 0, 0, 0.13);
}
.ser-ul li img {
	border-radius:6px 6px 0px 0px;
}
.kouji {
	padding: 20px;
}
.ser-ul li h4 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 6px;
}
.kouji-li {
	border-radius: 6px;
	background-color: rgba(255,255,255,0.8);
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	box-shadow: 5px 14px 22px 6px rgba(0, 0, 0, 0.13);
	margin-bottom: 80px;
}
.kouji-li li {
	position: relative;
	padding: 5px;
	padding-left: 15px;
	font-size: 130%;
	font-weight: bold;
	width: 25%;
	box-sizing: border-box;
	line-height: 1.5;
}
.kouji-li li::after {
	position: absolute;
	content: "●";
	color: #1C9D16;
	left: 0;
	top: 0;
	margin-top: 0.2em;
}
.sub-title {
	
}
.sub-title h4 {
	font-size: 220%;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.siroobi h4 {
	color: #fff;
}
.sub-title h4::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 4px;
	background: linear-gradient(
240deg, rgba(28, 157, 22, 1),rgba(33, 175, 186, 1));
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.siroobi h4::after {
	background: #fff;
}
.tokusyu {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 5px 14px 22px 6px rgba(0, 0, 0, 0.13);
	max-width: 900px;
	margin: 0 auto;
}
.toku01 {
	width: 50%;
}
.toku01 img {
	border-radius: 6px 0px 0px 6px;
}
.toku02 {
	width: 50%;
	box-sizing: border-box;
	padding: 40px;
}
.toku02 h5 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 20px;
}
.majintop40 {
	margin-top: 40px;
}

.miryoku {
	display: flex;
	justify-content: space-between;
}
.miryoku li {
	width: 30%;
}
.miryoku li h6 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: flex;
	background: linear-gradient(
240deg, rgba(28, 157, 22, 1),rgba(33, 175, 186, 1));
	border-radius: 50%;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.m-img h4 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.m-img img {
	border-radius: 6px;
	margin-bottom: 10px;
}
.bg02 {
	background-color: #F6F7F2;
}
.bg03 {
	background-color: #E4E8D3;
}
.huniki {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
}
.huniki01 {
	width: 48%;
}
.huniki01 img {
	border-radius: 6px;
}
.huniki02 {
	width: 48%;
}
.huniki02 h5 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 10px;
}

.bosyu {
	max-width: 800px;
	margin: 0 auto;
}

.table {
	width: 100%;
	border-top: 1px solid #848484;
	box-sizing: border-box;
}
.table td {
	font-size: 114%;
	line-height:1.5;
	letter-spacing: 0.02em;
	font-weight:500;
	border-bottom: 1px solid #848484;
	padding: 2%;
	box-sizing: border-box;
}
.table .td01 {
	font-weight: bold;
	width: 180px;
	border-right: 1px dotted #848484;
}

.bosyu-btn {
	background: linear-gradient(
240deg, rgba(28, 157, 22, 1),rgba(33, 175, 186, 1));
	border-radius: 6px;
	margin-top: 40px;
	padding: 40px;
	color: #fff;
	text-align: center;
} 
.bosyu-btn p {
	font-weight: bold;
}
.bosyu-btn h6 a {
	font-size: 300%;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	color: #fff;
}
.bosyu-btn h6 a span {
	font-size: 60%;
}
.bosyu-btn h2 {
	font-weight: bold;
	font-size: 130%;
}
.gaiyo {
	border-top: 1px solid #848484;
}
.gaiyo li {
	border-bottom: 1px solid #848484;
}
.gaiyo li h3 {
	font-size: 120%;
	font-weight: bold;
	background-color: #F6F7F2;
	padding: 2%;
}
.gaiyo li p {
	padding: 2%;
}
.gaiyo-img img {
	border-radius: 6px;
}
.gaiyo-img li {
	margin-bottom: 20px;
}

.map {
	margin-top: 40px;
}

.contact-box {
	display: flex;
	justify-content: space-between;
}
.contact-box01 {
	width: 40%;
}
.contact-box02 {
	width: 55%;
	background-color: rgba(0,0,0,0.3);
	border-radius: 6px;
	box-sizing: border-box;
	padding: 4%;
	color: #fff;
}
.telbb {
	display: flex;
	align-items: center;
}
.telbb h5 {
	font-size: 120%;
	font-weight: bold;
}
.telbb img {
	width: 30px;
	margin-right: 5px;
}
.contact-box02 h6 a {
	font-size: 360%;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	color: #fff;
}
.contact-box02 h6 a span {
	font-size: 60%;
}
.item-center {
	align-items: center;
}
.maru {
	border-radius: 6px;
}

.with35 {
	width: 40%;
}
.with60 {
	width: 55%;
}
.tokusyu-syaryo{
	font-size: 112%;

}
@media screen and ( max-width:800px )
{
.flex {
    display: inherit;
}
.flex01 {
    width: 100%;
	margin-bottom: 40px;
}
.flex02 {
    width: 100%;
}
.ser-ul {
    display: inherit;
}
.ser-ul li {
    width: 100%;
}
.kouji-li li {
    width: 100%;
}
.tokusyu {
    display: inherit;
}
.toku01 {
    width: 100%;
}
.toku01 img {
    border-radius: 6px 6px 0px 0px;
}
.toku02 {
    width: 100%;
}
.miryoku {
    display: inherit;
}
.miryoku li {
    width: 100%;
	margin-bottom: 40px;
}
.miryoku li:last-child {
	margin-bottom: 0px;
}
.huniki {
    display: inherit;
}
.huniki01 {
    width: 100%;
}
.huniki02 {
    width: 100%;
	margin-top: 20px;
}
.table td {
    display: block;
}
.table .td01 {
    width: 100%;
    border-right: none;
	background-color: #fff;
}
.bosyu-btn h6 a {
    font-size: 200%;
}
.title h6 {
    font-size: 240%;
}
.title h2 {
    font-size: 120%;
    font-weight: bold;
}
.page-title {
    font-size: 180%;
}
.contact-box {
    display: inherit;
}
.contact-box01 {
    width: 100%;
}
.contact-box02 {
    width: 100%;
}
.contact-box02 h6 a {
    font-size: 240%;
}
.huniki02 h5 {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 10px;
}
	.with35 {
	width: 100%;
}
.with60 {
	width: 100%;
}

}
