@charset "utf-8";
/*######################################################
個別設定
######################################################*/
/*/////////////////////////////////////////
index.php
/////////////////////////////////////////*/
.top_img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 300px;
	width: 1000px;
	margin: auto;
	color: #007133;
	font-size: 20px;
	background: url(../img/bg_top01.svg) no-repeat left top / 249px, url(../img/bg_top02.svg) no-repeat right top / 140px, url(../img/bg_bottom.svg) no-repeat right bottom -60px / 399px;
}
.top_img > strong {
	font-size: 54px;
	position: relative;
	font-weight: 700;
	letter-spacing: 15px;
	padding: 0 0 10px 15px;
	line-height: 1;
}
.top_img > b {
	font-weight: 500;
	border: solid;
	border-width: 1px 0;
	padding: 0 115px;
}
.top_img .top_logo {
	padding: 250px 20px 0;
	color: #fff;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 200;
	line-height: 1.2;
	position: relative;
	overflow: hidden;
}
.top_img .top_logo img {
	height: 80px;
	/* filter: brightness(0) invert(1); */
	float: left;
	margin: -15px 15px 0 0;
}
.top_img .top_logo strong {
	display: block;
	margin: 4px 0 0;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 15px;
}
.top_img .seminar_app {
	position: absolute;
	bottom: -160px;
	right: calc(50% - 640px);
	box-sizing: border-box;
	width: 360px;
	height: 360px;
	background: #f00;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	line-height: 2;
	padding: 50px 0 0;
	z-index: 1;
}
.top_img .seminar_app a {
	display: block;
	background: #fff;
	color: #f00;
	width: 210px;
	line-height: 50px;
	font-size: 18px;
	margin: 30px auto 0;
}
#top01 {
	text-align: center;
}
#top01 strong {
	display: table;
	margin: 0 auto 40px;
	color: #007133;
	font-size: 45px;
	font-weight: 500;
	position: relative;
}
#top01 strong:before {
	content: "";
	position: absolute;
	top: -50px;
	right: -30px;
	background: url(../img/icn_free.svg)no-repeat;
	width: 70px;
	height: 80px;
}
#top01 strong br {
	display: none;
}
#top02 {
	padding-bottom: 100px;
}
#top02 strong {
	color: #007133;
	font-weight: 400;
	font-size: 32px;
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	position: relative;
	z-index: 1;
}
#top02 strong:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	right: -10px;
	margin: auto;
	width: 370px;
	background: #F7F8D8;
	z-index: -1;
}
#top02 strong:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 3px;
	border-bottom: solid 2px #007133;
	z-index: -2;
}
#top02 ul {
	display: flex;
	list-style: none;
	justify-content: center;
	font-size: 32px;
	font-weight: 400;
	margin: 0 0 40px;
}
#top02 ul li {
	background: #007133;
	color: #fff;
	line-height: 1;
	padding: 5px 20px 7px;
	border-radius: 5px;
	margin: 0 10px;
}
#top02 dl {
	display: flex;
	flex-direction: column;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
}
#top02 dl dt {
	font-weight: 400;
}
#top02 dl dt b {
	color: #007133;
	font-weight: 500;
	font-size: 24px;
	display: block;
}
#top02 dl dd {
	position: relative;
	height: 100px;
}
#top02 dl dd:before, #top02 dl dd:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#top02 dl dd:before {
	width: 40px;
	height: 15px;
	background: #007133;
	bottom: 15px;
}
#top02 dl dd:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #007133 transparent transparent transparent;
	bottom: -20px;
}
#top_service {
	padding: 100px 0;
}
#top_service strong {
	color: #007133;
	font-weight: 400;
	font-size: 32px;
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	position: relative;
	z-index: 1;
}
#top_service strong:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	right: -10px;
	margin: auto;
	width: 250px;
	background: #fff;
	z-index: -1;
}
#top_service strong:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 3px;
	border-bottom: solid 2px #007133;
	z-index: -2;
}
#top_service #service_list {
	display: flex;
	list-style: none;
	justify-content: space-between;
	font-weight: 400;
	font-family: 'Kosugi Maru', sans-serif;
}
#top_service #service_list a {
	background: url(../img/bg_cnt.svg) no-repeat left top -30px/83px, #CBE5E2;
	color: #333;
	padding: 20px 20px;
	border-radius: 5px;
	width: calc((100%/3) - 10px);
	position: relative;
}
#top_service #service_list a b {
	display: block;
	text-align: center;
	margin: 0 0 20px;
	font-size: 32px;
	font-weight: 500;
	color: #005667;
}
#top_service #service_list a:after {
	content: "\f061";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	bottom: 0px;
	font-size: 30px;
	color: #fff;
}
@media (max-width: 768px) {
	.top_img {
		width: 100%;
		background: url(../img/bg_top01.svg) no-repeat left top / 83px, url(../img/bg_top02.svg) no-repeat right top / 47px, url(../img/bg_bottom.svg) no-repeat right bottom -20px / 133px;
		font-size: 16px;
		height: 170px;
	}
	.top_img > strong {
		font-size: 40px;
	}
	.top_img > b {
		padding: 0 100px;
	}
	.top_img .top_logo {}
	.top_img .top_logo img {}
	.top_img .top_logo strong {}
	.top_img .seminar_app {}
	.top_img .seminar_app a {}
	#top01 {
		text-align: left;
	}
	#top01 strong {
		font-size: 25px;
	}
	#top01 strong:before {
		right: -10px;
		top: -30px;
		width: 40px;
		height: 50px;
	}
	#top01 strong br {}
	#top02 {}
	#top02 strong {
		font-size: 20px;
	}
	#top02 strong:before {
		left: 0px;
		right: 0px;
		width: 230px;
	}
	#top02 strong:after {}
	#top02 ul {
		font-size: 20px;
	}
	#top02 ul li {
		padding: 5px 10px 7px;
		border-radius: 5px;
		margin: 0 5px;
	}
	#top02 dl {}
	#top02 dl dt {}
	#top02 dl dt b {}
	#top02 dl dd {
		height: 70px;
	}
	#top02 dl dd:before, #top02 dl dd:after {}
	#top02 dl dd:before {
		width: 30px;
		height: 12px;
		bottom: 15px;
	}
	#top02 dl dd:after {
		border-width: 15px 30px 0 30px;
		bottom: -10px;
	}
	#top_service {
		padding: 50px 20px;
	}
	#top_service strong {
		font-size: 20px;
	}
	#top_service strong:before {
		left: 0;
		right: 0;
		width: 150px;
	}
	#top_service strong:after {}
	#top_service #service_list {
		flex-direction: column;
	}
	#top_service #service_list a {
		width: 100%;
		padding: 10px 10px;
		margin: 0 0 10px;
	}
	#top_service #service_list a b {
		margin: 0 0 10px;
		font-size: 20px;
	}
	#top_service #service_list a:after {
		font-size: 20px;
	}
}
/*/////////////////////////////////////////
下層ページ共通
/////////////////////////////////////////*/
.kaso_img {
	display: flex;
	align-items: center;
	height: 100px;
	width: 1000px;
	margin: auto;
	color: #007133;
	font-size: 20px;
	background: url(../img/bg_top01.svg) no-repeat left -213px top -42px / 249px, url(../img/bg_top02.svg) no-repeat right 0px top -72px / 140px, url(../img/bg_bottom.svg) no-repeat right -60px bottom -176px / 399px;
	position: relative;
}
.kaso_img > b {
	font-weight: 700;
	font-size: 32px;
	margin: 0 0 0 40px;
	padding: 0 0 0 20px;
	position: relative;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.kaso_img > b:before {
	content: "";
	border-left: solid 10px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: -4px;
	margin: auto;
	height: calc(100% - 15px);
	box-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.kaso_img > b small {
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 0 10px;
}
@media (max-width: 768px) {
	.kaso_img {
		width: 100%;
		background: url(../img/bg_top01.svg) no-repeat left -71px top -14px / 83px, url(../img/bg_top02.svg) no-repeat right 0px top -24px / 47px, url(../img/bg_bottom.svg) no-repeat right -20px bottom -59px / 133px, linear-gradient(to right, #fff 0%, #fff 40%, rgba(255, 255, 255, .3) 80%, rgba(255, 255, 255, .8) 100%);
		height: 70px;
	}
	.kaso_img > b {
		font-size: 21px;
		margin: 0 0 0 20px;
		padding: 0 0 0 10px;
	}
	.kaso_img > b:before {
		height: calc(100% - 11px);
		border-left: solid 5px;
	}
	.kaso_img > b small {
		font-size: 14px;
	}
}
/*/////////////////////////////////////////
chokuso.php
/////////////////////////////////////////*/
#chokuso {}
#chokuso .kaso_img {
	height: 600px;
	background: url(../img/bg_top01.svg) no-repeat left -213px top -42px / 249px, url(../img/bg_top02.svg) no-repeat right 0px top -72px / 140px, url(../img/bg_bottom.svg) no-repeat right -60px bottom -176px / 399px, url(../img/chokuso/img00_02.jpg) no-repeat right bottom -150px / 100%;
}
#chokuso .kaso_img b{position: absolute;z-index: 1;bottom: -130px;}
#chokuso01 {
    padding-top: 170px;
}
#chokuso01 .price {
	color: #007133;
	font-size: 28px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #FFF;
	margin: -50px 0 30px;
}
#chokuso01 .price b {
	font-size: 42px;
	font-weight: 800;
	margin: 0 5px 0 0;
}
#chokuso01 .price span {
	font-size: 21px;
	margin-left: 1rem;
}
#chokuso01 ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
	margin: 30px 0;
}
#chokuso01 ul li {
	/*height: 130px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: calc((100%/5) - 10px);
	background-size: cover;*/
}
#chokuso01 dl {
	background: #FFF5D3;
	padding: 20px;
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#chokuso01 dl:nth-of-type(2) {
	background: #e1f7ea;
}
#chokuso01 dl dt {
	width: 100%;
	font-weight: normal;
	margin: 0 0 10px;
}
#chokuso01 dl dd {}
#chokuso01 dl dd small{
    display: block;
}
#chokuso01 dl dd:before {
	content: "■";
}
#chokuso01 .attention {
	color: #36b27c;
	border: solid 1px;
	background: #fff;
	padding: 10px;
	text-align: center;
	margin: 10px 0 0;
}
#chokuso02 {
	padding: 50px calc(50% - 470px) 100px;
}
#chokuso02 strong {
	color: #007133;
	font-weight: 400;
	font-size: 32px;
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	position: relative;
	z-index: 1;
}
#chokuso02 strong:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	right: -10px;
	margin: auto;
	width: 180px;
	background: #F7F8D8;
	z-index: -1;
}
#chokuso02 strong:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 3px;
	border-bottom: solid 2px #007133;
	z-index: -2;
}
#chokuso02 dl {
	display: flex;
	flex-wrap: wrap;
	color: #007133;
	font-size: 21px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	justify-content: space-around;
	text-align: center;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #FFF;
}
#chokuso02 dl dt p {
	margin: 250px 0 0;
}
#chokuso02 dl dd p {
	margin: 210px 0 0;
}
#chokuso02 dl p small {
	/* text-align: left; */
	/* display: block; */
	margin-left: 1rem;
}
#chokuso02 dl p small span {
	padding: 0 20px;
}
#chokuso02 dl dd:last-of-type p {
	/* margin: 0 0 -60px; */
}
#chokuso02 dl b {
	display: block;
	font-weight: 500;
	font-size: 40px;
	margin: 0 0 10px;
}
#chokuso02 dl dt, #chokuso02 dl dd {
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	/* flex-direction: column; */
	position: relative;
}
#chokuso02 dl dt {
	width: 300px;
	height: 300px;
	margin: 0 40px 70px;
}
#chokuso02 dl dd {
	margin: 0 10px 50px;
	width: 250px;
	height: 250px;
}
#chokuso02 dl dd b {
	font-size: 28px;
	font-weight: 700;
}
@media (max-width: 768px) {
	#chokuso {}
	#chokuso .kaso_img {
		height: 200px;
		background: url(../img/bg_top01.svg) no-repeat left -71px top -14px / 83px, url(../img/bg_top02.svg) no-repeat right 0px top -24px / 47px, url(../img/bg_bottom.svg) no-repeat right -20px bottom -59px / 133px, url(../img/chokuso/img00_02.jpg) no-repeat center / 100%;
	}
	#chokuso01 {}
	#chokuso01 .price {
		text-align: center;
	}
	#chokuso01 .price b {
		display: inline-block;
	}
	#chokuso01 .price span {
		margin: 0;
		display: block;
	}
	#chokuso01 ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	#chokuso01 ul li {
		/* height: 90px; */
		width: 110px;
		margin: 5px;
	}
	#chokuso01 dl {
		margin: 20px 0;
	}
	#chokuso01 dl dt {}
	#chokuso01 dl dd {}
	#chokuso01 dl dd:before {}
	#chokuso01 b {
		font-size: 24px;
		text-align: center;
		display: block;
	}
	#chokuso02 {
		padding: 50px 20px;
	}
	#chokuso02 strong {
		font-size: 20px;
	}
	#chokuso02 strong:before {
		width: 120px;
	}
	#chokuso02 strong:after {}
	#chokuso02 dl {
		flex-direction: column;
		justify-content: left;
		font-size: 20px;
		text-align: left;
	}
	#chokuso02 dl p {
		margin: auto;
		position: absolute;
		left: 110px;
		white-space: nowrap;
		top: 22px;
	}
	#chokuso02 dl dt p {
		margin: auto;
	}
	#chokuso02 dl dd p {
		margin: auto;
	}
	#chokuso02 dl p small {
		font-size: 70%;
	}
	#chokuso02 dl p small br { /* display:none; */
	}
	#chokuso02 dl p small span {
		display: none;
	}
	#chokuso02 dl dd:last-of-type p {}
	#chokuso02 dl b {
		font-size: 26px !important;
		font-weight: 700 !important;
	}
	#chokuso02 dl dt, #chokuso02 dl dd {
		width: 100px;
		height: 100px;
		margin: 0 0 10px;
	}
	#chokuso02 dl dt {}
	#chokuso02 dl dd {}
	#chokuso02 dl dd b {}
}
/*/////////////////////////////////////////
funkotsu.php
/////////////////////////////////////////*/
#funkotsu {}
#funkotsu01 {}
#funkotsu01 small {
	display: block;
	margin: 30px 0 0;
}
#funkotsu02 {}
#funkotsu02 ul {
	list-style: none;
}
#funkotsu02 ul li {
	overflow: hidden;
	margin: 0 0 80px;
}
#funkotsu02 ul li strong {
	color: #007133;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 24px;
}
#funkotsu02 ul li strong b {
	font-size: 40px;
	font-weight: 500;
	margin: 0 10px 0 0;
}
#funkotsu02 ul li img {
	float: right;
	max-width: 200px;
	/* max-height: 240px; */
	margin: 0 0 0 50px;
}
#funkotsu02 ul li p {}
@media (max-width: 768px) {
	#funkotsu {}
	#funkotsu01 {}
	#funkotsu01 small {}
	#funkotsu02 {}
	#funkotsu02 ul {}
	#funkotsu02 ul li {
		margin: 0 0 50px;
	}
	#funkotsu02 ul li strong {
		font-size: 20px;
	}
	#funkotsu02 ul li strong b {
		font-size: 26px;
	}
	#funkotsu02 ul li img {
		max-width: 100px;
		margin: 45px 0 0 20px;
	}
	#funkotsu02 ul li p {}
}
/*/////////////////////////////////////////
sankotsu.php
/////////////////////////////////////////*/
#sankotsu {}
#sankotsu01 {}
#sankotsu01 dl {
	background: #FFF5D3;
	padding: 10px;
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#sankotsu01 dl dt {
	width: 100%;
}
#sankotsu01 dl dt small:before {
	content: "※";
}
#sankotsu01 dl dd {
	margin: 20px;
}
#sankotsu01 dl dd:before {
	content: "■";
}
#sankotsu01 ul {
	display: flex;
	list-style: none;
	justify-content: space-around;
	margin: 0 0 30px;
}
#sankotsu01 ul li {
	height: 130px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: calc((100%/5) - 10px);
	background-size: cover;
}
#sankotsu02 {
	padding: 0 calc(50% - 400px) 1px;
}
#sankotsu02 ul {
	list-style: none;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#sankotsu02 ul li {
	margin: 0 0 50px;
}
#sankotsu02 ul li div {
	height: 400px;
	color: #fff;
	text-align: right;
	padding: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	background-size: cover;
	background-position: center;
}
#sankotsu02 ul li strong {
	font-weight: 500;
	font-size: 40px;
	color: #007133;
}
#sankotsu02 ul li p {
	font-size: 21px;
	margin: 0;
}
#sankotsu02 ul li b {
	font-weight: 700;
	font-size: 26px;
	color: #007133;
}
#sankotsu03 {}
#sankotsu03 strong {
	color: #007133;
	font-weight: 400;
	font-size: 32px;
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	position: relative;
	z-index: 1;
}
#sankotsu03 strong:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	right: -10px;
	margin: auto;
	width: 250px;
	background: #F7F8D8;
	z-index: -1;
}
#sankotsu03 strong:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 3px;
	border-bottom: solid 2px #007133;
	z-index: -2;
}
#sankotsu03 p {
	margin: 0 0 40px;
	text-align: center;
}
#sankotsu03 dl {
	display: flex;
	flex-direction: column;
	font-family: 'Kosugi Maru', sans-serif;
	counter-reset: num;
}
#sankotsu03 dl dt {
	font-weight: 400;
	border: solid #007133 3px;
	padding: 20px;
	position: relative;
	background: #fff;
}
#sankotsu03 dl dt:before {
	counter-increment: num;
	content: counter(num);
	position: absolute;
	left: -20px;
	top: -20px;
	color: #fff;
	background: #007133;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	width: 43px;
	padding: 11px 0 8px;
	text-align: center;
	border-radius: 50%;
}
#sankotsu03 dl dt b {
	color: #007133;
	font-weight: 500;
	font-size: 24px;
	display: block;
}
#sankotsu03 dl dd {
	position: relative;
	height: 100px;
}
#sankotsu03 dl dd:before, #sankotsu03 dl dd:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#sankotsu03 dl dd:before {
	width: 40px;
	height: 15px;
	background: #007133;
	bottom: 15px;
}
#sankotsu03 dl dd:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #007133 transparent transparent transparent;
	bottom: -20px;
}
@media (max-width: 768px) {
	#sankotsu {}
	#sankotsu01 {}
	#sankotsu01 dl {}
	#sankotsu01 dl dt {}
	#sankotsu01 dl dt small:before {}
	#sankotsu01 dl dd {}
	#sankotsu01 dl dd:before {}
	#sankotsu01 ul {
		justify-content: center;
	}
	#sankotsu01 ul li {
		height: 85px;
		width: 100px;
		margin: 5px;
	}
	#sankotsu02 {
		padding: 0 20px 1px;
	}
	#sankotsu02 ul {}
	#sankotsu02 ul li {}
	#sankotsu02 ul li div {
		height: 200px;
		padding: 10px;
	}
	#sankotsu02 ul li strong {
		font-size: 26px;
	}
	#sankotsu02 ul li p {
		font-size: 14px;
	}
	#sankotsu02 ul li b {
		font-size: 20px;
	}
	#sankotsu03 {}
	#sankotsu03 strong {
		font-size: 20px;
	}
	#sankotsu03 strong:before {
		width: 160px;
	}
	#sankotsu03 strong:after {}
	#sankotsu03 p {}
	#sankotsu03 dl {}
	#sankotsu03 dl dt {
		padding: 15px;
	}
	#sankotsu03 dl dt:before {
		width: 35px;
		font-size: 18px;
		padding: 9px 0 8px;
		left: -15px;
		top: -15px;
	}
	#sankotsu03 dl dt b {}
	#sankotsu03 dl dd {
		height: 70px;
	}
	#sankotsu03 dl dd:before, #sankotsu03 dl dd:after {}
	#sankotsu03 dl dd:before {
		width: 30px;
		height: 12px;
		bottom: 15px;
	}
	#sankotsu03 dl dd:after {
		border-width: 15px 30px 0 30px;
		bottom: -10px;
	}
}
/*/////////////////////////////////////////
company.php
/////////////////////////////////////////*/
#company {}
#company01 {}
#company01 table {
	width: 100%;
}
#company01 table tr {
	border-bottom: dotted 1px;
}
#company01 table tr th {
	color: #007133;
	font-weight: 500;
	vertical-align: text-bottom;
	padding: 20px;
}
#company01 table tr td {
	padding: 20px;
}
#company01 .gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin: 0 0 5px;
}
#company01 .gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media (max-width: 768px) {
	#company {}
	#company01 {
		padding: 50px 20px;
	}
	#company01 table {}
	#company01 table tr {
		display: flex;
		flex-direction: column;
	}
	#company01 table tr th {
		padding: 20px 10px 0;
	}
	#company01 table tr td {
		padding: 10px 20px 20px;
	}
}
/*/////////////////////////////////////////
ichinitiso.php
/////////////////////////////////////////*/
#ichinitiso {}
#ichinitiso .kaso_img {
	height: 600px;
	background: url(../img/bg_top01.svg) no-repeat left -213px top -42px / 249px, url(../img/bg_top02.svg) no-repeat right 0px top -72px / 140px, url(../img/bg_bottom.svg) no-repeat right -60px bottom -176px / 399px, url(../img/ichinitiso/img00.jpg) no-repeat right bottom -150px / 100%;
}
#ichinitiso .kaso_img b{
	position: absolute;
	z-index: 1;
	bottom: -130px;
}
#ichinitiso .kaso_img.kyoka {
	height: 600px;
	background: url(../img/bg_top01.svg) no-repeat left -213px top -42px / 249px, url(../img/bg_top02.svg) no-repeat right 0px top -72px / 140px, url(../img/bg_bottom.svg) no-repeat right -60px bottom -176px / 399px, url(../img/ichinitiso/img06.jpg) no-repeat right bottom -150px / 100%;
	margin: 20px 0;
}
#ichinitiso01 {
    padding-top: 170px;
}
#ichinitiso01 .price {
	color: #007133;
	font-size: 28px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #FFF;
	margin: -50px 0 30px;
}
#ichinitiso01 .price b {
	font-size: 42px;
	font-weight: 800;
	margin: 0 5px 0 0;
}
#ichinitiso01 .price span {
	font-size: 21px;
	margin-left: 1rem;
}
#ichinitiso01 ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
	margin: 30px 0;
}
#ichinitiso01 ul li {
	/*height: 130px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: calc((100%/5) - 10px);
	background-size: cover;*/
}
#ichinitiso01 dl {
	background: #FFF5D3;
	padding: 20px;
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#ichinitiso01 dl:nth-of-type(2) {
	background: #e1f7ea;
}
#ichinitiso01 dl dt {
	width: 100%;
	font-weight: normal;
	margin: 0 0 10px;
}
#ichinitiso01 dl dd {}
#ichinitiso01 dl dd:before {
	content: "■";
}
#ichinitiso01 .attention {
	color: #36b27c;
	border: solid 1px;
	background: #fff;
	padding: 10px;
	text-align: center;
}
#ichinitiso02 {
	background: url(../img/bg_cnt.svg) no-repeat left top / 83px, #F7F8D8;
	padding-top: 170px;
}
#ichinitiso02 .price {
	color: #007133;
	font-size: 28px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #FFF;
	margin: -50px 0 30px;
}
#ichinitiso02 .price b {
	font-size: 42px;
	font-weight: 800;
	margin: 0 5px 0 0;
}
#ichinitiso02 .price span {
	font-size: 21px;
	margin-left: 1rem;
}
#ichinitiso02 .attention {
	color: #36b27c;
	border: solid 1px;
	background: #fff;
	padding: 10px;
	text-align: center;
}
#ichinitiso02 strong {
	color: #007133;
	font-weight: 400;
	font-size: 32px;
	display: block;
	text-align: center;
	margin: 20px auto;
	position: relative;
	z-index: 1;
}
#ichinitiso02 strong:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	right: -10px;
	margin: auto;
	width: 300px;
	background: #F7F8D8;
	z-index: -1;
}
#ichinitiso02 strong:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 3px;
	border-bottom: solid 2px #007133;
	z-index: -2;
}
#ichinitiso02 form {
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
}
#ichinitiso02 form dl {
	border-bottom: solid 1px #ccc;
	padding: 20px;
}
#ichinitiso02 form dl dt {
	margin: 0 0 10px;
}
#ichinitiso02 form dl dd {
	margin: 5px 20px;
	font-size: 14px;
}
#ichinitiso02 form dl p {
	font-weight: 700;
	margin: 20px 0 5px;
}
#ichinitiso02 form dl dd > label {
	display: block;
	margin: 0 0 10px 20px;
}
#ichinitiso02 form dl dd > label span {
	text-align-last: justify;
	width: 60px;
	display: inline-block;
	margin: 0 10px 0 0;
}
#ichinitiso02 form input[type=text], #ichinitiso02 form input[type=number], #ichinitiso02 form input[type=email] {
	border: 2px solid #36b27c;
	border-radius: 6px;
	padding: 0.5em;
	width: 70%;
}
#ichinitiso02 form input[type=text]:focus, #ichinitiso02 form input[type=number]:focus, #ichinitiso02 form input[type=email]:focus {
	border-color: #007133;
	background-color: #ffc;
	outline: none;
}
#ichinitiso02 form input[type=date] {
	position: relative;
	padding: 0 10px;
	width: 120px;
	height: 36px;
	border: 0;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
	border-bottom: 2px solid #36b27c;
}
#ichinitiso02 form input[type=checkbox] {
	opacity: 0;
}
#ichinitiso02 form input[type=radio] {
	opacity: 0;
}
#ichinitiso02 form input[type=radio] + label {
	position: relative;
	padding-left: 5px;
	/* font-size: 0.8em; */
}
#ichinitiso02 form input[type=radio] + label:before {
	position: absolute;
	content: "";
	top: 2px;
	left: -25px;
	width: 20px;
	height: 20px;
	border: 2px solid #36b27c;
	border-radius: 50%;
	background-color: #fff;
}
#ichinitiso02 form input[type=radio]:checked + label:after {
	position: absolute;
	content: "";
	background: #007133;
	left: -20px;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
#ichinitiso02 form #pay3 {
	display: none;
}
#ichinitiso02 form #pay2:checked ~ #pay3 {
	display: block;
}
#ichinitiso02 form dl dd #pay3 label {
	display: block;
	margin: 0 0 10px 20px;
}
#ichinitiso02 form dl dd #pay3 label span {
	text-align-last: justify;
	width: 90px;
	display: inline-block;
	margin: 0 10px 0 0;
}
#ichinitiso02 form .submit_btn {
	border-radius: 35px;
	min-width: 280px;
	height: 70px;
	text-align: center;
	transition: .5s;
	margin: 30px auto;
	background: #fff;
	border: 4px solid #007133;
	display: table;
	color: #007133;
	font-size: 21px;
	font-weight: 700;
}
#ichinitiso02 form .submit_btn:hover {
	background-color: #007133;
	color: #fff;
}

#ichinitiso #formWrap{
    padding: 100px calc(50% - 500px) 100px;
    background: url(../img/bg_bottom.svg) no-repeat right bottom;
    background-size: 532px;
    min-height: 500px;
}
#ichinitiso #formWrap h4{}
#ichinitiso #formWrap h3{
    color: #007133;
    font-weight: 400;
    font-size: 32px;
    display: block;
    text-align: center;
    margin: 20px auto;
    position: relative;
    z-index: 1;
}
#ichinitiso #formWrap .formTable{
    margin: auto;
    border: solid 2px #36b27c;
    font-size: 14px;
    width: 70%;
}
#ichinitiso #formWrap .formTable tr{
}
#ichinitiso #formWrap .formTable th{border: solid 1px #36b27c;padding: 10px 20px;background: #F7F8D8;}
#ichinitiso #formWrap .formTable td{border: solid 1px #36b27c;padding: 10px 20px;}
#ichinitiso #formWrap .btn_area{
    display: flex;
    justify-content: center;
}
#ichinitiso #formWrap .btn_area input[type=submit],#ichinitiso #formWrap .btn_area input[type=button]{
	border-radius: 35px;
	min-width: 280px;
	height: 70px;
	text-align: center;
	transition: .5s;
	margin: 30px 10px;
	background: #fff;
	border: 4px solid #007133;
	display: table;
	color: #007133;
	font-size: 21px;
	font-weight: 700;
}
#ichinitiso #formWrap .btn_area input[type=button]{
    color: #36b27c;
    border-color: #36b27c;
}
#ichinitiso #formWrap .btn_area input[type=submit]:hover{
	background-color: #007133;
	color: #fff;
}
#ichinitiso #formWrap .btn_area input[type=button]:hover{
	background-color: #36b27c;
	color: #fff;
}

@media (max-width: 768px) {
	#ichinitiso {}
	#ichinitiso .kaso_img {
		height: 200px;
		background: url(../img/bg_top01.svg) no-repeat left -71px top -14px / 83px, url(../img/bg_top02.svg) no-repeat right 0px top -24px / 47px, url(../img/bg_bottom.svg) no-repeat right -20px bottom -59px / 133px, url(../img/ichinitiso/img00.jpg) no-repeat center / 100%;
	}
	#ichinitiso .kaso_img.kyoka {
		height: 200px;
		background: url(../img/bg_top01.svg) no-repeat left -71px top -14px / 83px, url(../img/bg_top02.svg) no-repeat right 0px top -24px / 47px, url(../img/bg_bottom.svg) no-repeat right -20px bottom -59px / 133px, url(../img/ichinitiso/img06.jpg) no-repeat center / 100%;
	}
	#ichinitiso01 {}
	#ichinitiso01 .price {
		text-align: center;
	}
	#ichinitiso01 .price b {
		display: inline-block;
	}
	#ichinitiso01 .price span {
		margin: 0;
		display: block;
	}
	#ichinitiso01 ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	#ichinitiso01 ul li {
		/* height: 90px; */
		width: 110px;
		margin: 5px;
	}
	#ichinitiso01 dl {
		margin: 20px 0;
	}
	#ichinitiso01 dl dt {}
	#ichinitiso01 dl dd {}
	#ichinitiso01 dl dd:before {}
	#ichinitiso01 b {
		font-size: 24px;
		text-align: center;
		display: block;
	}
	#ichinitiso02 {}
	#ichinitiso02 .price {
		text-align: center;
	}
	#ichinitiso02 .price b {
		display: inline-block;
	}
	#ichinitiso02 .price span {
		margin: 0;
		display: block;
	}
	#ichinitiso02 strong {
		font-size: 20px;
	}
	#ichinitiso02 strong:before {
		width: 190px;
	}
	#ichinitiso02 strong:after {}
#ichinitiso02 form {
    padding: 10px;
}
#ichinitiso02 form dl {}
#ichinitiso02 form dl dt {}
#ichinitiso02 form dl dd {}
#ichinitiso02 form dl p {}
#ichinitiso02 form dl dd > label {}
#ichinitiso02 form dl dd > label span {}
#ichinitiso02 form input[type=text], #ichinitiso02 form input[type=number], #ichinitiso02 form input[type=email] {
    width: 100%;
}
#ichinitiso02 form input[type=text]:focus, #ichinitiso02 form input[type=number]:focus, #ichinitiso02 form input[type=email]:focus {}
#ichinitiso02 form input[type=date] {}
#ichinitiso02 form input[type=checkbox] {}
#ichinitiso02 form input[type=radio] {}
#ichinitiso02 form input[type=radio] + label {}
#ichinitiso02 form input[type=radio] + label:before {}
#ichinitiso02 form input[type=radio]:checked + label:after {}
#ichinitiso02 form .submit_btn {}
#ichinitiso02 form .submit_btn:hover {}
#ichinitiso #formWrap{padding: 20px 20px 50px;}
#ichinitiso #formWrap h4{}
#ichinitiso #formWrap h3{
    font-size: 24px;
}
#ichinitiso #formWrap .formTable{
    width: 100%;
    font-size: 12px;
}
#ichinitiso #formWrap .formTable tr{}
#ichinitiso #formWrap .formTable th{}
#ichinitiso #formWrap .formTable td{}
#ichinitiso #formWrap .btn_area{
    flex-direction: column;
}
#ichinitiso #formWrap .btn_area input[type=submit],#ichinitiso #formWrap .btn_area input[type=button]{}
#ichinitiso #formWrap .btn_area input[type=button]{
    margin-top: 0;
}
#ichinitiso #formWrap .btn_area input[type=submit]:hover{}
#ichinitiso #formWrap .btn_area input[type=button]:hover{}
}