@charset "UTF-8";

/*===== STYLE LIST ==========================================================
0: Initialize
1: Custom Setting
2: Header
3: Common Module
4: Footer
============================================================================= */


/* 0: Initialize
=========================================================================== */
div.blockskip a {
	border-bottom: none;
}

/* 1: Custom Setting
=========================================================================== */

/* Base */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

body {
	position: relative;
	min-width: 980px;
	overflow: hidden;
}

header,
footer {
	color: #1F1F1F;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

header, header::before, header::after, header *, header *::before, header *::after ,
footer, footer::before, footer::after, footer *::before, footer *::after,
.pageTop, .pageTop::before, .pageTop::after {
  box-sizing: border-box;
}

/* Link
--------------------------------------------------------------------------- */
header a,
footer a {
	background-color: transparent;
	text-decoration: none;
}
header a:link,
footer a:link {
	color: #1F1F1F;
}
header a:visited,
footer a:visited {
	color: #1F1F1F;
}
header a:hover,
footer a:hover{
	color: #1F1F1F;
	text-decoration: underline;
}
header a:active,
footer a:active{
	color: #1F1F1F;
	text-decoration: underline;
}
header a:focus,
footer a:focus{
	color: #1F1F1F;
	text-decoration: underline;
}

/* 2: Header
=========================================================================== */
header {
	position: relative;
	width: 980px;
	margin: 0 auto 2rem auto;
	padding-top: 3rem;
	background-color: #FFFFFF;
	line-height: 1.7;
}
header .logo {
	float: left;
	margin: 0 0 2rem 0;
	padding: 0;
	border-bottom: none;
	margin-top: 0;
}
header .logo img {
	width: 316px;
	height: 57px;
	border: none;
	vertical-align: middle;
}

/* Navigation group */
header .navGroup {
	width: 100%;
}

/* Header menu */
header .headMenu {
	float: right;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .headMenu > ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
header .headMenu > ul li {
	margin-bottom: 0;
	padding: 0 15px;
}
header .headMenu > ul li:first-child {
	padding-left: 0;
}
header .headMenu > ul li.sns img {
	width: 30px;
	height: auto;
	vertical-align: bottom;
}

/* Global navigation */
.globalNav {
	clear: both;
	min-width: 980px;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: 0 calc((100vw - 100%) / 2);
	background-color: #345083;
}
@media screen and (max-width: 979px) {
	.globalNav {
		width: 980px;
		margin-right: 0;
		margin-left: 0;
		padding: 0;
	}
}
.globalNav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 980px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.globalNav ul li {
	margin-bottom: 0;
}
.globalNav ul li a {
	display: block;
	padding: 1.6rem;
	color: #FFFFFF!important;
}
.globalNav ul li.current {
	background-color: #FFFFFF;
}
.globalNav ul li.current a {
	color: #1F1F1F!important;
}

/* 3: Common Module
=========================================================================== */

/* Block skip
--------------------------------------------------------------------------- */
.blockskip {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
	z-index: 9999;
}
.blockskip a {
	display: block;
	width: 100%;
	min-width: 980px;
	height: 1px;
	margin: -.1rem 0 0 0;
	padding: 0;
	background-color: #333333;
	color: #666666;
	cursor: default;
	line-height: 1;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}
.blockskip a:hover {
	text-decoration: underline;
}
.blockskip a.show {
	height: 1.875rem ;
	padding: 1.6rem 0;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 1;
}

/* No script
--------------------------------------------------------------------------- */
.noScript p {
	display: block;
	margin: .625rem 0;
	background-color: #FFFFFF;
	text-align: center;
}

/* Page top
--------------------------------------------------------------------------- */
.pageTop {
	padding: 20px 5%;
	line-height: 1.7;
	text-align: right;
}
.pageTop a {
	display: inline-block;
}
.pageTop a img {
	width: 35px;
	height: auto;
	vertical-align: bottom;
}

/* Icon
--------------------------------------------------------------------------- */
a i.icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 6px;
}
a i.icon img {
	width: 13px;
	height: 13px;
	vertical-align: middle;
}

/* 4: Footer
=========================================================================== */
footer {
	padding: 1.875rem 0;
	background-color: #F5F5F5;
	font-size: 87.5%;
	line-height: 1.7;
}
footer .footerMenu {
	display: table;
	max-width: 980px;
	margin: 0 auto 1rem auto;
	padding: 0;
	list-style: none;
}
footer .footerMenu li {
	display: table-cell;
	margin: 0;
	padding: 0 15px;
}
footer small {
	display: block;
	width: 980px;
	margin: 0 auto;
	font-size: 85.8%;
	line-height: 1.68;
	text-align: center;
}