﻿@charset "UTF-8";
/*reset*/
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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
main, article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html {overflow-y: scroll;} 
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
input, textarea {margin: 0;padding: 0;}
ol, ul {list-style:none;}
table {border-collapse: collapse; border-spacing:0;}
caption, th {text-align: left;}
input, select {vertical-align:middle;}
sup {
	vertical-align:text-top;
	line-height:1;
	font-size:80%;
}
sub {
	vertical-align:text-bottom;
	line-height:1;
	font-size:80%;
}
img {
	vertical-align: top;
	max-width: 100%;
}
strong, em {font-weight: bold;}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img[src$=".svg"] { /*for IE*/
	width: 100%;
	height: auto;
}
/*common
--------------------------------------------------------------- */
html { 
	font-size: 62.5%;
	overflow:auto;
}
body {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal;
	font-size:1.4rem;
	line-height:1.5;
	color:#333;
	background-color: #bdf0f3;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	min-width: 1100px;
	min-height: 100%;
}
a,a:link{
	background-color: transparent;
	cursor: pointer;
	transition: .3s ease-in-out;
}
a:visited{
	background-color: transparent;
}
a:hover,a:active{
	background-color: transparent;
}
@media screen and (max-width: 736px) {
	body {
		font-size:1.5rem;
		min-width:100%;
	}
	a{
		outline: none;
		word-wrap: break-word;
	}
}
/* float */
.r-col {
	float:right;
	display:block;
}
.l-col {
	float:left;
	display:block;
}
.r-col:after,.l-col:after { content: ""; clear: both; display: block;}
/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.clear {
  clear: both !important;
}
.of-hidden {
  overflow: hidden;
}
.pc-of-hidden {
  overflow: hidden;
}
/* Text */
.note { font-size:90%; }
.em { font-weight:bold; }
.txt-underline { text-decoration: underline; }
.txt-normal { font-weight:normal !important; }
.txt-ll { font-size:116%; }
.txt-l { font-size:108%; }
.txt-s { font-size:92%; }
.txt-ss { font-size:80%; }
.txt-xs { font-size:71%; }
.txt-c00 { color:#333 !important; }
.txt-c01 { color:#ff0000 !important; }
.txt-c02 { color:#666 !important; }
.ta-left-txt { text-align: left !important; }
.ta-center-txt { text-align: center !important; }
.ta-right-txt { text-align: right !important; }
.txt-break { word-break: break-all !important; }
.txt-indent-l1em { padding-left:1em; text-indent: -1em; }
br.pc { display:inline; }
br.sp { display:none; }
.display-pc {}
.display-sp { display:none; }
.wid-100 { width:100% !important; }
@media screen and (max-width: 736px) {
	.note { font-size:85%; }
	.txt-xs { font-size:73%; }
	.pc-of-hidden { overflow:visible; }
 br.pc { display:none; }
 br.sp { display:inline; }
 .display-pc { display:none; }
 .display-sp { display:block; }
}
/* List */
ul.normal > li {
	background:none;
	list-style-type:disc;
	margin:0 0 0.1em 1.5em;
	padding-left:0;
}
ul.normal-dot > li {
	padding-left:1.2em;
	text-indent: -1.2em;
}
ul.normal-dot > li:before {
content:'\30FB';
display: inline-block;
margin-left:1.2em;
}
ul.normal-circle > li {
	padding-left:1.2em;
	text-indent: -1.2em;
}
ul.normal-circle > li:before {
content:'\025CF';
display: inline-block;
margin-left:1.2em;
}
ul.normal-square > li {
 padding-left:1.2em;
	text-indent: -1.2em;
}
ul.normal-square > li:before {
content:'';
display:inline-block;
height: .85em;
width: .85em;
margin-right: .2em;
background-color: #333;
}
ul.bl > li::before {
	color:#004c99;
}
ul.indent-l1em > li {
	margin-bottom: 0.1em;
	padding-left:1.2em;
	text-indent: -1.2em;
}
ul.indent-l1em > li > * {
	text-indent: 0;
}
ul.side-list:after { content: ""; clear: both; display: block;}
ul.side-list li {
float:left;
margin-right: 1em;
}
ol.normal > li {
	background:none;
	list-style-type:decimal;
	margin:0 0 0.4em 2em;
	padding-left:0;
	text-indent:0;
}
dl.normal dt {
	font-weight:bold;
	margin-bottom:0.4em;
}
dl.normal.fw-normal dt {
	font-weight:normal;
}
dl.normal.btw-mb0 dt {
	margin-bottom: 0;
}
dl.normal dd {
	margin-bottom:1em;
}
dl.normal.btw-mb0 dd {
	margin-bottom: 0;
}
dl.normal dd:last-child {
	margin-bottom:0;
}
dl.normal-square > dt {
 padding-left:1em;
	text-indent: -1em;
	font-weight:bold;
	margin-bottom:0.4em;
}
dl.normal-square > dt:before {
 content:'';
 display:inline-block;
 height: .85em;
 width: .85em;
 margin-right: .2em;
 background-color: #333;
}
dl.normal-square > dd {
 padding-left:1em;
	margin-bottom:1em;
}
dl.normal-square > dd:last-child {
	margin-bottom:0;
}
dl.indent-l1em dt {
	font-weight:normal;
}
dl.indent-l1em dd {
	padding-left:1em;
	margin-bottom: 0.2em;
}
dl.side-list:after { content: ""; clear: both; display: block;}
dl.side-list dt {
	float:left;
	clear: left;
	margin-bottom:0.4em;
}
dl.side-list dd {
	float:left;
	margin-bottom:0.4em;
}
dl.bdr-l-ttl > dt {
	padding-left:5px;
	border-left:5px solid #ccc;
	margin-bottom:0.4em;
	line-height: 1.3;
}
dl.bdr-l-ttl > dd {
	margin-bottom:0.4em;
}
dl.data-tbl {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:-moz-flex;
 display:flex;
 -webkit-box-lines:multiple;
 -moz-box-lines:multiple;
 -webkit-flex-wrap:wrap;
 -moz-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
}
dl.data-tbl.dt-w-15per {}
dl.data-tbl.dt-va-mid {}
dl.data-tbl.no-bdr {}
dl.data-tbl > dt {
 width:22%;
 background-color: #eee;
 padding:6px 10px;
 border-bottom:1px solid #ccc;
 border-right:1px solid #ccc;
}
dl.data-tbl.dt-va-mid > dt {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
dl.data-tbl > dd {
 width:78%;
 padding:6px 10px;
 border-bottom:1px solid #ccc;
 border-right:1px solid #ccc;
}
dl.data-tbl.dt-w-15per > dt {
	width:15%;
}
dl.data-tbl.dt-w-15per > dd {
	width:85%;
}
dl.data-tbl.no-bdr {
	border-top:none;
 border-left:none;
}
dl.data-tbl.no-bdr > dt {
	background-color: transparent;
 padding:0 10px 6px 0;
 border-bottom:none;
 border-right:none;
}
dl.data-tbl.no-bdr > dd {
	background-color: transparent;
 padding:0 0 6px 0;
 border-bottom:none;
 border-right:none;
}
.mb1em-li > li {
	margin-bottom: 1em;
}
.mb05em-li > li {
	margin-bottom: .5em;
}
@media screen and (max-width: 736px) {
	dl.normal > dt {
		margin-bottom:0.2em;
	}
	dl.normal > dd {
		margin-bottom:0.5em;
	}
 dl.data-tbl > dt {
  width:100% !important;
 }
 dl.data-tbl > dd {
  width:100% !important;
 }
	dl.data-tbl.no-bdr > dt {
		font-weight: bold;
		padding-right: 0;
	}
}
/* Table */
.tbl-wrapper {}/*defalt table 200%*/
.tbl-wrapper.w-250per {}/*table 250%*/
.tbl-wrapper.w-280per {}/*table 280%*/
.tbl-wrapper.w-300per {}/*table 300%*/
.note-tbl-wrapper {
 display:none;
}
@media (max-width: 767px) {
	.tbl-wrapper {
		overflow-x: scroll;
		width:100%;
		margin-bottom: 10px;
	}
	.tbl-wrapper::-webkit-scrollbar{ 
		width: 15px;
	}
	.tbl-wrapper::-webkit-scrollbar-thumb{ 
		background: #004c99;
	}
	.tbl-wrapper::-webkit-scrollbar-track-piece:start{
		background: #ccc;
	}
	.tbl-wrapper::-webkit-scrollbar-track-piece:end{
		background: #ccc;
	}
 .tbl-wrapper > table {
  width:200% !important;
  margin-top: 0;
  margin-bottom: 0;
 }
 .tbl-wrapper > *:last-child {
  margin-bottom: 0 !important;
 }
	.tbl-wrapper.w-250per > table {
		width:250% !important;
	}
	.tbl-wrapper.w-280per > table {
		width:280% !important;
	}
	.tbl-wrapper.w-300per > table {
		width:300% !important;
	}
 .note-tbl-wrapper {
  display:block;
  margin-bottom: .3em !important;
  background-color:#dcebfb;
  color:inherit;
  display:inline-block;
		font-size: 92%;
  padding:0 .5rem;
 }
 .note-tbl-wrapper::before {
  content:'\02193';
 }
}
table.normal{
	width: 100%;
	border-collapse: collapse;
}
table.normal.wid-free{
	width: auto;
	border-collapse: collapse;
}
table.normal caption {
	margin-bottom: 5px;
}
table.normal th{
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	background-color: #eee;
	border: 1px solid #ccc;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
}
table.normal th.ty01{
	background-color: #888;
	color:#fff;
}
table.normal.th-c th {
	text-align: center;
}
table.normal.th-wrap-sp th{
}
table.normal td{
	padding: 6px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
}
table.normal.td-c td {
	text-align: center;
}
table.fixed {
	table-layout: fixed;
}
table.fixed-pc {
	table-layout: fixed;
}
table.fixed th,
table.fixed-pc th{
	white-space:normal;
}
table caption.square::before {
	content:'';
 display:inline-block;
 height: .85em;
 width: .85em;
 margin-right: .2em;
 background-color: #333;
}
table .nowrap {
	white-space: nowrap;
}
table .nowrap-pc {
	white-space: nowrap;
}
@media screen and (max-width: 736px) {
	table.normal.th-wrap-sp th{
		white-space:normal;
	}
	table.fixed-pc {
	table-layout:auto;
}
	table.normal th{
		font-size:95%;
	}
	table.normal td{
		font-size:95%;
		word-break: break-all;
	}
	table .nowrap-pc {
		white-space:normal;
	}
}
/* Link */
.icon-blanklink{
	vertical-align: baseline;
	padding:0 3px;
	width: auto !important;
}
.link-btn {
	text-align: center;
	line-height: 1.4;
}
.link-btn.full-wid {}
.link-btn:after { content: ""; clear: both; display: block;}
.link-btn > a {
	display:block;
	min-width: 200px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:7px 26px 7px 18px;
	color:#004c99;
	text-decoration: none !important;
	position: relative;
	transition: none;
	background-color: #fff;
}
.link-btn.full-wid > a {
 width: 100%;
}
.link-btn.bl > a {
	background-color:#004c99;
	color:#fff;
	border:none;
}
.link-btn.lrg > a {
	padding:14px 20px 12px 18px;
}
.link-btn > a:hover {
	background-color:#eee;
	text-decoration: underline !important;
}
.link-btn.bl > a:hover {
	background-color:#2b78c5;
}
.link-btn > a:after {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/ico_arrow_blue_s.png) left center no-repeat;
	background-size: 8px auto;
}
.link-btn.bl > a:after {
	background:transparent url(../images/ico_arrow_wh_s.png) left center no-repeat;
	background-size: 8px auto;
}
.link-btn.back > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	left:8px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/ico_arrow_blue_s_left.png) left center no-repeat;
	background-size: 8px auto;
}
.link-btn.bl.back > a:before {
	background:transparent url(../images/ico_arrow_wh_s_left.png) left center no-repeat;
	background-size: 8px auto;
}
.link-btn.back > a:after {
	display:none;
}
.link-btn.ta-right > a {
	float:right;
}
.link-btn.ta-center > a {
	display:inline-block;
	float:none;
	margin-left: auto;
	margin-right: auto;
	}
.link-pdf-btn {
	text-align: center;
	line-height: 1.4;
}
.link-pdf-btn.full-wid {}
.link-pdf-btn:after { content: ""; clear: both; display: block;}
.link-pdf-btn > a {
	display:block;
	min-width: 270px;
	min-height:50px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:14px 15px 12px 54px;
	color:#004c99;
	text-decoration: none;
	position: relative;
	background-color: #fff;
}
.link-pdf-btn.sml > a {
	display:block;
	min-width: 200px;
	min-height:25px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:7px 18px 7px 40px;
	color:#004c99;
	text-decoration: none;
	position: relative;
}
.link-pdf-btn.full-wid > a {
 width: 100%;
}
.link-pdf-btn.ta-center > a {
	display:inline-block;
	float:none;
	margin-left: auto;
	margin-right: auto;
	}
	.link-pdf-btn.ta-right > a {
	float:right;
}
.link-pdf-btn > a:hover {
	background-color:#eee;
	text-decoration: underline !important;
}
.link-pdf-btn > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 33px;
	height: 50px;
	left:13px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/icon_pdf_link.png) left center no-repeat;
}
.link-pdf-btn.sml > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	left:10px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/icon_pdf_link.png) left center no-repeat;
	background-size:auto 25px; 
}
.link-word-btn {
	text-align: center;
	line-height: 1.4;
}
.link-word-btn:after {
 content: ""; 
 clear: both; 
 display: block;
}
.link-word-btn.full-wid {}
.link-word-btn > a {
	display:block;
	min-width: 270px;
	min-height:50px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:14px 15px 12px 54px;
	color:#004c99;
	text-decoration: none;
	position: relative;
	background-color: #fff;
}
.link-word-btn.sml > a {
	display:block;
	min-width: 200px;
	min-height:25px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:7px 18px 7px 40px;
	color:#004c99;
	text-decoration: none;
	position: relative;
}
.link-word-btn.full-wid > a {
 width: 100%;
}
.link-word-btn.ta-center > a {
	display:inline-block;
	float:none;
	margin-left: auto;
	margin-right: auto;
	}
	.link-word-btn.ta-right > a {
	float:right;
}
.link-word-btn > a:hover {
	background-color:#eee;
	text-decoration: underline !important;
}
.link-word-btn > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 33px;
	height: 50px;
	left:13px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/icon_word_link.png) left center no-repeat;
}
.link-word-btn.sml > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	left:10px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/icon_word_link.png) left center no-repeat;
	background-size:auto 25px; 
}
.link-excel-btn {
	text-align: center;
	line-height: 1.4;
}
.link-excel-btn:after {
 content: ""; 
 clear: both; 
 display: block;
}
.link-excel-btn.full-wid {}
.link-excel-btn > a {
	display:block;
	min-width: 270px;
	min-height:50px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:14px 15px 12px 54px;
	color:#004c99;
	text-decoration: none;
	position: relative;
	background-color: #fff;
}
.link-excel-btn.sml > a {
	display:block;
	min-width: 200px;
	min-height:25px;
	float:left;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	border:1px solid #004c99;
	padding:7px 18px 7px 40px;
	color:#004c99;
	text-decoration: none;
	position: relative;
}
.link-excel-btn.full-wid > a {
 width: 100%;
}
.link-excel-btn.ta-center > a {
	display:inline-block;
	float:none;
	margin-left: auto;
	margin-right: auto;
	}
	.link-excel-btn.ta-right > a {
	float:right;
}
.link-excel-btn > a:hover {
	background-color:#eee;
	text-decoration: underline !important;
}
.link-excel-btn > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 33px;
	height: 50px;
	left:13px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/icon_excel_link.png) left center no-repeat;
}
.link-excel-btn.sml > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	left:10px;
	top:0;
	bottom:0;
	margin:auto;
	background:transparent url(../images/icon_excel_link.png) left center no-repeat;
	background-size:auto 25px; 
}
.link-txt {
	line-height: 1.2;
	display: block;
}
.link-txt:after { content: ""; clear: both; display: block;}
.link-txt.inline {
	display:inline-block;
	margin:0;
}
.link-txt > a {
	display:block;
	float:left;
	background:transparent url(../images/ico_arrow_blue_s.png) right center no-repeat;
	background-size: auto 9px;
	padding-right:18px;
	color:inherit;
	text-decoration: none;
}
.link-txt.ta-right > a {
	float:right;
}
.link-txt.inline > a {
	float:none;
	margin: 0 1em;
}
.link-txt.back > a {
	background:transparent url(../images/ico_arrow_blue_s_left.png) left center no-repeat;
	background-size: auto 9px;
	padding-right:0;
	padding-left:18px;
}
.link-txt > a:hover {
	text-decoration: underline;
}
.link-pdf-txt,.link-word-txt,.link-excel-txt {
	line-height: 1.2;
	display: block;
}
.link-pdf-txt:after,.link-word-txt:after,.link-excel-txt:after { content: ""; clear: both; display: block;}
.link-pdf-txt.inline,.link-word-txt.inline,.link-excel-txt.inline {
	display:inline-block;
	margin:0;
}
.link-pdf-txt > a,.link-word-txt > a,.link-excel-txt > a {
	display:block;
	float:left;
}
.link-pdf-txt.ta-right > a,.link-word-txt.ta-right > a,.link-excel-txt.ta-right > a {
	float:right;
}
.link-pdf-txt.inline > a,.link-word-txt.inline > a,.link-excel-txt.inline > a {
	float:none;
	margin: 0 1em;
}
.link-pdf-txt > a::before {
	content: '';
	width: 25px;
	height: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background:transparent url(../images/icon_pdf_link.png) left center no-repeat;
	background-size:auto 25px; 
}
.link-word-txt > a::before {
	content: '';
	width: 25px;
	height: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background:transparent url(../images/icon_word_link.png) left center no-repeat;
	background-size:auto 25px; 
}
.link-excel-txt > a::before {
	content: '';
	width: 25px;
	height: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background:transparent url(../images/icon_excel_link.png) left center no-repeat;
	background-size:auto 25px; 
}
.note-ico-txt {
	background:transparent url(../images/icon_side_rule_or.png) left 0.2em no-repeat;
	background-size: auto 15px;
	padding-left:20px;
	margin: 1em 0;
	display:block;
	overflow: hidden;
}
.phone-ico-num {
	background:transparent url(../images/icon_telephone.png) left center no-repeat;
	background-size: auto 20px;
	padding-left:30px;
	margin: 1em 0;
	font-size: 140%;
	display:block;
	overflow: hidden;
}
.fax-ico-num {
	background:transparent url(../images/icon_fax.png) left center no-repeat;
	background-size: auto 20px;
	padding-left:30px;
	margin: 1em 0;
	font-size: 140%;
	display:block;
	overflow: hidden;
}
.circle-ico-txt {
	background:transparent url(../images/icon_circle_bl.png) left 0.2em no-repeat;
	background-size: auto 15px;
	padding-left:18px;
	margin: 1em 0;
	display:block;
	overflow: hidden;
}
.circle-ico-gr-txt {
	background:transparent url(../images/icon_circle_gr.png) left 0.2em no-repeat;
	background-size: auto 15px;
	padding-left:18px;
	margin: 1em 0;
	display:block;
	overflow: hidden;
}
.bdr-l-txt {
	padding-left:5px;
	border-left:5px solid #ccc;
	margin: 1em 0;
	display:block;
	overflow: hidden;
	line-height: 1.3;
}
@media screen and (max-width: 736px) {
	.link-btn > a {
		width:100%;
		min-width: 0;
		float:none;
	}
	.link-btn.lrg > a {
		width:auto;
	}
	.link-btn > a:hover {
		background-color:#fff;
		text-decoration: none !important;
	}
	.link-btn.bl > a:hover {
		background-color:#004c99;
	}
		.link-pdf-btn > a,.link-word-btn > a,.link-excel-btn > a {
		width:100%;
		float:none;
	}
	.link-pdf-btn.sml > a {
		width:100%;
		float:none;
	}
	.link-pdf-btn > a:hover,.link-word-btn > a:hover,.link-excel-btn > a:hover {
		background-color:#fff;
		text-decoration: none !important;
	}
	.link-txt > a:hover {
		text-decoration: none !important;
	}
	.link-txt-l > a:hover {
		text-decoration: none !important;
	}
	.note-ico-txt {
		margin: 0.5em 0;
	}
	.phone-ico-num {
		margin: 0.5em 0;
	}
	.fax-ico-num {
		margin: 0.5em 0;
	}
	.circle-ico-txt {
		margin: 0.5em 0;
	}
	.circle-ico-gr-txt {
		margin: 0.5em 0;
	}
}
.btn-hover-effect {
	transition: 0.3s ease-in-out;
	opacity:1;
}
.btn-hover-effect:hover {
	opacity:.7;
}
@media (max-width: 736px) {
 .btn-hover-effect:hover {
  opacity:1;
 }
}
/* margin */
.mb-10 {margin-bottom: -10px !important;}
.mb-5 {margin-bottom: -5px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb1em {margin-bottom: 1em !important;}
.mb05em {margin-bottom: 0.5em !important;}
.mb2em {margin-bottom: 2em !important;}
.mb3em {margin-bottom: 3em !important;}
.mb4em {margin-bottom: 4em !important;}
.mb5em {margin-bottom: 5em !important;}
.mt-10 {margin-top: -10px !important;}
.mt-5 {margin-top: -5px !important;}
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 40px !important;}
.mt1em {margin-top: 1em !important;}
.mtb05em {margin-top: 0.5em !important;}
.mt2em {margin-top: 2em !important;}
.mt3em {margin-top: 3em !important;}
.mt4em {margin-top: 4em !important;}
.mt5em {margin-top: 5em !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml05em {margin-left: .5em !important;}
.ml1em {margin-left: 1em !important;}
.ml2em {margin-left: 2em !important;}
.ml3em {margin-left: 3em !important;}
.ml4em {margin-left: 4em !important;}
.ml5em {margin-left: 5em !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr1em {margin-right: 1em !important;}
.mr05em {margin-right: .5em !important;}
.mr2em {margin-right: 2em !important;}
.mr3em {margin-right: 3em !important;}
.mr4em {margin-right: 4em !important;}
.mr5em {margin-right: 5em !important;}
.mtb0 {margin-bottom: 0 !important;margin-top: 0 !important;}
.mtb5 {margin-bottom: 5px !important;margin-top: 5px !important;}
/* margin for PC */
@media screen and (min-width: 737px) {
.pc-mb-10 {margin-bottom: -10px !important;}
.pc-mb-5 {margin-bottom: -5px !important;}
.pc-mb0 {margin-bottom: 0 !important;}
.pc-mb5 {margin-bottom: 5px !important;}
.pc-mb10 {margin-bottom: 10px !important;}
.pc-mb15 {margin-bottom: 15px !important;}
.pc-mb20 {margin-bottom: 20px !important;}
.pc-mb25 {margin-bottom: 25px !important;}
.pc-mb30 {margin-bottom: 30px !important;}
.pc-mb35 {margin-bottom: 35px !important;}
.pc-mb40 {margin-bottom: 40px !important;}
.pc-mb45 {margin-bottom: 45px !important;}
.pc-mb50 {margin-bottom: 50px !important;}
.pc-mb1em {margin-bottom: 1em !important;}
.pc-mb05em {margin-bottom: 0.5em !important;}
.pc-mb2em {margin-bottom: 2em !important;}
.pc-mb3em {margin-bottom: 3em !important;}
.pc-mb4em {margin-bottom: 4em !important;}
.pc-mb5em {margin-bottom: 5em !important;}
.pc-mt-10 {margin-top: -10px !important;}
.pc-mt-5 {margin-top: -5px !important;}
.pc-mt0 {margin-top: 0 !important;}
.pc-mt5 {margin-top: 5px !important;}
.pc-mt10 {margin-top: 10px !important;}
.pc-mt15 {margin-top: 15px !important;}
.pc-mt20 {margin-top: 20px !important;}
.pc-mt25 {margin-top: 25px !important;}
.pc-mt30 {margin-top: 30px !important;}
.pc-mt35 {margin-top: 35px !important;}
.pc-mt40 {margin-top: 40px !important;}
.pc-mt45 {margin-top: 45px !important;}
.pc-mt50 {margin-top: 40px !important;}
.pc-mt1em {margin-top: 1em !important;}
.pc-mtb05em {margin-top: 0.5em !important;}
.pc-mt2em {margin-top: 2em !important;}
.pc-mt3em {margin-top: 3em !important;}
.pc-mt4em {margin-top: 4em !important;}
.pc-mt5em {margin-top: 5em !important;}
.pc-ml5 {margin-left: 5px !important;}
.pc-ml10 {margin-left: 10px !important;}
.pc-ml15 {margin-left: 15px !important;}
.pc-ml20 {margin-left: 20px !important;}
.pc-ml25 {margin-left: 25px !important;}
.pc-ml30 {margin-left: 30px !important;}
.pc-ml35 {margin-left: 35px !important;}
.pc-ml40 {margin-left: 40px !important;}
.pc-ml45 {margin-left: 45px !important;}
.pc-ml50 {margin-left: 50px !important;}
.pc-ml05em {margin-left: .5em !important;}
.pc-ml1em {margin-left: 1em !important;}
.pc-ml2em {margin-left: 2em !important;}
.pc-ml3em {margin-left: 3em !important;}
.pc-ml4em {margin-left: 4em !important;}
.pc-ml5em {margin-left: 5em !important;}
.pc-mr10 {margin-right: 10px !important;}
.pc-mr15 {margin-right: 15px !important;}
.pc-mr20 {margin-right: 20px !important;}
.pc-mr25 {margin-right: 25px !important;}
.pc-mr30 {margin-right: 30px !important;}
.pc-mr35 {margin-right: 35px !important;}
.pc-mr40 {margin-right: 40px !important;}
.pc-mr45 {margin-right: 45px !important;}
.pc-mr50 {margin-right: 50px !important;}
.pc-mr1em {margin-right: 1em !important;}
.pc-mr05em {margin-right: .5em !important;}
.pc-mr2em {margin-right: 2em !important;}
.pc-mr3em {margin-right: 3em !important;}
.pc-mr4em {margin-right: 4em !important;}
.pc-mr5em {margin-right: 5em !important;}
.pc-mtb0 {margin-bottom: 0 !important;margin-top: 0 !important;}
.pc-mtb5 {margin-bottom: 5px !important;margin-top: 5px !important;}
}
@media screen and (max-width: 736px) {
.sp-mb-10 {margin-bottom: -10px !important;}
.sp-mb-5 {margin-bottom: -5px !important;}
.sp-mb0 {margin-bottom: 0 !important;}
.sp-mb5 {margin-bottom: 5px !important;}
.sp-mb10 {margin-bottom: 10px !important;}
.sp-mb15 {margin-bottom: 15px !important;}
.sp-mb20 {margin-bottom: 20px !important;}
.sp-mb25 {margin-bottom: 25px !important;}
.sp-mb30 {margin-bottom: 30px !important;}
.sp-mb35 {margin-bottom: 35px !important;}
.sp-mb40 {margin-bottom: 40px !important;}
.sp-mb45 {margin-bottom: 45px !important;}
.sp-mb50 {margin-bottom: 50px !important;}
.sp-mb1em {margin-bottom: 1em !important;}
.sp-mb05em {margin-bottom: 0.5em !important;}
.sp-mb2em {margin-bottom: 2em !important;}
.sp-mb3em {margin-bottom: 3em !important;}
.sp-mb4em {margin-bottom: 4em !important;}
.sp-mb5em {margin-bottom: 5em !important;}
.sp-mt-10 {margin-top: -10px !important;}
.sp-mt-5 {margin-top: -5px !important;}
.sp-mt0 {margin-top: 0 !important;}
.sp-mt5 {margin-top: 5px !important;}
.sp-mt10 {margin-top: 10px !important;}
.sp-mt15 {margin-top: 15px !important;}
.sp-mt20 {margin-top: 20px !important;}
.sp-mt25 {margin-top: 25px !important;}
.sp-mt30 {margin-top: 30px !important;}
.sp-mt35 {margin-top: 35px !important;}
.sp-mt40 {margin-top: 40px !important;}
.sp-mt45 {margin-top: 45px !important;}
.sp-mt50 {margin-top: 40px !important;}
.sp-mt1em {margin-top: 1em !important;}
.sp-mtb05em {margin-top: 0.5em !important;}
.sp-mt2em {margin-top: 2em !important;}
.sp-mt3em {margin-top: 3em !important;}
.sp-mt4em {margin-top: 4em !important;}
.sp-mt5em {margin-top: 5em !important;}
.sp-ml5 {margin-left: 5px !important;}
.sp-ml10 {margin-left: 10px !important;}
.sp-ml15 {margin-left: 15px !important;}
.sp-ml20 {margin-left: 20px !important;}
.sp-ml25 {margin-left: 25px !important;}
.sp-ml30 {margin-left: 30px !important;}
.sp-ml35 {margin-left: 35px !important;}
.sp-ml40 {margin-left: 40px !important;}
.sp-ml45 {margin-left: 45px !important;}
.sp-ml50 {margin-left: 50px !important;}
.sp-ml05em {margin-left: .5em !important;}
.sp-ml1em {margin-left: 1em !important;}
.sp-ml2em {margin-left: 2em !important;}
.sp-ml3em {margin-left: 3em !important;}
.sp-ml4em {margin-left: 4em !important;}
.sp-ml5em {margin-left: 5em !important;}
.sp-mr10 {margin-right: 10px !important;}
.sp-mr15 {margin-right: 15px !important;}
.sp-mr20 {margin-right: 20px !important;}
.sp-mr25 {margin-right: 25px !important;}
.sp-mr30 {margin-right: 30px !important;}
.sp-mr35 {margin-right: 35px !important;}
.sp-mr40 {margin-right: 40px !important;}
.sp-mr45 {margin-right: 45px !important;}
.sp-mr50 {margin-right: 50px !important;}
.sp-mr1em {margin-right: 1em !important;}
.sp-mr05em {margin-right: .5em !important;}
.sp-mr2em {margin-right: 2em !important;}
.sp-mr3em {margin-right: 3em !important;}
.sp-mr4em {margin-right: 4em !important;}
.sp-mr5em {margin-right: 5em !important;}
.sp-mtb0 {margin-bottom: 0 !important;margin-top: 0 !important;}
.sp-mtb5 {margin-bottom: 5px !important;margin-top: 5px !important;}
}
/* Trim Image
--------------------------------------------------------------- */
.set-aspect img {
	position: relative;
 top: 50%;
 left: 50%;
 width: auto;
 height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: none;
}
.set-aspect img.vertical {
	width: 100%;
 height: auto;
}
.set-aspect img.horizontal {
	width: auto;
	height: 100%;
}

/* Object fit
--------------------------------------------------------------- */
img.set-of-cover {
	object-fit: cover;
 font-family: 'object-fit: cover;'
}
img.set-of-contain {
	object-fit: contain;
 font-family: 'object-fit: contain;'
}

/* Toggle Area
--------------------------------------------------------------- */
.js-toggle-area .toggle-head.close + .toggle-cont {
	display:none;
}
.js-toggle-area .toggle-cont.close {
	display:none;
}
@media screen and (max-width: 736px) {
	.js-toggle-area .toggle-head.sp-close + .toggle-cont {
		display:none;
	}
	.js-toggle-area .toggle-cont.sp-close {
		display:none;
	}
}

/* sound navigation
--------------------------------------------------------------- */
.forsound {
	position: absolute;
	top: 0px;
	right: 0px;
	display: run-in;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border-style: none;
	overflow: hidden;
}
/*#blockskip
--------------------------------------------------------------- */
#blockskip a{
	padding:5px;
	display:block;
	position:absolute; 
	left:-9999px;
	text-align: center;
	background:#fff;
	z-index:9999;
	width:auto;
}
#blockskip a.show{
	left:0;
	width:100%;
}
@media screen and (max-width: 736px) {
	#blockskip {
		display:none;
	}
}

/*page stracture
--------------------------------------------------------------- */
.wrapper {
	background-color: #fff;
}
.container {
	width:1100px;
	margin:0 auto;
}
.container:after { content: ""; clear: both; display: block;}
@media screen and (max-width: 736px) {
	.container {
		width:100%;
		margin:0;
	}
}
/*Global Header
------------------------------------------- */
#gl-header {
	min-height: 113px;
}
#gl-header .upperarea {
	position: relative;
	min-height: 45px;
	padding:6px 0 9px 0;
	background:#004c99 url(../images/bg_gl_header.png) left bottom repeat-x;
	color:#fff;
}
#gl-header .upperarea .copy {
	font-size:12.6px;
	line-height: 1.2;
	float:left;
}
body[lang="en"] #gl-header .upperarea .copy br {
	display: none;
}
#gl-header .upperarea .logo {
	position:absolute;
	bottom: -52px;
	width:250px;
}
body[lang="en"] #gl-header .upperarea .logo {
	bottom: -65px;
}
#gl-header #head-util {
	float:right;
}
#gl-header #head-util:after { content: ""; clear: both; display: block;}
#gl-header #head-lang {
	float:left;
}
#gl-header #head-lang:after { content: ""; clear: both; display: block;}
#gl-header #head-lang dt {
	position: absolute;
	top: 0px;
	right: 0px;
	display: run-in;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border-style: none;
	overflow: hidden;
}
#gl-header #head-lang dd {
	float:left;
	background:#004c99 url(../images/ico_gl_header_lang.png) left center no-repeat;
	padding:8px 13px 8px 10px;
	line-height: 1.1;
	color:#fff;
	font-size:12.6px;
	cursor: pointer;
}
#gl-header #head-search {
	float:left;
	position:relative;
	margin-left:17px;
}
#gl-header #head-search .search-wrap {
	width:230px;
	min-height: 30px;
	background-color: #fff;
}
#gl-header #head-search .input-txt {
	width: 200px;
 background-color: #fff; 
 border: none;  
 padding: 4px 4px 4px 10px; 
	min-height: 30px;
	font-size:90%;
	color:#000;
}
#gl-header #head-search .input-txt::-webkit-input-placeholder{
 color:#000;/* Chrome, Safari */
}
#gl-header #head-search .input-txt::-moz-placeholder{
 color:#000;/* Firefox */
}
#gl-header #head-search .input-txt:-moz-placeholder{
 color:#000;/* Firefox lt 18 */
}
#gl-header #head-search .input-txt:-ms-input-placeholder{
 color:#000;/* IE */
}
#gl-header #head-search .input-btn {
	position: absolute;  
 top: 0;
	right:0;
	width:30px;
}
#gl-header #head-fsize {
	float:left;
	line-height: 1.1;
	color:#fff;
	font-size:95%;
}
#gl-header #head-fsize:after { content: ""; clear: both; display: block;}
#gl-header #head-fsize dt {
	float:left;
	padding:8px 3px 8px 15px;
}
#gl-header #head-fsize dd {
	float:left;
	margin-left:5px;
	margin-top:2px;
	height: 26px;
	/*text-indent: -9999px;
 overflow: hidden;*/
}
#gl-header #head-fsize dd > a {
	display:block;
	width: 26px;
	height: 26px;
	background:#004c99 url(../images/btn_gl_header_fsize.png) no-repeat;
	color:transparent;
	font-size:1px;
	transition: none;
}
body[lang] #gl-header #head-fsize dd > a {
	background:#004c99 url(../images/btn_gl_header_fsize_en.png) no-repeat;
}
#gl-header #head-fsize dd#fsize-s > a {
	background-position: 0 0;
}
#gl-header #head-fsize dd#fsize-m > a {
	background-position: -31px 0;
}
#gl-header #head-fsize dd#fsize-l > a {
	background-position: -62px 0;
}
#gl-header #head-fsize dd#fsize-s > a:hover {
	background-position: 0 -26px;
}
#gl-header #head-fsize dd#fsize-m > a:hover {
	background-position: -31px -26px;
}
#gl-header #head-fsize dd#fsize-l > a:hover {
	background-position: -62px -26px;
}
#gl-header #head-fsize dd#fsize-s > a.active {
	background-position: 0 -52px;
}
#gl-header #head-fsize dd#fsize-m > a.active {
	background-position: -31px -52px;
}
#gl-header #head-fsize dd#fsize-l > a.active {
	background-position: -62px -52px;
}
#gl-header .lowerarea {
	min-height: 68px;
	padding-bottom: 10px;
	background-color:#fff;
}
#gl-header #head-nav {
	width: 820px;
	float:right;
	display:table;
	margin-top:15px;
}
#gl-header #head-nav > li {
	display:table-cell;
	padding:8px 10px 2px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	border-right:1px solid #ccc;
	position: relative;
}
#gl-header #head-nav > li::after {
	content:'';
	display:block;
	position: absolute;
	width: 100%;
	left:0;
	top:100%;
	height: 10px;
}
#gl-header #head-nav > li > a {
	display:block;
	text-decoration: none;
	color:#333;
	padding:0 0 3px;
	border-bottom:2px solid #fff;
}
#gl-header #head-nav > li > a:hover {
	color:#ff5400;
}
#gl-header #head-nav > li > a.active {
	border-bottom:2px solid #004c99;
	color:#ff5400;
}
#gl-header #head-nav > li:first-child {
	border-left:1px solid #ccc;
}
#gl-header #head-nav .head-sub-nav {
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top:calc(100% + 10px);
	width: 230px;
	background:#DDEEFF;
	padding:8px;
	text-align:left;
	border:2px solid #004C99;
	border-radius:8px;
	z-index: -999;
	transition: all .2s;
}
#gl-header #head-nav > li:last-child .head-sub-nav {
	left:auto;
	right:0;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
}
#gl-header #head-nav .head-sub-nav.active {
	opacity: 1;
	z-index: 999;
}
#gl-header #head-nav .head-sub-nav:after,#gl-header #head-nav .head-sub-nav:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	bottom:100%;
	left:50%;
}
#gl-header #head-nav > li:last-child .head-sub-nav::before, #gl-header #head-nav > li:last-child .head-sub-nav::after {
	left:80%;
}
#gl-header #head-nav .head-sub-nav:after{
	border-color: rgba(221, 238, 255, 0);
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:6px;
	border-right-width:6px;
	margin-left: -6px;
	border-bottom-color:#DDEEFF;
}
#gl-header #head-nav .head-sub-nav:before{
	border-color: rgba(0, 76, 153, 0);
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:7px;
	border-right-width:7px;
	margin-left: -7px;
	margin-bottom: 2px;
	border-bottom-color:#004C99;
}
#gl-header #head-nav .head-sub-nav > li {
	background-color:#fff;
	line-height: 1.2;
	border-bottom:1px dashed #004C99;
}
#gl-header #head-nav .head-sub-nav > li:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#gl-header #head-nav .head-sub-nav > li:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom:none;
}
#gl-header #head-nav .head-sub-nav > li a {
	padding:11px 5px 11px 20px;
	display:block;
	color:#333;
	text-decoration: none;
	position: relative;
}
#gl-header #head-nav .head-sub-nav > li a::before {
	content:'';
	position: absolute;
	top:calc(8px + .6em);
	left:8px;
	width: 6px;
	height: 6px;
	border-top: solid 2px;
	border-right: solid 2px;
	border-color: #004C99;
	-webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
#gl-header #head-nav .head-sub-nav > li a.active {
	color:#ff5400;
}
#gl-header #head-nav .head-sub-nav > li a:hover {
	color:#ff5400;
}
#gl-header #head-nav .head-sub-nav .sub-menu {
	display:none;
}
@media screen and (max-width: 736px) {
	#gl-header {
		min-height: 0;
	}
	#gl-header .upperarea {
		min-height: 0;
		padding:6px 2.6%;
		background:#004c99 url(../images/bg_gl_header_sp.png) left bottom no-repeat;
	}
	#gl-header .upperarea .copy {
		font-size:80%;
		line-height: 1.2;
		float:none;
		text-align: center;
	}
	#gl-header .upperarea .copy br {
		display: none;
	}
	#gl-header .upperarea .logo {
		position:absolute;
		width:250px;
		bottom:-50px !important;
	}
	#gl-header .lowerarea {
		height:auto;
		min-height: 0;
		padding-bottom: 0;
		background-color:#fff;
	}
	#gl-header .lowerarea .container {
		margin-top: 60px;
		background-color: #004c99;
	}
	#gl-header .lowerarea .container:before {
		content: '';
		cursor: pointer;
		display: block;
		float:right;
		width: 41px;
		height: 41px;
		margin:-51px 2.6% 0 0;
		background: #fff url(../images/btn_gl_header_toggle.png) left top no-repeat;
		background-size:cover;
	}
	#gl-header .lowerarea .container.open:before {
		background-position:100% top;
	}
	#gl-header .lowerarea .container nav {
		display:none;
		width:94.8%;
		margin:0 auto;
		padding-top:10px;
		padding-bottom:10px;
	}
	#gl-header #head-util {
		float:none;
	}
	#gl-header .upperarea #head-util {
		display:none;
	}
	#gl-header #head-nav {
		width: auto;
		float:none;
		display:block;
		margin-top:0;
		border-top:1px solid #ccc;
	}
	#gl-header #head-nav li {
		display:block;
		width:auto;
		background:none;
		padding:0 2.6%;
		text-align: left;
		line-height: 1.1;
		border-right:none;
		font-size:106.6%;
		font-weight: bold;
		border-bottom:1px solid #ccc;
		background-color: #fff;
	}
	#gl-header #head-nav li br {
		display: none;
	}
	#gl-header #head-nav li > a {
		display:block;
		text-decoration: none;
		color:inherit;
		padding: 14px 0;
		border-bottom:none;
	}
	#gl-header #head-nav li > a:hover {
		color:inherit;
	}
	#gl-header #head-nav li > a.active {
		border-bottom:none;
		color:#c00;
	}
	#gl-header #head-nav li:first-child {
		width:auto;
		border-left:none;
	}
	#gl-header #head-nav li:last-child{
		border-bottom:none;
	}
	#gl-header #head-nav .sub-menu-head {
		position: relative;
	}
	#gl-header #head-nav .sub-menu-head .toggle-btn {
		display:block;
		width:40px;
		height: 45px;
		position: absolute;
		right:0;
		top:0;
		bottom:0;
		margin:auto;
	}
	#gl-header #head-nav .sub-menu-head .toggle-btn::before,
	#gl-header #head-nav .sub-menu-head .toggle-btn::after {
		content:'';
		position: absolute;
		width:20px;
		height:2px;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
		background-color:#004c99;
	}
	#gl-header #head-nav .sub-menu-head .toggle-btn::after {
		width:2px;
		height: 20px;
	}
	#gl-header #head-nav .sub-menu-head .toggle-btn.close::after {
		content:none;
	}
	#gl-header #head-nav .sub-menu-head > a {
		padding-right: 25px;
	}
	#gl-header #head-nav .head-sub-nav {
		opacity: 1;
		position:static;
		left: auto;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		top:auto;
		width: 100%;
		background:#DDEEFF;
		padding:0;
		text-align:left;
		border:none;
		border-radius:0;
		z-index: 1;
		transition:none;
		display:none;
	}
	#gl-header #head-nav > li:last-child .head-sub-nav {
		right:auto;
	}
	#gl-header #head-nav .head-sub-nav:after,#gl-header #head-nav .head-sub-nav:before{
		content:none;
	}
	#gl-header #head-nav .head-sub-nav > li {
		background-color:#fff;
		line-height: 1.2;
		border-bottom:1px dashed #004C99;
	}
	#gl-header #head-nav .head-sub-nav > li:first-child {
		border-top-left-radius: none;
		border-top-right-radius: none;
		border-top:1px dashed #004C99;
	}
	#gl-header #head-nav .head-sub-nav > li:last-child {
		border-bottom-left-radius: none;
		border-bottom-right-radius: none;
		border-bottom:none;
	}
	#gl-header #head-nav .head-sub-nav > li a {
		padding:11px 5px 11px 20px;
		display:block;
		color:#333;
		text-decoration: none;
		position: relative;
	}
	#gl-header #head-nav .head-sub-nav > li a::before {
		content:'';
		position: absolute;
		top:calc(8px + .6em);
		left:8px;
		width: 6px;
		height: 6px;
		border-top: solid 2px;
		border-right: solid 2px;
		border-color: #004C99;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#gl-header #head-nav .head-sub-nav > li a:hover {
		color:#333;
	}
	#gl-header #head-search {
		float:none;
		position:relative;
		margin-left:0;
		background-color: #eee;
		padding:10px 2.6%;
		font-size: 93%;
	}
	#gl-header #head-search .search-wrap {
		width:100%;
		position:relative;
		min-height: 32px;
		background-color: #fff;
		border: 1px solid #ccc;  
	}
	#gl-header #head-search .input-txt {
		background-color: #fff;
		padding: 6px 6px 6px 10px; 
		width:90%;
		min-height: 32px;
		font-size:100%;
		color:#000;
	}
	#gl-header #head-search .input-btn {
		position: absolute;  
		top: 0;
		right:0;
		width:32px;
	}
}

/*Page Body
------------------------------------------- */
/*Slider
---------------------------- */
.slidewrapper {
	position:relative;
}
.slidewrapper .arrows {
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left: 0;
	margin:auto;
	height: 1px;
}
.slidewrapper .slick-prev {
	left:10px;
	z-index: 100;
	background:transparent url(../images/btn_top_slide_prev.png) center center no-repeat;
}
.slidewrapper .slick-next {
	right:10px;
	background:transparent url(../images/btn_top_slide_next.png) center center no-repeat;
}
.slidewrapper .slick-prev, .slidewrapper .slick-next {
	width:60px;
 height:60px
}
.slidewrapper .slick-prev:before, .slidewrapper .slick-next:before {
	content:"";
}
.slidewrapper .slide-ctl {
	position:absolute;
	bottom: 0;
	left:0;
	right:0;
	margin:auto;
}
.slidewrapper .slide-ctl:after { content: ""; clear: both; display: block;}
.slidewrapper .slide-ctl button {
	line-height: inherit;
	font-size: 100%;
	color:transparent;
	display: inline-block;
	border: 0;
	cursor: pointer;
	color: transparent;
	background: transparent;
	float: right;
	margin:0 5px 5px 0;
}
.slidewrapper .slide-ctl button:before {
	content: "STOP";
	display: block;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
	border-radius: 4px;
	border:2px solid #ccc;
	background-color: #fff;
	padding:3px 10px;
	color:#004c99;
}
.slidewrapper .slide-ctl button.start:before {
	content: "START";
}
/*slick overwrite*/
.slidewrapper .slick-dots li {
	margin: 0 1px;
}
.slidewrapper .slick-dots li button {
	padding: 0;
}
.slidewrapper .slick-dots li button:before {
 font-size: 12px;
	opacity: .4;
	color: black;
}
.slidewrapper .slick-dots li.slick-active button:before {
	opacity: 1;
 color: #004c99;
}
@media screen and (max-width: 736px) {
	.slidewrapper .arrows {
		width:100%;
	}
	.slidewrapper .slick-prev {
		left:2.6%;
	}
	.slidewrapper .slick-next {
		right:2.6%;
	}
	.slidewrapper .slick-prev, .slidewrapper .slick-next {
		width:40px;
		height:40px;
		background-size: contain;
	}
	.slidewrapper .slide-ctl {
		display:none;
	}
}
/*Main Visual
------------------------------------------- */
#top-mainvisual {
	width:100%;
	/*height:390px;*/
	margin-bottom:10px;
}
#top-mainvisual .slidewrapper .arrows {
	width:1100px;
}
#top-mainvisual .slidewrapper .slick-prev {
	left:-30px;
}
#top-mainvisual .slidewrapper .slick-next {
	right:-30px;
}
#top-mainvisual .link-bnr-list {
 display:table;
 overflow: hidden;
 list-style:none;
 margin:40px auto;
}
#top-mainvisual .link-bnr-list a {
 display:block;
 color:#484848;
 cursor: pointer;
 padding:10px;
 border-radius:4px;
 transition: all .5s;
}
#top-mainvisual .link-bnr-list a:hover {
 text-decoration: none;
 background:#cbebfd url(../images/bg_link_bnr.png) top left repeat;
}
#top-mainvisual .link-bnr-list > li {
 display:table-cell;
 width: 33%;
 padding:0 11px;
 text-align: center;
 position:relative;
}
#top-mainvisual .link-bnr-list > li::before {
 content:'';
 position:absolute;
 left:0;
 top:10px;
 bottom:10px;
 width:1px;
 background-color: #89d2fc;
}
#top-mainvisual .link-bnr-list > li:first-child::before {
 content: none;
}
#top-mainvisual .link-bnr-list .ph {
 vertical-align: middle;
 display:inline-block;
 margin-right: 10px;
}
#top-mainvisual .link-bnr-list .ttl {
 vertical-align: middle;
 display:inline-block;
	border-bottom:1px solid #484848;
	line-height: 1.2;
}
body[lang="en"] #top-mainvisual .link-bnr-list .ttl {
	width:180px;
	border-bottom:none;
	text-align: left;
}
.mainvisual-area {
	width:100%;
	height:470px;
	margin-bottom:10px;
}
@media screen and (max-width: 736px) {
	#top-mainvisual {
		height:auto;
	}
	#top-mainvisual .slidewrapper .arrows {
		width:100%;
	}
	#top-mainvisual .slidewrapper .slick-prev {
		left:2.6%;
	}
	#top-mainvisual .slidewrapper .slick-next {
		right:2.6%;
	}
	#top-mainvisual .link-bnr-list {
		display:block;
		width:auto;
		margin:30px 2.6%;
		border-bottom:1px solid #89d2fc;
	}
	#top-mainvisual .link-bnr-list a {
		display:block;
		color:#484848;
		cursor:default;
		padding:10px;
		border-radius:4px;
		transition:none;
	}
	#top-mainvisual .link-bnr-list a:hover {
		text-decoration: none;
		background:none;
	}
	#top-mainvisual .link-bnr-list > li {
		display:block;
		width: 100%;
		padding:0 11px;
		text-align: left;
		position:relative;
		border-top:1px solid #89d2fc;
	}
	#top-mainvisual .link-bnr-list > li::before {
		content:none;
	}
	.mainvisual-area {
		height:auto;
	}
}
/*page Body
------------------------------------------- */
#bodyarea {
}
#bodyarea:after { content: ""; clear: both; display: block;}
#mainbody{
	width:880px;
	margin-right:20px;
	margin-bottom: 40px;
	float:left;
}
#sidebar {
	width:200px;
	margin-bottom: 100px;
	float:left;
}
@media screen and (max-width: 736px) {
	#mainbody{
		width:100%;
		margin-right:0;
		margin-bottom: 20px;
		padding:0 2.6%;
		float:none;
	}
	#sidebar {
		width:100%;
		margin-bottom: 0;
		float:none;
	}
}
/*Side Bar
------------------------------------------- */
#sidebar .nav-area{}
#sidebar .link-btn {
	margin-bottom:15px;
}
#sidebar .side-bnr li {
	margin-bottom:10px;
	position: relative;
	line-height: 1.2;
}
#sidebar .side-menu-box {
	border-bottom:1px solid #749cc4;
	margin-bottom:10px;
	line-height: 1.2;
}
#sidebar .side-menu-box > dt {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 58px;
	padding:5px 15px 5px 15px;
	border:1px solid #749cc4;
	border-bottom: none;
}
#sidebar .side-menu-box > dd {
	border:1px solid #749cc4;
	border-bottom: none;
	padding:8px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	font-size:1.2rem;
}
#sidebar .side-menu-box > dd.sub-menu-wrap {
	padding:0;
	display:block;
	font-size:inherit;
		border-top: none;
}
#sidebar .side-menu-box > dd .icon {
	width:25px;
	margin-right: 8px;
}
#sidebar .side-menu-box > dd .cont {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
#sidebar .side-menu-box > dd .cont .ttl {
	font-weight: bold;
	display:block;
	margin-bottom: 5px;
}
#sidebar .side-menu-box > dd a {
	color:inherit;
}
#sidebar .side-menu-box > dd a:hover {
	color:#f00;
}
#sidebar .side-menu-box > dd a:hover {
	text-decoration: none;
}
#sidebar .side-cate-menu {
	border-bottom:1px solid #749cc4;
	margin-bottom:10px;
	line-height: 1.2;
	background-color: #fff;
}
#sidebar .side-cate-menu > li {
	border:1px solid #749cc4;
	border-bottom: none;
}
#sidebar .side-cate-menu > li > a {
	display:block;
	padding:10px 20px 10px 15px;
	background:transparent url(../images/ico_arrow_blue_s.png) 180px center no-repeat;
	background-size: auto 9px;
	color:inherit;
	text-decoration: none;
}
#sidebar .side-cate-menu > li > a:hover {
	color:#f00;
}
#sidebar .side-cate-menu > li > a.active {
	color:#ff5400;
}
/*submenu*/
#sidebar .sub-menu {
	width: 100%;
}
#sidebar .sub-menu li {
	font-size:86%;
}
#sidebar .sub-menu li:nth-child(odd){
	background-color: #ddeeff;
}
#sidebar .sub-menu li > a{
	padding:8px 15px;
	display: block;
	color:inherit;
}
#sidebar .sub-menu li > a:hover {
	color:#f00;
}
#sidebar .sub-menu li > a.active {
	color:#ff5400;
}
@media screen and (max-width: 736px) {
	#sidebar .nav-area {
		padding:0 2.6% 10px;
		background-color: #004c99;
	}
	#sidebar .nav-area.top,
	#sidebar > .forcms_block:first-child .nav-area:first-child {
		padding-top:10px;
	}
	#sidebar .nav-area > *:last-child {
		margin-bottom: 0;
	}
	#sidebar .link-btn {
			margin:0 2.6% 15px;
		}
		#sidebar .link-btn a {
			width:100%;
		}
	#sidebar .side-bnr {
		background-color:#fff;
		padding:10px 2.6% 1px;
	}
	#sidebar .side-bnr > li {
		text-align: center;
	}
	#sidebar .side-bnr.sp-2col {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
		-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
	#sidebar .side-bnr.sp-2col > li {
		width:48.7%;
	}
	#sidebar .side-menu-box {
		background-color:#fff;
	}
	#sidebar .side-menu-box > dt {
		padding:15px 2.6%;
		height: auto;
	}
	#sidebar .side-menu-box > dd {
		font-size:1.5rem;
	}
	#sidebar .side-menu-box > dd a:hover {
		color:#333;
	}
	#sidebar .side-menu-box > dd a:hover {
		text-decoration: underline;
	}
	#sidebar .side-cate-menu > li > a {
		display:block;
		padding:15px 20px 15px 2.6%;
		background:transparent url(../images/ico_arrow_blue_s.png) right 10px center no-repeat;
		background-size: auto 9px;
		color:inherit;
		text-decoration: none;
	}
	#sidebar .side-cate-menu > li > a:hover {
		color:#f00;
	}
	/*submenu*/
	#sidebar .sub-menu li {
		font-size:100%;
	}
	#sidebar .sub-menu li > a{
		padding:15px 2.6%;
	}
	#sidebar .sub-menu li > a:hover {
		color:#333;
	}
}
/*Global Footer
------------------------------------------- */
#gl-footer {
	/*margin-top:100px;*/
	padding-bottom: 20px;
	background:#bdf0f3 url(../images/bg_gl_footer.png) left top repeat-x;
}
#gl-footer .container {
	position:relative;
	padding-top: 40px;
}
/*To Page Top Link
--------------- */
#to-pagetop {
	position:absolute;
	top:20px;
	/*width:1210px;*/
	width:100%;
	max-width: 1100px;
	height:1px;
}
#to-pagetop.add-fix {
	position:fixed;
	bottom:10px;
	right:auto;
	top:auto;
}
#to-pagetop a {
	display:block;
	width:80px;
	height:80px;
	position:absolute;
	right:0;
	bottom:0;
}
#gl-footer .upperarea .bnr {
	padding-bottom:40px;
}
#gl-footer .upperarea .bnr:after { content: ""; clear: both; display: block;}
#gl-footer .upperarea .bnr li {
	margin-left:16px;
	float:left;
}
#gl-footer .upperarea .bnr li:first-child {
	margin-left:0;
}
#gl-footer .foot-sub-nav {
	font-size:1.2rem;
}
#gl-footer .foot-sub-nav > li {
	background:transparent url(../images/ico_arrow_blue_s.png) left .3em no-repeat;
	background-size: 8px auto;
	padding-left:14px;
	line-height: 1.2;
	margin-bottom: 10px;
}
#gl-footer .foot-sub-nav > li a {
	color:inherit;
	text-decoration: none;
}
#gl-footer .foot-sub-nav > li a:hover {
	text-decoration: underline;
}
#gl-footer .upperarea.pc-area-flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#gl-footer .upperarea.pc-area-flex .foot-sub-nav {
	width:25%;
	border-left:1px solid #fff;
	padding-left:20px;
}
#gl-footer .midarea {
	position:relative;
	overflow: hidden;
	/*border-top:1px solid #fff;*/
	border-bottom:1px solid #fff;
	padding:23px 0;
	margin-bottom: 20px;
}
#gl-footer .midarea:after { content: ""; clear: both; display: block;}
#gl-footer #foot-nav {
	position: relative;
 left: 50%;
 float: left;
}
#gl-footer #foot-nav:after { content: ""; clear: both; display: block;}
#gl-footer #foot-nav li {
	float:left;
	background:transparent url(../images/ico_arrow_blue_s.png) left center no-repeat;
	background-size: 8px auto;
	padding-left:14px;
	margin-left: 34px;
	line-height: 1.2;
	position: relative;
 left: -50%;
 float: left;
}
#gl-footer #foot-nav li:first-child {
	margin-left:0;
}
#gl-footer #foot-nav li a {
	color:inherit;
	text-decoration: none;
}
#gl-footer #foot-nav li a:hover {
	text-decoration: underline;
}
#gl-footer .lowerarea {
	position: relative;
}
#gl-footer .lowerarea:after { content: ""; clear: both; display: block;}
#gl-footer .lowerarea .l-col {
	border-right:1px solid #666;
	width:300px;
}
#gl-footer .logo {
	margin-top:2px;
	padding-right:44px;
}
#gl-footer .lowerarea .r-col {
	width:800px;
	padding:3px 0 15px 40px;
}
#gl-footer address br.sp {
	display:none;
}
#gl-footer .copyright {
	font-size:71%;
	text-align: right;
	clear: both;
	position:absolute;
	bottom:0;
	right: 0;
}
@media screen and (max-width: 736px) {
	#gl-footer {
		margin-top:30px;
		padding-bottom: 20px;
		background-size: 11% auto;
	}
	#gl-footer .container {
		position:relative;
	}
	/*To Page Top Link
	--------------- */
	#to-pagetop {
		position:absolute;
		top:50px;
		width:100%;
		height:1px;
		z-index: 100;
	}
	#to-pagetop a {
		display:block;
		width:60px;
		height:60px;
		position:absolute;
		right:2.6%;
		bottom:0;
	}
	#gl-footer .upperarea {
		border-top:none;
		border-bottom:none;
		padding:40px 2.6% 0;
		margin: 0;
	}
	#gl-footer .upperarea .bnr {
		display:none;
	}
	#gl-footer .foot-sub-nav {
		font-size:93%;
	}
	#gl-footer .foot-sub-nav > li {
		background:none;
		padding-left:2.6%;
		margin-left: 0;
		line-height: 1.2;
		position:static;
		border-top:1px solid #fff;
		margin-bottom: 0;
	}
	#gl-footer .foot-sub-nav > li a {
		color:inherit;
		text-decoration: none;
		display: block;
		background:transparent url(../images/ico_arrow_blue_s.png) left center no-repeat;
		background-size: 8px auto;
		padding:8px 0 8px 14px;
	}
	#gl-footer .foot-sub-nav > li a:hover {
		text-decoration: none;
	}
	#gl-footer .upperarea.pc-area-flex {
		display:block;
	}
	#gl-footer .upperarea.pc-area-flex .foot-sub-nav {
		width:auto;
		border-left:none;
		padding-left:0;
	}
	#gl-footer .midarea {
		position:relative;
		border-top:none;
		border-bottom:none;
		padding:0 2.6% 25px;
		margin: 0;
	}
	#gl-footer #foot-nav {
		position:static;
		float: none;
	}
	#gl-footer #foot-nav li {
		float:none;
		background:none;
		padding-left:2.6%;
		margin-left: 0;
		font-size: 93%;
		line-height: 1.2;
		position:static;
		border-top:1px solid #fff;
	}
	#gl-footer #foot-nav li:last-child {
		border-bottom:1px solid #fff;
	}
	#gl-footer #foot-nav li a {
		color:inherit;
		text-decoration: none;
		display: block;
		background:transparent url(../images/ico_arrow_blue_s.png) left center no-repeat;
		background-size: 8px auto;
		padding:8px 0 8px 14px;
	}
	#gl-footer #foot-nav li a:hover {
		text-decoration: none;
	}
	#gl-footer #head-lang {
		font-size: 93%;
		line-height: 1.2;
		border-bottom:1px solid #fff;
	}
	#gl-footer #head-lang:after { content: ""; clear: both; display: block;}
	#gl-footer #head-lang dt {
		
		padding:8px 2.6% 8px;
}
	#gl-footer #head-lang dd {
		float:left;
		width: 50%;
		padding:8px 2.6%;
		padding-left:calc(2.6% + 14px);
		background:transparent url(../images/ico_arrow_blue_s.png) 5.2% center no-repeat;
		background-size: 8px auto;
	}
	
	#gl-footer .lowerarea {
		padding:0 2.6%;
	}
	#gl-footer .lowerarea .l-col {
		border-right:none;
		float:none;
		width:auto;
		text-align: center;
		margin: 15px 0;
	}
	#gl-footer .logo {
		margin-top:2px;
		padding-right:0;
	}
	#gl-footer .lowerarea .r-col {
		width:100%;
		padding:0;
		float:none;
		text-align: center;
	}
	#gl-footer address {
		font-size: 93%;
	}
	#gl-footer address br.sp {
		display:inline;
	}
	#gl-footer .copyright {
		font-size:73%;
		text-align: center;
		position:static;
	}
}