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

html {
	overflow-y: scroll;
	font-size:10px;
}
body {
	color:#003139;
	width: 100%;
	min-height: 100vh !important;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	background-image:url(../img/background-main.png);
	background-size: cover;
	position: relative;
}
/* custom */
a {
	display:inline-block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-weight: inherit;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color:#003139;
	text-decoration:none;
}
a:hover {
	color:#00608c;
	text-decoration:underline;
}
a:focus {
	outline:none;
}

a img, img {
    border: 0;
    vertical-align:bottom;
    line-height:0;
}

img {
	width:100%;
	max-width:none;
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
	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;
}
.button.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.4;
	cursor: default;
}
.button.gray:hover {
	opacity: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.cleartxt {
    text-indent: -99999%;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
}
.clr{
    clear:both;
}

@media print, screen and (min-width: 768px) {
	img {
		width:auto;
		max-width: 100%;
	}
}
/* layout */
.header ,
.main ,
.footer {
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	min-width:300px;
}
.container {
	width:auto;
	margin:0 auto;
	position:relative;
	padding:0 10px;
	overflow: hidden;
}
@media print, screen and (min-width: 768px){
	.header ,
	.main ,
	.footer {
		min-width:1040px;
	}
	.container {
		width:1040px;
		padding:0 20px;
	}
}
/* s.header */
.header {
	background:url(../img/background-header.png) top center repeat-x;
	padding:2px 0 30px;
}
.header .container {
	font-size:0;
	text-align: center;
}
.header .logo {
	width:120px;
	padding:12px 0;
}
.header .nav li {
	display:inline-block;
	vertical-align:middle;
	padding:0 1.5rem;
	margin:0;
}
.header .nav {
	opacity:0;
	text-align:center;
	width: 290px;
	height:100%;
	padding: 70px 10px 0;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	overflow-y:scroll;
	transform: translate(290px);
	transition: all 0.5s;
}
.header .nav.open {
	opacity:1;
	transform: translateZ(0);
}
.header .nav ul {
	border-top:1px solid #003139;
	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 #003139;
}
.header .nav li a {
	display:block;
	padding:1em 0;
	font-size:1.6rem;
	line-height:1.4;
	color:#407a7b;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:700;
}
.header .nav li a:hover,
.header .nav li a:active {
	color:#003139;
}
.header .menu-trigger {
	display: inline-block;
	width: 36px;
	height: 29px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 14px;
	right: 26px;
	z-index: 100;
	transform: translateX(0);
	transition: transform .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: #003139;
	transition: all .5s;
	border-radius:10px;
}
.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);
}
.header .title {
	margin:30px auto 0;
	max-width:200px;
	-webkit-filter:drop-shadow(3px 3px 4px rgba(64, 122, 123, 1));
	-moz-filter:drop-shadow(3px 3px 4px rgba(64, 122, 123, 1));
	-ms-filter:drop-shadow(3px 3px 4px rgba(64, 122, 123, 1));
	filter:drop-shadow(3px 3px 4px rgba(64, 122, 123, 1));
}
.header .title .text {
	margin-top:10px;
	line-height: 1;
	font-size:2.4rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:700;
	color:#fff;
	text-align:center;
}
@media print, screen and (min-width: 768px){
	.header .logo,
	.header .nav {
		display: inline-block;
		vertical-align:middle;
	}
	.header .nav {
		position: relative;
		margin:0;
		padding:0;
		overflow-y:visible;
		width:860px;
  		height:auto;
 		background-color:transparent;
 		z-index:0;
  		left:auto;
  		right:auto;
  		left:0;
  		top:0; /* !important; */
  		transform:none;
  		opacity:1;
  		transition: all 0s;
	}
	.header .nav ul {
		border:0;
		text-align: right;
	}
	.header .nav li {
		width:auto;
		margin:0;
		padding:0 1.5rem;
		border:0;
	}
	.header .nav li a {
		padding:0;
	}
	.header .menu-trigger {
		display:none;
	}
	.header .title {
		max-width:300px;
	}
}
.main {
	padding-bottom:150px;
}
.main .container > .title {
	font-family:'Noto Sans JP', sans-serif;
	position:relative;
	text-align:center;
	font-size:2rem;
	font-weight:700;
	line-height:1.4;
}
.section {
	position: relative;
	margin:6% 0 0;
	padding:1px 0;
}
section:first-child {
	margin-top:0 !important;
}
.section > *:first-child{
	margin-top:0 !important;
}
.section .list > li {
	position: relative;
}
.section .list > .bullet ,
.section .list > .note {
	padding-left:1em !important;
}
.section .list > .bullet:before {
	content: '●';
	position: absolute;
	left:0;
}
.section .list > .note:before {
	content: '※';
	position: absolute;
	left:0;
}
.section-page{
	font-family:'Noto Sans JP', sans-serif;
	position: relative;
	margin:40px auto 10px;
	background:rgba(255, 255, 255, 0.6);
	box-shadow:0 0 10px 10px rgba(255, 255, 255, 0.6);
	border-radius:1rem;
	padding-bottom:1rem;
	padding:1rem;
	font-size:1.6rem;
	line-height: 1.6;
}
.section-page h3 {
	text-align: left;
	font-weight: 700;
	font-size:2rem;
	line-height: 1.4;
	margin-top:1em;
}
.section-page h4,
.section-page h5 {
	font-weight: 700;
	margin-top:0.5em;
}
.section-page p {
	font-weight: 500;
	margin-top:0.5em;
}
.section-page ul {
	margin-top:0.5em;
}
.section-page ol {
	margin-top:0.5em;
	counter-reset: item;
}
.section-page ul > li,
.section-page ol > li {
	padding:0.25em 0  0.25em 1em;
	position: relative;
	font-weight: 500;
}
.section-page ul > li:before {
	content: '●';
	position: absolute;
	left:0;
}
.section-page ol > li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	left:0;
}

@media print, screen and (min-width: 768px){
	.main .container > .title {
		font-size:3rem;
	}	
	.section-page{
		padding:2rem;
		font-size:1.8rem;
	}
	.section-page h3 {
		font-size:2.2rem;
	}
}
.footer {
	padding:30px 0 0;
	bottom:0;
	position: absolute;
	background:url(../img/background-footer.png) top center repeat-x;
	overflow: hidden;
	height:150px;
}
.footer .nav ul {
	font-size:0;
	text-align:center;
	background:#d3dfdf;
	margin:0 -2%;
}
.footer .nav li {
	display:inline-block;
	vertical-align: top;
	width:24.5%;
	padding:0 1px 0;
	margin:0;
}
.footer .nav li > a {
	display:block;
	font-size:1.2rem;
	line-height:1.4;
	color:#92a8ab;
	text-decoration:none;
	height:80px;
	background: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	padding-top:14px;
	letter-spacing: 0;
}
.footer .nav li > a > i {
	margin-bottom:4px;
}
.footer .nav li > a:hover,
.footer .nav li > a:active {
	color:#fff;
	background:#48cee0;
}
.footer .copyright {
	color:#fff;
	padding:1em 0;
	text-align: center;
	font-size:1.4rem;
	line-height: 1;
}
@media print, screen and (min-width: 768px){ 
	.footer .nav ul {
		max-width:768px;
		margin:0 auto;
	}
	.footer .nav li > a {
		font-size:1.4rem;
	}
}
.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 {
	html{
		background:#fff !important;
	 }
	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;
}
