@charset "UTF-8";
/* CSS Document */
/*
基本サイズ
w320の場合
8px 	2.5vw;
9px 	2.81vw;
10px 	3.125vw;
11px 	3.4375vw;
12px 	3.75vw;
13px 	4.0625vw;
14px 	4.375vw;
15px 	4.6875vw;
16px 	5vw;
17px 	5.31vw;
18px 	5.63vw;
19px 	5.94vw;
20px 	6.25vw;
21px 	6.56vw;
22px 	6.88vw;
23px 	7.19vw;
24px 	7.5vw;
25px 	7.81vw;
26px 	8.13vw;

基本サイズ 	値
12px 	75%
13px 	82%
14px 	88%
15px 	94%
16px 	100%

基本サイズ12px/75%
表示したいサイズ 	指定する値
10px 	84%
11px 	92%
12px 	100%
13px 	109%
14px 	117%
15px 	125%
16px 	134%
17px 	142%
18px 	150%
19px 	159%
20px 	167%
21px 	175%
22px 	184%
23px 	192%
24px 	200%
25px 	209%
26px 	217%

基本サイズ13px/82%
表示したいサイズ 	指定する値
10px 	77%
11px 	85%
12px 	93%
13px 	100%
14px 	108%
15px 	116%
16px 	124%
17px 	131%
18px 	139%
19px 	147%
20px 	154%
21px 	162%
22px 	170%
23px 	177%
24px 	185%
25px 	193%
26px 	200%

基本サイズ14px/88%
表示したいサイズ 	指定する値
10px 	72%
11px 	79%
12px 	86%
13px 	93%
14px 	100%
15px 	108%
16px 	115%
17px 	122%
18px 	129%
19px 	136%
20px 	143%
21px 	150%
22px 	158%
23px 	165%
24px 	172%
25px 	179%
26px 	186%
*/
/*=======================================
  共　通
=======================================*/
/*SP用共通明朝さわらびフォント
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
font-family: "Sawarabi Mincho", serif;

Google Fonts + 日本語
https://googlefonts.github.io/japanese/
*/

/*=============================
ブラウザ別フォントファイルフォーマット
woff:IE9以降多くのブラウザでサポート（IE8以前はEOT）
opentype:Android4.3など
src: url('xxx.eot'); IE9以上用
src: url('xxx.eot?#iefix') format('embedded-opentype'), IE8以前用
url('xxx.woff') format('woff'), モダンブラウザ用
url('xxx.ttf') format('truetype'); iOS, Android用
url('xxx.otf') format('opentype'); iOS, Android用
=============================*/


/*=============================
源ノ角ゴシック
使うときはhタグのbold解除して、あと太さフォント別にcss用意
=============================*/
/*
@font-face {
	font-family: "SourceHanSans-ExtraLight";
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/SourceHanSans-ExtraLight.woff') format('woff'),
	url('../fonts/SourceHanSans-ExtraLight.otf') format('opentype')
}
@font-face {
	font-family: "SourceHanSans-Regular";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/SourceHanSans-Regular.woff') format('woff'),
	url('../fonts/SourceHanSans-Regular.otf') format('opentype')
}
*/
@font-face {
	font-family: "SourceHanSans-Medium";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/SourceHanSans-Medium.woff') format('woff'),
	url('../fonts/SourceHanSans-Medium.otf') format('opentype')
}
@font-face {
	font-family: "SourceHanSans-Bold";
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/SourceHanSans-Bold.woff') format('woff'),
	url('../fonts/SourceHanSans-Bold.otf') format('opentype')
}


/*=============================
源ノ明朝
使うときはhタグのbold解除して、あと太さフォント別にcss用意
=============================*/
/*
@font-face {
	font-family: "SourceHanSerif-ExtraLight";
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/SourceHanSerif-ExtraLight.woff') format('woff'),
	url('../fonts/SourceHanSerif-ExtraLight.otf') format('opentype')
}
@font-face {
	font-family: "SourceHanSerif-Regular";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/SourceHanSerif-Regular.woff') format('woff'),
	url('../fonts/SourceHanSerif-Regular.otf') format('opentype')
}

@font-face {
	font-family: "SourceHanSerif-Medium";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/SourceHanSerif-Medium.woff') format('woff'),
	url('../fonts/SourceHanSerif-Medium.otf') format('opentype')
}
@font-face {
	font-family: "SourceHanSerif-Bold";
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/SourceHanSerif-Bold.woff') format('woff'),
	url('../fonts/SourceHanSerif-Bold.otf') format('opentype')
}
*/
/*=============================
フォント別太さ指定
=============================*/
/*
.fgwl{font-family: "SourceHanSans-ExtraLight" !important; font-weight: 100 !important;}
.fgwr{font-family: "SourceHanSans-Regular"    !important; font-weight: 400 !important;}
*/
.fgwm{font-family: "SourceHanSans-Medium"     !important; font-weight: 500 !important;}
.fgwb{font-family: "SourceHanSans-Bold"       !important; font-weight: 700 !important;}
.fnum{font-family: 'Rubik', sans-serif        !important; font-weight: 500 !important;}
.fnumb{font-family: 'Rubik', sans-serif        !important; font-weight: 700 !important;}
/*
.fmwl{font-family: "SourceHanSerif-ExtraLight" !important; font-weight: 100 !important;}
.fmwr{font-family: "SourceHanSerif-Regular"    !important; font-weight: 400 !important;}
.fmwm{font-family: "SourceHanSerif-Medium"     !important; font-weight: 500 !important;}
.fmwb{font-family: "SourceHanSerif-Bold"       !important; font-weight: 700 !important;}
*/
/*=============================
ベースはコレbodyに設定
=============================*/
/*
font-family:"SourceHanSans-Regular", sans-serif;
font-weight: 400;
*/


html {
	background:#fff;
	color:#000;
}
body{
	font-size:12px;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500; /*win游ゴシック汚れ対策*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝",serif;*/
	/*HG明朝Eは13pxからアンチエイリアス、ただoffice2000以降が入ってないと表示されない。HG明朝Bもある"
	游明朝はMac*/
	line-height:1.5;
	letter-spacing:0px;
	-webkit-text-size-adjust: 100%;/*スマホ文字拡大対策*/
	min-width: 960px;
	/*テキスト行揃え
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	*/
	/*角丸
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	/*回転
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	*/
	/*アニメーション
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	*/
	/*arrow
	content: '';
	position: absolute;
	top:50%;
	left: 0px;
	margin-top: -4px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #FFF;
	*/
	/*テキストシャドウ
	-moz-text-shadow:0px 0px 3px #666;
	-webkit-text-shadow:0px 0px 3px #666;
	text-shadow:0px 0px 3px #666;
	*/

}
	/*IE10以降に適用されるCSSハック（一応）*/
	/*@media all and (-ms-high-contrast:none){
	}*/
/*
Win10 Edgeは文字余白は他ブラウザと変わらない。
Win7 IE+Win10IEの遊ゴシック余白は同じ。
遊ゴシック対策はIE向けとWin7MSゴシックでOK
*/
/* --A-- */
a {
	cursor:pointer;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.noLink,
a.aTel {
	cursor: default;
}
/* --HEADLINE-- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	max-height: 100%;/*android chrome対策*/
}
/* --OTHER TAGS-- */
p {
	margin-bottom:0;
	text-align:left;
	width:auto;
	max-height: 100%;/*android chrome対策*/
}
em, strong {
	font-weight:bold;
}
/* --clearfix-- */
.clf:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clf{
	display: inline-block;
}
	/* Hides from IE Mac */
	* html .clf{
		height: 1%;
	}
	.clf{
		display:block;
	}
.pcClf:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.pcClf{
	display: inline-block;
}
	/* Hides from IE Mac */
	* html .pcClf{
		height: 1%;
	}
	.pcClf{
		display:block;
	}

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.Fright {float:right;}
.Fleft {float:left;}
.imgRight {float:right; margin:0px 0px 20px 20px ;}
.imgLeft {float:left; margin:0px 20px 20px 0px ;}

#backToTop{
	bottom:20px;
	right: 20px;
	display: none;
	font-family: "SourceHanSans-Bold"!important;
	font-weight: 700 !important;
}
#backToTop a{
	display: block;
	text-decoration: none;
	width: 50px;
	height: 50px;
	color: #1D2080;
	border: 2px solid #1D2080;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: rgba(255,255,255,1.0);
	z-index: 100;
	text-align: center;
}
#backToTop a::after{
	content: '';
	width: 13px;
	height: 13px;
	border-top: 2px solid #1D2080;
	border-left: 2px solid #1D2080;
	position: absolute;
	top:17px;
	left:50%;
	-moz-transform:translateX(-50%) rotate(45deg);
	-webkit-transform:translateX(-50%) rotate(45deg);
	-o-transform:translateX(-50%) rotate(45deg);
	-ms-transform:translateX(-50%) rotate(45deg);
	transform:translateX(-50%) rotate(45deg);
}
#backToTop a span{
	position: absolute;
	left:50%;
	bottom: 10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: 1px;
	line-height: 1.0;
}
#loaderOuter{
	position:fixed;
	width:100%;
	height:100%;
	z-index:499;
	background:#FFF;
}
#loader{
	position: fixed;
	top:50%;
	left:50%;
	z-index:90;
}
.fwb{font-weight: bold !important;}
.fwn{font-weight: normal !important;}
.txtInd{text-indent: -1em;padding-left: 1em;}
.bb1{border-bottom: 1px solid #000;}
.bt1{border-top: 1px solid #000;}
.posRe{position: relative;}
.posAb{position: absolute;}
.posFix{position: fixed;}
.lh2{line-height: 2.0;}
.ls-1{letter-spacing: -1px !important;}
.ls-15{letter-spacing: -1.5px !important;}
.ls-2{letter-spacing: -2px !important;}
.sp{display: none !important;}

/*=============================
  header
=============================*/
header{
	background: #FFF;
	padding: 18px 0 15px;
}
header .inner{
	width: 900px;
	/*height: 80px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

/*gnav
=============================*/
header #gnav{
	position: absolute;
	top:0;
	right: 0;
	-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: column-reverse; /* Safari */
	flex-direction:         column-reverse;
}


/*hBtList*/
header #gnav ul#hBtList{
	-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
	-webkit-justify-content: flex-end; /* Safari */
	justify-content:         flex-end;
	margin-bottom: 20px;
}
header #gnav ul#hBtList li{
	margin-left: 10px;
}
header #gnav ul#hBtList li a{
	display: block;
	font-weight: bold;
	color: #1D2088;
	text-decoration: none;
	position: relative;
}
header #gnav ul#hBtList .bt_contact a {
	height: 22px;
	padding: 0px 18px 0px 10px;
	font-size: 12px;
	line-height: 22px;
	border: 1px solid #1D2088;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
header #gnav ul#hBtList li.bt_contact a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #1D2088;
	border-right: 1px solid #1D2088;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
header #gnav ul#hBtList li.bt_tel{
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #1D2088;
	padding-left: 13px;
	background: url(../images/icon_tel_b.svg) no-repeat left center/auto 16px;
	margin-left: 15px;
	font-family: 'Rubik', sans-serif!important;
	font-weight: 700 !important;
}
header #gnav ul#hBtList li.bt_recruit a{
	display: block;
	background: #242887;
	color: #FFF;
	text-align: center;
	padding: 0.25em 2em 0.25em 1em;
	position: relative;
}
header #gnav ul#hBtList li.bt_recruit a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
header #gnav ul#hBtList li.bt_recruit a span{
	display: inline-block;
	vertical-align: middle;
}
header #gnav ul#hBtList li.bt_recruit a .jp{
	font-size: 14px;
}
header #gnav ul#hBtList li.bt_recruit a .en{
	font-size: 9px;
	margin-left: 1.25em;
}



/*gmenu*/
header #gnav ul#gmenu{
	-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: flex-end; /* Safari */
	justify-content:         flex-end;
	position: relative;
	z-index: 10;
}
header #gnav ul#gmenu a{
	text-decoration: none;
}
header #gnav ul#gmenu > li{
	position: relative;
}
header #gnav ul#gmenu > li:not(.gmenu05)::after{
	content: '';
	position: absolute;
	top:0;
	right:0;
	width: 1px;
	height: 18px;
	background: #1D2088;
}


header #gnav ul#gmenu > li > a{
	display: block;
	color: #1D2088;
	font-weight: bold;
	text-align: center;
	height: 42px;
	padding: 0px 15px;
}
header #gnav ul#gmenu > li.gmenu05 > a{
	padding: 0px 0px 0px 15px;
}
header #gnav ul#gmenu > li > a span{
	display: block;
	line-height: 1.0;
}
header #gnav ul#gmenu > li > a span.jp{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
header #gnav ul#gmenu > li > a span.en{
	font-size: 9px;
	font-family: "SourceHanSans-Bold"!important;
	font-weight: 700 !important;
	letter-spacing: 0.5px;
}


header #gnav ul#gmenu > li > ul.sub{
	position: absolute;
	top:42px;
	left: 50%;
	display: none;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #1D2088;
	padding: 5px 0px;
}
header #gnav ul#gmenu > li > ul.sub a{
	display: block;
	padding: 6px 15px 6px 1.75em;
	position: relative;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.5px;
}
header #gnav ul#gmenu > li > ul.sub a::before{
	content: '';
	position: absolute;
	top:13px;
	left: 12px;
	width: 0;
	height: 0;
	border: 2px solid transparent;
	border-left: 4px solid #FFF;
}

header #gnav ul#gmenu > li > ul.sub > li > ul.sub > li a::before{
	content: '－';
	position: static;
	width: auto;
	height: auto;
	border: none;
}

/*gnavBt
=============================*/
header #gnavBt {
	display: none;
	position: fixed;
	top:0;
	right:0;
	z-index:500;
}
header #gnavBt a{
	display: block;
	width: 70px;
	height: 70px;
	position: relative;
	background:#000;
}
/*▼gnavBtアニメ*/
header #gnavBtBorder{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -1px;
	display: block;
	width: 40px;
	height: 2px;
	background-color: #FFF;
	-webkit-transition: -webkit-transform 0.3s ease, top 0.3s ease;
	transition: transform 0.3s ease, top 0.3s ease;
}
header #gnavBtBorder:before {
	top: -8px;
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s ease, top 0.3s ease, margin 0.2s ease;
	transition: transform 0.3s ease, top 0.3s ease, margin 0.2s ease;
}
header #gnavBtBorder:after {
	top: 8px;
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s ease, top 0.3s ease, margin 0.2s ease;
	transition: transform 0.3s ease, top 0.3s ease, margin 0.2s ease;
}
header #gnavBt a:hover #gnavBtBorder:before {
	margin-top: -3px;
}
header #gnavBt a:hover #gnavBtBorder:after {
	margin-top: 3px;
}
header #gnavBt a.open #gnavBtBorder {
	background: none;
}
header #gnavBt a.open #gnavBtBorder:before {
	top:0 !important;
	margin-top: 0 !important;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
header #gnavBt a.open #gnavBtBorder:after {
	top:0 !important;
	margin-top: 0 !important;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}

#container {
	position: relative;
}
/*=============================
  footer
=============================*/
footer{
	background: #1D2088;
	padding: 20px 0px 15px;
}
footer .inner{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 35px;
}
footer #fnav a{
	color: #FFF;
	text-decoration: none;
}
footer ul.fmenu{
	-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
footer ul.fmenu > li {width: 220px;}
footer ul.fmenu > li:nth-child(4n) {width: 180px;}
footer ul.fmenu > li:nth-child(n+2) {margin-left: 15px;}
footer ul.fmenu > li:nth-child(4n+1) {margin-left: 0;}
/*
footer ul.fmenu > li:nth-child(1){
	width: 220px;
}
footer ul.fmenu > li:nth-child(n+3){
	margin-left: 50px;
}
*/

footer ul.fmenu > li {
	margin-bottom: 15px;
}
footer ul.fmenu > li > a{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
	position: relative;
	padding-left: 14px;
	margin-bottom: 5px;
}
footer ul.fmenu > li > a::before{
	content: '';
	position: absolute;
	top:50%;
	left: 0px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 6px solid #FFF;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


footer ul.sub {
	padding-left: 14px;
}
footer ul.sub li{
	margin-bottom: 3px;
}
footer ul.sub li a{
	display: inline-block;
	text-indent: -0.5em;
	padding-left: 1em;
	margin-bottom: 3px;
	letter-spacing: 1px;
}
footer ul.sub li a::before{
	content: '－';
	display: inline-block;
}


/*hBtList*/
footer #fBtList{margin-bottom: 20px;}
footer #fBtList ul{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
footer #fBtList ul li:nth-child(n+2){
	margin-left: 15px;
}
footer #fBtList ul a {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
footer #fBtList ul li.bt_contact a{
	height: 22px;
	padding: 0px 18px 0px 10px;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 22px;
	border: 1px solid #FFF;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
footer #fBtList ul li.bt_contact a::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right:10px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer #fBtList ul li.bt_tel{
	font-size: 21px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #FFF;
	padding-left: 18px;
	background: url(../images/icon_tel_w.svg) no-repeat left center/auto 18px;
	margin-left: 15px;
	font-family: 'Rubik', sans-serif!important;
	font-weight: 700 !important;
}
footer #fBtList ul li.bt_recruit a {
	display: block;
	background: #FFF;
	color: #242887;
	text-align: center;
	padding: 0.25em 2em 0.25em 1em;
	position: relative;
}

footer #fBtList ul li.bt_recruit a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #242887;
	border-right: 1px solid #242887;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

footer #fBtList ul li.bt_recruit a span {
	display: inline-block;
	vertical-align: middle;
}

footer #fBtList ul li.bt_recruit a .jp {
	font-size: 14px;
}

footer #fBtList ul li.bt_recruit a .en {
	font-size: 9px;
	margin-left: 1.25em;
}

footer #fBtList .time {
  color: #fff;
  text-align:center;
  font-size:15px;
  padding:5px 0 0;
  font-weight:bold;
}


footer #copyRight{
	font-size: 13px;
	color: #FFF;
	letter-spacing: 1.5px;
	text-align: right;
}
/*=============================
  カルーセル
=============================*/
/*
.carouselArea{
	position: relative;
}
.carouselArea .caroufredsel_wrapper {
	overflow: hidden;
}
.carouselArea .carousel img{
	display: block;
	float: left;
}
.carouselArea .prev{
	position: absolute;
	top:205px;
	left:0;
}
.carouselArea .next{
	position: absolute;
	top:205px;
	right:0;
}
.carouselArea .pager {
	text-align: center;
}
.carouselArea .pager a {
	background: url(../images/bt_pager_off.png) no-repeat;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}
.carouselArea .pager a:hover,
.carouselArea .pager a.selected {
	background: url(../images/bt_pager_on.png) no-repeat;
}
*/

/*=============================
  etc
=============================*/
/*上下中央01
.sample6Wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.sample6Wrap .sample6{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100px;
	height: 100px;
}
*/

/*上下中央02（CSS3高さ幅不明で使用可）
.demo p {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
*/

/*ボタン
ul.linkBtList{
	text-align: center;
}
ul.linkBtList li{
	display: inline-block;
	width: 320px;
	height: 60px;
	margin: 0px 30px;
}
ul.linkBtList li:first-child{margin-left: 0;}
ul.linkBtList li:last-child {margin-right: 0;}
ul.linkBtList li a{
	display: block;
	padding: 15px 0px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #006469;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	position: relative;
}*/
	/*IE10以降に適用されるCSSハック（一応）*/
	/*@media all and (-ms-high-contrast:none){
		ul.linkBtList li a{
			padding: 18px 0px 12px 0px;
		}
	}*/

/*三角
ul.linkBtList li a::after{
	content: '';
	position: absolute;
	top:50%;
	right: 15px;
	margin-top: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 8px solid #E5EA0A;
}*/

/*下線付きタイトル
.borderTit{
	font-size: 28px;
	color: #006469;
	padding-bottom: 20px;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}
.borderTit::after{
	content:'';
	position: absolute;
	bottom:0;
	left:50%;
	width: 70px;
	height: 1px;
	background: #666;
	margin-left: -35px;
}*/


