@charset "utf-8";
/*--------------------------------------------------------------------
----style.css 画面の横幅が769pxまで-----------------------------------
--------------------------------------------------------------------*/
@media (max-width:768px) {
html {
	font-size: 100%;
	font-family: "Noto Sans JP", sans-serif;
	color: #191919;
}
body {
	position: relative;
	z-index: -2;
	width: 100%;
	height: 100%;
	line-height: 1.6;
	background: #fff url("sikkui_white_seamless.jpg") repeat;
}

body {
/*	display: flex;
	justify-content: center;
	align-items: center;*/
}

a {
	color: #008740;
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #008740;
}

a:hover {
	color: #008740;
	text-decoration: underline;
}

a:hover img {
	opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/*clearfix*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*回り込み解除*/
.c-both {
	clear: both;
	font-size: 1px;
}

img {
	max-width:100%;
	height: auto;
}
.contents {
	margin-bottom: 40px;
}
.topbar {
	padding: 5px 0;
	color: #fff;
	font-size: 78%;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
	background: #223777;
}
.contents .info_wrap {
	padding: 40px 0;
	text-align: center;
}
.contents .info_wrap .info {
	display: inline-block;
	text-align: left;
}
h1 {
	font-size: 130%;
}
p.tel {
	font-size: 1.1em;
	font-weight: 500;
}

.contents .jigyo {
	margin: 0 auto;
	width: 92%;
}


.contents .aoyagi {
	position: relative;
	margin-bottom: 40px;
	padding: 0px 0 15px 25px;
}
.contents .aoyagi h2 {
	color: #52A35E;
}
.contents .aoyagi:after {
	content: "";
	position: absolute;
	top: -25px;
    left: -11px;
	display: inline-block;
	width: 100px;
	height: 100%;
	background: url("bg_green.png")no-repeat;
	background-size: contain;
	background-position: top;
	z-index: -1;
	opacity: 0.45;
}
.contents .aoyagi:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 100%;
	border-radius: 10px;
	background: #68aa72;
}
.contents .group_tanki {
	margin-bottom: 40px;
	/*width: 45%;*/
}
.contents .group_tanki .group {
	position: relative;
	padding: 0px 0 15px 25px;
	margin-bottom: 40px;
}
.contents .group_tanki .tanki {
	position: relative;
	padding: 0px 0 15px 25px;
}
.contents .group_tanki .group h2 {
	color: #ad9e25;
}
.contents .group_tanki .group:after {
	content: "";
	position: absolute;
	top: -25px;
    left: -11px;
	display: inline-block;
	width: 100px;
	height: 100%;
	background: url("bg_orange.png")no-repeat;
	background-size: contain;
	background-position: top;
	z-index: -1;
	opacity: 0.45;
}
.contents .group_tanki .group:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 100%;
	border-radius: 10px;
	background: #C4B32E;
}
.contents .group_tanki .tanki h2 {
	color: #2fb28d;
}
.contents .group_tanki .tanki:after {
	content: "";
	position: absolute;
	top: -25px;
    left: -11px;
	display: inline-block;
	width: 100px;
	height: 100%;
	background: url("bg_blue.png")no-repeat;
	background-size: contain;
	background-position: top;
	z-index: -1;
	opacity: 0.45;
}
.contents .group_tanki .tanki:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 100%;
	border-radius: 10px;
	background: #2fb28d;
}


h2 {
	padding: 5px 0 15px;
	font-size: 130%;
}
.txt p {
	margin-bottom: 0.8em;
	text-indent: 1em;
}
.detail {
	position: relative;
	margin-top: 25px;
	padding-top: 20px;
}
.detail:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background: #aaa;
}
.detail p {

	font-weight: 600;
}

.kouhou {
	margin-top: 40px;
}
.kouhou .wrapper {
	display: flex;
	flex-wrap: wrap;
}
.kouhou_box {
	margin-right: 20px;
	margin-bottom: 15px;
	width: calc( calc(100% - 40px) / 3);
}
.kouhou_box:last-child {
	margin-right: 0;
}
@media (max-width:500px) {
.kouhou_box {	
	width: calc( calc(100% - 20px) / 2);
}
.kouhou_box:nth-child(even) {
	margin-right: 0;
}

}

.kouhou_box p {
	margin: 10px auto;
	padding: .6em .5em;
	width: 85%;
	font-size: 70%;
	text-align: center;
	background: #fff;
	border-radius: 40px;
	border: 1px solid #ccc;
}

}