﻿@charset "utf-8";

html{
	margin-top: 120px;
}
@media screen and (max-width: 750px) {
	html{
		margin-top: 50px;
	}
	* {
		box-sizing: border-box;
	}
}

body{
/*border-top:solid 3px #2D699C;*//*201027remove*/
border-top: none !important;/*201201add*/
margin:0;
padding:0;
font-size:12px;
line-height:140%;
color:#333;
text-align:center;
font-family:'ＭＳ Ｐゴシック','MS PGothic', Verdana, Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 750px) {
	body {
		font-size: 14px;
	}
}

body:first-of-type body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif,Osaka;
}

*:first-child+html body {
font-family:'ＭＳ Ｐゴシック','MS PGothic', Verdana, Arial, Helvetica, sans-serif;
}

a:link{
color:#1B558C;
text-decoration:none;
}

a:visited{
color:#1B558C;
text-decoration:none;
}

a:hover{
color:#1B558C;
text-decoration:underline;
}

a:active{
color:#1B558C;
text-decoration:underline;
}

h1{
margin:0 0 5px 0;
padding:10px 0 0 5px;
font-weight:normal;
text-align:left;
font-size:100%;
color:#454545;
}


h1,h2,h3,h4,h5{
margin:0;
padding:0;
font-size:100%;
}

.clear{
clear:both;
font-size:1px;
line-height:1px;
height:1px;
}

@media screen and (max-width: 750px) {
	p {
		font-size: 14px;
	}
}


/* msHeader / msContact / msFooter 201027add
-----------------------------------------------*/
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
#msHeader,#msContact,#msFooter{
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#msHeader ul,#msHeader li,#msHeader p,#msHeader h1,#msHeader h2,#msHeader h3,#msContact ul,#msContact li,#msContact p,#msContact h2,#msContact h3,#msFooter ul,#msFooter li,#msFooter p,#msFooter h3{
	margin: 0;
	padding: 0;
}
#msHeader li,#msContact li,#msFooter li{
	list-style-type:none;
}
#msHeader a,#msContact a,#msFooter a{
	color: #333;
	cursor:pointer;
	text-decoration:none !important;
	-webkit-tap-highlight-color:transparent;
}
#msHeader a:visited,#msFooter a:visited,
#msContact a:visited,#msContact a:visited,
#msHeader a:link,#msFooter a:link{
	color: #333;
}
#msHeader img,#msContact img,#msFooter img{
	vertical-align:top;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
#msHeader a img,#msContact a img,#msFooter a img{
	vertical-align:top;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
#msHeader input, 
#msHeader textarea, 
#msHeader select,
#msHeader button,
#msHeader label{
  outline:none;
	-webkit-tap-highlight-color:transparent;
}
#msHeader :focus {
	outline: 0;
  border-color: orange;
}


/* msHeader 201027add
-----------------------------------------------*/
#msHeader{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	padding: 0 40px;
	background: #fff;
	text-align: left;
	box-shadow: 0 0 12px rgba(0,26,44,0.1);
}
#msHeader::before{
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(0,26,44,0.6);
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	transform: translate(-100%,0%);
	transition: transform 0s .4s cubic-bezier(.210, .60, .350, 1),opacity .2s .2s  cubic-bezier(.210, .60, .350, 1);
}
#msHeader.active::before{
	transition: transform 0s cubic-bezier(.210, .60, .350, 1),opacity .2s  cubic-bezier(.210, .60, .350, 1);
	opacity: 1;
	transform: translate(0%,0%);
}
#msHeader.searchon::before{
	display: none;
}
#msHeader .hInner{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 56px;
	position: relative;
}
#msHeader .hLogo{
	position: absolute;
	top: 22px;
	left: 0;
	font-size: 10px;
}
#msHeader .hLogo a{
	display: block;
	height: 20px;
	transition: opacity .2s  cubic-bezier(.210, .60, .350, 1);
}
#msHeader .hLogo a:hover{
	opacity: 0.6;
}
#msHeader .hLogo a::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 294px;
	height: 20px;
	background: url("../images/ms/logo-header.svg") no-repeat center;
	background-size: 100%;
	margin-right: 16px;
	margin-bottom: 4px;
}
#msHeader #hMenuBtn{
	display: none;
}
#msHeader #hMenuSp{
	display: none;
}
#msHeader #search{
	position: absolute;
	top: 28px;
	right: 164px;
	z-index: 100;
	width: 14px;
	height: 14px;
}
#msHeader #search span{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	background: url("/common/images/ms/icn-search_01.png") no-repeat center;
	background-size: 100%;
	cursor: pointer;
}
#msHeader #search span::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("/common/images/ms/icn-search_01_on.png") no-repeat center;
	background-size: 100%;
	opacity: 0;
	transition: opacity .2s  cubic-bezier(.210, .60, .350, 1);
}
#msHeader #search:hover span::after,
#msHeader #search.active span::after{
	opacity: 1;
}
#msHeader.touchDevice #search:hover span::after{
	opacity: 0;
}
#msHeader.touchDevice #search.active span::after{
	opacity: 1;
}
#msHeader #search #searchBg{
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(0,26,44,0.6);
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	transform: translate(-100%,0%);
	transition: transform 0s .4s cubic-bezier(.210, .60, .350, 1),opacity .2s .2s  cubic-bezier(.210, .60, .350, 1);
}
#msHeader #search.active #searchBg{
	transition: transform 0s cubic-bezier(.210, .60, .350, 1),opacity .2s  cubic-bezier(.210, .60, .350, 1);
	opacity: 1;
	transform: translate(0%,0%);
}
#msHeader #search form{
	display: block;
}
#msHeader #search form input[type="text"]{
	font-size: 16px;
	letter-spacing: 0.01em;
	padding: 0 0 0 30px;
	background: url("/common/images/ms/icn-search_02.png") no-repeat left center;
	background-size: 14px 14px;
	border: none;
	color: #333 !important;
}
#msHeader #search form input[type="submit"]{
	display: none;
}
#msHeader #search #searchClose{
	position: absolute;
	top: 50%;
	right: -2px;
	width: 30px;
	height: 30px;
	transform: translate(0%,-50%);
	cursor: pointer;
}
#msHeader #search #searchClose::before,
#msHeader #search #searchClose::after{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #003459;
	position: absolute;
	top: 50%;
	left: 0;
	transition: background .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader #search #searchClose::before{
	transform: translate(0%,-50%) rotate(45deg);
}
#msHeader #search #searchClose::after{
	transform: translate(0%,-50%) rotate(-45deg);
}
#msHeader #search #searchClose:hover::before,
#msHeader #search #searchClose:hover::after{
	background: #00afdd;
}
#msHeader.touchDevice #search #searchClose:hover::before,
#msHeader.touchDevice #search #searchClose:hover::after{
	background: #003459;
}
#msHeader #gNavi{
	height: 64px;
	text-align: center;
}
#msHeader #gNavi > ul{
	display: inline-block;
	height: 100%;
	text-align: left;
}
#msHeader #gNavi ul::after{
	content: "";
	display: block;
	clear: both;
}
#msHeader #gNavi > ul > li{
	float: left;
	height: 100%;
	margin-left: 36px;
}
#msHeader #gNavi > ul > li:first-child{
	margin-left: 0;
}
#msHeader #gNavi > ul > li > a,
#msHeader #gNavi > ul > li > span{
	display: block;
	height: 100%;
	font-size: 15px;
	line-height: 64px;
	font-weight: bold;
	color: #333;
	position: relative;
	cursor: pointer;
	transition: color .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader #gNavi > ul > li > a:hover{
	color: #00afdd;
}
#msHeader.touchDevice #gNavi > ul > li > a:hover{
	color: #333;
}
#msHeader #gNavi > ul > li.active > a,
#msHeader.touchDevice #gNavi > ul > li.active > a{
	color: #00afdd;
}
#msHeader #gNavi > ul > li.contactNavi > a span{
	height: 36px;
	line-height: 36px;
	margin-top: 14px;
	color: #fff;
	background: #00afdd;
	border-radius: 4px;
	padding: 0 10px;
  display: block;
}
#msHeader #gNavi > ul > li.contactNavi > a {
	height: 36px;
}
#msHeader #gNavi > ul > li > a::before,
#msHeader #gNavi > ul > li > span::before{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #00afdd;
	transition: width .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader #gNavi > ul > .contactNavi > a::before{
  display: none;
}
#msHeader #gNavi > ul > li.contactNavi > a span::before{
	width: 100% !important;
	height: 100%;
	background: #333;
	opacity: 0;
	transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader #gNavi > ul > li > a:hover::before{
	width: 100%;
}
#msHeader #gNavi > ul > li.contactNavi > a:hover::before,
#msHeader #gNavi > ul > li.active.contactNavi > span::before{
	opacity: 0.2;
}
#msHeader.touchDevice #gNavi > ul > li > a:hover::before,
#msHeader.touchDevice #gNavi > ul > li > span:hover::before{
	width: 0;
}
#msHeader #gNavi > ul > li.active > a::before,
#msHeader.touchDevice #gNavi > ul > li.active > a::before{
	width: 100%;
}
#msHeader #gNavi > ul > li.inMegaMenu > a::after,
#msHeader #gNavi > ul > li.inMegaMenu > a span::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	box-sizing: border-box;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	margin-top: -4px;
	margin-left: 8px;
	transform: rotate(45deg);
	transition: border-color .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader #gNavi > ul > li.contactNavi > a span::after{
	border-right-color: #fff !important;
	border-bottom-color: #fff !important;
}
#msHeader #gNavi > ul > li.contactNavi > a::after{
  display: none;
}
#msHeader #gNavi > ul > li.inMegaMenu > a:hover::after,
#msHeader #gNavi > ul > li.inMegaMenu > span:hover::after{
	border-right-color: #00afdd;
	border-bottom-color: #00afdd;
}
#msHeader.touchDevice #gNavi > ul > li.inMegaMenu > a:hover::after,
#msHeader.touchDevice #gNavi > ul > li.inMegaMenu > span:hover::after{
	border-right-color: #333;
	border-bottom-color: #333;
}
#msHeader #gNavi > ul > li.inMegaMenu.active > a::after,
#msHeader #gNavi > ul > li.inMegaMenu.active > span::after,
#msHeader.touchDevice #gNavi > ul > li.inMegaMenu.active > a::after,
#msHeader.touchDevice #gNavi > ul > li.inMegaMenu.active > span::after{
	border-right-color: #00afdd;
	border-bottom-color: #00afdd;
}
#msHeader .megaMenu{
	position: fixed;
	top: 120px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 33px 40px 50px;
	background: #fff;
	display: none;
	letter-spacing: 0.01em;
	overflow: hidden;
}
#msHeader .megaMenu::before{
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	position: absolute;
	top: -12px;
	left: 0;
	box-shadow: 0 0 12px rgba(0,26,44,0.1);
}
#msHeader #search .megaMenu{
	padding: 33px 40px;
}
#msHeader .megaMenu .inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
#msHeader #search .megaMenu .inner{
	position: relative;
}
#msHeader .megaMenu h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 30px;
	border-bottom: solid 1px #f0f0f0;
	margin-bottom: 24px;
}
#msHeader .megaMenu h2 a{
	display: inline-block;
	padding-right: 14px;
	position: relative;
	transition: color .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader .megaMenu h2 a:hover{
	color: #00afdd;
}
#msHeader .megaMenu h2 a::after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	box-sizing: border-box;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%,-50%) rotate(45deg);
	transition: border-color .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader .megaMenu h2 a:hover::after{
	border-color: #00afdd;
}
#msHeader .megaMenu .subNavi + .subNavi{
	margin-top: 20px;
	border-top: solid 1px #f0f0f0;
	padding-top: 24px;
}
#msHeader .megaMenu .subNavi::after{
	content: "";
	display: block;
	clear: both;
}
#msHeader .megaMenu .subNavi li{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 16px;
	float: left;
}
#msHeader .megaMenu .subNavi > li{
	width: 22.75%;
	margin-left: 3%;
}
#msHeader .megaMenu .subNavi > li:nth-child(-n+4){
	margin-top: 0;
}
#msHeader .megaMenu .subNavi > li:first-child{
	margin-left: 0;
}
#msHeader .megaMenu .subNavi.column2 > li{
	width: 48.5%;
}
#msHeader .megaMenu .subNavi.column2 > li p{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;
}
#msHeader .megaMenu .subNavi.column2 > li ul::after{
	content: "";
	display: block;
	clear: both;
}
#msHeader .megaMenu .subNavi.column2 > li ul li{
	width: 46.9%;
	margin-left: 6.18%;
}
#msHeader .megaMenu .subNavi.column2 > li ul li:nth-child(-n+2){
	margin-top: 0;
}
#msHeader .megaMenu .subNavi.column2 > li ul li:nth-child(2n+1){
	margin-left: 0;
	clear: left;
}
/* #msHeader .megaMenu .subNavi.column2 .onlineshop  {
	margin-top: 32px;
} */
#msHeader .megaMenu .subNavi.column2 > li ul li.onlineshop {
	width: 95%;
}
#msHeader .megaMenu .subNavi.column2 .onlineshop a {
	display: block;
	/* padding: 16px 24px;
	background: #003459;
	border: solid 2px #003459;
	border-radius: 3px;
	color: #fff;
	text-align: center; */
}
#msHeader .megaMenu .subNavi.column2 .onlineshop a:hover {
	/* background: #fff;
	color: #003459; */
	opacity: .7;
}
#msHeader .megaMenu .subNavi li a{
	transition: color .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader .megaMenu .subNavi li a:hover{
	color: #00afdd;
}
#msHeader .megaMenu .subNavi > li a .thumb{
	margin-bottom: 10px;
	position: relative;
}
#msHeader .megaMenu .subNavi > li a .thumb::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader .megaMenu .subNavi > li a:hover .thumb::after{
	opacity: 0.2;
}
#msHeader .megaMenu .subNavi > li a strong{
	display: inline-block;
	font-size: 16px;
	padding-right: 14px;
	position: relative;
	font-weight: bold;
}
#msHeader .megaMenu .subNavi > li a strong::after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	box-sizing: border-box;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%,-50%) rotate(45deg);
	transition: border-color .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader .megaMenu .subNavi > li .onlineshop a strong::after {
	display: none;
}
#msHeader .megaMenu .subNavi > li a:hover strong::after{
	border-color: #00afdd;
}
#msHeader .megaMenu .subNavi > li a span{
	display: block;
	font-size: 12px;
	line-height: 1.666;
}
#msHeader .megaMenu .contactWrap{
	display: table;
	width: 100%;
}
#msHeader .megaMenu .telWrap{
	display: table-cell;
	vertical-align: middle;
	width: 412px;
	color: #003459;
}
#msHeader .megaMenu .telWrap h3{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
}
#msHeader .megaMenu .telWrap p{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#msHeader .megaMenu .telWrap .telBox{
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#msHeader .megaMenu .telWrap .telBox .telLink{
	display: inline-block;
	color: #003459;
}
#msHeader .megaMenu .telWrap .telBox .telLink::before{
	content: "";
	display: inline-block;
	vertical-align: text-top;
	width: 35px;
	height: 35px;
	background: url("/common/images/ms/icn-tel_01.png") no-repeat center;
	background-size: 100%;
	margin-right: 12px;
}
#msHeader .megaMenu .linkWrap{
	display: table-cell;
	vertical-align: middle;
}
#msHeader .megaMenu .linkWrap ul::after{
	content: "";
	display: block;
	clear: both;
}
#msHeader .megaMenu .linkWrap ul li{
	float: left;
	width: 21.57%;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin-left: 4.56%;
	position: relative;
}
#msHeader .megaMenu .linkWrap ul li:first-child{
	margin-left: 0;
}
#msHeader .megaMenu .linkWrap ul li::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
#msHeader .megaMenu .linkWrap ul li a{
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #003459;
	background: #e3e9f1;
	border-radius: 4px;
}
#msHeader .megaMenu .linkWrap ul li a span{
	display: table-cell;
	vertical-align: middle;
}
#msHeader .megaMenu .linkWrap ul li a span img{
	display: block;
	width: 33px;
	height: auto;
	margin: 0 auto 26px;
}
#msHeader .megaMenu .linkWrap ul li a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	border-radius: 4px;
	opacity: 0;
	transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader .megaMenu .linkWrap ul li a:hover::after{
	opacity: 0.2;
}
#msHeader .megaMenu .lineNone{
	margin-bottom: 0;
	border-bottom: none;
}
#msHeader .megaMenu .col4{
	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;
}
#msHeader .megaMenu .col4 .col{
	display: inline-block;
	vertical-align: top;
	width: 22.75075%;
	margin: 0 2.999% 0 0;
}
#msHeader .megaMenu .col4 .col:nth-child(4n){
	margin-right: 0;
}
#msHeader .megaMenu .col4 .col a{
	position: relative;
	display: block;
}
#msHeader .megaMenu .col4 .col a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	border-radius: 4px;
	opacity: 0;
	transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader .megaMenu .col4 .col a:hover::after{
	opacity: 0.2;
}
#msHeader .megaMenu .col4 .col p{
	font-size: 14px;
	margin-top: 10px;
}
#msHeader #header-onlineshop + .megaMenu h2 {
	padding-bottom: 0;
	margin-bottom: 12px;
	border-bottom: 0;
}
#msHeader #header-onlineshop + .megaMenu .col5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 24px;
	column-gap: 8px;
}
#msHeader #header-onlineshop + .megaMenu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
#msHeader #header-onlineshop + .megaMenu ul li {
	width: calc(100% / 3 - (16px * 2 / 3));
}
#msHeader #header-onlineshop + .megaMenu ul li a:hover {
	text-decoration: underline !important;
}
#msHeader #telArea{
	position: absolute;
	top: 10px;
	right: 270px;
	font-size: 10px;
}
#msHeader #telArea p{
	font-size: 10px;
  padding-left: 30px;
}
#msHeader #telArea p span{
	font-size: 20px;
  display: block;
  margin-left: -30px;
  letter-spacing: 0.05em;
  color: #003557;
  font-weight: bold;
}
#msHeader #telArea p span::before{
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: url(/common/images/ms/icn-tel_03.png) no-repeat center;
  background-size: 100%;
  margin-right: 10px;
}
#msHeader #corporateLink{
	position: absolute;
	top: 27px;
	right: 200px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}
#msHeader #corporateLink a{
	display: block;
	height: 100%;
	color: #333;
	transition: color .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader #corporateLink a:hover{
	color: #00afdd;
}
#msHeader #globalLink{
	position: absolute;
	top: 27px;
	right: 40px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}
#msHeader #globalLink a{
	display: block;
	height: 100%;
	color: #333;
	transition: color .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader #globalLink a:hover{
	color: #00afdd;
}
#hContactBtnSp{
	display: none;
}
#msHeader .megaMenu .col4 .shop h3{
  font-size: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  padding-right: 11px;
}
#msHeader .megaMenu .col4 .shop h3 span{
	font-family: 'Oswald', sans-serif;
  color: #fff;
  background: #d0091e;
  padding: 0 8px 2px;
  font-size: 14px;
  margin-right: 10px;
}
#msHeader .megaMenu .col4 .shop h3::after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%,-50%) rotate(45deg);
	transition: border-color .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader .megaMenu .col4 .shop li{
  line-height: 2.571em;
  padding-left: 20px;
  font-size:12px;
}
#msHeader .megaMenu .col4 .shop a,
#msHeader .megaMenu .col4 .shop li a{
	transition: color .2s cubic-bezier(.210, .60, .350, 1);
}
#msHeader .megaMenu .col4 .shop a:hover,
#msHeader .megaMenu .col4 .shop li a:hover{
	color: #00afdd;
}
#msHeader .megaMenu .col4 .shop a::after{
	background: #fff;
}
@media screen and (min-width: 751px) {
	#hContactMenuSp{
		display: none !important;
	}
}
@media screen and (max-width: 1140px) {
	#msHeader .hLogo{
		font-size: 0;
	}
	#msHeader .megaMenu .linkWrap ul li{
		font-size: 12px;
		width: 22.75%;
		margin-left: 3%;
	}
  #msHeader .megaMenu .col4 .shop h3{
    font-size: 14px;
  margin-bottom: 15px;
  }
  #msHeader .megaMenu .col4 .shop h3 span{
    font-size: 10px;
  margin-right: 5px;
  }
#msHeader .megaMenu .col4 .shop li{
  font-size: 10px;
  padding-left: 0;
}
}
@media screen and (max-width: 1100px) {
	#msHeader #gNavi > ul > li{
		margin-left: 15px;
	}
}
@media screen and (max-width: 1000px) {
	#msHeader .megaMenu .linkWrap ul li{
		font-size: 11px;
		width: 23.5%;
		margin-left: 2%;
	}
}
@media screen and (max-width: 980px) {
	#msHeader .hLogo a::before{
		width: 264px;
		height: 18px;
		margin: 0;
	}
	#msHeader #search {
		right: 145px;
	}
	#msHeader #corporateLink {
		right: 175px;
	}
	#msHeader #telArea {
		right: 240px;
	}
	/* #msHeader #gNavi > ul > li{
		margin-left: 9px;
	} */
	#msHeader #gNavi > ul > li > a,
	#msHeader #gNavi > ul > li > span{
		font-size: 11px;
	}
	#msHeader .megaMenu .contactWrap{
		display: block;
	}
	#msHeader .megaMenu .telWrap{
		display: block;
		width: 100%;
	}
	#msHeader .megaMenu .linkWrap{
		display: block;
		width: 100%;
		margin-top: 30px;
	}
	#msHeader .megaMenu .linkWrap ul li{
		font-size: 14px;
		width: 21.57%;
		margin-left: 4.56%;
		margin-top: 0;
	}

}
@media screen and (max-width: 750px) {
	#msHeader{
		height: 50px;
		padding: 0 16px;
	}
	#msHeader::before{
		display: none !important;
	}
	#msHeader .hInner{
		padding: 0;
		height: 50px;
	}
	#msHeader .hLogo{
		width: 177px;
		height: 12px;
		font-size: 0;
		top: 50%;
		left: 40px;
		transform: translate(0%,-50%);
	}
	#msHeader .hLogo a{
		height: 12px;
	}
	#msHeader .hLogo a::before{
		width: 177px;
		height: 12px;
	}
	#msHeader #hMenuBtn{
		display: block;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0%,-50%);
		cursor: pointer;
	}
	#msHeader #hMenuBtn span{
		content: "";
		display: block;
		font-size: 0;
		width: 18px;
		height: 2px;
		background: #003459;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#msHeader #hMenuBtn::before,
	#msHeader #hMenuBtn::after{
		content: "";
		display: block;
		width: 18px;
		height: 2px;
		background: #003459;
		position: absolute;
		top: 50%;
		left: 50%;
		transition: width .2s cubic-bezier(.210, .60, .350, 1), transform .2s cubic-bezier(.210, .60, .350, 1);
	}
	#msHeader #hMenuBtn::before{
		transform: translate(-50%,-7px);
	}
	#msHeader #hMenuBtn::after{
		transform: translate(-50%,5px);
	}
	#msHeader #hMenuBtn.active::before,
	#msHeader #hMenuBtn.active::after{
		width: 26px;
	}
	#msHeader #hMenuBtn.active span{
		display: none;
	}
	#msHeader #hMenuBtn.active::before{
		transform: translate(-50%,-50%) rotate(45deg);
	}
	#msHeader #hMenuBtn.active::after{
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	#msHeader #hMenuPc{
		display: none;
	}
	#msHeader #hMenuSp{
		background: rgba(0,26,44,0.6);
		height: 100vh;
		width: 100%;
		padding-bottom: 60px;
		box-sizing: border-box;
		position: fixed;
		top: 50px;
		left: 0;
		display: block;
		overflow-y: auto;
		transform: translate(-100%,0%);
		transition: transform .5s cubic-bezier(.210, .60, .350, 1);
	}
	#msHeader #hMenuBtn.active + #hMenuSp{
		transform: translate(0%,0%);
	}
	#msHeader #hMenuInner{
		background: #fff;
		box-sizing: border-box;
		padding: 20px 16px 28px;
		letter-spacing: 0.01em;
		position: relative;
		overflow: hidden;
	}
	#msHeader #hMenuInner::before{
		content: "";
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    top: -12px;
    left: 0;
    box-shadow: 0 0 12px rgba(0,26,44,0.1);
	}
	#msHeader #hMenuInner::after{
		content: "";
		display: block;
		clear: both;
	}
	#msHeader #searchSp{
		width: 100%;
	}
	#msHeader #searchSp span{
		display: none;
	}
	#msHeader #searchSp form{
		display: block;
		position: relative;
		height: 40px;
	}
	#msHeader #searchSp form p{
		width: 100%;
		height: 100%;
	}
	#msHeader #searchSp form input[type="text"]{
		background: #e3e9f1;
		border-radius: 20px;
		font-size: 13px;
		padding: 0 40px 0 15px;
		width: 100%;
		height: 100%;
		border: none;
		box-sizing: border-box;
		letter-spacing: 0.01em;
	}
	#msHeader #searchSp form input[type="submit"]{
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 0;
		cursor: pointer;
		border: none;
		margin: 0;
		padding: 0;
		background: url("/common/images/corporate/icn-search_02.png") no-repeat 8px center;
		background-size: 14px 15px;
	}
	#msHeader #gNaviSp{
		margin-top: 20px;
	}
	#msHeader #gNaviSp > ul{
		border-bottom: solid 2px #f0f0f0;
	}
	#msHeader #gNaviSp > ul > li{
		border-top: solid 2px #f0f0f0;
	}
	#msHeader #gNaviSp > ul > li > span,
	#msHeader #gNaviSp > ul > li > a{
		display: block;
		color: #333;
		height: 54px;
		line-height: 54px;
		font-size: 16px;
		position: relative;
		cursor: pointer;
		transition: color .2s cubic-bezier(.210, .60, .350, 1);
	}
	#msHeader #gNaviSp > ul > li > span:hover,
	#msHeader #gNaviSp > ul > li > a:hover{
		color: #00afdd;
	}
	#msHeader.touchDevice #gNaviSp > ul > li > span:hover,
	#msHeader.touchDevice #gNaviSp > ul > li > a:hover{
		color: #333;
	}
	#msHeader #gNaviSp > ul > li > span::after{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 6px;
		height: 6px;
		margin: -2px 2px 0 0;
		border-right: solid 1px #333;
    border-bottom: solid 1px #333;
		transform: translate(0%,-50%) rotate(45deg);
		transition: border-color .2s cubic-bezier(.210, .60, .350, 1), transform .2s cubic-bezier(.210, .60, .350, 1), margin-top .2s cubic-bezier(.210, .60, .350, 1);
	}
	#msHeader #gNaviSp > ul > li > span:hover::after{
		border-right-color: #00afdd;
		border-bottom-color: #00afdd;
	}
	#msHeader.touchDevice #gNaviSp > ul > li > span:hover::after{
		border-right-color: #333;
		border-bottom-color: #333;
	}
	#msHeader #gNaviSp > ul > li.active > span::after{
		margin-top: 0;
		transform: translate(0%,-50%) rotate(-135deg);
	}
	#msHeader .subMenu{
		display: none;
	}
	#msHeader .subMenu .inner{
		padding: 18px 18px 20px;
		border-top: solid 2px #f0f0f0;
	}
	#msHeader .subMenu .subNavi li{
		font-size: 13px;
		margin-top: 24px;
	}
	#msHeader .subMenu .subNavi li:first-child{
		margin-top: 0;
	}
	#msHeader .subMenu .subNavi li a{
		display: block;
		transition: color .2s cubic-bezier(.210, .60, .350, 1);
	}
	#msHeader .subMenu .subNavi li a:hover{
		color: #00afdd;
	}
	#msHeader.touchDevice .subMenu .subNavi li a:hover{
		color: #333;
	}
	#msHeader .subMenu .bnrNavi li{
		width: 100%;
		max-width: 375px;
		margin: 24px auto 0;
	}
	#msHeader .subMenu .bnrNavi li a{
		display: table;
		width: 100%;
		min-height: 96px;
		position: relative;
		background: #001a2c;
	}
	#msHeader .subMenu .bnrNavi li a::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
	}
	#msHeader .subMenu .bnrNavi li a:hover::after{
		opacity: 0.2;
	}
	#msHeader.touchDevice .subMenu .bnrNavi li a:hover::after{
		opacity: 0;
	}
	#msHeader .subMenu .bnrNavi li a .thumb{
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		position: relative;
		overflow: hidden;
	}
	#msHeader .subMenu .bnrNavi li a .thumb img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	#msHeader .subMenu .bnrNavi li a .thumb img.h100{
		width: auto;
		max-width: none;
		height: 100%;
	}
	#msHeader .subMenu .bnrNavi li a .txt{
		display: table-cell;
		vertical-align: middle;
		font-size: 12px;
		line-height: 1.71;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}
	#msHeader #hMenuInner .telWrap{
		text-align: center;
		margin-top: 20px;
	}
	#msHeader #hMenuInner .telWrap h3{
		font-size: 13px;
		line-height: 1.5;
	}
	#msHeader #hMenuInner .telWrap p{
		font-size: 12px;
		margin-top: 8px;
	}
	#msHeader #hMenuInner .telWrap .telBox{
		margin-top: 8px;
		height: 49px;
		font-size: 24px;
		line-height: 49px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	#msHeader #hMenuInner .telWrap .telLink{
		display: block;
		background: #e3e9f1;
		border-radius: 2px;
		color: #003459;
	}
	#msHeader #hMenuInner .telWrap .telLink::before{
		content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 27px;
    height: 27px;
    background: url(/common/images/ms/icn-tel_01.png) no-repeat center;
    background-size: 100%;
    margin-right: 12px;
	}
	#msHeader #globalLinkSp{
		text-align: right;
		font-size: 10px;
		font-weight: bold;
		margin-top: 29px;
	}
	#msHeader #globalLinkSp a{
		transition: color .2s cubic-bezier(.210, .60, .350, 1);
	}
	#msHeader #globalLinkSp a:hover{
		color: #00afdd;
	}
	#msHeader.touchDevice #globalLinkSp a:hover{
		color: #333;
	}
	#msHeader #hContactBtnSp{
		display: block;
		width: 120px;
		height: 36px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0%,-50%);
		font-size: 10px;
		line-height: 36px;
		font-weight: bold;
		text-align: center;
		background: #00afdd;
		border-radius: 2px;
		color: #fff;
		cursor: pointer;
	}
	#msHeader #hContactBtnSp::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #333;
		border-radius: 2px;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
	}
	#msHeader #hContactBtnSp:hover::after{
		opacity: 0.2;
	}
	#msHeader.touchDevice #hContactBtnSp:hover::after{
		opacity: 0;
	}
	#msHeader #hContactMenuSp{
		background: rgba(0,26,44,0.6);
    height: 100vh;
    width: 100%;
    padding-bottom: 60px;
    box-sizing: border-box;
    position: fixed;
    top: 50px;
    left: 0;
    display: none;
    overflow-y: auto;
	}
	#msHeader #hContactMenuInner{
		background: #fff;
    box-sizing: border-box;
    padding: 20px 16px 18px;
    letter-spacing: 0.01em;
		position: relative;
		overflow: hidden;
		text-align: center;
	}
	#msHeader #hContactMenuInner::before{
		content: "";
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    top: -12px;
    left: 0;
    box-shadow: 0 0 12px rgba(0,26,44,0.1);
	}
	#msHeader #hContactMenuSp h3{
		font-size: 13px;
		line-height: 1.5;
	}
	#msHeader #hContactMenuSp p{
		font-size: 12px;
		margin-top: 8px;
	}
	#msHeader #hContactMenuSp .telBox{
		margin-top: 8px;
		height: 49px;
		font-size: 24px;
		line-height: 49px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	#msHeader #hContactMenuSp .telLink{
		display: block;
		background: #e3e9f1;
		border-radius: 2px;
		color: #003459;
	}
	#msHeader #hContactMenuSp .telLink::before{
		content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 27px;
    height: 27px;
    background: url(/common/images/ms/icn-tel_01.png) no-repeat center;
    background-size: 100%;
    margin-right: 12px;
	}
	#msHeader #hContactMenuSp ul{
		margin-top: 10px;
	}
	#msHeader #hContactMenuSp ul::after{
		content: "";
		display: block;
		clear: both;
	}
	#msHeader #hContactMenuSp ul li{
		float: left;
		width: 23.32%;
		margin-left: 2.18%;
		font-size: 10px;
		line-height: 1.2;
		font-weight: bold;
		position: relative;
	}
	#msHeader #hContactMenuSp ul li:first-child{
		margin-left: 0;
	}
	#msHeader #hContactMenuSp ul li::before{
		content: "";
		display: block;
		width: 100%;
		height: 0;
		padding-top: 100%;
	}
	#msHeader #hContactMenuSp ul li a{
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #003459;
    background: #e3e9f1;
    border-radius: 2px;
	}
	#msHeader #hContactMenuSp ul li a::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #333;
    border-radius: 2px;
		opacity: 0;
		transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
	}
	#msHeader #hContactMenuSp ul li a:hover::after{
		opacity: 0.2;
	}
	#msHeader.touchDevice #hContactMenuSp ul li a:hover::after{
		opacity: 0;
	}
	#msHeader #hContactMenuSp ul li a span{
		display: table-cell;
		vertical-align: middle;
	}
	#msHeader #hContactMenuSp ul li a span img {
    display: block;
    width: 23px;
    height: auto;
    margin: 0 auto 6px;
	}
	#msHeader #hContactMenuSp .close{
		font-size: 10px;
		line-height: 1.2;
		font-weight: bold;
		display: inline-block;
		padding: 10px;
		margin-top: 18px;
		color: #003459;
		cursor: pointer;
		transition: color .2s cubic-bezier(.210, .60, .350, 1);
	}
	#msHeader #hContactMenuSp .close:hover{
		color: #00afdd;
	}
	#msHeader.touchDevice #hContactMenuSp .close:hover{
		color: #003459;
	}
}
@media screen and (max-width: 374px) {
	#msHeader .hLogo{
		width: 147px;
		height: 10px;
		left: 36px;
	}
	#msHeader .hLogo a{
		height: 10px;
	}
	#msHeader .hLogo a::before{
		width: 147px;
		height: 10px;
	}
	#msHeader #hContactBtnSp{
		transform-origin: right;
		transform: translate(0%,-50%) scale(0.8);
	}
}

/* navi
-----------------------------------------------*/
.naviBox{
margin:0 auto 0 auto;
padding:0;
height:35px;
/*
background:transparent url(../images/navi_bg.jpg) repeat-x 0 0;
*/
clear:both;
_overflow:hidden;
_border-top:solid 1px #FFF;
_margin-top:0 !important;
}

*:first-child+html .naviBox{
border-top:solid 1px #FFF;
margin-top:0 !important;
}

.naviBox ul{
margin:0 auto;
padding:0;
list-style:none;
width:902px;
border-left:solid 1px #CCC;
height:35px;
}

.naviBox li{
margin:0;
padding:0;
height:35px;
display:inline;
float:left;
font-size:1px;
border-right:solid 1px #CCC;
}

.naviBox li dd{
font-size:11px;
}
.naviBox li #menu2 dd.line{
	padding:5px;
	background:#F4F4F7;
	border-bottom:1px dotted #999;
	border-top:1px dotted #999;
}
#menu1{
position:relative;
top:-35px;
left:0;
width:151px;
visibility:hidden;
z-index:2;
}

html>/**/body #menu1, x:-moz-any-link, x:default {
top:-44px;
} /* Only FireFox 3 */

#menu1 dl{
margin:0;
padding:0;
width:151px;
border-bottom:solid 1px #DDD;
}
#menu1 dt{
margin:0;
padding:0;
width:151px;
height:auto;
font-size:1%;
line-height:1%;
}
#menu1 dd{
margin:0 0 0 1px;
padding:0;
text-align:left;
border-left:solid 1px #DDD;
border-right:solid 1px #DDD;
}
#menu1 dd a:link{
margin:0;
padding:5px;
width:138px;
background:#F4F4F7;
display:block;
text-decoration:none;
}
#menu1 dd a:visited{
margin:0;
padding:5px;
width:138px;
background:#F4F4F7;
display:block;
text-decoration:none;
}
#menu1 dd a:hover{
margin:0;
padding:5px;
width:138px;
background:#DDD;
display:block;
text-decoration:none;
}
#menu1 dd a:active{
margin:0;
padding:5px;
width:138px;
background:#DDD;
display:block;
text-decoration:none;
}

#menu2{
position:relative;
top:-35px;
left:0;
width:150px;
visibility:hidden;
z-index:2;
}

html>/**/body #menu2, x:-moz-any-link, x:default {
top:-44px;
} /* Only FireFox 3 */

#menu2 dl{
margin:0;
padding:0;
width:150px;
border-bottom:solid 1px #DDD;
}
#menu2 dt{
margin:0;
padding:0;
height:auto;
font-size:1%;
line-height:1%;
}
#menu2 dd{
margin:0;
padding:0;
text-align:left;
border-left:solid 1px #DDD;
border-right:solid 1px #DDD;
}
#menu2 dd a:link{
margin:0;
padding:5px;
width:138px;
background:#F4F4F7;
display:block;
text-decoration:none;
}
#menu2 dd a:visited{
margin:0;
padding:5px;
width:138px;
background:#F4F4F7;
display:block;
text-decoration:none;
}
#menu2 dd a:hover{
margin:0;
padding:5px;
width:138px;
background:#DDD;
display:block;
text-decoration:none;
}
#menu2 dd a:active{
margin:0;
padding:5px;
width:138px;
background:#DDD;
display:block;
text-decoration:none;
}

#menu3{
position:relative;
top:-35px;
left:0;
width:150px;
visibility:hidden;
z-index:2;
}


html>/**/body #menu3, x:-moz-any-link, x:default {
top:-44px;
} /* Only FireFox 3 */

#menu3 dl{
margin:0;
padding:0;
width:150px;
border-bottom:solid 1px #DDD;
}
#menu3 dt{
margin:0;
padding:0;
height:auto;
font-size:1%;
line-height:1%;
}
#menu3 dd{
margin:0;
padding:0;
text-align:left;
border-left:solid 1px #DDD;
border-right:solid 1px #DDD;
}
#menu3 dd a:link{
margin:0;
padding:5px;
width:138px;
background:#F4F4F7;
display:block;
text-decoration:none;
}
#menu3 dd a:visited{
margin:0;
padding:5px;
width:138px;
background:#F4F4F7;
display:block;
text-decoration:none;
}
#menu3 dd a:hover{
margin:0;
padding:5px;
width:138px;
background:#DDD;
display:block;
text-decoration:none;
}
#menu3 dd a:active{
margin:0;
padding:5px;
width:138px;
background:#DDD;
display:block;
text-decoration:none;
}

#menu4{
position:relative;
top:-35px;
left:0;
width:150px;
visibility:hidden;
z-index:2;
}

html>/**/body #menu4, x:-moz-any-link, x:default {
top:-44px;
} /* Only FireFox 3 */

#menu4 dl{
margin:0;
padding:0;
width:150px;
border-bottom:solid 1px #DDD;
}
#menu4 dt{
margin:0;
padding:0;
height:auto;
font-size:1%;
line-height:1%;
}
#menu4 dd{
margin:0;
padding:0;
text-align:left;
border-left:solid 1px #DDD;
border-right:solid 1px #DDD;
}
#menu4 dd a:link{
margin:0;
padding:5px;
width:138px;
background:#F4F4F7;
display:block;
text-decoration:none;
}
#menu4 dd a:visited{
margin:0;
padding:5px;
width:138px;
background:#F4F4F7;
display:block;
text-decoration:none;
}
#menu4 dd a:hover{
margin:0;
padding:5px;
width:138px;
background:#DDD;
display:block;
text-decoration:none;
}
#menu4 dd a:active{
margin:0;
padding:5px;
width:138px;
background:#DDD;
display:block;
text-decoration:none;
}

#menu5{
position:relative;
top:-35px;
left:0;
width:150px;
visibility:hidden;
z-index:2;
}

html>/**/body #menu5, x:-moz-any-link, x:default {
top:-44px;
} /* Only FireFox 3 */

#menu5 dl{
margin:0;
padding:0;
width:150px;
border-bottom:solid 1px #DDD;
}
#menu5 dt{
margin:0;
padding:0;
height:auto;
font-size:1%;
line-height:1%;
}
#menu5 dd{
margin:0;
padding:0;
text-align:left;
border-left:solid 1px #DDD;
border-right:solid 1px #DDD;
}
#menu5 dd a:link{
margin:0;
padding:5px;
width:138px;
background:#F4F4F7;
display:block;
text-decoration:none;
}
#menu5 dd a:visited{
margin:0;
padding:5px;
width:138px;
background:#F4F4F7;
display:block;
text-decoration:none;
}
#menu5 dd a:hover{
margin:0;
padding:5px;
width:138px;
background:#DDD;
display:block;
text-decoration:none;
}
#menu5 dd a:active{
margin:0;
padding:5px;
width:138px;
background:#DDD;
display:block;
text-decoration:none;
}

#menu6{
position:relative;
top:-35px;
left:0;
width:150px;
visibility:hidden;
z-index:2;
}

html>/**/body #menu6, x:-moz-any-link, x:default {
top:-44px;
} /* Only FireFox 3 */

#menu6 dl{
margin:0;
padding:0;
width:150px;
border-bottom:solid 1px #DDD;
}
#menu6 dt{
margin:0;
padding:0;
height:auto;
font-size:1%;
line-height:1%;
}
#menu6 dd{
margin:0;
padding:0;
text-align:left;
border-left:solid 1px #DDD;
border-right:solid 1px #DDD;
}
#menu6 dd a:link{
margin:0;
padding:5px;
width:138px;
background:#F4F4F7;
display:block;
text-decoration:none;
}
#menu6 dd a:visited{
margin:0;
padding:5px;
width:138px;
background:#F4F4F7;
display:block;
text-decoration:none;
}
#menu6 dd a:hover{
margin:0;
padding:5px;
width:138px;
background:#DDD;
display:block;
text-decoration:none;
}
#menu6 dd a:active{
margin:0;
padding:5px;
width:138px;
background:#DDD;
display:block;
text-decoration:none;
}

/* content
-----------------------------------------------*/
.flashcontent{

margin:0 auto;
padding:0;
width:902px;
text-align:left;
clear:both;
}

.mainBox{
margin:0 auto;
padding:0;
width:902px;
text-align:left;
clear:both;
}

.footstepBox{
margin:10px 0 0 0;
padding:0;
font-size:90%;
clear:both;
}

.footstepBox a {
	display: inline-block;
}

.footstepBox a:link{
color:#1b558c;
text-decoration:underline;
}

.footstepBox a:visited{
color:#1b558c;
text-decoration:underline;
}

.footstepBox a:hover{
color:#1b558c;
text-decoration:underline;
}

.footstepBox a:active{
color:#1b558c;
text-decoration:underline;
}

/**/
.contentsBox{
margin:0 auto;
padding:10px 0 0 0;
width:902px;
clear:both;
}

.contentsMain{
margin:0;
padding:0 0 30px 0;
clear:both;
}

@media screen and (max-width: 900px) and (min-width: 751px) {
	.contentsBox{
		box-sizing: border-box;
		width: auto;
		padding: 0 20px;
	}
}

@media screen and (max-width: 750px) {
	.contentsBox {
		width: 100%;
	}
}

/**/
.contentsLeft{
margin:0;
padding:0;
width:691px;
float:left;
}
.contentsLeft2{
margin:0;
padding:0;
width:691px;
float:left;
}

.contentsTit01{
margin:0;
padding:10px 0 8px 0;
clear:both;
border-top:solid 3px #33577F;
background:transparent url(../images/line_dot.gif) repeat-x 0 100%;
}

.contentsTit01 h2{
margin:0;
padding:2px 0 0 10px;
min-height:22px;
background:transparent url(../images/tit_bg01.gif) no-repeat 0 0;
font-size:130%;
clear:both;
}

.contentsTit02{
margin:30px 0 0 0;
padding:8px 0 0 18px;
background:transparent url(../images/tit_bg02.jpg) no-repeat 0 0;
min-height:22px;
_height:22px;
font-size:120%;
color:#FFF;
clear:both;
}

@media screen and (max-width: 750px) {
	.contentsTit02 {
		padding: 8px 10px 8px 18px;
		background-size: 100% 100%;
	}
}

.contentsTit02 h2{
margin:0;
padding:0;
clear:both;
}

.contentsTit02 h3{
margin:0;
padding:0;
clear:both;
}

.headingB01{
margin-bottom:15px;
padding:0 10px 10px;
background:url(../images/heading-b01_bg01.gif) no-repeat right bottom;
}
.headingB01 h3,
.headingB01 h4{
color:#1f3862;
font-size:116%;
font-weight:bold;
}
#parking .headingB01{
background:url(../images/heading-b01_bg01_parking.gif) no-repeat right bottom;
}
#parking .headingB01 h3,
#parking .headingB01 h4{
color:#5e5143;
}
#unitHouse .headingB01{
background:url(../images/heading-b01_bg01_unithouse.gif) no-repeat right bottom;
}
#unitHouse .headingB01 h3,
#unitHouse .headingB01 h4{
color:#333;
}

.contentsNavi{
margin:0 0 30px 0;
padding:10px;
background:#F5F5F5;
clear:both;
}

.contentsNavi ul{
margin:0 auto;
padding:0;
list-style:none;
}

.contentsNavi li{
margin:0;
padding:5px 15px;
display:inline;
border-left:solid 1px #A5A5A5;
}

.contentsNavi li.contentsNaviHead{
margin:0;
padding:5px 15px 5px 0;
border-left:none;
}

.contentsNavi li a{
margin:0;
padding:0 0 0 10px;
background:transparent url(../images/arrow01.gif) no-repeat 0 5px;
}

.contentsAnchor{
margin:0 0 30px 0;
padding:10px;
background:#F5F5F5;
clear:both;
}

.contentsAnchor ul{
margin:0 auto;
padding:0;
list-style:none;
}

.contentsAnchor li{
margin:0;
padding:5px 15px;
display:inline;
border-left:solid 1px #A5A5A5;
}

.contentsAnchor li.contentsAnchorHead{
margin:0;
padding:5px 15px 5px 0;
border-left:none;
}

.contentsAnchor li a{
margin:0;
padding:0 0 0 10px;
background:transparent url(../images/arrow_anchor.gif) no-repeat 0 5px;
}

.contentsLeft p{
margin:20px 0 0 0;
padding:0;
line-height:150%;
}


.contentsLeft2 p{
margin:0px 0 0 0;
padding:0;
line-height:150%;
}

.contentsLeft p.contentsNote{
margin:5px 0 0 0;
padding:0;
line-height:150%;
font-size:80%;
clear:both;
}

.contentsLeft p.contentsLead{
margin:0;
padding:0 0 20px 0;
line-height:180%;
width:691px;
clear:both;
}

.contentsLeft2 p.contentsNote{
margin:5px 0 0 0;
padding:0;
line-height:150%;
font-size:80%;
clear:both;
}

.contentsLeft2 p.contentsLead{
margin:0;
padding:0 0 20px 0;
line-height:180%;
width:691px;
clear:both;
}

@media screen and (max-width: 900px) and (min-width: 751px) {
	.contentsLeft {
		float: unset;
		margin: 0 auto;
	}
}

@media screen and (max-width: 750px) {
	.contentsBox {
		display: flex;
		flex-direction: column;
	}
	.contentsLeft {
		float: unset;
		width: 100%;
	}
	.contentsTit01 h2 {
		font-size: 18px;
	}
}

.contentsImg{
margin:0;
padding:0 0 20px 0;
width:691px;
clear:both;
}

/**/
.contentsRight{
margin:0;
padding:0;
width:181px;
float:right;
}

.sideNavi{
margin:0;
padding:0;
background:#F4F4F7;
clear:both;
}

.sideNavi h3{
margin:0 0 5px 0;
padding:0;
}

.sideNavi h3 a:link{
margin:0;
padding:10px;
background:#4C7099;
display:block;
color:#FFF;
font-size:120%;
font-weight:bold;
clear:both;
}

.sideNavi h3 a:visited{
margin:0;
padding:10px;
background:#4C7099;
display:block;
color:#FFF;
font-size:120%;
font-weight:bold;
clear:both;
}

.sideNavi h3 a:hover{
margin:0;
padding:10px;
background:#6785A8;
display:block;
color:#FFF;
font-size:120%;
font-weight:bold;
text-decoration:none;
clear:both;
}

.sideNavi h4{
margin:0 5px 5px 5px;
padding:5px 2px 3px 2px;
border-bottom:solid 2px #666;
font-weight:normal;
}

.sideNavi p{
margin:6px 0 6px 5px;
padding:13px 0 0 3px;
width:168px;
background:url(../images/line_dot.gif) repeat-x 0 0;
}

.sideNavi ul{
margin:0;
padding:0 0 5px 0;
list-style:none;
clear:both;
}

.sideNavi li{
margin:0 5px;
clear:both;
}

.sideNavi li a{
margin:0;
padding:5px 10px 5px 15px;
display:block;
width:145px;
background:transparent url(../images/arrow01.gif) no-repeat 5px 10px;
clear:both;
}

.sideNavi li.sideNaviOn a{
margin:0;
padding:5px 10px 5px 15px;
display:block;
width:145px;
background:#DDD url(../images/arrow01.gif) no-repeat 5px 10px;
color:#333;
clear:both;
}

.sideNavi li ul{
margin:0 0 0 10px;
padding:0;
list-style:none;
clear:both;
}

.sideNavi li li{
margin:0;
padding:0;
clear:both;
}

.sideNavi li li a{
margin:0;
padding:5px 10px 5px 15px;
display:block;
width:135px;
clear:both;
}

.sideNavi li.sideNaviOn li a{
margin:0;
padding:5px 10px 5px 15px;
display:block;
width:135px;
background:#F4F4F7 url(../images/arrow01.gif) no-repeat 5px 10px;
color:#1B558C;
clear:both;
}

.sideNavi li li.sideNaviOn{
margin:0;
padding:5px 10px 5px 15px;
display:block;
width:135px;
background:transparent url(../images/arrow01.gif) no-repeat 5px 10px;
color:#333;
clear:both;
}

.sideNavi li.sideNaviOn li.sideNaviOn{
margin:0;
padding:5px 10px 5px 15px;
display:block;
width:135px;
background:#F4F4F7 url(../images/arrow01.gif) no-repeat 5px 10px;
color:#333;
clear:both;
}

.sidePickup{
margin:15px 0 0 0;
padding:0;
clear:both;
}

.sidePickup h3{
margin:0;
padding:0 5px 7px 10px;
background:transparent url(../images/side_tit_mark.gif) no-repeat 0 0;
border-bottom:solid 3px #DBDBDB;
clear:both;
}

.sidePickup ul{
margin:0;
padding:0;
list-style:none;
clear:both;
}

.sidePickup li{
margin:5px 0 0 0;
padding:0;
font-size:1px;
line-height:1px;
clear:both;
}

.sideLink{
margin:15px 0 0 0;
padding:0;
clear:both;
}

.sideLink h3{
margin:0;
padding:0 5px 7px 10px;
background:transparent url(../images/side_tit_mark.gif) no-repeat 0 0;
border-bottom:solid 3px #DBDBDB;
clear:both;
}
.sideLink p{
	margin:10px 0 0;
}
.sideLink ul{
margin:0;
padding:0;
list-style:none;
clear:both;
}

.sideLink li{
margin:5px 0 0 0;
padding:5px 0;
background:transparent url(../images/line_dot.gif) repeat-x 0 100%;
clear:both;
}

.sideLink li li{
margin:5px 0 0 10px;
padding:5px 0 0 0;
background:none;
clear:both;
}

.sideLink li a{
margin:0;
padding:0 0 0 15px;
background:transparent url(../images/arrow01.gif) no-repeat 5px 50%;
clear:both;
}

.sideBtn{
margin-top:15px;
padding:0;
clear:both;
}

.sideBtn ul{
margin:0;
padding:0;
list-style:none;
clear:both;
padding:5px;
width:171px;
background:transparent url(../images/side_bg01.gif) repeat-y 100% 0;
}

.sideBtn li{
margin-bottom:5px;
font-size:1px;
line-height:1px;
clear:both;
}

.sideBtn li:last-child{
margin-bottom:0px;
}

.sideBtn li img{
vertical-align: bottom;
}

.topSideBtn li a:hover img,
.sideBtn li a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.sideNavi-offer .sideLink h4 {
	margin-left: 12px;
	cursor: pointer;
	font-weight: normal;
}
.sideNavi-offer .sideLink h4 img {
	margin-left: 4px;
	vertical-align: 2px;
}
.sideNavi-offer .sideLink h4 + ul {
	max-height: 0;
  overflow: hidden;
	transition: max-height 0.3s ease;
}
.sideNavi-offer .sideLink h4.open + ul {
  max-height: 1000px;
}
.sideNavi-offer .sideLink h4.open img {
  transform: rotate(180deg);
}

@media screen and (max-width: 900px) {
	.sideNavi li a,
	.sideNavi li li a {
		width: auto;
	}
	.sideNavi p {
		background: none;
	}
}

@media screen and (max-width: 900px) and (min-width: 751px) {
	.contentsRight {
		float: unset;
		width: auto;
		max-width: 691px;
		margin: 20px auto 0;
	}
	.sideBtn ul {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
    width: auto;
    background: transparent url(../images/side_bg01.svg) repeat 100% 0 / auto;
	}
	.sideBtn li {
		width: calc(100% / 4 - (5px * 3 / 4));
		margin-bottom: 0;
	}
	.sideBtn li img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 750px) {
	.sideNavi,
	.sideBtn {
		display: none;
	}
	
	.contentsRight {
		float: unset;
		width: 100%;
	}
	/* .sideBtn ul {
		display: flex;
		flex-wrap: wrap;
		column-gap: 5px;
		width: 100%;
		background: transparent url(../images/side_bg01.gif) repeat-y 0 0 / 100% auto;
	}
	.sideBtn li {
		width: calc(50% - 5px / 2) !important;
	}
	.sideBtn li img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
	} */
}


/**/
.exhibitcareful01{
margin:5px 0 10px 0;
padding:0;
text-align:right;
clear:both;
color:#FF0000;
}


/**/
.pagetopBtn01{
margin:20px 0 30px 0;
padding:0;
text-align:right;
clear:both;
}

.pagetopBtn01 a{
margin:0;
padding:0 0 0 15px;
font-size:90%;
background:transparent url(../images/arrow_up.gif) no-repeat 0 0;
clear:both;
}

.bottomInfo{
margin:0;
padding:5px 0 25px 0;
height:83px;
width:691px;
_overflow:hidden;
clear:both;
}

.bottomBtn{
margin:0;
padding:0;
clear:both;
}

/* 20150525追加 */
.bottomBtn a{
	display:none;
}

.bottomTel{
margin:0;
padding:0;
position:relative;
top:-73px;
left:226px;
height:61px;
width:216px;
z-index:2;
clear:both;
}

.bottomTel-sp {
	display: none;
}

@media screen and (max-width: 750px) {
	.bottomInfo {
		width: 100%;
		height: auto;
	}
	.bottomBtn, .bottomTel {
		display: none;
	}
	.bottomTel-sp {
		display: block;
		padding: 15px 0;
		margin: 0 15px;
		background: #fff;
		border: 4px solid #333;
		text-align: center;
	}
	.bottomTel-sp .contact p {
		margin-bottom: 10px;
	}
	.bottomTel-sp .contact .col_box {
		margin: 15px 15px 0;
    padding-bottom: 5px;
	}
	.bottomTel-sp .contact h3 {
		font-size: 16px;
		margin: 0 0 0.25em 0;
    padding: 0;
	}
	.bottomTel-sp .contact .time {
    font-size: 14px;
    margin: 10px;
	}
	.bottomTel-sp .contact .contact_tel strong,
	.bottomTel-sp .contact .contact_tel .telLink {
    font-size: 28px;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    color: #333;
		font-weight: bold;
	}
	.bottomTel-sp .contact .contact_tel .col:nth-of-type(2) > a {
		display: block;
		box-sizing: border-box;
    color: #FFF;
    text-align: center;
    background: #005C94;
    border-radius: 6px;
    font-weight: bold;
    width: 100%;
    height: 44px;
    font-size: 17px;
    padding-top: 11px;
    text-decoration: none;
	}
	.bottomTel-sp .contact .col_box.contact_line {
		border-top: 2px solid #dedede;
    padding-top: 15px;
	}
	.bottomTel-sp .contact .col_box.contact_line h4 {
		font-size: 16px;
	}
	.bottomTel-sp .contact .contact_line a {
		display: block;
		box-sizing: border-box;
    color: #FFF;
    text-align: center;
    background: #6BC315;
    border-radius: 6px;
    font-weight: bold;
    height: 44px;
    font-size: 16px;
    padding-top: 11px;
	}
	.bottomTel-sp .contact .contact_line a img {
		height: 23px;
	}
}

.pagetopBtn{
visibility:hidden;
}



/* msContact 201027add
-----------------------------------------------*/
#msContact{
	background: #003459;
	color: #fff;
	padding: 80px 40px;
}
#msContact .inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 !important;
}
#msContact .contactWrap{
	display: table;
	width: 100%;
}
#msContact .telWrap{
	display: table-cell;
	vertical-align: top;
	width: 412px;
	text-align: left;
}
#msContact .telWrap h2{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 36px;
}
#msContact .telWrap h2 span{
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	font-size: 36px;
	line-height: 0.9;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
#msContact .telWrap h2 strong{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: -3px;
}
#msContact .telWrap h3{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
}
#msContact .telWrap p{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#msContact .telWrap .telBox{
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#msContact .telWrap .telBox .telLink{
	display: inline-block;
	color: #fff;
}
#msContact .telWrap .telBox .telLink a{
	color: #fff;
}
#msContact .telWrap .telBox .telLink::before{
	content: "";
	display: inline-block;
	vertical-align: text-top;
	width: 35px;
	height: 35px;
	background: url("/common/images/ms/icn-tel_02.png") no-repeat center;
	background-size: 100%;
	margin-right: 12px;
}
#msContact .linkWrap{
	display: table-cell;
	vertical-align: top;
	padding-top: 10px;
}
#msContact .linkWrap ul::after{
	content: "";
	display: block;
	clear: both;
}
#msContact .linkWrap ul li{
	float: left;
	width: 21.57%;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin-left: 4.56%;
	position: relative;
}
#msContact .linkWrap ul li:first-child{
	margin-left: 0;
}
#msContact .linkWrap ul li::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
#msContact .linkWrap ul li a{
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #001a2c;
	border-radius: 4px;
}
#msContact .linkWrap ul li a span{
	display: table-cell;
	vertical-align: middle;
}
#msContact .linkWrap ul li a span img{
	display: block;
	width: 33px;
	height: auto;
	margin: 0 auto 26px;
}
#msContact .linkWrap ul li a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 4px;
	opacity: 0;
	transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
}
#msContact .linkWrap ul li a:hover::after{
	opacity: 0.2;
}
#msContact.touchDevice .linkWrap ul li a:hover::after{
	opacity: 0;
}
@media screen and (max-width: 1140px) {
	#msContact .linkWrap ul li{
		font-size: 12px;
		width: 22.75%;
		margin-left: 3%;
	}
}
@media screen and (max-width: 1000px) {
	#msContact .linkWrap ul li{
		font-size: 11px;
		width: 23.5%;
		margin-left: 2%;
	}
}
@media screen and (max-width: 980px) {
	#msContact .contactWrap{
		display: block !important;
		padding: 0 !important;
	}
	#msContact .telWrap{
		display: block;
		width: 100%;
	}
	#msContact .linkWrap{
		display: block;
		width: 100%;
		margin-top: 30px;
	}
	#msContact .linkWrap ul li{
		font-size: 14px;
		width: 21.57%;
		margin-left: 4.56%;
		margin-top: 0;
	}
}
@media screen and (max-width: 740px) {
	#msContact{
		margin-top: 60px;
		padding: 40px 16px;
	}
	#msContact .telWrap{
		text-align: center;
	}
	#msContact .telWrap h2{
		font-size: 13px;
		text-align: left;
		margin-bottom: 26px;
	}
	#msContact .telWrap h2 span{
		font-size: 32px;
		margin-right: 14px;
	}
	#msContact .telWrap h3{
		font-size: 13px;
	}
	#msContact .telWrap p{
		font-size: 12px;
		margin-bottom: 15px;
	}
	#msContact .telWrap .telBox{
		font-size: 24px;
		height: 48px;
	}
	#msContact .telWrap .telBox .telLink{
		display: block;
		background: #001a2c;
		line-height: 48px;
		border-radius: 2px;
	}
	#msContact .telWrap .telBox .telLink::before{
		width: 27px;
		height: 27px;
	}
	#msContact .linkWrap{
		margin-top: 18px;
	}
	#msContact .linkWrap ul li{
		width: 23.32%;
    margin-left: 2.18%;
    font-size: 10px;
    line-height: 1.2;
	}
	#msContact .linkWrap ul li a{
		border-radius: 2px;
	}
	#msContact .linkWrap ul li a span img{
		width: 23px;
		margin: 0 auto 6px;
	}
}
@media screen and (max-width: 460px) {
	#msContact .linkWrap ul li{
		width: 47.08%;
    margin-left: 5.83%;
    font-size: 12px;
    line-height: 1.2;
		margin-top: 20px;
	}
	#msContact .linkWrap ul li:nth-child(-n+2){
		margin-top: 0;
	}
	#msContact .linkWrap ul li:nth-child(3){
		margin-left: 0;
	}
	#msContact .linkWrap ul li a span img{
		width: 32px;
		margin: 0 auto 24px;
	}
}



/* msFooter 201027add
-----------------------------------------------*/
#msFooter{
	background-color: #fff;
	letter-spacing: 0.01em;
	padding: 75px 40px 40px;
	text-align: left;
	position: relative;
}
#msFooter a{
	color: #333 !important;
	transition: color .2s  cubic-bezier(.210, .60, .350, 1);
}
#msFooter.touchDevice a:hover{
	color: #333 !important;
}
#msFooter a:hover{
	color: #00afdd !important;
}
#msFooter .fInner{
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#msFooter #fNavi {
	font-size: 0;
	margin: 0 auto;
	padding-bottom: 30px;
}
#msFooter #fNavi .fInner::after{
	content: "";
	display: block;
	clear: both;
}
#msFooter #fNavi .col {
	float: left;
	width: 18.33%;
	margin-left: 2.08%;
}
#msFooter #fNavi .col:nth-child(1) {
	margin-left: 0;
}
#msFooter #fNavi .fBox + .fBox,
#msFooter #fNavi .fBox + .fSns{
	margin-top: 50px;
}
#msFooter #fNavi h3 {
	font-size: 14px;
	margin-bottom: 20px;
}
#msFooter #fNavi h3 a + span{
	display: none;
}
#msFooter #fNavi ul{
	font-size: 12px;
	line-height: 1.5;
}
#msFooter #fNavi ul ul {
	margin-left: 1em;
	padding-bottom: 15px;
}
#msFooter #fNavi ul li:last-child ul{
	padding-bottom: 0;
}
#msFooter #fNavi ul li {
	margin-top: 0.5em;
	font-size: 12px;
	line-height: 1.5;
}
#msFooter #fNavi ul li:first-child{
	margin-top: 0;
}
#msFooter #fNavi ul li li:first-child{
	margin-top: 0.5em;
}
#msFooter #fNavi .fSns {
	font-size:0;
}
#msFooter #fNavi .fSns ul{
	font-size: 0;
}
#msFooter #fNavi .fSns li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15.45%;
	margin-top: 0;
	width: 10.9%;
}
#msFooter #fNavi .fSns li:first-child{
	margin-left: 0;
}
#msFooter #fNavi .fSns li:nth-child(3),
#msFooter #fNavi .fSns li:nth-child(4){
	width: 11.36%;
}
#msFooter #fNavi .fSns li a{
	display: block;
	position: relative;
	transition: opacity .2s  cubic-bezier(.210, .60, .350, 1);
}
#msFooter #fNavi .fSns li a::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
#msFooter #fNavi .fSns li a:hover{
	opacity: 0.6;
}
#msFooter #fNavi .fSns li a img{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%,-50%);
}
#msFooter #fBtm{
	max-width: 1200px;
	border-top: solid 1px #e3e9f1;
	padding-top: 30px;
	margin: 0 auto;
}
#msFooter #fBtm .fInner{
	overflow: hidden;
}
#msFooter #fBtm ul {
	float:left;
	text-align: left;
	font-size: 0;
	width: auto;
}
#msFooter #fBtm ul li {
	display: inline-block;
	position:relative;
	padding: 0 8px;
	font-size: 12px;
}
#msFooter #fBtm ul li:first-child{
	padding-left: 0;
}
#msFooter #fBtm ul li:after {
	content: "";
	background-color: #333;
	position: absolute;
	width: 1px;
	height: 12px;
	top: 50%;
	right: 0;
	margin-top: -6px;
}
#msFooter #fBtm ul li:last-child:after {
	display: none;
}
#msFooter #fBtm ul li:last-child {
	margin-right:0;
}
#msFooter #fBtm  .fInner p {
	float:right;
	text-align:right;
	line-height: 1.2;
	font-size: 12px;
}
#pageTop{
	display: none !important;
}
#msPageTop{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 56px;
	height: 56px;
	background: #e3e9f1;
	border-top-left-radius: 10px;
	cursor: pointer;
}
#msPageTop::before{
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	border-top: solid 3px #003459;
	border-left: solid 3px #003459;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 4px;
	transform: translate(-50%,-50%) rotate(45deg);
}
#msPageTop::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	border-top-left-radius: 10px;
	opacity: 0;
	transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
}
#msPageTop:hover::after{
	opacity: 0.2;
}
#msFooter.touchDevice #msPageTop:hover::after{
	opacity: 0;
}
@media screen and (max-width: 980px) {
	#msFooter #fNavi .col{
		width: 23.125%;
		margin-left: 2.5%;
	}
	#msFooter #fNavi .col:last-child{
		margin-top: 36px;
	}
	#msFooter #fBtm ul{
		float: none;
	}
	#msFooter #fBtm .fInner p{
		float: none;
		margin-top: 16px;
		text-align: left;
	}
}
@media screen and (min-width: 751px) {
	#msFooter #fNavi ul{
		display: block !important; 
	}
}
@media screen and (max-width: 750px) {
	#msFooter{
		padding: 40px 16px 30px;
	}
	#msFooter .fInner {
		padding-bottom: 24px;
	}
	#msFooter #fNavi{
		padding-bottom: 28px;
	}
	#msFooter #fNavi .col{
		float: none;
		width: 100%;
		margin: 0;
	}
	#msFooter #fNavi .col:last-child{
		margin-top: 0;
	}
	#msFooter #fNavi .fBox,
	#msFooter #fNavi .fSns{
		border-top: solid 1px #e3e9f1;
		margin-top: 0 !important;
	}
	#msFooter #fNavi .fSns{
		padding-top: 14px;
		text-align: center;
	}
	#msFooter #fNavi h3{
		font-size: 13px;
	}
	#msFooter #fNavi .fBox h3{
		line-height: 49px;
		height: 49px;
		margin-bottom: 0;
	}
	#msFooter #fNavi .fSns h3{
		margin-bottom: 14px;
	}
	#msFooter #fNavi h3 a,
	#msFooter #fNavi h3 span{
		display: block;
		height: 100%;
		transition: color .2s  cubic-bezier(.210, .60, .350, 1);
	}
	#msFooter #fNavi h3 span:hover{
		color: #00afdd;
	}
	#msFooter.touchDevice #fNavi h3 span:hover{
		color: #f0f0f0;
	}
	#msFooter #fNavi h3.sp a{
		display: none;
	}
	#msFooter #fNavi h3.sp span{
		display: block !important;
		position: relative;
		cursor: pointer;
	}
	#msFooter #fNavi h3.sp a::after,
	#msFooter #fNavi h3.sp span::after{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 6px;
		height: 6px;
		margin: -2px 2px 0 0;
		border-right: solid 1px #333;
    border-bottom: solid 1px #333;
		transform: translate(0%,-50%) rotate(45deg);
		transition: border-color .2s cubic-bezier(.210, .60, .350, 1), transform .2s cubic-bezier(.210, .60, .350, 1), margin-top .2s cubic-bezier(.210, .60, .350, 1);
	}
	#msFooter #fNavi h3.active > span::after{
		margin-top: 0;
		transform: translate(0%,-50%) rotate(-135deg);
	}
	#msFooter #fNavi h3 a:hover::after,
	#msFooter #fNavi h3 span:hover::after{
		border-right-color: #00afdd;
		border-bottom-color: #00afdd;
	}
	#msFooter.touchDevice #fNavi h3.sp a:hover::after,
	#msFooter.touchDevice #fNavi h3.sp span:hover::after{
		border-right-color: #333;
		border-bottom-color: #333;
	}
	#msFooter #fNavi .fBox > ul{
		border-top: solid 1px #e3e9f1;
		padding: 14px 0;
		display: none;
	}
	#msFooter #fNavi ul li{
		margin-top: 1em;
	}
	#msFooter #fNavi ul li li:first-child{
		margin-top: 1em;
	}
	#msFooter #fNavi .fSns ul{
		text-align: center;
	}
	#msFooter #fNavi .fSns li{
		width: 19px !important;
		height: 19px;
		margin: 0 13.5px !important;
	}
	#msFooter #fBtm{
		padding-top: 16px;
		text-align: center;
	}
	#msFooter #fBtm ul{
		text-align: center;
	}
	#msFooter #fBtm .fInner p{
		text-align: center;
	}
	#msPageTop{
		position: relative;
		bottom: auto;
		right: auto;
		width: 169px;
		height: 24px;
		border-top-left-radius: 2px;
		box-shadow: none;
		margin: 26px auto 0;
	}
	#msPageTop::before{
		width: 9px;
		height: 9px;
		border-top: solid 2px #003459;
		border-left: solid 2px #003459;
		margin-top: 2px;
	}
	#msPageTop::after{
		border-top-left-radius: 2px;
	}
}
@media screen and (max-width: 565px) {
	#msFooter #fBtm ul li:nth-child(3){
		padding-right: 0;
	}
	#msFooter #fBtm ul li:nth-child(3)::after{
		display: none;
	}
	/* #msFooter #fBtm ul li:last-child{
		display: block;
		margin: 14px auto 0;
		padding: 0;
	} */
}


/* チャットアイコン 201028add
=========================================================================*/
#chatplusview #eye_catcher{
	width: 112px;
	height: 96px;
	box-sizing: border-box;
	padding-top: 18px;
	right: 12px !important;
	background: #001a2c;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1), 0 0 12px rgba(0,26,51,0.05);
	transition: background .2s  cubic-bezier(.210, .60, .350, 1);
}
#chatplusview #eye_catcher:hover{
	background: #00afdd;
}
#chatplusview #eye_catcher::before{
	content: "";
	display: block;
	width: 43px;
	height: 37px;
	background: url("/common/images/ms/ico-chat.svg") no-repeat center;
	background-size: 100%;
	margin: 0 auto 12px;
}
#chatplusview #eye_catcher::after{
	content: "チャットで質問" !important;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
}
#chatplusview #eye_catcher img{
	display: none;
}
@media screen and (max-width: 740px) {
	#chatplusview #eye_catcher{
		width: 85px;
		height: 72px;
		padding-top: 14px;
		right: 7px !important;
		border-radius: 6px;
	}
	#chatplusview #eye_catcher::before{
		width: 32px;
		height: 27.5349px;
		background-size: 100%;
		margin: 0 auto 8px;
	}
	#chatplusview #eye_catcher::after{
		font-size: 10px;
	}
}


/* ピックアップ一覧
=========================================================================*/
.picTable{
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	/*width:235px;*/
	width:auto;
	/*table-layout:auto;*/
	vertical-align:middle;
	border-collapse:collapse;
	}
.picTable th{
	padding:5px 0px 3px 5px;
	text-align:left;
	vertical-align:middle;
	font-weight:100;
	}
.picTable td{
	padding:0px 0px 4px 5px;
    vertical-align:middle;
    background:transparent url(../images/line_dot.gif) repeat-x 0 100%;
	}
.Ctable_size1 {
	font-size: 13px;
	color: #F00;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: nomal;
}
.Ctable_size2 {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}



/* ニュース一覧
=========================================================================*/
.CTable{
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	width:600px;
	/*table-layout:auto;*/
	vertical-align:middle;
	border-collapse:collapse;
	}
.CTable th{
	padding:5px 0px 3px 5px;
	text-align:left;
	vertical-align:middle;
	font-weight:100;
	}
.CTable td{
	padding:0px 0px 4px 5px;
    vertical-align:middle;
    background:transparent url(../images/line_dot.gif) repeat-x 0 100%;
	}
.CTable td.icon{
	padding:5px 5px;
	width:81px;
	vertical-align:middle;
	}






/* ニュース一覧
=========================================================================*/
.newsTable1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	width:400px;
	/*table-layout:auto;*/
	vertical-align:middle;
	border-collapse:collapse;
	}
.newsTable1 th{
	padding:5px 0px 3px 5px;
	text-align:left;
	vertical-align:middle;
	font-weight:100;
	}
.newsTable1 td{
	padding:0px 0px 4px 5px;
    vertical-align:middle;
    background:transparent url(../images/line_dot.gif) repeat-x 0 100%;
	}
.newsTable1 td.icon{
	padding:5px 5px;
	width:81px;
	vertical-align:middle;
	}

/* ニュース一覧
=========================================================================*/
.newsTable{
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	width:690px;
	/*table-layout:auto;*/
	border-collapse:collapse;
	font-style:normal;
	}
.newsTable th{
	padding:7px 0px 7px 5px;
	text-align:left;
	vertical-align:top;
	font-weight:100;
    background:transparent url(../images/line_dot.gif) repeat-x 0 100%;
	}
.newsTable td{
	padding:7px 0px 7px 10px;
    vertical-align:top;
    background:transparent url(../images/line_dot.gif) repeat-x 0 100%;
	}
.newsTable td.icon{
	padding:5px 5px;
	width:81px;
	}

/* プレビュー
===================================================*/
.preview {
position:absolute;
top:5px;
left:0;
}



/* newsA01 
#.newsA01{
/*margin:13px 30px 10px 10px;
padding:0px 0px 2px 0px;
border-collapse:collapse;
margin:15px 5px 2px 2px;
}
#.newsA01 th{
padding:0 28px 15px 0;
padding:0 10px 5px 0;
	/*padding:0px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
}
#.newsA01 td{
	/*padding:0 0px 15px 11px;
    vertical-align:top;
padding:0 10px 15px 0;
padding:0 2px 5px 0;
}

.newsTable td.icon{
	padding:5px 5px;
	width:81px;
	}


.fix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.fix{
	display:inline-block;
}
*/
/* Hides from IE-mac \
* html .fix {height: 1%;}
.fix {display: block;}
/* End hide from IE-mac */


/*text追加分*/

div.edit_border {
    border: 1px solid #A5CEE7;
    height: 1%;
    margin: 15px 8px 10px 3px;
    padding: 5px 5px 5px 5px;
}



img.img_left{
float: left;
padding: 5px;
}

div.clear{
clear: both;
margin: 0 0 10px 0;
}



/**/
.naviBox{
height:50px !important;
background:transparent url(../new_images/navi_bg01.png) repeat-x 0 100%;
}

.mainBox{
width:auto;
background:transparent url(../new_images/bg01.jpg) repeat-x 0 0;
}

.mainBox img{
border:0;
}

.mainBox:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden;
}

#flashcontent{
width:902px;
margin-right:auto;
margin-left:auto;
}

.footstepBox{
width:902px;
padding-top:10px;
margin-top:0;
margin-right:auto;
margin-left:auto;
}

.mainBox_bg{
margin-top:-4px !important;

}

.mainBox_bg .mainBox{
background:none;
}

.mainBox_bg .mainBox h1{
width:902px;
margin-right:auto;
margin-left:auto;
}

.mainBox_bg .mainBox .footstepBox{
width:902px;
padding-top:0;
margin-right:auto !important;
margin-left:auto !important;
}

@media screen and (max-width: 900px) and (min-width: 751px) {
	.footstepBox {
		max-width: 691px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 750px) {
	.footstepBox {
		width: auto;
		font-size: 9px;
		line-height: 1.5;
		white-space: nowrap;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	/* .mainBox {
		padding: 0 10px;
		overflow: hidden;
	} */
	.mainBox .productImg img{
		width: 100%;
	}
}

#topPickupLink{
margin:0 0 0 5px;
padding:0;
list-style:none;
}

/*footer 201309*/

.footerLink .footerLink01,
.footerLink .footerLink02,
.footerLink .footerLink03,
.footerLink .footerLink04,
.footerLink .footerLink05,
.footerLink .footerLink06,
.footerLink .footerLink07,
.footerLink .footerLink08{
padding:0 20px 0 0;
width:160px;
}

.footerLink .footerLink01 h2,
.footerLink .footerLink02 h2,
.footerLink .footerLink03 h2,
.footerLink .footerLink04 h2,
.footerLink .footerLink05 h2,
.footerLink .footerLink06 h2,
.footerLink .footerLink07 h2,
.footerLink .footerLink08 h2{
background:url(/common/images/arrow02.gif) no-repeat scroll 0 1px transparent;
margin:0;
padding:0 0 0 15px;
line-height:120%;
}
.footerLink .footerLink01 h2 a:link,
.footerLink .footerLink02 h2 a:link,
.footerLink .footerLink03 h2 a:link,
.footerLink .footerLink04 h2 a:link,
.footerLink .footerLink05 h2 a:link,
.footerLink .footerLink06 h2 a:link,
.footerLink .footerLink07 h2 a:link,
.footerLink .footerLink08 h2 a:link,
.footerLink .footerLink01 h2 a:visited,
.footerLink .footerLink02 h2 a:visited,
.footerLink .footerLink03 h2 a:visited,
.footerLink .footerLink04 h2 a:visited,
.footerLink .footerLink05 h2 a:visited,
.footerLink .footerLink06 h2 a:visited,
.footerLink .footerLink07 h2 a:visited,
.footerLink .footerLink08 h2 a:visited{
color:#1b558c;
}
.footerLink .footerLink01 li,
.footerLink .footerLink02 li,
.footerLink .footerLink03 li,
.footerLink .footerLink04 li,
.footerLink .footerLink05 li,
.footerLink .footerLink06 li,
.footerLink .footerLink07 li,
.footerLink .footerLink08 li{
background: url(/common/images/arrow01.gif) no-repeat scroll 0 0.4em transparent;
padding: 0 0 0 8px;
font-size:80%;
line-height:120%;
color:#1b558c;
}
.footerLink .footerLink01 li a:link,
.footerLink .footerLink02 li a:link,
.footerLink .footerLink03 li a:link,
.footerLink .footerLink04 li a:link,
.footerLink .footerLink05 li a:link,
.footerLink .footerLink06 li a:link,
.footerLink .footerLink07 li a:link,
.footerLink .footerLink08 li a:link,
.footerLink .footerLink01 li a:visited,
.footerLink .footerLink02 li a:visited,
.footerLink .footerLink03 li a:visited,
.footerLink .footerLink04 li a:visited,
.footerLink .footerLink05 li a:visited,
.footerLink .footerLink06 li a:visited,
.footerLink .footerLink07 li a:visited,
.footerLink .footerLink08 li a:visited{
color:#1b558c;
}
.footerLink{
padding-top:20px;
}
.footerLink.sub{
margin-top:10px;
padding-top:20px;
padding-bottom:30px;
background: url(/images/top_line.gif) repeat-x scroll 0 0 transparent;
}

/* 150515追加
-----------------------------------------------*/
#menuOpneBtn,
.resNaviBox{
	display:none;
}

/* 170511追加
-----------------------------------------------*/
.footerLink .footerLinkBnr{
	float:right;
}
.footerLink .footerLinkBnr a:hover img{
	opacity:0.6;
}

/* 180105追加
-----------------------------------------------*/
.footerLink .footerLinkOther{
	margin-top:22px;
}
.footerCover{
	font-size:0;
}
.footerSnsLink{
	float:left;
	width:160px;
	padding-right:20px;
	text-align:left;
}
.footerSnsLink h3{
	color:#666;
	font-size:13px;
	margin-bottom:5px;
}
.footerSnsLink ul{
	overflow:hidden;
}
.footerSnsLink ul li{
	float:left;
	clear:none;
	width:28px;
	margin:0 0 0 5px;
}
.footerSnsLink ul li:first-child{
	margin-left:0px;
}
.footerSnsLink ul li a{
	display:block;
}
.footerSnsLink ul li a img{
	width:100%;
	height:auto;
	vertical-align:top;
}
.footerSnsLink ul li a:hover img{
	opacity:0.6;
}

/* 190712追加
-----------------------------------------------*/
.footerLink .footerLinkBnrBox {
	position: relative;
	float: right;
}
.footerLink .footerLinkBnrBoxInner {
	overflow: hidden;
	position: absolute;
	right: -5px;
	top: -243px;
	width: 350px;
}
.footerLink .footerLinkBnrBoxInner .footerLinkBnr {
	float: left;
	margin: 2px;
}/*
.footerLink .footerLinkBnrBoxInner .footerLinkBnr:first-child {
	float: right;
}
.footerLink .footerLinkBnrBoxInner .footerLinkBnr:nth-child(2) {
	clear: both;
}*/


@media screen and (max-width: 1000px) {
/* header
-----------------------------------------------*/
#home .headerBox{
	width:auto;
	max-width:902px;
	padding:0 15px;
	overflow:hidden;
	position:relative;
}
#home .headerLogo{
	float:none;
	margin-bottom:10px;
}
#home .headerBox .clear{
	display:none;
}
#home .headerInq,#home .headerTool{
	display:none;
}
#home .naviBox{
	display:none;
}

/* レスポンシブメニュー
-----------------------------------------------*/
#home .resNaviBox{
	display:block;
	background:transparent url(../new_images/navi_bg01.png) repeat-x 0 100%;
	padding-bottom:4px
}
#home #menuOpneBtn{
	display:block;
	background-color:#2d699c;
	width:100%;
	padding:8px 0;
	color:#FFF;
	font-weight:bold;
	font-size:130%;
	line-height:1.2em;
	cursor:pointer;
	background-image:url(/common/new_images/menu_btn.gif);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:33px 18px;
}
#home #menuOpneBtn.active{
	background-image:url(/common/new_images/menu_btn_on.gif);
}
#menuOpneBtn:hover{
	opacity:0.6;
}
#home .resNaviBox ul{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
}
#home .resNaviBox ul li{
	border-bottom: solid 1px #ccc;
	font-size:120%;
}
#home .resNaviBox ul li a{
	display:block;
	color:#1b558c;
	font-weight:bold;
	padding:8px 15px 8px 25px;
	background: url(/common/images/arrow01.gif) no-repeat scroll 15px 13px transparent;
}
#home .resNaviBox ul li a:hover{
	background-color:#f4f4f7;
	text-decoration:none;
}
#home .resNaviBox ul li.menuInc{
	background-color:#2d699c;
	padding:8px 15px;
}
#home .resNaviBox ul li.menuInc p,
#home .resNaviBox ul li.menuInc a.menu_inq{
	color:#FFF;
	display:inline-block;
	padding:0px;
	margin:0px;
	background-image:none;
	vertical-align:middle;
}
#home .resNaviBox ul li.menuInc p a{
	padding:0;
	background:none;
	display:inline-block;
}
#home .resNaviBox ul li.menuInc p img{
	vertical-align:sub;
	margin-left:10px;
}
#home .resNaviBox ul li.menuInc a:hover{
	background-color:#2d699c;
}
#home .resNaviBox ul li.menuInc a.menu_inq{
	margin-left:10px;
	width:152px;
	height:19px;
	text-indent:-99999px;
	background:url(/common/new_images/menu_inq_btn.gif) no-repeat scroll 0px 0px transparent;
	background-size:152px 19px;
}
#home .resNaviBox ul li.menuInc a.menu_inq:hover{
	background:url(/common/new_images/menu_inq_btn_on.gif) no-repeat scroll 0px 0px transparent;
	background-size:152px 19px;
}

/* footerBox
-----------------------------------------------*/
#home .footerPagetopBtn{
	width:auto;
}
#home .footerLink{
	width:auto;
	letter-spacing:-.40em;
	padding:15px 30px 0 30px;
	margin-top:0px;
}
#home .footerLink div{
	padding:0 3.5% 20px 0;
	width:31%;
	float:none;
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
#home .footerLink .footerLink02,
#home .footerLink .footerLink07{
	padding-right:0;
}
#home .footerBottomBox{
	padding:5px 30px 0 30px;
}
#home .footerBottom{
	width:auto;
}
#home .footerBottom ul{
	overflow:hidden;
	width:auto;
	float:none;
	margin-bottom:5px;
}
#home .footerCoptright{
	width:auto;
	float:none;
}
/* 170511追加
-----------------------------------------------*/
#home .footerLink .footerLinkBnr{
	float:none;
	display:inline-block;
	text-align:center;
	padding:0;
	width:auto !important;
}
/* 180105追加
-----------------------------------------------*/
#home .footerCover{
	text-align:center;
	display:block !important;
	padding:0 !important;
	width:auto !important;
}
#home .footerSnsLink{
	float:none;
	width:auto !important;
}
/* 190712追加
-----------------------------------------------*/
#home .footerSnsLink{
	padding-right: 0 !important;
}
#home .footerLink .footerLinkBnrBox,
#home .footerLink .footerLinkBnrBoxInner{
	padding: 0;
	width: auto;
	display: block;
}
#home .footerLink .footerLinkBnrBox {
	display: block;
	float: none;
}
#home .footerLink .footerLinkBnrBoxInner {
	position: relative;
	right: 0;
	top: 0;
	width: 275px;
	margin: 0 auto;
	padding: 0;
}
#home .footerLink .footerLinkBnrBoxInner .footerLinkBnr {
	width: 135px !important;
	margin-left: 5px;
}
#home .footerLink .footerLinkBnrBoxInner .footerLinkBnr:first-child{
	margin-left: 0;
}
#home .footerLink .footerLinkBnrBoxInner .footerLinkBnr img {
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 790px) {
/* ニュース一覧
=========================================================================*/
#home .newsTable{
	width:100%;
}

#home .bottomInfo{
	width:100% !important;
	height:auto;
	max-width:691px;
	margin-left:auto !important;
	margin-right:auto !important;
	padding:0px;
	border:solid 1px #CBCBCB;
	overflow:hidden;
	background-color:#F7F7F7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#home .bottomBtn{
	float:right;
	width:239px;
	height:42px;
	padding:15px;
	background-color:#F2F2F2;
	border-left:dotted 1px #CBCBCB;
	border-top:solid 1px #FFF;
}
#home .bottomBtn img{
	display:none;
}
#home .bottomBtn a{
	display:inline-block;
	width:170px;
	height:42px;
	text-indent:-99999px;
	background-image:url(/common/new_images/bottom_btn_sp.png);
	background-repeat:no-repeat;
	background-size:170px 84px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
}
#home .bottomBtn a:hover{
	background-position:left bottom;
}
#home .bottomTel{
	border-top:solid 1px #FFF;
	width:auto;
	height:66px;
	top:0px;
	left:0px;
	margin-right:270px;
	clear:none;
	padding-left:22.5%;
	padding-top:6px;
	text-align:left;
	background-image:url(/common/new_images/bottomInfo_bg_sp.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:-30px top;
	text-align:center;
}
/* 180201追加
-----------------------------------------------*/
#home .bottomTel img{
	display:inline-block;
	width:170px;
	height:auto;
	margin-top:6px;
}
#home .bottomBtn a.line{
	width:64px;
	background-image:url(/common/new_images/bottom_btn_line_sp.png);
	background-size:64px 84px;
	margin-left:5px;
}
}
@media screen and (max-width: 640px) {
/* header
-----------------------------------------------*/
#home .headerLogo{
	float:none;
	width:auto;
	text-align:left;
}
#home .headerLogo h1{
	font-size:11px;
}
#home .headerLogo img{
	width:100%;
	max-width:354px;
	height:auto;
}

/* ニュース一覧
=========================================================================*/
#home .newsTable th,
#home .newsTable td{
	font-size:11px;
}

#home .bottomInfo{
	position:relative;
	padding-bottom:71px;
	width:288px !important;
}
#home .bottomBtn{
	float:none;
	position:absolute;
	width:100%;
	height:40px;
	bottom:0px;
	left:0px;
	padding:15px 0px;
	border-left:none;
	border-top:dotted 1px #CBCBCB;
}
#home .bottomBtn a{
	display:inline-block;
	width:160px;
	height:40px;
	background-size:160px 80px;
	margin-left:auto;
	margin-right:auto;
}
#home .bottomTel{
	width:266px;
	height:auto;
	margin-right:0px;
	padding-left:0%;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:6px;
	overflow:hidden;
	text-align:right;
	background-position:-20px 0px;
	border-left:solid 1px #FFF;
	border-right:solid 1px #FFF;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#home .bottomTel img{
	width:160px;
	height:auto;
	margin-top:0px;
}
/* 180201追加
-----------------------------------------------*/
#home .bottomBtn a.line{
	width:60px;
	background-size:60px 80px;
}

/* footerBox
-----------------------------------------------*/
#home .footerBox{
	padding-bottom:10px;
}
#home .footerLink{
	padding:15px 15px 0 15px;
}
#home .footerLink div{
	padding:0 3.5% 20px 0;
}
#home .footerBottomBox{
	height:auto;
	padding:5px 15px 0 15px;
}
#home .footerCoptright{
	font-size:11px;
	text-align:left;
	line-height:1.2em;
}
#home .footerBottom li a{
	font-size:11px;
}

}
@media screen and (max-width: 460px) {
/* レスポンシブメニュー
-----------------------------------------------*/
#home .resNaviBox ul li.menuInc a.menu_inq{
	margin-top:5px;
	margin-left:0px;
	display:block;
}

/* ニュース一覧
=========================================================================*/
#home .newsTable tr{
	width:100%;
	display:block;
	overflow:hidden;
}
#home .newsTable th{
	/* display:inline-block; */
	width:70px;
	float:left;
	padding-left:0px;
}
#home .newsTable td{
	/* display:inline-block; */
	float:left;
}
#home .newsTable td:last-child{
	width:100%;
	display:block;
	float:left;
	padding-left:0px;
	padding-top:2px;
}

/* footerBox
-----------------------------------------------*/
#home .footerLink div{
	width:48%;
	padding:0 4% 15px 0 !important;
}
#home .footerLink .footerLink01,
#home .footerLink .footerLink03,
#home .footerLink .footerLink08{
	padding-right:0px !important;
}
/* 170511追加
-----------------------------------------------*/
#home .footerLink .footerLinkBnr{
	text-align:left;
	display: inline-block;
	width: 48% !important;
	padding:0 !important;
}
#home .footerLink .footerLinkBnr a img{
	max-width:171px;
	width:100%;
	height:auto;
}
/* 180105追加
-----------------------------------------------*/
#home .footerCover{
	text-align:left;
}
#home .footerSnsLink{
	width:48% !important;
	padding-right:4%;
}
}

/* 191206追加
-----------------------------------------------*/
.sideBtn .linkBtn{
	background-color: #ffd204;
	padding: 5px;
}
.sideBtn .linkBtn p{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 0 4px;
	margin: 0;
	line-height: 1;
}
.sideBtn .linkBtn p span{
	border: 1px solid #333;
	padding: 1px 1px 1px 5px;
	margin-left: 3px;
}
.sideBtn .linkBtn a{
	position: relative;
	display: block;
	background-color: #fff;
}
.sideBtn .linkBtn a.btn:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.25);
}
.sideBtn .linkBtn a img{
	display: block;
}
.sideBtn .linkBtn a.btn{
	position: relative;
	padding: 10px;
	margin-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}
.sideBtn .linkBtn a.btn:hover{
	text-decoration: none;
	opacity: 1;
}
.sideBtn .linkBtn a.btn::before{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-image: url("/images/top/icn-arrow_01.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 16px;
	height: 7px;
	transition: right .15s  cubic-bezier(.210, .60, .350, 1);
}

@media print {
	body {
		min-width: 1100px;
	}
	#msHeader {
		display: none;
	}
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.floating {
	position: fixed;
	top: calc(50% + 40px);
	right: 0;
	z-index: 99;
	padding: 10px 0 10px 10px;
	background: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 0.15);
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
	text-align: left;
}
.floating.scroll {
	right: -160px;
}
.floating.scroll:hover {
	right: 0;
}
.floating > img {
	width: auto;
	margin: 0 0 10px 5px;
	transform: scale(1, 1);
}
.floating.scroll > img {
	transform: scale(-1, 1);
}
.floating.scroll:hover > img {
	transform: scale(1, 1);
}
.floating ul li:not(:last-of-type) {
	margin-bottom: 8px;
}
.floating ul li a {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 210px;
	height: 50px;
	padding: 7px;
	border-radius: 25px 0 0 25px;
	background: #00afdd;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	box-sizing: border-box;
	transition: all .15s ease-in-out;
}
.floating ul li.shop a {
	background: #2C373A;
}
.floating ul li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
}
.floating ul li a:hover {
	box-shadow: inset 0 0 8px rgb(0 0 0 / .25);
	transform: scale(.99);
	transform-origin: right;
	text-decoration: none;
}
.spOnly {
	display: none;
}
@media screen and (max-width: 960px) {
	.floating {
		top: unset;
		right: unset;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0;
		background: none;
		transform: none;
		transition: none;
		backdrop-filter: blur(8px);
	}
	.floating.scroll,
	.floating.scroll:hover {
		right: unset;
	}
	.floating > img {
		display: none;
	}
	.floating ul {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}
	.floating ul li:not(:last-of-type) {
		margin: 0;
	}
	.floating ul li a {
		flex-direction: column;
		gap: 4px;
		width: 100%;
		height: 60px;
		padding: 4px;
		border-radius: 0;
		background: rgb(0 175 221 / .7);
		font-size: 10px;
		font-weight: normal;
		text-align: center;
		line-height: 1.1;
		opacity: 9;
	}
	/* .floating ul li.shop a {
		background: rgb(44 55 58 / .7);
	} */
	.floating ul li a span {
		width: 24px;
		height: 24px;
		border-radius: 0;
		background: none;
	}
	.floating ul li:nth-of-type(2) span,
	.floating ul li:nth-of-type(5) span {
		margin-bottom: 5px;
	}
	.floating ul li a:hover {
		box-shadow: none;
		transform: none;
	}
	/* .floating ul li a#btn-tel-float {
		background: rgb(44 55 58 / .7);
	}
	.floating ul li a#btn-tel-float span img {
		width: 100%;
	} */
	.spOnly {
		display: block;
	}
	.pcOnly {
		display: none;
	}
}

.mspartnerBtn {
	position: absolute;
	top: 8px;
	right: 0;
	width: 140px;
	height: 43px;
}
.mspartnerBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #2C373A;
	border-radius: 4px;
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.mspartnerBtn {
		width: 126px;
    height: 40px;
	}
	.mspartnerBtn a {
		font-size: 11px;
	}
}