@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');


/* base style ------------------------------ */

.hover {
 display: inline-block;
	backface-visibility: hidden;
	cursor: pointer;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
a.hover:link,
a.hover:visited {
	opacity: 1.0;
}
a.hover:hover,
a.hover:active {
	opacity: 0.6;
}


.loader-outer {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	background: rgba(255,255,255,0.8);
	z-index: 1000000;
	display: none;
}

.loader {
	display: block;
	font-size: 10px;
	position: absolute;
	left: 50%;
	top: 48%;
	margin: -15px 0px 0px -15px;
	text-align: left;
	overflow: hidden;
	text-indent: -9000px;
	border-top: 0.5em solid rgba(0, 0, 0, 0.2);
	border-right: 0.5em solid rgba(0, 0, 0, 0.2);
	border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
	border-left: 0.5em solid #000000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loading 1.1s infinite linear;
	animation: loading 1.1s infinite linear;
}
@-webkit-keyframes loading {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes loading {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}





/* clerfix ----- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
/* ----- clerfix */


.error {
	color: #ff0000;
}

.nowrap {
	white-space: nowrap !important;
}


.underline {
	border-bottom: 1px solid #22537d;
}

.indent01 {
	margin-left: 1.0em;
}

.numlist01 {
	list-style-type: decimal;
	margin: 0px 0px 0px 2.0em;
	padding: 0px;
}
.numlist01 li {
	margin: 0px;
	padding: 0px;
}

.list01 {
	list-style-type: none;
	margin: 0px 0px 0px 1.0em;
	padding: 0px;
}
.list01 li {
	margin: 0px;
	padding: 0px;
	text-indent: -1.0em;
}
.list01 li:before {
	content: "●";
	color: #9cc62c;
}

.list02 {
	list-style-type: none;
	margin: 0px 0px 0px 1.0em;
	padding: 0px;
}
.list02 li {
	margin: 0px;
	padding: 0px;
	text-indent: -1.0em;
}



















