@charset "UTF-8";
/* CSS Document */
/* ver 1.2 by Gene corp */
html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: "Roboto", "Noto Sans JP", "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	color: #005082;
	font-weight: 500;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: break-word;
}
@-ms-viewport {
	width: auto !important;
	initial-scale: 1;
}
/*==================================================

title
==================================================*/
h1 {
	font-size: clamp(2.4rem, 4.8vw, 4.8rem);
	line-height: 160%;
	font-weight: 500;
}
h2 {
	font-size: clamp(2rem, 3.6vw, 3.6rem);
	line-height: 160%;
	font-weight: 500;
}
h3 {
	font-size: clamp(1.6rem, 2.4vw, 2.4rem);
	line-height: 160%;
	font-weight: 500;
}
h4, h5, h6 {
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Zen Maru Gothic", sans-serif;
}

/* micro cf */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

/*==================================================

link img
==================================================*/
a {
	color: #0049cc;
	text-decoration: underline;
	touch-action: manipulation;
	/* animation */
	transition: all 0.2s;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.7;
		text-decoration: none;
	}
}
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	-ms-interpolation-mode: bicubic;
}
/*==================================================

margin
==================================================*/

.mt-space1p {margin-top: 10px !important;}.mt-space3p {margin-top: 30px !important;}.mt-space4p {margin-top: 40px !important;}.mt-space5p {margin-top: 50px !important;}.mt-space6p {margin-top: 60px !important;}.mt-space7p {margin-top: 70px !important;}.mt-space8p {margin-top: 80px !important;}.mt-space10p {margin-top: 100px !important;}.mt-space12p {margin-top: 120px !important;}.mt-space14p {margin-top: 140px !important;}.mb-space3p {margin-bottom: 30px !important;}.mb-space4p {margin-bottom: 40px !important;}.mb-space5p {margin-bottom: 50px !important;}.mb-space6p {margin-bottom: 60px !important;}.mb-space7p {margin-bottom: 70px !important;}.mb-space8p {margin-bottom: 80px !important;}.mb-space10p {margin-bottom: 100px !important;}

/*==================================================

list
==================================================*/
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	body {
		line-height: 160%;
	}
	.mt-space3p {margin-top: 3% !important;}.mt-space4p {margin-top: 4% !important;}.mt-space5p {margin-top: 5% !important;}.mt-space6p {margin-top: 6% !important;}.mt-space7p {margin-top: 7% !important;}.mt-space8p {margin-top: 8% !important;}.mt-space10p {margin-top: 10% !important;}.mt-space12p {margin-top: 12% !important;}.mt-space14p {margin-top: 14% !important;}.mb-space3p {margin-bottom: 3% !important;}.mb-space4p {margin-bottom: 4% !important;}.mb-space5p {margin-bottom: 5% !important;}.mb-space6p {margin-bottom: 6% !important;}.mb-space7p {margin-bottom: 7% !important;}.mb-space8p {margin-bottom: 8% !important;}.mb-space10p {margin-bottom: 10% !important;}
}
@media only screen and (max-width: 568px) {}
@media only screen and (max-width: 480px) {}