@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}

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

header {
	position:fixed;
	top:0;
}

#yoto{
	margin-top:-70px;
	padding-top:70px;
}
#toku{
	margin-top:-70px;
	padding-top:70px;
}


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





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

a {
	color: #043771;
	text-decoration: none;
}
a:hover {
	color: #144d8d;
}

h1 {
	font-size: 28px;
}

h2 {
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 2.8rem;
	color: #333;
	text-align: left;
	line-height: 1.0;
	font-weight:bold;
}

h2 span {
	font-size: 1.8rem;
	vertical-align: middle;
}




h3 {
	margin-bottom: 0.25em;
	font-size: 2.4rem;
	margin-top:1.5em;
}




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

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



h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}

p {
	margin:1em 0.5em 2.5em;
}



.subcom {
margin:0em 0.5em 0.5em;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

.mark {
 vertical-align: middle;
}

em {
	font-weight: bold;
}

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

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
  padding: .6em .6em;
  margin:7em .6em 1.6em 0em;
  background-color: #f6f6f6;
  border-left: 6px solid #f00404;
 	
}




.demo {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 20px;
  color:#003300;
}
.heading {
  margin: 10px 0
}
.demo7 .heading {
  position: relative;
  height: 50px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #4682b4;
  line-height: 50px;
}
.demo7 .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #4682b4;
  color: #fff;
}
.demo7 .heading .caption:before{
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 50px 37px 0 0;
  border-right-color:#4682b4;
}
.demo7 .heading .title{
  float: left;
  padding-left: 20px;
  font-size:2rem;
}



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

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




table {
	width: 100%;
	margin-top:1em;
	margin-bottom: 3em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}


.demo2 .heading {
  background: #4682b4;
  padding: 8px 15px;
  border-radius: 0 10px 0 10px;
  color: #fff;
}



/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.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(0,0,0,.5);
	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,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* ボタン */
a.btn{
  padding: 0.5em;
  margin: 5px 0;
  display: block;
  color: #000 !important;
  border:solid 1px #ff0000;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
  }

a.btn:hover {
    border:solid 2px #ff0000;
}
 
@media screen and (min-width: 768px){
  a.btn{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }
  a.btn:before {
        margin: -3px 10px 0 0;
    }
}

a.btn-memo{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #000 !important;
  border:solid 1px #ff0000;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
  }
a.btn-memo:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: -3px 5px 0 0;
  background: url("../bottan/memo.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-memo:hover {
    border:solid 2px #ff0000;
}
 
@media screen and (min-width: 768px){
  a.btn-memo{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }
  a.btn-memo:before {
        margin: -3px 10px 0 0;
    }
}


a.btn-mail{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #000 !important;
  border:solid 1px #ff0000;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
}
a.btn-mail:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: -3px 5px 0 0;
  background: url("../bottan/mail.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-mail:hover {
    border:solid 2px #ff0000;
}
 
@media screen and (min-width: 768px){
  a.btn-mail{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }
  a.btn-mail:before {
        margin: -3px 10px 0 0;
    }
}


a.btn-fax{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #000 !important;
  border:solid 1px #ff0000;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
}
a.btn-fax:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: -3px 5px 0 0;
  background: url("../bottan/fax.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-fax:hover {
    border:solid 2px #ff0000;
}
 
@media screen and (min-width: 768px){
  a.btn-fax{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }
  a.btn-fax:before {
        margin: -3px 10px 0 0;
    }
}


a.btn-pdf{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #000 !important;
  border:solid 1px #ff0000;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
}
a.btn-pdf:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: -3px 5px 0 0;
  background: url("../bottan/pdf.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-pdf:hover {
    border:solid 2px #ff0000;
}
 
@media screen and (min-width: 768px){
  a.btn-pdf{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }
  a.btn-pdf:before {
        margin: -3px 10px 0 0;
    }
}


a.btn-excel{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #000 !important;
  border:solid 1px #006400;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
}
a.btn-excel:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: -3px 5px 0 0;
  background: url("../bottan/excel.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-excel:hover {
    border:solid 2px #006400;
}
 
@media screen and (min-width: 768px){
  a.btn-excel{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }
  a.btn-excel:before {
        margin: -3px 10px 0 0;
    }
}

a.btn-dl{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #000 !important;
  border:solid 1px #ff0000;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
}
a.btn-dl:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: -3px 5px 0 0;
  background: url("../bottan/dl.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-dl:hover {
    border:solid 2px #ff0000;
}
 
@media screen and (min-width: 768px){
  a.btn-dl{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }
  a.btn-dl:before {
        margin: -3px 10px 0 0;
    }
}



/* 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: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
}
.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: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 20px 0;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
	margin-bottom:5px;
}

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

/* 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: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:60px;	
}

.threeCol::after{
  content:"";
  display: block;
  width:32.14%;
}

.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: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width:97%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
	margin-bottom:5px;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .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) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 5px;
	}
	.threeCol .inner .image img{
	max-width: 98%;
	height: auto;
	}
}

/* 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: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.fourCol::after{
  content:"";
  display: block;
  width:23.46%;
}

.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: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((230 / 980) *100%);
	margin: 0 0 20px 0;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
	margin-bottom:5px;
}

@media screen and (max-width:767px) {
	.fourCol {
		display: block;
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
	
}


inner p {
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    }



/* お知らせ */
.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 0 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;
	}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	width: 100%;
	background: #003366;
	z-index: 100;
}

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

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

header h1 img {
	vertical-align: middle;
}

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

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

	/* 共通 */
	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: #00330;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	nav.gnav ul li:hover > a {
		color: #fff;
		background: #666;
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: 120px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 50px;
	}
	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: #fff;
	}

	/* 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: #666;
		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: -60px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	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: #444;
	}
	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:768px) {
	nav.gnav {
		display:  none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 50px;
		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 #333;
		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: #000;
	}
	nav.gnav li a:hover {
		color: #fff;
		background: #222;
	}
	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: #000;
	}
	nav.gnav .subnav a:hover:after {
		background: #222;
	}
	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: 10px;
		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 {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#navBtn .close:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		
	}
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	margin-top: 80px;
	background: #ddd;
}

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

.fnav > ul {
	width: 33%;
	margin-bottom: 0;
	font-size: 1.3rem;
}
.fnav > ul li {
	text-align: left;	
}

.subnav  {
	font-weight:bold;
	list-style:none;
	font-size:1.4rem;	
}

.subnav a {
text-decoration:none;
}


.subnav li {
	list-style:none;
	margin-left:3px;
}

.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background: #003366;
}



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

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}


.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#003366;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0rem;
	padding:0.5rem;
	font-size:1.2rem;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

a.btn-toiawasew{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  border:solid 1px #fff;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
}
a.btn-toiawasew:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: -3px 5px 0 0;
  background: url("../bottan/mailw.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-toiawasew:hover {
    border:solid 2px #fff;
}
 
@media screen and (min-width: 768px){
  a.btn-toiawasew{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }
  a.btn-toiawasew:before {
        margin: -3px 10px 0 0;
    }
}

a.btn-catalog{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  border:solid 1px #fff;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;

}
a.btn-catalog:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: -3px 5px 0 0;
  background: url("../bottan/catalogw.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-catalog:hover {
    border:solid 2px #fff;
}
 
@media screen and (min-width: 768px){
  a.btn-catalog{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }
  a.btn-catalog:before {
        margin: -3px 10px 0 0;
    }
}




.my-white{
	color:#fff;
	margin:20px 5px;
}



/*================================================
 *  バナー
 ================================================*/

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.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 {
	padding-top: 50px;
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.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) {
	.inner {
		width: 100%;
	}


img{
max-width:100%;
height:auto;
box-sizing:border-box;
}


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

	footer {
		width: 100%;
	}

	.lock {
		overflow: hidden;
	}
}


/*================================================
 *  製品情報ページ
 ================================================*/
 
 /*カテゴリ名*/
 .name {
 font-size:30px;
 text-align:left;
 }

.namesmall {
font-size:20px;
}
 

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:1.2rem;
	margin-bottom:20px;
	margin-top:0.5rem;
	padding:2px;
}

#topicpath a { text-decoration: none; 
}
 

/*================================================
 *  もっと見る
 ================================================*/
.textR{
text-align:right;
}

/*================================================
 * 　テーブル　左項目　
 ================================================*/

.tbl_left {
  border-collapse: collapse;
  width: 100%;
}
 
.tbl_left th,
.tbl_left td {
  border: 1px solid #336699;  
  padding: 10px;
}
 
.tbl_left th {
  background: #a1d8e6;
  text-align: left;
  width: 30%;
}
 
@media only screen and (max-width: 800px) {
  .tbl_left tr,
  .tbl_left th,
  .tbl_left td {
    display: block;
    width: auto;
  }
  
  .tbl_left tr:first-child {
    border-top: 1px solid #ff9999;  
  }
  
  .tbl_left th,
  .tbl_left td {
    border-top: none;
  }
}

/*================================================
 * テーブル　上項目横並び
 ================================================*/

.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
  table-layout:fixed;
}
 
.row-head th,
.row-head td {
  border: 1px solid #a9a9a9;  
  padding: 8px;
}
 
.row-head th {
  background: #d3d3d3;
}
 
.row-head label {
  line-height: 34px;
  margin: 0;
}

.row-head td img{
	margin:3px;
}
 
.row-head th.wide01{
	width:22%;
}

.row-head th.wide02{
	width:30%;
}

.row-head th.wide03{
	width:15%;
}

.row-head th.wide04{
	width:26%;
}

.row-head th.wide05{
	width:7%x;
}


.row-head th.wide15{
	width:10%;
}

.row-head th.wide16{
	width:15%;
}


.row-head th.wide17{
	width:18%;
}

.row-head th.wide19{
	width:40%;
}


.row-head td.wide11{
}

.row-head td.wide12{
	text-align:center;
}

.row-head td.wide13{
	text-align:center;
}

.row-head td.wide14{
	text-align:center;
}

.row-head td.wide15{
	text-align:center;
	}


.row-head td.wide16{
	text-align:right;
}
.row-head td.wide17{
	text-align:center;
}

.row-head td.wide18{
	text-align:left;
}



@media only screen and (max-width: 800px) {
  .row-head thead {
    display: none;
  }
  
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
  .row-head tr {
    border: 1px solid #ff9999;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }
  
  .row-head td {
    border: none;
    border-bottom: 1px solid #ff9999;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }
  
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #ff9999;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }
  

  
}

/*================================================
 * サイト内検索
 ================================================*/

.search{
width:300px;
text-align:right;
margin:8rem 0rem 3rem auto;
}


/*================================================
 * アイデア募集
 ================================================*/


.bottommenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
}
.bottommenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.bottommenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0rem;
	padding:0.5rem;
	font-size:1.2rem;
	text-align:center;
}

/*================================================
 * テーブル3列
 ================================================*/
 .three_table th{
 width:33%;
 padding:1rem;
 }
 
 .three_table td{
 width:33%;
 padding:1rem;
 }
 
/*================================================
 * テーブル2列
 ================================================*/
 .two_table th{
 width:50%;
 padding:1rem;
 }
 
 .two_table td{
 width:50%;
 padding:1rem;
 text-align:center;
 }

/*================================================
 * 日本地図
 ================================================*/
 
#japan-map {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    border:none;
}

#japan-map td{
	border:none;
}


 
.pref {
    background: #224163;
    min-height: 10px;
    font-size: 0.9em;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}
 
.pref a {
    display: block;
    min-height: 10px;
    text-decoration: none;
    color: white;
}
 
#hokkaido {
    margin: 20px 0;
}




/*================================================
 * 販売店リスト
 ================================================*/

.citylist{
	margin:30px 0 50px;
	position: relative;
	background: #dcdcdc;
	padding: 0.25em 0.5em;
	border-left: solid 5em #ff0000;
}

.citylist:before {
content: "市町村";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left:-4em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}


.citylist ul {
padding:0;
margin:0;
}

.citylist li {
padding-left:25px;
margin:0.5rem;
width:14.2%;
list-style-type:none;
float:left;
display:block;
background-image: url("../images/bg_arrow_black.png");
background-repeat: no-repeat;
background-position:0px 2px;
}

.citylist ul li a{
text-decoration:none;
}


@media screen and (max-width: 640px){
/* 640px以下は3列 */
.citylist li {
    width: 33.3%;
}
}
@media screen and (max-width: 320px){
/* 320px以下は２列 */
.citylist li {
    width: 50%;
}
}


.town {
margin:30px 0 50px;
}


/*================================================
 *  メニュー横並び
 ================================================*/
.menuyoko {
	clear: both;
	margin-top: 20px;
	display:block;
}

.menuyoko ul {
	margin-left:0px;
	list-style:none;
	display:inline-block;
}

.menuyoko li {
	text-align:left;
	margin-left:0px;
}


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

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}


.menuyoko {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	clear:both;
}
.menuyoko ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.menuyoko li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0rem;
	padding:0.5rem;
	font-size:1.8rem;
	text-align:center;
}
.menyuyoko a {
	color:#333;
	text-decoration:none;
}
.menuyoko a:hover {
	color:#333;
	text-decoration:underline;
}


/*================================================
 *  製品ページ
 ================================================*/
 .productmenu{
 	position:fixed;
}
 	


/*================================================
 *  製品ページスライドショー
 ================================================*/
 /* slide03 */
.slide03 {
    display:none;
    overflow:hidden;
    position:relative;
    width:100%;
}

.slide03 .slidePrev {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slide03 .slideNext {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slide03 .slidePrev img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slide03 .slideNext img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slide03 .slideInner {
    position:relative;
    margin:0;
    padding:0;
}
.slide03 .slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slide03 .slideInner li img {
    margin:0 5px;
    padding:0;
    vertical-align:bottom;
}

.slide03 .filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.slide03 .filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.slide03 .controlNav {
    position:relative;
    float:left;
    left:50%;
    bottom:0;
}
.slide03 .controlNav span {
    position:relative;
    left:-50%;
    overflow:hidden;
    float:left;
    width:50px;
    height:50px;
    margin:5px;
    border:2px solid #fff;
}
.slide03 .controlNav span img {
    width:100%;
    height:100%;
    vertical-align:bottom;
}
.slide03 .controlNav span:hover {
    border:2px solid #999;
    cursor:pointer;
}
.slide03 .controlNav span.current {
    border:2px solid #333;
}


/*================================================
 *  製品ページメニュー
 ================================================*/

.menuyoko2 {
	width:100%;
	clear: both;
	margin-top: 20px;
	display:block;
}


	
.menuyoko2 ul li {
	display:inline-block;
	list-style:none;
}


.menuyoko2 ul {
	width:100%;
	margin-right:auto;
}

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

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}


.menuyoko2 {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	clear:both;
}
.menuyoko2 ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.menuyoko2 li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0rem;
	padding:0.5rem;
	font-size:1.8rem;
	text-align:center;
}




.sub {
	font-size:1.4rem;
	margin:0;
}



/* よくある質問 */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt {
	position: relative;
	margin: 0 0 1.5em 0;
}
.cp_qa dd {
	position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 1.5em 2em;
	border-bottom: 1px dotted #0097a7;
}
.cp_qa dt::before, .cp_qa dd::before {
	font-size: 1.2em;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.2em;
}
.cp_qa dt::before {
	padding: 0.1em 0.3em;
	content: '\f128';
	background: #f57c00;
}
.cp_qa dd::before {
	padding: 0.12em 0.45em;
	content: '\f12a';
	background: #0097a7;
}
.cp_qa dt::after, .cp_qa dd::after {
	position: absolute;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 5px 0 5px 5px;
	border-style: solid;
}
.cp_qa dt::after {
	left: 1.5em;
	border-color: transparent transparent transparent #f57c00;
}
.cp_qa dd::after {
	left: 3.5em;
	border-color: transparent transparent transparent #0097a7;
}

/* ランキングデータ */
.conL {
	clear:both;
	box-sizing:border-box;
	float:left;
	width:50%;
	padding-right:10px;
}

.conR {
	box-sizing:border-box;
	float:right;
	width:50%;
	padding-left:10px;
}


/* ページ内リンク */

.anchor{
    display: block;
	padding-top: 70px;
    margin-top: -70px;
}



/* 用途 */

.youto{
    font-size:2.5rem;
}


/* YOUTUBE */

.youtube {
position:relative;
width:100%;
padding-top:56.25%;
}
.youtube iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}



/*google map*/
#google_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
#google_map iframe,
#google_map object,
#google_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*特定商取引*/
.companylist dt{
background-color:#dcdcdc;
padding:0.5em;
}

/*囲み枠　上ライン*/

.box{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    width:100%;
}
.box p {
    margin: 0; 
    padding: 0;
}


/* メニューボタン */
a.btnc1{
  padding: 0.5em;
  margin:5px 0;
  display: block;
  color: #000 !important;
  border:solid 1px #a9a9a9;
  background-color:#c0c0c0;
  text-decoration: none;
  font-weight: bold;
  font-size:12px;
  border-radius: 3px;
  text-align:center;

}
a.btnc1:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -3px 5px 0 0;
  background: url("../bottan/link.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.btnc1:hover {
    border:solid 1px #a9a9a9;
    background-color:#f5f5f5;
}
 
@media screen and (min-width: 768px){
  a.btnc1{
    padding: 0.5em 2em;
    margin: 5px auto;
    font-size:16px;
    display:inline-block;
    }

}


/* ボタン 0722 削除 */
a.btnc{
  padding: 0.5em;
  margin:10px 0;
  display: block;
  color: #000 !important;
  border:solid 1px #a9a9a9;
  background-color:#c0c0c0;
  text-decoration: none;
  font-weight: bold;
  font-size:14px;
  border-radius: 3px;
  text-align:center;
}
a.btnc:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -3px 5px 0 0;
  background: url("../bottan/link.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.btnc:hover {
    border:solid 1px #a9a9a9;
    background-color:#f5f5f5;
}
 
@media screen and (min-width: 768px){
  a.btnc{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }

}


	/* 用途と特長　上下 */
.use {
	margin-top:30px;
	margin-bottom:50px;
}
