@charset "utf-8";

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////

	◆ 装飾

----------------------------------------------------------------------------------------------------------
*/
/* 見出し */
.mds01 {
	color: #1f364d;
	font-size: 2.3rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: double 3px #1f364d;
}
.mds02 {
	background: rgba(39,39,39,.05);/*背景色*/
	border-bottom: 3px solid #1f364d;/*下線*/
	margin-bottom: 1rem;
	padding: 1rem;
	color: #1f364d;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 2px;
}
.mds03 {
	border-bottom: solid 3px #1f364d;
	position: relative;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #1f364d;
}
.mds03:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #6b8eb1;
	bottom: -3px;
	width: 30%;
}
.mds04 {
	color: #1f364d;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #1f364d;
}
.mds05 {
	position:relative;
	padding-left: 3rem;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 3.4rem;
}
.mds05:after, .mds05:before {
	content:'';
	height: 2rem;
	width: 4px;
	display:block;
	background:#236ab1;
	position:absolute;
	top: 8px;
	left: 1.5rem;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
.mds05:before {
	height: 1rem;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	top: 1.6rem;
	left: 7px;
}
.mds06 {
	font-size: 1.8rem;
	font-weight:500;
	background: #c16f47;
	padding: 1.5rem 1rem;
	color: #fff;
}
.readmore {
	color: #fff;
	background: #557799;
	font-size: 1.2rem;
	float: right;
}
.readmore a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5rem 1rem;
}

/* カタログダウンロードボタン */
.btn_catalog {
	margin: 2rem auto;
	text-align: center;
	width: 70%;
	background: #008599;
	border-radius: 10px;
}
.btn_catalog a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2.5rem 1rem;
	letter-spacing: 2px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	border-radius: 10px;
}
.btn_catalog a:hover {
	background: #19364d;
	border-radius: 10px;
}

/* 問い合わせボタン */
.btn_quote {
	margin: 2rem auto;
	text-align: center;
	width: 70%;
	background: #236ab1;
	border-radius: 10px;
}
.btn_quote a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2.5rem 1rem;
	letter-spacing: 2px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	border-radius: 10px;
}
.btn_quote a:hover {
	background: #19364d;
	border-radius: 10px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////

	◆ テーブル

----------------------------------------------------------------------------------------------------------
*/

.table01 {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	background: #fff;
	font-size: 1.4rem;
	letter-spacing: 1px;
}
.table01 th,
.table01 td {
	border: 1px solid #C3C8CF;
	display: table-cell;
	padding: 1.2rem;
	text-align: left;
}
.table01 th {
	background: #f9fafc;
	width: 18rem;
	vertical-align: middle;
}
.table01 td img {
	width: 100%;
	height: auto;
}
/* 製品個別 */
.table02 {
	width: 100%;
	font-size: 1.4rem;
}
.table02, .table02 td, .table02 th {
	border: 1px solid rgb(167, 167, 167);
	border-collapse: collapse;
	padding: 0.7rem;
	vertical-align: middle;
}
.table02 thead {
	background-color: #c9c9c9;
	font-weight: 700;
}
.table02 th {
	background: #ececec;
}
table.w30 th {
	width: 35%;
}
table.center {
	text-align: center;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////

	◆ ボックス

----------------------------------------------------------------------------------------------------------
*/
main .inner {
	width: 960px;
	margin: 2rem auto 7rem;
}
main .inner2 {
	width: 960px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 2rem auto 7rem;
}
.box800 {
    width: 800px;
    margin: 0 auto;
}
.privacy section p {
	margin-bottom: 2rem;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////

	◆ タイトル

----------------------------------------------------------------------------------------------------------
*/
.titNormal {
	width: 100%;
	background: url("../images/other/tit_normal.jpg") no-repeat;
	background-size: cover;
	background-position: bottom;
	height: 270px;
	display: flex;
	justify-content: center;
	position: relative;
}
.titNormal h1 {
	font-size: 3rem;
	color: #1f364d;
	letter-spacing: 7px;
	word-spacing: 1rem;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: 14rem;
}

/*
////////////////////////////////////////////////////////////////////////

	◆ ニュース

------------------------------------------------------------------------
*/
.news section {
	padding: 7rem 5rem 3rem;
	margin: 7rem auto 0;
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
	position: relative;
}
.news h2 {
	color: #1f364d;
	font-size: 1.8rem;
	font-weight: 500;
	border-bottom: 1px dotted #333;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.news p {
	margin-bottom: 1rem;
}
.news time {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 1px;
	background: #1f364d;
	position: absolute;
	left: 0;
	top: 0;
	padding: 1rem;
	font-weight: 500;
}
.news .cateNormal time::after {
	width: 8rem;
	content: "その他";
	color: #868686;
	border: 1px solid #868686;
	position: absolute;
	left: 12rem;
	top: 1rem;
	font-size: 1.2rem;
	padding: 0.3rem;
	text-align: center;
}
.news .cateProducts time::after {
	width: 8rem;
	content: "製品情報";
	color: #587190;
	border: 1px solid #587190;
	position: absolute;
	left: 12rem;
	top: 1rem;
	font-size: 1.2rem;
	padding: 0.3rem;
	text-align: center;
}
.news .cateImp time::after {
	width: 12rem;
	content: "重要なお知らせ";
	color: #9B1517;
	border: 1px solid #9B1517;
	position: absolute;
	left: 12rem;
	top: 1rem;
	font-size: 1.2rem;
	padding: 0.3rem;
	text-align: center;
}
.news .cateExhibition time::after {
	width: 8rem;
	content: "展示会";
	color: #868686;
	border: 1px solid #868686;
	position: absolute;
	left: 12rem;
	top: 1rem;
	font-size: 1.2rem;
	padding: 0.3rem;
	text-align: center;
}

/*
////////////////////////////////////////////////////////////////////////

	◆ サイトマップ

------------------------------------------------------------------------
*/
.siteMap {
	margin: 7rem auto;
	display: flex;
	justify-content: space-between;
}
.siteMap h3 {
	letter-spacing: 2px;
	border-bottom: 1px solid #1d2d61;
	font-weight: 700;
	padding: 0 0 0.5rem;
	margin-bottom: 1rem;
}
.siteMap h3 a::before {
	font-family: 'ForkAwesome';
	content:"\f0da";
	font-size: 1.6rem;
	display: inline-block;
	margin-right: 0.5rem;
}
.siteMap h3 a {
	display: block;
	width: 100%;
	color: #1d2d61;
}
.siteMap > ul {
	width: 30%;
}
.siteMap > ul li {
	line-height: 2;
}
.siteMap > section {
	width: 70%;
}
.siteMap > section div {
	display: flex;
	justify-content: space-between;
}
.siteMap > section ul {
	margin-bottom: 3rem;
	width: 47%;
}
.siteMap > section ul li {
	line-height: 1.8;
}
.siteMap > ul li::before, .siteMap section li:nth-child(n+2)::before {
	font-family: 'ForkAwesome';
	content:"\f105";
	font-size: 1.6rem;
	margin-right: 0.7rem;
	display: inline-block;
}


/*
////////////////////////////////////////////////////////////////////////

	◆aside サイドメニュー

------------------------------------------------------------------------
*/
.productsMenu {
	width: 250px;
}
.productsMenu .accordion {
	width: 100%;
	margin: 0;
	background: #1f364d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #949494;
}
.productsMenu .accordion .link {
	cursor: pointer;
	display: block;
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productsMenu .accordion li:last-child {
	border-bottom: 0;
}
.productsMenu .link i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 1.8rem;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productsMenu .link i {
	right: 12px;
	left: auto;
	font-size: 1.6rem;
}
/*.productsMenu .accordion li.open .link i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}*/

.productsMenu .accordion li.default .submenu {display: block;}

.productsMenu .submenu {
	/* display: none; */
	background: #f6f6f6;
	font-size: 1.4rem;
}
.productsMenu .submenu li {
	border-bottom: 1px solid #4b4a5e;
	position: relative;
}
.productsMenu .submenu a:after {
	font-family: "ForkAwesome";
	content: "\f105";
	position: absolute;
	right: 12px;
	left: auto;
	font-size: 1.4rem;
	font-weight: 300;
	margin-left: 0.8rem;
	opacity: 0.5;
}
.productsMenu .submenu a {
	display: block;
	text-decoration: none;
	padding: 1.2rem;
	padding-left: 2rem;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.productsMenu .submenu a:hover, .submenu li a.active {
	background: #587190;
	color: #FFF;
}

/*
////////////////////////////////////////////////////////////////////////

	◆製品情報

------------------------------------------------------------------------
*/
.contents {
	width: 670px;
}
.contents img {
	width: 100%;
}
/* 各カテゴリ製品一覧 */
.productsBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 3rem 0;
}
.productsBox dl {
	width: 48%;
	background: #dceaf8;
	margin-bottom: 3rem;
	padding: 1.5rem;
}
.productsBox dl h3 {
	color: #1f364d;
	font-weight: 700;
	border-bottom: 1px dotted #333;
	padding-bottom: 0.5rem;
	margin: 1rem 0;
	text-align: center;
}
.productsBox dl p {
	font-size: 1.4rem;
	line-height: 1.4;
}

/* ページ内リンク */
.pageLink {
	background: #ebebeb;
	padding: 2rem;
	margin: 3rem 0;
}
.pageLink ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 2;
}
.pageLink li:nth-child(n+2):before {
	content: "|";
	padding: 0 1.5rem;
}
.pageLink li a:hover {
	text-decoration: underline;
}

/* 特徴ボックス */
.featureBox ul {
	display: flex;
	justify-content: space-between;
}
.featureBox li {
	width: 31%;
	color: #fff;
	background-color: #c16f47;
	padding: 2rem 1rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 製品詳細 flex */
.specFlex {
	display: flex;
	justify-content: space-between;
}
.specFlex > img, .specFlex > a {
	width: 43%;	
	height: 100%;
}
.specFlex > div, .specFlex table, .specFlex p {
	width: 53%;
}
.specFlex > div table {
	width: 100%;
	margin-bottom: 1rem;
}

/* bgBox */
.bgBox {
	background: #f8eadc;
	padding: 2rem 3rem;
}
.bgBox h3 {
	color: #472b0e;
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #472b0e;
	text-align: center;
}

/* bandall */
.bandall .cap01 {
	background: #008599;
	padding: 1.5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 1rem;
	border-radius: 5px;
}
.bandall .cap02 {
	position: relative;
	display: inline-block;
	margin-bottom: 2rem;
	padding: 1rem;
	color: #555;
	background: #6DC9C4;
	width: 100%;
}
.bandall .cap02:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #6DC9C4;
}
.bandall .cap02 p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
}
.bandall .cap03 {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 2px;
}
.bandallList h3 {
	background: #ED3024;
	color: #fff;
	font-weight: 500;
	margin-bottom: 1.5rem;
	padding: 1rem;
	border-radius: 5px;
}
.bandallList h4 {
	font-weight: 700;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid;
}
.bandallList section {
	background: #f8eadc;
	padding: 2.5rem;
	margin-bottom: 3rem;
}
/* 製品一覧 */
.bandallList section .all {
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.bandallList section .all > a {
	width: 40%;
	margin-right: 2rem;
}
.bandallList section .all img {
	width: 100%;
	flex-shrink: 0;
}
.bandallList section .all p, .bandallList section .all div {
	width: 60%;
}
/* 製品詳細 */
.bandallList section .imgBox {
	display: flex;
	justify-content: space-between;
	margin: 2rem 0;
}
.bandallList section .imgBox a {
	width: 48%;
}
.bandallList section .imgBox img {
	width: 100%;
}
.bandall .readmore {
	color: #fff;
	background: #008599;
	font-size: 1.2rem;
	float: right;
	margin-top: 2rem;
}
.bandall .readmore a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5rem 1rem;
	text-align: center;
}
.bandall .readmore:hover, .bandall .catalog:hover {
	opacity: 0.8;
}
.bandall .catalog {
	color: #fff;
	background: #008599;
	font-size: 1.4rem;
	text-align: center;
	margin: 0 auto;
	width: 50%;
}
.bandall .catalog a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem;
}