@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

@font-face {
    font-family: 'YuMincho-Regular';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/YuMincho-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/YuMincho-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/YuMincho-Regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/YuMincho-Regular.TTF') format('truetype'); /* Safari, Android, iOS */
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1325px;
	color: #333;
	text-align:center;
	line-height: 1.5;
	background: url(../img/common/body_bg.jpg) repeat;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
	padding: 60px 0 70px;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content{
	width: 1200px;
	margin: 0 auto;
}


	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;	
	background-color: #FFF;
}

#gHeader .hBox {
	background-color: #011628;
}

#gHeader .hArea {
	margin: 0 auto;
	width: 1200px;
}

#gHeader h1 {
	margin: 12px 30px 0 0;
	width: 650px;
	float: left;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
}

#gHeader .language {
	margin: 12px 20px 0 0;
	width: 160px;
	float: left;
}

#gHeader .language li {
	display: inline;
	color: #FFF;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

#gHeader .language li span {
	margin: 0 9px;
	color: #000;
}
#gHeader .language li a{
	margin: 0 9px;
	color: #fff;
	text-decoration: none;
}
#gHeader .language li a:hover {
	text-decoration: underline;
}

#gHeader .language .on a,
#gHeader .language .on span {
	color: #999;
}

#gHeader .sns {
	padding-top: 9px;
	float: left;
}

#gHeader .sns li {
	margin-right: 12px;
	float: left;
}

#gHeader .sns li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gHeader .link {
	width: 220px;
	float: right;
}

#gHeader .link a {
	padding: 8px 0 6px 8px;
	display: block;
	color: #FFF;
    font-family: 'YuMincho-Regular';
	font-size: 17px;
	text-align: center;
	background-color: #1B2E3E;
}

#gHeader .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gHeader .link a span {
	display: inline-block;
/*	padding-left: 33px; */
/*	background: url(../img/common/icon04.png) no-repeat left 5px; */
}

#gHeader .hInner {
	margin: 0 auto;
	width: 1200px;
}

#gHeader .hInner .logo {
	padding: 20px 30px 0 0;
	float: left;
}

#gHeader .hInner .cart {
	margin-top: 15px;
	width: 147px;
	float: right;
	text-align: center;
}
#gHeader .hInner .olink {
	margin-top: 15px;
	width: 147px;
	float: right;
	text-align: center;
	margin-right: 7px;
}
#gHeader .hInner .cart a {
	box-sizing: border-box;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 0 0;
	height: 72px;
	color: #FFF;
  font-family: 'YuMincho-Regular';
	font-size: 16px;
	letter-spacing: -2px;
	position: relative;
	background-color: #D20010;
	border-radius: 3px;
	behavior: url(/jp/js/pie.htc);
}
#gHeader .hInner .olink a {
	box-sizing: border-box;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 0 0;
	height: 72px;
	color: #FFF;
  font-family: 'YuMincho-Regular';
	font-size: 16px;
	letter-spacing: -2px;
	position: relative;
	background-color: #194D3A;
	border-radius: 3px;
	behavior: url(/jp/js/pie.htc);
}

#gHeader .hInner .olink a:hover,
#gHeader .hInner .cart a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gHeader .hInner .cart a span {
	padding-left: 35px;
	text-align: left;
	display: inline-block;
	line-height: 1.3;
	background: url(../img/common/icon05.png) no-repeat left center;
}
#gHeader .hInner .olink a>span {
	padding: 0px 0 0px 40px;
	text-align: left;
	display: inline-block;
	line-height: 1.3;
	background: url("../img/common/iconmarui.png") no-repeat left 16px;
	background-size:28px auto;
	position: relative;
}
#gHeader .hInner .olink a span span{
	position: absolute;
	left: 1px;
	top:-2px;
	letter-spacing: 0.1em;
		font-size: 13px;

}
#gHeader .menu {
	display: none;
}

#gHeader .dropMenu {
	display: none;
}

@media all and (-ms-high-contrast:none){
	#gHeader .link a span {
		background-position: left 2px;
	}
	
	#gHeader .hInner .cart a {
		padding: 11px 0 7px;
	}

	#gHeader .hInner .cart a span {
		padding-top: 3px;
		background-position: left top;
	}
} 
/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	float: left;
}

#gNavi li {
	padding: 0 10px;
	width: 85px;
	float: left;
	text-align: center;
}

#gNavi li a {
	padding-top: 42px;
	display: block;
	height: 53px;
	color: #001527;
    font-family: 'YuMincho-Regular';
	font-size: 17px;
	line-height: 1.2;
	text-decoration: none;
	border-bottom: 5px solid #FFF;
}
#gNavi li.navi03.thumb>a {
	background-color: #F6F6F6;
	border-bottom: 5px solid #F6F6F6;
}

#gNavi li.navi03.thumb:hover > a,
#gNavi .on a,
#gNavi >ul > li:hover > a {
	border-bottom: 5px solid #011628 !important;
}
#gNavi li:hover .drop {
	visibility: visible;
	opacity: 1;
	height: auto;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

#gNavi .drop {
	padding: 26px 0 21px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 140px;
	z-index: 1000;
	text-align: center;
	background: url(../img/common/drop_bg.png) repeat;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

#gNavi .drop li {
	padding: 0 29px;
	width: auto;
	display: inline;
	float: none;
	color: #FFF;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 15px;
}

#gNavi .drop li a {
	padding: 0;
	height: auto;
	display: inline-block;
	color: #FFF;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 15px;
	border: none;
}

#gNavi .drop li a:hover {
	border: none;
	text-decoration: underline;
}

#gNavi .navi03 .drop li {
	padding: 0 5px;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	padding: 14px 0 14px;
	background-color: #FFF;
}

#pagePath ul {
	width: 1186px;
	margin: 0 auto;
}

#pagePath li {
	margin-right: 8px;
	display: inline;
	font-size: 12px;
}

#pagePath li a {
	margin-right: 12px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 914px;
	float: right;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 250px;
	float: left;
}

#sideBar .title {
	padding: 15px 17px 11px;
	color: #FFF;
	font-size: 16px;
	background-color: #011628;
}

#sideBar .sLink {
	margin-bottom: 26px;
	border-bottom: 1px dotted #BBB;
}

#sideBar .sLink li {
	font-size: 15px;
	line-height: 1.6;
}

#sideBar .sLink li a {
	padding: 14px 0 11px;
	display: block;
	text-decoration: none;
	background: url(../img/common/icon16.png) no-repeat right center;
	border-top: 1px dotted #BBB;
}

#sideBar .lastLink li {
	background: url(../img/common/icon16.png) no-repeat right center;
	border-top: 1px dotted #BBB;
}

#sideBar .lastLink li a {
	display: inline-block;
	border-top: none;
	background: none;
}

#sideBar .sLink li a:hover {
	text-decoration: underline;
}

#sideBar .search {
	padding: 18px 0 25px;
}

#sideBar .search input {
	padding: 0;
	width: 201px;
	height: 38px;
	float: left;
	font-size: 15px;
	position: relative;
	border: 1px solid #CCC;
	border-radius: 5px;
	behavior: url(/jp/js/pie.htc);
}

#sideBar .search #searchsubmit {
	margin: 0;
	padding: 0;
	width: 40px;
	height:40px;
	border: none;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	float: right;
	background: url(../img/common/btn01.png) no-repeat right center;
}

#sideBar .search a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .sList {
	margin-bottom: 27px;
	font-size: 15px;
	line-height: 2;
}

#sideBar .sList dt {
	padding-top: 14px;
}

#sideBar .sList dd {
	padding-bottom: 15px;
	border-bottom: 1px dotted #BBB;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background-color: #FFF;
}

#footer .contactBox {
	padding: 81px 0;
	background: url(../img/common/contact_bg.jpg) repeat center center;
	background-size: cover;
}

#footer .contactBox .inner {
	margin: 0 auto;
	width: 1200px;
}

#footer .contactBox .contact {
	padding: 41px 0px 35px 80px;
	width: 953px;
	float: left;
	border: 1px solid #FEFEFE;
}

#footer .contactBox .contact p {
	padding-top: 10px;
	width: 515px;
	float: left;
	color: #FFF;
    font-family: 'YuMincho-Regular';
	font-size: 28px;
}

#footer .contactBox .contact .tel {
	float: left;
}

#footer .contactBox .contact .tel a {
	display: none;
}

#footer .contactBox .contact .tel span {
	margin-top: 11px;
	display: block;
	color: #FFF;
	font-size: 14px;
}

#footer .contactBox .contact .btn {
	display: none;
	margin-top: -1px;
	width: 260px;
	float: right;
}

#footer .contactBox .contact .btn a {
	padding: 19px 0 14px;
	display: block;
	color: #FFF;
    font-family: 'YuMincho-Regular';
	font-size: 17px;
	position: relative;
	text-align: center;
	background-color: #D20010;
	border-radius: 3px;
	behavior: url(/jp/js/pie.htc);
}

#footer .contactBox .contact .btn a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#footer .contactBox .contact .btn a span {
	padding-left: 35px;
	display: inline-block;
	background: url(../img/common/icon04.png) no-repeat left center;
}

#footer .contactBox .logo {
	float: right;
}

#footer .contactBox .logo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#footer .pageTop {
	text-align: center;
}

#footer .pageTop a {
	padding: 21px 0 13px;
	display: block;
	background-color: #333;
}

#footer .pageTop a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#footer .fNavi {
	padding: 21px 0 18px;
	text-align: center;
	background-color: #011628;
}

#footer .fNavi ul {
	margin: 0 auto;
	width: 1200px;
}
	
#footer .fNavi li {
	display: inline;
	color: #FFF;
	font-size: 14px;
	line-height: 1.2;
}

#footer .fNavi li a {
	margin: 0 6px;
	color: #FFF;
	text-decoration: none;
}

#footer .fNavi li a:hover {
	text-decoration: underline;
}

#footer .fBox {
	margin: 0 auto;
	padding: 32px 0;
	width: 1200px;
}

#footer .fBox p {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#footer .fBox .address {
	margin-bottom: 22px;
	font-size: 13px;
	font-weight: normal;
}

#footer .fBox .copyright {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
}


@media all and (min-width: 0) and (max-width: 767px)  {
	body {
		min-width: inherit;
	}
		
	#container {
		padding-top: 50px;
	}
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		background-color: #011628;
	}

	
	#gHeader .hBox {
		display: none;
		background-color: #011628;
	}
	
	#gHeader .hInner {
		margin: 0;
		padding: 8px 8px 7px 0;
		width: auto;
	}
	
	#gHeader .hInner .logo {
		margin: 0 auto;
		padding: 2px 0 0 0;
		width: 101px;
		float: none;
		text-align: center;
	}
	
	#gHeader .hInner .cart {
		margin-top: 0;
		width: 90px;
		position: absolute;
		right: 8px;
		top: 8px;
	}
	
	#gHeader .hInner .cart a {
		padding: 6px 0 6px 10px;
		display: block;
		color: #FFF;
		font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
		font-size: 9px;
		line-height: 1.3;
		text-decoration: none;
		letter-spacing: 0;
		height: auto;
	}
	
	#gHeader .hInner .cart a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	#gHeader .dropMenu .cart a{
		padding: 10px 0;
    display: block;
    color: #FFF;
    font-size: 17px;
    position: relative;
    background-color: #D20010;
    border-radius: 3px;
		margin: 10px 14px 20px;
		line-height: 40px;
		text-align: center;
		border-radius: 5px;
	}
	#gHeader .dropMenu .cart a span {
		padding-left: 30px;
		display: inline-block;
		background: url(../img/common/icon06.png) no-repeat left center;
		background-size: 22px auto;
	}	
	#gHeader .hInner .cart a span {
		text-align: center;
		padding-left: 20px;
		display: block;
		background: url(../img/common/icon06.png) no-repeat left center;
		background-size: 22px auto;

	}
	
	#gHeader .menu {
		display: block;
		position: absolute;
		left: 15px;
		top: 15px;
	}
	#gHeader .hInner .olink{
		display: none;
	}
	.menuOverlay {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	
	body.menuOpened .menuOverlay {
		visibility: visible;
		opacity: 0.3;
	}
	
	#gHeader .dropMenu {
		width: 100%;
		display: block;
		position: fixed;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 100;
		background-color: #fff;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		
		visibility: hidden;
		transform: translateX(-110%);
		-webkit-transform: translateX(-110%);
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	
	body.menuOpened #gHeader .dropMenu {
		visibility: visible;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}

	#gHeader .dropMenu a {
		color: #000;
		text-decoration: none;
	}
	
	#gHeader .dropMenu .close {
		padding: 15px;
		background-color: #011628;
		border-bottom: 1px solid #808B94;
	}
	
	#gHeader .dropMenu .close a {
		padding: 2px 0 0 30px;
		height: 18px;
		color: #fff;
		display: block;
		font-size: 11px;
		background: url(../img/common/close.png) no-repeat left top;
		background-size: 20px 20px;
	}

	#gHeader .dropMenu .language {
		margin: 7px 15px 7px 15px;
		width: auto;
		float: none;
		display: flex;
		justify-content: space-between;
	}
	
	#gHeader .dropMenu .language li {
		display: inline-block;
		width: 48%;
		line-height:35px; 
		font-size: 14px;
		border-radius: 5px;
		border: 1px solid #76818B;
	}
	
	#gHeader .dropMenu .language li a,
	#gHeader .dropMenu .language li span {
		margin: 0;
		padding: 5px 0 4px;
		display: block;
		text-decoration: none;
		color: #000;
	}
	
	#gHeader .dropMenu .language li a:hover {
		text-decoration: none;
	}
	
	#gHeader .dropMenu .navi {
		border-top: 1px solid #ccc;
	}
	
	#gHeader .dropMenu .navi li {
		font-size: 11px;
		border-bottom: 1px solid #ccc;
		position: relative;
	}
	#gHeader .dropMenu .navi>li.sub>a:after{
		content: "";
		display: block;
		width: 43px;
		height: 43px;
		position: absolute;
		right: 0px;
		background-image: url("../img/common/plus.png");
		background-size: 19px 19px;
		background-position: center center;
		background-repeat: no-repeat;
		top:0;
		z-index: 1;
	}
	#gHeader .dropMenu .navi>li.sub.active>a:after{
		background-image: url("../img/common/minus.png");
	}
	#gHeader .dropMenu .navi .sub > a {
		background: none;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	#gHeader .dropMenu .navi .sub.thumb > a {
		background: none;
		background-color: #ccc;
	}
	
	#gHeader .dropMenu .navi li a {
		padding: 11px 15px;
		display: block;
		background:url(../img/common/arrow.png) no-repeat calc(100% - 20px) center;
		font-size: 14px;
		font-weight: bold;
		background-size: 6px 11px;
		vertical-align: middle;
		display: flex;
		align-items: center;
	}
		#gHeader .dropMenu .navi li ul li a {
		background:#F6F6F6 url(../img/common/arrow.png) no-repeat calc(100% - 20px) center;
			background-size: 6px 11px;
}

	#gHeader .dropMenu .navi li.thumb ul li a:before{
	content: "";
	display: inline-block;
	width: 50px;
	height:50px;
		margin-right: 10px;
	background-color: #fff;
	margin-bottom: 0px;
	background-repeat:no-repeat;
	background-size: cover;
}
	#gHeader .dropMenu .navi li.thumb ul li:first-child a::before{
	background-image: url("../img/common/menu-p1.jpg");
}
	#gHeader .dropMenu .navi li.thumb ul li:nth-child(2) a::before{
	background-image: url("../img/common/menu-p2.jpg");
}
	#gHeader .dropMenu .navi li.thumb ul li:nth-child(3) a::before{
	background-image: url("../img/common/menu-p3.jpg");
}
	#gHeader .dropMenu .navi li.thumb ul li:nth-child(4) a::before{
	background-image: url("../img/common/menu-p4.jpg");
}
	#gHeader .dropMenu .navi li.thumb ul li:nth-child(5) a::before{
	background-image: url("../img/common/menu-p5.jpg");
}
	#gHeader .dropMenu .navi li.thumb ul li:nth-child(6) a::before{
	background-image: url("../img/common/menu-p6.jpg");
}
	#gHeader .dropMenu .navi li.thumb ul li:nth-child(7) a::before{
	background-image: url("../img/common/menu-p7.jpg");
}
	#gHeader .dropMenu .navi li.thumb ul li:nth-child(8) a::before{
	background-image: url("../img/common/menu-p8.jpg");
}
	#gHeader .dropMenu .navi li.thumb ul li:nth-child(9) a::before{
	background-image: url("../img/common/menu-p9.jpg");
}
	#gHeader .dropMenu .navi li.thumb ul li:nth-child(10) a::before{
	background-image: url("../img/common/menu-p10.jpg");
}


	#gHeader .dropMenu .navi li ul {
		border-top: 1px solid #ccc;
		display: none;
	}

	#gHeader .dropMenu .navi li li:last-child {
		border-bottom: none;
	}
	
	#gHeader .dropMenu .navi li li a {
		padding-left: 28px;
	}

	#gHeader .dropMenu .navi li img {
		margin: 0 10px 0 0;
		width: 16px;
		display: inline-block;
		vertical-align: middle;
	}
	
	/*------------------------------------------------------------
		グローバルナビ
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}
	
	/*------------------------------------------------------------
		パンクズリスト
	------------------------------------------------------------*/
	#pagePath {
		padding: 9px 16px 9px;
	}
	
	#pagePath ul {
		width: auto;
	}
	
	#pagePath li {
		margin-right: 6px;
		font-size: 9px;
		line-height: 2;
	}
	
	#pagePath li a {
		margin-right: 9px;
	}

	#pagePath li a:hover {
		text-decoration: none;
	}
	
	#main {
		padding: 24px 0 35px;
	}
	
	/*------------------------------------------------------------
		content
	------------------------------------------------------------*/
	.content{
		padding: 0 15px;
		width: auto;
	}

	/*------------------------------------------------------------
		コンテンツ
	------------------------------------------------------------*/
	#conts {
		width: auto;
		float: none;
	}
	
	/*------------------------------------------------------------
		サイドバー
	------------------------------------------------------------*/
	#sideBar {
		display: none;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#footer .contactBox {
		padding: 36px 15px 35px;
		background: url(../img/common/sp_contact_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#footer .contactBox .inner {
		margin: 0;
		width: auto;
	}
	
	#footer .contactBox .contact {
		margin-bottom: 12px;
		padding: 27px 35px 20px;
		width: auto;
		float: none;
	}
	
	#footer .contactBox .contact p {
		padding: 0 0 12px;
		width: auto;
		float: none;
		font-size: 16px;
		text-align: center;
	}
	
	#footer .contactBox .contact .tel {
		margin-bottom: 11px;
		float: none;
	}
		
	#footer .contactBox .contact .tel img {
		display: none;
	}
	
	#footer .contactBox .contact .tel a {
		margin: 0 auto;
		width: 255px;
		display: block;
	}

	#footer .contactBox .contact .tel a img {
		display: block;
	}
	
	#footer .contactBox .contact .tel span {
		margin-top: 14px;
		font-size: 14px;
		text-align: center;
	}
	
	#footer .contactBox .contact .btn {
		margin: 0 -20px;
		width: auto;
		float: none;
	}
	
	#footer .contactBox .contact .btn a {
		padding: 10px 0 10px;
		font-size: 13px;
	}
	
	#footer .contactBox .contact .btn a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#footer .contactBox .contact .btn a span {
		padding-left: 25px;
		display: inline-block;
		background: url(../img/common/icon07.png) no-repeat left center;
		background-size: 17px 13px;
	}
	
	#footer .contactBox .logo {
		float: none;
	}

	#footer .contactBox .logo a {
		padding: 10px 0;
		display: block;
		background-color: #FFF;
	}

	#footer .contactBox .logo a img {
		margin: 0 auto;
	}
	
	#footer .contactBox .logo a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#footer .pageTop {
		text-align: center;
	}
	
	#footer .pageTop a {
		padding: 12px 0 10px;
		display: block;
		background-color: #333;
	}

	#footer .pageTop a img {
		margin: 0 auto;
		vertical-align: baseline;
	}
	
	#footer .pageTop a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#footer .fNavi {
		padding: 21px 0 14px;
	}
	
	#footer .fNavi ul {
		margin: 0;
		width: auto;
	}
		
	#footer .fNavi li {
		margin-bottom: 6px;
		display: inline-block;
		font-size: 10px;
	}
	
	#footer .fNavi li a {
		margin: 0 4px;
		color: #FFF;
		text-decoration: none;
	}
	
	#footer .fNavi li a:hover {
		text-decoration: none;
	}
	
	#footer .fBox {
		margin: 0;
		padding: 20px 0 55px;
		width: auto;
	}
	
	#footer .fBox p {
		margin-bottom: 8px;
		font-size: 13px;
	}
	
	#footer .fBox .address {
		margin-bottom: 12px;
		font-size: 10px;
		line-height: 2;
	}
	
	#footer .fBox .copyright {
		margin-bottom: 0;
		font-size: 9px;
	}
	
}
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.vaTop { vertical-align: top !important; }
.vaMiddle { vertical-align: middle !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

img {
	vertical-align: top;
}

.sp {
	display: none;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	min-height: 300px;
	background: url(../img/common/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/common/page_title_bg.jpg',sizingMethod='scale');
}

.pageTitle h2 {
	padding-top: 100px;
	color: #FFF;
	font-size: 44px;
	text-align: center;
	font-weight: normal;
	font-family: 'YuMincho-Regular';
}

.pageTitle h2 .en {
	margin-top: 10px;
	display: block;
	color: #CCB138;
	font-size: 13px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 40px;
	clear: both;
	color: #001527;
	font-family: 'YuMincho-Regular';
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}

#main .headLine01 span {
	margin-top: 6px;
	display: block;
	color: #CFB138;
	font-size: 13px;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 21px;
	clear: both;
	font-size: 18px;
	overflow: hidden;
}

#main .headLine02 span {
	padding-right: 19px;
	display: inline-block;
	position: relative;
}

#main .headLine02 span:before {
	width: 1200px;
	height: 1px;
    background: none;
	border-bottom: 1px dotted #333;
    position: absolute;  
    top: 10px;  
    left: 100%;  
  
    content: "";
}

/*------------------------------------------------------------
	comImgList
------------------------------------------------------------*/
#main .comImgList {
	margin: -47px -26px 60px 0;
}

#main .comImgList li {
	margin: 47px 26px 0 0;
	float: left;
	width: 280px;
	font-size: 15px;
	line-height: 2;
	position: relative;
}

#main .comImgList li .num {
	position: absolute;
	left: 0;
	top: -14px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #011628;
	z-index: 10;
}

#main .comImgList li span {
	display: block;
}

#main .comImgList li .pho {
	margin-bottom: 21px;
	position: relative;
}

#main .comImgList li .pho .mark {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -13px;
	text-align: center;
	color: #FFF;
}

#main .comImgList li .ttl {
	margin-bottom: 12px;
	text-align: center;
	color: #001326;
	font-size: 18px;
	font-weight: bold;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-collapse: collapse;
}

.comTable td,
.comTable th {
	padding: 12px 3px 7px;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	line-height: 2;
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
}

.comTable th {
	width: 28%;
}

@media all and (min-width: 0) and (max-width: 767px)  {
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	/*------------------------------------------------------------
		pageTitle
	------------------------------------------------------------*/
	.pageTitle {
		min-height: 150px;
		background-image: url(../img/common/sp_page_title_bg.jpg);
	}
	
	.pageTitle h2 {
		padding-top: 45px;
		font-size: 24px;
	}
	
	.pageTitle h2 .en {
		margin-top: 5px;
		font-size: 8px;
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 18px;
		font-size: 23px;
	}
	
	#main .headLine01 span {
		margin-top: 0;
		font-size: 8px;
	}
	
		/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		margin-bottom: 18px;
		font-size: 20px;
	}

	#main .headLine02 span {
		padding-right: 10px;
	}
	
	#main .headLine02 span:before {
		top: 13px;
	}
		
	/*------------------------------------------------------------
		comTable
	------------------------------------------------------------*/
	.comTable td,
	.comTable th {
		padding: 9px 2px 6px;
		font-size: 17px;
		line-height: 1.8;
	}
	
	.comTable th {
		width: 28%;
	}
	
	/*------------------------------------------------------------
		comImgList
	------------------------------------------------------------*/
	#main .comImgList {
		margin: -23px 0 35px;
	}
	
	#main .comImgList li {
		margin: 23px 0 0 0;
		width: 48%;
		font-size: 17px;
	}

	#main .comImgList li:nth-child(2n) {
		float: right;
	}
	
	#main .comImgList li .num {
		left: 0;
		top: -7px;
		font-size: 10px;
		width: 21px;
		height: 21px;
		line-height: 21px;
	}

	#main .comImgList li .pho {
		margin-bottom: 10px;
	}
	
	#main .comImgList li .pho img {
		width: 100%;
	}
	
	#main .comImgList li .pho .mark {
		margin-top: -7px;
		font-size: 8px;
	}

	#main .comImgList li .ttl {
		margin-bottom: 3px;
		font-size: 20px;
	}
}

/*******202006******************************************/
#gNavi li.thumb ul.drop{
	display: flex;
	justify-content: center;
}
#gNavi li.thumb ul.drop li a{
	font-weight: bold;
}
#gNavi li.thumb ul.drop li a::before{
	content: "";
	display: block;
	width: 110px;
	height:110px;
	background-color: #fff;
	margin-bottom: 10px;
	background-repeat:no-repeat;
	background-size: cover;
}
#gNavi li.thumb ul.drop li a:hover::before{
	opacity: .8;
}
#gNavi li.thumb ul.drop li:first-child a::before{
	background-image: url("../img/common/menu-p1.jpg");
}
#gNavi li.thumb ul.drop li:nth-child(2) a::before{
	background-image: url("../img/common/menu-p2.jpg");
}
#gNavi li.thumb ul.drop li:nth-child(3) a::before{
	background-image: url("../img/common/menu-p3.jpg");
}
#gNavi li.thumb ul.drop li:nth-child(4) a::before{
	background-image: url("../img/common/menu-p4.jpg");
}
#gNavi li.thumb ul.drop li:nth-child(5) a::before{
	background-image: url("../img/common/menu-p5.jpg");
}
#gNavi li.thumb ul.drop li:nth-child(6) a::before{
	background-image: url("../img/common/menu-p6.jpg");
}
#gNavi li.thumb ul.drop li:nth-child(7) a::before{
	background-image: url("../img/common/menu-p7.jpg");
}
#gNavi li.thumb ul.drop li:nth-child(8) a::before{
	background-image: url("../img/common/menu-p8.jpg");
}
#gNavi li.thumb ul.drop li:nth-child(9) a::before{
	background-image: url("../img/common/menu-p11.jpg");
}
#gNavi li.thumb ul.drop li:nth-child(10) a::before{
	background-image: url("../img/common/menu-p10.jpg");
}
.footmenu{
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px)  {
	.footmenu{
		position: fixed;
		width: 100%;
		display: flex;
		z-index: 1;
		bottom: 0;
	}
	.footmenu > div{
		width: 50%;
	}
	.footmenu .cart {
	}
	.footmenu .olink {
	}
	.footmenu .cart a {
		box-sizing: border-box;
		display: flex;
		text-decoration: none !important;
		align-items: center;
		justify-content: center;
		height: 45px;
		color: #FFF;
		font-size: 12px;
		position: relative;
		background-color: #D20010;
		border-radius: 0px;
		behavior: url(/jp/js/pie.htc);
	}
	.footmenu .olink a {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none !important;
		height: 45px;
		color: #FFF;
		font-size: 12px;
		position: relative;
		background-color: #194D3A;
		border-radius: 0px;
		behavior: url(/jp/js/pie.htc);
	}

	.footmenu .olink a:hover,
	.footmenu .cart a:hover {
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

	.footmenu .cart a span {
		padding: 2px 0 2px 35px;
		text-align: left;
		display: inline-block;
		line-height: 1.3;
		background: url(../img/common/icon05.png) no-repeat left center;
	}
	.footmenu .olink a>span {
		padding: 2px 0 2px 40px;
		text-align: left;
		display: inline-block;
		line-height: 1;
		background: url("../img/common/iconmarui.png") no-repeat left  center;
		background-size:24px auto;
		position: relative;
	}
	.footmenu .olink a span span{
		line-height: 1;
		display: block;
	}


}
