@charset "utf-8";

/* normalize.cssを補うCSS */
html {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","游ゴシック体","Yu Gothic",YuGothic,verdana,"メイリオ","Meiryo","Osaka",sans-serif;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
}
html.ie8 {
	font-size:62.5%;
}
@media screen and (min-width:640px) {
	html {
		font-size:62.5%;
	}
}
input,select,button,textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	padding: 0;
	outline: none;
	border:none;
}
button,select {
	cursor:pointer;
}
select::-ms-expand {
	display: none;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,figure {
	margin:0;
	padding:0;
}
img {
	-ms-interpolation-mode:bicubic;
}
body {
	font-size:12px;
	font-size:1.2rem;
	line-height:1.30;
	background-color: #000000;
}
a {
	outline:none;
	text-decoration:none;
}
li {
	list-style:none;
}

/* {LOADING画面} */
#loader {
	width: 256px;
	height: 256px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -128px; /* heightの半分のマイナス値 */
	margin-left: -128px; /* widthの半分のマイナス値 */
	z-index: 100;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}



/* [data-backgroundsize] */
[data-backgroundsize] {
	overflow: hidden;
	background-image: none;
	position: relative;
	font-size: 0;
	
	padding-top: 66.66666%/*値を自由に変更*/;
}
html.backgroundsize [data-backgroundsize] {
	background-position: center;
	background-repeat: no-repeat;
}
html.backgroundsize [data-backgroundsize="cover"] {
	-webkit-background-size: cover;
	background-size: cover;
}
html.backgroundsize [data-backgroundsize="contain"] {
	-webkit-background-size: contain;
	background-size: contain;
}
[data-backgroundsize] > img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
html.backgroundsize [data-backgroundsize] > img {
	display: none!important;
}

/* [data-src] */
[data-src] {
	-webkit-background-size: 30px 30px!important;
	background-size: 30px 30px!important;
	background-image: url(../img/loading_black.gif);
	background-repeat: no-repeat;
	background-position: center;
}
html.no-backgroundsize [data-src] {
	background-image: url(../img/loading_black_no-backgroundsize.gif);
}
[data-src-black] {
	background-image: url(../img/loading_white.gif);
}
html.no-backgroundsize [data-src-black] {
	background-image: url(../img/loading_white_no-backgroundsize.gif);
}
.touchevents [data-sc-desktop] {
	display: none!important;
}
.no-touchevents [data-sc-touch] {
	display: none!important;
}

/* 共通CSS */

body[data-pageflg="2"] {
	text-align: center;
	font-size: 0;
}

/* hover01 */
.no-touchevents .hover01 {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.no-touchevents .hover01:hover {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	filter: brightness(1.2);
}

/* hover02 */
.no-touchevents .hover02,
.no-touchevents .hover02 > *{
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

/* loading */
[data-loadfile-area="0"] [data-loadfile] {
	background-image: url(../img/loading_black.gif)!important;
	-webkit-background-size: 30px 30px!important;
	background-size: 30px 30px!important;
	background-repeat: no-repeat!important;
}

/* headerArea */
.headerArea {
	font-size: 0;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.touchevents body[data-pageflg="2"] .headerArea {
	display: none !important;
}
.headerArea.fixed {
	top: 0 !important;
}
@media print, screen and (max-width:640px) {
	.headerArea {
		top: 0 !important;
	}
}

/* headerArea row01 */
.headerArea .row01 {
	background-color: #002f56;
	height: 100px;
	padding: 0 3%;
	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.headerArea.fixed .row01 {
	height: 100px;
}
.headerArea .row01 > .in{
	max-width: 1080px;
	margin: auto;
	height: 100%;
	display: block !important;
}
.headerArea .row01 .left {
	float: left;
	height: 100%;
}
.headerArea .row01 .left:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.headerArea .row01 .left .logo {
	display: inline-block;
	vertical-align: middle;
}
.headerArea .row01 .left .logo img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .headerArea .row01 .left .logo:hover img {
	opacity: 0.6;
}
.headerArea.fixed .row01 .left .logo img {
	width: 236px;
	height: auto;
}
.headerArea .row01 .right {
	float: right;
	height: 100%;
}
.headerArea .row01 .right:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.headerArea .links03 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.headerArea .links03 a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	border: 1px solid #5D6E60;
}
.no-touchevents .headerArea .links03 a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .headerArea .links03 a:hover {
	border: 1px solid #D6D6D6;
}
.headerArea .links03 a + a {
	margin-left: 15px;
}
.headerArea .links03 a span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFF;
}
.headerArea .tel {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
	text-align: left;
}
.headerArea .tel dt {
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
	margin-bottom: 5px;
	letter-spacing: -1px;
}
.headerArea .snslinks {
	display: inline-block;
	vertical-align: middle;
}
.headerArea .snslinks a {
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	border: 1px solid #FFF;
}
.headerArea .snslinks a + a {
	margin-left: 16px;
}
.no-touchevents .headerArea .snslinks a,
.no-touchevents .headerArea .snslinks a path {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .headerArea .snslinks a:hover {
	background-color: #FFF;
}
.no-touchevents .headerArea .snslinks a:hover path {
	fill:#000;
}
@media screen and (max-width:1060px) and (min-width:640px) {
	.headerArea .links03 a + a {
		margin-left: 7px;
	}
	.headerArea .links03 {
		margin-right: 10px;
	}
	.headerArea .tel {
		margin-right: 15px;
	}
	.headerArea .tel dt {
		font-size: 11px;
    	font-size: 1.1rem;
	}
	.headerArea .snslinks a + a {
		margin-left: 8px;
	}
	.headerArea .links03 a span {
    	font-size: 12px;
    	font-size: 1.2rem;
	}
	.headerArea .links03 a {
		padding: 2px 7px;
	}
}

@media screen and (max-width:900px) and (min-width:640px) {
	.headerArea .links03 a {
    	display: block;
	}
	.headerArea .links03 a + a {
		margin-top: 5px;
		margin-left: 0;
	}
	.headerArea .tel dt {
		font-size: 10px;
    	font-size: 1.0rem;
	}
	.headerArea .left .logo {
		display: inline-block;
		vertical-align: middle;
	}
	.headerArea .left .logo img {
		width: 180px;
		height: auto;
	}
	.headerArea.fixed .in .left .logo img {
		width: 140px;
	}
}

@media print, screen and (max-width:640px) {
	.headerArea .row01 {
		height: 50px;
	}
	.headerArea > .in{
		display: none;
	}
	.headerArea {
		height: 50px;
	}
	.headerArea .tel {
		margin-right: 15px;
	}
	.headerArea .tel dt {
		font-size: 10px;
    	font-size: 1.0rem;
	}
	.headerArea .left .logo img {
		width: auto;
		height: 40px;
	}
	.headerArea .menuBtn {
		width: 60px;
		height: 50px;
		position: absolute;
		z-index: 1000;
		right: 0;
		top: 0;
		
		-webkit-transition: background-color 0.4s;
		-moz-transition: background-color 0.4s;
		-ms-transition: background-color 0.4s;
		-o-transition: background-color 0.4s;
		transition: background-color 0.4s;
	}
	.headerArea .menuBtn.on {
		background-color: #3C3C3C;
	}
	.headerArea .menuBtn.on:after {
		background-color: #3C3C3C;
	}
	.headerArea .menuBtn .open > * {
		height: 4px;
		background-color: #FFF;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		
		width: 25px;
		
		-webkit-transition: width 0.4s;
		-moz-transition: width 0.4s;
		-ms-transition: width 0.4s;
		-o-transition: width 0.4s;
		transition: width 0.4s;
	}
	.headerArea .menuBtn.on .open > * {
		width: 0;
	}
	.headerArea .menuBtn .open .bar1 {
		top: -16px;
	}
	.headerArea .menuBtn .open .bar3 {
		top: 16px;
	}
	.headerArea .menuBtn .close > * {
		height: 4px;
		background-color: #FFF;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		
		-webkit-transition: width 0.4s;
		-moz-transition: width 0.4s;
		-ms-transition: width 0.4s;
		-o-transition: width 0.4s;
		transition: width 0.4s;
	}
	.headerArea .menuBtn .close .bar1 {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.headerArea .menuBtn .close .bar2 {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.headerArea .menuBtn.on .close > * {
		width: 30px;
	}
	.headerArea .menuBtn .close > * {
		width: 0;
	}
	.headerArea .nav .links span {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1;
	}
	.headerArea .nav .links li + li span:before {
		display: none;
	}
	.headerArea .links03 {
		display: block;
		margin-right: 0;
		margin-bottom: 6%;
	}
	.headerArea .links03 a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 45%;
		padding-left: 0;
		padding-right: 0;
	}
	.headerArea .links03 a + a {
		margin-left: 3%;
	}
	.headerArea .links03 a span {
		font-size: 12px;
    	font-size: 1.2rem;
	}
}

/* headerArea nav */
.headerArea .nav {
	background-color: #113960;
	position: relative;
}
.headerArea .nav > .in {
	max-width: 1180px;
	margin: auto;
}
.headerArea .nav #normal {
	height: 100%;
}
.headerArea .nav #normal li {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	position: relative;
}
.headerArea .nav #normal li + li span:before {
	content: '/';
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFF;
	position: absolute;
	left: -19px;
	margin: auto;
}
.headerArea .nav #normal a {
	display: inline-block;
	height: 100%;
	padding: 0 17px;
}
.headerArea .nav #normal li:first-child a {
	padding-left: 0;
}
.headerArea .nav #normal li:last-child a {
	padding-right: 0;
}
.headerArea .nav #normal span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFF;
	position: relative;
}
.headerArea.fixed .nav #normal span {
    line-height: 1;
}
.headerArea .nav #normal a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.headerArea .nav #normal a span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
	opacity: 0;
}
.no-touchevents .headerArea .nav #normal a span:after,
.touchevents .headerArea .nav .links li.on a span:after {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.no-touchevents .headerArea .nav #normal a:hover span:after,
.headerArea .nav .links li.on a:hover span:after {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}


@media screen and (max-width:1190px) and (min-width:640px) {
	
	.headerArea .nav #normal li + li span:before {
		left: -15px;
	}
	.headerArea .nav #normal a {
		padding: 0px 12px;
	}
	.headerArea .nav #normal span {
		font-size: 12px;
		font-size: 1.2rem;
	}
}


@media screen and (max-width:1070px) and (min-width:640px) {
	.headerArea .nav #normal span {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.headerArea .nav #normal a {
		padding: 0px 7px;
	}
	.headerArea .nav #normal li + li span:before {
		font-size: 10px;
		font-size: 1.0rem;
		left: -12px;
		top: 2px;
	}
}


@media screen and (max-width:960px) and (min-width:640px) {
	.headerArea .nav #normal li + li span:before {
		font-size: 8px;
		font-size: 0.8rem;
		top: 50%;
		bottom: 50%;
		margin-top: -5px;
		left: -8px;
	}
}


@media screen and (min-width:641px) {
	.headerArea .nav > .in {
		display: block !important;
		height: 56px!important;
	}
	.headerArea.fixed .nav > .in {
		height: 56px!important;
	}
}


@media print, screen and (max-width:640px) {
	.headerArea .nav > .in {
		padding-bottom: 9%;
		position: fixed;
		bottom: 0;
		top: 50px;
		overflow-y: auto;
		-webkit-overflow-scrolling:touch;
		background-color: #304634;
		
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
		-ms-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
	}
	.csspointerevents .headerArea .nav > .in {
		pointer-events: none;
	}
	.no-csspointerevents .headerArea .nav > .in {
		display: none;
	}
	.headerArea .nav > .in.on {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	.csspointerevents .headerArea .nav > .in.on {
		pointer-events: auto;
	}
	.no-csspointerevents .headerArea .nav > .in.on {
		display: block;
	}
	.headerArea .nav.fixed {
		top: 0!important;
	}
	.headerArea .nav #normal {
    	height: auto;
		margin-bottom: 5%;
	}
	.headerArea .nav #normal li {
		width: 100%;
		height: 40px;
		border-bottom: 1px solid #3D5341;
	}
	.headerArea .nav #normal li:first-chlid {
		border-top: 1px solid #3D5341;
	} 
	.headerArea .nav #normal a {
		padding: 0;
		width: 94%;
		display: block;
		margin: auto;
		text-align: left;
		position: relative;
	}
	.headerArea .nav #normal a:after {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		border-bottom: 1px solid #FFF;
		border-right: 1px solid #FFF;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.headerArea .nav #normal span {
		font-size: 10px;
		font-size: 1rem;
		line-height: 1;
	}
	.headerArea .links03 a {
		border: 1px solid #8D9E90;
	}
	.headerArea .nav #normal li ul.dropmenu{
		display: none;
	}
}
.headerArea .nav #normal li ul.dropmenu{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.headerArea .nav #normal li ul.dropmenu li{
  overflow: hidden;
  text-align: left;
  height: 0;
padding:0;
  transition:0.2s;
}
.headerArea .nav #normal li:hover ul.dropmenu li{
  overflow: visible;
  height: 54px;
padding:0;
}
.headerArea .nav #normal li ul.dropmenu li a{
display:block;
font-size:1.3rem;
color:#fff;
  width: 200px;
  padding: 0px 15px;
  border-top: 1px solid #5d6e60;
  background: #113960;
  text-align: left;
}
.headerArea .nav #normal li ul.dropmenu li:hover > a{
  background: #002f56;
}
.headerArea .nav #normal li ul.dropmenu li a:hover{
  background: #002f56;
}
/*
.headerArea .nav #normal li ul.dropmenu li{
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .2s;
}
.headerArea .nav #normal li:hover ul.dropmenu li{
  overflow: visible;
  width: 100%;
  height: 38px;
}
*/
/*

.headerArea .nav .links {
	height: 100%;
}
.headerArea .nav .links li {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	position: relative;
}
.headerArea .nav .links li + li span:before {
	content: '/';
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFF;
	position: absolute;
	left: -19px;
	margin: auto;
}
.headerArea .nav .links a {
	display: inline-block;
	height: 100%;
	padding: 0 17px;
}
.headerArea .nav .links li:first-child a {
	padding-left: 0;
}
.headerArea .nav .links li:last-child a {
	padding-right: 0;
}
.headerArea .nav .links span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFF;
	position: relative;
}
.headerArea.fixed .nav .links span {
    line-height: 1;
}
.headerArea .nav .links a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.headerArea .nav .links a span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
	opacity: 0;
}
.no-touchevents .headerArea .nav .links a span:after,
.touchevents .headerArea .nav .links li.on a span:after {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.no-touchevents .headerArea .nav .links a:hover span:after,
.headerArea .nav .links li.on a:hover span:after {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
@media screen and (max-width:1190px) and (min-width:640px) {
	
	.headerArea .nav .links li + li span:before {
		left: -15px;
	}
	.headerArea .nav .links a {
		padding: 0px 12px;
	}
	.headerArea .nav .links span {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width:1070px) and (min-width:640px) {
	.headerArea .nav .links span {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.headerArea .nav .links a {
		padding: 0px 7px;
	}
	.headerArea .nav .links li + li span:before {
		font-size: 10px;
		font-size: 1.0rem;
		left: -12px;
		top: 2px;
	}
}
@media screen and (max-width:960px) and (min-width:640px) {
	.headerArea .nav .links li + li span:before {
		font-size: 8px;
		font-size: 0.8rem;
		top: 50%;
		bottom: 50%;
		margin-top: -5px;
		left: -8px;
	}
}
@media screen and (min-width:641px) {
	.headerArea .nav > .in {
		display: block !important;
		height: 56px!important;
	}
	.headerArea.fixed .nav > .in {
		height: 40px!important;
	}
}
@media print, screen and (max-width:640px) {
	.headerArea .nav > .in {
		padding-bottom: 9%;
		position: fixed;
		bottom: 0;
		top: 50px;
		overflow-y: auto;
		-webkit-overflow-scrolling:touch;
		background-color: #304634;
		
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
		-ms-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
	}
	.csspointerevents .headerArea .nav > .in {
		pointer-events: none;
	}
	.no-csspointerevents .headerArea .nav > .in {
		display: none;
	}
	.headerArea .nav > .in.on {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	.csspointerevents .headerArea .nav > .in.on {
		pointer-events: auto;
	}
	.no-csspointerevents .headerArea .nav > .in.on {
		display: block;
	}
	.headerArea .nav.fixed {
		top: 0!important;
	}
	.headerArea .nav .links {
    	height: auto;
		margin-bottom: 5%;
	}
	.headerArea .nav .links li {
		width: 100%;
		height: 40px;
		border-bottom: 1px solid #3D5341;
	}
	.headerArea .nav .links li:first-chlid {
		border-top: 1px solid #3D5341;
	} 
	.headerArea .nav .links a {
		padding: 0;
		width: 94%;
		display: block;
		margin: auto;
		text-align: left;
		position: relative;
	}
	.headerArea .nav .links a:after {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		border-bottom: 1px solid #FFF;
		border-right: 1px solid #FFF;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.headerArea .nav .links span {
		font-size: 10px;
		font-size: 1rem;
		line-height: 1;
	}
	.headerArea .links03 a {
		border: 1px solid #8D9E90;
	}
}
*/


/* subnavArea */
.subnavArea {
	background-color: #FAFAFA;
	height: 40px;
	text-align: left;
	font-size: 0;
	padding: 0 3%;
	position: relative;
}
.headerArea.fixed .subnavArea {
	top: 0 !important;
}
.subnavArea ul {
	max-width: 1080px;
	margin: auto;
	height: 100%;
}
.subnavArea li {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.subnavArea a {
	height: 100%;
	display: block;
	padding-left: 15px;
}
.subnavArea li:first-child a {
	padding-left: 0;
}
.subnavArea a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.subnavArea span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
	color: #000;
	position: relative;
}
.subnavArea span:before {
	content: '>';
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	margin-top: -1px;
	position: absolute;
	left: -15px;
}
.subnavArea a[href] span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
	opacity: 0;
}
.no-touchevents .subnavArea span:after {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .subnavArea a:hover span:after {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}
.subnavArea li:first-child span:before {
	display: none;
}
@media print, screen and (max-width:640px) {
	.subnavArea {
		display: none;
	}
}

/* footerArea */
/*.footerArea {
	padding: 50px 3% 60px;
	background-color: #002f56;
	text-align: center;
	font-size: 0;
}*/
.footerArea {
	padding: 50px 0 0 0;
	background-color: #002f56;
	text-align: center;
	font-size: 0;
}
.footerArea .copy{
	width: 100%;
	margin: 60px 0 0 0;
	padding: 15px 0;
	background-color: #052243;
	text-align: center;
	font-size: 12px;
	color:#fff;
}
.touchevents body[data-pageflg="2"] .footerArea {
	display: none !important;
}
.footerArea .row01 {
	max-width: 1180px;
	margin: auto;
	text-align: left;
}
.footerArea .row01 .facebook {
	display: inline-block;
	vertical-align: top;
	max-width: 450px;
	margin-bottom: 60px;
}
.footerArea .row01 .facebook dt {
	margin-bottom: 17px;
}
.footerArea .row01 .facebook .txt01 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFF;
	margin-bottom: 17px;
	display: block;
	text-align: left;
}
.footerArea .row01 .facebook .link {
	border: 2px solid #FFF;
	padding: 10px 0;
	display: block;
	text-align: center;
}
.no-touchevents .footerArea .row01 .facebook .link:hover {
	background-color: #fff;
}
.no-touchevents .footerArea .row01 .facebook .link:hover span {
	color: #000;
}
.footerArea .row01 .facebook .link span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFF;
}
.footerArea .row01 .fb-pageWrap {
	display: inline-block;
	vertical-align: top;
	height:250px;
	overflow:hidden;
	margin-bottom: 35px;
	float: right;
}
/*
.footerArea .row01 #fb_canvas {
float:right;
	width:500px;
	height:250px!important;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	overflow:hidden;
}
.footerArea .row01 #fb_canvas .fb-page {
	margin: 0 auto;
	padding: 0;
}
*/
.footerArea .row01:after{
	content: '';
	display: block;
	clear: both;
}
.footerArea .row02 {
	max-width: 1180px;
	margin: auto;
}
.footerArea .row02 .logo {
	margin-bottom: 16px;
	display: inline-block;
}
.no-touchevents .footerArea .row02 .logo {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .footerArea .row02 .logo:hover {
	opacity: 0.6;
}
	.footerArea .subnavi-f {
		width: 400px;
		margin: 40px auto;
	}
	.footerArea .subnavi-f ul li {
		display: inline-block;
		margin: 0 20px;
	}
	.footerArea .subnavi-f ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		font-size: 1.5rem;
		color: #ffffff;
	}
	.footerArea .subnavi-f ul li a:hover {
		text-decoration: underline;
	}
.footerArea .row02 .copyright {
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFF;
}
@media screen and (max-width:840px) {
	.footerArea .row01 {
		text-align: center;
	}
	.footerArea .row01 .fb-pageWrap {
		float: none;
	}
}
@media screen and (max-width:640px) {
	.footerArea {
		padding: 10% 10% 12%;
	}
	.footerArea .row01 .facebook .txt01 {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.footerArea .row01 .facebook {
		margin-bottom: 12%;
	}
	.footerArea .row02 {
		width: 100%;
	}
	.footerArea .row02 .logo {
		display: block;
		width: 100%;
		height: auto;
	}
	.footerArea .row02 .logo img {
		width: 100%!important;
		height: auto;
	}
	.footerArea .subnavi-f {
		width: 100%;
	}
	.footerArea .subnavi-f ul li {
		display: inline-block;
		width: 50%;
		margin: 0;
	}
	.footerArea .subnavi-f ul li a {
		display: block;
		width: 100%;
		font-size: 12px;
		font-size: 1.2rem;
		color: #ffffff;
	}
	.footerArea .subnavi-f ul li a:hover {
		text-decoration: underline;
	}
	.footerArea .copy {
		font-size: 9px;
		font-size: 0.9rem;
	}
	.footerArea .row01 .facebook .link span {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.footerArea .row01 .fb-pageWrap {
		float: none;
		width:100%;
	}
	.footerArea .row01 #fb_canvas {
		width:90%;
		height:300px!important;
		margin: 0 auto;
		padding: 0;
		text-align:center;
		overflow:hidden;
	}
	.footerArea .row01 #fb_canvas .fb-page {
		margin: 0 auto;
		padding: 0;
	}
}

/* footerArea spPullUplink */
@media screen and (max-width:640px) {
	.spPullUplink {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #243B28;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-ms-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
		z-index: 990;
	}
	.spPullUplink.enable {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
	.spPullUplink .link {
		position: relative;
	}
	.spPullUplink .link:after {
		content: '';
		display: block;
		left: 50%;
		top: 0;
		position: absolute;
		height: 100%;
		border-right: 1px solid #3D5341;
	}
	.spPullUplink .link a {
		display: inline-block;
		width: 49.999%;
		height: 50px;
		position: relative;
	}
	.spPullUplink .link a:after {
		content: '';
		display: block;
		position: absolute;
		width: 5px;
		height: 5px;
		border-right: 1px solid #FFF;
		border-top: 1px solid #FFF;
		position: absolute;
		bottom: 0;
		top: 0;
		right: 10px;
		margin: auto;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.spPullUplink .link a:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	.spPullUplink .link a img {
		width: 70%;
		display: inline-block;
		vertical-align: middle;
		margin-left: -5%;
	}
	.spPullUplink .fair span {
		font-size: 12px;
		font-size: 1.2rem;
		color: #FFF;
		display: inline-block;
		vertical-align: middle;
		margin-left: -5%;
	}
}

/* footerArea pageTopBtn */
.pageTopBtn {
	background-color: #232323;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	z-index: 100;
	opacity: 0;
	display: none;
}
.pageTopBtn:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.no-touchevents .pageTopBtn:hover {
	background-color: #FFF;
}
.no-touchevents .pageTopBtn:hover:after {
	border-left: 2px solid #232323;
	border-top: 2px solid #232323;
}
.no-touchevents .pageTopBtn {
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.no-touchevents .pageTopBtn:after {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.no-touchevents .pageTopBtn:hover:after {
	top: 0;
}
@media print, screen and (max-width:640px) {
	.pageTopBtn {
		position: absolute;
		bottom: 100%;
		right: 0;
		width: 50px;
		height: 50px;
	}
}

/* commontitle01 */
.commontitle01 {
	font-size: 0;
	text-align: center;
	height: 156px;
	padding: 0 3%;
	position: relative;
	background-color: #fff;
	margin-bottom: 40px;
}
body.top .commontitle01 {
	margin-bottom: 0;
}
.commontitle01:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #CFCFCF;
}
.commontitle01 > .in{
	display: inline-block;
	vertical-align: middle;
	max-width: 1080px;
	margin: auto;
}
.commontitle01:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.commontitle01 .txt01 {
	display: block;
	padding-bottom: 5px;
}
.commontitle01 .txt01 img {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
@media print, screen and (max-width:640px) {
	.commontitle01 {
		margin-bottom: 0;
	}
	.commontitle01 {
		height: 126px;
	}
	.commontitle01 .txt01 img {
		height: auto;
		width: 100%;
		margin:auto;
	}
	.commontitle01 .txt02 {
		height: 15px;
		width: auto;
	}
}

/* commonBtn01 */
.commonBtn01 {
	width: 40px;
	height: 40px;
	background-color: #000;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.commonBtn01.type01 {
	width: 50px;
	height: 50px;
}
.commonBtn01:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.commonBtn01:before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	bottom: -20px;
	right: -20px;
	left: -20px;
	background-color: rgba(0,0,0,0);
}
.no-touchevents .commonBtn01,
.no-touchevents .commonBtn01:after {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.commonBtn01.prev:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 5px;
}
.commonBtn01.next:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 5px;
}
.no-touchevents .commonBtn01:hover {
	background-color: #FFFFFF;
}
.no-touchevents .commonBtn01:hover:after {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.no-touchevents .commonBtn01.prev:hover:after {
	left: 0;
}
.no-touchevents .commonBtn01.next:hover:after {
	right: 0;
}

/* commonBtn02 */
.commonBtn02 {
	background-color: #212121;
	color: #FFF;
	border: 2px solid #212121;
}
.no-touchevents .commonBtn02 {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .commonBtn02:hover {
	background-color: #FFF;
	color: #212121;
}

/* commonBtn03 */
.commonBtn03 {
	border: 2px solid #212121;
	background-color: #FFF;
	color: #212121;
}
.no-touchevents .commonBtn03 {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .commonBtn03:hover {
	background-color: #212121;
	color: #FFF;
}

/* commonBtn04 */
.commonBtn04 {
	border: 2px solid #FFF;
	color: #FFF;
}
.no-touchevents .commonBtn04 {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .commonBtn04:hover {
	background-color: #fff;
	color: #000;
}

/* commonBtn05 */
.commonBtn05 {
	border: 2px solid #002f56;
	background-color: #002f56;
	color: #fff;
}
.no-touchevents .commonBtn05 {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .commonBtn05:hover {
	background-color: #fff;
	color: #002f56;
}


/* 印刷CSS */
@media print {
}

.mainArea {
	margin-top: 156px;
}
body[data-pageflg="2"] {
	background-color: #252525;
}
body[data-pageflg="2"] .mainArea {
	margin-top: 196px;
}
body.top .mainArea {
	margin-top: 0;
}


@media print, screen and (max-width:640px) {
	.mainArea {
		margin-top: 50px!important;
	}
}
.touchevents body[data-pageflg="2"] .mainArea {
	margin-top: 0!important;
}

/* 961px以上 */
@media screen and (min-width:961px) {
	[data-sc-tab_sp] {
		display:none!important;
	}
	[data-sc-onlyTab] {
		display:none!important;
	}
	[data-sc-tab] {
		display:none!important;
	}
}
/* 641px以上 */
@media print, screen and (min-width:641px) {
	[data-sc-sp] {
		display:none!important;
	}
}

/* 960px以下 */
@media screen and (max-width:960px) {
	[data-sc-onlyPc] {
		display:none !important;
	}
}

/* 640px以下 */
@media screen and (max-width:640px) {
	[data-sc-pc] {
		display:none!important;
	}
	[data-sc-onlyTab] {
		display:none!important;
	}
	[data-sc-tab] {
		display:none!important;
	}
	img {
		height: auto;
	}
}




/* ftbtm */
.ftbtm {
clear:both;
	font-size: 0;
	text-align: center;
	background:#f2f2f2;
}
.ftbtm > .in {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.ftbtm .areaHeader {
	height: 480px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
.ftbtm .areaHeader .title01 img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
@media print, screen and (max-width:960px) {
	.ftbtm .areaHeader {
		height: 0;
		padding-top: 45%;
	}
}
@media print, screen and (max-width:640px) {
	.ftbtm {
		clear:both;
		font-size: 0;
		text-align: center;
		background:#f2f2f2;
	}
	.ftbtm > .in {
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		background-repeat: repeat;
		height: auto;
	}
	.ftbtm .areaHeader {
		padding-top: 75%;
	}
	.ftbtm .areaHeader .title01 img {
		height: 94px;
		width: auto;
	}
}

/* art27 */
.art27 {
	background:#000;
	overflow: hidden;
	margin: 0;
	padding:100px 0 100px 0;
}
.art27 .content01 {
	padding: 0px 2%;
}
.art27 .content01 > .in {
	max-width: 1280px;
	margin: auto;
}
.art27 .content01 .title01 {
	margin-bottom: 46px;
}
.art27 .content01 .caption01 {
	margin:0 0 40px 0;
}
.art27 .content01 .caption01 span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	line-height: 3.2rem;
	color: #434343;
}
.art27 .content01 .caption01 span + span {
	margin-top: 36px;
}
.art27 .content01 .voiceArea {
	position: relative;
}
.art27 .content01 .voiceArea .content li {
	width: 290px;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}
.art27 .content01 .voiceArea .content a {
	display: block;
	width: 290px;
	height: 100px;
	padding: 0;
	position: relative;
	text-align: left;
	border: 2px solid #000;
	overflow: hidden;
}
.art27 .content01 .voiceArea .content a:hover {
	border: 2px solid #8c97cb;
}
.art27 .content01 .voiceArea .content img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0 auto;
}
.art27 .content01 .voiceArea .content img.noimage {
	background-image: url(../common/img/logo01.png);
	-webkit-background-size: 80% auto;
	background-size: 80% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #A8A8A8;
}
.art27 .content01 .voiceArea .content .caption01 {
	font-size: 13px;
	font-size: 1.3rem;
	color: #424242;
	line-height: 20.8px;
	line-height: 2.08rem;
	margin-bottom: 11px;
}
.art27 .content01 .voiceArea .content .caption02 {
	text-align: right;
	font-size: 13px;
	font-size: 1.3rem;
	color: #424242;
	line-height: 20.8px;
	line-height: 2.08rem;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.art27 .content01 .voiceArea .content .caption02:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: scaleY(0.5) rotate(45deg);
	-moz-transform: scaleY(0.5) rotate(45deg);
	-ms-transform: scaleY(0.5) rotate(45deg);
	-o-transform: scaleY(0.5) rotate(45deg);
	transform: scaleY(0.5) rotate(45deg);
	position: relative;
	top: -1px;
}
.art27 .content01 .link01 {
	padding: 11px 0;
	display: block;
}
.art27 .content01 .link01 span {
	font-size: 14px;
	font-size: 1.4rem;
}


@media print, screen and (max-width:640px) {
	.art27 {
		background:#000;
		overflow: hidden;
		margin: 0;
		padding:100px 0 100px 0;
	}
	.art27 .content01 {
		padding: 0px 2%;
	}
	.art27 .content01 > .in {
		max-width: 1280px;
		margin: auto;
	}
	.art27 .content01 .title01 {
		margin-bottom: 46px;
	}
	.art27 .topCommonTitle01 {
		width:100%;
		margin-bottom: 11%;
	}
	.art27 .topCommonTitle01 h3.title01 {
		margin: 0;
		padding: 0;
	}
	.art27 .topCommonTitle01 h3.title01 img {
		width:auto;
		height:120px!important;
	}
}


/*---------- for SLIDER ----------*/
.art27 .content01 div.bx-wrapper{
	overflow:hidden;
	width:100% !important;
	height:100px;
}
.art27 .content01 div.bx-window{
	margin:0 auto !important;
	overflow: visible !important;
}
.art27 .content01 .slider{
	width:100%;
	margin:0 auto;
	padding:0;
}
.art27 .content01 .slider a{
	display:block;
	width:327px;
	height:100px;
	margin:0;
	padding:0;
	text-align:center;
}
.art27 .content01 .slider img{
	width:290px;
	margin:0 37px 0 0;
	padding:0;
	text-align:center;
}


/*========== PRエリアのバナースライダー ==========*/

/* スライドショー */
.art27 .content01 #slider {
    overflow:hidden;
    position:relative;
    width:100%;
}
.art27 .content01 #sliderInner {
    position:relative;
    left:50%;
    width:3040px;
    margin-left:-1520px;
}
.art27 .content01 #sliderInner li {
    width:290px;
}
.art27 .content01 #sliderInner li a{
	display:block;
	width:290px;
	height:100px;
	margin:0;
	padding:0;
}
.art27 .content01 #slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:1001px;
    height:372px;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
}
.art27 .content01 #slideFilterL {
    left:0;
}
.art27 .content01 #slideFilterR {
    right:0;
}
.art27 .content01 .bx-wrapper {
    margin:0 auto;
    position:relative;
}
.art27 .content01 .bx-wrapper .bx-pager {
    margin:0 auto;
    width:1000px;
}

/* コントローラー */
.art27 .content01 .bx-wrapper .bx-prev {
    left:935px;
    background:url(../img_/images/controls.png) no-repeat 0 -32px;
}
.art27 .content01 .bx-wrapper .bx-next {
    right:935px;
    background:url(../img_/images/controls.png) no-repeat -43px -32px;
}
.art27 .content01 .bx-wrapper .bx-prev:hover {
    background-position:0 0;
}
.art27 .content01 .bx-wrapper .bx-next:hover {
    background-position:-43px 0;
}
.art27 .content01 .bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:158px;
    outline:0;
    width:32px;
    height:32px;
    text-indent:-9999px;
    z-index:9999;
}

/* ページャー */
.art27 .content01 .bx-wrapper .bx-pager {
    padding-top:20px;
    text-align:center;
    font-size:.85em;
    font-family:Arial;
    font-weight:bold;
    color:#666;
}
.art27 .content01 .bx-wrapper .bx-pager .bx-pager-item,
.art27 .content01 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:inline-block;
    *zoom:1;
    *display:inline;
}
.art27 .content01 .bx-wrapper .bx-pager.bx-default-pager a {
    display:block;
    width:10px;
    height:10px;
    margin:0 5px;
    outline:0;
    text-indent:-9999px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;;
    background:#666;
}
.art27 .content01 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.art27 .content01 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#000;
}




/* 下部バナーエリア (art28)
================================================== */
.art28 {
	background: url(../../img_/bg_foot_head.png) center bottom repeat-x #f2f2f2;
	overflow: hidden;
	margin: 0;
	padding:40px 0 160px 0;
}
.art28 .content01 {
	padding: 0px 2%;
}
.art28 .content01 > .in {
	max-width: 1280px;
	margin: auto;
}
.art28 .content01 .title01 {
	margin-bottom: 46px;
}
.art28 .content01 .caption01 {
	margin:0 0 40px 0;
}
.art28 .content01 .caption01 span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	line-height: 3.2rem;
	color: #434343;
}
.art28 .content01 .caption01 span + span {
	margin-top: 36px;
}
.art28 .content01 .voiceArea {
	position: relative;
}
.art28 .content01 .voiceArea .content li {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}
.art28 .content01 .voiceArea .content a {
	display: block;
	width: 200px;
	height: 70px;
	padding: 0;
	position: relative;
	text-align: left;
	border: 2px solid #f2f2f2;
	overflow: hidden;
}
.art28 .content01 .voiceArea .content a:hover {
	border: 2px solid #002f56;
}
.art28 .content01 .voiceArea .content img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0 auto;
}
.art28 .content01 .voiceArea .content img.noimage {
	background-image: url(../common/img/logo01.png);
	-webkit-background-size: 80% auto;
	background-size: 80% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #A8A8A8;
}
.art28 .content01 .voiceArea .content .caption01 {
	font-size: 13px;
	font-size: 1.3rem;
	color: #424242;
	line-height: 20.8px;
	line-height: 2.08rem;
	margin-bottom: 11px;
}
.art28 .content01 .voiceArea .content .caption02 {
	text-align: right;
	font-size: 13px;
	font-size: 1.3rem;
	color: #424242;
	line-height: 20.8px;
	line-height: 2.08rem;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.art28 .content01 .voiceArea .content .caption02:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: scaleY(0.5) rotate(45deg);
	-moz-transform: scaleY(0.5) rotate(45deg);
	-ms-transform: scaleY(0.5) rotate(45deg);
	-o-transform: scaleY(0.5) rotate(45deg);
	transform: scaleY(0.5) rotate(45deg);
	position: relative;
	top: -1px;
}
.art28 .content01 .link01 {
	padding: 11px 0;
	display: block;
}
.art28 .content01 .link01 span {
	font-size: 14px;
	font-size: 1.4rem;
}


@media print, screen and (max-width:640px) {
	.art28 {
		padding:40px 0 100px 0;
	}
	.art28 .content01 .voiceArea .content li {
		width: 147px;
		height: 51px;
		display: inline-block;
		vertical-align: top;
		margin: 1%;
	}
	.art28 .content01 .voiceArea .content a {
		display: block;
		width: 147px;
		height: 51px;
		padding: 0;
		position: relative;
		text-align: left;
		border: 2px solid #f2f2f2;
		overflow: hidden;
	}
	.art28 .content01 .voiceArea .content a img {
		width: 147px;
		height: 51px;
		margin: 0;
		padding: 0;
	}
}