@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

#contents {
	width: 980px;
	margin: 0 auto;
}

header + #contents {
	padding-top: 50px;
}

.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

a {
	color: #043771;
}
a:hover {
	color: #144d8d;
}

h1 {
	font-size: 28px;
}

h2 {
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 24px;
	color: #069;
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 3px;
	border-left: 0px solid #069;
}

h2 .sub {
	margin-top: 0px;
	margin-bottom: 0.3em;
	font-size: 20px;
	color: #069;
	text-align: center;
	line-height: 1.1;
}

h2 span {
	position: relative;
	font-size: 18px;
	color: #999;
	letter-spacing: 3px;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -25px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #999;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -25px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #999;
}

.contents_b h2 {
	margin-top: 40px;
	padding-left: 0px;
	margin-bottom: 10px;
	font-size: 28px;
	color: #069;
	text-align: center;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: 7px;
	background: url('') 0 50% no-repeat;
	border-left: 0px solid #069;
}

.contents_b h2 .sub {
	margin-top: 0px;
	margin-bottom: 0.3em;
	font-size: 20px;
	color: #069;
	text-align: center;
	line-height: 1.1;
}

.contents_b h2 span {
	position: relative;
	font-size: 18px;
	color: #999;
	letter-spacing: 3px;
}

.contents_b h2 span:before {
	position: absolute;
	top: 50%;
	left: -25px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #999;
}

.contents_b h2 span:after {
	position: absolute;
	top: 50%;
	right: -25px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #999;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 16px;
	font-weight: bold;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
	font-weight: bold;
}

h6 {
	margin-bottom: 0.2em;
	padding-left: 1px;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin:0 0 1em 0;
	line-height: 1.7;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}
sup {
	font-size: 9px;
	color: #F00;
}
blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0.3em;
	border: 1px solid #fff;
	border-collapse: collapse;
	display: block;
	overflow: auto;
	white-space: nowrap;
}

th {
	padding: 3px 12px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #ccc;
	background: #e6e6e6;
}
th .left {
	padding: 3px 0px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	background: #e6e6e6;
}
td {
	padding: 3px 12px;
	text-align: center;
	border: 1px solid #ccc;
}

#hikaku_hyo  {
	font-size: 11px;
}
#hikaku_hyo table {
	width: 100%;
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 5px;
	text-align: left;
	overflow: visible;
	white-space: normal;
	display: block;
}
#hikaku_hyo th {
	padding: 3px 12px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #ccc;
	background: #777;
	color: #FFF;
}
#hikaku_hyo td {
	padding: 3px 12px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.aramcode {
	font-weight: bold;
}
.color-bk {
	font-weight: bold;
	color: #000;
	display: inline-block;
}
.color-re {
	font-weight: bold;
	color: #F00;
	display: inline-block;
}
.color-bl {
	font-weight: bold;
	color: #06C;
	display: inline-block;
}
.color-gr {
	font-weight: bold;
	color: #093;
	display: inline-block;
}
.color-ye {
	font-weight: bold;
	color: #990;
	display: inline-block;
}
.color-gl {
	font-weight: bold;
	color: #666;
	display: inline-block;
}
.color-ye2 {
	font-weight: bold;
	color: #FFFF00;
	display: inline-block;
}
.jancd {
	font-size: 12px;
}
.jan2 {
	text-align: left;
	overflow: visible;
	white-space: normal;
	display: block;
	font-size: 11px;
	margin-top: -10px;
	margin-bottom: 60px;
}
.pankuzu {
	padding-top: 10px;
	padding-bottom: 50px;
	font-size: 12px;
	
}
@media screen and (max-width:979px) {
	.pankuzu {
		padding-top: 27px;
	}
}
.icon {
	padding-bottom: 10px;
	text-align: right;
}

.ontext {
	position: absolute;
	font-size: 32px;/* IE8以下とAndroid4.3以下用フォールバック */ 
	font-size: calc(2.1rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
	text-shadow: 2px 2px 1px #FFF , -2px -2px 1px #FFF;
	line-height: 1.3; 
	top: 50%;
	left: 65%;
	-webkit-transform: translateY(-50%) translateX(-40%);
	transform: translateY(-50%) translateX(-40%);
	color: #333;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

#cat_banner {
	background: #F3F3F3;
	padding: 20px 10px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	text-align: center;
}
#cat_banner .contents_b {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#cat_banner .contents_b .image {
	width: 100%;
	min-height: 0%;
	text-align: center;
}
#cat_banner .contents_b .image .link {
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
}
#cat_banner .contents_b .image a img {
	border: 3px solid #F3F3F3;
}
#cat_banner .contents_b .image a:hover img {
	border: 3px solid #069;
}

#index_product {
	background: #eef3f5;
	padding: 10px 10px 0px 10px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	border-top: 0px solid #DDD;
	border-bottom: 2px solid #EEE;
	text-align: center;
}
#index_product .contents_b {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#index_product .contents_b h2 {
	text-align: center;
	padding-left: 0px;
	padding-bottom: 10px;
	border-left: 0px solid #069;
}
#index_product .contents_b span {
	text-align: center;
}
#index_product .contents_b .image {
	width: 100%;
	min-height: 0%;
	text-align: center;
}
#index_product .contents_b .image a img {
	border: 2px solid #FEFEFE;
}
#index_product .contents_b .image a:active img {
	border: 2px solid #069;
}
#index_product .contents_b .image a:hover img {
	border: 2px solid #069;
}
#index_info {
	background: #f3f3f3;
	padding: 10px 10px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	border-top: 0px solid #DDD;
	border-bottom: 2px solid #EEE;
	text-align: center;
}
#index_info .contents_b {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#index_info .contents_b h2 {
	text-align: center;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left: 0px solid #069;
}
#index_info .contents_b span {
	text-align: center;
}
#index_info .contents_b dl {
	margin-bottom: 40px;
}

#index_about {
	background-image: url(../images/aboutmp_bg.png);
	padding: 10px 10px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	border-top: 0px solid #DDD;
	border-bottom: 2px solid #EEE;
	text-align: center;
}
#index_about .contents_b {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#index_about .contents_b h2 {
	text-align: left;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 34px;
	color: #777;
	line-height: 1.0;
	font-weight: normal;
	border-left: 10px solid #AAA;
	letter-spacing: 10px;
}
#index_about .contents_b h2 span {
	position: relative;
	font-size: 18px;
	color: #999;
	margin-left: 2em;
}

#index_about .contents_b h2 span:before {
	position: absolute;
	top: 50%;
	left: -25px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #999;
}

#index_about .contents_b h2 span:after {
	position: absolute;
	top: 50%;
	right: -25px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #999;
}
#index_about .contents_b h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color: #555;
	padding-bottom: 10px;
}
#index_about .contents_b span {
	text-align: center;
}
#index_about .contents_b dl {
	margin-bottom: 40px;
}
#index_about .contents_b .twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom: 3px;
	border: 0px solid #999;
}
#index_about .contents_b .twoCol .inner_left {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 34%;
	height: auto;
	margin:0 0 20px 0;
	border: 0px solid #999;
}
#index_about .contents_b .twoCol .inner_left .image {
		width: 100%;
		min-height: 0%;
}
#index_about .contents_b .twoCol .inner_right {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 66%;
	height: auto;
	margin:0 0 20px 0;
	border: 0px solid #999;
}
#index_about .contents_b .twoCol .inner_right p {
	width: 100%;
	overflow-wrap: normal;
}
@media screen and (max-width:767px) {
	#index_about .contents_b h2 {
		font-size: 28px;
		letter-spacing: 0px;
	}
	#index_about .contents_b h2 span {
		font-size: 14px;
	}
	#index_about .contents_b h3 {
		font-size: 16px;
	}
	#index_about .contents_b .twoCol .inner_left {
		width: 50%;
	}
	#index_about .contents_b .twoCol .inner_right {
		width: 50%;
	}
}

#page_title {
	background-image: url(../images/title_bg5.jpg);
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 10px;
	margin-top: 135px;
	margin-right: 20px;
	margin-left: 20px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
	text-align: center;
	border-radius: 15px;
}
@media screen and (max-width:979px) {
	#page_title {
		margin-top: 85px;
		margin-right: 10px;
		margin-left: 10px;
		padding-top: 20px;
	}
}
#page_title .contents_b {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#page_title .contents_b h2 {
	text-align: left;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-size: 32px;
	color: #666;
	line-height: 1.0;
	font-weight: bold;
	border-left: 10px solid #069;
	letter-spacing: 3px;
	text-shadow: 2px 2px 5px #FFFFFF;
}

@media screen and (max-width:767px) {
	#page_title {
	padding-top: 5px;
	}
	#page_title .contents_b h2 {
		font-size: 26px;
		padding-top: 0px;
	}
}

#page_title .contents_b h2 .sub {
	margin-top: 6px;
	margin-bottom: 0.3em;
	font-size: 16px;
	color: #666;
	text-align: left;
	line-height: 1.1;
}
#contact_up {
	padding-top: 20px;
	padding-bottom: 0px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	border-bottom: 2px solid #DDD;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 10px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(100,100,100,.1);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,100,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #069;
	border-radius: 5px;
}
.btn a:hover {
	color: #fff;
	background: #036;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom: 3px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 47.96%;
	width: calc((470 / 980) *100%);
	height: auto;
	margin:0 0 20px 0;
}

.twoCol .inner h3 {
	width: 100%;
	margin-top: 0.5em;
	text-align: center;
	color: #069;
}
.twoCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.twoCol .inner h5 {
	width: 100%;
	margin-top: 0.3em;
	text-align: left;
	font-weight: bold;
}
.twoCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}

.twoCol .inner .cen {
	width: 100%;
	display:block;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
}

.twoCol .inner .tablescroll {
	overflow: auto; /* 横スクロールバーを表示 */
	white-space: nowrap; /* セル内にあるテキストの折り返しを禁止 */
}

.twoCol .inner > a {
	width: 100%;
	height: 100%;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner .zu-image {
	text-align: center;
}
.twoCol .inner img {
	width:100%;
}

.twoCol .inner .image a img {
	border: 1px solid #DDD;
}
.twoCol .inner .image a:active img {
	border: 2px solid #069;
}
.twoCol .inner .image a:hover img {
	border: 2px solid #069;
}

.twoCol .inner .btn {
	margin-top: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.twoCol .inner .texttitle {
	position: absolute;
	width: 100%;
	top: 20%;
	left: 50%;
	-webkit-transform: translateY(-70%) translateX(-50%);
	transform: translateY(-70%) translateX(-50%);
	font-size: 32px;
	color: #036;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

.twoCol .inner .text {
	position: absolute;
	width: 100%;
	top: 30%;
	left: 50%;
	-webkit-transform: translateY(-70%) translateX(-50%);
	transform: translateY(-70%) translateX(-50%);
	font-size: 18px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

.twoCol .inner .texttel {
	position: absolute;
	width: 100%;
	top: 60%;
	left: 50%;
	-webkit-transform: translateY(-70%) translateX(-50%);
	transform: translateY(-70%) translateX(-50%);
	font-size: 26px;
	font-weight: bold;
	color: #000;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

.twoCol .inner .contact_bg {
	width: 100%;
	background: #EEE;
	border-radius: 20px;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.twoCol .inner .contact_top {
	padding: 15px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 20px;
	color: #FFF;
	background: #036;
	border-radius: 15px;
	text-align: center;
	line-height: 1.2;
}

.twoCol .inner .contact_mid {
	padding: 15px;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.twoCol .inner .contact_1 {
	width: 100%;
	padding: 15px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 22px;
	color: #FFF;
	background: #666;
	border-radius: 15px;
	text-align: center;
	line-height: 1.2;
}
.twoCol .inner .contact_2 {
	width: 100%;
	padding: 2px 20px;
	margin-top: 10px;
	font-size: 36px;
	color: #069;
	text-align: center;
	line-height: 1.0;
	font-weight: bold;
}
.twoCol .inner .btn .contact_link {
	font-size: 22px;
}

/* ボタン */
.twoCol .inner .imgbtn  {
	position: absolute;
	width: 80%;
	top: 85%;
	left: 50%;
	-webkit-transform: translateY(-70%) translateX(-50%);
	transform: translateY(-70%) translateX(-50%);
	text-align: center;
	vertical-align: middle;
	pointer-events: none;

	display: inline-block;
	padding: 8px 20px 8px 20px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #069;
}
.twoCol .inner .imgbtn a:hover {
	color: #fff;
	background: #036;
}

@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:60px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
	border-radius: 20px;
	height : 270px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}

.threeCol .inner .texttitle {
	position: absolute;
	width: 95%;
	top: 35%;
	left: 50%;
	-webkit-transform: translateY(-70%) translateX(-50%);
	transform: translateY(-70%) translateX(-50%);
	font-size: 22px;
	color: #036;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
	text-shadow: 2px 2px 2px #fff;
	line-height: 1.4;
}
@media screen and (max-width:950px) {
	.threeCol .inner .texttitle {
		position: absolute;
		width: 95%;
		top: 35%;
		left: 50%;
		-webkit-transform: translateY(-70%) translateX(-50%);
		transform: translateY(-70%) translateX(-50%);
		font-size: 18px;
		color: #036;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		pointer-events: none;
		text-shadow: 3px 3px 5px #fff;
		line-height: 1.3;
	}
}
@media screen and (max-width:767px) {
	.threeCol .inner .texttitle {
		top: 38%;
		font-size: 22px;
		line-height: 1.3;
	}
}

.threeCol .inner .text {
	position: absolute;
	width: 100%;
	top: 30%;
	left: 50%;
	-webkit-transform: translateY(-70%) translateX(-50%);
	transform: translateY(-70%) translateX(-50%);
	font-size: 13px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

.threeCol .inner .texttel {
	position: absolute;
	width: 100%;
	top: 65%;
	left: 50%;
	-webkit-transform: translateY(-70%) translateX(-50%);
	transform: translateY(-70%) translateX(-50%);
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol .inner .texttel {
		top: 65%;
		font-size: 19px;
		line-height: 1.3;
	}
}

/* ボタン */
.threeCol .inner .imgbtn  {
	position: absolute;
	width: 80%;
	top: 85%;
	left: 50%;
	-webkit-transform: translateY(-70%) translateX(-50%);
	transform: translateY(-70%) translateX(-50%);
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
	display: inline-block;
	padding: 8px 20px 8px 20px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #069;
}

@media screen and (max-width:767px) {
	.threeCol .inner .imgbtn {
		top: 85%;
	}
}


.threeCol .inner .text2 {
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		height : 280px;
		margin: 0 0 10px 0;
	}
}

/* トップページ内ＭＰフーズの特長の3カラム（スマートフォンでは1カラム) */
#feature {
	width: 980px;
	margin: 40px auto;
	padding-bottom: 20px;
}
#feature .contents_b .threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
}
#feature .contents_b .threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: flex-start;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 30.61%;
	width: calc((300 / 980) *100%);
	margin: 0 0 20px 0;
	border-radius: 0px;
	height: 100%;
	border-right: 0px solid #666;
	border-bottom: 0px solid #666;
}
#feature .contents_b h3 {
	width: 100%;
	color: #444;
	font-size: 20px;
	margin-top: 0.5em;
	text-align: center;
}
#feature .contents_b .threeCol .inner h4 {
	width: 100%;
	color: #069;
	font-size: 18px;
	margin-top: 5px;
	text-align: center;
}
@media screen and (max-width:767px) {
	#feature .contents_b .threeCol {
		display: block;
		margin-bottom: 20px;
	}
	#feature .contents_b .threeCol .inner {
		width : 100%;
		height : 100%;
		margin: 0 0 10px 0;
	}
	#feature .contents_b h3 {
		margin-top: 10px;
		font-size: 18px;
		font-weight: bold;
	}
	#feature .contents_b .threeCol .inner .image {
		width : 230px;
	}
}

/* ＭＰフーズＸ検シリーズの特長の3カラム（スマートフォンでは1カラム) */
#mpx_about {
	width: 980px;
	margin: 0px auto;
	padding-bottom: 20px;
}
#mpx_about .contents_b .threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
}
#mpx_about .contents_b .threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
	border-radius: 0px;
	height: 100%;
	border-right: 0px solid #666;
	border-bottom: 0px solid #666;
}
#mpx_about .contents_b h3 {
	width: 100%;
	color: #444;
	font-size: 20px;
	margin-top: 0.5em;
	text-align: center;
}
#mpx_about .contents_b .threeCol .inner h4 {
	width: 100%;
	color: #069;
	font-size: 18px;
	margin-top: 5px;
	text-align: center;
}
@media screen and (max-width:767px) {
	#mpx_about .contents_b .threeCol {
		display: block;
		margin-bottom: 20px;
	}
	#mpx_about .contents_b .threeCol .inner {
		width : 70%;
		height : 100%;
		margin: 0 0 10px 0;
	}
	#mpx_about .contents_b h3 {
		margin-top: 10px;
		font-size: 18px;
		font-weight: bold;
	}

}



/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 22.96%;
	width: calc((225 / 980) *100%);
	margin: 0 0 20px 0;
}
.fourCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: center;
	color: #069;
}
.fourCol .inner p {
	width: 100%;
	margin-bottom: 0px;
	text-align: justify;
}
.fourCol .inner > a {
	width: 100%;
	height: 100%;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}
.fourCol .inner .btn {
	margin-top: auto;
	padding-top: 5px;
	padding-bottom: 20px;
}
.fourCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.fourCol {
		margin-bottom: 0px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 47.96%;
		width: calc((470 / 980) *100%);
		margin-bottom: 10px;
	}
}

/* お知らせ */
.information {
	margin-bottom: 80px;
}

.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
}

.information dd {
	margin: 0;
	padding: 10px 10px 10px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}

@media screen and (max-width:767px) {
	.information {
		margin-bottom: 40px;
	}

	.information dt {
		float: none;
		margin: 0;
		padding: 10px 0 0 0;
		vertical-align: top;
		border-bottom: none;
	}

	.information dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}

.caution {
		margin: 0;
		padding: 10px 10px 0 10px;
		vertical-align: top;
		color: #f00;
		font-weight: bold;
		border: 1px dotted #f00;
	}



/*================================================
 *  ヘッダートップ
 ================================================*/
header-top {
	position: fixed;
	padding-top: 3px;
	padding-left: 5px;
	top: 0;
	left: 0;
	width: 100%;
	background: #069;
	z-index: 100;
}

header-top:after {
	content: ""; 
	display: block;
	clear: both;
}

header-top h1 {
	float: left;
	height: 20px;
	font-size: 11px;
	color: #FFF;
}

header-top h1 img {
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	header-top h1 {
		padding: 0 0 0 10px;
	}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	top: 20px;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 100;
	border-bottom: 1px solid #DDD;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}

header h1 {
	float: left;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #333;
}

header h1 img {
	vertical-align: middle;
}

header .header_tel{
  width : 280px;
  height: 50px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  float : right;
  display: block;
  }

@media screen and (max-width:979px) {
	header .header_tel {
  width : 280px;
  height: 50px;
  padding: 0px 0px 0px 0px;
  margin: 0px 50px 0px 0px;
  float : right;
  display: block;
	}
}

@media screen and (max-width:767px) {
	header .header_tel {
		display:none;
	}
}


@media screen and (max-width:768px) {
	header h1 {
		padding: 0 0 0 7px;
		width: 200px;
	}
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:980px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		display: block !important;
		float: right;
	}
	#navBtnContact {
		display: none;
	}
	#navBtnTel {
		display: none;
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position: relative;
		line-height: 50px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		background: #FFF;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	nav.gnav ul li:hover > a {
		color: #fff;
		background: #069;
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: 140px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 45px;
		background: #CCC;
		border-right: 0px solid #DDD;
		border-left: 0px solid #EEE;
		border-bottom: 0px solid #D7EEFF;
	}
	nav.gnav > ul > li:before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0px;/*線の上下位置*/
		display: inline-block;
		width: 110px;/*線の長さ*/
		height: 3px;/*線の太さ*/
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);/*位置調整*/
		background-color: #069;/*線の色*/
		border-radius: 0px;/*線の丸み*/
		
	}
	
	nav.gnav > ul > li.subnav a {
		padding-right: 20px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top: -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #666;
	}

	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 180px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #fff;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		background: #ddd;
		font-weight: normal;
	}
	nav.gnav ul li ul li a:hover {
		background: #444;
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #555;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		left: -40px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 15px;
		left: 460px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-right-color: #fff;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 15px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: -300px;
	}
	nav.gnav ul li ul li ul li {
		width: 300px;
	}
	nav.gnav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #555;
	}
	nav.gnav > ul > li:last-child > ul li ul {
		left: 100%;
	}
	nav.gnav ul li ul li ul li a {
		background: #ddd;
	}
	nav.gnav ul li ul li ul li a:hover {
		background: #666;
	}

	/* 3段目 */
	nav.gnav > ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}
}


/* タブレット・スマートフォン用 */
@media screen and (max-width:979px) {
	nav.gnav {
		display: none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 70px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #999;
		background: #000;
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		background: #333;
	}
	nav.gnav li a:hover {
		color: #fff;
		background: #069;
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #333;
	}
	nav.gnav .subnav a:hover:after {
		background: #069;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 30px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #333;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}
@media screen and (max-width:979px) {
	#navBtnContact {
		display: none;
	}
	#navBtnTel {
		display: none;
	}
}

@media screen and (max-width:767px) {
	#navBtnContact {
		display: inline-block;
		position: relative;
		width: 33px;
		margin-right: 49px;
		margin-top: 29px;
	}
	#navBtnTel {
		display: inline-block;
		position: relative;
		width: 33px;
		margin-right: 0px;
		margin-top: 29px;
	}
}
@media screen and (max-width:319px) {
	#navBtnContact {
		display: none;
	}
	#navBtnTel {
		display: none;
	}
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	margin-top: 80px;
	background: #f0f8ff;
	border-top: 1px solid #CCC;
}

.fnav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 50px;
	padding: 20px 0;
}

.fnav > ul {
	width: 33%;
	margin-bottom: 0;
	font-size: 14px;
}
.fnav > ul li {
	text-align: left;
	list-style: square inside;
}

.corp {
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #069;
}
.corp h4 {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.copyright {
	padding: 20px 0;
	color: #333;
	font-size: 11px;
	text-align: center;
	background: #FFF;
}

.footerlink {
	padding: 10px;
	color: #333;
	font-size: 14px;
	text-align: center;
	background: #DDD;
}

@media screen and (max-width:767px) {
	footer {
		margin-top: 40px;
	}

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
	.corp {
		font-size: 11px;
		padding-left: 7px;
		padding-right: 7px;
		text-align: left;
	}
	.corp h4 {
		font-size: 12px;
		padding-left: 3px;
		text-align: left;
	}
	.corp img {
		width: 300px;
	}	
	.copyright {
		font-size: 10px;
	}
	.footerlink {
		font-size: 11px;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#111;
}
.totop img:hover {
	background:#222;
}

/*================================================
 *  スライドショー
 ================================================*/
#slide_contents {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	width: 100%;
}

#slide_contents .slide {
	padding-top: 116px;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
/*	box-shadow: 0px 1px 6px -1px; */
}
#slide_contents .slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
#slide_contents .slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

@media screen and (max-width:979px) {
	#slide_contents .slide {
	padding-top: 71px;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	}
}
/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}
	#feature {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}
	#mpx_about {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}
	
	footer {
		width: 100%;
	}

	.lock {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
	}
}
