@charset "UTF-8";

/*	reset
-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
	display:block;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}

img {
	border:0;
	vertical-align:bottom;
}

.center {
	text-align: center;
}

.red {
	color: #ff0000;
}

.none { display: none; }

a {

}

a:hover {

}

.font06 {
	font-size: 0.6em;
	font-weight: normal;
}

/*	body
-------------------------------------------------------------------*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background-color: #fff;
	font-size: 16px;
	color: #000;
	position: relative;
}

.outside_container {
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	margin: 0 auto;
}

.container {
	position: relative;
}



/*	transition
-------------------------------------------------------------------*/

.header_top p,
.header_main p,
.main_content,
.side,
.side_nav dd a:hover img {
	transition: all 0.3s;
}

.side_nav dd a,
.main_nav li a {
	transition: all 0.2s;
}

/*	header
-------------------------------------------------------------------*/

header {

}

.header_top {
	background-color: #efefef;
	box-sizing: border-box;
	padding: 20px 20px 20px 50px;
}

.header_top p:nth-of-type(1) {
	font-size: 20px;
	font-weight: bold;
}

.header_main {
	display: table;
	margin: 20px auto;
}

.header_main p:nth-of-type(1) {
	display: table-cell;
}
.header_main p:nth-of-type(1) img{
	height: auto;
}

.header_main p:nth-of-type(2) {
	display: table-cell;
}
.header_main p:nth-of-type(2) img {
	margin-right: 30px;
		height: auto;
}
.header_main p:nth-of-type(3) {
	display: table-cell;
	padding-left: 20px;
}

.header_main p img {
	max-width: 100%;
}

.header_sub {
	padding: 40px 0 0 0;
}

.header_sub img {
	max-width: 100%;
}

.header_sub p:nth-of-type(1) {
	width: 25%;
	float: left;
}

.header_sub p:nth-of-type(2) {
	width: 44%;
	float: right;
}

@media screen and (max-width: 999px) {

.header_top {
	padding: 20px 20px 20px 20px;
}

.header_main {
	padding: 10px 20px;
}

.header_sub {
	padding: 40px 10px 0 10px;
}

}

@media screen and (max-width: 799px) {

.header_top p:nth-of-type(1) {
	font-size: 16px;
}

.header_top p:nth-of-type(2) {
	font-size: 16px;
}

}

@media screen and (max-width: 649px) {

.header_top p:nth-of-type(1) {
	font-size: 12px;
}

.header_top p:nth-of-type(2) {
	font-size: 12px;
}

}


@media screen and (max-width: 599px) {

.header_top p:nth-of-type(1) {
	float: none;
	text-align: left;
}

.header_top p:nth-of-type(2) {
	float: none;
	text-align: left;
}

.header_main {
	display: block;
}

.header_main p:nth-of-type(1) {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.header_main p:nth-of-type(2) {
	width: 100%;
	display: block;
	text-align: center;
}

.header_main p:nth-of-type(2) img {
	width: 100%;
}
.header_main p:nth-of-type(3) {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 20px;
	padding-left: 0;
}

}

@media screen and (max-width: 399px) {

.header_top p:nth-of-type(1) {
	font-size: 11px;
}

.header_top p:nth-of-type(2) {
	font-size: 11px;
}
.header_top span {
	display: block;
}
}

/*	main_nav
-------------------------------------------------------------------*/

.main_nav_wrap {
	position: relative;
	height: 65px;
}

.main_nav {
	width: 100%;
	background-color: #46b400;
	height: 65px;
}

.main_nav li {
	width: 14.28%;
	float: left;
	list-style: none;
}

.main_nav li a {
	display: block;
	text-align: center;
	height: 65px;
	line-height: 65px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

.main_nav li a:hover {
	background-color: #007800;
}

.sm_nav,
.sm_nav_footer {
	display: none;
}

#main_nav_wrap_sub {
	display: none;
	height: 0px;
}

@media screen and (max-width: 767px) {

.sm_nav,
.sm_nav_footer,
#main_nav_wrap_sub {
	display: block;
	text-align: center;
}

.main_nav li {
	width: 100%;
	float: none;
	list-style: none;
	border-bottom: solid 1px #007800;
}

}


@media screen and (max-width: 599px) {

.main_nav_wrap {
	position: static;
	height: 0px;
}

.sm_nav {
	position: absolute;
	top: 10px;
	right: 10px;
}

}

/*	footer
-------------------------------------------------------------------*/

footer {
	border-top: 1px solid #ccc;
	padding: 26px 0 30px 0;
}


@media screen and (max-width: 799px) {

footer {
	border-top: 0px solid #ccc;
	padding: 0 0 30px 0;
}

}


/*	footer_nav
-------------------------------------------------------------------*/

footer ul {
	list-style: none;
}

#footer_menu01,
#footer_menu02,
#footer_menu03,
#footer_menu04,
#footer_menu05 {
	width: 20%;
	float: left;
	font-size: 12px;
}

#footer_menu01 {
	width: 22%;
}

#footer_menu02 {
	width: 23%;
}

#footer_menu03 {
	width: 17%;
}

#footer_menu04 {
	width: 21%;
}

#footer_menu05 {
	width: 17%;
}

.footer_nav>li>ul>li>a:before {
	content:"・";
}

.footer_nav>li>ul>li>ul>li>a:before {
	content:">";
	margin-right: 5px;
	margin-left: 1em;
}

footer a {
	text-decoration: none;
	color: #000;
}

@media screen and (max-width: 768px) {

.footer_nav_nav {
	display: none;
}

}

/*	main
-------------------------------------------------------------------*/

.main {
	position: relative;
	padding: 50px 0 80px 0;
}

@media screen and (max-width: 999px) {

.main {
	padding: 50px 10px 80px 10px;
}

}


/*	main_content
-------------------------------------------------------------------*/

.main_content {
	width: 100%;
	float: right;
	margin-left: -277px;
	padding-left: 277px;
	box-sizing: border-box;
}

.main_content_box {
	padding-left: 60px;
}

.soudan {
	text-align: center;
}

.soudan h2 {
	margin-bottom: 10px;
}

.soudan img {
	max-width: 100%;
}

@media screen and (max-width: 999px) {

.main_content_box {
	padding-left: 30px;
}

}

@media screen and (max-width: 799px) {

.main_content {
	width: 100%;
	float: right;
	margin-left: -200px;
	padding-left: 200px;
	box-sizing: border-box;
}

.main_content_box {
	padding-left: 20px;
}

}


@media screen and (max-width: 599px) {

.main_content {
	width: 100%;
	float: none;
	margin-left: 0px;
	padding-left: 0px;
	box-sizing: border-box;
}

.main_content_box {
	padding: 0px 10px;
}

}


/*	sub_content
-------------------------------------------------------------------*/

.sub_content_box {
	width: 100%;
	box-sizing: border-box;
}

.sub_content_box h1 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 18px 20px;
	background-color: #46b400;
	margin-bottom: 40px;
}



/*	side
-------------------------------------------------------------------*/

.side {
	width: 277px;
	float: left;
}

.side_nav {
	width: 100%;
	max-width: 277px;
	margin-bottom: 46px;
}

.side_nav dt {
	background: url(../img/side_menu_back.png) right top no-repeat;
	background-size: contain;
	background-color: #00b500;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 0 6px 25px;
	margin-bottom: 14px;
}

.side_nav dd {
	border-right: solid 1px #8d8d8d;
	border-left: solid 1px #8d8d8d;
}

.side_nav dd:nth-of-type(1) {
	border-top: solid 1px #8d8d8d;
}

.side_nav dd:last-child {
	border-bottom: solid 1px #8d8d8d;
}

.side_nav dd a {
	display: block;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	height: 80px;
	line-height: 80px;
	position: relative;
	padding-left: 24px;
}

.side_nav dd:nth-of-type(odd) a {
	background-color: #f3f3f3;
}

.side_nav dd:nth-of-type(even) a {
	background-color: #eaeaea;
}

.side_nav dd:nth-of-type(odd) a:hover,
.side_nav dd:nth-of-type(even) a:hover {
	background-color: #fff;
	color: #46b400;
}

.side_nav dd a span {
	position: relative;
	z-index: 10;
}

.side_nav dd a img {
	position: absolute;
	top: 11px;
	right: 14px;
}

.side_nav dd a:hover img {
	right: 20px;
}
.side-bnr ul {
	list-style-type: none;
}
.side-bnr ul li {
	margin-bottom: 20px;
}
.side-bnr ul li img {
	max-width: 275px;
	width: 100%;
	height: auto;
}
#bnr-cheerful {
	border: #f4b4d0 2px solid;
	padding: 20px;
}
#bnr-cheerful a {
	text-decoration: none;
}
#bnr-cheerful img {
	margin-bottom: 10px;
}
#bnr-cheerful p {
	color: #000;
	font-size: 0.8em;
}
#bnr-cheerful img + p {
	color: #c172a0;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
#bnr-cheerful .btn {
	background: #c172a0;
	text-align: center;
	padding: 7px;
	color: #FFF;
	border-radius: 500px;
	margin-top: 20px;
	font-size: 1.1em;
}
#bnr-cheerful .btn:hover {
	opacity: 0.8;
	transition: 0.3s;
}


@media screen and (max-width: 799px) {

.side {
	width: 200px;
	float: left;
}

.side_nav dt {
	font-size: 16px;
}

.side_nav dd a {
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}

.side_nav dd a img {
	width: 40px;
}

}


@media screen and (max-width: 599px) {

.side {
	margin-top: 20px;
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 0 10px;
}

.side_nav {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.side_nav dt {
	margin-bottom: 4px;
	padding-left: 16px;
}

#side_gai,
#side_service {

}

}


/*	area
-------------------------------------------------------------------*/

.area {
	width: 100%;
	max-width: 277px;
	min-height: 320px;
	padding: 20px;
	box-sizing: border-box;
	background: #edf2c5 url(../img/side_area_map.png) center 80px no-repeat;
	margin-bottom: 20px;
}

.area dl dt {
	border-radius: 500px;
	background-color: #46b401;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.area dl dd span {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.area dl dd span:nth-of-type(1) {
	padding: 13px 0;
}

.area dl dd span:nth-of-type(2) {
	line-height: 1.4;
}

@media screen and (max-width: 799px) {

.area {
	min-height: 280px;
	background-size:
	180px,
	auto;
}

.area dl dd span:nth-of-type(2) {
	text-align: left;
	font-size: 16px;
}

}

@media screen and (max-width: 599px) {

.area {
	width: 100%;
	max-width: 100%;
	min-height: 260px;
}

.area dl dd span:nth-of-type(2) {
	font-size: 18px;
}

}

/*	toppage
-------------------------------------------------------------------*/

#main_img img {
	max-width: 100%;
}

#toppage img {
	max-width: 100%;
}

#toppage h1 {
	margin-bottom: 40px;
}

#toppage dl {
	margin-bottom: 30px;
}

#toppage dl dt {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	color: #46b400;
}

#toppage dl dt span {
	display: block;
}

#top_gai {
	margin-bottom: 50px;
}

@media screen and (max-width: 999px) {

#toppage dl dt span {
	display: inline;
}

}


@media screen and (max-width: 499px) {

#toppage dl dt {
	font-size: 18px;
}

#toppage dl dd {
	font-size: 12px;
}

}



/*	page
-------------------------------------------------------------------*/

.page h1 {
	margin-bottom: 20px;
}

.page h1 span:nth-of-type(1) {
	width: 60px;
	float: left;
}

.page h1 span:nth-of-type(2) {
	width: 100%;
	float: right;
	margin-left: -60px;
	padding-left: 60px;
	box-sizing: border-box;
}

.page h1 span:nth-of-type(2) p {
	border-bottom: solid 3px #46b400;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 10px 0 5px 0;
}

.page_head_txt {
	font-size: 16px;
	margin-left: 60px;
	margin-bottom: 30px;
}

.page_head_txt span {
	display: block;
}

.page_head_txt span span {
	display: inline;
}


@media screen and (max-width: 999px) {

.page_head_txt {
	font-size: 14px;
}

}


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

.price_box div.set_w p {
	width: 50%;
	float: left;
	text-align: center;
}

.price_box div.set_w p img,
.price_box div.set_s p img {
	max-width: 100%;
}

.price_box div.set_s p {
	text-align: center;
}

.price_box div {
	min-height: 180px;
	display: table;
	margin-bottom: 50px;
}

.price_box div p {
	display: table-cell;
	vertical-align: middle;
}

.header_main {
	display: table;
}


@media screen and (max-width: 999px) {

.price_box div {
	min-height: auto;
}

}


/*	page flow
-------------------------------------------------------------------*/

.flow_box {
	padding-left: 30px;
	margin-bottom: 50px;
}

#flow_map img {
	max-width: 100%;
}

.flow_box h2 {
	color: #46b400;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

.flow_box h2 img {
	margin-right: 10px;
}

.flow_box p {
	font-size: 18px;
}

.flow_img_box {
	margin-bottom: 20px;
}

.flow_img_box p {
	width: 50%;
	float: left;
	text-align: left;
	box-sizing: border-box;
}

.flow_img_box p:nth-of-type(2) {
	text-align: right;
}

.flow_img_box p img {
	max-width: 100%;
}

@media screen and (max-width: 999px) {

.flow_img_box p:nth-of-type(1) {
	padding-right: 5px;
}

.flow_img_box p:nth-of-type(2) {
	padding-left: 5px;
}

}


/*	page voice
-------------------------------------------------------------------*/

#voice h1 span:nth-of-type(2) p i {
	font-size: 16px;
	margin-right: 10px;
}

#voice_h2 {
	border-left: solid 5px #46b400;
	margin-left: 60px;
	margin-bottom: 40px;
	padding: 5px 0 5px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #46b400;
}

.voice_box {
	padding-left: 60px;
}

.voice_box h3 {
	font-size: 18px;
	font-weight: bold;
	color: #46b400;
	margin-bottom: 10px;
	padding-left: 20px;
}

.voice_box dl {
	margin-bottom: 60px;
}

.voice_box dl dt {
	font-size: 16px;
	background-color: #fffccc;
	padding: 20px;
	margin-bottom: 14px;
}

.voice_box dl dt:before {
	content:"Q.";
	font-weight: bold;
	font-size: 20px;
	margin-right: 7px;
}

.voice_box dl dd {
	font-size: 16px;
	background-color: #f4f4f4;
	padding: 20px;
	margin-bottom: 40px;
}

.voice_box dl dd:before {
	content:"A.";
	font-weight: bold;
	font-size: 20px;
	margin-right: 7px;
}



/*	page qa
-------------------------------------------------------------------*/

#qa h1 span:nth-of-type(2) p i {
	font-size: 16px;
	margin-right: 10px;
}

.qa_box {
	padding-left: 60px;
}

.qa_box dl {
	margin-bottom: 60px;
}

.qa_box dl dt {
	font-size: 16px;
	background-color: #fffccc;
	padding: 20px;
	margin-bottom: 14px;
}

.qa_box dl dt:before {
	content:"Q.";
	font-weight: bold;
	font-size: 20px;
	margin-right: 7px;
}

.qa_box dl dd {
	font-size: 16px;
	background-color: #f4f4f4;
	padding: 20px;
	margin-bottom: 40px;
}

.qa_box dl dd:before {
	content:"A.";
	font-weight: bold;
	font-size: 20px;
	margin-right: 7px;
}



/*	page company
-------------------------------------------------------------------*/

#company_info {
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
	margin: 30px 0 60px 0;
}

#company_info th {
	padding: 16px;
	font-weight: normal;
	border: 1px solid #b0b1bb;
	text-align: left;
	background-color: #f3f3f3;
	white-space: nowrap;
}

#company_info td {
	padding: 16px;
	font-weight: normal;
	border: 1px solid #b0b1bb;
}

@media screen and (max-width: 799px) {

#company_info th {
	font-size: 14px;
}

#company_info td {
	font-size: 14px;
}

}

@media screen and (max-width: 599px) {

#company_info th {
	font-size: 12px;
}

#company_info td {
	font-size: 12px;
}

}


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

#service_head {
	color: #46b400;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 40px;
}

#service_head span {
	display: block;
}

.service_box {
	padding-left: 20px;
}

#service_head_img img {
	max-width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

#service_soudan {
	margin-bottom: 40px;
}

#service_soudan dt {
	font-size: 18px;
	font-weight: bold;
	color: #46b400;
	margin-bottom: 20px;
}

#service_soudan dd {
	font-size: 18px;
	font-weight: bold;
}

#service_omakase {
	margin: 20px auto 40px auto;
}

#service_omakase img {
	max-width: 100%;
	height: auto;
}

.service_info {
	margin-bottom: 40px;
}

.service_info h3 {
	color: #46b400;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

.service_info h3 img {
	margin-right: 10px;
}

.service_info p {
	font-size: 18px;
}

.service_info p:nth-of-type(1) {
	color: #ff6000;
	margin-bottom: 16px;
}

#service_tokusyu {
	background-color: #e3f4d9;
	padding: 16px;
	margin-bottom: 40px;
}

#service_tokusyu_info {
	width: 100%;
	float: left;
	margin-right: -156px;
	padding-right: 156px;
	box-sizing: border-box;
}

#service_tokusyu_info dl {
	margin-bottom: 16px;
}

#service_tokusyu_info dl dt {
	font-weight: bold;
	color: #ff0033;
	font-size: 20px;
}

#service_tokusyu_info sl dd {
	font-size: 17px;
}

#service_tokusyu_info p {
	font-size: 16px;
}

#service_tokusyu_info p span {
	font-weight: bold;
	color: #46b400;
	font-size: 20px;
	display: block;
}

#service_tokusyu_img {
	width: 146px;
	float: right;
	box-sizing: border-box;
}

#service_price {
	border-collapse: collapse;
	border: solid 1px #46b400;
	margin: 40px 0 16px 20px;
}

#service_price th {
	font-weight: bold;
	border-bottom: 1px solid #969696;
	text-align: left;
	background-color: #eaeaea;
	padding: 20px 50px;
	letter-spacing: 1em;
	font-size: 18px;
}

#service_price td {
	border-bottom: 1px solid #969696;
	text-align: center;
	padding: 20px 50px;
}

#service_price_txt {
	font-size: 18px;
	margin-left: 20px;
	margin-bottom: 60px;
}


@media screen and (max-width: 799px) {

#service_tokusyu_info {
	width: 100%;
	float: none;
	margin-right: 0px;
	padding-right: 0px;
	box-sizing: border-box;
}

#service_tokusyu_img {
	width: 100%;
	float: none;
	box-sizing: border-box;
	text-align: center;
	margin-top: 10px;
}

#service_price {
	margin: 40px 0 16px 0px;
}

#service_price th {
	padding: 20px 20px;
	letter-spacing: 0.5em;
	font-size: 18px;
}

#service_price td {
	padding: 20px 20px;
}

}


/*	page gaityu
-------------------------------------------------------------------*/

#gaityu h1 span:nth-of-type(1) {
	width: 80px;
}

#gaityu h1 span:nth-of-type(1) img {
	max-width: 100%;
}

#gaityu h1 span:nth-of-type(2) {
	width: 100%;
	float: right;
	margin-left: -80px;
	padding-left: 80px;
	box-sizing: border-box;
}

#gaityu h1 span:nth-of-type(2) p i {
	font-size: 16px;
	display: block;
}

#gaityu h1 span:nth-of-type(2) p {
	border-bottom: solid 0px #46b400;
}

#gaityu h1 span:nth-of-type(2) p img {
	max-width: 100%;
}

.gaityu_box {
	margin-bottom: 70px;
}

.gaityu_box h2 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 3px #46b400;
	max-width: 560px;
	margin-bottom: 30px;
}

.gaityu_box h2 span {
	font-size: 16px;
	font-weight: normal;
	margin-left: 20px;
}

.gaityu_txt {
	font-size: 16px;
	margin-bottom: 30px;
}

.gaityu_info {
	background-color: #f3f3f3;
	padding: 20px;
	margin-bottom: 20px;
}

.gaityu_info dl {
	margin-bottom: 20px;
}

.gaityu_info dl:last-child {
	margin-bottom: 0px;
}

.gaityu_info dl dt {
	color: #46b400;
	font-weight: bold;
	margin-bottom: 10px;
}

.gaityu_info dl dd {
	
}

.gaityu_sp {
	color: #46b401;
	font-weight: bold;
	border: #46b401 1px solid;
	padding: 20px;
}

.gaityu_yakusoku {
	background-color: #fffccc;
	padding: 20px;
	margin-bottom: 60px;
}

.gaityu_yakusoku dt {
	font-size: 20px;
	font-weight: bold;
	color: #46b400;
	margin-bottom: 15px;
}

/*吹き出し*/
.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 68px;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
}

.balloon5 .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #62b27b;
    color: #FFF;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #62b27b;
}

.says p {
    margin: 0;
    padding: 0;
}
/*吹き出しここまで*/




@media screen and (max-width: 799px) {

#gaityu h1 span:nth-of-type(1) {
	width: 40px;
}

#gaityu h1 span:nth-of-type(2) {
	width: 100%;
	float: right;
	margin-left: -60px;
	padding-left: 60px;
	box-sizing: border-box;
}

#gaityu h1 span:nth-of-type(2) p i {
	font-size: 12px;
	margin-bottom: 4px;
}

}


@media screen and (max-width: 599px) {

.gaityu_box h2 span {
	display: block;
	margin-left: 0px;
}

}

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

#recruit {
	margin-bottom: 60px;
}

#recruit01 {
	margin-bottom: 40px;
}

#recruit02 {
	margin-bottom: 60px;
}

#recruit01 img,
#recruit02 img {
	max-width: 100%;
}

#recruit_left {
	width: 220px;
	float: left;
	text-align: center;
}

#recruit_right {
	width: 100%;
	float: right;
	margin-left: -230px;
	padding-left: 230px;
	box-sizing: border-box;
}

#recruit_left p {
	margin-bottom: 6px;
}

#recruit_left p img {
	max-width: 100%;
}

#recruit_right h2 {
	color: #46b400;
	font-size: 20px;
	font-weight: bold;
	border-left: solid 5px #46b400;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-left: 60px;
}

#recruit_right p {
	margin-left: 60px;
}


@media screen and (max-width: 799px) {

#recruit_right h2 {
	margin-left: 30px;
}

#recruit_right p {
	margin-left: 30px;
}

}


@media screen and (max-width: 599px) {

#recruit_left {
	width: 220px;
	float: none;
	text-align: center;
	margin: 0 auto 40px auto;
}

#recruit_right {
	width: 100%;
	float: none;
	margin-left: 0px;
	padding-left: 0px;
}

}

/*	page staff-voice
-------------------------------------------------------------------*/

#staff-voice {
	margin-bottom: 60px;
}

#staff-voice h1 span {
	font-size: 16px;
	margin-left: 20px;
}

#staff_img img {
	max-width: 100%;
}

#staff-voice ul {
	border-top: dotted 1px #46b400;
	margin-top: 36px;
}

#staff-voice ul li {
	border-bottom: dotted 1px #46b400;
	font-size: 18px;
	padding: 30px 0;
}

#staff-voice ul li span:nth-of-type(1) {
	width: 60px;
	float: left;
}

#staff-voice ul li span:nth-of-type(2) {
	width: 100%;
	float: right;
	margin-left: -60px;
	padding-left: 60px;
	box-sizing: border-box;
}


/*	page staff-bosyu
-------------------------------------------------------------------*/

#staff-bosyu {
	margin-bottom: 60px;
}

#staff-bosyu h1 span {
	font-size: 16px;
	margin-left: 20px;
}

#staff-bosyu table {
	border-collapse: collapse;
	margin-bottom: 40px;
}

#staff-bosyu table th {
	padding: 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	background-color: #e3f4d9;
	white-space: nowrap;
	font-size: 18px;
}

#staff-bosyu table td {
	padding: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}

#staff_contact {
	max-width: 700px;
	width: 100%;
	margin-bottom: 40px;
}

#staff_contact dl {
	border: 1px solid #46b400;
	background-color: #fffee5;
}

#staff_contact dl dt {
	background-color: #4d4c45;
	padding: 7px 20px;
}

#staff_contact dl dd {
	padding: 7px 20px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	font-size: 26px;
	font-weight: bold;
	color: #000;
}

#staff_contact dl dd:nth-of-type(1) {
	padding-left: 40px;
}

#staff_contact dl dd span {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

#staff_contact dl dt img,
#staff_contact dl dd img {
	max-width: 100%;
}

#staff_bn {
	max-width: 700px;
	width: 100%;
}

#staff_bn p {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

#staff_bn p:nth-of-type(1) {
	padding-right: 5px;
}

#staff_bn p:nth-of-type(2) {
	padding-left: 5px;
	text-align: right;
}

#staff_bn p img {
	max-width: 100%;
}

@media screen and (max-width: 799px) {

#staff-bosyu table th {
	padding: 20px;
	font-size: 16px;
}

#staff-bosyu table td {
	padding: 20px;
	font-size: 16px;
}

}

@media screen and (max-width: 599px) {

#staff-bosyu table th {
	padding: 10px;
	font-size: 14px;
}

#staff-bosyu table td {
	padding: 10px;
	font-size: 14px;
}

#staff_contact dl dt {
	text-align: center;
}

#staff_contact dl dd {
	padding: 7px 20px;
	width: 100%;
	float: none;
	text-align: center;
}

#staff_contact dl dd:nth-of-type(1) {
	padding-left: 20px;
}

#staff_bn p {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

#staff_bn p:nth-of-type(1) {
	padding-right: 0px;
	text-align: center;
}

#staff_bn p:nth-of-type(2) {
	padding-left: 0px;
	text-align: center;
}

}


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

#contact_info {
	border: solid 4px #46b400;
	padding: 30px;
	text-align: center;
}

#contact_info dl dt {
	font-size: 24px;
	font-weight: bold;
	color: #46b400;
	margin-bottom: 14px;
}

#contact_info dl dd {
	font-size: 18px;
	margin-bottom: 20px;
}

#contact_info dl dd:nth-of-type(2) {
	font-size: 24px;
	margin-bottom: 40px;
}

#contact_info dl dd:nth-of-type(2) img {
	margin-top: 10px;
	max-width: 100%;
}

#form_box {
	padding: 0 30px;
}

#form_box table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 40px;
}

#form_box table th {
	padding: 20px;
	font-weight: normal;
	border: 1px solid #ccc;
	text-align: left;
	background-color: #f2f2f2;
	white-space: nowrap;
	box-sizing: border-box;
	width: 200px;
}

#form_box table th span {
	margin-left: 0.5em;
}

#form_box table td {
	padding: 20px;
	font-weight: normal;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.form_txt,
.form_textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 4px;
	font-size: 16px;
	border: 1px solid #ccc;
	background: -moz-linear-gradient(top, #fff, #f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
	background: -ms-linear-gradient(top, #fff, #f2f2f2); /* IE */
}

.form_textarea {
	height: 100px;
}

.form_btn {
	text-align: center;
	margin-top: 40px;
}

.form_btn input {
	padding: 10px 40px;
}

.err_box {
	margin-top: 20px;
}

.error_messe {
	color: #ff0000;
}

@media screen and (max-width: 799px) {

#form_box {
	padding: 0 0px;
}

}

@media screen and (max-width: 599px) {

#contact_info dl dt {
	font-size: 18px;
}

#contact_info dl dd {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: left;
}

#contact_info dl dd:nth-of-type(2) {
	font-size: 18px;
}

#form_box table th {
	padding: 10px;
	width: 100%;
	display: block;
	font-size: 14px;
	border-bottom: 0px solid #ccc;
}

#form_box table td {
	width: 100%;
	display: block;
	padding: 20px:
}

}
/*	page akiya
-------------------------------------------------------------------*/

#akiya_head_img {
	margin-bottom: 35px;
}

#akiya_head_img img {
	max-width: 100%;
	height: auto;
}

.akiya_box {
	padding-left: 60px;
}

.akiya_t_txt {
	font-size: 20px;
	margin-bottom: 40px;
}

.akiya_t_txt span {
	font-weight: bold;
}

.akiya_box h2 {
	color: #46b400;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

.akiya_box h2 img {
	margin-right: 10px;
}

.akiya_sv_box {
	margin-bottom: 70px;
}

.akiya_sv dt {
	font-size: 17px;
	font-weight: bold;
	color: #46b400;
	margin-bottom: 4px;
	background: #daf0cc;
	padding: 3px;
}

.akiya_sv dt:before {
	content:"◎";
}

.akiya_sv dd {
	font-size: 17px;
	margin-bottom: 25px;
}

.akiya_sv_op dt {
	color: #000;
}

.akiya_kome {
	font-size: 14px;
}

#akiya_list {
	list-style: none;
	margin-bottom: 70px;
}

#akiya_list li {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #e7f3d9;
	font-size: 18px;
	color: #46b400;
	font-weight: bold;
	padding: 13px 20px;
	margin-bottom: 7px;
}

#akiya_list2 {
	margin-left: 1em;
	margin-bottom: 15px;
}

#akiya_list2 li {
	font-size: 16px;
	font-weight: bold;
}

.akiya_txt_img {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

.akiya_txt_img p {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	vertical-align: middle;
}

.akiya_txt_img p img {
	max-width: 100%;
}

.akiya_txt_img p:nth-of-type(1) {
	padding-right: 20px;
}

.akiya_point h2 {
	font-size: 18px;
	font-weight: bold;
	color: #46b400;
	margin-bottom: 20px;
}
.akiya_point h2 span {
	font-size: 1.2em;
}

.akiya_point p {
	margin-bottom: 40px;
}

.akiya_point ul {
	list-style: none;
	font-weight: bold;
	margin-bottom: 40px;
}
.akiya_point ul li span {
	font-size: 0.8em;
	margin-left: 0.5em;
}

.akiya_voice {
	margin-bottom: 30px;
}

.akiya_voice dl {
	width: 60%;
	float: left;
	box-sizing: border-box;
}

.akiya_voice dl dt {
	font-size: 16px;
	font-weight: bold;
}

.akiya_voice dl dd {
	font-size: 16px;
}

.akiya_voice p {
	width: 40%;
	float: right;
	box-sizing: border-box;
	padding-left: 20px;
}

.akiya_voice p img {
	max-width: 100%;
}
.akiya-sub {
	display: block;
	margin-left: auto;
}
.akiya_t_txt .chuushaku {
	font-weight: normal;
	font-size: 14px;
}
.kouken-img {
	display: block;
	margin: 40px auto;
	max-width: 100%;
	height: auto;
}



@media screen and (max-width: 799px) {

.akiya_voice dl {
	width: 100%;
	float: none;
	box-sizing: border-box;
}

.akiya_voice p {
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding-left: 0px;
	margin-top: 10px;
	text-align: center;
}

.akiya_t_txt {
	font-size: 18px;
}

}

@media screen and (max-width: 599px) {

.akiya_box {
	padding-left: 20px;
}

}


/*	clearfix
-------------------------------------------------------------------*/

.clear:after{
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clear{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #3f98ef;
	opacity: 0.6;
  }
  #page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
  }
  #page_top a::before{
	font-family: FontAwesome;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  }

/* Hides from IE-mac */
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */