@charset "UTF-8";
/*
	module:　m-box-section
	- コンテンツの区切りを表す基本ボックス
	- <div class="m-box-section">example</div>
----------------------------------------------*/

.m-box-section {
	margin-top: 50px;
	padding-bottom: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-box-section {
		margin-top: 30px;
	}

	.m-box-section:first-child {
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.m-box-section:first-child {
		margin-top: 87px;
	}
}


@media screen and (min-width: 980px) {
	.m-box-section:first-child {
		/*
	  margin-top: 120px; } }
*/
		margin-top: 87px;
	}
}

/*
	module:　m-box-fixed
	- 固定幅・中央揃えのボックス
	- <div class="m-box-fixed">example</div>
----------------------------------------------*/

.m-box-fixed {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.m-box-fixed.w-full {
	max-width: 100%;
	padding: 0;
}

/*
	module:　m-box-opacity
	- ホバー時に下の画像を透過させる
----------------------------------------------*/

.m-box-opacity {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.m-box-opacity:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6);
	opacity: 0.6;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*
	module:　m-box-imgTxt
	- 画像とテキストの横並び
----------------------------------------------*/

.m-box-imgTxt1 {
	*zoom: 1;
}

.m-box-imgTxt1:after {
	content: " ";
	display: table;
	clear: both;
}

.m-box-imgTxt1 .imgBox {
	float: left;
	margin-right: 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-box-imgTxt1 .imgBox {
		float: inherit;
		margin-right: 0px;
	}

	.m-box-imgTxt1 .imgBox img {
		width: 100%;
		height: auto;
	}
}

.m-box-imgTxt1 .textBox {
	overflow: hidden;
}
.m-box-imgTxt1 .imgbox img.default,
.m-box-imgTxt2 .imgbox img.default {
	width: auto !important;
}

@media screen and (min-width: 0px) and (max-width: 767px) {

	.m-box-imgTxt1 .textBox,
	.m-box-imgTxt2 .textBox {
		margin-top: 20px;
	}
}

.m-box-imgTxt2 {
	*zoom: 1;
}

.m-box-imgTxt2:after {
	content: " ";
	display: table;
	clear: both;
}

.m-box-imgTxt2 .imgBox {
	float: right;
	margin-left: 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-box-imgTxt2 .imgBox {
		float: inherit;
		margin-left: 0px;
	}

	.m-box-imgTxt2 .imgBox img {
		width: 100%;
		height: auto;
	}
}

.m-box-imgTxt2 .txtBox {
	overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-box-imgTxt2 .txtBox {
		margin-top: 20px;
	}
}

/*
	module:　m-box-access
	- お問い合わせ
----------------------------------------------*/

.m-box-contact {
	border: 1px solid #106cc0;
	padding: 40px 20px 35px;
	text-align: center;
}

.m-box-contact dt {
	font-size: 125%;
	line-height: 1.5;
	font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-box-contact dt {
		font-size: 87%;
	}
}

.m-box-contact dd {
	line-height: 1.5;
	font-weight: bold;
	font-size: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-box-contact dd {
		font-size: 75%;
	}
}

.m-box-contact dd.num {
	display: inline-block;
	padding-left: 72px;
	background: url(../../re2016_support/images/i_access-tell.png) no-repeat left center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-box-contact dd.num {
		-webkit-background-size: 36px;
		-o-background-size: 36px;
		background-size: 36px;
		padding-left: 36px;
	}
}

.m-box-contact dd.num address {
	color: #005eb8;
	font-size: 312%;
	font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-box-contact dd.num address {
		font-size: 200%;
	}
}

.m-box-contact dd.store-tell {
	color: #005eb8;
	font-size: 125%;
}

/*
	module:　m-icon-xxx
	- アイコン付きテキストリンク
----------------------------------------------*/

.m-icon-arrow {
	position: relative;
	padding-right: 24px;
}

.m-icon-arrow:after {
	content: '';
	position: absolute;
	right: 2px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-icon-arrow.white-ar:after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.m-icon-arrow.blue-ar:after {
	border-right: 1px solid #005eb8;
	border-top: 1px solid #005eb8;
}

.m-icon-arrow2 {
	position: relative;
}

.m-icon-arrow2:after {
	content: '';
	position: absolute;
	left: -16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 4px;
	height: 4px;
	background-color: transparent;
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-icon-arrow3 {
	position: relative;
	padding-right: 0px;
}

.m-icon-arrow3:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-right: 1px solid #005eb8;
	border-top: 1px solid #005eb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-icon-arrow3.white-ar:after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.m-icon-arrow3.black-ar:after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}



/*----表内アロー右矢印----*/

.m-icon-arrow-table {
	position: relative;
	padding-right: 24px;
}

.m-icon-arrow-table:after {
	content: '';
	position: absolute;
	right: 2px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-icon-arrow-table.white-ar:after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.m-icon-arrow-table.blue-ar:after {
	border-right: 1px solid #005eb8;
	border-top: 1px solid #005eb8;
}

.m-icon-arrow-table > a > span {
	display: table-cell;
	vertical-align: middle;
}

.m-icon-arrow-table span.nickname {
	margin-top: 3px;
	font-size: 12px;
	display: block;
}

@media all and (-ms-high-contrast:none) {
	.m-icon-arrow-table:after {
		top: 24px;
	}
}

@media all and (-ms-high-contrast:none) {
	.m-icon-arrow-table:after {
		top: 2px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) and (-ms-high-contrast:none) {
	.m-icon-arrow-table:after {
		top: 70px;
	}
}


@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-icon-arrow-table > a > span {
		display: inline;
	}

	.m-icon-arrow-table span.nickname {
		margin-top: 0;
		font-size: 12px;
	}
}


/*----表内アロー下矢印----*/

.m-icon-arrow-table2 {
	position: relative;
	padding-right: 24px;
}

.m-icon-arrow-table2:after {
	content: '';
	position: absolute;
	right: 17px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border-right: 1px solid #005eb8;
	border-bottom: 1px solid #005eb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-icon-arrow-table2.white-ar:after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.m-icon-arrow-table2.blue-ar:after {
	border-right: 1px solid #005eb8;
	border-bottom: 1px solid #005eb8;
}

@media all and (-ms-high-contrast:none) {
	.m-icon-arrow-table2:after {
		top: 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) and (-ms-high-contrast:none) {
	.m-icon-arrow-table2:after {
		top: 70px;
	}
}

/* 外部リンク */

/* メール */

/* ZIP */

/* PDF */

a[href$=".pdf"]:after {
	content: "";
	padding-right: 20px;
	background: url("../images/b_pdf.gif") no-repeat;
	background-position: right center;
}

/* Word */

/* Excel */

/* PPT */

/*
	module:　m-list-inline
	- 横並びリスト
-----------------------------------------------------------------*/

/*
	module: m-list-indent
	- テキストの頭出し
----------------------------------------------*/

/*
	module:　m-list-topicpath
	- パンくず
----------------------------------------------*/

.m-list-topicpath {
	*zoom: 1;
	font-size: 75%;
}

@media screen and (min-width: 980px) {
	.m-list-topicpath {
		margin-top: 120px;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-list-topicpath {
		margin-top: 20px;
	}
}

.m-list-topicpath:after {
	content: " ";
	display: table;
	clear: both;
}

.m-list-topicpath li {
	position: relative;
	float: left;
	margin-right: 20px;
	padding-right: 26px;
}

.m-list-topicpath li:after {
	content: '';
	position: absolute;
	right: 2px;
	top: -2px;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 6px;
	height: 6px;
	background-color: transparent;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-list-topicpath li:last-child {
	margin-right: 0;
	padding-right: 0;
	font-weight: bold;
	background: none;
}

.m-list-topicpath li:last-child:after {
	display: none;
	width: 0px;
	height: 0px;
	border: none;
}

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

* html .clearfix {
	zoom: 1;
}

/* IE6 */

*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-list-topicpath li {
		margin-right: 10px;
		padding-right: 16px;
	}
}

/*
	module:　m-table-common
	- テーブルの基本スタイル
-----------------------------------------------------------------*/

.m-table-common {
	width: 100%;
	vertical-align: middle;
}

.m-table-common caption {
	font-weight: bold;
	padding-bottom: 5px;
}

.m-table-common thead th {
	padding: 14px;
	padding-left: 30px;
	border: 1px solid #ccc;
	background: #ccc;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}

.m-table-common thead th:first-child {
	background: #333;
	color: #FFF;
}

.m-table-common tbody th,
.m-table-common tbody td {
	padding: 11px;
	padding-left: 30px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.m-table-common tbody th {
	width: 20%;
	background: #e5eef8;
	font-size: 87%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.m-table-common tbody th span.indis {
	font-size: 75%;
	vertical-align: super;
	padding-left: 3px;
	color: #ff0000;
}

.m-table-common tbody td {
	vertical-align: middle;
}

.m-table-common2 {
	width: 100%;
	vertical-align: middle;
}

.m-table-common2 caption {
	font-weight: bold;
	padding-bottom: 5px;
}

.m-table-common2 thead th {
	padding: 18px;
	border: 1px solid #ccc;
	background: #ccc;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.m-table-common2 thead th:first-child {
	background: #333;
	color: #FFF;
}

.m-table-common2 tbody th,
.m-table-common2 tbody td {
	padding: 18px;
	border-top: 1px solid #005eb8;
	border-bottom: 1px solid #005eb8;
	vertical-align: middle;
	line-height: 1.4;
}

@media screen and (min-width: 0px) and (max-width: 767px) {

	.m-table-common2 tbody th,
	.m-table-common2 tbody td {
		padding: 18px;
		border-top: none;
		border-bottom: none;
		vertical-align: middle;
		line-height: 1.4;
	}

	.m-table-common2 tbody th {
		padding: 10px 0;
	}
}

.m-table-common2 tbody th {
	width: 20%;
	background: #e5eef7;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-table-common2 tbody th {
		width: auto;
		display: block;
		margin-top: 30px;
		border-top: 2px solid #005eb8;
	}
}

.m-table-common2 tbody th span.indis {
	font-size: 75%;
	vertical-align: middle;
	margin-left: 10px;
	color: #ed8835;
}

.m-table-common2 tbody td {
	padding-left: 30px;
	vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-table-common2 tbody td {
		display: block;
		border-bottom: 1px solid #005eb8;
	}
}

.m-table-common2 tbody td.link-area {
	width: 40%;
	box-sizing: border-box;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-table-common2 tbody td.link-area {
		width: auto;
		border-bottom: 2px solid #005eb8;
	}
}

.m-table-common2 tbody td.link-area a {
	color: #005eb8;
}

.fzs {
	font-size: 14px;
}

.fzl {
	font-size: 20px;
}
.bg_lightblue {
	padding: 30px;
	background-color: #e5eef7;
}

.m-table-common3 .label.color_new {
	margin-left: 5px;
}

/*------------productの比較表----------------*/

.m-table-common3 {
	width: 100%;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@-moz-document url-prefix() {
	/* Firefox用ハック */
	border-collapse: separate !important;
}

th,
td {
	border-bottom: 1px solid #000;
}

.m-table-common3 caption {
	font-weight: bold;
	padding-bottom: 5px;
}

.m-table-common3 thead th {
	padding: 18px;
	border: 1px solid #ccc;
	background: #ccc;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.m-table-common3 thead th:first-child {
	background: #333;
	color: #FFF;
}

.m-table-common3 tbody th,
.m-table-common3 tbody td {
	padding: 0 18px;
	border-top: 1px solid #005eb8;
	border-bottom: 1px solid #005eb8;
	vertical-align: middle;
	line-height: 1.4;
}

@media screen and (min-width: 0px) and (max-width: 767px) {

	.m-table-common3 tbody th,
	.m-table-common3 tbody td {
		padding: 0;
	}
}

.m-table-common3 tbody th {
	width: 3em;
	background: #fff;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-table-common3 tbody th {
		padding-right: 5px;
	}
}

.m-table-common3 tbody th span.indis {
	font-size: 75%;
	vertical-align: middle;
	margin-left: 10px;
	color: #ed8835;
}

.m-table-common3 tbody td {
	padding: 10px 0;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.m-table-common3 tbody td {
		display: none;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-table-common3 tbody td {
		display: none;
	}
}

.m-table-common3 tbody td.youtubeicon {
	width: 3em;
	vertical-align: middle;
	background-color: #d6d6d6;
	padding-right: 10px;
	padding-left: 10px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.m-table-common3 tbody td.youtubeicon {
		width: 17%;
		display: table-cell;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-table-common3 tbody td.youtubeicon {
		width: 17%;
		display: table-cell;
	}
}

.m-table-common3 tbody td.link-area a {
	color: #005eb8;
}

.m-table-common3 tbody tr.m-table-common3_title th {
	background: #fff;
	text-align: left;
	font-weight: bold;
}

.m-table-common3 tbody td div.m-icon-arrow-table:after {
	right: 10px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-table-common3 tbody td.m-icon-arrow-table:after {
		right: 10px;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-table-common3 .m-icon-arrow-table:after {
		display: block;
		border: none;
		/*background: url(../images/pc_ico03.png) no-repeat right center;*/
		width: 20px;
		height: 20px;
		right: 5px !important;
		webkit-transform: rotate(0deg);
		transform: rotate(0deg);

	}
}

.m-table-common3 tbody td.machinetext {
	width: 20em;
	text-align: left;
	background-color: #e5eef7;
	padding-left: 10px;
}

.m-table-common3 tbody td.machinetext:hover {
	background-color: #9bcbf7;
}

.m-table-common3 tbody td.machinetext a:hover {
	text-decoration: none;
}

.m-table-common3 tbody td.machinetext.no-link:hover {
	background-color: #e5eef7;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.m-table-common3 tbody td.machinetext {
		display: table-cell;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-table-common3 tbody td.machinetext {
		display: table-cell;
	}
}

.m-table-common3 tbody tr.m-table-common3_title th,
.m-table-common3 tbody tr.m-table-common3_title td {
	border-top: none;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 0;
	font-weight: bold;
}

.m-table-common3 .label.color_new {
	margin-left: 5px;
}

/*
	module:　m-txt-ttl01
	- 見出し<h1>
----------------------------------------------*/

/*
	module:　m-txt-ttl02
	- 見出し<h2>
----------------------------------------------*/

.m-txt-ttl02 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-txt-ttl02 {
		position: static;
		font-size: 142%;
		margin: auto;
	}
}

.m-txt-ttl02 span.t-blue {
	color: #1366bb;
}

.m-txt-ttl02-2 {
	display: block;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
	margin: 30px auto 40px;
	padding: 15px 15px 12px;
	color: #FFF;
	background: -webkit-gradient(linear, left right, left right, color-stop(0, #0b318f), color-stop(0.4, #0069b6), color-stop(1, #00b9ef));
	background: -webkit-linear-gradient(left, #0b318f 0%, #0069b6 40%, #00b9ef 100%);
	background: -moz-linear-gradient(left, #0b318f 0%, #0069b6 40%, #00b9ef 100%);
	background: -o-linear-gradient(left, #0b318f 0%, #0069b6 40%, #00b9ef 100%);
	background: -ms-linear-gradient(left, #0b318f 0%, #0069b6 40%, #00b9ef 100%);
	background: linear-gradient(to right, #0b318f 0%, #0069b6 40%, #00b9ef 100%);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-txt-ttl02-2 {
		font-size: 128%;
	}
}

/*
	module:　m-txt-ttl03
	- 見出し<h3>
----------------------------------------------*/

.m-txt-ttl03 {
	display: block;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	margin: 30px auto 10px;
	color: #005eb8;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-txt-ttl03 {
		font-size: 137%;
	}
}

/*
	module:　m-txt-ttl04
	- 見出し<h4>
----------------------------------------------*/

.m-txt-ttl04 {
	display: block;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
	margin: 30px auto 20px;
	padding: 20px 0 0;
	color: #005eb8;
	border-top: 1px solid rgba(0, 94, 184, 0.3);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-txt-ttl04 {
		font-size: 112%;
	}
}


/*
  module:　m-txt-ttl05
  - 見出し<h5>
----------------------------------------------*/

.m-txt-ttl05 {
	position: relative;
	padding-left: 1em;
	font-size: 142%;
	font-weight: bold;
}

.m-txt-ttl05:before {
	content: "■";
	position: absolute;
	top: -4px;
	left: 0;
	color: #005eb8;
}

/*
	module:　m-btn-img
	- 画像系リンク
----------------------------------------------*/

.m-btn-img01 {
	background: #005eb8;
	position: relative;
	height: auto;
	float: left;
}

.m-btn-img01:hover {
	cursor: pointer;
}

.m-btn-img01:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6);
	opacity: 0.6;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.m-btn-img01 figure {
	width: 100%;
	margin: 0;
}

.m-btn-img01 figure img {
	width: 100%;
	border: 1px solid #fff;
}

@media screen and (min-width: 0px) and (max-width: 666px) {
	.m-btn-img01 figure {
		height: 100px;
	}

	.m-btn-img01 figure img {
		display: none;
	}
}

.m-btn-img01 figure figcaption {
	display: table;
	position: absolute;
	text-shadow: 0 0 5px #000;
	top: 50%;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: -0.5em auto 0;
	font-size: 150%;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}

.m-btn-img01 figure figcaption.t-2line {
	margin: -1em auto 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-btn-img01 figure figcaption {
		font-size: 125%;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.m-btn-img01 figure figcaption {
		font-size: 137%;
	}
}

.m-btn-img01 figure figcaption a {
	color: #FFF;
	font-weight: bold;
}

.m-btn-img01 figure figcaption a:hover,
.m-btn-img01 figure figcaption a:active {
	text-decoration: none;
}

.m-btn-img02 {
	background: #005eb8;
	height: auto;
	float: left;
}

.m-btn-img02:hover {
	cursor: pointer;
}

.m-btn-img02:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6);
	opacity: 0.6;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.m-btn-img02 figure {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.m-btn-img02 figure img {
	width: 100%;
	border: 1px solid #fff;
}

.m-btn-img02 figure figcaption {
	display: table;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	width: 101%;
	height: 40px;
	margin: auto;
	font-size: 100%;
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-btn-img02 figure figcaption {
		height: 30px;
		font-size: 75%;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.m-btn-img02 figure figcaption {
		height: 30px;
		font-size: 87%;
	}
}

.m-btn-img02 figure figcaption a {
	display: table-cell;
	color: #2c2a29;
	vertical-align: middle;
	font-weight: 600;
}

.m-btn-img02 figure figcaption a:hover,
.m-btn-img02 figure figcaption a:active {
	text-decoration: none;
}

.m-btn-img02-2 {
	/*	background: $OkumaBlue;*/
	height: auto;
	float: left;
}

.m-btn-img02-2:hover {
	cursor: pointer;
}

.m-btn-img02-2:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6);
	opacity: 0.6;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.m-btn-img02-2 figure {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.m-btn-img02-2 figure img {
	width: 100%;
}

.m-btn-img02-2 figure figcaption {
	display: table;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
	height: 50px;
	margin: auto;
	font-size: 112%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-btn-img02-2 figure figcaption {
		bottom: 10px;
		height: 30px;
		font-size: 75%;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.m-btn-img02-2 figure figcaption {
		height: 30px;
		font-size: 87%;
	}
}

.m-btn-img02-2 figure figcaption a {
	display: table-cell;
	vertical-align: middle;
}

.m-btn-img02-2 figure figcaption a:hover,
.m-btn-img02-2 figure figcaption a:active {
	text-decoration: none;
}

/*
	module:　m-btn-txt
	- テキストリンク
----------------------------------------------*/

.m-btn-txt a:hover {
	text-decoration: none;
}

/*
	module:　m-btn-txt
	- ページリンク小ボタン
----------------------------------------------*/

.m-btn-detail span {
	font-weight: bold;
}

.m-btn-detail p {
	margin-top: 20px;
	padding: 21px 0 19px 20px;
	border: 1px solid #ccc;
	width: 25%;
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.m-btn-detail p:hover {
	background: #005eb8;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-btn-detail p {
		display: block;
		width: auto;
	}
}

/*
	module:　m-box-access
	- 余白のあるボタン
----------------------------------------------*/

.m-btn-box,
.m-btn-listbox li {
	position: relative;
	display: table;
	background-color: #fff;
	border: 1px solid #005eb8;
	width: -webkit-calc(25% - 65px);
	width: calc(25% - 65px);
	padding: 0 28px 0 20px;
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {

	.m-btn-box,
	.m-btn-listbox li {
		display: block;
		width: auto;
	}
}

.m-btn-box.plus-half {
	width: -webkit-calc(50% - 65px);
	width: calc(50% - 65px);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-btn-box.plus-half {
		width: auto;
	}
}

.m-btn-box span,
.m-btn-listbox li span {
	display: table-cell;
	height: 100px;
	vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 979px) {

	.m-btn-box span,
	.m-btn-listbox li span {
		font-size: 90%;
		letter-spacing: -0.1em;
	}
}

.m-btn-box span:hover,
.m-btn-listbox li span:hover {
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.m-btn-box a:hover,
.m-btn-listbox li a:hover {
	text-decoration: none;
}

.m-btn-box:after,
.m-btn-listbox li:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-right: 1px solid #015fb8;
	border-top: 1px solid #015fb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-btn-box:hover,
.m-btn-listbox li:hover {
	background: #9bcbf7;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #6da1d6;
}

.m-btn-box:hover span,
.m-btn-listbox li:hover span {
	color: #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.m-btn-box:hover:after,
.m-btn-listbox li:hover:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-btn-listbox {
	*zoom: 1;
}

.m-btn-listbox:after {
	content: " ";
	display: table;
	clear: both;
}

.m-btn-listbox li {
	float: left;
	margin-right: 20px;
}

.m-btn-listbox li:last-child {
	margin-right: 0px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-btn-listbox li {
		float: inherit;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.m-btn-listbox li:last-child {
		margin-bottom: 0px;
	}
}

.m-btn-box-02 {
	position: relative;
	display: table;
	border: 1px solid #fff;
	width: -webkit-calc(25% - 65px);
	width: calc(25% - 65px);
	padding: 0 30px 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-btn-box-02 {
		display: block;
		width: auto;
	}
}

.m-btn-box-02 span {
	display: table-cell;
	color: #000;
	font-weight: bold;
	height: 70px;
	vertical-align: middle;
}

.m-btn-box-02 a {
	display: block;
	text-decoration: none;
}

.m-btn-box-02:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-right: 1px solid #005eb8;
	border-top: 1px solid #005eb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-btn-box-02-1 {
	position: relative;
	display: table;
	border: 1px solid #ccc;
	width: -webkit-calc(25% - 65px);
	width: calc(25% - 65px);
	padding: 0 30px 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-btn-box-02-1 {
		display: block;
		width: auto;
	}
}

.m-btn-box-02-1 span {
	display: table-cell;
	color: #000;
	font-weight: bold;
	height: 70px;
	vertical-align: middle;
}

.m-btn-box-02-1 a {
	display: block;
	text-decoration: none;
}

.m-btn-box-02-1:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-right: 1px solid #005eb8;
	border-top: 1px solid #005eb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*-----------高さ半分の青枠ボタン-----------*/

.m-btn-box-2,
.m-btn-listbox-2 li {
	position: relative;
	display: table;
	border: 1px solid #005eb8;
	width: -webkit-calc(25% - 65px);
	width: calc(25% - 65px);
	padding: 0 28px 0 20px;
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {

	.m-btn-box-2,
	.m-btn-listbox-2 li {
		display: block;
		width: auto;
	}
}

.m-btn-box-2 span,
.m-btn-listbox-2 li span {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 979px) {

	.m-btn-box-2 span,
	.m-btn-listbox-2 li span {
		font-size: 85%;
	}
}

.m-btn-box-2 span:hover,
.m-btn-listbox-2 li span:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.m-btn-box-2 a:hover,
.m-btn-listbox-2 li a:hover {
	text-decoration: none;
}

.m-btn-box-2:after,
.m-btn-listbox-2 li:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-right: 1px solid #015fb8;
	border-top: 1px solid #015fb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-btn-box-2:hover,
.m-btn-listbox-2 li:hover {
	color: #000;
	background: #9bcbf7;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #005eb8;
}

.m-btn-box-2:hover span,
.m-btn-listbox-2 li:hover span {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.m-btn-box-2:hover:after,
.m-btn-listbox-2 li:hover:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*-----------トップページへ戻るボタン-----------*/

.m-btn-back {
	display: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-btn-back {
		display: block;
		width: 225px;
		padding-right: 15px;
		margin-left: auto;
		margin-right: 0;
		position: relative;
		font-size: 14px;
		text-align: right;
	}
}

.m-btn-back a {
	color: #005eb8;
}

.m-btn-back:after {
	content: '';
	position: absolute;
	right: 2px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 9px;
	height: 9px;
	background-color: transparent;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

}


.m-btn-listbox-2 {
	*zoom: 1;
}

.m-btn-listbox-2:after {
	content: " ";
	display: table;
	clear: both;
}

.m-btn-listbox-2 li {
	float: left;
	margin-right: 20px;
}

.m-btn-listbox-2 li:last-child {
	margin-right: 0px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-btn-listbox-2 li {
		float: inherit;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.m-btn-listbox-2 li:last-child {
		margin-bottom: 0px;
	}
}

/*-----------NEWラベル-----------*/

.label {
	display: inline-block;
	padding: 0.35rem 0.5rem 0.3rem;
	font-size: 11px;
	font-size: 0.78571rem;
	line-height: 1em;
	white-space: nowrap;
	cursor: default;
	color: #fefefe;
}

.label.color_new {
	background: #0b308e;
	color: #fff;
}


/*
	module:　m-form-table01
	- form用table
-----------------------------------------------------------------*/

.m-form-table01 form {
	margin-top: 30px;
}

.m-form-table01 form input.normaltype {
	border: 1px solid #ccc;
	padding: 3px 0;
}

.m-form-table01 form textarea.normaltype {
	border: 1px solid #ccc;
	width: 100%;
}

.m-form-table01 form dl {
	display: flex;
}

.m-form-table01 form dl.first-dl {
	border-top: 1px solid #ccc;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-form-table01 form dl {
		display: block;
	}
}

.m-form-table01 form dt {
	width: 20%;
	background: #e5eef8;
	font-size: 87%;
	padding: 11px;
	padding-left: 30px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-form-table01 form dt {
		width: auto;
		padding: 10px;
	}
}

.m-form-table01 form dt span.indis {
	font-size: 75%;
	vertical-align: super;
	padding-left: 3px;
	color: #ff0000;
}

.m-form-table01 form dd {
	padding: 15px 30px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 80%;
	padding: 11px;
	padding-left: 30px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-form-table01 form dd {
		width: auto;
		padding: 15px 10px;
	}
}

.m-form-table01 form dd input#button {
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-width: 2px;
	border-style: outset;
	border-color: buttonface;
	letter-spacing: 2px;
	padding: 0 5px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {

	.m-form-table01 form dd input,
	.m-form-table01 form dd textarea {
		width: 100%;
	}
}

.m-form-table01 form dd input.hope {
	width: 6%;
}

.m-form-table01 form dd span {
	font-size: 87%;
}

.m-form-table01 form p.submit-form {
	margin-top: 10px;
	text-align: center;
}

.m-form-table01 form p.submit-form input {
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-width: 2px;
	border-style: outset;
	border-color: buttonface;
	letter-spacing: 2px;
	padding: 0 5px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.m-form-table01 form p.submit-form input {
		width: 100%;
	}
}

/*----------------------- support browser ------------------------
	Internet Explorer 8¡¡¡ü
	Firefox¡¡Latest
	Google Crome¡¡Latest
*/

/*---------------------------- layout ----------------------------*/

html {
	color: #000;
	background: #fff;
	font-family: "Droid Sans", Arial, Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
	font-size: 16px;
	line-height: 1.75;
	font-family: "Droid Sans", Arial, Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active {
	color: #000;
	text-decoration: underline;
}

.t-white {
	color: #FFF !important;
}

.t-black {
	color: #000 !important;
}

.t-blue {
	color: #005eb8 !important;
}

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

header .header-top {
	position: relative;
	height: 80px;
}

header .header-top .header-bg {
	position: absolute;
	top: 0;
	right: 0;
	background: -webkit-gradient(linear, left right, left right, color-stop(0, #00b9ef), color-stop(0.6, #0069b6), color-stop(1, #0b318f));
	background: -webkit-linear-gradient(left, #00b9ef 0%, #0069b6 60%, #0b318f 100%);
	background: -moz-linear-gradient(left, #00b9ef 0%, #0069b6 60%, #0b318f 100%);
	background: -o-linear-gradient(left, #00b9ef 0%, #0069b6 60%, #0b318f 100%);
	background: -ms-linear-gradient(left, #00b9ef 0%, #0069b6 60%, #0b318f 100%);
	background: linear-gradient(to right, #00b9ef 0%, #0069b6 60%, #0b318f 100%);
	width: -webkit-calc(100% - 230px);
	width: calc(100% - 230px);
	height: 80px;
}

header .header-top .logo-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header .header-top .logo-box:hover {
	cursor: pointer;
}

header .header-top .logo-box .logo-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	text-align: center;
	width: 230px;
	border-top: 80px solid #fff;
	border-right: 80px solid transparent;
}

header .header-top .logo-box .logo {
	display: table;
	position: absolute;
	top: 0;
	left: 24px;
}

header .header-top .logo-box .logo span {
	display: table-cell;
	width: 230px;
	height: 80px;
	vertical-align: middle;
}

header .header-top .header-links {
	display: table;
	position: absolute;
	top: 0;
	right: 30px;
}

header .header-top .header-links > ul {
	display: table-cell;
	vertical-align: middle;
	padding-top: 10px;
}

header .header-top .header-links > ul > li {
	display: table-cell;
	padding-right: 5px;
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
}

header .header-top .header-links > ul > li a {
	position: relative;
	display: block;
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 35px;
	color: #106cc0;
	line-height: inherit;
}

header .header-top .header-links > ul > li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

header .header-top .header-links > ul > li a:after {
	position: absolute;
	content: "";
	right: 15px;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #106cc0;
	border-right: 1px solid #106cc0;
	box-sizing: border-box;
	transform: rotate(45deg);
}

header .header-top .header-links > ul > li:nth-child(3) a {
	background-color: #008bce;
	color: #fff;
}

header .header-top .header-links > ul > li:nth-child(3) a:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

header .header-bottom {
	background: #FFF;
}

header .header-bottom .header-grade-l {
	background: #fff url(../images/top/bg_header-bottom_grade.jpg) no-repeat;
	width: 231px;
	height: 21px;
}

header .header-bottom .header-slogan {
	float: right;
}

header .closeMenuBtn {
	display: none;
}

header #advanceMenu {
	display: none;
	background: #051d5e;
	color: #fff;
}

header #advanceMenu ul {
	list-style: none;
	width: 100%;
	margin: 0 0 3px;
	padding: 0;
}

header #advanceMenu ul:last-child {
	margin-bottom: 0;
}

header #advanceMenu ul li {
	display: inline;
	padding: 0 15px;
}

header #advanceMenu #advanceMenuIn {
	width: 950px;
	padding: 10px 0 18px;
	margin: 0 auto;
	padding-left: 20px;
}

header #advanceMenu #advanceMenuIn a {
	color: #FFF;
}

header #advanceMenu #advanceMenuIn #advanceMenuL {
	float: left;
	width: 10em;
	margin-top: 5px;
	font-size: 112%;
	font-weight: 600;
}

header #advanceMenu #advanceMenuIn #advanceMenuR {
	margin-left: 16em;
	zoom: 1;
	font-size: 75%;
}

#sp-header {
	display: none;
	line-height: 1em;
	font-size: 87%;
}

#sp-header .tsp_btnIconTextM2 {
	display: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	#sp-header header {
		display: inherit;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	header .header-top .header-links > ul > li a {
		width: 30%;
		padding: 5px 18px;
		display: inline;
	}

	header .header-top .header-links > ul > li a:after {
		right: 11%;
		top: 50%;
		margin-top: -3px;
	}
}

.gNav {
	position: absolute;
	top: 30px;
	width: 100%;
	background: #FFF;
	z-index: 999;
}

.gNav .gNav_inner {
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	margin: 0px auto 0;
}

.gNav .gNav_inner .m-box-fixed > ul {
	display: table;
	width: -webkit-calc(100% + 14px);
	width: calc(100% + 14px);
	margin: 0 -7px;
	table-layout: fixed;
}

.gNav .gNav_inner .m-box-fixed > ul > li {
	display: table-cell;
	height: auto;
	text-align: center;
	font-size: 87%;
	font-weight: bold;
}

.gNav .gNav_inner .m-box-fixed > ul > li > span > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 14px);
	border-top: 1px solid #005eb8;
	display: block;
	padding-top: 15px;
	padding-bottom: 18px;
}

.gNav .gNav_inner .m-box-fixed > ul > li > span:hover a {
	color: #FFF;
	text-decoration: none;
	background: rgba(11, 48, 142, 0.9);
	border-top: 1px solid rgba(11, 48, 142, 0.9);
	/* @include transition(0.6s); */
}

@media screen and (min-width: 0px) and (max-width: 985px) {
	.gNav .gNav_inner .m-box-fixed > ul > li {
		font-size: 62%;
	}

	.gNav .gNav_inner .m-box-fixed > ul > li > span {
		width: -webkit-calc(100% - 7px);
		width: calc(100% - 7px);
	}
}

@media screen and (min-width: 986px) and (max-width: 1245px) {
	.gNav .gNav_inner .m-box-fixed > ul > li {
		font-size: 81%;
	}

	.gNav .gNav_inner .m-box-fixed > ul > li > span {
		width: -webkit-calc(100% - 7px);
		width: calc(100% - 7px);
	}
}

.gNav .gNav_inner .m-box-fixed > ul > li .local {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: -webkit-calc(100% - 74px);
	width: calc(100% - 74px);
	max-width: 1200px;
	margin: auto;
	background: rgba(11, 48, 142, 0.9);
	z-index: 99;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap {
	display: table;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	margin: auto;
	padding: 25px 20px;
	margin-right: 10px;
	table-layout: fixed;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap ul {
	display: table-cell;
	margin: auto;
	vertical-align: top;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li {
	margin: 0;
	margin-right: 10px;
	margin-top: 2px;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.h-5 {
	margin-top: 5px;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li:first-child {
	margin-top: 0;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.helf {
	float: left;
	margin-right: 2px;
	width: calc(50% - 6px);
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.helf:nth-child(odd) {
	margin-right: 0;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box {
	display: block;
	color: #000;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box a {
	position: static;
	display: table;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 70px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 40px;
	border: none;
	background: #FFF;
	font-size: 100%;
	color: #000;
	text-align: left;
	vertical-align: middle;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box a span {
	display: table-cell;
	color: #000;
	font-size: 100%;
	vertical-align: middle;
	line-height: 1.4;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box a.no-link {
	cursor: default;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box a:hover {
	color: #0079c1;
	text-decoration: none;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box a:last-child {
	margin-right: 0px;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.product-icon {
	position: relative;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.product-icon span {
	padding-left: 60px;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.product-icon a.new {
	background: #fff url(../images/p_nav_new.png) no-repeat left 5px center;
}
.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.product-icon a.supercomposite {
	background: #fff url(../images/p_nav_supercomposite.png) no-repeat left 5px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.product-icon a.composite {
	background: #fff url(../images/p_nav_composite.png) no-repeat left 5px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.product-icon a.five {
	background: #fff url(../images/p_nav_five.png) no-repeat left 5px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.product-icon a.lathe {
	background: #fff url(../images/p_nav_lathe.png) no-repeat left 5px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.product-icon a.machining {
	background: #fff url(../images/p_nav_machining.png) no-repeat left 5px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.product-icon a.it-osp {
	background: #fff url(../images/p_nav_it-osp.png) no-repeat left 5px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.product-icon a.grinder {
	background: #fff url(../images/p_nav_grinder.png) no-repeat left 5px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.product-icon a.gate {
	background: #fff url(../images/p_nav_gate.png) no-repeat left 5px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.product-icon a.automation {
	background: #fff url(../images/p_nav_automation.png) no-repeat left 5px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.btn-big a {
	height: 145px;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.btn-small a {
	background: #deeaf6;
	height: 50px;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.btn-small.onlyone-icon {
	position: relative;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.btn-small.onlyone-icon span {
	padding-left: 30px;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.btn-small.onlyone-icon a.thermo {
	background: #deeaf6 url(../images/p_nav_thermo.png) no-repeat left 10px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.btn-small.onlyone-icon a.fivetuning {
	background: #deeaf6 url(../images/p_nav_fivetuning.png) no-repeat left 10px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.btn-small.onlyone-icon a.anti {
	background: #deeaf6 url(../images/p_nav_anti.png) no-repeat left 10px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.btn-small.onlyone-icon a.process {
	background: #deeaf6 url(../images/p_nav_process.png) no-repeat left 10px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.btn-small.onlyone-icon a.servonavi {
	background: #deeaf6 url(../images/p_nav_servonavi.png) no-repeat left 10px center;
}

.gNav .gNav_inner .m-box-fixed > ul > li .local .wrap li.btn-box.btn-small.onlyone-icon span .gNav_textsmall {
	font-size: 85%;
	display: inline;
	padding-left: 0;
	vertical-align: 0.3px;
}

#gnav-wrap {
	position: relative;
}

#gnav-wrap.hide {
	display: none;
}

#gnav-wrap-fixed {
	display: none;
}

#gnav-wrap-fixed .gNav {
	position: fixed;
	top: -150px;
	-webkit-box-shadow: 2px 1px 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 1px 3px 3px rgba(0, 0, 0, 0.1);
}

#gnav-wrap-fixed.active {
	display: block;
}

#gnav-wrap-fixed.active .gNav {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	position: fixed;
	top: 0px;
	width: 100%;
	background: #FFF;
	z-index: 999;
}

#gnav-wrap-fixed.active .gNav ul > li > span {
	border-top: none;
}

.lNav ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.lNav ul li a {
	padding: 15px 25px 12px 18px;
	display: block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.lNav ul {
		table-layout: auto;
	}
}

.lNav ul li {
	position: relative;
	display: table-cell;
	border: 1px solid #005eb8;
	border-left: none;
	border-collapse: collapse;
	border-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.lNav ul li {
		display: block;
		border-left: 1px solid #005eb8;
		border-top: 0px solid #005eb8;
	}
}

.lNav ul li a {
	position: relative;
}

.lNav ul li a:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-right: 2px solid #005eb8;
	border-top: 2px solid #005eb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.lNav ul li.active a:after {
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
}

.lNav ul li:first-child {
	border-left: 1px solid #005eb8;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.lNav ul li:first-child {
		border-top: 1px solid #005eb8;
	}
}

.lNav ul li:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #9bcbf7;
}

.lNav ul li.active {
	background: #00409e;
}

.lNav ul li:hover a {
	color: #000;
	text-decoration: none;
}

.lNav ul li.active a {
	color: #fff;
	text-decoration: none;
}

.lNav ul li:hover:after {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
}

.lNav ul li.active:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

.lNav ul:nth-child(n + 2) li {
	border-top: none;
}

/*----------------lNav-under----------------*/

@media screen and (min-width: 768px) and (max-width: 979px) {
	.lNav-under {
		display: none;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.sp-bg {
		border-top: solid 1px #e5e5e5;
		padding: 40px 20px;
	}
}

.lNav-under ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.lNav-under ul li a {
	padding: 15px 25px 12px 18px;
	display: block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.lNav-under ul {
		table-layout: auto;
	}
}

.lNav-under ul li {
	position: relative;
	display: table-cell;
	border: 1px solid #005eb8;
	border-left: none;
	border-collapse: collapse;
	border-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.lNav-under ul li {
		display: block;
		border-left: 1px solid #005eb8;
		border-top: 0px solid #005eb8;
		background: #fff;
	}
}

.lNav-under ul li:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-right: 2px solid #005eb8;
	border-top: 2px solid #005eb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.lNav-under ul li:first-child {
	border-left: 1px solid #005eb8;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.lNav-under ul li:first-child {
		border-top: 1px solid #005eb8;
	}
}

.lNav-under ul li:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #9bcbf7;
}

.lNav-under ul li.active {
	background: #00409e;
}

.lNav-under ul li:hover a {
	color: #000;
	text-decoration: none;
}

.lNav-under ul li.active a {
	color: #fff;
	text-decoration: none;
}

.lNav-under ul li:hover:after {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
}

.lNav-under ul li.active:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

.lNav-under ul:nth-child(n + 2) li {
	border-top: none;
}


/*----------------lNav-page----------------*/

@media screen and (min-width: 768px) and (max-width: 979px) {
	.lNav-page {
		display: none;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.sp-bg {
		border-top: solid 1px #e5e5e5;
		padding: 40px 20px;
	}
}

.lNav-page ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.lNav-page ul li a {
	padding: 15px 25px 12px 18px;
	display: block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.lNav-page ul {
		table-layout: auto;
	}
}

.lNav-page ul li {
	position: relative;
	display: table-cell;
	border: 1px solid #005eb8;
	border-left: none;
	border-collapse: collapse;
	border-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.lNav-page ul li {
		display: block;
		border-left: 1px solid #005eb8;
		border-top: 0px solid #005eb8;
		background: #fff;
	}
}

.lNav-page ul li:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-left: 2px solid #005eb8;
	border-top: 2px solid #005eb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.lNav-page ul li:first-child {
	border-left: 1px solid #005eb8;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.lNav-page ul li:first-child {
		border-top: 1px solid #005eb8;
	}
}

.lNav-page ul li:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #9bcbf7;
}

.lNav-page ul li.active {
	background: #00409e;
}

.lNav-page ul li:hover a {
	color: #000;
	text-decoration: none;
}

.lNav-page ul li.active a {
	color: #fff;
	text-decoration: none;
}

.lNav-page ul li:hover:after {
	border-left: 2px solid #000;
	border-top: 2px solid #000;
}

.lNav-page ul li.active:after {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
}

.lNav-page ul:nth-child(n + 2) li {
	border-top: none;
}


#pageTop {
	position: fixed;
	bottom: 45px;
	right: 5px;
	z-index: 999;
}

footer {
	margin-top: 70px;
}

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

	footer.mt-non {
		margin-top: 0;
	}
}

footer .footer-search {
	background: #e5e5e5;
	padding: 30px 0;
	text-align: center;
}

footer .footer-search .footer-search-inner {
	display: table;
	margin: auto;
	line-height: 1;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-search .footer-search-inner {
		display: block;
	}
}

footer .footer-search .footer-search-inner form .textfield {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 525px;
	height: 60px;
	padding: 0 20px;
	float: left;
	font-size: 112%;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-search .footer-search-inner form .textfield {
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
		min-width: 0;
		height: 40px;
		padding: 0 10px;
		font-size: 75%;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	footer .footer-search .footer-search-inner form .textfield {
		width: -webkit-calc(100% - 75px);
		width: calc(100% - 75px);
	}
}

footer .footer-search .footer-search-inner form .btnG-wrap {
	position: relative;
	width: 75px;
	height: 60px;
	margin: auto;
	float: left;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-search .footer-search-inner form .btnG-wrap {
		width: 60px;
		height: 40px;
	}
}

footer .footer-search .footer-search-inner form .btnG-wrap:before {
	display: table-cell;
	content: "\f002";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 1em;
	height: 1em;
	margin: auto;
	color: #FFF;
	font-size: 187%;
	text-align: center;
	vertical-align: middle;
}

footer .footer-search .footer-search-inner form .btnG-wrap:before:hover {
	color: #FFF;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-search .footer-search-inner form .btnG-wrap:before {
		font-size: 100%;
	}
}

footer .footer-search .footer-search-inner form .btnG-wrap .btnG {
	display: table-cell;
	background: #999999;
	width: 75px;
	height: 60px;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-search .footer-search-inner form .btnG-wrap .btnG {
		width: 60px;
		height: 40px;
	}
}

footer .footer-search .footer-search-inner .footer-search-keyword {
	color: #666666;
	margin-top: 15px;
}

footer .footer-inner .slogan {
	background: #005eb8;
}

footer .footer-inner .slogan dl {
	position: relative;
	max-width: 1200px;
	width: 100%;
	display: table;
	height: 60px;
	margin: 0 auto;
	padding-bottom: 5px;
}

@media screen and (max-width: 1050px) {
	footer .footer-inner .slogan dl {
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-inner .slogan dl {
		height: auto;
		padding: 20px 0 15px;
	}
}

footer .footer-inner .slogan dl dt,
footer .footer-inner .slogan dl dd {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 1050px) {

	footer .footer-inner .slogan dl dt,
	footer .footer-inner .slogan dl dd {
		display: block;
		line-height: 1;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {

	footer .footer-inner .slogan dl dt,
	footer .footer-inner .slogan dl dd {
		display: block;
		vertical-align: inherit;
		line-height: 1;
	}

	footer .footer-inner .slogan dl dt img,
	footer .footer-inner .slogan dl dd img {
		width: 100%;
	}
}

footer .footer-inner .slogan dl dt {
	padding-right: 30px;
}

@media screen and (max-width: 1050px) {
	footer .footer-inner .slogan dl dt {
		margin-top: 22px;
	}
}

footer .footer-inner .slogan dl dd {
	padding-top: 5px;
}

footer .footer-inner .slogan dl dd.btn-detail {
	text-align: right;
}

@media screen and (max-width: 1050px) {
	footer .footer-inner .slogan dl dd.btn-detail {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		line-height: 4.8;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-inner .slogan dl dd.btn-detail {
		position: static;
		text-align: left;
		padding-left: 20px;
		margin-top: 10px;
		line-height: inherit;
	}
}

footer .footer-inner .slogan dl dd a {
	color: #FFF;
}

footer .footer-inner .footer-main {
	background: #0b308e;
	width: 100%;
	height: 220px;
	padding-top: 30px;
	color: #FFF;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-inner .footer-main {
		height: auto;
	}

	footer .footer-inner .footer-main .m-box-fixed {
		padding: 0;
	}
}

footer .footer-inner .footer-main .footer-place {
	width: 50%;
	float: left;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-inner .footer-main .footer-place {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		margin: auto;
		float: inherit;
	}
}

footer .footer-inner .footer-main .footer-place address {
	display: inline-block;
}

footer .footer-inner .footer-main .footer-place address > dl > dd > dl {
	margin-top: 15px;
	font-size: 87%;
	line-height: 1.5;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-inner .footer-main .footer-place address > dl > dd > dl dd {
		margin-left: 0;
	}
}

footer .footer-inner .footer-main .footer-place address > dl > dd > dl dd:last-child li {
	float: left;
	margin-right: 1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-inner .footer-main .footer-place address > dl > dd > dl dd:last-child li {
		float: inherit;
		margin-left: 0em;
	}
}

footer .footer-inner .footer-main .footer-link {
	float: right;
	margin-top: 60px;
	text-align: right;
	font-size: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-inner .footer-main .footer-link {
		display: block;
		float: inherit;
		width: 100%;
		margin-top: 20px;
		font-size: 100%;
		text-align: left;
	}
}

footer .footer-inner .footer-main .footer-link a {
	color: #FFF;
}

footer .footer-inner .footer-main .footer-link a:hover,
footer .footer-inner .footer-main .footer-link a:active {
	text-decoration: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-inner .footer-main .footer-link a {
		display: block;
	}
}

footer .footer-inner .footer-main .footer-link li {
	display: block;
	line-height: 2.0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .footer-inner .footer-main .footer-link li {
		border-top: 1px solid #fff;
		padding: 0 20px;
		line-height: 3.0;
	}
}

footer .copyright {
	display: table;
	width: 100%;
	height: 45px;
	background: #000000;
	color: #fff;
}

footer .copyright p {
	display: table-cell;
	margin: 0;
	font-size: 75%;
	vertical-align: middle;
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	footer .copyright p {
		font-size: 50%;
	}
}

.m-btn-listbox li span {
	display: table-cell;
	height: 109px;
	line-height: 109px;
	display: block;
}

.m-btn-box-2 span,
.m-btn-listbox-2 li span {
	display: table-cell;
	height: 50px;
	line-height: 50px;
	display: block;
}

.jPanelMenu-panel {
	overflow: hidden;
}

/* 横並び */
#content .m-box-fixed .two_column {
	width: 100%;
	margin-top: 20px;
}

#content .m-box-fixed .two_column > li,
#content .m-box-fixed .two_column > .col-2 {
	float: left;
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}

#content .m-box-fixed .two_column > li:nth-child(even),
#content .m-box-fixed .two_column > .col-2:nth-child(even) {
	margin-right: 0;
}

#content .m-box-fixed .three_column {
	width: 100%;
	margin-top: 20px;
}

#content .m-box-fixed .three_column > li,
#content .m-box-fixed .three_column > .col-3 {
	margin-right: 30px;
	float: left;
	width: 33.3%;
	width: calc((100% - 60px) / 3);
	width: -moz-calc((100% - 60px) / 3);
}

#content .m-box-fixed .three_column > li:nth-child(3n),
#content .m-box-fixed .three_column > .col-3:nth-child(3n) {
	margin-right: 0;
}

#content .m-box-fixed .four_column {
	width: 100%;
	margin-top: 20px;
}

#content .m-box-fixed .four_column > li,
#content .m-box-fixed .four_column > .col-4 {
	float: left;
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
}

#content .m-box-fixed .four_column > li:nth-child(4n),
#content .m-box-fixed .four_column > .col-4:nth-child(4n) {
	margin-right: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {

	#content .m-box-fixed .two_column,
	#content .m-box-fixed .three_column,
	#content .m-box-fixed .four_column {
		width: auto;
	}

	#content .m-box-fixed .two_column > li,
	#content .m-box-fixed .two_column > .col-2 {
		float: none;
		width: auto;
		margin-right: 0;
	}

	#content .m-box-fixed .three_column > li,
	#content .m-box-fixed .three_column > .col-3 {
		float: none;
		width: auto;
		margin-right: 0;
	}

	#content .m-box-fixed .four_column li,
	#content .m-box-fixed .four_column > .col-4 {
		float: none;
		width: auto;
		margin-right: 0;
	}

	#content .m-box-fixed [class*="_column"] > li + li,
	#content .m-box-fixed [class*="_column"] > [class*="col-"] + [class*="col-"] {
		margin-top: 30px;
	}
}

/* movie レスポンシブ用
----------------------------------------------*/
.bg-dark {
	background: #282828;
}

#movie header {
	display: block;
	width: 100%;
	max-width: 640px;
	margin: auto;
}

#movie main {
	width: 100%;
	max-width: 640px;
	margin: auto;
	padding: 0 15px 50px 15px;
	box-sizing: border-box;
}

#movie main h1 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
}

#movie header p {
	padding: 15px;
	margin: 0;
	line-height: 1;
}

#movie h1 {
	margin: 20px 0;
	text-align: center;
	line-height: 1.2;
}

#movie h1 img {
	width: 100%;
	height: auto;
}
#movie h1 a {
	color: #ffffff;
}

#movie h1 a:hover {
	text-decoration: none;
}


#movie .movie-area {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#movie .movie-area iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#movie .iframe img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	#movie .movie-area {
		max-width: initial;
		max-width: auto;
	}
}

#movie .btn {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

#movie .btn + .btn a {
	margin-top: 5px;
}
#movie .btn a {
	display: block;
	width: 74.5%;
	margin: 55px auto 0 auto;
	position: relative;
	padding: 12px 40px;
	border: solid 1px #ffffff;
	box-sizing: border-box;
	text-decoration: none;
	color: #ffffff;
}

#movie .btn a:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}

#movie .btn a:hover {
	background-color: #ffffff;
	color: #2c2a29;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#movie .btn a:hover:after {
	border-top: solid 1px #2c2a29;
	border-right: solid 1px #2c2a29;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	#movie .btn {
		margin: 20px auto;
		font-size: 16px;
	}

	#movie .btn a {
		display: block;
		width: 90%;
		padding: 12px 20px;
		margin: auto;
	}

	#movie .btn a:after {
		right: 12px;
	}
}
