@charset "UTF-8";



/* -----------------------------------------------
--------------------------------------------------
guide
--------------------------------------------------
----------------------------------------------- */

.guide_con1{
	margin-bottom: 50px;
}
.guide_con1 .inner{
	display: flex;
	justify-content: space-between;
}
.guide_con1_box{
	width: 32%;
	border: 2px solid #00a476;
	border-radius: 6px;
	padding: 8px 0;
}
.guide_con1_box a{
	display: block;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	color: #00a476;
	font-weight: bold;
}
.guide_con1_box p{
	text-align: center;
	margin: 0;
}
.guide_textlink{
	display: block;
	text-align: center;
	margin-bottom: 100px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.guide__link{
	width: 18px;
	margin-left: 10px;
}


img.guide_arrow{
	display: block;
	margin: 40px auto;
	width: 150px;
}
.guide_img1{
	width: 1000px;
}
.guide_img2{
	display: block;
	margin: 0 auto;
	width: 550px;
}
.guide_p1{
	width: 550px;
	margin: 10px auto;
	font-size: 16px;
	line-height: 1.8;
	padding-left: 30px;
	background: url("../img/guide_p_bg.png") no-repeat left 10px top 8px;
	background-size: 13px auto;
	box-sizing: border-box;
}
.guide_p2{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 80px 0 100px 0;
}

@media only screen and (max-width: 481px) {
	.guide_con1 .inner{
		display: block;
	}
	.guide_con1_box{
		width: 100%;
		margin-bottom: 20px;
	}
	img.guide_arrow{
		width: 100px;
	}
	.guide_img1{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.guide_img2{
		width: 90%;
	}
	.guide_p1{
		width: 90%;
		font-size: 14px;
	}
	.guide_p2{
		font-size: 16px;
		}
}



/* -----------------------------------------------
--------------------------------------------------
recruit
--------------------------------------------------
----------------------------------------------- */

.inner2{
	max-width: 700px;
	width: 95%;
	margin: 0 auto;
}
.recruit_h2{
	color: #00a476;
	background: url("../img/sub_bg.png") no-repeat center top;
	background-size: 1250px auto;
	margin: 0 0 50px 0;
	box-sizing: border-box;
	text-align: center;
	padding-top: 60px;
	font-size: 31px;
	line-height: 1;
	height: 145px;
	border-bottom: 1px solid #00a476;
}
.recruit_p1{
	text-align: center;
	color: #00a476;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
}
.recruit_box{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 3px solid #00a476;
	margin: 10px 0 30px 0;
	border-radius: 20px;
}
.recruit_box p{
	text-align: center;
	font-weight: bold;
}
table.recruit_table{
	width: 700px;
	margin: 0 auto;
}
table.recruit_table tr{

}
table.recruit_table tr:first-child th{
	border-top: 1px solid #00a476;
}
table.recruit_table tr:last-child th{
	border-bottom: 1px solid #00a476;
}
table.recruit_table th{
	width: 200px;
	text-align: left;
	background: #a8e2b7;
	padding: 10px 0 10px 10px;
	border: 1px solid #FFF;
	border-left: 8px solid #00a476;
	color: #00a476;
	box-sizing: border-box;
}
table.recruit_table td{
	width: 500px;
	padding: 10px 0 10px 10px;
	line-height: 1.8;
	border: 1px solid #00a476;
	box-sizing: border-box;
}
table.recruit_table td span{
	font-weight: bold;
	color: #5D5D5D;
}


@media only screen and (max-width: 481px) {
	table.recruit_table tr:first-child th{
		border-top: none;
	}
	table.recruit_table tr:last-child th{
		border-bottom: none;
	}
	table.recruit_table th{
		display: block;
		width: 100%;
		border: none;
		border-left: 8px solid #00a476;
	}
	table.recruit_table td{
		display: block;
		width: 100%;
		border: none;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 769px) {
	table.recruit_table{
		width: 100%;
	}
}




/* -----------------------------------------------
--------------------------------------------------
service
--------------------------------------------------
----------------------------------------------- */

.service_box{
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
.service_box h3{
	color: #FFF;
	background: #00a476;
	border-radius: 5px;
	padding: 8px 20px;
	display: inline-block;
}
.service_box ul{
	padding-left: 20px;
	overflow: hidden;
}
.service_box ul li{
	float: left;
	margin-right: 50px;
	line-height: 2;
	font-size: 14px;
	color: #686767;
}
.service_box ul li:before{
	content: "● ";
	color: #5dbd9b;
}
h3.h3_2{
	font-size: 20px;
	text-align: center;
	color: #686767;
	margin-bottom: 60px;
}
p.service_p1{
	font-weight: bold;
	margin-bottom: 0;
	font-size: 16px;
}
p.service_p1 span{
	color: #00a476;
}
p.service_p2{
	margin: 0 0 30px 0;
}


@media only screen and (max-width: 481px) {
	.service_box ul li{
		float: none;
	}
}



/* -----------------------------------------------
--------------------------------------------------
contact
--------------------------------------------------
----------------------------------------------- */


#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	background:#ebf3f0;
	text-align:left;
	color: #00a476;
	font-weight: bold;
}
table.formTable input, table.formTable textarea{
	outline: none;
}
input[type="submit"]{
	color: #FFF;
	background: #ef7f36;
	border: none;
	border-radius: 10px;
	padding: 8px 10px;
	width: 90px;
}
input[type="reset"]{
	color: #FFF;
	background: #00a476;
	border: none;
	border-radius: 10px;
	padding: 8px;
	width: 90px;
}

@media only screen and (max-width: 481px) {
	#formWrap{
		width: 100%;
	}
	table.formTable th{
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-bottom: none;
	}
	table.formTable td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	table.formTable input, table.formTable textarea{
		font-size: 16px;
		border-color: #ccc;
	}
}


/* -----------------------------------------------
--------------------------------------------------
thanks
--------------------------------------------------
----------------------------------------------- */

.thanks_p1{
	text-align: center;
	font-weight: bold;
	color: #00a476;
	font-size: 16px;
}
a.thanks_a{
	display: block;
	text-align: center;
	width: 150px;
	background: #00a476;
	color: #FFF;
	margin: 20px auto;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 10px;
}
a.thanks_a:visited{
	color: #FFF;
}


/* -----------------------------------------------
--------------------------------------------------
personal
--------------------------------------------------
----------------------------------------------- */

p.personal_p1{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
p.personal_p2{
	margin-bottom: 40px;
}




/* -----------------------------------------------
--------------------------------------------------
price
--------------------------------------------------
----------------------------------------------- */

h3.price_h3{
	color: #686767;
	font-size: 18px;
	margin: 0;
}
h3.price_h3 span{
	color: #00a476;
}
p.price_p1{
	margin: 10px 0 0 0;
}
p.price_p2{
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 15px;
}
.price_box{
	width: 100%;
	margin: 20px 0 50px 0;
}
.price_box table{
	width: 100%;
}
.price_box table tr{
	
}
.price_box table th.th_title{
	width: 25%;
	text-align: center;
	padding: 8px 0;
	color: #00a476;
	background: #ebf3f0;
	border: 1px solid #ccc;
}
.price_box table th.time{
	width: 25%;
	border: 1px solid #ccc;
	background: #F8F8F8;
	font-weight: 100;
}
.price_box table td{
	width: 25%;
	padding: 8px 0 8px 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.price_box.price_box2 table th.th_title{
	width: 12.5%;
}
.price_box.price_box2 table th.time{
	width: 12.5%;
}
.price_box.price_box2 table th.w_20{
	width: 18%;
}
.price_box.price_box2 table td{
	width: 12.5%;
	text-align: center;
}


@media only screen and (max-width: 481px) {
	.price_table{
		overflow: scroll;
		width: 100%;
	}
	.price_box table{
		width: 500px;
	}
}



/* -----------------------------------------------
--------------------------------------------------
policy
--------------------------------------------------
----------------------------------------------- */

.policy_con{
	margin-bottom: 50px;
}
.policy_con a{
	background: #fffabc;
	display: inline-block;
	text-decoration: none;
	padding: 20px 40px;
	border-radius: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #00a476;
	font-size: 18px;
}
.policy_con a span{
	font-size: 12px;
	font-weight: normal;
}
.policy_con img{
	width: 18px;
	margin-left: 10px;
}


@media only screen and (max-width: 481px){
	.policy_con a{
		font-size: 16px;
		padding: 20px 30px;
	}
}