@charset "utf-8";
/* CSS Document */
body{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:16px;
	line-height: 2.5em;
	overflow-x: hidden;
}
.prdtit{
	border-bottom: 1px solid #aaa;
	margin:20px 0px;
}
img {
	max-width: 100%;
}
.imgcenter{
	display: block;
	margin: 0 auto;
}
.heroimg{
	background:#fff;
}
.copyright{
    font-size:12px;
    color:#fff;
}
header{
	width:100%;
	height:80px;
	position: fixed;
	display: flex;
	background:#222729;
	justify-content: space-between;
	align-items: center;
	padding:0 0  0 40px;
	z-index: 100;
}
header a{
	color:#fff;
	text-decoration: none;
}
.head{
	height:80px;
	background:red;
	z-index: 500;
}
.bnbtn img{
	margin:0 auto;
}
footer{
	width:100%;
	height:100px;
	position: relative;
	display: flex;
	background:#222729;
	justify-content: center;
	align-items: center;
    flex-flow: column;
}
footer a{
	color:#fff;
	text-decoration: none;
}
h1{
	font-size:24px;
	font-weight: 500;
	letter-spacing: 5px;
}
h2{
	font-size:26px;
	font-weight: 500;
	letter-spacing: 5px;
	text-align: center;
	border-bottom:1px solid #222729;
	padding-bottom: 15px;
	margin:0 150px;	
}
.pc{display: block;}
.sp{display: none;}
.f36{
	font-size: 36px;
}

.bigtitle{
	font-size:36px;
	text-align: center;
	margin:50px 0;
}
.head-border{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.head-border:before,
.head-border:after{
	/*
	content:"";
	height: 1px;
	flex-grow: 1;
	background-color: #ccc;
	*/
}
.head-border::before{
	margin-right: 15px;
}
.head-border::after{
	margin-left: 30px;
}
.wrapper{
	padding-top: 80px;
		
}
.gmenu {
	font-size:15px;
	color:#ffffff;
}
.gmenu img{
	height:80px;
	display: block;
}
.gmenu ul{
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:600px;
	height:80px;
}
.gmenu ul li{
	display: flex;
	list-style-type: none;
	justify-content: center;
	align-items: center;
}
.gmenu_ft {
	font-size:15px;
	color:#ffffff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap:15px;
}
.gmenu_ft ul li{
	display: inline-block;
	list-style-type: none;
	margin: 0 1em;
}
.hero{
	object-fit:cover;
	width:100%;
}
.globalMenuSp,.spclose,.hamburger{
	display: none;
}
.fltmenu{
	position:fixed;
	right:0;
	top:200px;
	z-index: 500;
    width:58px;
    height:146px;
    background:#222729;
    color:#fff;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
	width:1200px;
	margin:0 auto;
}
.container_wide{
	width:1920px;
	margin:40px auto;
	margin-left: calc(50% - 960px);
	overflow: visible;
	display:flex;
	justify-content: center;
	align-items: center;
}
.floatright{
	float:right;
}
.prdbox,.prdbox_left{
	width:960px;
}
.prdbox p{
	width:470px;
	margin-left: 130px;
}
.prdbox_left p{
	width:470px;
	margin-left: 360px;
}
.prdname{
	font-size:20px;
}
.spacer20{
	height:20px;
}
.spacer40{
	height:40px;
}
.gray{
	background:#f8f9f9;
	height: auto;
	overflow: hidden;
}
.center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.textright{
	text-align: right;
}
.cominfo{
	width:700px;
	margin:0 auto;
}
.cominfo dt{
	clear: left;
	float: left;
	width:10em;
	display:inline-block;
}
.cominfo dd{
	float: left;
	display: inline-block;
}
.wrap{
	height:auto;
	overflow: hidden;
}
.entit{
	font-size:16px;
	color:#ccc;
}
.w961{
	width:961px;
}
.w330{
	width:656px;
}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.linkbn{
	background:rgba(222, 129, 0,0.8)!important;
	position: relative;
	height:40px;
}
.linkbn img{
	display: block;
	position: absolute;
	left:calc(50% - 80px);
}

@media screen and (max-width: 1200px) {
	.pc{display: none;}
	.sp{display: block;}
	body{
		line-height: 2em;
	}
	header{
		padding:0 40px 0 10px;
	}
	.gmenu{
		display:flex;
		justify-content: center;
		padding-right: 30px;
	}
	.gmenu_ft{
		display:flex;
		justify-content: center;
		
	}
	.gmenu img,.gmenu ul,.gmenu p,.gmenu_ft ul,.gmenu_ft p{
		display: none;
	}
	.prdtit{
		border-bottom: 1px solid #aaa;
		margin:20px 10px 5px;
	}
	.container{
		width:100%;
		margin:0 auto;
		padding:0 10px;
	}
	.container_wide{
		width:100%;
		margin:40px auto;
		padding:0 10px;
		overflow: hidden;
		height:auto;
		display: inherit;
	}
	.cominfo{
		width:100%;
		margin:0 auto;
		line-height: 1.5em;
	}
	.cominfo dt{
		clear: left;
		float: inherit;
		width:100%;
		display:inline-block;
	}
	.cominfo dd{
		float: inherit;
		display: inline-block;
		line-height: 1.5em;
		margin-bottom: 10px;
        padding-left: 1em;
	}
	.prdbox,.prdbox_left{
		width:100%;
	}
	.prdbox p{
		width:calc(100% - 20px);
		margin:0 10px;
	}
	.prdbox_left p{
		width:calc(100% - 20px);
		margin:0 10px;
	}
	.f36{
		font-size: 20px;
	}
	.bigtitle{
		font-size:26px;
		text-align: center;
		margin:50px 0;
	}
	h2{
		font-size:26px;
		text-align: center;
		border-bottom:1px solid #222729;
		margin:0 10px;
		padding-bottom: 10px;
	}
	.fltmenu{
		position:fixed;
		right:0;
		top:200px;
		width:40px;
	}


}
