@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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	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%;
}
ol, ul {
	list-style: none;
}
#contents table, #contents ol, #contents ul, #contents dl, #contents blockquote, #contents pre {
	margin-bottom: 0px;
}
#contents table {
	border-collapse: collapse;
	border-spacing: 0;
}
#contents p {
	margin-bottom: 12px;
}
a img, fieldset {
	border: none;
}
body {
	color: #000033;
	font-size: 90%;
	font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 1.5px;
	line-height: 1.8;
	height: 100%;
	min-width: 1040px;
	background: #fff;
}
a:visited {
	text-decoration: none;
}

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

/* header */
#header {
	min-width: 1020px;
}
#header .header {
	margin: 0 auto;
	padding: 20px 0 10px;
	width: 1020px;
	display: table;
}
#header .header .head-logo,
#header .header .head_inquiry_navi {
	display: table-cell;
	vertical-align: middle;
}
#header .header .head-inquiry {
	text-align: right;
}
#sp_navi {
	display:none;
}

/* navigation */
#gnavi {
	text-align: right;
}
#gnavi > ul > li {
	display: inline-block;
}
#gnavi > ul > li:not(:last-child) {
	margin-right: 8px;
}
#gnavi > ul > li > a {
	color: #333;
	font-size: 0.95rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 10px 20px;
	background: #fff;
	position: relative;
	display: block;
	z-index:1;
}
#gnavi > ul > li:last-child > a {
	padding: 10px 7px;
}
#gnavi > ul > li > a:hover {
	color: #096dda;
}
#gnavi > ul > li > a:after {
	height: 2px;
	width: 0;
	background: #096dda;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s;
}
#gnavi > ul > li > a:hover:after {
	width: 100%;
}
#gnavi + #visual {
	border-bottom: 0px;
}
#contents1 #contents {
	background: url(img/top-concept-bg01-pc.png) no-repeat bottom left, url(img/top-concept-bg02-pc.png) no-repeat bottom right;
}
#contents .contents_header {
	padding: 85px 0 64px;
	background: url(img/s-title-pc.png) no-repeat top center #172a4c;
}
#contents .contents_header .head_inner {
	margin: 0 auto;
	width: 1020px;
}
#contents .contents_header .head_inner > .title {
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 4px;
	text-align: center;
}

/* contents */
#visual {
	border-bottom: 4px solid #096dda;
	min-width: 1040px;
	background: url(img/title01-pc.jpg) no-repeat center center / cover;
}
.visual {
	margin: 0 auto;
	width: 1020px;
	position: relative;
}
.visual_text img {
	width: 100%;
	display: block;
}
.section {
	padding: 80px 0 40px;
}
.section:nth-child(even) {
	background: rgba(9,109,218,0.1);
}
.section:last-of-type {
	padding-bottom: 70px;
}
#contents .section > .section_title {
	font-size: 1.9rem;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 0 60px;
	padding: 0 0 8px;
	position: relative;
}
#contents .section > .section_title:after {
	height: 3px;
	width: 70px;
	background: #096dda;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.section .section_inner {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 1020px;
}
.child_content_section {
	margin-bottom: 60px;
}
.child_content_section:last-of-type {
	margin-bottom: 0;
}
#contents .child_content_section > .section_title {
	font-size: 1.5rem;
	border-bottom: 3px solid #096dda;
	margin-bottom: 20px;
	padding: 0 13px 5px;
}
.child_content_section > .section_inner {
	box-sizing: border-box;
	padding: 15px 10px;
}

/* .in_content */
.in_content {
	padding: 12px 5px 20px;
}
.in_content > .title {
	color: #000;
	font-size: 0.9rem;
	margin-bottom: 12px;
	padding: 10px 15px;
	background: #f1f1f1;
}
.in_content > .in_content_inner {
	padding: 10px 5px;
}

/* #pagetop */
#pagetop {
  display: none;
}
#pagetop:hover {
  opacity: 0.7;
}
#pagetop.fixed {
  right: 3%;
  bottom: 50px;
  display: block;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#pagetop a img {
  display: block;
}

/* footer */
.footer {
	border-top: 4px solid #096dda;
	min-width: 1020px;
	position: relative;
}
.footer_inner {
	margin: 0 auto;
	padding: 45px 0 35px;
	width: 1020px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footerlogo {
	margin: 0 0 10px;
}
.footernavi ul {
	text-align: right;
}
.footernavi li {
	display: inline-block;
}
.footernavi li:not(:last-child) {
	margin-right: 17px;
}
.footernavi li:before {
	margin-right: 1px;
	content: "\03e";
	position: relative;
}
.footernavi li a {
	color: #000033;
	font-size: 0.85rem;
	text-decoration: none;
}
.footernavi li a:hover {
	text-decoration: underline;
}
.copy {
	text-align: center;
	padding: 15px 0 10px;
	background: #096dda;
}
.copy img {
	vertical-align: bottom;
	position: relative;
	top: -4px;
	left: 14px;
}
.copy a {
	color: #fff;
	font-size: 0.75rem;
	text-decoration: none;
}

/* 戻る */
.return {
	text-align: center;
}
.return a {
	color: #111;
	text-decoration: none;
}

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

/* 各固定ページ用
---------------------- */
/* access.html */
.access_map {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
}
.access_map .map_set {
	border: 1px dotted #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	margin-bottom: 23px;
	height: 450px;
	width: 100%;
}
.access_map .access_data {
	padding: 15px 0 0;
}
.access_map .access_data dl {
	padding: 0 5px;
	overflow: hidden;
}
.access_map .access_data dl:after {
	content:" ";
	display:table;
	clear:both;
}
.access_map .access_data dl dt {
	color: #096dda;
	font-weight:bold;
	float: left;
}
.access_map .access_data dl dd {
	padding-left:80px;
}

/* privacy.html */
.privacy_section {
	padding:50px 0 70px;
}
.privacy_section_inner {
	margin: 0 auto;
	width: 1020px;
}
.privacy_set {
	margin-bottom:20px;
}
#contents .privacy_set_title {
	font-size: 1rem;
	border-left: 6px solid #096dda;
	margin-bottom:30px;
	padding: 10px 15px;
	background: rgba(9,109,218,0.1);
}
.privacy_set_inner {
	box-sizing:border-box;
	padding: 0 10px 15px;
}
#contents ul.privacy_list li {
	margin-bottom: 10px;
}
#contents dl.privacy_item dt {
	margin-bottom: 4px;
}
#contents dl.privacy_item dd {
	margin-bottom: 15px;
	padding-left:40px;
}

/* inquiry.html */
.inquiry_everywhere_block {
	text-align: center;
	padding: 80px 0 60px;
}
.inquiry_info {
	margin: 0 auto;
	width: 900px;
	display: flex;
}
.inquiry_info .set {
	text-align: center;
	width: 50%;
}
.inquiry_info .no {
	margin-bottom: 10px;
}
.inquiry_info .no a {
	font-size: 2.7rem;
	font-family: "arial bold";
	letter-spacing: -1px;
	line-height: 1.0;
	text-decoration: none;
}
.inquiry_info .no.fax a {
	color: #656565;
}
.inquiry_info .no span {
	font-size: 65%;
}
#contents .inquiry_info .time {
	margin-bottom:0;
}
.attent_block {
	margin-bottom:20px;
}
.attent_block .title {
	font-size: 1rem;
	text-shadow:0.3px 0 0 #000;
	border-bottom: 1px solid #333;
	margin: 0 0 10px;
	padding: 5px 0;
}
.attent_block .title:before {
	content: "■";
	font: normal normal normal 18px/1 FontAwesome;
	margin-right: 6px;
}
.important_text {
	color: #5A4727;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 27px;
}
#inquiry .inquiry_inset {
	margin-bottom: 25px;
}
.thanks_title {
	font-size:1.9rem;
	text-align:center;
	margin-bottom:30px;
}
.thanks_msg {
	font-size:105%;
	text-align:center;
	line-height:2.0;
}
#contents .thanks_msg > p {
	margin-bottom:20px;
}
#MailForm span.required, #MailForm span.any {
	color: #fff;
	font-size: 85%;
	border-radius: 3px;
	margin-right: 5px;
	padding: 2px 4px;
}
#MailForm span.required {
	background: #9B0000;
}
#MailForm span.any {
	background: #999;
}
#MailForm table {
	border: 2px solid #999;
	border-collapse: collapse;
	margin: 5px auto 25px;
	width: 100%;
}
#MailForm th, #MailForm td {
	color: #111;
	font-weight: normal;
	border: 1px solid #999;
	padding: 25px;
}
#MailForm th {
	padding-left: 75px;
	width: 25%;
	background:#F2F2F2;
	position: relative;
}
#MailForm th span {
	position: absolute;
	left: 25px;
}
#MailForm input, #MailForm textarea {
	color: #444;
	font-size: 0.9rem;
	font-family: "メイリオ";
	letter-spacing: 1px;
	line-height: 1.4;
	border: 1px solid #e1e1e1;
	margin: 2px 0;
	padding: 9px;
	width: 310px;
}
#MailForm select {
	font-size: 0.9rem;
	border: 1px solid #e1e1e1;
	padding: 3px 27px 3px 13px;
	background: url(img/select-arrow.png) no-repeat center right 7px / 9% #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#MailForm label {
	padding: 2px 0;
	cursor: pointer;
}
#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 {
	color: #666;
	font-size: 90%;
}
#MailForm .attent2 {
	color: #4D3A20;
	font-size: 90%;
}
#MailForm .focus {
	background: #ffe7e0;
}
#MailForm02 .focus {
	background: #ffe7e0;
}
.confirm_txt {
	text-align: center;
}
.send_btn_inner {
	text-align: center;
	padding: 15px 0 20px;
}
.send_btn {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 3px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 1px solid #096dda;
	box-sizing: border-box;
	padding: 17px 0 15px;
	background: url(img/arrow02.png) no-repeat center right 40px #096dda;
	display: block;
	transition: 0.5s;
}
.send_btn:hover {
	color: #096dda;
	background: url(img/arrow01.png) no-repeat center right 40px;
}
.submit_btn {
	margin: 0 auto;
	width: 50%;
}
.inputarea li {
	margin: 0 15px 0 0;
	float: left;
}
#thanks p {
	line-height: 300px;
	text-align: center;
}
#contents .inquiry-info {
	margin: 0px;
	overflow: hidden;
}
.inquiry-info li {
	margin-right: 15px;
	float: left;
}

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

/* formmail.cgi:send base */
.send_guide_msg {
	color: #444;
	text-align: center;
	padding: 0 0 15px;
}
.send_inner .send_btn_inner {
	text-align: center;
}
.send_inner .send_btn_inner .send_btn {
	color: #fff;
	font-size: 130%;
	letter-spacing: 1px;
	cursor: pointer;
	border: 0px;
	margin: 0 10px;
	padding: 15px 30px;
	background: #FF9900;
	display: inline-block;
}
.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 {
	border-collapse: collapse;
	margin: 0 auto;
	width: 90%;
}
.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 {
	color: #C2C2C2;
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-right: 8px;
	content: "\0025cf";
}
.send_inner .send_error li span {
	color: #FF3333;
	margin-right: 5px;
	display: inline-block;
}

/* base styles
---------------------- */
.table_base {
	padding: 0 0 25px;
}
.table_base table {
	margin: 0 auto;
	border-collapse: collapse;
	width: 100%;
}
.table_base table th, .table_base table td {
	font-weight: normal;
	border-bottom: 2px solid #999;
	padding: 25px 60px;
}
.table_base table td span.map_jump {
	margin-left: 10px;
	position: relative;
	top: -2px;
}
.table_base table td span.map_jump a {
	color: #fff;
	font-size: 85%;
	text-decoration: none;
	border-radius: 3px;
	padding: 1px 7px;
	background: #096dda;
	display: inline-block;
}
.table_base table td span.map_jump a:hover {
	opacity: 0.7;
}
.table_base table tbody th {
	border-bottom: 2px solid #096dda;
	width: 26%;
}
.table_base table dt {
	font-weight: bold;
	padding: 0 5px;
}
.table_base table dd {
	border-bottom: 2px dotted #ccc;
	margin-bottom: 17px;
	padding: 0 5px 17px;
}
.table_base table dd:last-child {
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.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 .msg_l,
.content_inner .msg_r {
	line-height: 2.2;
}
.content_inner .msg_l {
	float: left;
}
.content_inner .msg_r {
	float: right;
}
.content_inner img {
	width: 100%;
}
.w_margin400 .images_r, .w_margin400 .images_l {
	width: 400px;
}
.w_margin400 .msg_l, .w_margin400 .msg_r {
	width: 520px;
}
#contents .pick_text {
	color: #6699CC;
	font-size: 1.1rem;
	margin-bottom: 16px;
}
.breadcrumbs {
	padding: 5px 0;
	background: #f1f1f1;
}
.breadcrumbs ul {
	margin: 0 auto;
	width: 1020px;
}
.breadcrumbs ul:after {
	content: " ";
	display: table;
	clear: both;
}
.breadcrumbs ul li {
	font-size: 0.7rem;
	margin-right: 5px;
	float: left;
}
.breadcrumbs ul li a {
	color: #111;
	margin-right: 4px;
	display: inline-block;
}
.breadcrumbs ul li a:hover {
	text-decoration: none;
}

/* .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%;
}

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

.only_pc {
	display: block;
}
.only_sp {
	display: none;
}
.tel a {
	color: #000033;
	cursor:inherit;
	text-decoration: none;
	pointer-events: none;
}
.fax a {
	cursor:inherit;
	pointer-events: none;
}
.fade_hover a {
	transition:0.8s;
}
.fade_hover a:hover {
		opacity:0.7;
}
.btn_base {
	margin: 0 auto;
	width: 300px;
}
.btn_base a {
	color: #fff;
	font-size: 0.95rem;
	text-align: center;
	text-decoration: none;
	border: 1px solid #096dda;
	box-sizing: border-box;
	padding: 17px 0 15px;
	background: url(img/arrow02.png) no-repeat center right 40px #096dda;
	display: block;
	transition: 0.5s;
}
.btn_base a:hover {
	color: #096dda;
	background: url(img/arrow01.png) no-repeat center right 40px;
}
.everywhere_block {
	text-align: center;
	line-height: 2.2;
	box-sizing: border-box;
	margin: 0 auto 50px;
	padding: 0 60px;
	width: 1020px;
}


/* -------------------
index.html */

/* .top_concept */
.top_concept {
	padding: 100px 0 80px;
	background: url(img/top-concept-bg01-pc.png) no-repeat bottom left, url(img/top-concept-bg02-pc.png) no-repeat bottom right;
}
.top_concept_title {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 40px;
}
.top_concept_inner {
	font-size: 1rem;
	line-height: 2.4;
	text-align: center;
}

/* .top_work */
.top_work {
	padding: 215px 0 200px;
	background: url(img/top-work-img-pc.png) no-repeat top 130px center, url(img/top-work-bg-pc.jpg) no-repeat top center / 100%;
}
.top_work_inner {
	margin: 0 auto;
	width: 1020px;
}
.top_work_inner:after {
	content: "";
	display: block;
	clear: both;
}
.top_work_contents {
	text-align: center;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
	box-sizing: border-box;
	padding: 70px 50px;
	width: 440px;
	background: #fff;
	float: right;
}
.top_work_title {
	font-size: 1.9rem;
	letter-spacing: 3px;
	margin: 0 0 35px;
	padding: 0 0 8px;
	position: relative;
}
.top_work_title:after {
	height: 3px;
	width: 70px;
	background: #096dda;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.top_work_text {
	margin: 0 0 40px;
}

/* .top_service */
.top_service {
	padding: 215px 0 200px;
	background: url(img/top-service-img-pc.png) no-repeat top 130px center, url(img/top-service-bg-pc.jpg) no-repeat top center / 100%;
}
.top_service_inner {
	margin: 0 auto;
	width: 1020px;
}
.top_service_contents {
	text-align: center;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
	box-sizing: border-box;
	padding: 70px 50px;
	width: 440px;
	background: #fff;
}
.top_service_title {
	font-size: 1.9rem;
	letter-spacing: 3px;
	margin: 0 0 35px;
	padding: 0 0 8px;
	position: relative;
}
.top_service_title:after {
	height: 3px;
	width: 70px;
	background: #096dda;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.top_service_text {
	margin: 0 0 40px;
}

/* .top_company */
.top_company {
	padding: 100px 0;
	background: url(img/top-company-bg-pc.jpg) no-repeat top center / cover;
}
.top_company_inner {
	margin: 0 auto;
	width: 1020px;
}
.top_company_inner:after {
	content: "";
	display: block;
	clear: both;
}
.top_company_contents {
	color: #fff;
	width: 50%;
	float: right;
}
.top_company_title {
	font-size: 1.9rem;
	letter-spacing: 3px;
	margin: 0 0 40px;
	padding: 0 0 8px;
	position: relative;
}
.top_company_title:after {
	height: 3px;
	width: 70px;
	background: #fff;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}
.top_company_text {
	font-size: 0.95rem;
	line-height: 2;
	margin: 0 0 40px;
}
.top_company .btn_base {
	margin: 0;
	width: 370px;
}
.top_company .btn_base a {
	color: #096dda;
	border: 1px solid #fff;
	background: url(img/arrow01.png) no-repeat center right 40px rgba(255,255,255,0.9);
}
.top_company .btn_base a:hover {
	color: #fff;
	background: url(img/arrow02.png) no-repeat center right 40px;
}


/* -------------------
greeting.html */

/* .work_block */
.work_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.work_section {
	width: 47%;
}
.work_section:not(:last-child) {
	margin: 0 0 30px;
}
.work_section_title {
	font-size: 1.1rem;
	border-bottom: 1px dashed #096dda;
	margin: 0 0 15px;
	padding: 0 5px 3px;
}
.work_section_title:before {
	color: #096dda;
	font-size: 2rem;
	line-height: 1;
	margin-right: 3px;
	content: "\025cf";
	position: relative;
	top: 3px;
}


/* -------------------
contents1.html */

/* .service_concept */
.service_concept {
	text-align: center;
	margin: 0 0 40px;
}
.service_concept .title {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.service_concept .contents {
	line-height: 2;
}
#contents .service_list {
	box-sizing: border-box;
	margin: 0 auto 80px;
	padding: 27px 40px 30px;
	width: 700px;
	background: rgba(9,109,218,0.1);
}
.service_list:after {
	content: "";
	display: block;
	clear: both;
}
.service_list li {
	width: 50%;
	float: left;
}
.service_list li:before {
	color: #096dda;
	font: normal normal normal 20px/1 FontAwesome;
	line-height: 1;
	margin-right: 3px;
	content: "\025cf";
	position: relative;
	top: 2px;
}

/* .facility_list */
#contents .facility_list {
	box-sizing: border-box;
	padding: 40px 40px 15px;
	background: rgba(9,109,218,0.1);
	display: flex;
	flex-wrap: wrap;
}
.facility_list:after {
	content: "";
	display: block;
	clear: both;
}
.facility_list li {
	line-height: 1.5;
	border-bottom: 1px dashed #096dda;
	box-sizing: border-box;
	margin: 0 0 25px;
	padding: 0 10px 13px;
	width: 48%;
	float: left;
	display: flex;
	align-items: center;
}
.facility_list li:nth-of-type(odd) {
	margin-right: 4%;
}
.facility_list li span {
	font-family: "arial bold";
	font-size: 1.7rem;
	padding: 0 10px 0 0;
}

/* .facility_images */
.facility_images:after {
	content: "";
	display: block;
	clear: both;
}
.facility_images li {
	margin-bottom: 50px;
	width: 48%;
	float: left;
}
.facility_images li:nth-of-type(odd) {
	margin-right: 4%;
}
.facility_images li img {
	width: 100%;
}
.facility_images li span {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000033;
	padding: 0 0 3px;
	margin: 0 auto;
	width: 80%;
	display: block;
}
