@charset "utf-8";
/*
 *  共通
 */

html {
	font-size:10px;
}
body {
	background:#1d2087;
	color:#000;
	width: 100%;
	min-height: 100vh;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing:0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
/* custom */
a {
	color:#1d2087;
	display:inline-block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}
a:focus {
    outline:none;
}
a:link{
    color:#1d2087;
    text-decoration: none;
}
a:visited{
    color: #1d2087;
    text-decoration: none;
}
a:hover{
    color:#1d2087;
    text-decoration:underline;
}
a:active{
    color:#1d2087;
    text-decoration:underline;
}
img {
	line-height: 0;
	border: 0;
	width:100%;
	max-width:none;
	vertical-align:bottom;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
table {
	width:100%;
}
.button {
	width:100%;
}
.button ,
.button:hover,
.button:active {
	transition: opacity 0.3s;
}
.button:hover,
.button:active  {
	opacity:0.6;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.cleartxt {
    text-indent: -99999%;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
}
.clr{
    clear:both;
}
.text-center {
	text-align: center;
}
@media print, screen and (min-width: 728px) {
	img {
		width:auto;
		max-width: 100%;
	}
}
/* layout */
.header ,
.main ,
.footer {
	width:100%;
	padding:0;
	margin:0;
	position:relative;
}
.container {
	width:auto;
	max-width:1200px;
	min-width:320px;
	margin:0 auto;
	position:relative;
	padding:0 10px;
	overflow: hidden;
}
@media print, screen and (min-width: 768px){
	.header ,
	.main ,
	.footer {
		min-width:1200px;
	}
	.container {
		width:1200px;
		padding:0 20px;
	}
}
/* s.header */
.header {
	background:#1d2087;
}
.header .logo {
	margin:20px 0;
	padding:0;
	width: 214px;
}
.header .nav {
	opacity:0;
	text-align:center;
	width: 290px;
	height:100%;
	padding: 80px 10px 0;
	background:#1d2087;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	overflow-y:scroll;
	transform: translate(290px);
	transition:all 0.5s;
}
.header .nav.open {
	opacity:0.9;
	transform: translateZ(0);
}
.header .nav ul {
	border-top:1px solid #fff;
	font-size:0;
	text-align:center;
}
.header .nav li {
	display:inline-block;
	vertical-align: top;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #fff;
}
.header .nav li a {
	display:block;
	position:relative;
	padding:1em 0;
	font-size:1.6rem;
	line-height:1.4;
	color:#fff;
	font-weight:500;
	text-decoration:none;
    letter-spacing: 0.05em;
}
.header .nav li a:hover,
.header .nav li a:active {
	color:#b7f6ff;
}
.header .menu-trigger {
	display: inline-block;
	width: 36px;
	height: 29px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 25px;
	right: 24px;
	z-index: 100;
	transform: translateX(0);
	transition: transform 0.5s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header .menu-trigger span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #666;
	transition: all .5s;
	border-radius:10px;
}
.header .menu-trigger.active span {
 	background-color: #fff;
}
.header .menu-trigger span:nth-of-type(1) {
 	top: 0;
}
.header .menu-trigger.active span:nth-of-type(1) {
 	transform: translateY(12px) rotate(-45deg);
}
.header .menu-trigger span:nth-of-type(2) {
 	top: 12px;
}
.header .menu-trigger.active span:nth-of-type(2) {
 	opacity: 0;
}
.header .menu-trigger span:nth-of-type(3) {
 	bottom: 0;
}
.header .menu-trigger.active span:nth-of-type(3) {
 	transform: translateY(-12px) rotate(45deg);
}
@media print, screen and (min-width: 768px){
	.header .logo {
		margin:90px 0;
		width:315px;
	}
	.header .nav {
		position: relative;
		display:block;
		margin:0;
		padding:0 0 30px;
		overflow-y:visible;
		width:100%;
  		height:auto;
 		z-index:0;
  		left:auto;
  		right:auto;
  		left:0;
  		top:0 !important;
  		transform:none;
  		opacity:1;
  		transition: all 0s;
	}
	.header .nav ul {
		border:0;
		font-size:0;
		text-align: center;
	}
	.header .nav li {
		width:auto;
		margin:0;
		padding:0;
		border:0;
		border-right:1px solid #fff;
	}
	.header .nav li:last-child {
		border-right:0;
	}
	.header .nav li a {
		padding:0 24px;
		line-height:1;
		margin:0;
		font-weight:400;
	}
	.header .menu-trigger {
		display:none;
	}
}
.main {
	background:#fff;
}
.main-image {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	overflow:hidden;
}
.main-image > .main-slider {
	position:relative;
	width:100%;
}
.main-image > .main-slider li {
	position: relative;
}
.section {
	position: relative;
	padding:40px 0 0;
    letter-spacing: 0.1em;
}
.section:first-child {
	padding-top:40px;
}
.section:last-child {
	padding-bottom:40px;
}
.section > .title {
	position: relative;
	font-size:1.8rem;
	text-align:center;
	line-height:1.4;
	font-weight:500;
	margin:0;
	padding:0;
}
.section > .title.line {
	padding-bottom:1em;
	border-bottom:1px solid #9fa0a0;
}
.section > .text {
	position: relative;
	font-size:1.5rem;
	margin:20px 0 0;
	font-weight:500;
}
.section > .box {
	position: relative;
	margin:30px 0 0;
}
.list-box {
	font-size:0;
	text-align:center;
}
.list-box > li {
	position:relative;
	display:inline-block;
	vertical-align: top;
}
.list-bullet > li,
.list-double > li,
.list-square > li,
.list-notice > li {
	position:relative;
	padding-left:1em;
	display:inline-block;
}
.list-bullet > li:before,
.list-double > li:before,
.list-square > li:before,
.list-notice > li:before {
	content:'';
	position:absolute;
	left:0;
}
.list-bullet > li:before {
	content:'●';
}
.list-double > li:before {
	content:'◎';
}
.list-square > li:before {
	content:'■';
}
.list-notice  > li:before{
	content:'※';
}
.section > *:first-child {
	margin-top:0 !important;
}
.popup-hidden {
	display: none;
}
@media print, screen and (min-width: 400px) {
	.section > .title {
		font-size:2rem;
	}
}
@media print, screen and (min-width: 768px){
	.main-image {
		width:1200px;
	}
	.main .container {
		width:950px;
		padding:0;
	}
	.section {
		position: relative;
		padding-top:50px;
		margin:0;
	}
	.section:first-child {
		padding-top:80px;
	}
	.section:last-child {
		padding-bottom:80px;
	}
	.section > .title {
		font-size:2.4rem;
	}
	.section > .text {
		margin:30px 0 0;
	}
	.section > .box {
		margin:30px 0 0;
	}
}
.footer {
	background:#1d2087;
}
.footer .nav {
	padding:48px 0 0;
}
.footer .nav ul {
	padding:0;
	margin:0;
	font-size:0;
	text-align:center;
	border-top:1px solid #fff;
}
.footer .nav li {
	display:inline-block;
	vertical-align: top;
	margin:0;
	padding:0;
	width:100%;
	border-bottom:1px solid #fff;
}
.footer .nav a {
	display:block;
	font-size:1.6rem;
	padding:1em 0;
	font-weight:500;
	color:#fff;
	text-decoration:none;
    letter-spacing: 0.05em;
}
.footer .nav li a:hover,
.footer .nav li a:active {
	color:#b7f6ff;
}
.footer .logo {
	width:50%;
	margin:0 auto;
	min-width:252px;
	padding:48px 0 0;
}
.footer .introduction {
	margin:20px 0 0;
	font-size:0;
	text-align: center;
}
.footer .introduction li {
	display: inline-block;
	vertical-align: middle;
	font-size:1.5rem;
	padding:0;
	margin:0;
	color:#fff;
	font-weight:400;
	width:100%;
}
.footer .copyright {
	margin:0;
	padding:20px 0;
	text-align: center;
	font-size:1.2rem;
	color:#fff;
	font-weight:400;
}
@media print, screen and (min-width: 768px){
	.footer .nav {
		padding:48px 0;
		border-bottom:1px solid #fff;
	}
	.footer .nav ul {
		margin:0;
		padding:0;
		border:0;
	}
	.footer .nav li {
		width:auto;
		margin:0;
		padding:0;
		border:0;
		border-right:1px solid #fff;
	}
	.footer .nav li:last-child {
		border-right:0;
	}
	.footer .nav li a {
		color:#fff;
		font-size:1.6rem;
		padding:0 24px;
		margin:0;
		line-height:1;
	}
	.footer .logo {
		width:315px;
	}
	.footer .introduction {
		margin:8px auto 0;
		width:100%;
		padding:0;
		font-size:0;
		text-align: center;
	}
	.footer .introduction li {
		margin:0;
		padding:12px 0 0 1em;
		font-size:1.2rem;
		width:auto;
	}
	.footer .introduction li:first-child{
		padding-left:0;
	}
	.footer .copyright {
		margin:0;
		padding:36px 0;
		font-size:1.2rem;
	}
	.footer .copyright .pc {
		display:inline !important;
	}
}
.pc {
	display:none !important;
}
.sp {
	display:block !important;
}
br.pc {
	line-height:0 !important;
}
br.sp {
	line-height:0 !important;
}
@media print, screen and (min-width: 768px){
	.pc {
		display:block !important;
	}
	.sp {
		display:none !important;
	}
}
/* print */
@media print {
	body{
		background:#fff !important;
		-webkit-print-color-adjust: exact;
	}
	#ToolBar {
		display:none !important;
	}
	.section > div {
		page-break-inside:avoid;
	}
}
@page {
	size: A4 portrait;
	margin-left:   0;
 	margin-right:  0;
 	margin-top:    10mm;
 	margin-bottom: 10mm;
}
