@charset "utf-8";
/* 全頁共通 */
body{
	display: flex;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	height: 100%;
}
#container{
	border-top: 4px solid #1691bb;
	position: relative;
	min-width: 1200px;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow: 1;
	padding-bottom: 50px;
}
#header{
	border-bottom: 1px solid #f1f1f1;
	height: 71px;
	position: relative;
}
#siteid{
	position: absolute;
	top: 16px;
	left: 30px;
}
nav{
	border-bottom: 1px solid #dcdcdc;
}
nav ul{
	display: flex;
	position: relative;
	flex-direction: row;
}
nav li{
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	width: 100%;
	font-size: 1.6rem;
}
nav li a{
	display: block;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	border-right: 1px solid #f1f1f1;
}
nav li#nav_contact a{
	color: #1691bb;
	text-indent: 22px;
	position: relative;
}
nav li#nav_contact a::before{
	content:"";
	display:inline-block;
	line-height: 54px;
	width:20px;
	height:20px;
	background:url(../img/all/icon_mail.png) center bottom no-repeat;
	background-size: contain;
	margin-bottom: -1px;
	margin-right: 4px;

}
nav li#nav_contact a:hover::before,
nav li#nav_contact a:active::before{
	background-image:url(../img/all/icon_mail_on.png);
}
nav li:last-child a{
	border-right: none;
	width: auto;
}
nav li a.current{
	background: #dceff5;
}
nav li a:hover,
nav li a:active{
	background: #45a7c9;
	color: #ffffff;
}
nav li#nav_contact a:hover,
nav li#nav_contact a:active{
	color: #ffffff;
}
/* header内 右*/
#header_right{
	float: right;
	margin-top: 19px;
	margin-right: 21px;
}
#language{
	background: url(../img/all/language.png) no-repeat 0 6px;
	float: left;
	padding-top: 8px;
	padding-left: 10px;
}
#header_right form{
	float: right;
	padding-left: 1.25em;
	position: relative;
}
#header_right form input[type="text"]{
	width: 200px;
	height: 32px;
	border: 1px solid #cccccc;
	padding: 0 32px 0 8px;
	transition: all .6s ease;
}
#header_right form input[type="text"]:focus {
  width: 320px;
}
#header_right form span{
	position: absolute;
	right: 8px;
	top: 7px;
	opacity:0.7;
}
#header_right form input[type="text"]:focus + span{
	opacity:1.0;
}
#language li{
	font-size: 1.3rem;
	float: left;
	line-height: 120%;
}
#language li:first-child{
	border-right: 1px solid #aaaaaa;
}
#language li a{
	padding: 4px 1em;
	color: #aaaaaa;
}
#language li:first-child a{
	color: #333333;
	font-weight: bold;
}
#language li:last-child a{
	padding: 4px 0 4px 1em;
	font-weight: normal;
}
#language li a:hover{
	color: #1591ba;
}
/* footer ------------------------------- */
footer{
	margin-top: auto;
	font-size: 1.2rem;
	position: relative;
	padding-top: 50px;
	margin-top: -100px;
	min-width: 1200px;
}
a.gototop{
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/all/footer_arrow.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
}
footer a.gototop{
	top: 0;
	right: 0;
}
a.gototop:hover,
a.gototop:active{
	background-position: 0 -50px;
	position: absolute;
}
/* footerメニュー */
#footer_top{
	color: #ffffff;
	background: url(../img/all/footer_bg.jpg) no-repeat center bottom #292929;
	height: auto;
	min-height: 500px;
	padding: 68px 150px 90px 150px;
}
#footer_top a{
	color: #ffffff;
}
#footer_top a:hover,
#footer_top a:active{
	text-shadow: 0 0 4px #dedede;
}
#footer_top li{
	font-size: 1.2rem;
	line-height: 130%;
	padding-bottom: 0.6em;
}
#footer_top > ul > li{
	font-size: 1.8rem;
	font-weight: bold;
	float: left;
	padding-right: 2em;
}
#footer_top > ul > li#products{
	width: 100%;
	padding-right: 0;
	position: relative;
	padding-top: 2.8em;
	margin-top: 20px;
}
#footer_top > ul > li#products > a{
	position: absolute;
	left: 0;
	top: 0;
}
#footer_top > ul > li#products li{
	float: none;
}
#footer_top > ul > li#products > ul{
	float: left;
	width: 20%;
	margin-bottom: 1em;
}
#footer_top > ul > li#products > ul.grow2{
	width: 40%;
}
#footer_top > ul > li#products > ul li li{
	font-weight: normal;
	list-style-position: inside;
	padding-left: 10px;
}
#footer_top > ul > li#products > ul > li > ul{
	margin-top: 0.6rem;
}

#footer_top > ul > li#products > ul li li::before {
	position: relative;
	top: -2px;
	left: -6px;
	display: inline-block;
	width: 2px;
	height: 2px;
	content: '';
	border-radius: 100%;
	background: #ffffff;
}
/* 幅1401px以上の調整　↓↓ */
@media screen and (min-width: 1401px) {
	#footer_top{
		background-size: cover;
	}
	#footer_top > ul > li#products > ul{
		float: left;
		width: 16.6%;
		padding-right: 1em;
	}
	#footer_top > ul > li#products > ul.grow2{
		width: 33.2%;
	}
}
/* ↑↑↑　 */
#footer_bottom{
	min-height: 40px;
	padding: 12px 20px;
	display: flex;
	width: 100%;
}
#footer_bottom a{
	color: #333333;
}
/* footerメニュー */
#footer_bottom li{
	line-height: 120%;
	float: left;
	border-left: 1px solid #aaaaaa;
	padding: 0 0.8em;
}
#footer_bottom li{
	float: left;
}
#footer_bottom li:first-child{
	border-left: none;
}
address{
	font-style: normal;
/*	float: right;*/
	flex-grow: 1;
	text-align: right;
}
/* 第二階層  ========================================= */
#main {
	display: flex;
	flex-direction: row;
	min-height: 45vh;
}
#side{
	background: #f1f1f1;
	padding-bottom: 150px;
	order: 1;
	width: 16%;
	min-width: 240px;
	font-size: 1.4rem;
}
#main.products > section,
#main.productslist > section{
	order: 2;
	flex: 1;
	padding-bottom: 100px;
}
#main.products_top > section{
	padding-bottom: 100px;
}
#main > section > section{
	padding-bottom: 40px;
}
/* ギャラリー→gallery.css */
/* 基本情報 */
#basicinfo{
	flex: 1;
	font-size: 1.6rem;
}
/* サイド */
#side h4{
	font-size: 1.6rem;
	color: #666666;
	padding: 8px 5px 8px 15px;
}
#side .nav a{
	display: block;
	padding: 5px 5px 4px 15px;
	font-size: 1.4rem;
	color: #333333;
}
#side .nav a:hover,
#side .nav a:active,
#side .nav a.current{
	color: #ffffff;
	background: #45a7c9;
}
/* サイドメニュー基本 */
#side .category > li > a{
	font-weight: bold;
	font-size: 1.6rem;
}
#side .nav li li li a{
	padding-left:calc( 15px + 1em );
}
#side .nav li li li li a{
	padding-left:calc( 15px + 2em );
}
#side .nav li li li li li a{
	padding-left:calc( 15px + 3em );
}
#side .nav{
	margin-bottom: 30px;
}
/* banner */
#side .banner{
	padding: 0 15px;
}
#support_banner{
	background: #2c8ab3;
	display: block;
	color: #ffffff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	position: relative;
	padding-left: 48px;
}
#support_banner img{
	width: 30px;
	height: auto;
	position: absolute;
	left: 10px;
	top: 4px;
}
#support_banner:hover,
#support_banner:active{
	background: #1a6a98;
}