@charset "utf-8";
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
body {
	color: #111;
	background-color: #FFFFFF;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
}

.wrapper, .main, .container, .content {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.content {
  flex: 1;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_garamond {
	font-family: 'Cormorant Garamond', serif;
}
.font_raleway {
	font-family: 'Raleway', sans-serif;
}
section, article {
	display: block;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
li {
	list-style-type: none;
}
a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.clfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
/*
ヘッダー
-------------------------------------------*/

header {
	width: 100%;
	background-color: #FFF;
	position: fixed;
}
header h1 a img {
	display: block;
	position: absolute;
}

header .h_sns a {
	display: block;
	text-align: center;
	position: absolute;
	float:right;
	text-decoration: none;
	letter-spacing: 1px;
	border: 5px solid #EEE;
	background-color: #0085B2;
}
header .h_btn a {
	display: block;
	text-align: center;
	position: absolute;
	float:right;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 1px;
	border: 5px solid #EEE;
	background-color: #0085B2;
}
header .h_btn a:hover {
	color: #0085B2;
	background-color: #FFF;
	border: 5px solid #0085B2;
}
header .h_tel a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #036;
	font-size: 20px;
	width: auto;
	font-weight: bold;
	letter-spacing: 1px;
}
header .h_tel a strong {
	font-size: 130%;
}
header .h_btn a i, header .h_tel a i {
	padding-left: 5px;
	padding-right: 5px;
}
#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}
.pankuzu {
	background-color: #F6F6F6;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.pankuzu li {
	display: inline-block;
}
.pankuzu li a {
	text-decoration: none;
	color: #999;
}
.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}
.pankuzu li a:hover {
	color: #111;
}
.pankuzu li i {
	padding-right: 5px;
}
/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 100%;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.cont_wrap_header {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
}
 .cont_wrap_main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 10px 60px; /* ヘッダ+フッター考慮 */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

#top_slide {
	padding-top: 100px;
	background-color: #000;
	padding-bottom: 5px;
}
#sub_top {
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	line-height: 30px;
	padding-top: 270px;
	width: 100%;
	background-size: cover;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: 20px;
	letter-spacing: 1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.content h2 {
	font-size: 36px;
	line-height: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	letter-spacing: 1px;
	color: #036;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}
.content h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 50%;
	font-weight: normal;
}
.content h3 {
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 0px;
	background-color: #F6F6F6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 44px;
	color: #111;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
}
.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #0085B2;
	content: '';
}
.content h3 span {
	font-size: 16px;
	color: #888;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}
.content h4 {
	font-size: 20px;
	color: #0085B2;
	letter-spacing: 0.1em;
	padding: 5px;
	font-weight: bold;
	clear: both;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
}

h4.sitemap {
	font-size: 20px;
	color: #0085B2;
	letter-spacing: 0.1em;
	padding: 5px;
	font-weight: bold;
	clear: both;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	border-bottom: solid 3px #0085B2;
}

.content p {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}
.content .ul_dic li {
	padding-top: 6px;
	padding-bottom: 6px;
}

.ul_news {
	height: 300px;
	overflow-y: scroll;
}
.content .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .ul_news li span.news_date {
	color: #999;
	padding-right: 20px;
}
.content .ul_news li span.news_icon {
	color: #FFF;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	background-color: #FF6600;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}
.content .ul_news li span.news_icon.cl_02 {
	background-color: #009999;
}
.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.img_left {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.content .img_left p {
	font-size: 12px;
	margin: 0px;
}
.content .card-header span {
	font-size: 12px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}


/*
画面幅による表示設定
-------------------------------------------*/

@media screen and (min-width:960px) {
	body {
		font-size: 16px;
	}
	.sm-slider, .sm-slider::after {
		top: 100px !important;
	}
	th.search-label {
		width: 20%;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	td.search-input {
		width: 84%;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	div.search-label {
		width: 95%
	}
	/*
	ヘッダー
	-------------------------------------------*/
	header {
		height: 140px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
		position: fixed;
		z-index: 1000; 
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}
	header h1 a img {
		top: 20px;
		left: 10px;
	}
	header .h_btn a {
		width: 160px;
		top: 15px;
		right: 10px;
		line-height: 38px;
		padding-top: 2px;
		font-size: 14px;
		font-weight: bold;
	}
	header .h_tel a {
		top: 20px;
		right: 190px;
		line-height: 38px;
		padding-top: 4px;
	}
	header.fixed {
		height: 100px;
	}
	header.fixed h1 a img {
		height: 40px;
		top: 5px;
	}
	header.fixed .h_btn a, header.fixed .h_tel a {
		top: 5px;
	}
	.menu_btn, .btn_close {
		display: none;
	}
	/*
	PCグローバルナビ
	-------------------------------------------*/
	#g_navi {
		width: 98%;
		padding-left: 2%;
		display: block !important;
		height: 50px;
		z-index: 1000;
		left: 0px !important;
		bottom: 0px;
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: bold;
	}
	#g_navi ul.navi_base {
		width: 100%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	#g_navi ul li {
		display: inline;
	}
	#g_navi li a {
		width: 16%;
		padding-top: 15px;
		height: 35px;
		display: block;
		color: #036;
		text-decoration: none;
		text-align: center;
		line-height: 20px;
		position: relative;
		float: left;
	}
	#g_navi li a::before {
		display: block;
		height: 2px;
		position: absolute;
		top: 2px;
		width: 70%;
		left: 15%;
		background-color: #FFF;
		content: '';
		-webkit-transition: 0.2s linear;
		-moz-transition: 0.2s linear;
		transition: 0.2s linear;
	}
	#g_navi li a:hover::before {
		background-color: #0085B2;
		top: 0px;
	}
	#g_navi li a:hover, #g_navi li a.active, #g_navi ul li:hover>a {
		color: #0085B2;
	}
	#g_navi ul li:hover>a.ac_menu, #g_navi li a.ac_menu:hover {
		position: relative;
	}
	/*
	#g_navi li a.ac_menu::after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 50%;
		margin-left: -15px;
		border-right: 15px solid transparent;
		border-bottom: 20px solid #FFF;
		border-left: 15px solid transparent;
		z-index: 300;
		-webkit-transition: 0.2s linear;
		-moz-transition: 0.2s linear;
		transition: 0.2s linear;
	}
*/
	#g_navi ul li:hover>a.ac_menu::after, #g_navi li a.ac_menu:hover::after {
		border-bottom: 20px solid #001533;
	}
	#g_navi ul li div {
		position: absolute;
		z-index: 2000;
		top: 130px;
		left: 0px;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		width: 100%;
		height: auto;
		background-color: #001533;
	}
	#g_navi ul li ul {
		width: 96%;
		padding-left: 2%;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	#g_navi li ul li a {
		width: 21%;
		padding-left: 3%;
		padding-top: 9px;
		padding-bottom: 9px;
		line-height: 22px;
		height: auto;
		color: #FFF;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 1%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#g_navi li ul li a::after {
		content: "+";
		color: #FFF;
		position: absolute;
		display: block;
		left: 15px;
		top: 8px;
		font-size: 9px;
	}
	#g_navi li ul li a:hover::after {
		color: #036;
	}
	#g_navi ul li ul li a:hover {
		color: #036;
		background-color: #FFF;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	}
	#g_navi li li a::before {
		display: none;
	}
	#g_navi ul li:hover div {
		visibility: visible;
		opacity: 1;
	}
	#g_navi div.ac_list {
		display: block !important;
	}
	header.fixed #g_navi {
		height: 40px;
	}
	header.fixed #g_navi ul li div {
		top: 40px;
	}
	header.fixed #g_navi li a {
		padding-top: 10px;
		height: 30px;
	}
	header.fixed #g_navi li ul li a {
		padding-top: 9px;
		height: 22px;
	}
	/*
	サブトップ
	-------------------------------------------*/
	#sub_top.faq {
		background-image: url(../img/sub_top_faq.jpg);
	}
	#sub_top.works {
		background-image: url(../img/sub_top_works.jpg);
	}
	#sub_top.contact {
		background-image: url(../img/sub_top_contact.jpg);
	}
	#sub_top.company {
		background-image: url(../img/sub_top_company.jpg);
	}
	#sub_top.sample {
		background-image: url(../img/sub_top_sample.jpg);
	}
	.no_pc {
		display: none;
	}
	.box_contact .box_in {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.box_contact .btn {
		float: left;
		width: 50%;
	}
	.box_contact .tel {
		float: right;
		width: 50%;
	}
	.box_contact.only_tel .tel {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width:960px) {
	body {
		font-size: 16px;
	}
	div.search-label {
		width: 100%
	}
	.cont_wrap_main {
		display: inline-block;
		width: 100%;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
	}
	img {
		max-width: 100% !important;
		height: auto;
		width/***/
		: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.content h4 {
		margin-right: 10x;
		margin-left: 10px;
	}
	ul.works_list li {
		width: 33.3%;
	}
	#top_slide {
		padding-top: 50px;
	}
	#sub_top {
		height: 100px;
		padding-top: 120px;
		letter-spacing: 0.5em;
		font-size: 18px;
	}
	.content table.table_search th, .content table.table_search td, .content table.table_dic th, .content table.table_dic td {
		width: 100% !important;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*
メニューボタン
-------------------------------------------*/
	.menu_btn {
		display: block;
		height: 30px;
		width: 40px;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		position: fixed;
		z-index: 5000;
		top: 5px;
		right: 5px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	.menu_btn:hover {
		cursor: pointer;
	}
	.menu_btn span {
		width: 28px;
		height: 2px;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -14px;
		background-color: #555;
	}
	.menu_btn span {
		transition: all 0.3s;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
	}
	.menu_btn span.top {
		transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
	}
	.menu_btn span.bottom {
		transform: translateY(8px);
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
	}
	.menu_btn:hover span.top {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
	}
	.menu_btn:hover span.bottom {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
	}
	.menu_btn.opened span.middle {
		background: rgba(255, 255, 255, 0);
		transform: translateX(30px);
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
	}
	.menu_btn.opened span.top {
		transform: rotate(-45deg) translateY(0px);
		-webkit-transform: rotate(-45deg) translateY(0px);
		-moz-transform: rotate(-45deg) translateY(0px);
	}
	.menu_btn.opened span.bottom {
		transform: rotate(45deg) translateY(0px);
		-webkit-transform: rotate(45deg) translateY(0px);
		-moz-transform: rotate(45deg) translateY(0px);
	}
	/*
グローバルナビ
-------------------------------------------*/
	#g_navi {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		display: none;
		padding-top: 50px;
		overflow: auto;
		z-index: 3000;
		background-color: #FFF;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		font-size: 14px;
		letter-spacing: 1px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#g_navi ul {
		display: block;
		margin: 0px;
		padding: 0px;
		clear: both;
	}
	#g_navi ul li:first-child {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #EEE;
	}
	#g_navi ul li {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #EEE;
	}
	#g_navi ul li a {
		color: #111;
		text-decoration: none;
		display: block;
		padding-top: 16px;
		padding-right: 30px;
		padding-bottom: 14px;
		padding-left: 20px;
		line-height: 22px;
		vertical-align: middle;
	}
	#g_navi ul li a:hover {
		color: #999;
	}
	body.fixed {
		overflow: hidden;
	}
	/*
	アコーディオン
	--------------------------------------------------*/
	#g_navi ul li a.ac_menu {
		position: relative;
		background-image: none;
	}
	#g_navi ul li a.ac_menu::after {
		font-size: 11px;
		display: block;
		height: 20px;
		width: 20px;
		content: "▼";
		text-align: center;
		line-height: 20px;
		position: absolute;
		top: 16px;
		right: 10px;
		color: #555;
	}
	#g_navi ul li a.ac_menu.active {
		color: #999;
	}
	#g_navi ul li a.ac_menu.active::after {
		content: "▲";
	}
	#g_navi div.ac_list {
		display: none;
	}
	#g_navi ul li ul li {
		border-bottom: none;
	}
	#g_navi ul li li:first-child {
		border-top: none;
	}
	#g_navi ul li ul li a {
		border-bottom: none;
	}
	#g_navi ul li ul li a::before {
		content: "・";
		padding-right: 5px;
		color: #999;
	}
	#g_navi ul li ul li a:hover {
		color: #999;
	}
	/*
	メニューシャドウ
	-------------------------------------------*/
	.bg_bl {
		background-color: #FFF;
		height: 100%;
		width: 100%;
		opacity: 0.80;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
		display: block;
		position: fixed;
		z-index: 2000;
	}
	/*
	ヘッダー
	-------------------------------------------*/
	.sm-slider, .sm-slider::after {
		top: 50px !important;
	}
	header {
		height: 52px;
	}
	header h1 a img {
		top: 5px;
		left: 5px;
		height: 40px;
	}
	header .h_btn a {
		width: 120px;
		top: 5px;
		right: 55px;
		line-height: 29px;
		padding-top: 1px;
		font-size: 12px;
	}
	header .h_tel a {
		top: 10px;
		right: 200px;
		line-height: 29px;
		padding-top: 1px;
		font-size: 12px;
	}
	header .h_menu {
		display: none;
	}
	header #info {
		display: none;
	}
	/*
	サブトップ
	-------------------------------------------*/
	#sub_top.faq {
		background-image: url(../img/sub_top_faq_sp.jpg);
	}
	#sub_top.works {
		background-image: url(../img/sub_top_works_sp.jpg);
	}
	#sub_top.contact {
		background-image: url(../img/sub_top_contact_sp.jpg);
	}
	#sub_top.company {
		background-image: url(../img/sub_top_company_sp.jpg);
	}
	#sub_top.sample {
		background-image: url(../img/sub_top_sample_sp.jpg);
	}
	.no_sp {
		display: none;
	}
}

/*
お問い合わせ部分
-------------------------------------------*/

.box_contact {
	background-color: #E9EEEF;
	padding-top: 70px;
	padding-bottom: 50px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/sankaku.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.box_contact.only_tel {
	background-image: none;
}
.box_contact h3 {
	color: #006384;
}
.box_contact p {
	margin-top: 10px;
	margin-bottom: 20px;
}
.box_contact .btn a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 5px solid #0085B2;
	text-decoration: none;
	display: block;
	width: 90%;
	background-color: #0085B2;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
}
.box_contact .btn a i {
	padding-right: 10px;
	font-size: 120%;
}
.box_contact .btn a:hover {
	color: #0085B2;
	background-color: #FFF;
	border-top-color: #0085B2;
	border-right-color: #0085B2;
	border-bottom-color: #0085B2;
	border-left-color: #0085B2;
}
.box_contact .tel a {
	font-size: 30px;
	font-weight: bold;
	color: #0085B2;
	text-decoration: none;
}
.box_contact .tel a strong {
	font-size: 150%;
}
.box_contact .tel a i {
	padding-right: 10px;
	font-size: 120%;
}
/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 10px;
	background-color: #0085B2;
	height: 30px;
	width: 30px;
}
.to_top a:hover {}
/*
フッター
-------------------------------------------*/

footer {
	background-color: #007095;
	color: #FFF;
	clear: both;
	width: 100%;
	display: block;
}
footer ul.f_bn {
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #006384;
}
footer .f_bn li {
	display: inline;
}
footer .f_bn li a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	margin-left: 10px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
}
footer .f_bn li a:hover {
	background-color: #0085B2;
}
footer .f_bn li a i {
	padding-right: 5px;
	font-size: 200%;
}
footer ul.f_list {
	display: block;
	width: 33.3%;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}
footer ul.f_list li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 2px;
}
footer ul.f_list li li a {
	padding-left: 25px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
}
footer ul.f_list li li a:hover {
	background-color: #0085B2;
}
footer ul.f_list li li a::before {
	content: "・";
	position: absolute;
	top: 5px;
	left: 5px;
}
address {
	font-size: 10px;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	clear: both;
	background-color: #006384;
}
footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	background-color: #006384;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0085B2;
}
.box_pr ul li {
	display: inline;
	padding: 5px;
}
.box_pr ul li a {
	color: #FFF;
}
/*
各種テーブル
-------------------------------------------*/

.content table.table_search, .content table.table_dic {
	width: 96%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.content table.table_dic th, .content table.table_dic td {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
}
.content table.table_search th, .content table.table_search td {
	font-size: 16px;
	padding: 5px;
}

.content table.table_dic th {
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #17a2b8;
	color: #FFF;
	text-align: center;
}
.content table.table_dic td {
	line-height: 30px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.content table.table_search td {
	line-height: 30px;
	background-color: #FFF;
}
.content table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 820px;
}
.content table.table_02 th, .content table.table_02 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-left-color: #BBB;
}
.content table.table_02 th {
	font-size: 18px;
	white-space: nowrap;
	letter-spacing: 1px;
	background-color: #F6F6F6;
	color: #006384;
}
.content table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
}
.content table.table_02 .tr_gr th {
	background-color: #EEE;
}
.content table.table_02 .tr_gr td {
	background-color: #F9F9F9;
}
.content table.table_02 td .price {
	font-size: 150%;
	white-space: nowrap;
	color: #006384;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.small {
	font-size: 80%;
	color: #666;
}
.chui {
	color: #F03600;
}
.table_search th span, .table_dic th span {
	font-size: 12px;
	color: #CCC;
}
/*ログイン用テーブル*/

.content table.table_login {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_login th, .content table.table_login td {
	padding: 20px;
}
.content table.table_login th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}
.content table.table_login td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFF;
}
.table_login th span {
	font-size: 12px;
	color: #CCC;
}
/*#入力用テーブル */

.content table.table_input {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.content table.table_input th, .content table.table_input td {
	font-size: 14px;
	line-height: 30px;
	padding: 5px;
}
.content table.table_input th {
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #17A2B8;
	margin-left: 20px;
	width: auto;
}
.content table.table_input td {
	background-color: #FFF;
}
.content table.table_input th span {
	font-size: 12px;
	color: #CCC;
}
/#リスト表示用テーブル*/
.content table.table_list {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.content table.table_list th, .content table.table_list td {
	padding: 5px;
}
.content table.table_list th {
	font-size: 12px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #007BFF;
	color: #FFF;
}
.content table.table_list td {
	font-size: 11px;
	line-height: 15px;
	background-color: #FFF;
}
.content table.table_list th span {
	font-size: 12px;
	color: #CCC;
}

/#リスト表示用テーブル ユーザ向け*/
.content table.table_list2 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.content table.table_list2 th, .content table.table_list2 td {
	padding: 5px;
}
.content table.table_list2 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #007BFF;
	color: #FFF;
}
.content table.table_list2 td {
	font-size: 16px;
	line-height: 15px;
	background-color: #FFF;
}
.content table.table_list2 th span {
	font-size: 16px;
	color: #CCC;
}

.content h2 {
	font-size: 36px;
	line-height: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	letter-spacing: 1px;
	color: #036;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}
.content h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 50%;
	font-weight: normal;
}
.content h3 {
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 0px;
	background-color: #F6F6F6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 44px;
	color: #111;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
}
.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #0085B2;
	content: '';
}
.content h3 span {
	font-size: 16px;
	color: #888;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}
.content h4 {
	font-size: 20px;
	color: #0085B2;
	letter-spacing: 0.1em;
	padding: 5px;
	font-weight: bold;
	clear: both;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
}

h4.sitemap {
	font-size: 20px;
	color: #0085B2;
	letter-spacing: 0.1em;
	padding: 5px;
	font-weight: bold;
	clear: both;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	border-bottom: solid 3px #0085B2;
}

.content p {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}
.content .ul_dic li {
	padding-top: 6px;
	padding-bottom: 6px;
}
