@charset "utf-8";

/* Default Style */
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem; /*全体のフォントサイズは16pxとする*/
	background-color: #fff;
	line-height: 1;
	color:#000;
}

/* Default Link Style */
a {
	text-decoration: none;
	color: inherit;
	transition: 0.2s;
}

a:hover {
	opacity: .8;
}

/* font */
.ftMg {
	font-family: "Shin Maru Go Bold", sans-serif;
}

/* common */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#wrapper {
	width: 100%; /*全ての要素を包括する<div id"wrap">の幅を画面幅に設定する*/
	margin: 0 auto;
}

/* header ---------------------------------------- */
/* ヘッダー */
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
	padding: 0;
	background-color: rgba(0, 0, 0, .9);
	z-index: 100;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
}

header.close {
	opacity: 0;
	-webkit-transform: perspective(300px) rotateY(-90deg);
	transform: perspective(300px) rotateX(-90deg);
}

.header-inner {
	position:relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	max-width:1240px;
	height: 90px;
	margin:0 auto;
	padding: 0 20px;
}

.headBox {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 85.5%;
}

/* サイトタイトル */
.site-title {
	width: 26.702%;
	min-width: 128px;
	max-width: 166px;
	margin: 0 3.217% 0 0;
	padding: 0;
}

.site-title h1 {
}

.site-title h1 a {
	display:block;
}

.site-title h1 a span {
	display: block;
	margin: 6.2% 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2vw;
	color: #FFFFFF;
}

/* footer ---------------------------------------- */
footer {
	width: 100%;
	padding:48px 20px 24px;
	background-color: #D9E0FF;
	color: #304396;
}

.footInr {
	position:relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	max-width: 1200px;
	margin:0 auto;
	padding: 0;
	font-size: 1.4rem;
}

.factories {
	order: 1;
}

.factories dl + dl {
	margin-top: 32px;
}

.factories dl dt {
	font-weight: bold;
}

.factories dl dd {
	margin: .5em 0 0;
	line-height: 1.8;
	font-size: 1.2rem;
}

.factories dl dd:last-of-type {
	font-weight: bold;
}

.factories dl dd span {
	display: inline-block;
}

.factories dl dd ul {
	display: flex;
	flex-flow: row wrap;
}

footer .trademark {
	width: 100%;
	max-width: 1200px;
	margin: 1em auto 0;
	font-size: 1.0rem;
	font-weight: bold;
}

.container {
	margin-top: 90px;
}

.contents {
}

.contents main {
	width: 100%;
	margin: 0 auto;
}

section {
}

section .sectionInr {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#wrapper {
	display: flex;
	flex-flow: column nowrap;
	height: 100vh;
	justify-content: space-between;
}

.container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	background-color: #304396;
	height: 100%;
	color: #ffffff;
}

#msg-area {
	padding: 1rem 2rem;
}

#msg-area p {
	margin-bottom: 1em;
	font-size: 1.8rem;
	line-height: 1.5;
}

/* ================================================ */
@media (min-width: 1000px) {

.headBox {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: calc(100% - 145px);
}

/* サイトタイトル */
.site-title {
	width: 166px;
	margin: 0;
	padding: 0;
}

.site-title h1 {
}

.site-title h1 a {
	display:block;
}

.site-title h1 a span {
	display: block;
	margin: 12px 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	color: #FFFFFF;
}

}

/* ================================================ */
@media (max-width: 768px) {

/* content ---------------------------------------- */
.container {
	margin-top: 90px;
}

}

/* ================================================ */
@media (min-width: 481px) and (max-width: 640px) {
}

/* ================================================ */
@media (max-width: 480px) {
header {
	height: 60px;
	padding: 0;
}

.header-inner {
	height: 60px;
	padding: 0 20px;
}

/* サイトタイトル */
.site-title {
	width: 100px;
	min-width: auto;
	margin: 0;
	padding: 0;
}

.site-title h1 a span {
	display: block;
	margin: 5px 0 0;
	font-size: 12px;
}

/* footer ---------------------------------------- */
footer {
}

/* サイトロゴ */
.footLogo {
	text-align: center;
}

.footLogo span {
	margin: 12px auto 0;
}

.footInr {
	display: block;
	text-align: center;
}

.factories {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: none;
	text-align: left;
}

footer .trademark {
	margin-top: 24px;
	text-align: center;
}

/* content ---------------------------------------- */

.container {
	margin-top: 60px;
}

}