@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================

	1: BASE LAYOUT

==========================================================
*/

/** header **/

.top #head {
	position: absolute;
	top: calc(100vh - 140px);
	left: 0;
	width: 100%;
	z-index: 100;
	min-width: 1160px;
	overflow-x: hidden;
	border-bottom: none;
}
.smtHead {
	display: none;
}
#gNavi {
	display: none;
}
#head.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	border-bottom: solid 1px #dfdfdf;
}
#head:before {
	content: "";
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
	height: 140px;
	margin-left: -580px;
	background: rgba(169,8,10,0.80);
}
#head.fixed:before, #head.fixed .logo {
	background: rgba(169,8,10,1);
}
#head:after {
	content: "";
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 140px;
	margin-right: -580px;
	background: url("/common/img/shared/global_bg.png") repeat-x;
}
#head.fixed:after, #head.fixed #headIn #headerRight {
	background: url("/common/img/shared/global_bg.png") repeat-x, #fff;
}
#headIn {
	width: 1160px;
	margin: 0 auto;
	height: 140px;
}
#headIn .logo {
	width: 224px;
	float: left;
	padding: 28px 0 0 0;
	height: 140px;
	background: rgba(169,8,10,0.80);
}
#headIn .logo img {
	width: 95%;
	height: auto;
	display: block;
}
#headIn #headerRight {
	width: 936px;
	float: right;
	overflow: hidden;
	background: url("/common/img/shared/global_bg.png");
	height: 140px;
}
#headIn #headerRight .seo {
	float: left;
	padding: 36px;
	width: 295px;
	font-size: 12px;
}
#headIn #headerRight .langChange {
	float: right;
	margin: 20px 0;
	display: flex;
}
#headIn #headerRight .langChange li{
	padding: 0;
	margin-left: 10px;
}
#headIn #headerRight .langChange img{
	width: 65px;
	height: auto;
}
#headIn #headerRight .langChange a {
	display: block;
	background: #333;
	color: #fff;
	border-radius: 3px;
	padding: 0 10px;
	transition: all 0.3s ease;
}
#headIn #headerRight .langChange a:hover {
	background: #999;
}
#headIn #headerRight nav {
	float: right;
	clear: right;
}
#headIn #headerRight ul {
	overflow: hidden;
}
#headIn #headerRight li {
	float: left;
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
	font-family: sheepman, serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	padding-left: 30px;
	margin-left: 30px;
}
#headIn #headerRight li:first-of-type {
	margin-left: 0;
}
#headIn #headerRight li:after {
	content: "";
	background: rgba(100,100,100,0.2);
	height: 70%;
	position: absolute;
	width: 1px;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
}
#headIn #headerRight li:last-of-type:after {
	display: none;
}
#headIn #headerRight li span {
	font-family: "Noto Sans Japanese", 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: block;
	font-size: 12px;
	color: #7e7e7e;
}
#headIn #headerRight li a {
	display: block;
	color: #333;
	transition: all 0.3s ease;
}
#headIn #headerRight li a:hover,#headIn #headerRight li.current a{
	color: #a9080a;
}
main {
	padding: 80px 0 0 0;
}
main.article {
	margin-top: 60px;
	overflow: hidden;
}
main.overHead {
	overflow: hidden;
}
main.overHead .baseContainar{
	position: relative;
	overflow:visible;
}
main.overHead .breadcrumbs{
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 30;
}
main.overHead .breadcrumbs a{
	color: #fff;
}
main.overHead .baseContainar.locationIn,main.overHead .baseContainar.gibraltarIn,main.overHead .baseContainar.qualityIn{
	padding: 40px 0;
	overflow: hidden;
}
.breadcrumbs {
	overflow: hidden;
	float: right;
	padding: 20px 0;
}
.breadcrumbs li {
	float: left;
	font-size: 12px;
	position: relative;
	margin-left: 30px;
}
.breadcrumbs li:after {
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: url("/common/img/shared/ico_breadcrumbs.svg") left center no-repeat;
	width: 6px;
	height: 11px;
}
.breadcrumbs li:last-of-type:after {
	display: none;
}
footer {
	background: url("/common/img/shared/footer_bg.png") left top no-repeat, #000;
	padding-top: 50px;
}
#footIn {
	width: 1160px;
	margin: 0 auto;
}
#footIn .logoArea {
	width: 400px;
	float: left;
	position: relative;
	padding-left: 135px;
	padding-top: 10px;
}
#footIn:after {
	content: "";
	clear: both;
	display: block;
}
#footIn .logoArea:before {
	content: "";
	background: url("/common/img/shared/footer_logo.png");
	width: 119px;
	height: 74px;
	position: absolute;
	left: 0;
	top: 0;
}
#footIn .logoArea p {
	color: #fff;
	font-size: 12px;
}
#footIn .contentNav {
	width: 760px;
	float: right;
	overflow: hidden;
	text-align: right;
}
#footIn .contentNav li {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
}
#footIn .contentNav li a {
	color: #fff;
	margin-left: 10px;
	position: relative;
}
#footIn .contentNav li a:before {
	content: "";
	width: 1px;
	height: 70%;
	position: absolute;
	left: -6px;
	top: 55%;
	background: #606060;
	transform: translateY(-50%);
}
#footIn .contentNav li:first-of-type a:before {
	display: none;
}
#footIn .footLocation {
	clear: both;
	text-align: center;
	padding: 10px;
	border-top: solid 1px #606060;
}
#footIn .footLocation li {
	display: inline;
	font-size: 12px;
}
#footIn .footLocation li a {
	color: #fff;
	padding: 0 10px;
	position: relative;
}
#footIn .footLocation li a:hover, #footIn .contentNav li a:hover {
	text-decoration: underline;
}
#footIn .footLocation li a:before {
	content: "";
	width: 1px;
	height: 70%;
	position: absolute;
	left: 0;
	top: 55%;
	background: #606060;
	transform: translateY(-50%);
}
#footIn .footLocation li:first-of-type a:before {
	display: none;
}
footer #copy {
	background: #fff;
	padding: 10px 0;
	overflow: hidden;
}
footer #copyIn {
	width: 1160px;
	margin: 0 auto;
}
footer #copyIn ul {
	float: left;
	overflow: hidden;
}
footer #copyIn li {
	float: left;
	font-size: 12px;
	margin-right: 20px;
}
footer #copy p {
	float: right;
	font-size: 12px;
	font-family: sheepman, serif;
	font-weight: 400;
	font-style: normal;
}
footer .smtTit {
	display: none;
}
/** layout **/
.baseInner, .baseContainar {
	width: 1160px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.menuContainar,.historyContainar{
	clear: both;
	position: relative;
	padding: 20px 0 40px 0;
}
.newsCont{
	padding: 50px 0;
}
.newsCont .tit01{
	font-weight: bold;
	font-size: 22px;
	border-bottom: dotted 3px #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.newsCont .tit02{
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
}
.newsCont .yearSche dl{
	border: solid 5px #f0f0f0;
	display: flex;
	flex-wrap: wrap;
}
.newsCont .yearSche li:first-of-type dt{
	width: 40%;
}
.newsCont .yearSche li:first-of-type dd{
	width: 60%;
}
.newsCont .yearSche li:last-of-type dt{
	width: 80%;
}
.newsCont .yearSche li:last-of-type dd{
	width: 20%;
}
.newsCont .yearSche dt{
	width: 36%;
	border-bottom: solid 2px #f0f0f0;
	padding: 10px;
}
.newsCont .yearSche dd{
	width: 64%;
	padding: 10px;
	text-align: right;
	border-bottom: solid 2px #f0f0f0;
}
.newsCont .yearSche dt:last-of-type,
.newsCont .yearSche dd:last-of-type{
	border-bottom: none;	
}
.newsCont .yearSche ul{
	display: flex;
	flex-wrap: wrap;
}
.newsCont .yearSche ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.newsCont .yearSche ul li:nth-of-type(even){
	margin-right: 0;
}

@media screen and (max-width: 1160px) {
.top #head,#head {
	min-width: 1px;
}
#head:before {
	display: none;
}
#head:after {
	display: none;
}
#headIn {
	width: 100%;
}
#headIn .logo {
	width: 20%;
	padding: 10px;
	position: relative;
}
#headIn .logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}
#headIn #headerRight {
	width: 80%;
	padding-right: 20px;
}
#headIn #headerRight .seo {
	width: 29.5%;
}
#headIn #headerRight .language {
	margin: 20px 0;
}
#headIn #headerRight .langChange li{
width:85px;
}
#headIn #headerRight nav {
	width: 70.5%;
}
#headIn #headerRight ul {
	overflow: hidden;
}
#headIn #headerRight li {
	float: left;
	width: 20%;
	padding: 0;
	margin: 0;
}
#headIn #headerRight li:after {
	right: 0;
	transform: translateY(-30%);
	height: 20px;
}
main.overHead .breadcrumbs{
	right: 20px;
}
main.overHead .baseContainar.locationIn,main.overHead .baseContainar.gibraltarIn,main.overHead .baseContainar.qualityIn{
	padding: 40px 20px;
}
footer {
	padding: 30px 0 0 0;
}
#footIn {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
#footIn .logoArea {
	width: 15%;
}
#footIn .logoArea:before {
	top: 6px;
}
#footIn .logoArea p {
	display: none;
}
#footIn .contentNav {
	width: 85%;
}
#footIn .footLocation li a:before {
	height: 20px;
	top: 0;
	transform: none;
}
footer #copy {
	background: #fff;
	padding: 10px 20px;
	overflow: hidden;
}
footer #copyIn {
	width: 100%;
}
/** layout **/
.baseInner, .baseContainar {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
}

@media screen and (max-width: 959px) {
#head {
	display: none;
}
.smtHead {
	display: block;
}
.smtLogo {
	width: 100%;
	padding: 15px 20px 15px 0;
	box-sizing: border-box;
	background: #fff;
	height: 70px;
	border-bottom: solid 1px #dfdfdf;
}
.smtLogo img {
	width: auto;
	height: 40px;
	margin: 0 auto;
}
#gNavi {
	top: 0;
	position: fixed;
	z-index: 500;
	width: 100%;
	height: 100%;
	background: url("/common/img/shared/gnavi_bg.png") right bottom no-repeat, #a9080a;
	background-size: 80% auto, 100%;
}
#gNavi ul {
	padding: 20px 20px;
}
#gNavi ul li {
	line-height: 1.4;
	font-family: sheepman, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
	#gNavi ul li span{
		font-size: 12px;
		margin-left: 10px;
	font-family: "Noto Sans Japanese", 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
	#gNavi .sns{
		padding: 0 20px;
		text-align: right;
	}
	#gNavi .sns .twitter_tweet_original_icon_medium{
		margin-right: 10px;
	}
	#gNavi .langChangeSmt{
		position: absolute;
		right: 0;
		display: flex;
		width: 70%;
		margin-top: -15px;
	}
	#gNavi .langChangeSmt li a{
		border-bottom: none;
		padding: 0;
	}
	#gNavi .langChangeSmt img{
		width: 100%;
		height: auto;
	}
#gNavi ul li a {
	display: block;
	color: #fff;
	padding: 12px 10px;
	border-bottom: dashed 1px #fff;
}
#nav-toggle {
	position: fixed;
	z-index: 9000;
	right: 20px;
	top: 20px;
	display: block;
	cursor: pointer;
	height: 34px;
	width: 34px;
	background: rgba(255,255,255,0.8);
	padding: 6px;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	box-sizing: border-box;
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #818181;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 2px;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 18px;
}
#nav-toggle.current span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	background: #a9080a;
}
#nav-toggle.current span:nth-child(2) {
	width: 0;
	left: 50%;
}
#nav-toggle.current span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	background: #a9080a;
}
main.article {
	margin-top: 0;
	padding: 0;
}
main.overHead{
	padding: 0;
}
	.breadcrumbs{
		display: none;
	}
footer {
	background: url("/common/img/shared/footer_bg_smt.jpg") left top no-repeat;
	background-size: cover;
}
#footIn {
	padding: 0;
}
#footIn .logoArea {
	width: 15%;
	margin: 0 auto;
	float: none;
	height: 100px;
}
#footIn .contentNav {
	float: none;
	overflow: hidden;
	width: 100%;
}
#footIn .contentNav li {
	display: block;
	float: left;
	font-size: 12px;
	margin-bottom: 1px;
	width: calc(50% - 1px);
	background: rgba(255,255,255,0.4);
	margin-right: 1px;
}
#footIn .contentNav li:nth-of-type(even) {
	margin-right: 0;
	width: 50%;
}
#footIn .contentNav li:last-of-type {
	margin-right: 0;
}
#footIn .contentNav:nth-of-type(2) li:last-of-type {
	width: 50%;
}
#footIn .contentNav.mb20 {
	margin-bottom: 0 !important;
}
footer .smtTit {
	display: block;
	text-align: center;
	background: rgba(183,183,183,0.4);
	color: #fff;
	font-size: 14px;
	margin-bottom: 1px;
	margin-top: 20px;
}
#footIn .contentNav li a {
	text-align: center;
	display: block;
	padding: 10px 0;
	margin-left: 0;
	font-size: 10px;
}
#footIn .contentNav li a:before {
	display: none;
}
#footIn .contentNav li:first-of-type a:before {
	display: none;
}
#footIn .footLocation {
	border-top: none;
}
#footIn .footLocation li {
	display: inline-block;
}
#footIn .footLocation li a {
	display: block;
	padding: 4px 10px;
}
#footIn .footLocation li a:before {
	display: none;
}
footer #copy {
	padding: 20px;
}
footer #copyIn ul {
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
footer #copyIn li {
	float: none;
	display: inline-block;
}
footer #copy p {
	float: none;
	text-align: center;
}
.menuContainar,.historyContainar{
	clear: both;
	position: relative;
	padding: 20px 0;
}
.newsCont{
	padding: 20px 0;
}

.newsCont .yearSche dt{
	width: 100% !important;
}
.newsCont .yearSche dd{
	width: 100% !important;
}
.newsCont .yearSche ul{
	display: block;
}
.newsCont .yearSche ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

}
