@charset "UTF-8";
/* CSS Document Rev.201906 */

/*--------------------
FONT
--------------------*/
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: normal;
	src: url(../font/NotoSans_Regular.woff2) format('woff2'),
		url(../font/NotoSans_Regular.woff) format('woff'),
		url(../font/NotoSans_Regular.otf) format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: bold;
	src: url(../font/NotoSans_Bold.woff2) format('woff2'),
		url(../font/NotoSans_Bold.woff) format('woff'),
		url(../font/NotoSans_Bold.otf) format('opentype');
	font-display: swap;
}

/*--------------------
COMMON
--------------------*/

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	border: 0;
	zoom: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

html>

/**/
body {
	overflow: -moz-scrollbars-vertical;
}

html:first-child body {
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	/**/
	background: #fff;
	color: #555;
	font-size: medium;
	font-family: "Noto Sans Japanese", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

strong {
	font-weight: bold;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	/**/
	color: #40a1df;
	/* transition: .5s; */
}

a:hover {
	/**/
	opacity: 0.7;
	/* transition: .5s; */
}

p {
	/**/
	margin-bottom: 1.5em;
}



/*--------------------
BUTTON
--------------------*/
.btn {
	text-align: center;
	/**/
	margin: 0 auto 30px;
}

.btn a {
	position: relative;
	display: inline-block;
	/**/
	padding: 6px 2em;
	color: #999;
	font-weight: bold;
	border: solid 2px #999;
}

.btn a:hover {
	opacity: 1;
	/**/
	color: #fff;
	background: #999;
}

/*--------------------
A:BEFORE
--------------------*/
.arrow:before,
.blank:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: baseline;
}

.blank:before {
	/**/
	content: "\f35d";
	padding-right: 5px;
}

.arrow:before {
	/**/
	content: "\f105";
	padding-right: 5px;
}

/*--------------------
GRID
--------------------*/
.grid,
.flex2,
.flex2-2,
.flex3,
.flex4,
.flex5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*   Safari etc. */
	-ms-align-items: stretch;
	/*  IE10        */
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	/* Safari6.1以降 */
	-ms-flex-wrap: wrap;
	/*IE10*/
	flex-wrap: wrap;
}

/* 最終行の間隔調整 */
.flex4:before,
.flex5:before {
	content: "";
	display: block;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.flex3:after,
.flex4:after,
.flex5:after {
	content: "";
	display: block;
}

.grid3-2 {
	width: 65.667%;
}

.grid4-3 {
	width: 74.25%;
}

.grid4-2,
.flex2>*,
.flex2-2>* {
	width: 48.5%;
}

.grid3-1,
.flex3>*,
.flex3:after {
	width: 31.333%;
}

.grid4-1,
.flex4>*,
.flex4:before,
.flex4:after {
	width: 22.75%;
}

.flex5>*,
.flex5:before,
.flex5:after {
	width: 17.6%;
}

.grid>*,
.flex2>*,
.flex2-2>*,
.flex3>*,
.flex4>*,
.flex5>* {
	margin-bottom: 30px;
}


/*--------------------
HEADER
--------------------*/
.head,
.head nav,
.foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* Safari6.1以降 */
	-ms-flex-wrap: wrap;
	/*IE10*/
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*   Safari etc. */
	-ms-align-items: center;
	/*  IE10        */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header {
	width: 100%;
	/**/
	background: #eee;
}

.head {
	position: relative;
	width: 100%;
	height: 100px;
	/**/
	/* padding: 20px 5%; */
}

.head h1 {
	display: block;
	height: 100%;
	text-indent: -9999px;
	margin-bottom: 0;
	/**/
	width: 160px;
}

.head h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/logo.png") no-repeat center left /contain;
}

.head nav {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	/**/
	width: calc(100% - 200px);
}

.head ul {
	padding: 0;
}

.head li {
	display: inline-block;
	/**/
	margin-left: 15px;
}

#spnav {
	display: none;
}

#eyecatch {
	display: block;
	width: 100%;
}

/* slider用css */
#eyecatch img {
	width: 100%;
}

/* slider用css ここまで */

/*--------------------
CONTENTS
--------------------*/

#contents,
aside {
	width: 100%;
}

article {
	margin: 0 auto;
	/**/
	padding: 50px 0;
	width: 90%;
	max-width: 900px;
}

aside {
	/**/
	padding: 50px 0;
	background: #eee;
	text-align: center;
}

section {
	/**/
	margin-bottom: 50px;
}

section:last-child,
section> :last-child {
	margin-bottom: 0;
}


/*--------------------
FOOTER
--------------------*/
footer {
	/**/
	background: #ccc;
	padding: 30px 0;
	font-size: 90%;
}

.foot {
	/*   Safari etc. */
	-ms-align-items: stretch;
	/*  IE10        */
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	/**/
	margin: 0 auto 20px;
	width: 90%;
	max-width: 900px;
}

.foot>div {
	/**/
	width: 40%;
}

.foot img {
	/**/
	width: 100px;
	margin-bottom: 10px;
}

footer nav {
	/**/
	/*width: 50%;*/
}

footer small {
	display: block;
	text-align: center;
}

#pagetop {
	position: fixed;
	z-index: 30;
	cursor: pointer;
	/**/
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 0px;
	line-height: 50px;
	background: rgba(4, 135, 208, 0.8);
	color: #fff;
	font-size: 30px;
	-webkit-transition: .3s;
	transition: .3s;
}

#pagetop:before {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: baseline;
	/**/
	content: "\f106";
}

#pagetop:hover {
	/**/
	line-height: 30px;
}

/* ------------------------------------------
リキャプチャ
------------------------------------------ */
.grecaptcha-badge{
	margin-bottom: 60px;
}


/*--------------------
TITLE
--------------------*/
h1 {
	/**/
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 180%;
}

h2 {
	/**/
	margin-bottom: 1.25em;
	font-size: 150%;
}

h3 {
	/**/
	margin-bottom: 1em;
	font-size: 130%;
}

h4 {
	/**/
	margin-bottom: 0.75em;
	font-size: 110%;
	background: #6188a8;
	padding: 10px 20px;
	border-radius: 3px;
	color: #FFF;
}

h5 {
	/**/
	margin-bottom: 0.5em;
	font-size: 100%;
}

#breadcrumbs {
	display: block;
	width: 100%;
	/**/
	padding: 10px 30px;
	text-align: center;
	background: #eee;
	font-size: 85%;
}

#breadcrumbs a:after {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	/**/
	margin: 0 0.7em;
	color: #555;
	content: "\f105";
}

/*--------------------
TABLE
--------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	/**/
	margin: 0 0 30px;
	border-top: #ccc 1px solid;
}

th,
td {
	/**/
	padding: 0.75em 15px;
	border-bottom: #ccc 1px solid;
	line-height: 1.4em;
}

th {
	/* white-space: nowrap; */
	/**/
	background: #eee;
	width: 30%;
	text-align: left;
}

.license th {
	width: 65%;
}

/*--------------------
LIST
--------------------*/
ul,
ol {
	/**/
	padding-left: 1.2em;
}

article ul,
article ol {
	/**/
	margin-bottom: 30px;
}

.ul_nav {
	padding-left: 0;
	list-style: none;
	text-align: center;
	/**/
	margin-bottom: 30px;
}

.ul_nav li {
	display: inline-block;
	/**/
	margin: 0 3px 10px;
	font-size: 90%;
}

.ul_nav a {
	display: inline-block;
	width: 100%;
	/**/
	padding: 4px 0.8em;
	background: #999;
	color: #ffffff;
}

.ul_nav a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	/**/
	padding: 0 5px 0 0;
	content: "\f107";
}

table :last-child,
ul :last-child,
ol :last-child,
dl :last-child {
	margin-bottom: 0;
}

/* ------------------------------------------
for - 640px
------------------------------------------ */

@media screen and (max-width:930px) {

	/*--------------------
COMMON - 640px
--------------------*/
	body {
		font-size: 95%;
	}

	/*--------------------
GRID - 640px
--------------------*/
	.grid3-1,
	.grid3-2,
	.grid4-1,
	.grid4-2,
	.grid4-3,
	.flex2>*,
	.flex3>*,
	.flex3:after {
		width: 100%;
	}

	.flex2-2>*,
	.flex4>*,
	.flex4:before,
	.flex4:after,
	.flex5>*,
	.flex5:before,
	.flex5:after {
		width: 47%;
	}

	/* ------------------------------------------
TABLE - 640px
------------------------------------------ */
	table {
		/**/
		border-top: #ccc 3px solid;
	}

	thead {
		display: none;
	}

	th,
	td {
		display: block;
		width: 100%;
		/**/
		padding: 0.5em;
	}

	td:last-child {
		/**/
		border-bottom: #ccc 3px solid;
	}
	.license th {
		width: 100%;
	}

	/*--------------------
HEADER - 640px
--------------------*/
	.head nav {
		display: none;
	}

	#spnav {
		display: block;
		position: fixed;
		z-index: 100;
		/**/
		right: 5%;
		top: 20px;
		width: 60px;
		height: 60px;
	}

	#spnav>a {
		display: inline-block;
		width: 100%;
		height: 100%;
		z-index: 10;
		cursor: pointer;
		text-align: center;
		position: relative;
		/**/
		background: #40a1df;
	}

	#spnav>a span:before,
	#spnav>a span:after {
		content: "";
		margin: 0;
	}

	#spnav>a span {
		/**/
		margin: 0 13px;
	}

	#spnav>a span,
	#spnav>a span:before,
	#spnav>a span:after {
		display: block;
		position: absolute;
		/**/
		width: 34px;
		border-bottom: solid 3px #fff;
	}

	#spnav>a span {
		/**/
		top: 16px;
	}

	#spnav>a span:before {
		/**/
		top: 10px;
	}

	#spnav>a span:after {
		/**/
		top: 21px;
	}

	.remodal>div {
		max-height: 75vh;
		overflow-y: scroll;
	}


	/* ------------------------------------------
FOOTER - 640px
------------------------------------------ */
	footer {
		/**/
		background: #ccc;
		padding: 30px 0;
		font-size: 90%;
	}

	.foot {
		/**/
		width: 90%;
		margin: 0 auto 20px;
		text-align: center;
	}

	.foot>div,
	footer nav {
		width: 100%;
	}

	.foot>div {
		/**/
		margin-bottom: 30px;
	}

	footer ul {
		padding-left: 0;
	}

	footer li {
		list-style: none;
	}

	footer li a {
		display: inline-block;
		width: 100%;
		/**/
		padding: 0.8em;
		border-bottom: solid 1px #999;
	}

}