﻿@charset "utf-8";

/* reset css
------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.7;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:link {
    color: #008486;
    text-decoration: none;
}
a:visited {
	color: #471f99;
}
a:hover {
    color: #008486;
    text-decoration: underline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
}



/* common setting
------------------------------------------------------------------*/
/* css_browser_selector */
.webkit body { font-size:80%;}
.opera body { font-size:80%;}
.win.ie6 body { font-size:80%;}
.win.ie7 body { font-size:80%;}
.win.ie8 body { font-size:80%;}
.mac.safari body { font-size:75%;}
.gecko body { font-size:80%;}


/* margin class */
.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:10px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}

.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}

.ml0 {margin-left:0px !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}

.mr0 {margin-right:0px !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}

html { height:100%;}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#fff;
	color:#333;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	border-top:1px solid #007e85;
}
#wrapper {
	width:100%;
	height:100%;
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	/* text-align:center; */
}
.clear{
	font-size:0% !important;
	margin:0px !important;
	padding:0px !important;
	clear:both !important;
	line-height:0% !important;
	height:0px !important;
	width:0px !important;
	float:none !important;
}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
img {
	padding: 0px;
	margin:0;
	border: none;
	line-height: 0%;
}
#wrapperInner {
	width: 94%;
	max-width:900px;
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
}

.clo {background:#ffe0e0 !important;}
table sup {color:#cc0000;}
span.red  {color:#cc0000;}

/* wrap
--------------------------------------------------------- */
.sp{
	display: block;
}
.pc,.img-pc{
	display: none;
}
#wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
	border-top: 6px solid #00a8a9;
}

#wrap__Inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-right: 38px;
	padding-left: 38px;
}

#main__Content {
	margin: 0 auto 60px;
}

/*-- pc --*/
@media print, screen and (min-width: 769px) {
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}
	.img-pc{
		display: inline-block;
	}

	#wrap {
		min-width: 1000px;
	}
	#wrap__Inner {
		max-width: 1140px;
		min-width: 1000px;
	}
	#wrap__Inner:after {
		content: "";
		clear: both;
		display: block;
	}

	/* column--is1 */
	body.column--is1 #wrap__Inner {
		max-width: 1600px;
		min-width: 1000px;
		margin: 0 auto;
		padding-right: 38px;
		padding-left: 38px;
	}
	body.column--is1:not(.page--Hero) #main__Content {
		margin: 0 auto 90px;
	}

	/* column--is1(page--Hero) */
	body.column--is1.page--Hero #wrap__Inner {
		max-width: 100%;
		min-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	body.column--is1.page--Hero #main__Content {
		max-width: 100%;
		min-width: 100%;
	}
	body.column--is1.page--Hero .breadCrumbs {
		padding-left: 0;
	}
	body.column--is1.page--Hero .breadCrumbs__Inner {
		position: relative;
		display: inline-block;
		margin-top: 18px;
		padding: 5px 17px 5px 38px;
		z-index: 3;
		line-height: 1.2;
		background: #fff;
	}
	body.column--is1.page--Hero .hero {
		position: relative;
		width: 100%;
		height: auto;
		margin: -101px 0 0 0;
		z-index: -1;
	}
	body.column--is1.page--Hero .hero .hero_Img {
		width: 100%;
		height: auto;
	}
	body.column--is1.page--Hero .hero .heading_Hero {
		max-width: 1600px;
		min-width: 1000px;
		margin: 0 auto;
		line-height: 1.2;
		font-weight: normal;
	}
	body.column--is1.page--Hero .hero .heading_Hero > span {
		display: inline-block;
		margin-bottom: 5px;
		padding: 6px 28px 2px 38px;
		background: #ffffff;
	}
	body.column--is1.page--Hero .hero .heading_Hero > span.heading_Bottom {
		margin-top: -6px;
	}
	body.column--is1.page--Hero .hero .heading_Hero strong {
		font-weight: normal;
		font-size: 2.125rem;
		color: #008486;
	}
	body.column--is1.page--Hero .hero .heading_Hero .sub {
		display: block;
		margin-top: -5px;
		padding-left: 2px;
		font-size: 1rem;
		font-weight: normal;
		color: #333333;
	}
	body.column--is1.page--Hero .hero .heading_Hero--sub {
		max-width: 1600px;
		min-width: 1000px;
		margin: 0 auto;
		margin-bottom: 0;
	}
	body.column--is1.page--Hero .hero .heading_Hero--sub span {
		display: inline-block;
		padding: 5px 18px 2px 42px;
		line-height: 1.2;
		color: #333333;
		font-size: 1rem;
		font-weight: normal;
		font-style: normal;
		background: #fff;
	}
	body.column--is1.page--Hero .hero .heading_Hero--sub02 {
		max-width: 1600px;
		min-width: 1000px;
		margin: 0 auto;
		margin-bottom: 0;
	}
	body.column--is1.page--Hero .hero .heading_Hero--sub02 span {
		display: inline-block;
		padding: 28px 18px 2px 42px;
		line-height: 1.8;
		color: #ffffff;
		font-size: 1rem;
		font-weight: normal;
		font-style: normal;
	}
	body.column--is1.page--Hero .hero .hero__Inner {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -40px;
	}
	body.column--is1.page--Hero .hero + .area_Index {
		margin-top: 60px;
	}
	body.column--is1.page--Hero .hero.hero--oneSide .hero__Inner {
		top: 20%;
		margin-top: 0;
	}
	.hero__Visual--oneSide {
		display: flex;
		width: 100%;
		height: 100%;
		color: #ffffff;
		background: #008486;
	}
	.hero__Visual--oneSide .img {
		width: 65%;
		order: 2;
	}
	.hero__Visual--oneSide .img img {
		width: 100%;
	}
	.hero__Visual--oneSide .content {
		order: 1;
		width: 35%;
		padding: 6px 0 0;
	}
	.hero__Visual--oneSide .content .dl_Basic {
		margin-top: 200px;
		padding: 0 28px 24px 38px;
	}
	.hero__Visual--oneSide .content .dl_Basic > dt {
		color: #ffffff;
	}
	.hero__Visual--oneSide .list_Normal > li:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 8px;
		left: 0;
		width: 4px;
		height: 4px;
		background: #ffffff;
		border: 1px solid #ffffff;
	}
	.hero__Lead {
		padding: 53px 0 48px;
		color: #ffffff;
		font-size: 1rem;
	}
	.hero__Lead .txt {
		margin-bottom: 0;
		text-align: center;
	}
	.hero__Lead .list_Note {
		margin-top: 15px;
	}
	.hero__Lead + .block_Section {
		margin-top: 62px;
	}
	.hero__Lead--oneSide {
		min-width: 900px;
		padding: 32px 0 62px;
	}
	.hero__Lead--oneSide .hero__Lead--oneSide_Inner {
		max-width: 924px;
		padding: 0 38px;
		color: #ffffff;
		background: #008486;
	}

	/* column--is1(page--minWidth) */
	body.column--is1.page--minWidth #wrap__Inner {
		max-width: 1000px;
		min-width: 1000px;
	}

	/* column--is2 */
	#column--is2 {
		width: 100%;
		float: left;
		margin-right: -673px;
	}
	#column--is2 #main__Content {
		width: 673px;
		float: right;
	}

	/* column--isFixed */
	body.column--isFixed #wrap,
	body.column--isFixed--is2 #wrap {
		min-width: 1000px;
	}
	body.column--isFixed #wrap__Inner,
	body.column--isFixed--is2 #wrap__Inner {
		max-width: 1600px;
		min-width: 1000px;
		margin: 0 auto;
		padding-right: 38px;
		padding-left: 38px;
	}
	body.column--isFixed #main__Content,
	body.column--isFixed--is2 #main__Content {
		width: 900px;
		margin: 0 auto 90px;
	}
	body.column--isFixed--is2 #wrap__Inner {
		max-width: 1140px;
	}

	/* site__Inner */
	.site__Inner {
		box-sizing: border-box;
		max-width: 1600px;
		min-width: 1000px;
		margin: 0 auto;
		padding-right: 38px;
		padding-left: 38px;
	}
	.site__Inner_foot {
		background: #008486;
	}
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 768px) {
	#wrap__Inner {
		padding: 0;
	}
	/* column--is1 */
	body.column--is1 #wrap__Inner {
		padding: 38px 15px 0;
	}
	/* column--is1(page--Hero) */
	body.column--is1.page--Hero {
	/* wrap__Inner */
	}
	body.column--is1.page--Hero #wrap__Inner {
		padding: 0;
	}
	#main__Content {
		margin: 0 auto 40px;
		padding: 0;
	}
	/* column--is2 */
	#column--is2 #main__Content {
		/*padding: 38px 15px 0;*/
	}
	/* column--isFixed */
	body.column--isFixed,
	body.column--isFixed--is2 {
		width: 930px;
	}
	body.column--isFixed #wrap,
	body.column--isFixed--is2 #wrap {
		width: 930px;
	}
	body.column--isFixed #wrap__Inner,
	body.column--isFixed--is2 #wrap__Inner {
		padding: 38px 15px 0;
	}
	body.column--isFixed--is2 #wrap__Inner {
		padding: 38px 0 0;
	}
	body.column--isFixed--is2 #column--is2 #main__Content {
		width: 673px;
	}
	.site__Inner {
		box-sizing: border-box;
		padding: 0 15px;
	}
	/* hero */
	.hero {
		width: 100%;
	}
	.hero .hero_Img {
		width: 100%;
		height: auto;
	}
	.hero--oneSide .img img {
		width: 100%;
	}
	.heading_Hero {
		margin: 0;
		padding: 0;
		line-height: 1.2;
		font-size: 1.875rem;
		font-weight: normal;
		color: #008486;
	}
	.heading_Hero strong {
		font-size: 1.75rem;
		font-weight: normal;
		color: #008486;
	}
	.heading_Hero .sub {
		display: block;
		margin-top: 0;
		font-size: 1rem;
		font-weight: normal;
		color: #333333;
	}
	.heading_Hero--sub {
		margin: 0;
		padding: 0;
	}
	.heading_Hero--sub em {
		display: inline-block;
		line-height: 1.2;
		color: #333333;
		font-size: 1rem;
		font-weight: normal;
		font-style: normal;
		background: #ffffff;
	}
	.heading_Hero--sub span {
		font-size: 1rem;
		color: #333333;
	}
	.hero__Inner {
		padding: 19px 15px;
	}
	.hero__Visual--oneSide {
		width: 100%;
		color: #ffffff;
		background: #008486;
	}
	.hero__Visual--oneSide .content {
		padding: 38px 15px 0 15px;
	}
	.hero__Visual--oneSide .content .dl_Basic > dt {
		color: #ffffff;
	}
	.hero__Visual--oneSide .list_Normal > li:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 8px;
		left: 0;
		width: 4px;
		height: 4px;
		background: #ffffff;
		border: 1px solid #ffffff;
	}
	.hero__Lead {
		padding: 40px 0;
		color: #ffffff;
		background: #008486;
	}
	.hero__Lead .txt {
		margin-bottom: 0;
		text-align: left;
	}
	.hero__Lead .list_Note {
		margin-top: 15px;
	}
	.hero__Lead + .block_Section {
		margin-top: 40px;
	}
	.hero__Lead--oneSide {
		padding: 18px 0 43px;
	}
	.hero__Lead--oneSide .hero__Lead--oneSide_Inner {
		padding: 0 15px;
	}
	.area_Index {
		margin-top: 0;
	}
}


/* header
------------------------------------------------------------------*/

/* gHeader
--------------------------------------------------------- */
#gHeader {
	background: #ffffff;
}

/*-- gHeader_Top --*/
.gHeader-Top .site__Inner {
	display: table;
	width: 100%;
}

.gHeader-Top--Left {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.gHeader-Top--Right {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.gHeader-Top--Right:after {
	content: "";
	clear: both;
	display: block;
}

/*-- logoArea --*/
.logoArea {
	display: table;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.logoArea {
		width: 95%;
	}
}

.logoArea .logo_Main {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #dedede;
}

.logoArea .logo_Main a {
	display: block;
}

.logoArea .site_Grouping {
	display: table-cell;
	vertical-align: middle;
	color: #666666;
	font-weight: bold;
}

.site_Grouping a {
	font-weight: normal;
	text-decoration: none;
}

.site_Grouping a:link {
	color: #666666;
}

.site_Grouping a:visited {
	color: #471f99;
}

.site_Grouping a:active {
	color: #666666;
}

.site_Grouping a:hover {
	color: #008486;
}

.site_Grouping a.current {
	font-weight: bold;
	color: #008486;
}

/*-- pc --*/
@media print,
screen and (min-width: 769px) {
	#gHeader {
		border-bottom: 3px solid #dedede;
	}
	.gHeader-Top {
		height: 80px;
	}
	.gHeader-Top .site__Inner {
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.hMenu--pc {
		border-top: 1px solid #dedede;
	}
	/*-- logoArea --*/
	.logoArea .logo_Main {
		padding-right: 22px;
	}
	.logoArea .logo_Main img {
		width: 190px;
		height: auto;
	}
	.logoArea .site_Grouping {
		padding-left: 19px;
		font-size: 0.875rem;
	}
	.logoArea .site_Grouping dd {
		margin-top: 6px;
	}
	.logoArea .site_Grouping dd li {
		display: inline-block;
		margin-right: 10px;
	}
	.logoArea .site_Grouping dd li.current {
		font-weight: bold;
		color: #008486;
	}

	/*-- hMenu_Content_search --*/
	#hMenu_Content_search--pc {
		display: none;
		padding: 30px 0 27px;
		border-bottom: 1px solid #dedede;
	}
	#hMenu_Content_search--pc.open {
		display: block;
	}
	.hMenu--pc .siteSearch_Wrap {
		width: 924px;
		opacity: 0;
	}
	.hMenu--pc .siteSearch_Input {
		width: 885px;
	}

	/*-- hMenu--smp --*/
	.hMenu--smp,
	#hMenu_Toggle--smp {
		display: none;
	}

	/*-- gHeader-Utility--pc --*/
	.gHeader-Utility--pc {
		float: right;
		display: table;
		line-height: 1;
	}
	.gHeader-Utility--pc:after {
		content: "";
		clear: both;
		display: block;
	}
	.gHeader-Utility--pc .btn_Contactus {
		display: table-cell;
		vertical-align: middle;
	}
	.gHeader-Utility--pc .btn_Contactus a {
		color: #666666;
		text-decoration: none;
	}
	.gHeader-Utility--pc .btn_Contactus a:hover {
		color: #008486;
		text-decoration: none;
	}
	.gHeader-Utility--pc .btn_Network {
		display: table-cell;
		vertical-align: middle;
		padding-top: 2px;
		padding-left: 20px;
	}
	.gHeader-Utility--pc .btn_Network a {
		display: block;
		vertical-align: middle;
		color: #666666;
	}
	.gHeader-Utility--pc .btn_Network a::after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 16px;
		vertical-align: middle;
		background: url(../img/icon/icon_link_blank.png) no-repeat 100% 20%;
		-webkit-background-size: 14px 12px;
		background-size: 14px 12px;
	}
	.gHeader-Utility--pc .btn_Network a:hover {
		opacity: 0.7;
		color: #008486;
		text-decoration: underline;
	}
	.gHeader-Utility--pc .btn_Search {
		display: table-cell;
		vertical-align: middle;
		padding-left: 26px;
	}
	.gHeader-Utility--pc .btn_Search a {
		display: block;
		width: 24px;
		height: 24px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		vertical-align: middle;
		background: url(../img/icon/btn_site_search.png) no-repeat 0 0;
		-webkit-background-size: 24px;
		background-size: 24px;
	}
	.gHeader-Utility--pc .btn_Search a.open {
		background: url(../img/icon/btn_site_search_close.png) no-repeat 0 0;
	}
	.gHeader-Utility--pc .btn_Search a:hover {
		opacity: 0.7;
	}
	.gHeader-Utility--pc .ico_special span {
		display: block;
		margin-right: 20px;
		padding: 6px 8px;
		border-radius: 3px;
		background: #efefef;
		border: 1px solid #ddd;
	}
	/*-- gNav --*/
	#gNav_Wrap--pc .gNav {
		position: relative;
		min-height: 42px;
	}
	#gNav_Wrap--pc .gNav>li {
		display: inline-block;
	}
	#gNav_Wrap--pc .gNav>li>a {
		display: block;
		padding: 10px 18px 10px 18px;
		text-decoration: none;
		color: #333333;
		font-size: 0.875rem;
		font-weight: bold;
	}
	#gNav_Wrap--pc .gNav>li>a:hover {
		color: #008486;
	}
	#gNav_Wrap--pc .gNav>li>a.current,
	#gNav_Wrap--pc .gNav>li>a.open {
		color: #008486;
	}
	#gNav_Wrap--pc .gNav>li:first-child a {
		padding-left: 0;
	}

	/*-- hMenu(pc) --*/
	.hMenu_Content--pc {
		display: none;
		width: 100%;
		height: auto;
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 9999;
		border-bottom: 3px solid #00a8a9;
		background: #ffffff;
	}
	.hMenu_Content--pc a {
		text-decoration: none;
		color: #333333;
		font-size: 1.125rem;
		font-weight: normal;
	}
	.hMenu_Content--pc a:hover {
		color: #008486;
	}
	.hMenu_Content--pc li {
		display: inline-block;
		margin-right: 126px;
		font-size: 0.9375rem;
	}
	.hMenu_Content--pc.open {
		display: block;
		height: auto;
	}
	.hMenu_Toggle--pc {
		position: relative;
	}
	.hMenu_Toggle--pc span {
		padding-right: 20px;
		-webkit-background-size: 14px 8px;
		background-size: 14px 8px;
	}
	.hMenu_Toggle--pc:hover {
		cursor: pointer;
	}
	.hMenu_Toggle--pc.open {
		color: #008486;
	}
	.hMenu_Toggle--pc.open:after {
		content: "";
		display: block;
		position: absolute;
		top: 47px;
		left: 0;
		width: 100%;
		height: 1px;
		border-bottom: 3px solid #00a8a9;
	}
	.hMenu_Toggle--pc.open span {
		-webkit-background-size: 14px 8px;
		background-size: 14px 8px;
	}
	.hMenu_Content_heading--pc {
		padding: 13px 38px;
	}
	.hMenu_Content_heading--pcul.list_Link.link--Next>*,
	.hMenu_Content_heading--pc.list_Link.link--Next:not(ul) {
		margin-left: auto;
	}
	.hMenu_Content_list--pc .site__Inner {
		padding: 0 38px;
	}
	.hMenu_Content_list--pc .list {
		padding: 31px 0 17px;
		border-top: 1px solid #dedede;
	}
	.hMenu_Content_list--pc .list li {
		margin-bottom: 14px;
	}
	#megaMenu_Overlay {
		display: none;
		position: fixed;
		top: 283px;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
	}
	#megaMenu_Overlay.open {
		display: block;
	}
}
/*-- //pc --*/

/*-- smartPhone --*/
@media screen and (max-width: 768px) {
	input.siteSearch_Input {
		width: 90%;
		font-size: 1.125rem;
	}
	#gHeader {
		box-sizing: border-box;
		border-bottom: 3px solid #dedede;
		height: 73px;
	}
	/*-- gHeader_Top --*/
	.gHeader-Top {
		padding: 21px 0;
	}
	.gHeader-Utility--pc,
	.hMenu--pc {
		display: none;
	}
	/*-- logoArea --*/
	.logoArea .logo_Main {
		padding-right: 13px;
		width: 30%;
	}
	.logoArea .logo_Main img {
		max-width: 100%;
		height: auto;
		width
		/***/
		: auto;
	}
	.logoArea .site_Grouping {
		padding-left: 12px;
		font-size: 0.625rem;
		width: 100%;
	}
	.logoArea .site_Grouping img {
		/*width: 100%;*/
		max-width: 100%;
		height: auto;
		width
		/***/
		: auto;
	}
	.logoArea .site_Grouping dd {
		display: none;
	}
	#hMenu_Toggle--smp {
		line-height: 1;
		margin: 0;
	}
	#hMenu_Toggle--smp .txt {
		display: none;
		/*display: inline-block;*/
		padding-right: 9px;
		vertical-align: middle;
		font-size: 0.875rem;
		font-weight: bold;
		color: #008486;
	}
	#hMenu_Toggle--smp #icon {
		display: inline-block;
		position: relative;
		width: 22px;
		height: 22px;
		vertical-align: middle;
	}
	#hMenu_Toggle--smp #icon #icon_Inner {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 22px;
		height: 2px;
		background: #00a8a9;
		transition: .2s;
	}
	#hMenu_Toggle--smp #icon #icon_Inner:before,
	#hMenu_Toggle--smp #icon #icon_Inner:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 22px;
		height: 2px;
		background: #00a8a9;
		transition: .3s;
	}
	#hMenu_Toggle--smp #icon #icon_Inner:before {
		margin-top: -10px;
	}
	#hMenu_Toggle--smp #icon #icon_Inner:after {
		margin-top: 8px;
	}
	#hMenu_Toggle--smp #icon.close {
		width: 22px;
		height: 22px;
	}
	#hMenu_Toggle--smp #icon.close #icon_Inner,
	#hMenu_Toggle--smp #icon.close #icon_Inner:before,
	#hMenu_Toggle--smp #icon.close #icon_Inner:after {
		width: 24px;
	}
	#hMenu_Toggle--smp #icon.close #icon_Inner {
		left: 0;
		background: transparent;
	}
	#hMenu_Toggle--smp #icon.close #icon_Inner:before,
	#hMenu_Toggle--smp #icon.close #icon_Inner:after {
		margin-top: -2px;
	}
	#hMenu_Toggle--smp #icon.close #icon_Inner:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#hMenu_Toggle--smp #icon.close #icon_Inner:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	/*-- hMenu(smp) --*/
	.hMenu--smp {
		position: absolute;
		top: 73px;
		left: 0;
		width: 100%;
		display: none;
		padding: 0;
		z-index: 9999;
		border-bottom: 3px solid #00a8a9;
		background: #ffffff;
	}
	.hMenu--smp.open {
		display: block;
	}
	.hMenu--smp a {
		display: block;
		font-size: 1rem;
	}
	.hMenu--smp a:hover {
		text-decoration: none;
	}
	.hMenu--smp .gNav>li {
		border-bottom: 1px solid #dedede;
	}
	.hMenu--smp .gNav>li>a {
		padding: 9px 15px;
		font-size: 1rem;
		font-weight: bold;
	}
	.hMenu--smp .gNav>li>a.current {
		color: #008486;
	}
	.hMenu--smp .gNav .gNav_Layer2 li:nth-last-of-type(1) a {
		padding: 6px 30px 10px;
	}
	.hMenu--smp .gNav .gNav_Layer2 a {
		padding: 6px 30px;
		font-size: 1rem;
	}
	.hMenu--smp .site_Grouping {
		padding: 10px 15px;
		font-size: 1rem;
		background: #f5f5f5;
	}
	.hMenu--smp .site_Grouping dt {
		display: inline-block;
		margin-right: 10px;
		color: #333333;
	}
	.hMenu--smp .site_Grouping dd {
		display: inline-block;
	}
	.hMenu--smp .site_Grouping dd ul li {
		display: inline-block;
		margin-right: 14px;
	}
	.hMenu--smp .site_Grouping dd ul li:last-child {
		margin-right: 0;
	}
	.gHeader-Utility--smp {
		position: relative;
		padding: 10px 15px 8px;
		border-bottom: 1px solid #dedede;
	}
	.gHeader-Utility--smp a {
		padding: 9px 0;
		font-size: 1rem;
	}
	.gHeader-Utility--smp li.btn_Network a:after {
		display: inline-block;
		width: 20px;
		height: 16px;
		vertical-align: middle;
		background: url(../img/icon/icon_link_blank.png) no-repeat 100% 10%;
		-webkit-background-size: 14px 12px;
		background-size: 14px 12px;
		content: '';
	}
	.gHeader-Utility--smp li.ico_special {
		position: absolute;
		top: 14px;
		right: 15px;
	}
	.gHeader-Utility--smp li.ico_special span {
		display: inline-block;
		padding: 6px 8px;
		border-radius: 3px;
		background: #efefef;
		border: 1px solid #ddd;
	}

	/*-- hMenu_Content_search --*/
	#hMenu_Content_search--smp {
		padding: 17px 18px;
	}
	#hMenu_Content_search--smp .siteSearch_Input {
		width: 90%;
		font-size: 1.125rem;
	}
	/*    #gNav_Wrap--smp .gNav > li > a {
	  color: #333333;
	}*/
}


@media screen and (max-width: 450px) {
	/*-- logoArea --*/
	.logoArea .logo_Main {
		padding-right: 13px;
		width: 37%;
	}
	.logoArea .logo_Main img {
		max-width: 100%;
		height: auto;
		width
		/***/
		: auto;
	}
}

/*-- //smartPhone --*/
/* form
  --------------------------------------------------------- */
/*-- siteSearch_Wrap --*/
.siteSearch_Wrap {
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-bottom: 4px solid #00a8a9;
}
.siteSearch_Wrap .siteSearch_Inner {
	margin: 0 0 8px 0;
	border-left: 1px solid #00a8a9;
	background: #ffffff;
}

/*-- siteSearch_Input --*/
input.siteSearch_Input {
	display: inline-block;
	vertical-align: middle;
	padding: 1px 12px;
	color: #666666;
	font-size: 1.875rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: none;
}
input.siteSearch_Input::-webkit-input-placeholder {
	color: #c6cbcc;
	font-weight: normal;
}
input.siteSearch_Input:-ms-input-placeholder {
	color: #c6cbcc;
	font-weight: normal;
}
input.siteSearch_Input::-moz-placeholder {
	color: #c6cbcc;
	font-weight: normal;
}
/*-- siteSearch_Btn --*/
.siteSearch_Btn {
	display: inline-block;
	vertical-align: middle;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: none;
}

/*-- country_Select_Wrap --*/
.country_Select_Wrap {
	overflow: hidden;
	display: inline-block;
	line-height: 1;
}

/*-- select --*/
/*select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	text-indent: 0.01px;
	text-overflow: '';
  }*/

select::-ms-expand {
	display: none;
}
select.country_Select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	min-width: 295px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
	padding: 0 90px 0 50px;
	vertical-align: top;
	color: #666666;
	font-size: 1.375rem;
	outline: none;
	border: 1px solid #dedede;
	-webkit-background-size: 59px 48px;
	background-size: 59px 48px;
}
#check_yn1,
#check_yn2 {
	margin-top: 27px;
}

/*-- input --*/
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	text-transform: uppercase;
	cursor: pointer;
}
input[type="text"]:focus {
	outline: 0;
}
input[type="button"].btn_formGo {
	display: inline-block;
	width: 190px;
	height: 50px;
	margin: 0 0 0 10px;
	line-height: 50px;
	vertical-align: top;
	font-size: 1.375rem;
	font-weight: normal;
	color: #ffffff;
	border: solid 1px #ffffff;
	-webkit-background-size: 48px 18px;
	background-size: 48px 18px;
}

/*-- pc --*/
@media print,
screen and (min-width: 769px) {
	input[type="button"].btn_formGo:hover {
		-webkit-background-size: 48px 18px;
		background-size: 48px 18px;
	}
}






/*-- //smartPhone --*/
/* pageTop
--------------------------------------------------------- */
#pageTop {
	position: fixed;
	margin-bottom: 0;
	z-index: 10;
}

#pageTop a {
	display: block;
}

/*-- pc --*/
@media print, screen and (min-width: 769px) {
	/*-- pageTop --*/
	#pageTop {
		bottom: 100px;
		right: 10px;
	}
	#pageTop a:hover {
		opacity: 0.7;
	}
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 768px) {
	#pageTop {
		bottom: 40px;
		right: 15px;
	}
	#pageTop a img {
		width: 30px;
	}
}

/* footer
------------------------------------------------------------------*/
div.gotop{
	width:100%;
	margin:0 auto;
	text-align:right;
	position:relative;
	bottom:0;
	left:0;
	margin-top:40px;
	font-size:90%;
	padding-bottom:5px;
}

div.gotop a{
	text-align:right;
	position:relative;
	bottom:0;
	right:0;
	background:url(../img/icon_footer.gif) no-repeat 0 3px;
	padding-left:15px;
	color:#343434;
}

#footer {
	/*border-top: 4px solid #00a8a9;*/
	background: #ffffff;
}


/*-- footer_Banner --*/
.footer_Banner {
	color: #666666;
	font-size: 0.875rem;
	border-top: 1px solid #dedede;
	background: #ffffff;
	/*-- list_Banner --*/
}

.footer_Banner .list_Banner li {
	position: relative;
}

.footer_Banner .list_Banner a {
	display: block;
	background: #ffffff;
}

.footer_Banner .list_Banner a img {
	background: #ffffff;
}

.footer_Banner .list_Banner .list_Banner--lead {
	margin: 12px 0 0 0;
	padding: 0;
}

/*-- footer_Message --*/
.footer_Message {
	display: table;
	margin: 0 auto;
	background: #ffffff;
}

.footer_Message .logo_Message {
	display: table-cell;
	vertical-align: middle;
}

.footer_Message .txt_Lead {
	display: table-cell;
	vertical-align: middle;
	color: #666666;
}

/*-- pc --*/
@media print, screen and (min-width: 769px) {
	/*-- footer_Banner --*/
	.footer_Banner {
		position: relative;
		padding: 60px 24px 54px;
	/*-- list_Banner --*/
	}
	.footer_Banner .list_Banner:after {
		content: " ";
		display: table;
		clear: both;
	}
	.footer_Banner .list_Banner > li {
		float: left;
		width: 33%;
	}
	.footer_Banner .list_Banner > li .list_Banner--lead {
		min-height: 100px;
	}
	.footer_Banner .list_Banner a:hover {
		opacity: 0.7;
	}
	.footer_Banner .list_Banner .icon_Blank {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 16px;
		height: 14px;
		color: transparent;
		background: transparent;
	}
	/*-- footer_Message --*/
	.footer_Message {
		display: table;
		width: 924px;
		margin: 0 auto;
		padding: 115px 0;
		background: #ffffff;
	}
	.footer_Message .logo_Message {
		display: table-cell;
		width: 365px;
		text-align: left;
		vertical-align: middle;
	}
	.footer_Message .logo_Message img {
		width: 293px;
		height: auto;
	}
	.footer_Message .txt_Lead {
		display: table-cell;
		vertical-align: middle;
		color: #666666;
	}
	
	/*
	input[type="text"],
	input[type="tel"],
	input[type="email"] {
		width:140px !important;
	}
	input.zip {
		width:80px !important;
	}
	textarea.inq {
		width: 500px !important;
		height: 10em !important;
	}
	*/

	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td {
		padding:15px 3px !important;
		font-size:14px !important;
	}
	/**/
}
/*-- smartPhone --*/
@media screen and (max-width: 768px) {
	#footer {
		border-top: none;
	}
	/*-- footer_Banner --*/
	.footer_Banner {
		margin-bottom: 30px;
		padding: 30px 15px;
	}
	.footer_Banner .slick-slider .list_Banner--lead {
		min-height: 90px;
	}
	.footer_Banner .list_Banner .icon_Blank {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 16px;
		height: 14px;
		color: transparent;
		background: transparent;
	}
	/*-- column--isFixed --*/
	body.column--isFixed .footer_Banner {
		padding: 30px 200px;
	}
	/*-- footer_Message --*/
	.footer_Message,
	.footer_Visual {
		display: none;
	}
  
  
	/*
	input[type="text"],
	input[type="tel"],
	input[type="email"] {
		width:120px !important;
	}
	input.zip {
		width:80px !important;
	}
	textarea.inq {
		width: 240px !important;
		height: 10em !important;
	}
	*/

	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td {
		padding:10px 3px !important;
	}
	table#mfp_confirm_table tr th {
		width:100px !important;
	}

	img.must {width:30px !important; margin-bottom:0 !important;}

	table.inquiry tr.mfptr th,
	table.inquiry tr.mfptr td {
		font-size:11px;
	}


	form#mailformpro dl dt {
		float:none !important;
		clear:both !important;
		display:block !important;

	}

	form#mailformpro dl dt {
		float: none !important;
		width: 100% !important;
		clear: both !important;
		font-size: 12px !important;
		padding: 10px 0px 0px !important;
		text-align: left !important;
		border-top: none !important;
		margin: 0px !important;
	}
	form#mailformpro dl dd {
		border-top: none !important;
		margin: 0px !important;
		padding: 10px 0px 10px 0px !important;
		font-size: 12px !important;
		line-height: 1.5em !important;
		text-align: left !important;
	}

	/**/

}

/*-- //smartPhone --*/
/* gFooter
--------------------------------------------------------- */
#gFooter {
	color: #ffffff;
	background: #008486;}

#gFooter a {
	color: #ffffff;
	text-decoration: none;
}

#gFooter a:hover {
	text-decoration: underline;
}

/*-- gFooter-Bottom --*/
/*-- pc --*/
@media print, screen and (min-width: 769px) {
	/*-- gfNav --*/
	.gfNav {
		display: table;
		width: 100%;
		padding: 55px 0 45px;
		border-bottom: 1px solid #35babb;
	}
	.gfNav ul {
		display: table-cell;
		width: 25%;
		padding-right: 28px;
	}
	.gfNav ul li {
		margin-bottom: 9px;
	}
	/*-- gFooter-Bottom --*/
	.gFooter-Bottom {
		display: table;
		width: 100%;
		padding: 19px 0 15px;
	}
	.gFooter-Bottom .gFooter-Utility {
		display: table-cell;
		width: 70%;
		vertical-align: middle;
		margin: 0;
		padding: 0;
	}
	.gFooter-Bottom .gFooter-Utility li {
		display: inline-block;
		margin-right: 20px;
		font-size: 0.75rem;
	}
	.gFooter-Bottom .gFooter-Info {
		display: table-cell;
		width: 30%;
		vertical-align: middle;
		text-align: right;
	}
	.gFooter-Bottom .gFooter-Info .logo_Co {
		margin-bottom: 4px;
	}
	.gFooter-Bottom .gFooter-Info .copyright {
		margin: 0;
	}
	.gFooter-Bottom .gFooter-Info .copyright small {
		font-size: 0.75rem;
	}
	.gFooter-Bottom .logo_Co img {
		width: 150px;
		height: auto;
	}
	.sp_topmargin {
		margin-top:0px;
		margin-bottom:0px;
		padding-bottom:80px;
		border-bottom:1px solid #cccccc;
		min-height:400px;
	}
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 768px) {
	.gfNav {
		display: none;
	}
	.gFooter-Utility {
		padding: 22px 0 24px;
		text-align: center;
		border-bottom: 1px solid #35babb;
	}
	.gFooter-Utility li {
		margin: 10px 0 0 0;
		list-style: 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;
		font-size: 0.875rem;
	}
	.gFooter-Utility li:first-child {
		margin: 0;
	}
	.gFooter-Info {
		padding: 16px 0 14px;
		text-align: center;
	}
	.gFooter-Info .copyright small {
		font-size: 0.6875rem;
	}
	.logo_Co img {
		width: 150px;
		height: auto;
	}
	.logo_Co,
	.copyright {
		margin: 0;
	}
	.sp_topmargin {
		margin-top:38px;
		margin-bottom:50px;
	}
}

/* user-check
------------------------------------------------------------------*/
.user-check {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	transition: opacity .7s ease;
}
.user-check.is-show {
	opacity: 1;
	pointer-events: all;
}
.user-check__box * {
	box-sizing: border-box;
}
.user-check__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.64);
}
.user-check__box {
	position: relative;
	box-sizing: border-box;
	width: 680px;
	padding: 40px;
	background: #fff;
}
.user-check__box h2 {
	margin-bottom: 28px;
	font-size: 20px;
	line-height: 1.6;
}
.user-check__box h2 br {
	display: none;
}
.user-check__form__item {
	margin-bottom: 16px;
}
.user-check__form__item fieldset {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.user-check__form__item legend {
	position: relative;
	width: 160px;
	padding-right: 20px;
	float: left;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: .08em;
	line-height: 1.6;
}
.user-check__form__item.required legend {
	padding-right: 80px;
}
.user-check__form__item.required legend span {
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 40px;
	height: 24px;
	border-radius: 20px;
	margin: auto;
	background: #ff0000;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: .04em;
	text-align: center;
}
.user-check__form__input-area {
	width: calc(100% - 160px);
}
.user-check__form__input-area select,
.user-check__form__input-area input[type="text"], 
.user-check__form__input-area input[type="tel"] {
	width: 100%!important;
	padding: 10px 16px;
	border: 1px solid #ccc;
	font-size: 16px;
}
.user-check__box__submit {
	display: block;
	width: 160px;
	margin: 30px auto 0;
	padding: 8px 20px;
	font-size: 18px;
	border: 1px solid #2f7d87;
	background: #2f7d87;
	color: #fff;
	transition: border-color .5s ease, background .5s ease, color .5s ease;
	cursor: pointer;
}
.user-check__box__submit[disabled] {
	border: 1px solid #ccc;
	background: #eee;
	color: #aaa;
	cursor: default;
}
.user-check__box__close {
	position: absolute;
	top: -16px;
	right: -16px;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	padding: 0;
	border: none;
	background: #000;
	cursor: pointer;
	transition: background .3s ease;
}
.user-check__box__close::before,
.user-check__box__close::after {
	position: absolute;
	inset: 0;
	margin: auto;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	content: '';
}
.user-check__box__close::before {
	transform: rotate(45deg);
}
.user-check__box__close::after {
	transform: rotate(-45deg);
}
.user-check__box__close:hover {
	background: #00a8a9;
}
@media screen and (max-width: 768px) {
	.user-check__box {
		width: 94%;
		padding: 30px 20px;
	}
	.user-check__box h2 {
		margin-bottom: 20px;
	}
	.user-check__box h2 br {
		display: inherit;
	}
	.user-check__form__item legend {
		width: 120px;
		padding-right: 10px;
		font-size: 15px;
		letter-spacing: .04em;
		font-feature-settings: 'palt';
	}
	.user-check__form__item.required legend {
		padding-right: 50px;
	}
	.user-check__form__item.required legend span {
		right: 10px;
		width: 38px;
		font-size: 12px;
	}
	.user-check__form__input-area {
		width: calc(100% - 120px);
	}
	.user-check__form__input-area select,
	.user-check__form__input-area input[type="text"], 
	.user-check__form__input-area input[type="tel"] {
		padding: 10px;
		font-size: 15px;
	}
	.user-check__box__close  {
		right: -8px;
	}
}

/* contents
------------------------------------------------------------------*/
#contents {
	width:100%;
	position:relative;
	padding: 60px 0 80px;
	top:0;
	left:0;
	margin:0 auto !important;
	float:none;
	text-align:left;
}
#contents > *:first-child {
	margin-top: 0;
}
#contents > *:last-child {
	margin-bottom: 0;
}
#contents h1 {
	margin-bottom: 40px;
	font-size: 40px;
	letter-spacing: .04em;
}
/*
h2 {
	border-top:4px solid #007e85;
	border-bottom:1px solid #007e85;
	box-sizing: border-box;
	width:100%;
	padding:10px 0 10px 10px;
	font-size:160%;
	margin-bottom:20px;
}
*/
#contents h2 {
	border-top:2px solid #007e85;
	border-bottom:1px solid #bee0e2;
	box-sizing: border-box;
	width:100%;
	padding:10px .2em;
	font-size: 24px;
	margin: 48px 0 24px;
	line-height: 1.5;
	letter-spacing: .06em;
}
#contents h3 {
	margin: 32px 0 16px;
	font-size: 18px;
	font-weight: bold;
	color: #007e85;
}
#contents p {
	margin-bottom:20px;
	font-size: 16px;
	line-height: 1.8;
}
#contents ul,
#contents ol {
	margin: 24px 0;
}
#contents ol {
	counter-reset: number;
}
#contents ul > li,
#contents ol > li {
	position: relative;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.8;
}
#contents ul > li {
	padding-left: 20px;
}
#contents ol > li {
	padding-left: 24px;
	counter-increment: number;
}
#contents ul > li::before,
#contents ol > li::before {
	position: absolute;
	left: 0;
	display: block;
	content: '';
}
#contents ul > li::before {
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #007e85;
}
#contents ol > li::before {
    position: absolute;
    top: 0;
    color: #007e85;
    font-size: 16px;
    font-weight: bold;
    content: counter(number) ".";
}
#contents ul > li > ul,
#contents ul > li > ol,
#contents ol > li > ul,
#contents ol > li > ol {
	margin: 12px 0;
}
#contents .-circle-number > li {
	margin-bottom: 8px;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#contents .-circle-number > li::before {
	display: none;
}
#contents .-circle-number > li::first-letter {
	display: inline-block;
	margin-right: 0.2em;
	font-weight: bold;
}
#contents a {
	text-decoration:underline;
}
#contents a:hover {
	text-decoration:none;
}
@media screen and (max-width: 768px) {
	#contents {
		padding: 48px 0 60px;
	}
	#contents h1 {
		margin-bottom: 40px;
		font-size: 32px;
		letter-spacing: .08em;
	}
	#contents h2 {
		margin: 40px 0 20px;
		font-size: 20px;
		letter-spacing: .02em;
	}
	#contents h3 {
		margin: 22px 0 10px;
		font-size: 17px;
	}
	#contents p {
		margin-bottom:16px;
		font-size: 15px;
		line-height: 1.7;
	}
	#contents ul > li,
	#contents ol > li {
		margin-bottom: 10px;
		font-size: 15px;
	}
	#contents ul > li {
		padding-left: 16px;
	}
	#contents ol > li {
		padding-left: 20px;
	}
	#contents ul > li::before {
		top: 10px;
	}
	#contents ol > li::before {
		font-size: 15px;
	}
	#contents ul > li > ul,
	#contents ul > li > ol,
	#contents ol > li > ul,
	#contents ol > li > ol {
		margin: 10px 0;
	}
	#contents .-circle-number > li {
		margin-bottom: 6px;
	}
}

/* table_page
------------------------------------------------------------------*/
p.explain{
	margin-bottom:20px;
	line-height:150%;
}

p.explain span{
	padding:0 5px;
	line-height:0%;
}

p.explain span img{
	margin-bottom:-5px;
}

div.pdf {
	margin:0 0 20px 0;
	background:#ffe0e0;
	border:1px solid #ffc2c2;
	width:180px;
	padding:6px 8px;
	text-align:center;
	float:right;
}

div.conts {
	border:1px solid #b9b9b9;
	border-top:none;
	width:896px;

}

ul.btns {
	display:block;
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:90px;
	background:url(../img/bg_btns.jpg) repeat-x 0 0;
	margin-bottom:20px;
}

ul.btns li{
	display:block;
	width:114px;
	height:45px;
	text-indent:-9999px;
	float:left;
	margin-right:10px;
	margin-top:24px;
}


ul.btns li.btn04 {
	background:url(../img/btn04.jpg);
	width:114px;
	height:45px;
}


ul.btns li a{
	display:block;
	width:114px;
	height:45px;
	background-repeat:no-repeat;
	background-position:0 0 ;
}

ul.btns li.btn01 { margin-left:20px;}
ul.btns li.btn01_on { margin-left:20px;}



*html ul.btns li{	margin-right:10px;}
*html ul.btns li.btn01 { margin-left:10px;}
*html ul.btns li.btn01_on { margin-left:10px;}

ul.btns li.btn01 a { background-image:url(../img/btn01.jpg); }
ul.btns li.btn02 a { background-image:url(../img/btn02.jpg); }
ul.btns li.btn03 a { background-image:url(../img/btn03.jpg); }
ul.btns li.btn04 a { background-image:url(../img/btn04.jpg); }
ul.btns li.btn05 a { background-image:url(../img/btn05.jpg); }
ul.btns li.btn06 a { background-image:url(../img/btn06.jpg); }
ul.btns li.btn07 a { background-image:url(../img/btn07.jpg); }

ul.btns li.btn01_on a { background:url(../img/btn01.jpg) 0 -45px no-repeat; }
ul.btns li.btn02_on a { background:url(../img/btn02.jpg) 0 -45px no-repeat; }
ul.btns li.btn03_on a { background:url(../img/btn03.jpg) 0 -45px no-repeat; }
ul.btns li.btn04_on a { background:url(../img/btn04.jpg) 0 -45px no-repeat; }
ul.btns li.btn05_on a { background:url(../img/btn05.jpg) 0 -45px no-repeat; }
ul.btns li.btn06_on a { background:url(../img/btn06.jpg) 0 -45px no-repeat; }
ul.btns li.btn07_on a { background:url(../img/btn07.jpg) 0 -45px no-repeat; }

ul.btns li a:hover{	background-position:0 -45px ;}


div.main {
	width:858px;
	margin:40px auto;
}

.win.ie6 div.main { margin-left:20px; }


div.main h3{
	border-top:4px solid #007e85;
	border-bottom:1px solid #007e85;
	width:100%;
	padding:7px 0 7px 10px;
	font-size:130%;
	margin-bottom:20px;
	text-align:left;
}

div.main h3 em{
	font-style:normal;
	font-size:80%;
	text-align:right;
	display:block;
	float:right;
	margin-top:3px;
	color:#007e85;
}

span.btn_dl {
	margin:0 auto;
	display:block;
	width:60px;
	height:23px;
	text-indent:-9999px;
}

span.btn_dl a{
	display:block;
	width:60px;
	height:23px;
	background:url(../img/btn_dl.jpg) 0 0 no-repeat;
}

span.btn_dl a:hover{background-position:0 -23px; }


span.btn_prepared {
	margin:0 auto;
	display:block;
	width:60px;
	height:23px;
	text-indent:-9999px;
	background:url(../img/btn_prepared.jpg) 0 0 no-repeat;
}



.main table {
	border:3px solid #dcdcdc;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	font-size:90%;
}

.main table tr.title th, .main table tr.title td{
	background:#d7eeef;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
}

.main table th{
	border-right:2px dotted #dcdcdc;
	border-bottom:2px solid #b8b8b8;
	text-align:left;
	background:#eff7f7;
	padding:10px 5px;
	padding-left:15px;
	vertical-align:middle;
	width:10%;
}

.main table td{
	border-right:2px dotted #dcdcdc;
	border-bottom:2px solid #b8b8b8;
	text-align:center;
	padding:10px 5px;
	vertical-align:middle;
}

table.manhole th em{
	font-weight:normal;
	font-style:normal;
	font-size:90%;
	display:block;
	margin-top:3px;
}

ul.btnsMan {
	display:block;
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin-bottom:20px;
}

ul.btnsMan li{
	display:block;
	width:140px;
	float:left;
	margin-right:10px;
}

ul.btnsMan li a{
	display:block;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:0 0 ;
	background:url(../img/icon_arrow.gif) 7px 7px no-repeat #d7eeef;
	padding:7px 5px 5px 24px;
	color:#008189;
	border:1px solid #85d1d6;
}

ul.btnsMan li a:hover{
	background-color:#60c2c8;
	color:#fff;
	border:1px solid #85d1d6;
}

ul.btnsMan li.on a{
	background-color:#60c2c8;
	color:#fff;
}

/*
div.pumpBox {
	width:860px; 
	height:300px; 
	border:none;
	overflow-y:scroll;
	position:relative;
	top:0;
	left:0;

}
*/

body.pump {
	padding:0;
	border:none;
}

iframe.pumpBox {
	width:860px; 
	height:500px; 
	border:none;
	overflow-y: scroll;
	margin-bottom:20px !important;
}

*html iframe.pumpBox {width:875px !important; }
*:first-child+html iframe.pumpBox {width:875px !important; }

.pumpIframe {
	width:840px !important;
	padding:0 !important;
	margin:0 !important;
}

div.contspump {
	position:relative;
	top:0;
	left:0;
}

table.pumpHead{
	position:fixed;
	top:0;
	left:0;
	margin:0;
	border-bottom:2px solid #b8b8b8;
	width:840px;
	z-index:2;
	padding:0;
}

table.pumpConts{
	position:relative;
	top:47px;
	left:0;
	margin:0 !important;
	width:840px; 
	z-index:1;
	border-top:none;
	padding:0;
}

.main table.pump01, .main table.pump02,
.main table.hicopa_remote01, .main table.hicopa_remote02 { width:840px; margin-bottom:0px;}

.main table.pump01 th, .main table.pump02 th { text-align:center; width:70px;padding:10px 0;}
.main table.pump01 th.type01 { width:36px; min-width:36px;}
html.gecko .main table.pump01 th.type01 { width:35px; min-width:35px;}
.main .scroll table.pump01 tr th.type01 { width:36px; min-width:36px;}
.main table.pump01 th.type02 { width:53px; min-width:53px;}
.main table.pump01 th.type03 { width:41px; min-width:41px;}
.main table.pump01 th.type04 { width:43px; min-width:43px;}
.main table.pump01 th.type05 { width:38px; min-width:38px;}
.main table.pump01 th.type06 { width:37px; min-width:37px;}

.main table.pump02 th.type01 { width:51px; min-width:38px;}
html.gecko .main table.pump02 th.type01 { width:48px; min-width:38px;}
.main table.pump02 th.type02 { width:60px; min-width:52px;}
html.gecko .main table.pump02 th.type02 { width:67px; min-width:65px;}
.main table.pump02 th.type03 { width:53px; min-width:41px;}
html.gecko .main table.pump02 th.type03 { width:51px; min-width:41px;}
.main table.pump02 th.type04 { width:54px; min-width:43px;}
html.gecko .main table.pump02 th.type04 { width:53px; min-width:43px;}
.main table.pump02 th.type05 { width:50px; min-width:38px;}
html.gecko .main table.pump02 th.type05 { width:50px; min-width:38px;}
.main table.pump02 th.type06 { width:52px; min-width:38px;}
html.gecko .main table.pump02 th.type06 { width:50px; min-width:38px;}

.main table.hicopa_remote01 th, .main table.hicopa_remote02 th { text-align:center; width:70px;padding:10px 0;}
.main table.hicopa_remote01 th.type01 { width:39px; min-width:39px;}
html.gecko .main table.hicopa_remote01 th.type01 { width:40px; min-width:40px;}
.main table.hicopa_remote01 th.type02 { width:40px; min-width:40px;}
.main table.hicopa_remote01 th.type03 { width:40px; min-width:40px;}
html.gecko .main table.hicopa_remote01 th.type03 { width:45px; min-width:45px;}
.main table.hicopa_remote01 th:last-child { width:71px; min-width:71px;}


.main table.hicopa_remote02 tr.title th { width:150px;}
.main table.hicopa_remote02 tr.title th.type01{ width:69px; min-width:69px;}
html.gecko .main table.hicopa_remote02 tr.title th.type01{ width:69px; min-width:69px;}
.main table.hicopa_remote02 tr.title th.type02{ width:68px; min-width:68px;}
html.gecko .main table.hicopa_remote02 tr.title th.type02{ width:70px; min-width:70px;}
.main table.hicopa_remote02 tr.title th.type03{ width:69px; min-width:69px;}
html.gecko .main table.hicopa_remote02 tr.title th.type03{ width:76px; min-width:76px;}
.main table.hicopa_remote02 tr.title th:last-child { width:153px; min-width:153px;}

.main .scroll{
	overflow:auto;
	height:480px;
	margin-bottom:15px;
}
* html .main .scroll {
	overflow-x:hidden; /*IE6対策*/
}
html.gecko .main .scroll {
	margin-left:-1px; /*Firefox対策*/
}
 .main .scroll table.pump01, .main .scroll table.pump02{ border-width:0 3px 3px;}
 
* html table.pumpConts{top:0px;}

table.pumpHead th, table.pumpHead td{
	border-bottom:none;
	padding:10px 5px !important;
}

table.pumpConts th, table.pumpConts td{
	border-bottom:2px solid #b8b8b8;
	padding:10px 5px !important;
}

.main .scroll table.pump01, .main .scroll table.pump02,
.main .scroll table.hicopa_remote01, .main .scroll table.hicopa_remote02{
    border-width:0 3px 3px;
}

p.pump{
	display:block;
	position:relative;
	top:0;
	left:0;
}

/* .main table.pump th{text-align:center; padding-left:5px;} */
.main table.pump th{text-align:center;}
/*
.main table.pump th.type01{ width:36px !important;}
.main table.pump th.type02{ width:34px !important;}
.main table.pump th.type03{ width:34px !important;}
.main table.pump th.type04{ width:34px !important;}
.main table.pump th.type05{ width:34px !important;}
.main table.pump th.type06{ width:34px !important;}

.main table.pump td.type07{ width:60px !important;}
.main table.pump td.type08{ width:60px !important;}
.main table.pump td.type09{ width:60px !important;}
.main table.pump td.type10{ width:60px !important;}
.main table.pump td.type11{ width:60px !important;}
.main table.pump td.type12{ width:60px !important;}
.main table.pump td.type13{ width:60px !important;}
.main table.pump td.type14{ width:60px !important;}
 */

.main table.pump span { display:block;}
.main table.pump th.type01 span{ width:21px !important;}
.main table.pump th.type02 span{ width:45px !important;}
.main table.pump th.type03 span{ width:30px !important;}
.main table.pump th.type04 span{ width:30px !important;}
.main table.pump th.type05 span{ width:30px !important;}
.main table.pump th.type06 span{ width:25px !important;}

.main table.pump td.type07 span{ width:60px !important;}
.main table.pump td.type08 span{ width:60px !important;}
.main table.pump td.type09 span{ width:60px !important;}
.main table.pump td.type10 span{ width:60px !important;}
.main table.pump td.type11 span{ width:60px !important;}
.main table.pump td.type12 span{ width:60px !important;}
.main table.pump td.type13 span{ width:60px !important;}
.main table.pump td.type14 span{ width:60px !important;}

.main table.hicopa span { display:block;}
.main table.hicopa th.type01 span{ width:100px !important;}
.main table.hicopa th.type02 span{ width:115px !important;}
.main table.hicopa th.type03 span{ width:115px !important;}

.main table.hicopa td.type04 span{ width:60px !important;}
.main table.hicopa td.type05 span{ width:60px !important;}
.main table.hicopa td.type06 span{ width:60px !important;}
.main table.hicopa td.type07 span{ width:60px !important;}
.main table.hicopa td.type08 span{ width:60px !important;}

.main table.manhole th.type01{ width:15%;}
.main table.manhole th.type02{ width:10%;}
.main table.manhole th.type03{ width:25%;}

.main table.hicopa th.type01{ width:15%;}
.main table.hicopa th.type02{ width:10%;}
.main table.hicopa th.type03{ width:15%;}

.main table.mu1000v3 th.type01{ width:15%;}

.main table.ven th.type01{ width:15%;}
.main table.ven th.type02{ width:15%;}
.main table.ven th.type03{ width:15%;}
.main table.ven th.type04{ width:15%;}

.main table.tec th.type01{ width:15%;}
.main table.tec th.type02{ width:25%;}




/* form
------------------------------------------------------------------*/

.form table{
	border:3px solid #dcdcdc;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

.form table tr.title th, .form table tr.title td{
	background:#d7eeef;
	font-weight:bold;
	vertical-align:middle;
}


.form table th{
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	text-align:left;
	background:#eff7f7;
	padding:8px 15px;
	vertical-align:middle;
	width:30%;
}

.form table td{
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	text-align:left;
	padding:8px 15px;
	vertical-align:middle;
}


.form table th em{
	font-style:normal;
	font-size:90%;
	display:block;
	margin-top:3px;
	color:#ff0000;
}

input.mail { width:400px;}
input.pass { width:400px;}
input.name { width:200px;}
input.office { width:400px;}
input.zip01 { width:50px;}
input.zip02 { width:70px;}
input.address { width:400px;}
input.tel01 { width:70px;}
input.tel02 { width:70px;}
input.tel03 { width:70px;}


div.scr {
  overflow-y : scroll;
  width: 580px;
  height: 100px;
  border:1px solid #dcdcdc;
  font-size:90%;
  line-height:130%;
  margin-bottom:8px;
  padding:15px;
  text-align:left;
}

span.scr {
	text-align:center;
}


.form table td.scr{text-align:center;}

.form table p.mail{ margin-top:8px; }
.form table p.news{ margin-bottom:8px; }

.form div.btns {
	text-align:center;
	width:288px;
	margin:30px auto;
}

.form div.twin input  {
	display:block;
	float:left;
	margin:0 15px;
}



.confirm {
	width:114px;
	height:39px;
}

.re {
	width:114px;
	height:39px;
}

.send{
	width:114px;
	height:39px;
}

.login{
	width:164px;
	height:39px;
}


div.btns_member {
	text-align:center;
	width:600px;
	margin:30px auto;
	margin-top:50px;
	border:1px solid #dcdcdc;
	padding:20px;
}

input.member{
	width:164px;
	height:39px;
	margin-top:10px;
}

div.btns_member p{
	text-align:left;
	margin-left:80px;
}


span.btn_add {
	padding:0 5px;
}

span.btn_add img{
	margin-bottom:-6px;
}



/* listpage
------------------------------------------------------------------*/
div.contrac {
  overflow-y : scroll;
  height: 260px;
  border:1px solid #dcdcdc;
  font-size:90%;
  line-height:130%;
  margin:30px auto;
  margin-left:0;
  padding:24px;
  text-align:left;
  font-size: 16px;
  line-height: 1.8;
}
div.contrac h4 {
	font-size: 22px;
	margin:0 0 10px 0;
}
.listpage ul {
	display:block;
	margin:30px;
	margin-left:0;
}
.listpage li {
	display:block;
	width:189px;
	height:39px;
	padding-left: 0!important;
	text-indent:-9999px;
	float:left;
	margin-right:20px;
}
.listpage li::before {
	display: none!important;
}
.listpage li a{
	display:block;
	width:189px;
	height:39px;
	background-repeat:none;
	background-position:0 0;
}
.listpage li.btn01 a{ background:url(../img/btn_listpage01.jpg) }
.listpage li.btn02 a{ background:url(../img/btn_listpage02.jpg) }
.listpage li.btn03 a{ background:url(../img/btn_listpage03.jpg) }
.listpage li a:hover{background-position:0 -39px;}
.listpage li.btn01 { background:url(../img/btn_listpage01.jpg) 0 -78px no-repeat;}
.listpage li.btn02 { background:url(../img/btn_listpage02.jpg) 0 -78px no-repeat;}
.listpage li.btn03 { background:url(../img/btn_listpage03.jpg) 0 -78px no-repeat;}
ul.errorMes {
	color:#ff0000;
	margin-bottom:30px;
}
ul.errorMes li{
	margin-bottom:6px;
}
.outcheck {
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:-20px;
}
.green{
	font-style:normal;
	font-weight:bold;;
	display:block;
	margin-top:3px;
	color:#007e85;
	font-size:120%;
}
.downLoadBtn {
	text-align:center;
	margin:-30px 0 20px 0;
}
.btnClear input {
    cursor: pointer;
    display:block;
    overflow: hidden;
    text-indent: -9999px;
    width: 124px;
    height: 34px;
    padding:0;
    background-image: url('../img/btn_clear.jpg');
    border: none;
}
@media screen and (max-width: 768px) {
	div.contrac {
	  height: 260px;
	  padding:18px;
	  font-size: 15px;
	  line-height: 1.7;
	}
	div.contrac h4 {
		font-size: 20px;
		margin:0 0 10px 0;
	}
}

/* download
------------------------------------------------------------------*/
.formDownload {
	padding: 24px 30px;
	background: #f6f6f6;
}
.formDownload legend {
	display: none;
}
.formLine {
	display: flex;
	margin-bottom: 20px;
	gap: 40px;
}
.formGroup {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 16px;
}
.formGroup label::after {
	content: ':';
}
.formGroup input,
.formGroup select {
	padding: 10px;
	border: 1px solid #333;
	font-size: 16px;
}
.formBtn {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.searchBtn {
	max-width: 560px;
	min-width: 240px;
	padding: 12px 40px;
	border: 1px solid #008486;
	background-color: #008486;
	transition: background-color .2s ease-in-out;
	cursor: pointer;
}
.searchBtn:hover {
	border: 1px solid #00a8a9;
	background-color: #00a8a9;
}
.searchBtn span {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
	font-size: 16px;
	vertical-align: middle;
}
.searchBtn span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: .45em;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 7px;
	border-color: transparent transparent transparent #fff;
}
.formResult {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0;
}
.formResultApp {
	font-size: 20px;
	font-weight: bold;
}
.csvBtn {
	width: 200px;
	padding: 12px 40px;
	border-radius: 9999px;
	border: 1px solid #008486;
	background: #fff;
	transition: background-color .2s ease-in-out;
	cursor: pointer;
}
.csvBtn span {
	position: relative;
	display: inline-block;
	padding-right: 24px;
	font-weight: normal;
	line-height: 1.4;
	font-size: 16px;
	color: #008486;
	vertical-align: middle;
	transition: color .2s ease-in-out;
}
.csvBtn span::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 16px;
	height: 16px;
	background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2025.05%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bstroke%3A%23000%3B%7D.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D.cls-2%7Bstroke%3A%23000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27%2C12.5v8.36c.02%2C1.75-1.38%2C3.17-3.13%2C3.19%2C0%2C0%2C0%2C0%2C0%2C0H4.13c-1.75-.02-3.15-1.44-3.13-3.19%2C0-.02%2C0-.03%2C0-.05v-8.31%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2214%22%20y1%3D%2217.15%22%20x2%3D%2214%22%20y2%3D%221%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%229.01%2012.45%2014%2017.2%2018.99%2012.45%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center /contain no-repeat;
	content: '';
}
.csvBtn:hover {
	background: #008486;
}
.csvBtn:hover span {
	color: #fff;
}
.csvBtn:hover span::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2025.05%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bstroke%3A%23fff%3B%7D.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D.cls-2%7Bstroke%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27%2C12.5v8.36c.02%2C1.75-1.38%2C3.17-3.13%2C3.19%2C0%2C0%2C0%2C0%2C0%2C0H4.13c-1.75-.02-3.15-1.44-3.13-3.19%2C0-.02%2C0-.03%2C0-.05v-8.31%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2214%22%20y1%3D%2217.15%22%20x2%3D%2214%22%20y2%3D%221%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%229.01%2012.45%2014%2017.2%2018.99%2012.45%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.dataResult {
	box-sizing: border-box;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 1600px;
	min-width: 1000px;
	padding-right: 38px;
	padding-left: 38px;
	transform: translateX(-50%);
}
.dataTableWrap {
	max-width: 100%;
	max-height: calc(100dvh - 200px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	cursor: grab;
	background: #000;
}
.dataTable {
	width: auto;
	margin-bottom: 0;
	opacity: .9;
	transition: opacity .5s ease;
	table-layout: fixed;
	border-spacing: 0;
	background: #ddd;
}
.dataResult.is-scroll .dataTable {
	opacity: 1;
}
.dataTable th,
.dataTable td {
	padding: 8px 10px;
	font-size: 14px;
	line-height: 1.3;
	white-space: nowrap;
	vertical-align: middle;
}
.dataTable td {
	background: #fff;
	border: 1px solid #ddd;
}
.dataTable td:first-child,
.dataTable th:first-child {
	position: sticky;
	left: -1px;
	z-index: 3;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f6f6f6;
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
}
.dataTable thead th:first-child {
	z-index: 4;
}
.dataTable thead tr {
	position: sticky;
	top: -1px;
	z-index: 4;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.dataTable thead th {
	background: #eee;
	border: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
.dataTable thead th:first-child {
	background: #eee;
}
.dataTableSwipe {
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 120px;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	pointer-events: none;
	transition: opacity .5s ease;
}
.dataTableSwipe span {
	display: block;
	padding-top: 88px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.dataTableSwipe span::before {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 80px;
	height: 80px;
	background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20446%20388.11%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bstroke-miterlimit%3A10%3Bstroke-width%3A12px%3B%7D.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%23000%3B%7D.cls-2%7Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A14px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M343.82%2C189.41h-3.55c-3.31.02-6.46.81-9.33%2C2.22-.04.02-.08%2C0-.1-.04-4.36-9.64-14.07-16.33-25.33-16.3-6.87.02-13.15%2C2.55-17.97%2C6.71-.05.04-.12.01-.12-.05-1.66-13.75-13.39-24.38-27.58-24.33-3.39.01-6.64.64-9.64%2C1.76-.05.02-.1-.02-.1-.07l-.32-89.21c-.06-15.98-13.39-29-29.34-28.05-14.56.86-26.07%2C12.97-26.02%2C27.73l.55%2C155.49c.01%2C3.34-2.9%2C5.94-6.22%2C5.53-11.08-1.36-28.32-16.08-35.93-23.11-17.31-15.99-31.08-18.94-45.4-7.41-8.86%2C7.13-6.94%2C13.14%2C8.8%2C29.64%2C7.81%2C8.19%2C14.08%2C17.73%2C20.16%2C27.27%2C9.66%2C15.15%2C23.34%2C36.62%2C23.34%2C36.62%2C10.89%2C18.31%2C31.66%2C33.82%2C45.19%2C45.37%2C10.84%2C9.26%2C17.67%2C24.62%2C21.19%2C34.44%2C1.95%2C5.45%2C7.32%2C8.9%2C13.09%2C8.45l48.62-2.01%2C46.1-1.27h0c6.42-.02%2C11.6-5.24%2C11.58-11.66h0s1.55-13.97%2C1.55-13.97c1.38-12.47%2C5.2-24.59%2C11.63-35.36%2C10.01-16.76%2C9.36-43.15%2C9.33-50.34l-.06-50.47c-.05-15.29-10.85-27.64-24.12-27.59Z%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%22151%22%20y1%3D%2261%22%20x2%3D%227%22%20y2%3D%2261%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2261%20115%207%2061%2061%207%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%22295%22%20y1%3D%2261%22%20x2%3D%22439%22%20y2%3D%2261%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%22385%207%20439%2061%20385%20115%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center /contain no-repeat;
	content: '';
}
.dataResult.is-scroll .dataTableSwipe {
	opacity: 0;
}
.dataTablePagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.dataTablePaginationList {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0!important;
}
.dataTablePaginationBtn {
	padding: 0!important;
}
.dataTablePaginationBtn::before {
	display: none!important;
}
.dataTablePaginationBtn.is-hide {
	display: none;
}
.dataTablePaginationBtn > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	text-decoration: none!important;
	cursor: pointer;
}
.dataTablePaginationBtn.-normal > a {
	width: 40px;
	background: #eee;
}
.dataTablePaginationBtn.-normal.is-current > a {
	background: #00a8aa;
	color: #fff;
	pointer-events: none;
}
.dataTablePaginationBtn.-more_prev > a,
.dataTablePaginationBtn.-more_next > a {
	width: 100px;
	border: 1px solid #00a8aa;
}
.dataTablePaginationBtn.-more_prev > a span {
	display: inline-block;
	padding-left: 15px;
	background: url(../img/icon/icon_prev.png) no-repeat left center;
	background-size: 7px 11px;
}
.dataTablePaginationBtn.-more_next > a span {
	display: inline-block;
	padding-right: 15px;
	background: url(../img/icon/icon_more.png) no-repeat right center;
	background-size: 7px 11px;
}
@media screen and (max-width: 768px) {
	.formDownload {
		padding: 20px 14px;
	}
	.formLine {
		display: block;
		margin-bottom: 0;
	}
	.formGroup {
		display: block;
		margin-bottom: 16px;
		font-size: 15px;
	}
	.formGroup label {
		display: block;
	}
	.formGroup input,
	.formGroup select {
		padding: 10px 6px;
		font-size: 15px;
	}
	.formResult {
		display: block;
		text-align: center;
	}
	.formResultApp {
		margin-bottom: 16px;
		font-size: 18px;
	}
	.dataResult {
		left: auto;
		padding: 0;
		width: 100%;
		min-width: auto;
		transform: none;
	}
	.dataTable th,
	.dataTable td {
		padding: 8px;
		font-size: 12px;
	}
	.dataTableSwipe {
		top: 140px;
		width: 96px;
		padding: 20px;
		border-radius: 6px;
	}
	.dataTableSwipe span {
		display: block;
		padding-top: 70px;
		font-size: 15px;
	}
	.dataTableSwipe span::before {
		top: 24px;
		width: 60px;
		height: 60px;
	}
}