@charset "utf-8";
/* CSS Document */

/*---------------------------------------------
	Browser reset css
  ---------------------------------------------*/

html {
	overflow-y: scroll;
	height: 100%;
}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}
a {
	outline: none;
}
a:focus, *:focus { outline:none; }
a:link {
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
a:visited {
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
a:hover {
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
a:active {
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
body,html {
	width:  100%;
	min-width: 320px;
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
	font-family: Century Gothic, 'meiryo', 'メイリオ', 'ms pgothic', 'ms pゴシック', osaka, sans-serif;
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.row {
	max-width: 978px;
	margin: 0 auto;
}
.col {
	float: left;
}
.col2 {
	float: right;
}
/* ==================================================  
	+1: Leyout Pattern Set
================================================== */
.boxSet {
	clear: both;
	float: none;
}
/* clearFix
================================================== */
.clearFix:after { content: "."; clear: both; height: 0; visibility: hidden; display: block; }

.clearFix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearFix { zoom:1; height: 1%; }

.clearFix { display: block; }/* End hide from IE-mac */
/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */
/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}
p {
	font-size: 76%;
}
.img {
	text-align: center;
}
.text-center {
	text-align: center;
}
body {
	background-color: #fff;
	/*background: -moz-linear-gradient(top, #07162d, #34a5bd);
	background: -webkit-gradient(linear, left top, left bottom, from(#07162d), to(#34a5bd));
	background: -webkit-linear-gradient(top, #07162d, #34a5bd);
	background: linear-gradient(to bottom, #07162d, #34a5bd);*/
}

/* ------ Font ------ */

/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------ Column ------ */

.row,
.row2 {
	max-width: 978px;
	margin: 0 auto;
}
.row:after,
.row2:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col,
.col2 {
	float: left;
	margin-left: 3.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

.col2:first-child,
.col2.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right,
.col2.right {
	float: right;
	margin-left: 3.2258064515%;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.3870967741%;}
.one-third {width: 31.1827956988%;}
.two-third {width: 65.5913978494%;}
.one-third_sub {width: 31.1827956988%;}
.two-third_sub {width: 65.5913978494%;}

.one-third2 {width: 26.7741935482%;}
.two-third2 {width: 70%;}

.one-fourth {width: 22.5%;}
.two-fourth {width: 48.3870967741%;}
.three-fourth {width: 72.58064516115%;}

.one-fifth {width: 17.4193548388%;}
.two-fifth {width: 38.0645161291%;}
.three-fifth {width: 58.7096774194%;}
.four-fifth {width: 79.3548387097%;}

/*-----------------------------------------------------	*/
/*	for - 1020px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 1020px) {
.row,
.row2 {
	max-width: 100%;
	margin: 0 auto;
		padding: 0 20px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
.row2 .col,
.row2 .col.left,
.row2 .col.right {
	float: none;
	width: auto;
	margin-left: 0;
}
.one-third_sub,
.two-third_sub {width: 100%;}
}
/*-----------------------------------------------------	*/
/*	 1020px	以下			*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 1020px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col2 {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}
/*-----------------------------------------------------	*/
/*	for 640px - 1020px				*/
/*-----------------------------------------------------	*/
@media screen and (min-width: 640px) and (max-width: 1020px) {	
	/* ------ Header ------ */

	header {
		display: none;
    }
    #head_nav {
		display: none;
    }
    /* ------ サブページ用 ------ */
    #submain {
	    padding-top: 0px;
    }

	/* ------ Article ------ */
	article {
		max-width: 938px;
		margin: 0px auto;
		padding: 0px 20px 20px 20px;
	}
	#subpage h2.title {
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#subpage h2.title:before,
	#subpage h2.title:after {
	display: none;
	}
	#subpage dl.sptel {
	display: none;
	}
	#subpage dl.pctel {
	display: block;
	}

/* カテゴリー一覧 */
.case_item a span{
	font-size: 11px;
	}
}
/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 639px) {
	.row,
	.row2 {
		padding: 0 10px;
	}

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	/* ------ Header ------ */
	header {
		display: none;
    }
    #head_nav {
		display: none;
    }
	
	/* ------ Article ------ */
	article {
		margin: 0px auto;
		padding-top: 0px !important;
		padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	}
	article p {
		font-size: 90%;
	}
	#subpage dl.sptel {
	display: block;
	}
	#subpage dl.pctel {
	display: none;
	}
}
/*-----------------------------------------------------	*/
/*						*/
/*-----------------------------------------------------	*/

/* ------ Header ------ */
header#header {
	height: 86px;
	background-color: #fff;
	border-top: 4px solid #1e6398;
	border-bottom: 4px solid #1e6398;
}
@media screen and (max-width: 998px) {
	header#header {
		padding-left: 20px;
		padding-right: 20px;
	}
}
header ul#header_contact li.header_contact01 ,
header ul#header_contact li.header_contact02 {
	float: right;
	font-size: 12px;
	color: #353535;
	line-height: 18px;
	margin-top: 22px;
}
header ul#header_contact li.header_contact01 {
	width: 32%;
}
header ul#header_contact li.header_contact02 {
	width: 35%;
}
header ul#header_contact li.header_contact01 span.header_contact_text ,
header ul#header_contact li.header_contact02 span.header_contact_text {
	float: left;
	font-size:13px;
	color: #353535;
	line-height: 20px;
}
header ul#header_contact li.header_contact01 span.header_contact_number ,
header ul#header_contact li.header_contact02 span.header_contact_number {
	font-size: 18px;
	font-weight: bold;
	float: left;
	line-height: 18px;
}
header ul#header_contact li.header_contact01::before {
	content:"\f095";
	color: #1e7cc2;
	font-family: FontAwesome;
	float: left;
	font-size: 38px;
	padding-top: 12px;
	padding-right: 6px;
}
header ul#header_contact li.header_contact02::before {
	content: "";
	color: #1e7cc2;
	float: left;
	width: 40px;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	background: url(../image/icon_fax.png) no-repeat;
	background-position: center center;
}
header ul#header_contact li.contact_btn a::before {
	content:"\f003";
	color: #fff;
	font-family: FontAwesome;
	font-size: 30px;
	padding-right: 10px;
	vertical-align: middle;
}
header ul#header_contact li:first-child {
	margin-left: 0px;
}
header h1#logo {
	background-image: url(../image/logo.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	height: 90px;	
}
header#header a.pc_header_h1 {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}
header#header a.pc_header_h1:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.hide_text {
	overflow: hidden;
	text-indent: 115%;
	white-space: nowrap;
}
header ul#header_contact li.contact_btn {
	display: block;
	background-color: #d38052;
	color: #fff;
	line-height: 19px;
	border-radius: 4px;
	box-shadow: 0px 3px #a86642;
	-moz-box-shadow: 0px 3px #a86642;
	-webkit-box-shadow: 0px 3px #a86642;
	font-size: 14px;
	float: right;
	margin-top: 18px;
	text-align: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
header ul#header_contact li.contact_btn a {
	padding: 10px 8px;
	color: #fff;
	text-decoration: none;
	display: block;
}
header ul#header_contact li.contact_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
header ul#header_contact li i.fa-phone {
	font-size: 34px;
	color: #1e7cc2;
	padding-right: 5px;
}
header ul#header_contact li span.icon_fax {
	font-size: 30px;
	color: #1e7cc2;
	line-height: 34px;
	padding-right: 5px;
	/*font-family:Arial, Helvetica, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ ゴシック" , sans-serif;*/
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	letter-spacing: -0.1em;
}
header ul#header_contact li i.fa-envelope-o {
	color: #fff;
	font-size: 30px;
	margin-right: 10px;
}
/* ------ Sp Header ------ */
#sppage .spheader h1.spttl a img {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}
#sppage .spheader h1.spttl a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
/* ------ Slide Show ------ */
#slideShow {
	background: #fff;
	max-height: 400px;
	position: relative;
	overflow: hidden;
}
.wideslider {
	padding-bottom: 0px;
	width:100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul , .wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev ,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #000 url(../image/prev.png) no-repeat right center;}
.slider_next {background: #000 url(../image/next.png) no-repeat left center;}
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
/* ------ Slide Show comment------ */
.slide_Box {
	height: 252px;
	position: absolute;
	left: 50%;
	margin-left: -206px;
	width: 412px;
	top: 50%;
	margin-top: -126px;
}
.slide_commentBox {
	height: 240px;
	width: 400px;
	margin: 0 auto;
	border: 3px solid rgba(20,84,130,0.2);
	padding: 3px;
	/*top: -312px;*/
}
.slide_commentBox p.slide_comment {
	font-size: 24px;
	/*font-family: Century Gothic, 'meiryo', 'メイリオ', 'ms pgothic', 'ms pゴシック', osaka, sans-serif;*/
	font-family:Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif﻿;
	color: #fff;
	margin: 0 auto;
	display: table-cell;
	background-color: rgba(20,84,130,0.3);
	line-height: 46px;
	text-shadow: 1px 2px 4px #000;
	left: 0;
	right: 0;
	width: 400px;
	height: 240px;
	vertical-align: middle;
	letter-spacing: 0.02em;
}
.slide_commentBox2 p.slide_comment2 {
	position: absolute;
	top: -310px;
	font-size: 22px;
	/*font-family: Century Gothic, 'meiryo', 'メイリオ', 'ms pgothic', 'ms pゴシック', osaka, sans-serif;*/
	font-family:Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif﻿;
	color: #fff;
	z-index: 999;
	margin: 0 auto;
	display: block;
	padding: 10px;
	line-height: 48px;
	text-shadow: 1px 2px 5px #000;
	left: 0;
	right: 0;
	width: 366px;
}
.slide_commentBox p.slide_comment span {
	font-size: 33px;
}
@media screen and (max-width: 1020px) {
	#slideShow {
		max-height:460px;
	}
	#slideShow .slide_Box {
		display: none;
	}
	#slideShow .wideslider {
		margin-top: 60px;
	}
}
/* =======================================
    Grobal_navi
======================================= */
nav.global_nav ul {
	font-size: 0px;
}
nav.global_nav ul li {
	width: 163px;
	text-align: center;
	font-size: 14px;
	height: 56px;
	background: #2184c7;
	display: inline-block;
	line-height: 56px;
	color: #fff;
	border-left: 1px solid #1c6ea5;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-shadow:0px -28px 22px -17px #1973bb inset;
	-moz-box-shadow:0px -28px 22px -17px #1973bb inset;
	-webkit-box-shadow:0px -28px 22px -17px #1973bb inset;
	border-top:1px solid #1a6596;
	border-bottom:1px solid #1a6596;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
nav.global_nav ul li:last-child {
	border-right: 1px solid #1a6596;
}
nav.global_nav ul li a {
	text-decoration: none;
	color: #fff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	display: block;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
nav.global_nav ul li.current ,
nav.global_nav ul li:hover {
	background-color: #fff;
	box-shadow:0px -21px 20px -8px #c7e0f1 inset;
	-moz-box-shadow:0px -21px 20px -8px #c7e0f1 inset;
	-webkit-box-shadow:0px -21px 20px -8px #c7e0f1 inset;
	border-left: 1px solid #1a6596;
	color: #2184c7;
}
nav.global_nav ul li.current a ,
nav.global_nav ul li a:hover {
	color: #2184c7;
	display: block;
}
@media screen and (max-width: 1020px) {
	#navi {
		display: none;
	}
}
/* =======================================
    news
======================================= */
table.news_table {
	width: 100%;
	height: 218px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
table.news_table th {
	background-color: #faf7f5;
	width: 240px;
	height: 218px;
	text-align: center;
	border-right: 5px solid #d38052;
	vertical-align: middle;
	font-size: 24px;
	color: #4a4a4a;
}
table.news_table th span.news_thttl {
	display: block;
	letter-spacing: 0.04em;
}
table.news_table th span.news_btn {
	color: #4a4a4a;
	font-size: 14px;
	border: 1px solid #d38052;
	background-color: #fff;
	width: 138px;
	height: 34px;
	display: block;
	margin: 0 auto;
	line-height: 32px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
table.news_table th span.news_btn:hover {
	background:#d38052;
	color: #fff;
}
table.news_table th span.news_btn a:hover {
	color: #fff;
}
table.news_table th span.news_btn a::before {
	content:"\f138";
	font-family: FontAwesome;
	font-size: 18px;
	color: #d38052;
	margin-right: 6px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
table.news_table th span.news_btn a:hover::before {
	color: #fff;
}
table.news_table th span i.fa-chevron-circle-right:hover {
	color: #fff;
}
table.news_table th a {
	color: #4a4a4a;
	text-decoration: none;
	width: 138px;
	height: 32px;
	display: block;
}
table.news_table td {
	background-color: #999;
	font-size: 16px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
table.news_table td ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 218px;
	overflow-y: scroll;
	border-top: 1px solid #e5e5e5;
}
table.news_table td ol li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 42px;
	color: #1b1b1b;
	background: #FDFDFD;
}
table.news_table td ol li a {
	display: block;
	color: #1b1b1b;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
table.news_table td ol li a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 70;
}
table.news_table td ol li a:hover span.news_text {
	text-decoration: underline;
}
table.news_table td ol li span.news_ttl {
	font-weight: 700;
	font-size: 14px;
	margin: 0 20px;
	color: #383838;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
table.news_table td ol li span.news_day {
	font-size: 14px;
	margin-right: 20px;
	color: #4a4a4a;
}
@media screen and (max-width: 1020px) {
	table.news_table th {
		display: block;
		width:100%;
		margin-top: 20px;
		border-right: none;
		border-bottom: 5px solid #d39052;
		height: 60px;
		padding-top: 14px;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		text-align:left;
	}
	table.news_table td {
		display: block;
		width: 100%;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
	}
	table.news_table th span.news_thttl {
		display: inline-block;
		margin-left: 20px;
	}
	table.news_table th span.news_btn {
		display: inline-block;
		text-align: center;
		margin-right: 20px;
		float: right;
	}
	table.news_table td ol {
		border-top: 1px solid #e5e5e5;
	}
	/* 20250516_デザイン崩れ修正の為追記_中園　start */
	table.news_table td ol li span.news_text {
		white-space: wrap;
		overflow: hidden;
		text-decoration: none;
		display: block;
		padding-left: 20px;
		padding-right: 10px;
		padding-bottom: 5px;
		line-height: 20px;
	}
	table.news_table td ol li{
		line-height: 30px;
	}
	/* 20250516_デザイン崩れ修正の為追記_中園　end */
}
@media screen and (max-width: 658px) {
	table.news_table td ol {
		height: 220px;
	}
	table.news_table td ol li {
		font-size: 14px;
		line-height: 14px;
	}
	table.news_table td ol li span.news_ttl {
		display: inline-block;
		padding: 10px 20px 5px;
		margin: 0;
	}
	table.news_table td ol li span.news_day {
		padding: 10px 0px 5px;
	}
	table.news_table td ol li span.news_text {
		font-size: 14px;
		/* white-space: wrap; */
		/* overflow: hidden; */
		/* text-decoration: none; */
		/* display: block; */
		/* padding-left: 20px; */
		/* padding-bottom: 5px; */
		/* line-height: 20px; */
	}
}
@media screen and (max-width: 570px) {
	table.news_table th span.news_thttl {
		font-size: 22px;
	}
}
/* =======================================
    contents
======================================= */
#contents {
	background: linear-gradient(to bottom, #95c4e4, #2184c7);
	background : -webkit-gradient(linear, left top, left bottom, from(#95c4e4), to(#2184c7));
	background : -webkit-linear-gradient(top, #95c4e4, #2184c7);
	color: #fff;
	padding-bottom: 40px;
}
#contents section h2 {
	font-size: 18px;
	text-align: center;
	background-color: #186091;
	border-radius: 4px;
	line-height: 40px;
	transition: 0.2s;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
#contents section a {
	text-decoration: none;
	color: #fff;
	text-align:center;
	display: block;
}
#contents h2::before {
	content:"\f105";
	font-family: FontAwesome;
	margin-right: 10px;
}
#contents a:hover h2 {
	box-shadow:0px 0px 3px 2px #fff inset;
	-moz-box-shadow:0px 0px 3px 2px #fff inset;
	-webkit-box-shadow:0px 0px 3px 2px #fff inset;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
#contents a:hover p {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
#contents p.contents_text {
	font-size: 15px;
	text-align: justify;
	text-shadow:0px 1px 3px #454444;
}
#contents p.circle {
	position: relative;
	width: 220px;
	height: 220px;
	border-radius: 50%;
}
#contents p.circle::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
#contents p.circle img {
	border-radius: 50%;
	background-color: #fff;
}
#contents p.circle {
	background-color: #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	display: block;
	z-index: 999;
}
#contents .border_b p.contents_text span {
	visibility: hidden;
}
@media screen and (min-width: 640px) and (max-width: 1020px) {	
	#contents section {
		width: 48.3870967741%;
	}
	#contents p.circle {
		width: 80%;
		margin: 0 auto 20px;
		height: auto;
		max-width: 330px;
	}
	#contents section.section_3rd {
		margin-left: 0px;
	}
	#contents .border_b {
		margin-bottom: 40px;
		border-bottom: 3px dotted #fff;
		padding-bottom: 40px;
		display: inline-block;
		width: 100%;
	}
}
@media screen and (max-width: 639px) {
	#contents section {
		width: 100%;
		border-bottom: 3px dotted #fff;
		padding-bottom:40px;
		margin-top: 40px;
	}
	#contents section:first-child {
		margin-top: 0px;
	}
	#contents section.section_last {
		border: none;
		padding-bottom: 0px;
	}
	#contents p.circle {
		width: 80%;
		max-width: 300px;
		height:auto;
		margin: 0 auto 20px;
	}
}
/* =======================================
    contact
======================================= */
#contact {
	padding-bottom: 40px;
}
#contact h2 {
	font-size: 22px;
	letter-spacing: 0.04em;
	position: relative;
	padding:10px 25px 6px;
	border-bottom: 4px solid #c7c7c7;
	color: #4a4a4a;
}
#contact h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 100%;
	border-left: 6px solid #2184c7;
}
#contact p {
	font-size: 16px;
	line-height: 16px;
	color: #353535;
}
#contact .tel_sp {
	display: none;
}
#contact .contact_tel {
	border: 1px solid #d2d2d2;
	height: 180px;
}
#contact .tel_img {
	width: 200px;
}
#contact .tel_right {
	width: calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	text-align: center;
	height: 100%;
	position: relative;
	
}
#contact .tel_right p.tel_ttl ,
#subpage #sub_contents #contact .tel_right p.tel_ttl {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 16px;
	color: #353535;
}
#contact .tel_right p.tel_number ,
#subpage #sub_contents #contact .tel_right p.tel_number {
	font-size: 34px;
	font-weight: bold;
	color: #2184c7;
	line-height: 34px;
	letter-spacing: 0.04em;
}
#contact .tel_right .tel_right_text {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#contact .contact_mail {
	text-align: center;
	background-color: #2184c7;
	border-radius: 4px;
	height: 70px;
	color: #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#contact .contact_mail:hover {
	background: #fff;
	color: #2184c7;
}
#contact .contact_mail p.contact_mail_btn ,
#subpage #sub_contents #contact .contact_mail p.contact_mail_btn {
	width: 100%;
	height: 100%;
	line-height: 70px;
	box-shadow: 0px 5px #1d74ad;
	-moz-box-shadow: 0px 5px #1d74ad;
	-webkit-box-shadow: 0px 5px #1d74ad;
	border-radius: 4px;
	font-size: 18px;
}
#contact .contact_mail a {
	color: #fff;
	text-decoration: underline;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	border: 2px solid #2184c7;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	border-radius: 4px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	padding-left: 20px;
}
#contact .contact_mail a:hover {
	background: #fff;
	color: #2184c7;
	text-decoration: none;
	border: 2px solid #2184c7;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
#contact .contact_mail a i.fa-envelope-o {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 40px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#contact .contact_mail a:hover i.fa-envelope-o {
	color: #2184c7;
}
#contact .contact_mail a::before {
	content: "\f105";
	font-family: FontAwesome;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#contact .contact_fax {
	height: 70px;
	border:1px solid #d2d2d2;
	position: relative;
}
#contact .contact_fax::before {
	content: "\f1ac";
	font-family: FontAwesome;
	font-size: 40px;
	color: #2184c7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 20px;
}
#contact .contact_fax .contact_fax_text {
	width: 74%;
	display: block;
	text-align: center;
	float: right;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 60px;
}
#contact .contact_fax p.fax_ttl ,
#subpage #sub_contents #contact .contact_fax p.fax_ttl {
	color: #353535;
	line-height: 16px;
	font-size: 16px;
}
#contact .contact_fax p.fax_number ,
#subpage #sub_contents #contact .contact_fax p.fax_number {
	color: #2184c7;
	font-weight: bold;
	font-size: 24px;
}
@media screen and (max-width: 960px) {
/* ------ MAIL------ */
	#contact .contact_mail {
		text-align: left;
	}
	#contact .contact_mail a {
		padding-left: 70px;
	}
	#contact .contact_mail a i.fa-envelope-o {
		font-size: 34px;
	}
/* ------ FAX------ */
	#contact .contact_fax p.fax_number ,
	#subpage #sub_contents #contact .contact_fax p.fax_number {
		font-size: 20px;
	}
	#contact .contact_fax::before {
		font-size: 34px;
	}
	#contact .contact_fax .contact_fax_text {
		text-align: left;
		left: 70px;
	}
	#contact .contact_fax p.fax_ttl ,
	#subpage #sub_contents #contact .contact_fax p.fax_ttl {
		font-size: 15px;
	}
	#contact .contact_fax p.fax_number ,
	#subpage #sub_contents #contact .contact_fax p.fax_number {
		font-size: 20px;
	}
}
@media screen and (max-width: 860px) {
	#contact .tel_right p.tel_number ,
	#subpage #sub_contents #contact .tel_right p.tel_number {
		font-size: 30px;
	}
}
@media screen and (max-width: 800px) {
	#contact .tel_sp {
		display: block;
	}
	#contact .tel_pc {
		display: none;
	}
	#contact .contact_tel {
		width: 100%;
		margin-bottom: 20px;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		height: 182px;
		border-radius: 4px;
	}
	#contact .contact_tel a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	}
	#contact .contact_tel a .tel_img img {
		border-radius: 4px;
	}
	#contact .tel_right p.tel_ttl ,
	#subpage #sub_contents #contact .tel_right p.tel_ttl {
		font-size: 22px;
		margin-bottom: 20px;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
	}
	#contact .tel_right p.tel_number ,
	#subpage #sub_contents #contact .tel_right p.tel_number {
		font-size: 34px;
		text-decoration: underline;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
	}
	#contact .tel_right p.tel_text ,
	#subpage #sub_contents #contact .tel_right p.tel_text {
		font-size: 16px;
		line-height: 16px;
		color: #353535;
	}
	#contact .contact_mail {
		float: left;
		width: 48.3870967741%;
		text-align: center;
		margin: 0;
	}
	#contact .contact_mail a {
		padding-left: 0;
	}
	#contact .contact_fax {
		float: right;
		width: 48.3870967741%;
	}
	#contact .contact_fax .contact_fax_text {
		text-align: center;
		left: 0;
		width: 100%;
	}
	#contact .contact_fax p.fax_number ,
	#subpage #sub_contents #contact .contact_fax p.fax_number {
		font-size: 24px;
	}
}
@media screen and (max-width: 720px) {
	#contact .contact_fax p.fax_number ,
	#subpage #sub_contents #contact .contact_fax p.fax_number {
		font-size: 22px;
	}
}
@media screen and (max-width: 690px) {
	#contact .contact_fax .contact_fax_text {
		left: 7%;
	}
}
@media screen and (max-width: 639px) {
	#contact p ,
	#subpage #sub_contents #contact p {
		line-height: 24px;
	}
	#contact .contact_mail {
		width: 100%;
		clear: both;
		margin-bottom: 24px;
		letter-spacing: 0.04em;
		border-radius: 6px;
	}
	#contact .contact_mail p.contact_mail_btn ,
	#subpage #sub_contents #contact .contact_mail p.contact_mail_btn {
		border-radius: 6px;
	}
	#contact .contact_mail a {
		border-radius: 6px;
	}
	#contact .contact_mail a i.fa-envelope-o {
		left: 0;
		right: 0;
		margin-left: -266px;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	#contact .contact_fax {
		width: 100%;
		clear: both;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	#contact .contact_fax .contact_fax_text {
		left: 0;
		letter-spacing: 0.04em;
	}
	#contact .contact_fax::before {
		left: 50%;
		margin-left: -150px;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	#contact .contact_fax p.fax_ttl ,
	#subpage #sub_contents #contact .contact_fax p.fax_ttl {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 620px) {
	#contact .tel_right p.tel_ttl ,
	#subpage #sub_contents #contact .tel_right p.tel_ttl {
		font-size: 20px;
		margin-bottom: 12px;
	}
	#contact .tel_right p.tel_number ,
	#subpage #sub_contents #contact .tel_right p.tel_number {
		font-size: 30px;
	}
	#contact .tel_right p.tel_text ,
	#subpage #sub_contents #contact .tel_right p.tel_text {
		font-size: 15px;
		line-height: 16px;
	}
}
@media screen and (max-width: 499px) {
	#contact .contact_tel {
		height: 120px;
		border-radius: 6px;
	}
	#contact .tel_right {
		float: none;
		text-align: center;
		width: 100%;
	}
	#contact .tel_img {
		display: none;
	}
	#contact .tel_right p.tel_ttl ,
	#subpage #sub_contents #contact .tel_right p.tel_ttl {
		margin-bottom: 5px;
		font-size: 17px;
		line-height: 17px;
	}
	#contact .tel_right p.tel_number ,
	#subpage #sub_contents #contact .tel_right p.tel_number {
		font-size: 26px;
		margin-bottom: 5px;
	}
	#contact .tel_right p.tel_text ,
	#subpage #sub_contents #contact .tel_right p.tel_text {
		font-size: 14px;
		line-height: 14px;
	}
	#contact .contact_mail {
		height: 80px;
		border-radius: 6px;
	}
	#contact .contact_mail p.contact_mail_btn ,
	#subpage #sub_contents #contact .contact_mail p.contact_mail_btn {
		border-radius: 6px;
		line-height: 80px;
	}
	#contact .contact_mail a {
		border-radius: 6px;
	}
	#contact .contact_fax {
		height: 80px;
	}
}
/* =======================================
    footer
======================================= */
footer .footer_top {
	background: #1c6da3;
}
footer .footer_link {
	background: #e6eff5;
}
footer .footer_cr {
	background: #186091;
	text-align: center;
	height: 20px;
	padding: 20px 0;
}
footer .footer_cr p ,
#subpage #sub_contents footer .footer_cr p {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
footer .footer_top .footer_topR {
	position: relative;
}
footer .footer_top .footer_topR a:hover ,
#subpage footer .footer_top .footer_topR a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
footer .footer_top #mapField p.map_area {
	width: 100%;
	margin: 0 auto;
	height: 300px;
}
footer .footer_top #mapField p.map_area iframe.map_frame {
	border: none;
	width: 100%;
	height: 300px;
}
footer .footer_top .footer_text {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
footer .footer_top .footer_text p ,
#subpage #sub_contents footer .footer_top .footer_text p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
footer .footer_top ul li {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	border-right: 1px solid #fff;
	line-height: 12px;
	margin: 10px 0;
	padding: 0px 14px;
}
footer .footer_top ul li a {
	color: #fff;
}
footer .footer_top ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
footer .footer_top ul li:last-child {
	border-right: none;
}
footer .footer_top .footer_nav {
	text-align: center;
}
footer .footer_link p {
	display: inline-block;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
footer .footer_link p a img {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
footer .footer_link p a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
@media screen and (max-width: 800px) {
	footer .footer_top .footer_text {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		margin-bottom: 20px;
	}
	#mapField {
		width: 100%;
		clear: both;
		float: none;
	}
	footer .footer_top .footer_text p:last-child {
		margin-top: 10px;
	}
	footer .footer_top .footer_text p:last-child br {
		display: none;
	}
}
@media screen and (max-width: 670px) {
	footer .footer_link p:first-child ,
	footer .footer_link p:nth-child(3) {
		width: 48.3870967741%;
		float: left;
	}
	footer .footer_link p:last-child ,
	footer .footer_link p:nth-child(2) {
		width: 48.3870967741%;
		float: right;
	}
	footer .footer_link p:first-child ,
	footer .footer_link p:nth-child(2) {
		margin-bottom: 20px;
	}
	footer .footer_link p:nth-child(3) {
		margin-left: 0px;
	}
	footer .footer_link {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	footer .footer_cr p ,
	#subpage #sub_contents footer .footer_cr p {
		font-size: 10px;
	}
}
/* =======================================
    privacypolicy
======================================= */
header.sub_header {
	position: fixed;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 999;
}
#subpage #navi {
	position: fixed;
	left: 0;
	right: 0;
	margin: 94px auto 0;
	height: 56px;
	width: 978px;
	text-align: center;
	z-index: 998;
}
#subpage #sub_contents {
	padding-top:150px;
}
@media screen and (max-width: 1020px) {
	#subpage #sub_contents {
		padding-top:60px;
	}
}
.pankuzu_container {
	max-width: 100%;
	background-color: #fff;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.pankuzu_box {
	position: relative;
	clear: both;
	background-color: transparent;
	max-width: 978px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
#pankuzu {
	color: #464646;
	background: #fff;
	line-height: 30px;
	padding-left: 10px;
}
#pankuzu ul li {
	float: left;
	line-height: 30px;
	padding-right: 20px;
	font-size: 11px;
}
#pankuzu ul li::before {
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 10px;
}
#pankuzu ul li:first-child::before {
	content: "";
}
#pankuzu ul li a {
	color: #2184c7;
	text-decoration: underline;
}
#subpage #sub_contents h2.subpageH2 {
	font-size: 22px;
	letter-spacing: 0.04em;
	position: relative;
	padding: 10px 25px 6px;
	border-bottom: 4px solid #c7c7c7;
	color: #4a4a4a;
}
#subpage #sub_contents h2.subpageH2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 100%;
	border-left: 6px solid #2184c7;
}
#subpage #sub_contents p {
	color: #353535;
	font-size: 14px;
	line-height: 24px;
}
#subpage dl.privacy_list dt {
	font-size: 16px;
	color: #353535;
	line-height: 20px;
	margin-bottom: 5px;
}
#subpage dl.privacy_list dt::before {
	font-family: FontAwesome;
	content: "\f0da";
	color: #21b2c7;
	padding-right: 10px;
}
#subpage dl.privacy_list dd {
	padding-left: 15px;
	border-bottom: 2px dotted #ccc;
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #353535;
	line-height:22px;
}
#subpage dl.privacy_list dd:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#subpage #privacy_page .sub_contact_btn {
	text-align: center;
	background-color: #2184c7;
	border-radius: 4px;
	height: 70px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#subpage #privacy_page .sub_contact_btn p.contact_all_btn {
	width: 100%;
	height: 100%;
	line-height: 70px;
	box-shadow: 0px 5px #1d74ad;
	-moz-box-shadow: 0px 5px #1d74ad;
	-webkit-box-shadow: 0px 5px #1d74ad;
	border-radius: 4px;
	font-size: 18px;
}
#subpage #privacy_page .sub_contact_btn p.contact_all_btn a {
	display: block;
	color: #fff;
	text-decoration: underline;
	width: 100%;
	height: 100%;
	position: relative;
	border: 2px solid #2184c7;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	border-radius: 4px;
}
#subpage #privacy_page .sub_contact_btn p.contact_all_btn a::before {
	content: "\f105";
	font-family: FontAwesome;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#subpage #privacy_page .sub_contact_btn:hover {
	background: #fff;
	color: #2184c7;
}
#subpage #privacy_page .sub_contact_btn p.contact_all_btn a:hover {
	background:#fff;
	color: #2184c7;
	text-decoration: none;
	border: 2px solid #2184c7;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
/* =======================================
    sitemap
======================================= */
#sub_contents ul.sitemap_list {
	position: relative;
	background: linear-gradient(to right, #2184c7, #95c4e4);
	background : -webkit-gradient(linear, left top, right top, from(#2184c7), to(#95c4e4));
	background : -webkit-linear-gradient(right, #95c4e4, #2184c7);
}
#sub_contents ul.sitemap_list li {
	font-size: 18px;
	border-bottom: 3px solid #fff;
	color: #fff;
}
#sub_contents ul.sitemap_list li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
#sub_contents ul.sitemap_list li a::before {
	content: "\f0da";
	font-family: FontAwesome;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	padding-right: 20px;
}
#sub_contents ul.sitemap_list li a:hover {
	background: linear-gradient(to right, #4d9dd2, #aad0e9);
	background : -webkit-gradient(linear, left top, right bottom, from(#4d9dd2), to(#aad0e9));
	background : -webkit-linear-gradient(right, #aad0e9, #4d9dd2);
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
#sub_contents ul.sitemap_list li a:hover::before {
	padding-right:15px;
	padding-left: 5px;
}
@media screen and (max-width: 639px) {
	#sub_contents ul.sitemap_list li {
		font-size: 16px;
	}
}
/* =======================================
    works
======================================= */
#subpage h3 {
	border-bottom: solid 3px #95c4e4;
	position: relative;
	font-size: 19px;
	color: #353535;
	letter-spacing: 0.8px;
	line-height: 26px;
	padding: 5px 0;
}
#subpage h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #2184c7;
	bottom: -3px;
	width: 20%;
	min-width: 220px;
}
#subpage h4 {
	background: #eaeaea;
	color: #353535;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	letter-spacing: 0.04em;
	padding-left: 10px;
}
#subpage h5 {
	background: #2184c7;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.04em;
	padding-left: 10px;
	box-shadow: 0px -26px 18px -18px #4d9dd2 inset;
	-moz-box-shadow: 0px -26px 18px -18px #4d9dd2 inset;
	-webkit-box-shadow: 0px -26px 18px -18px #4d9dd2 inset;
}
#subpage dl.works_list01 dd:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#subpage dl.works_list01 dt {
	font-size: 16px;
	color: #353535;
	line-height: 20px;
	margin-bottom: 5px;
	text-indent: -18px;
	margin-left: 18px;
}
@media screen and (max-width: 639px) {
	#subpage dl.works_list01_long {
		margin-bottom: 0px;
	}
	#subpage dl.works_list01_long dd:last-child {
		border-bottom: 1px dotted #ccc;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	#subpage dl.works_list01 dt {
		font-size: 15px;
	}
}
#subpage dl.works_list01 dt:before {
	content: "\f0c8";
	font-family: FontAwesome;
	color: #21b2c7;
	font-size: 10px;
	vertical-align: middle;
	padding-right: 10px;
}
#subpage dl.works_list01 dd {
	font-size: 14px;
	color: #353535;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 19px;
	padding-left: 19px;
}
#subpage #sub_contents .works_top_img p {
	text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 800px) {
	#subpage #sub_contents .works_top_img {
		width: 48.3870967741%;
	}
	#subpage #sub_contents .works_top_img:nth-child(odd) {
		margin-left: 0;
	}
}
@media screen and (max-width: 639px) {
	#subpage #sub_contents .works_top_img {
		width: 80%;
		margin: 0 auto 20px;
	}
}
#subpage #sub_contents table.works_table01 ,
#subpage #sub_contents table.works_table02 {
	color: #353535;
	text-align: center;
}
#subpage #sub_contents table.works_table01 tr:first-child {
	border-bottom: 4px solid #4dc1d2;
}
#subpage #sub_contents table.works_table01 th {
	text-align: center;
	background: #b6e6ed;
	height: 16px;
	font-size: 16px;
	border-right: 1px solid #fff;
	letter-spacing: 0.04em;
	padding: 10px 0px;
	line-height: 16px;
	font-weight: bold;
}
#subpage #sub_contents table.works_table01 th:last-child {
	border-right: none;
}
#subpage #sub_contents table.works_table01 td {
	font-size: 14px;
	border-bottom: 1px solid #fff;
	height: 30px;
	border-right: 1px solid #fff;
}
#subpage #sub_contents table.works_table01 td:last-child {
	border-right: none;
}
#subpage #sub_contents table.works_table01 tr:nth-child(odd) {
	background: #e0f4f8;
}
#subpage #sub_contents table.works_table01 tr:nth-child(even) {
	background: #d5f1f5;
}
#subpage #sub_contents table.works_table02 tr:first-child {
	border-bottom: 4px solid #4d9cd1;
}
#subpage #sub_contents table.works_table02 th {
	text-align: center;
	background: #b7d7ed;
	height: 16px;
	font-size: 16px;
	border-right: 1px solid #fff;
	letter-spacing: 0.04em;
	padding: 10px 0px;
	line-height: 16px;
	font-weight: bold;
}
#subpage #sub_contents table.works_table02 th:last-child {
	border-right: none;
}
#subpage #sub_contents table.works_table02 td {
	font-size: 14px;
	border-bottom: 1px solid #fff;
	height: 30px;
	border-right: 1px solid #fff;
}
#subpage #sub_contents table.works_table02 td:last-child {
	border-right: none;
}
#subpage #sub_contents table.works_table02 tr:nth-child(odd) {
	background: #dfedf7;
}
#subpage #sub_contents table.works_table02 tr:nth-child(even) {
	background: #d5e8f5;
}
@media screen and (max-width: 639px) {
	#subpage #sub_contents table.works_table01 {
		margin-bottom: 10px;
	}
}
#subpage #sub_contents .boxSolid {
	border: 1px solid #d2d2d2;
	padding: 9px 10px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
#subpage #sub_contents ul.fukushi_li01 {
	border: solid 2px #f0a53c;
	margin-top: 30px;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
@media screen and (max-width: 820px) {
	#subpage #sub_contents .widthFix {
		min-width: 240px;
	}
	#subpage #sub_contents .widthFix ul.fukushi_li01 {
		min-width: 240px;
	}
	#subpage #sub_contents .widthAuto {
		width: calc(96.7741935485% - 240px);
	}
}
@media screen and (max-width: 639px) {
	#subpage #sub_contents .boxSolid {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#subpage #sub_contents ul.fukushi_li01 {
		margin-top: 40px;
	}
	#subpage #sub_contents ul.fukushi_li02 {
		margin-top: 50px;
	}
	#subpage #sub_contents .widthFix {
		width: 100%;
	}
	#subpage #sub_contents .widthFix ul.fukushi_li01 {
		width: 100%;
	}
	#subpage #sub_contents .widthAuto {
		width: 100%;
	}
}
#subpage #sub_contents ul.fukushi_li01 li {
	line-height: 16px;
	padding: 12px 6px 10px 45px;
	border-bottom: dashed 1px #ccc;
	list-style-type: none!important;
	font-size: 14px;
	color:#353535;
	position: relative;
	text-align: justify;
}
#subpage #sub_contents ul.fukushi_li01 li:last-of-type{
	border-bottom: none;
}
#subpage #sub_contents ul.fukushi_li01::after {/*タイトルタブ*/
	background: #f0a53c;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: -2px;
	bottom: 100%;
	padding: 3px 10px;
	content: "こんな方に";
	letter-spacing: 0.04em;
	font-size: 16px;
}
#subpage #sub_contents ul.fukushi_li02::after {
	content: "事業内容";
}
#subpage #sub_contents ul.fukushi_li01 li::after ,
#subpage #sub_contents ul.fukushi_li01 li::before {
	content: "";
	position: absolute;
}
#subpage #sub_contents ul.fukushi_li01 li::before {
	width: 10px;
	height: 10px;
	border:2px solid rgba(200,200,200,0.8);
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
#subpage #sub_contents ul.fukushi_li01 li::after {
  width: 12px;
  height: 12px;
	top: calc( 50% + 1px);
	left: 23px;
  background: rgba(160,160,160,0.5);
  transform: translateY(-50%) rotate(60deg);
  -webkit-transform: translateY(-50%) rotate(60deg);
  -moz-transform: translateY(-50%) rotate(60deg);
  -o-transform: translateY(-50%) rotate(60deg);
  -ms-transform: translateY(-50%) rotate(60deg);
}

#subpage #sub_contents ul.fukushi_li04 {
	border: solid 2px #f0a53c;
	margin-top: 30px;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
@media screen and (max-width: 820px) {
	#subpage #sub_contents .widthFix ul.fukushi_li04 {
		min-width: 240px;
	}
}
@media screen and (max-width: 639px) {
	#subpage #sub_contents ul.fukushi_li04 {
		margin-top: 40px;
	}
	#subpage #sub_contents .widthFix ul.fukushi_li04 {
		width: 100%;
	}
}
#subpage #sub_contents ul.fukushi_li04 li {
	line-height: 1.5;
	padding: 12px 6px 10px 45px;
	border-bottom: dashed 1px #ccc;
	list-style-type: none!important;
	font-size: 14px;
	color:#353535;
	position: relative;
	text-align: justify;
}
#subpage #sub_contents ul.fukushi_li04 li:last-of-type{
	border-bottom: none;
}
#subpage #sub_contents ul.fukushi_li04::after {/*タイトルタブ*/
	background: #f0a53c;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: -2px;
	bottom: 100%;
	padding: 3px 10px;
	content: "こんな時ご活用ください";
	letter-spacing: 0.04em;
	font-size: 16px;
}
#subpage #sub_contents ul.fukushi_li04 li::after ,
#subpage #sub_contents ul.fukushi_li04 li::before {
	content: "";
	position: absolute;
}
#subpage #sub_contents ul.fukushi_li04 li::before {
	width: 10px;
	height: 10px;
	border:2px solid rgba(200,200,200,0.8);
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
#subpage #sub_contents ul.fukushi_li04 li::after {
  width: 12px;
  height: 12px;
	top: calc( 50% + 1px);
	left: 23px;
  background: rgba(160,160,160,0.5);
  transform: translateY(-50%) rotate(60deg);
  -webkit-transform: translateY(-50%) rotate(60deg);
  -moz-transform: translateY(-50%) rotate(60deg);
  -o-transform: translateY(-50%) rotate(60deg);
  -ms-transform: translateY(-50%) rotate(60deg);
}
#subpage #sub_contents ul.fukushi_li04 li:last-child::before {
  content: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
}
#subpage #sub_contents ul.fukushi_li04 li:last-child::after{
  content: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
}
#subpage ul.works_list03 {
	font-size: 14px;
	color: #353535;
}
#subpage ul.works_list03 li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 9px;
	padding-bottom: 9px;
	line-height: 20px;
	padding-left: 10px;
}
#subpage ul.works_list03 li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
@media screen and (max-width: 639px) {
	#subpage ul.works_list03.last_li01 li:last-child {
		border-bottom: 1px dotted #ccc;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}
#subpage ul.works_list03 li::before {
	content: "\f0c8";
	font-family: FontAwesome;
	color: #21b2c7;
	font-size: 10px;
	vertical-align: middle;
	padding-right: 10px;
}
#subpage ul.works_list04 {
	border: 4px dotted #4dc1d2;
	padding: 10px;
}
#subpage ul.works_list04 li {
	color: #21b2c7;
	font-weight: bold;
	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
}
#subpage ul.works_list04 li:last-child {
	border-bottom: none;
}
#subpage ul.works_list04 li span {
	color: #353535;
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}
#subpage #sub_contents p.text_blue {
	font-weight: bold;
	color: #2184c7;
	font-size: 15px;
	letter-spacing: 0.4px;
}
#subpage #sub_contents .h2box_contents {
	position: relative;
	height: 300px;
}
#subpage #sub_contents .h2box_offer {
	background:url(../image/h2_offer.jpg) no-repeat center;
	background-size: cover;
}
#subpage #sub_contents .h2box_works {
	background:url(../image/h2_works.jpg) no-repeat center;
	background-size: cover;
}
#subpage #sub_contents .h2box_about {
	background:url(../image/h2_about.jpg) no-repeat center;
	background-size: cover;
}
#subpage #sub_contents .h2box_join {
	background:url(../image/h2_join.jpg) no-repeat center;
	background-size: cover;
}
#subpage #sub_contents p.h2_img_ttl ,
#subpage #sub_contents h2.h2_img_ttl {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 22px;
	line-height: 24px;
	background: rgba(0,0,0,0.5);
	display: block;
	width: 100%;
	padding: 10px 0px 10px 30px;
	color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
#subpage #sub_contents p.h2right_btn {
	display: block;
	font-size: 15px;
	margin-bottom: 4px;
	text-align: center;
	white-space: nowrap;
	border: 2px solid #44adf4;
	border-radius: 6px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	position: relative;
	z-index: 997;
}
#subpage #sub_contents p.h2right_btn:hover {
	background-color: #b0dffd;
}
#subpage #sub_contents p.h2right_btn:last-child {
	margin-bottom: 0;
}
#subpage #sub_contents p.h2right_btn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	color: #353535;
	position: relative;
}
#subpage #sub_contents p.h2right_btn a::before {
	font-family: FontAwesome;
	content: "\f13a";
	font-size: 20px;
	color: #2184c7;
	position: absolute;
	left: 12px;
	line-height: 22px;
}
#subpage #sub_contents h3#offer01 ,
#subpage #sub_contents h3#offer02 ,
#subpage #sub_contents h3#offer03 ,
#subpage #sub_contents h3#offer04 ,
#subpage #sub_contents h3#join01 ,
#subpage #sub_contents h3#join02 ,
#subpage #sub_contents h3#join03 ,
#subpage #sub_contents h3#join04 ,
#subpage #sub_contents h3#works01 ,
#subpage #sub_contents h3#works02 ,
#subpage #sub_contents h3#works03 ,
#subpage #sub_contents h3#works04 ,
#subpage #sub_contents h3#works05 ,
#subpage #sub_contents h3#works06 ,
#subpage #sub_contents h3#about01 ,
#subpage #sub_contents h3#about02 ,
#subpage #sub_contents h3#about03 ,
#subpage #sub_contents h3#about04 ,
#subpage #sub_contents h3#about05 ,
#subpage #sub_contents h3#about06 {
	margin-top: -170px;
	padding-top: 170px;
	z-index: -1;
}
@media screen and (max-width: 1020px) {
	#subpage #sub_contents h3#offer01 ,
	#subpage #sub_contents h3#offer02 ,
	#subpage #sub_contents h3#offer03 ,
	#subpage #sub_contents h3#offer04 ,
	#subpage #sub_contents h3#join01 ,
	#subpage #sub_contents h3#join02 ,
	#subpage #sub_contents h3#join03 ,
	#subpage #sub_contents h3#join04 ,
	#subpage #sub_contents h3#works01 ,
	#subpage #sub_contents h3#works02 ,
	#subpage #sub_contents h3#works03 ,
	#subpage #sub_contents h3#works04 ,
	#subpage #sub_contents h3#works05 ,
	#subpage #sub_contents h3#works06 ,
	#subpage #sub_contents h3#about01 ,
	#subpage #sub_contents h3#about02 ,
	#subpage #sub_contents h3#about03 ,
	#subpage #sub_contents h3#about04 ,
	#subpage #sub_contents h3#about05 ,
	#subpage #sub_contents h3#about06 {
		margin-top: -80px;
		padding-top: 80px;
	}
}
#subpage #sub_contents p.works_text {
	line-height: 28px;
}
@media screen and (max-width: 954px) {
	#subpage #sub_contents p.h2right_btn {
		font-size: 14px;
	}
	#subpage #sub_contents p.h2right_btn a::before {
		font-size: 18px;
	}
}
@media screen and (max-width: 884px) {
	#subpage #sub_contents .h2box_contents {
		width: 58.7096774194%;/*three-fifth*/
	}
	#subpage #sub_contents .h2box_contents02 {
		width: 38.0645161291%;/*two-fifth*/
	}
}
@media screen and (max-width: 744px) {
	#subpage #sub_contents .h2box_contents {
		width: 100%;/*three-fifth*/
	}
	#subpage #sub_contents .h2box_contents02 {
		width: 100%;/*two-fifth*/
		margin-top: 20px;
	}
	#subpage #sub_contents p.h2right_btn {
		margin-bottom: -2px;
		border-radius: 0px;
	}
}
@media screen and (max-width: 639px) {
	#subpage #sub_contents dl.works01_box ,
	#subpage #sub_contents .works02_box_img {
		margin-bottom: 20px;
	}
	#subpage #sub_contents .works01_box_img {
		margin-bottom: 40px;
		text-align: center;
	}
	#subpage #sub_contents .works02_box_img {
		text-align: center;
	}
	#subpage #sub_contents .works02_box_img:last-child {
		margin-bottom: 0px;
	}
	#subpage #sub_contents .works01_box_img img ,
	#subpage #sub_contents .works02_box_img img {
		width: 80%;
	}
}
#subpage #sub_contents dl.blue_dt dt {
	display: block;
	background: #2184c7;
	float: left;
	padding: 5px 10px;
	margin-right: 10px;
	color: #fff;
	font-size: 16px;
	width: 70px;
	text-align: center;
}
#subpage #sub_contents dl.blue_dt dd {
	padding: 6px 0;
	line-height: 24px;
	font-size: 15px;
	color: #353535;
}
#subpage #sub_contents .works_0403 {
	text-align: justify;
}
#subpage #sub_contents p.text_blue.works_bluetext02 {
	display: none;
}
@media screen and (max-width: 908px) {
	#subpage #sub_contents p.text_blue {
		letter-spacing: normal;
		line-height: 22px;
	}
	#subpage #sub_contents p.text_blue.works_bluetext {
		display: none;
	}
	#subpage #sub_contents p.text_blue.works_bluetext02 {
		display: block;
	}
	#subpage #sub_contents .works_0401 {
		margin-bottom: 10px;
	}
	#subpage #sub_contents .works_0402 {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 774px) {
	#subpage #sub_contents .works_0401 {
		width: 48.3870967741%;
	}
	#subpage #sub_contents .works_0402 {
		width: 48.3870967741%;
		margin-left: 3.2258064515%;
	}
	#subpage #sub_contents .works_0403 {
		width: 100%;
	}
	#subpage #sub_contents p.text_blue.works_bluetext {
		display: block;
	}
	#subpage #sub_contents p.text_blue.works_bluetext02 {
		display: none;
	}
}
@media screen and (max-width: 639px) {
	#subpage #sub_contents .works_0401 {
		width: 100%;
		margin-bottom: 20px;
	}
	#subpage #sub_contents .works_0402 {
		width: 100%;
		margin-left: 0;
	}
}
/* =======================================
    join
======================================= */
#subpage #sub_contents table.join_table {
	width: 100%;
	color: #353535;
	border: 1px solid #ddd;
}
#subpage #sub_contents table.join_table tr {
	border-bottom: 1px solid #ccc;
}
#subpage #sub_contents table.join_table tr:first-child {
	background-color: #f4f4f4;
	border-bottom: 2px solid #4e4e4e;
	height: 32px;
}
#subpage #sub_contents table.join_table th {
	text-align: center;
	border-right: 1px solid #ddd;
	padding: 9px 10px;
	font-size: 16px;
	line-height: 20px;
}
#subpage #sub_contents table.join_table th:last-child {
	border-right: none;
}
#subpage #sub_contents table.join_table td {
	border-right: 1px solid #ddd;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 24px;
}
#subpage #sub_contents table.join_table td:last-child {
	border-right: none;
}
#subpage #sub_contents p.join_toptext {
	font-size: 18px;
	font-weight: bold;
	color: #d38052;
	background: #faf7f5;
	display: block;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #d38052;
	border-top: 1px solid #d38052;
	letter-spacing: 0.6px;
}
@media screen and (max-width: 744px) {
	#subpage #sub_contents p.join_toptext {
		font-size: 17px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 639px) {
	#subpage #sub_contents p.join_toptext {
		font-size: 16px;
	}
}
#subpage #sub_contents .join_listBox {
	position: relative;
}
#subpage #sub_contents .join_listBox .listBox_inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#subpage #sub_contents .join_listBox .listBox_inner .join_list01 {
	width: 31.1827956988%;
	float: left;
	margin-left: 3.2258064515%;
	position: relative;
}
#subpage #sub_contents .join_listBox .listBox_inner .join_list01::before {
	content: "";
	color: #4a4236;
	font-size: 14px;
	position: absolute;
	display: inline-block;
	left: 0;
	width:20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	top: 10px;
	border: 1px solid #4a4236;
	border-radius: 50%;
	vertical-align: middle;
	z-index: 999;
	font-weight: bold;
}
#subpage #sub_contents .join_listBox .listBox_inner .join_list01:first-child::before {
	content: "1";
}
#subpage #sub_contents .join_listBox .listBox_inner .join_list01:nth-child(2)::before {
	content: "2";
}
#subpage #sub_contents .join_listBox .listBox_inner .join_list01:last-child::before {
	content: "3";
}
#subpage #sub_contents .join_listBox .listBox_inner .join_list01:first-child {
	margin-left: 0;
}
#subpage #sub_contents .join_listBox .listBox_inner .join_list01 ul {
	background-color: rgba(245,242,143,0.6);
	border-radius: 50%;
	height: 140px;
	width: 140px;
	margin: 0 auto;
	padding: 0;
}
#subpage #sub_contents .join_listBox .listBox_inner .join_list01 ul li {
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	list-style: none;
	color: #454545;
	z-index: 999;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#subpage #sub_contents .join_listBox .sp_join_listBox {
	display: none;
}
@media screen and (max-width: 732px) {
	#subpage #sub_contents .join_listBox .listBox_inner {
		width: 100%;
		float: none;
		position: static;
	}
	#subpage #sub_contents .join_listBox .join_listBox_img {
		float: none;
		width: 88%;
		margin: 0 auto;
	}
	#subpage #sub_contents .join_listBox .listBox_inner .join_list01 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 490px) {
	#subpage #sub_contents .join_listBox .listBox_inner {
		display: none;
	}
	#subpage #sub_contents .join_listBox .sp_join_listBox {
		display: block;
	}
/*	#subpage #sub_contents .join_listBox .listBox_inner .join_list01 ul {
		width: 120px;
		height: 120px;
	}
	#subpage #sub_contents .join_listBox .listBox_inner .join_list01 ul li {
		font-size: 14px;
	}*/
}
/* =======================================
    offer
======================================= */
#subpage #sub_contents h4.offer_h4 {
	background: #f0a53c;
	box-shadow: 0px -26px 18px -18px #4d9dd2 inset;
	-moz-box-shadow: 0px -26px 18px -18px #4d9dd2 inset;
	-webkit-box-shadow: 0px -26px 18px -18px #4d9dd2 inset;
}
#subpage #sub_contents p.dotted_line {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
#subpage #sub_contents p.blue_box {
	background: #4dc1d2;
	color: #fff;
	width: 144px;
	padding: 10px 20px;
	text-align: center;
	border: 2px solid #4dc1d2;
	box-shadow: 0px 0px 0px 1px #fff inset;
	-moz-box-shadow: 0px 0px 0px 1px #fff inset;
	-webkit-box-shadow: 0px 0px 0px 1px #fff inset;
}
#subpage #sub_contents dl.blue_dt dd span {
	margin-left: 10px;
}
#subpage #sub_contents dl.blue_dt dd span.blue_dtSpan01 ,
#subpage #sub_contents dl.blue_dt dd span.blue_dtSpan02 {
	margin-left: 0px;
}
@media screen and (max-width: 829px) {
	#subpage #sub_contents dl.blue_dt dd span.offer03_dtSpan {
		display: block;
		margin-left: 0px;
	}
}
@media screen and (max-width: 380px) {
	#subpage #sub_contents dl.blue_dt dd span.blue_dtSpan01 {
		margin-left: 0px;
		display: block;
		text-align: left;
	}
	#subpage #sub_contents dl.blue_dt dd span.blue_dtSpan02 {
		margin-left: 100px;
	}
}
@media screen and (max-width: 450px) {
	#subpage #sub_contents dl.blue_dt dd span.blue_dtSpan03 {
		margin-left: 0px;
		display: block;
		text-align: left;
	}
	#subpage #sub_contents dl.blue_dt dd span.blue_dtSpan02 {
		margin-left: 100px;
	}
}
#subpage #sub_contents .contact_btn02 {
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	border-radius: 4px;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#subpage #sub_contents .contact_btn02 a {
	color: #fff;
	text-decoration: none;
	padding: 14px 8px;
	display: block;
	background-color: #d38052;
	border-radius: 4px;
	box-shadow: 0px 5px #a86642;
	-moz-box-shadow: 0px 5px #a86642;
	-webkit-box-shadow: 0px 5px #a86642;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#subpage #sub_contents .contact_btn02 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
/* =======================================
    about
======================================= */
#subpage #sub_contents p.about01_comment {
	line-height: 30px;
}
#subpage #sub_contents figure figcaption.about01_caption {
	text-align: right;
	letter-spacing: 0.6px;
	color: #353535;
	font-size: 14px;
	line-height: 24px;
}
#subpage #sub_contents dl.about02_dl dt {
	background: #d38052;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.04em;
	padding-left: 10px;
	box-shadow: 0px 16px 16px -16px #e4b196 inset;
	-moz-box-shadow: 0px 16px 16px -16px #e4b196 inset;
	-webkit-box-shadow: 0px 16px 16px -16px #e4b196 inset;
}
#subpage #sub_contents dl.about02_dl dd {
	background: #faf7f5;
	padding: 8px 10px;
	font-size: 15px;
	line-height: 24px;
	color: #353535;
}
#subpage #sub_contents table.about03_table {
	width: 100%;
}
#subpage #sub_contents table.about03_table tr {
	height: 32px;
	color: #353535;
	font-size: 15px;
	line-height: 15px;
}
#subpage #sub_contents table.about03_table tr th {
	background: #b4dffa;
	text-align: center;
	width: 22%;
	min-width: 120px;
	border-bottom: 1px solid #f5f8fa;
}
#subpage #sub_contents table.about03_table tr td {
	background: #f5f8fa;
	padding: 10px;
	border-bottom: 1px solid #b4dffa;
	font-size: 14px;
}
#subpage #sub_contents table.about03_table tr:last-child th ,
#subpage #sub_contents table.about03_table tr:last-child td {
	border: none;
}
@media screen and (max-width: 639px) {
	#subpage #sub_contents table.about03_table tr th {
		width: 100%;
		display: block;
		text-align: left;
		padding: 10px;
		border-bottom: none;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	#subpage #sub_contents table.about03_table tr td {
		width: 100%;
		display: block;
		padding: 8px 10px;
		margin-bottom: 10px;
		border-bottom: none;
		border-top: 3px solid #2184c7;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
}
#subpage #sub_contents dl.dlLink {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#subpage #sub_contents dl.dlLink a:link ,
#subpage #sub_contents dl.dlLink a:visited {
	background-color: transparent;
}
#subpage #sub_contents dl.dlLink a:first-child {
	border-top: none;
}
#subpage #sub_contents dl.dlLink a {
	display: block;
	position: relative;
	padding: 5px 0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#subpage #sub_contents dl.dlLink a dt {
	margin-bottom: 0px;
	color: #353535;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#subpage #sub_contents dl.dlLink a dt img.pdf_img_icon {
	margin-right: 10px;
	vertical-align: middle;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#subpage #sub_contents dl.dlLink a:hover /*,
#subpage #sub_contents dl.dlLink a:active*/ {
	background-color: #fafafa;
}
#subpage #sub_contents dl.dlLink a:hover dt /*,
#subpage #sub_contents dl.dlLink a:active dt*/ {
	color: #2184c7;
}
#subpage #sub_contents dl.dlLink a::after {
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 11px;
	display: block;
	position: absolute;
	line-height: 10px;
	top: 50%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#subpage #sub_contents dl.dlLink a::after /*,
#subpage #sub_contents dl.dlLink a:visited::after*/ {
	right: 10px;
	color: #353535;
}
#subpage #sub_contents dl.dlLink a:hover::after /*,
#subpage #sub_contents dl.dlLink a:active::after*/ {
	right: 5px;
	color: #2184c7;
}
#subpage #sub_contents #mapField p.map_area.about06Map {
	width: 100%;
	margin: 0 auto;
	height: 340px;
}
#subpage #sub_contents #mapField p.map_area.about06Map iframe.map_frame {
	border: none;
	width: 100%;
	height: 340px;
}
@media screen and (max-width: 459px) {
	#subpage #sub_contents dl.blue_dt dd span.about06_dtSpan {
		display: block;
	}
}
/* =======================================
    info
======================================= */
#subpage #sub_contents .info_article .info_foot p.info_newup {
	float: left;
	padding: 4px 0;
}
#subpage #sub_contents .info_article .info_foot p.info_day {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
	padding: 5px 0;
	font-size: 14px;
	color: #4a4a4a;
}
#subpage #sub_contents .info_article .info_foot p.info_subttl {
	float: left;
	padding: 5px 12px;
	background: #fafafa;
/*	background: #e3b394;*/
	font-weight: bold;
	color: #383838;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	border: 2px solid #dbdbdb;
}
#subpage #sub_contents .info_article {
	border-bottom: 1px dashed #d9d9d9;
}
#subpage #sub_contents .info_article[id] {
	margin-top: -170px;
	padding-top: 170px;
}
#subpage #sub_contents .info_article:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
@media screen and (max-width: 774px) {
	#subpage #sub_contents .info_article .info_imgBox {
		width: 48.3870967741%;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#subpage #sub_contents .info_article .info_imgBox:nth-child(odd) {
		float: left;
	}
	#subpage #sub_contents .info_article .info_imgBox:nth-child(even) {
		float: right;
		margin-left: 3.2258064515%;
	}
	#subpage #sub_contents .info_article .info_imgBox:nth-child(3) ,
	#subpage #sub_contents .info_article .info_imgBox:last-child {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 639px) {
	#subpage #sub_contents .info_article .info_imgBox {
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	#subpage #sub_contents .info_article .info_imgBox:nth-child(odd) ,
	#subpage #sub_contents .info_article .info_imgBox:nth-child(even) {
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}
	#subpage #sub_contents .info_article .info_imgBox:nth-child(3) {
		margin-bottom: 10px;
	}
	#subpage #sub_contents .info_article .info_imgBox:last-child {
		margin-bottom: 0px;
	}
	#subpage #sub_contents .info_article #viewer {
		display: none;
	}
}
#subpage #sub_contents .info_article p.info_img {
	max-height: 258px;
	overflow: hidden;
	background-color: #fff;
/*	background-color: #fafafa;*/
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	#subpage #sub_contents .info_article p.info_img {
		max-width: 400px;
	}
}
/*#subpage #sub_contents .info_article .pdf_link {
	max-width: 326px;
}*/
#subpage #sub_contents .info_article .pdf_link dl a {
	position: relative;
	display: block;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	border-top: solid 1px #f5f5f5;
}
#subpage #sub_contents .info_article .pdf_link dl a:first-child {
	border-top: none;
}
#subpage #sub_contents .info_article .pdf_link dl a:link,
#subpage #sub_contents .info_article .pdf_link dl a:visited {
	background-color: transparent;
}
#subpage #sub_contents .info_article .pdf_link dl a:hover,
#subpage #sub_contents .info_article .pdf_link dl a:active {
	background-color: #fafafa;
}
#subpage #sub_contents .info_article .pdf_link dl a:after {
	content: "\e608";
	font-family: 'icomoon';
	font-size: 12px;
	display: block;
	position: absolute;
	width: 10px;
	line-height: 10px;
	top: 50%;
	margin-top: -5px;
	transition-duration: 0.3s;
	color: #1F58A5;
}
#subpage #sub_contents .info_article .pdf_link dl a:link:after,
#subpage #sub_contents .info_article .pdf_link dl a:visited:after {
	right: 6px;
}
#subpage #sub_contents .info_article .pdf_link dl a:hover:after,
#subpage #sub_contents .info_article .pdf_link dl a:active:after {
	right: 3px;
	color: #2184c7;
}
#subpage #sub_contents .info_article .pdf_link dt {
	border-top: dotted 1px #999;
}
#subpage #sub_contents .info_article .pdf_link dt:first-child {
	border-top: none;
}
#subpage #sub_contents .info_article .pdf_link dt {
	color: #454545;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
}
#subpage #sub_contents .info_article .pdf_link dd {
	color: #666;
	font-size: 15px;
	line-height: 22px;
}

p.pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	display: none;
}
p.pagetop>a {
	display: block;
	background-color: rgba(0,0,0,0.8);
	border-radius: 50px;
	height: 80px;
	width: 80px;
	color: #fff;
	line-height: 20px;
	text-align: center;
}
p.pagetop>a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
p.pagetop>a>span {
	padding: 10px 0;
	display: block;
	font-size: 14px;
}
p.pagetop>a>span>i.fa-chevron-up {
	display: block;
	font-size: 18px;
	margin-bottom: 2px;
}
@media screen and (max-width: 779px) {
	p.pagetop>a {
		height: 68px;
		width: 68px;
	}
	p.pagetop>a>span {
		padding: 7px 0;
		font-size: 13px;
		line-height: 16px;
	}
	p.pagetop>a>span>i.fa-chevron-up {
		font-size: 16px;
	}
}
@media screen and (max-width: 639px) {
	p.pagetop {
		bottom: 20px;
		right: 20px;
	}
	#subpage #sub_contents .spmb30 {
		margin-bottom: 30px;
	}
	#subpage #sub_contents .spmb0 {
		margin-bottom: 0px;
	}
}
/*2021.05.28.ichinomiya.add.start*/
.t-indent3 {
	text-indent: -3em;
	padding-left: 3em;
}
/*2021.05.28.ichinomiya.add.end*/

/*2025.02.05.index.htmlのお知らせに追加するタイトルが長い場合の処理.add.start*/
.news_ttl_long {
	display:inline-block;
	white-space:nowrap;
	overflow:clip;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
}
/*2025.02.05.add.end*/

/* センターのご案内メール画像＿250318_start */
dd.mail_img{
	display: flex;
	align-items: center;
	height: 24px;
}
dd.mail_img img{
	height: 15px;
}

img.about03_mail_img {
	height: 15px;
	padding-top: 3px;
}
/* センターのご案内メール画像＿250318_end */