@charset "utf-8";
/* reset css
---------------------- */

@font-face {
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}
html {
	min-height: 100%;
	overflow-y: scroll;
	background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
	padding: 0;
	margin: 0;
}
address, caption, em, strong, th {
	font-style: normal;
}
caption, th {
	text-align: left;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
li {
	list-style-type: none;
}
#contents table, #contents ol, #contents ul, #contents dl, #contents blockquote, #contents pre {
	margin-bottom: 0px;
}
#contents p {
	line-height: 2;
	margin-bottom: 12px;
}
a img, fieldset {
	border: none;
}
body {
	-webkit-text-size-adjust: none;
	min-width: 1040px;
	height: 100%;
	font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 90%;
	color: #111;
	letter-spacing: 1.5px;
	line-height: 1.6;
	background: #fff;
}
* html body {
	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a:visited {
	text-decoration: none;
}

/* LAYOUT
---------------------- */
#page {
	margin: 0 auto;
	width: auto;
}

/* header_h1 */
#header_h1 {
	margin: 0 auto;
	width: 1020px;
	position: relative;
}
#header_h1 h1 {
	font-size: 70%;
	font-weight: normal;
	position: absolute;
	top: 2px;
}

/* header */
#header {
	min-width: 1020px;
	background: #f6aa00;
}
#header h1 {
	color: #fff;
	font-size: 70%;
	margin: 0 auto;
	width: 1020px;
}
#header .header {
	width: 1020px;
	margin: 0 auto;
	padding: 12px 0 8px;
}
#index #header .header {
	padding: 12px 0 5px;
}
#header .header:after {
	content: " ";
	display: table;
	clear: both;
}
#header .header .head-logo {
	width: 32%;
	float: left;
}

/* navigation */
#gnavi > ul {
	padding: 18px 0 0;
	width: 68%;
	float: right;
}
#index #gnavi > ul {
	padding: 15px 0 0;
}
#gnavi ul:after {
	content: " ";
	display: table;
	clear: both;
}
#gnavi > ul li {
	width: 15%;
	float: left;
}
#gnavi > ul li:first-child {
	width: 12%;
}
#gnavi > ul li:nth-child(2) {
	width: 24%;
}
#gnavi > ul li:last-child {
	width: 19%;
}
#gnavi > ul li > a {
	color: #222;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.5;
	box-sizing: border-box;
	display: block;
	position: relative;
}
#gnavi > ul li > a:hover {
	color: #f22c16;
}
#gnavi > ul li > a:hover:after {
	font-size: 130%;
	content: "■";
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
}
#gnavi + #visual {
	border-bottom: 0px;
}
#contents {
	background: #fff;
	clear: both;
}
#contents:after {
	content: " ";
	display: table;
	clear: both;
}
#contents .contents_header {
	background: url(img/background-ptn01.jpg) repeat center;
}
#contents .contents_header .head_inner {
	min-height: 265px;
	background: url(img/s-title-pc.png) no-repeat center;
	position: relative;
}
#contents .contents_header .head_inner > .title {
	color: #397219;
	font-size: 290%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 8px;
	margin-top: -26px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

/* contents */
#visual {
	min-width: 1040px;
	background: url(img/background-ptn01.jpg) repeat;
}
#visual .visual {
	line-height: 0;
	margin: 0 auto;
	min-height: 675px;
	background: url(img/title-pc.png) no-repeat center;
}
#contents:after, #header:after, #gnavi:after {
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: ".";
}
.section {
	margin: 0 auto;
	padding: 45px 0 60px;
	width: 1020px;
	position: relative;
}
.bg_lemon:before {
	content: url(img/background-img01-pc.png);
	position: absolute;
	top: 0;
	left: -135px;
}
.section > .section_inner {
	padding: 35px 0 20px;
}
#contents .section > .section_title {
	font-size: 200%;
	font-weight: normal;
	text-align: center;
}
#contents .section > .section_title .en {
	font-size: 50%;
	padding: 7px 0 0;
	display: block;
}
#contents .section > .section_title .mark {
	display: block;
}
#contents .section > .section_title .en:before, #contents .section > .section_title .en:after {
	margin: 0 10px 0 0;
	content: url(img/title-point02.png);
	position: relative;
	bottom: 2px;
}
#contents .section > .section_title .en:after {
	margin: 0 0 0 10px;
}
.child_content_section {
	padding: 100px 0 0;
}
.child_content_section > .section_inner {
	padding: 18px 10px 15px;
}
.section.line {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cccccc;
}

/* .in_content */
.in_content {
	padding: 12px 0 20px;
}
.in_content > .title {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 12px;
	padding: 10px 15px;
	border-bottom: 3px solid #f6aa00;
}
.in_content > .in_content_inner {
	padding: 10px 5px;
}

/* footer */
.footer {
	min-width: 1020px;
}
.footer a {
	font-size: 90%;
}
.page_top {
	line-height: 0;
	background: #f6aa00;
}
.footer .footer_inner {
	width: 1020px;
	margin: 0 auto;
	padding: 40px 0 30px;
}
.footer .footer_inner:after {
	content: "";
	display: block;
	clear: both;
}
.information {
	width: 45%;
	float: left;
}
.information .footerlogo {
	padding: 0 0 5px;
}
.information ul {
	font-size: 85%;
}
.footernavi {
	width: 55%;
	float: right;
}
.footernavi:after {
	content: " ";
	display: table;
	clear: both;
}
.footernavi li {
	margin: 0 0 10px;
	width: 25%;
	float: left;
}
.footernavi li:nth-child(1), .footernavi li:nth-child(5) {
	width: 21%;
}
.footernavi li:nth-child(2), .footernavi li:nth-child(6) {
	width: 29%;
}
.footernavi li:before {
	color: #f6aa00;
	margin-right: 2px;
	content: "■";
	position: relative;
	bottom: 1px;
}
.footernavi li a {
	color: #000;
	text-decoration: none;
}
.footernavi li a:hover {
	text-decoration: underline;
}
.copy {
	border-top: 1px solid #f6aa00;
	text-align: center;
	padding: 10px 0;
}
.copy img {
	position: relative;
	vertical-align: bottom;
	top: -4px;
	left: 14px;
}
.copy a {
	color: #000;
	font-size: 77%;
	text-decoration: none;
}

/* 戻る */
.return {
	text-align: center;
}

/* 汎用スタイル */
.clear {
	clear: both;
}
.txt_c {
	text-align: center;
}
.txt_r {
	text-align: right;
}

/* 各固定ページ用
---------------------- */
/* access.html */
.access_map {
	width: 100%;
	padding: 28px 10px;
	box-sizing: border-box;
}
.access_map .map_set {
	margin-bottom: 23px;
}
.access_map .map_set #map {
	width: 100%;
	height: 350px;
	border: 1px dotted #fff;
	margin-bottom: 15px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.access_map .map_set .guide {
	text-align: center;
	font-size: 90%;
	line-height: 1.0;
	letter-spacing: 2px;
	color: #fff;
	padding: 8px 20px;
	background: #397219;
}
.access_map .access_data {
	padding: 10px 5px 14px;
}
.access_map .access_data .title {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.0;
	color: #397219;
	margin-bottom: 15px;
	padding: 4px 0 2px 8px;
	border-left: 5px solid #397219;
	vertical-align: middle;
}
.access_map .access_data dl {
	line-height: 1.4;
	margin-bottom: 0px;
	padding: 0 5px;
	overflow: hidden;
	zoom: 1;
}
.access_map .access_data dl dt {
	color: #397219;
	margin-right: 10px;
	float: left;
}
.access_map .access_data dl dt:before {
	content: "\0025a0";
	margin-right: 2px;
}
.access_map .access_data dl dd {
	margin: 0 30px 0 0;
	float: left;
}
.access_map .access_data dl dd br {
	display: none;
}

/* privacy.html */
#privacy #contents ul li {
	margin-left: 8px;
	margin-bottom: 4px;
	list-style: none;
}
#privacy #contents dl {
	margin-left: 8px;
}
#privacy #contents dl dt {
	margin-bottom: 4px;
}
#privacy #contents dl dd {
	margin-left: 5px;
	margin-bottom: 14px;
}
#privacy #contents h3 {
	margin: 20px 0 5px 0;
}
#privacy .privacy_inner {
	padding: 15px 0 20px;
}

/* inquiry.html */
.attent_block .set {
	margin-bottom: 20px;
}
.attent_block .set .title {
	font-size: 110%;
	color: #a5460e;
	margin: 0 -10px 10px;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}
.attent_block .set .title:before {
	content: "\0025cf";
	color: #a5460e;
	margin-right: 6px;
}
.attent_block .important_list {
	padding: 5px 0px 0px;
}
.attent_block .important_list li {
	text-indent: -14px;
	color: #5A4727;
	line-height: 1.4;
	margin-bottom: 8px;
	padding-left: 14px;
}
.inquiry_info {
	padding: 40px 0 55px;
}
.inquiry_info .title {
	font-size: 140%;
	padding: 0 0 16px;
}
.inquiry_info .inquiry_detail {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.inquiry_info .no {
	font-size: 130%;
	line-height: 1.0;
	padding: 0 25px 0 0;
}
.inquiry_info .no span {
	font-size: 215%;
	font-family: "arial black";
	letter-spacing: -1px;
	padding: 0 0 0 4px;
}
.inquiry_info .time {
	font-size: 120%;
}

.inquiry_info .attention {
	width: 100%;
	padding: 10px 0 0 50px;
}


#inquiry .inquiry_inset {
	margin-bottom: 25px;
	padding: 15px 0;
}
#inquiry .inquiry_inner h3 {
	font-size: 120%;
	color: #333;
	margin: 0 -10px 20px;
	padding: 10px 15px;
	background: #eee;
}
#MailForm span.required {
	color: #fff;
	font-size: 85%;
	padding: 2px 4px;
	background: #f22c16;
	border-radius: 3px;
	margin-right: 5px;
}
#MailForm table {
	width: 99%;
	margin: 5px 0 25px;
	border-collapse: collapse;
}
#MailForm th, #MailForm td {
	color: #111;
	padding: 25px 15px;
	border-top: 1px solid #e1e1e1;
	font-weight: normal;
}
#MailForm tr:last-child th, #MailForm tr:last-child td {
	border-bottom: 1px solid #e1e1e1;
}
#MailForm th {
	position: relative;
	width: 160px;
	padding-left: 60px;
}
#MailForm th span {
	color: #fff;
	font-size: 85%;
	border-radius: 3px;
	padding: 2px 4px;
	background: #f22c16;
	position: absolute;
	left: 10px;
}
#MailForm input, #MailForm textarea {
	width: 310px;
	font-family: "メイリオ";
	font-size: 100%;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #444;
	margin: 2px 0;
	padding: 9px 9px;
	border: 1px solid #e1e1e1;
}
#MailForm textarea {
}
#MailForm select {
	font-size: 110%;
	padding: 10px 10px;
	border: 1px solid #e1e1e1;
}
#MailForm label {
	cursor: pointer;
	padding: 2px 0;
}
#MailForm .form3 {
	vertical-align: middle;
	width: 3%;
}
#MailForm .form25 {
	width: 25%;
}
#MailForm .form45 {
	width: 45%;
}
#MailForm .form60 {
	width: 60%;
}
#MailForm .form90 {
	width: 93%;
}
#MailForm .attent {
	font-size: 90%;
	color: #666;
}
#MailForm .attent2 {
	font-size: 90%;
	color: #4D3A20;
}
#MailForm .focus {
	background: #ffe7e0;
}
#MailForm02 .focus {
	background: #ffe7e0;
}
.send_btn_inner {
	text-align: center;
	padding: 15px 0 20px;
}
.confirm_txt {
	text-align: center;
}
.send_btn {
	display: inline-block;
	color: #fff;
	font-size: 130%;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0 10px;
	padding: 15px 30px;
	border: 0px;
	background: #397219;
}
.send_btn:hover {
	opacity: 0.8;
	transition: all 0.3s;
}
.submit_btn {
	width: 50%;
}
.reset_btn {
	width: 30%;
}
.inputarea li {
	margin: 0 15px 0 0;
	float: left;
}
#thanks p {
	line-height: 300px;
	text-align: center;
}
#contents .inquiry-info {
	margin: 0px;
	overflow: hidden;
	zoom: 1;
}
.inquiry-info li {
	margin-right: 15px;
	float: left;
}

/* formmail.cgi */
.send_inner {
	padding: 12px 0 20px;
}
.send_inner .send_step_msg {
	text-align: center;
	font-size: 140%;
	margin-bottom: 15px;
}

/* formmail.cgi:send base */
.send_guide_msg {
	text-align: center;
	color: #444;
	padding: 0 0 15px;
}
.send_inner .send_btn_inner {
	text-align: center;
}
.send_inner .send_btn_inner .send_btn {
	display: inline-block;
	color: #fff;
	font-size: 130%;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0 10px;
	padding: 15px 30px;
	border: 0px;
	background: #FF9900;
}
.send_inner .send_btn_inner .btn_return {
	background-color: #797979;
}
.send_inner .send_btn_inner .btn_return {
	background-color: #797979;
}

/* formmail.cgi:send confirm */
.send_confirm_table {
	padding: 17px 0 30px;
}
.send_confirm_table table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}
.send_confirm_table table th, .send_confirm_table table td {
	font-size: 110%;
	font-weight: normal;
	line-height: 1.5;
	border: 1px solid #ccc;
	padding: 17px 20px;
	background: #fff;
}
#contents .send_confirm_table table th {
	width: 40%;
	background: #f5f5f5;
}

/* formmail.cgi:send error */
.send_inner .send_error {
	padding: 15px 0 30px;
}
.send_inner .send_error li {
	font-size: 110%;
	padding: 5px 0;
}
.send_inner .send_error li:before {
	content: "\0025cf";
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	color: #C2C2C2;
	margin-right: 8px;
}
.send_inner .send_error li span {
	display: inline-block;
	color: #FF3333;
	margin-right: 5px;
}

/* base styles
---------------------- */
.table_base {
	padding: 20px 0 25px;
}
.table_base table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}
.table_base table th, .table_base table td {
	font-weight: normal;
	padding: 30px 16px;
	border: 1px solid #E3E3E3;
}
.table_base table td span.map_jump {
	position: relative;
	top: -2px;
	margin-left: 10px;
}
.table_base table td span.map_jump a {
	font-size: 85%;
	color: #fff;
	padding: 2px 6px;
	text-decoration: none;
	background: #397219;
	display: inline-block;
	border-radius: 3px;
}
.table_base table td span.map_jump a:hover {
	opacity: 0.7;
}
.table_base table tbody th {
	text-align: center;
	width: 28%;
}
.table_base table dt {
}
.table_base table dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.table_base table dd:last-child {
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}

.table_base span.attention {
	display: block;
	text-indent: -17px;
	padding-left: 17px;
}

.content_inner {
	padding: 10px 0 25px;
}
.content_inner:after {
	content: " ";
	display: table;
	clear: both;
}
.content_inner .images_r {
	float: right;
}
.content_inner .images_l {
	float: left;
}
.content_inner img {
	width: 100%;
}
.w_margin270 .images_r, .w_margin270 .images_l {
	width: 270px;
}
.w_margin270 .msg_l {
	padding-right: 310px;
}
.w_margin270 .msg_r {
	padding-left: 310px;
}
.w_margin320 .images_r, .w_margin320 .images_l {
	width: 320px;
}
.w_margin320 .msg_l {
	padding-right: 360px;
}
.w_margin320 .msg_r {
	padding-left: 360px;
}
.w_margin430 .images_r, .w_margin320 .images_l {
	width: 430px;
}
.w_margin430 .msg_l {
	padding-right: 490px;
}
.w_margin430 .msg_r {
	padding-left: 490px;
}
.breadcrumbs {
	padding: 5px 0 3px;
	background: #e7dfdc;
}
.breadcrumbs ul {
	margin: 0 auto;
	width: 1020px;
}
.breadcrumbs ul:after {
	content: " ";
	display: table;
	clear: both;
}
.breadcrumbs ul li {
	font-size: 85%;
	margin-right: 5px;
	float: left;
}
.breadcrumbs ul li a {
	color: #000;
	margin-right: 4px;
	display: inline-block;
}

/* .image_list */
.image_list:after {
	content: " ";
	display: table;
	clear: both;
}
.image_list li {
	float: left;
}
.image_list li img {
	width: 100%;
}
.image_list li span {
	padding: 15px 0 0;
	display: block;
}
.two_image li {
	width: 48%;
}
.two_image li:first-child {
	margin-right: 4%;
}
.three_image li {
	width: 31%;
}
.three_image li:nth-child(-n+2) {
	margin-right: 3%;
}

/* 各ページ用スタイル
---------------------- */
/* -------------------
汎用指定 */

/* .btn */
.btn a {
	color: #fff;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	padding: 13px 0;
	width: 67%;
	display: block;
	background: #92ab23;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	z-index: 2;
}
.btn a:before {
	color: #fff;
	font-size: 130%;
	margin-top: -17px;
	content: "■";
	position: absolute;
	top: 50%;
	right: -2px;
}
.btn a:after {
	height: 100%;
	width: 0%;
	background: #f6aa00;
	z-index: -1;
	content: "　";
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.3s;
}
.btn a:hover:after {
	width: 100%;
}
.sp_only {
	display: none;
}
.pc_br {
	display: block;
}
.last_child {
	margin-bottom: 0 !important;
}

/* -------------------
index.html */
/* .top_conccept */
.top_concept {
	width: 1300px;
	max-width: 100%;
	background: url(img/background-img01-pc.png) no-repeat top left;
}
.top_concept .section_inner {
	margin: 0 auto;
	width: 1020px;
}
.top_conccept_block {
	padding: 0 575px 100px 0;
	background: url(img/top-concept-img-pc.png) no-repeat right bottom;
}
.top_conccept_block .concept_title {
	font-size: 220%;
	line-height: 1.4;
	padding: 0 0 20px;
}
.top_conccept_block .concept_text {
	padding: 0 0 30px;
}

/* .top_service */
.top_service {
	width: 100%;
	background: #f7f8da;
}
.top_service .section_inner {
	margin: 0 auto;
	width: 1020px;
}
.top_service_list {
	margin: 0 auto;
	width: 90%;
}
.top_service_list:after {
	content: "";
	display: block;
	clear: both;
}
.top_service_list li {
	box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
	margin-right: 10%;
	padding: 0 0 30px;
	width: 45%;
	background: #fff;
	float: left;
}
.top_service_list li:last-child {
	margin-right: 0;
}
.top_service li .top_service_img {
	padding: 0 0 20px;
	position: relative;
}
.top_service li .top_service_img span {
	margin-left: -62px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.top_service li .top_service_img > img {
	width: 100%;
}
.top_service li .list_title {
	font-size: 135%;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 0;
}
.top_service li .list_text {
	font-size: 90%;
	padding: 0 18px;
}
.top_service .btn {
	padding: 5px 0 0;
}
.top_service .btn a {
	margin: 0 auto;
}

/* .top_recruit */
.top_recruit {
	padding: 40px 0 60px;
	width: 100%;
	background: url(img/background-img02-pc.png) no-repeat center;
}
.top_recruit .section_inner {
	margin: 0 auto;
	width: 1020px;
}
.recruit_msg {
	text-align: center;
	padding: 25px 0 0;
}
.top_recruit .btn {
	padding: 40px 0 0;
}
.top_recruit .btn a {
	margin: 0 auto;
	width: 32%;
}

/* -------------------
greeting.html */
/* .greeting_contents */
.greeting_contents:after {
	content: " ";
	display: table;
	clear: both;
}
.greeting_msg {
	margin: 0 auto;
	width: 70%;
	float: left;
}
#contents .greeting_msg p {
	letter-spacing: 1.8px;
	line-height: 2.2;
	margin-bottom: 20px;
}
.greeting_msg .name {
	font-size: 160%;
	text-align: right;
}
.greeting_msg .name span {
	font-size: 70%;
}
.greeting_contents .image {
	float: right;
	width: 25%;
}
.greeting_contents .image img {
	width: 100%;
}

/* -------------------
contents1.html */
.contents_head_title {
	border-top: 2px solid #fed23e;
	border-bottom: 2px solid #fed23e;
	padding: 5px 0;
}
.contents_head_title .contents_title {
	font-size: 160%;
	font-weight: normal;
	padding: 9px 0 7px 25px;
	background: #fed23e;
	position: relative;
}
.contents_head_title .contents_title:before {
	color: #f22c16;
	margin-top: -18px;
	content: "■";
	position: absolute;
	left: -1px;
	top: 50%;
}

/* .chibaeco */
.chibaeco {
	padding: 20px;
	background: #f8f9da;
}
.chibaeco .in_block {
	border: 2px solid #92ab23;
	padding: 20px 330px 8px 30px;
	background: url(img/chibaeco-img.png) no-repeat right;
}
.chibaeco .in_block .title {
	font-size: 200%;
	padding: 0 0 10px;
	position: relative;
}
.chibaeco .in_block .title:before {
	color: #92ab23;
	font-size: 85%;
	content: "■";
	position: absolute;
	left: -33px;
}
.chibaeco .in_block .text span {
	padding: 3px 0.1em;
	position: relative;
	z-index: 0;
	background: linear-gradient(to top, #ffdd83 25%, transparent 50%);
}

/* .safety_list */
.safety_list li h4 {
	font-size: 190%;
	font-weight: normal;
	border-bottom: 5px solid #f6aa00;
	margin: 0 0 40px;
}
.safety_list li h4:before {
	margin-right: 7px;
	content: url(img/no01-pc.png);
	position: relative;
	top: 13px;
}
.safety_list li:nth-child(2) h4:before {
	content: url(img/no02-pc.png);
}
.safety_list li:nth-child(3) h4:before {
	content: url(img/no03-pc.png);
}
.pick_text {
	color: #397219;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 15px;
}

/* .business_list */
.business_list li {
	border-bottom: 1px dashed #ccc;
	padding: 30px 0 30px;
}
.business_list li:first-child {
	padding: 0 0 30px;
}
.business_list li:after {
	content: "";
	display: block;
	clear: both;
}
.business_list .img_block {
	margin-right: 30px;
	width: 300px;
	float: left;
}
.business_list .img_block img {
	width: 100%;
}
.business_list .msg_block {
	padding: 15px 0;
}
.business_list .msg_block h4 {
	padding: 0 0 16px;
}
.business_list .pick_text {
	line-height: 1;
}

/* -------------------
contents3.html */
.requirements_block {
	padding: 15px 10px 40px;
}
#contents .requirements_block table {
	width: 100%;
	margin: 0 auto 40px;
	border-collapse: collapse;
}
.requirements_block table th, .requirements_block table td {
	font-weight: normal;
	padding: 30px 16px;
	border: 1px solid #E3E3E3;
}
.requirements_block table th {
	background: #f1f1f1;
}
.requirements_block table td span.map_jump {
	position: relative;
	top: -2px;
	margin-left: 10px;
}
.requirements_block table td span.map_jump a {
	font-size: 85%;
	color: #fff;
	padding: 2px 6px;
	text-decoration: none;
	background: #397219;
	display: inline-block;
	border-radius: 3px;
}
.requirements_block table td span.map_jump a:hover {
	opacity: 0.7;
}
.requirements_block table tbody th {
	text-align: center;
	width: 28%;
}
.requirements_block table dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.requirements_block table dd:last-child {
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}
.requirements_block ul {
}
.requirements_block ul li {
	margin-bottom: 6px;
}