@charset "utf-8";
*,*::before,*::after {
	box-sizing: border-box;
}
ul,li {list-style: none; margin:0; padding: 0;}
a {
	
	text-decoration: none;
}
ul,ol  {
	padding: 0;
	margin: 0;
	list-style: none;
}
body,h1,h2,h3,h4,p,li,figure,figcaption,blockquote,dl,dd {
	margin: 0;
}
body {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	color: #0060B0;
	font-family:'游明朝体',serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	font-size: 62.5%;
}
body.scroll-stop {
	overflow: hidden;
}
body #wrap {
	width: 100%;
}
a:not([class]) {
	text-decoration-skip-ink: auto;
}
img {
	display: block;
	width: 100%;
	vertical-align: bottom;
}
input,button,textarea,select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr{
	margin: 0px;
	padding: 0px;
}
a{
	color: #000;
	outline:none;
	text-decoration:none;
}
a img{
	border:none;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.unlink {
	color: #DEDEDE!important;
	pointer-events: none;
  }



/* PC ================================================== */
@media all and (min-width:960px){
.tablet,.sp {display: none;}
.pc {display: inline-block;}
.view_sp {display: none;}
.view_tablet {display: none;}
.view_pc {display: block;}
body {}
h1{}
h2{
	font-weight: bold;
	line-height: 1.2;
	color:#004EA2 ;
	font-size:3em;
}
h3{
	margin: 50px auto;
	text-align: center;
	font-size: 4.2em;
	white-space: nowrap;
}
h4{}
h5{}



}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
.pc,.sp {display: none;}
.tablet {display: inline-block;}
.view_pc {display: none;}
.view_sp {display: none;}
.view_tablet {display: block;}
body {}
h1{
	width: 100%;
}
h2{
	font-weight: bold;
	line-height: 1.2;
	color:#004EA2 ;
	font-size: 2.0em;
}
h3{
	margin: 40px 0 0;
	text-align: center;
	font-size: 3.8em;
}
h4{}
h5{}
}

/* SP ================================================== */
@media all and (max-width:559px){
.pc,.tablet {display: none;}
.sp {display: inline-block;}
.view_pc {display: none;}
.view_tablet {display: none;}
.view_sp {display: block;}
body {}
h1{
	width: 242px;
	margin: 0px auto;
}
h2{
	font-weight: bold;
	line-height: 1.2;
	color:#004EA2 ;
	font-size: 1.3em;
}
h3{
	margin: 0px 0 0;
	text-align: center;
	font-size: 2.8em;
	white-space: nowrap;
	line-height: 1.4em;
}
h4{}
h5{}
}