@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.6.0/css/all.css");
/**
 * 1.0 - Normalize
 * 2.0 - Common
 * 3.0 - Header
 * 4.0 - Contents
 * 5.0 - Navi
 * 6.0 - Main
 * 7.0 - Footer
 * 8.0 - Single Page
 * 9.0 - Option
 */
/*----------------------------------------------------
	1.0 - Normalize
----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: """";
}
a img {
	border: 0;
}
figure {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/*Border*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*----------------------------------------------------
	2.0 - Common
----------------------------------------------------*/
html {
	font-size: 62.5%; /* base-font-size:10px */
}
body {
	background-color: #fff;
	background-image: url("../img/common/bg_body.png");
	background-size: 180px 240px;
	background-position: center top;
	background-repeat: repeat;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0;
	position: relative;
	overflow-x: hidden;
	z-index: 0;
	border-top: 24px solid transparent;
	border-image-source: url("../img/common/bg_border.png");
	border-image-slice: 24 0 0 0;
	border-image-repeat: repeat;
}
body::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f5f280;
	background-image: url("../img/common/bg_base.webp");
	background-size: 2000px 920px;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
body.index::before {
	content: "";
	width: 100%;
	height: 960px;
	background-image: url("../img/common/bg_index.webp");
	background-size: 3000px 936px;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-bottom: 24px solid transparent;
	border-image-source: url("../img/common/bg_border.png");
	border-image-slice: 0 0 24 0;
	border-image-repeat: repeat;
}
@media (max-width: 999px) {
	body {
		border-top: none;
	}
	.index body::before {}
	body.index::before {
		content: "";
		width: 100vw;
		height: 92.4vw;
		background-image: url(../img/common/bg_index.jpg);
		background-size: cover;
		background-position: center top;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
}
a {
	color: #aa1d3f;
}
a:hover {
	color: #6b8532;
	text-decoration-color: transparent;
}
img {
	vertical-align: middle;
}
a:hover img {
	opacity: 0.7;
	transition: 0.3s;
}
*tel-setting*/ a[href*="tel:"] {
	pointer-events: none;
}
#wrapper {
	width: 100%;
	max-width: 1000px;
	/*background: red;*/
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
}
@media (max-width: 999px) {
	#wrapper {
		background: transparent;
	}
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
	background: transparent;
	color: #333;
	flex-basis: 260px;
	max-width: 260px;
	text-align: center;
	line-height: 0;
	margin-top: 20px;
	padding-bottom: 2em;
	z-index: 1;
	/* Scroll */
}
@media (max-width: 999px) {
	header {
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
		height: 60px;
		background: transparent;
		border-top: none;
		position: fixed;
		margin-top: 0;
		padding-bottom: 0;
		box-shadow: none;
		z-index: 2;
		overflow-y: auto;
		border: none;
	}
}
header h1 {
	width: 100%;
	background: #6b8532;
	background-image: url("../img/common/bg_header.jpg");
	background-size: 260px 180px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.5em;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0 auto;
	transition: 0.3s;
}
header h1 img {
	width: 100%;
	height: auto;
}
header h1 a {
	display: block;
}
header h1 span {
	display: block;
	transform: translateY(-120%);
	line-height: 1.2;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 999px) {
	header h1 {
		width: 100%;
		height: 60px;
		background-image: none;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0 68px 0 2%;
		position: fixed;
		left: 0%;
		z-index: 2;
		text-align: left;
	}
	header h1 img {
		max-width: 270px;
	}
}
@media (max-width: 768px) {
	header h1 {}
	header h1 a {
		display: inline-block;
	}
	header h1 picture {
		width: calc(100vw - 60px - 4vw);
		display: block;
	}
	header h1 img {
		width: 100%;
		max-width: 270px;
	}
}
@media (max-width: 480px) {
	header h1 img {
		max-width: 270px;
	}
}
.head_inner {
	position: relative;
	z-index: -1;
	padding: 0 0;
}
@media (max-width: 999px) {
	.head_inner {
		width: 100vw;
		height: 100vh;
		background: rgb(255, 255, 255, 0.85);
		display: none;
		padding: 60px 0 1em;
		position: fixed;
		top: 0;
		left: 0;
		overflow-y: auto;
	}
}
/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
.contents {
	flex: 1;
	width: calc(100% - 260px);
	flex-basis: calc(100% - 260px);
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	z-index: 0;
}
@media (max-width: 999px) {
	.contents {
		width: 100%;
		padding-top: 60px;
	}
}
/*----------------------------------------------------
	5.0 - Navi
----------------------------------------------------*/
/* Hamburger */
@media (min-width: 1000px) {
	.hamburger {
		display: none;
	}
}
/* 999px under */
@media (max-width: 999px) {
	.hamburger {
		position: fixed;
		display: flex;
		justify-content: center;
		background: #aa1d3f;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		line-height: 1.75;
		text-align: center;
		cursor: pointer;
		/*z-index: 1;*/
		z-index: 10;
	}
	.hamburger span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		left: 15px;
		background: #fff;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 12px;
	}
	.hamburger span:nth-child(2) {
		top: 21px;
	}
	.hamburger span:nth-child(3) {
		top: 30px;
	}
	.hamburger.active span:nth-child(1) {
		top: 21px;
		left: 15px;
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
		top: 21px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.hamburger p {
		position: absolute;
		top: 34px;
		color: #fff;
		font-size: 1.2rem;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.hamburger.active p {
		color: #fff;
	}
}
/* Menu */
.dropmenu {
	width: 100%;
	background: #6b8532;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	position: relative;
	z-index: 0;
}
.dropmenu::after {
	content: "";
	width: 100%;
	height: calc(100% + 180px);
	background: #6b8532;
	position: absolute;
	left: 0px;
	top: -180px;
	z-index: -1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 999px) {
	.dropmenu {
		padding: 10px 2%;
		z-index: 2;
		row-gap: 0;
	}
	.dropmenu::after {
		display: none;
	}
}
.dropmenu > li {
	position: relative;
	display: block;
	transition: 0.3s all;
	line-height: 1.2;
}
.dropmenu > li a {
	width: 100%;
	min-height: 50px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	padding: 0.75em 1.25em 0.85em 0.72em;
	text-decoration: none;
	transition: 0.3s;
	column-gap: 0.3em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.dropmenu > li:first-of-type a {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 999px) {
	.dropmenu > li a {
		width: 100%;
		margin: 0;
		padding: 1em 1.3em 1em 1.3em;
	}
	.dropmenu > li a br {
		display: none;
	}
}
.dropmenu > li a:hover, .dropmenu > li a:focus, .dropmenu > li.on a {
	background-color: #aa1d3f;
	color: #fff;
}
@media (max-width: 999px) {
	.dropmenu > li a:hover, .dropmenu > li a:focus, .dropmenu > li.on a {
		width: 100%;
		margin: 0;
	}
}
.dropmenu > li.off a {
	cursor: default;
	pointer-events: none;
	/*color: #999;*/
}
.dropmenu > li a:before {
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	width: 1em;
	height: 1em;
	color: #fff;
	font-size: 1em;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0.85em;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s all;
	line-height: 1;
	padding-top: 0.05em;
}
.dropmenu > li a:hover:before, .dropmenu > li a:focus:before, .dropmenu > li.on a:before {
	display: none;
}
@media (max-width: 999px) {
	.dropmenu > li a:before {
		right: 1em;
	}
}
.dropmenu > li img.menu_icon {
	display: none;
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle;
}
.dropmenu > li a:hover img.menu_icon, .dropmenu > li a:focus img.menu_icon, .dropmenu > li.on a img.menu_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s all;
	opacity: 1;
}
/* bannermenu */
.bannermenu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em;
	row-gap: 10px;
	margin: 10px 0 0;
	padding: 0;
}
@media (max-width: 999px) {
	.bannermenu {
		width: 100%;
		display: grid;
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, calc((100% - 20px) / 3));
		row-gap: 10px;
		column-gap: 10px;
		justify-content: center;
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.bannermenu {
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, calc((100% - 10px) / 2));
	}
}
.bannermenu img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.bannermenu > li {
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.bannermenu > li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	text-decoration: none;
}
/* form text banner */
.bannermenu > li.banner_form {
	display: inline-block;
	position: relative;
	height: 50px;
}
.bannermenu > li.banner_form a {
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	font-weight: 700;
	background: #3f392e;
	color: #fff;
	font-size: 0.85em;
	letter-spacing: 0.04em;
	line-height: 1;
	padding-bottom: 0.15em;
}
.bannermenu > li.banner_form a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #c8aa38;
}
.bannermenu > li.banner_form a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
@media (max-width: 999px) {
	.bannermenu > li.banner_form {
		height: auto;
	}
	.bannermenu > li.banner_form a {
		font-size: 1.75vw;
	}
}
@media (max-width: 480px) {
	.bannermenu > li.banner_form {
		height: calc((92vw - 10px) / 2 * 0.32);
	}
	.bannermenu > li.banner_form a {
		font-size: 2.5vw;
	}
}
/* content banner */
.cont_banner {
	width: 100%;
	display: none;
	padding: 0 0 6%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 999px) {
	.cont_banner {
		display: block;
		margin: -4% auto 0;
	}
}
.cont_index_banner {
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	display: none;
	padding: 0 0 40px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 999px) {
	.cont_index_banner {
		display: block;
		margin: 0 auto;
	}
}
@media (max-width: 999px) {
	.cont_banner > .bannermenu, .cont_index_banner > .bannermenu {
		width: 92%;
		display: grid;
		grid-template-columns: repeat(auto-fit, 23.5%);
		column-gap: 2%;
		justify-content: center;
		margin: 0 auto;
		padding: 0;
	}
	.cont_banner > .bannermenu > li:nth-of-type(n), .cont_index_banner > .bannermenu > li:nth-of-type(n) {
		margin-top: 0;
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.cont_banner > .bannermenu, .cont_index_banner > .bannermenu {
		grid-template-columns: repeat(auto-fit, 32%);
		column-gap: 2%;
	}
}
@media (max-width: 480px) {
	.cont_banner > .bannermenu, .cont_index_banner > .bannermenu {
		grid-template-columns: repeat(auto-fit, 48%);
		column-gap: 4%;
	}
}
/* new marker */
a.new:after {
	content: "NEW";
	background: red;
	color: #fff;
	font-size: 0.75em;
	display: inline-block;
	line-height: 1;
	padding: 0.3em 0.25em 0.25em;
	transform: translateY(0.1em);
}
a.new:hover:after, .on a.new:after {
	content: "NEW";
	background: #fff;
	color: red;
}
/*----------------------------------------------------
	6.0 - Main
----------------------------------------------------*/
#main {
	width: 100%;
	text-align: center;
	z-index: 0;
}
@media (max-width: 999px) {
	#main {
		border: none;
	}
}
.main_bg {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0 2em;
	position: relative;
}
@media (max-width: 999px) {
	.main_bg {
		height: auto;
		border: none;
		padding: 0 0 0;
	}
}
article {
	width: 100%;
	max-width: 720px;
	min-height: 50vh;
	margin: 0 0 0 auto;
	padding: 0;
	line-height: 1.8;
	text-align: left;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 24px solid transparent;
	border-image-source: url("../img/common/bg_border.png");
	border-image-slice: 0 0 24 0;
	border-image-repeat: repeat;
}
@media (max-width: 999px) {
	article {
		min-height: 35vh;
		margin: 0 auto;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}
}
.page_head {
	width: 100%;
	background: #97b360;
	background: linear-gradient(180deg, rgba(146, 173, 91, 0.75) 0%, rgba(107, 132, 50, 0.95) 75%, rgba(107, 132, 50, 1) 100%);
	color: #fff;
	min-height: 4em;
	line-height: 1.2;
	margin: 0 auto;
	padding: 5px;
	position: relative;
}
@media (max-width: 480px) {
	.page_head {
		overflow: hidden;
	}
}
article h1 {
	width: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 0.25em;
	font-family: "Noto Serif JP", serif;
	font-size: 2.25em;
	font-weight: 500;
	line-height: 1.2;
	padding: 1.2em 0 1.35em;
	text-align: center;
	transition: 0.3s;
	text-shadow: 0px 0px 5px #495f26;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 999px) {
	article h1 {
		font-size: 2em;
	}
}
@media (max-width: 480px) {
	article h1 {
		font-size: 1.75em;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}
.page_head h1 img {
	width: 1em;
	height: auto;
	transform: translateY(5%);
	filter: drop-shadow(0px 0px 3px #495f26);
}
article h1 .en_title {
	font-size: 0.5em;
	display: flex;
	align-items: center;
	position: relative;
	letter-spacing: 0.1em;
	opacity: 0.75;
}
article h1 .en_title:before, article h1 .en_title:after {
	content: "";
	width: 1.5em;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
}
article h1 .en_title:before {
	left: -2em;
}
article h1 .en_title:after {
	right: -2em;
}
section {
	min-height: 600px;
	background: #fff;
	font-size: 0.9375em;
	padding: 3.5em 2.5em;
	text-align: left;
}
@media (max-width: 999px) {
	section {
		min-height: 53vh;
	}
}
@media (max-width: 480px) {
	section {
		padding: 2em 1.4em;
		min-height: 35vh;
	}
}
section:first-child {
	padding-top: 0;
}
section h2 {
	width: 100%;
	background: #003e5f;
	background: linear-gradient(90deg, rgba(0, 62, 95, 1) 0%, rgba(0, 62, 95, 1) 75%, rgba(0, 62, 95, 0.05) 100%);
	color: #fff;
	position: relative;
	margin: 2em auto 0.5em;
	padding: 0.4em 0.25em 0.4em 0.75em;
	font-size: 1.5em;
	line-height: 1.2;
}
section h2:first-of-type {
	margin-top: 0;
}
section h2::before {
	content: "";
	background: rgba(255, 255, 255, 0.5);
	width: 5px;
	height: calc(100% - 0.75em);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
section h2 + h3 {
	margin-top: 0;
}
section h3 {
	color: #0e2f8c;
	position: relative;
	margin: 1em auto 0.6em;
	padding: 0.4em 0.25em 0.4em 0.5em;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.15;
	border-bottom: 3px solid #0e2f8c;
}
section h4 {
	background: #e8f5f0;
	margin: 1em auto 0.5em;
	padding: 0.5em 0.25em 0.4em 0.5em;
	position: relative;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1;
}
section h3 + h4 {
	margin-top: 0;
}
/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
	background: #003e5f;
	color: #fff;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
@media (min-width: 2000px) {
	footer {
		background-size: cover;
	}
}
.foot_inner {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 3.25em 0 3.25em;
}
@media (max-width: 768px) {
	.foot_inner {
		width: 92%;
		padding: 3.25em 0 3em;
	}
}
.foot_secretariat {
	display: inline-flex;
	flex-direction: column;
	/*align-items: flex-start;*/
	column-gap: 4%;
	row-gap: 1em;
}
@media (max-width: 480px) {
	.foot_secretariat {
		flex-direction: column;
		justify-content: center;
	}
}
.foot_secretariat > li {
	/*width: 48%;*/
	display: flex;
	/*flex-direction: column;*/
	justify-content: flex-start;
	column-gap: 1em;
	row-gap: 1em;
}
@media (max-width: 480px) {
	.foot_secretariat > li {
		width: 100%;
		flex-direction: column;
	}
}
.foot_secretariat h3 {
	width: 7em;
	font-weight: 400;
	font-size: 1.125em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	line-height: 1;
	margin: 0;
	padding: 0.8em 0 0.9em;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
}
@media (max-width: 480px) {
	.foot_secretariat h3 {
		width: 100%;
	}
}
.foot_secretariat dl {
	/*width: 100%;*/
	margin-top: 0;
	text-align: left;
	color: #fff;
	font-size: 0.9375em;
	position: relative;
}
.foot_secretariat dt {
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.foot_secretariat dt + dd {
	margin-top: 0.25em;
}
.foot_secretariat dd {
	line-height: 1.8;
	position: relative;
	z-index: 1;
}
footer .copyright {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 0.8125em;
	text-align: center;
	padding: 1.25em 0.5em 1.3em;
	line-height: 1.5;
}
@media (max-width: 999px) {
	footer .copyright {
		width: 100%;
	}
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #a1cc45;
}
footer a.tel {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
/*----------------------------------------------------
	8.0 - Single Page
----------------------------------------------------*/
/*  Index
----------------------------------------------------*/
#main_index {
	/*background: #fdfdfd;*/
	width: 100%;
	text-align: center;
	z-index: 0;
}
@media (max-width: 999px) {
	#main_index {
		border: none;
	}
}
.main_index_bg {
	/*background: #fdfdfd;*/
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0 0 3em;
	position: relative;
}
@media (max-width: 999px) {
	.main_index_bg {
		height: auto;
		border: none;
		padding: 0 0 3.5em;
	}
}
.mv {
	width: 100%;
	top: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}
.mv img {
	width: 100%;
	height: auto;
}
.mv > img:last-of-type {
	margin-top: 1.25em;
}
@media (max-width: 999px) {
	.mv {
		padding: 0;
		text-align: center;
		border-bottom: 24px solid transparent;
		border-image-source: url("../img/common/bg_border.png");
		border-image-slice: 0 0 24 0;
		border-image-repeat: repeat;
	}
	.mv img {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.mv {
		padding: 0;
		text-align: center;
		border-bottom: 12px solid transparent;
		border-image-source: url("../img/common/bg_border_sp.png");
		border-image-slice: 0 0 12 0;
		border-image-repeat: repeat;
	}
}
.info {
	width: calc(100% - 40px);
	background-image: url("../img/contents/index/bg_info.webp");
	background-size: 200px 220px;
	background-position: right 40px;
	background-repeat: no-repeat;
	margin: 0 0 0 auto;
	padding: 80px 0 1em;
	text-align: left;
	position: relative;
	z-index: 0;
}
@media (max-width: 999px) {
	.info {
		width: 92%;
		max-width: 768px;
		margin: 0 auto 0;
		padding: 3em 0 1em;
	}
}
.info h2 {
	width: 100%;
	color: #003e5f;
	font-family: "Noto Serif JP", serif;
	font-size: 1.75em;
	font-weight: 700;
	display: flex;
	align-items: center;
	column-gap: 0.25em;
	margin: 0;
	padding: 0 0 0.5em;
	line-height: 1;
	position: relative;
	border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 480px) {
	.info h2 {
		font-size: 6vw;
		padding-bottom: 0.5em;
	}
}
.info dl {
	width: 100%;
	min-height: 8em;
	max-height: 16.25em;
	color: #333;
	font-size: 0.9375em;
	margin: 0 auto 0;
	padding: 0;
	line-height: 1.6;
	text-align: left;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #add2db #dde8ee;
}
.info dl::-webkit-scrollbar {
	width: 8px;
}
.info dl::-webkit-scrollbar-track {
	background-color: #dfdbd5;
}
.info dl::-webkit-scrollbar-thumb {
	background-color: #c3b29b;
}
@media (max-width: 768px) {
	.info dl {
		height: auto;
		min-height: 8.3em;
		max-height: 16.6em;
	}
}
@media (max-width: 480px) {
	.info dl {
		min-height: 12.8em;
		max-height: 22.4em;
	}
}
.info dt {
	width: 6.5em;
	background: #bca15e;
	color: #fff;
	margin: 1.15em 0 0;
	position: relative;
	text-align: center;
	float: left;
	border-radius: 0.25em;
}
.info dt.none {
	background: transparent;
	content: none;
	border: none;
}
.info dd {
	position: relative;
	margin: 0;
	padding: 1.15em 1.3em 1.25em 8em;
	border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 480px) {
	.info dt {
		display: inline-block;
		margin: 1em 0 00;
		float: none;
	}
	.info dd {
		padding-top: 0.25em;
		padding-bottom: 1em;
		padding-left: 0;
	}
}
/* option */
.info_abstract {
	width: calc(100% - 100px);
	background: #fff;
	border: 2px solid #a40d5d;
	line-height: 1.8;
	margin: 1.5em auto 0 auto;
	padding: 0 0 1em;
	text-align: center;
	position: relative;
	z-index: 0;
}
@media (max-width: 999px) {
	.info_abstract {
		width: 92%;
		max-width: 760px;
	}
}
.info_abstract > h2 {
	width: 100%;
	background: #a40d5d;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 0;
	padding: 0.15em 0.25em 0.35em;
	text-align: center;
	position: relative;
	z-index: 0;
}
.info_abstract > dl {
	max-width: 92%;
	display: inline-flex;
	flex-wrap: wrap;
	column-gap: 0.75em;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 480px) {
	.info_abstract > dl {
		width: 92%;
		text-align: left;
		justify-content: center;
		border: 1px solid #846f58;
		padding-bottom: 0.75em;
	}
}
.info_abstract > dl dt {
	background: #846f58;
	color: #fff;
	line-height: 1.2;
	padding: 0.25em 0.75em 0.15em;
}
@media (max-width: 480px) {
	.info_abstract > dl dt {
		width: 100%;
		margin-bottom: 0.5em;
		padding: 0.5em;
		text-align: center;
	}
}
.info_abstract > dl dd {
	font-size: 1.3125em;
	line-height: 1.2;
}
@media (max-width: 480px) {
	.info_abstract > dl dd {
		max-width: 92%;
	}
}
.info_area {
	width: 100%;
	padding: 1.75em 2em 2em;
	background-color: #474f36;
	color: #fff;
	border-bottom: 3px double #e1b65c;
}
.info_movie {
	width: calc(100% - 100px);
	margin: 1.5em auto 0 auto;
	text-align: center;
}
@media (max-width: 999px) {
	.info_movie {
		width: 92%;
		max-width: 760px;
	}
}
.info_movie > .inner_movie {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}
.info_movie > .inner_movie > video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* Attention Box Index */
.box_attention_index {
	background: #fff;
	max-width: 90%;
	margin: 470px auto 0;
	padding: 1em;
	line-height: 1.6;
	border: 3px solid #e0363c;
}
.box_attention_index + .info {
	margin-top: 10px;
}
/* message */
.message {
	width: calc(100% - 80px);
	background: #fff;
	color: #333;
	font-size: 0.9375em;
	margin: 0.75em auto 0;
	padding: 0;
	line-height: 1.6;
	text-align: left;
	border: 2px solid #a40d5d;
	border-radius: 1em;
	padding: 1em;
}
/* slide */
.slide {
	width: 100%;
}
.slide img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
/*  Greeting
----------------------------------------------------*/
.grt_info {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-bottom: 2em;
}
@media (max-width: 480px) {
	.grt_info {
		flex-wrap: wrap;
	}
}
.grt_info .grt_image {
	width: 150px;
	flex-basis: 150px;
	margin-left: 2em;
}
@media (max-width: 480px) {
	.grt_info .grt_image {
		margin: 0 auto;
	}
}
.grt_info .grt_image img {
	width: 100%;
	height: auto;
}
.grt_info .grt_data {
	width: calc(100% - 150 - 2em);
	flex-basis: calc(100% - 150 - 2em);
	text-align: right;
}
@media (max-width: 480px) {
	.grt_info .grt_data {
		width: 100%;
		flex-basis: 100%;
		margin-top: 1em;
		text-align: center;
	}
}
.grt_text:first-letter {
	margin-left: 1em;
}
/*  Outline
----------------------------------------------------*/
.out_org {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.out_org dt {
	width: 6em;
}
.out_org dd {
	width: calc(100% - 6em);
}
@media (max-width: 480px) {
	.out_org dt {
		width: 100%;
	}
	.out_org dd {
		width: 100%;
	}
}
/*  Abstracts
----------------------------------------------------*/
.box_col {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.box_col > table.table_normal {
	width: 50%;
}
.box_col table.table_normal:last-of-type {
	position: relative;
	margin-left: -1px;
}
.box_col > table.table_normal th {
	width: 3em;
	text-align: center;
}
.box_col > table.table_normal td.row02 {
	height: 5em;
}
@media (max-width: 999px) {
	.box_col > table.table_normal td.row02 {
		height: auto;
	}
	.box_col > table.table_normal td.row02_999 {
		height: 5em;
	}
}
@media (max-width: 768px) {
	.box_col table.table_normal {
		width: 100%;
	}
	.box_col table.table_normal:last-of-type {
		position: relative;
		margin-top: -1px;
	}
	.box_col > table.table_normal td.row02, .box_col > table.table_normal td.row02_999 {
		height: auto;
	}
}
/*  Program
----------------------------------------------------*/
.program_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.program_list .prg_title {
	width: 100%;
	color: #006bdc;
	display: flex;
	column-gap: 0.5em;
	align-items: baseline;
	margin-top: 0.5em;
	font-weight: 700;
}
.program_list .prg_title > .title_number {
	min-width: 4.5em;
	background: #00a2dc;
	color: #fff;
	line-height: 1.15;
	padding: 0.15em 0.15em 0.25em;
	text-indent: 0;
	text-align: center;
	flex-shrink: 0;
}
.program_list > dt {
	min-width: 3em;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
}
.program_list > dt:after {
	content: "：";
}
.program_list > dd {
	width: calc(100% - 3em);
	margin-left: 3em;
	display: flex;
	column-gap: 0.5em;
	text-indent: -1em;
}
.program_list > dt + dd {
	width: calc(100% - 3em);
	margin-left: 0em;
}
.program_list > dt.dt_long + dd {
	margin-left: 4em;
}
.program_list > dd .prg_name {
	min-width: 6em;
	flex-shrink: 0;
	text-indent: 0;
}
@media (max-width: 480px) {
	.program_list > dd {
		flex-direction: column;
		text-indent: 0em;
	}
}
/* dt option */
.program_list.dt04 dt {
	width: 6.1em;
}
.program_list.dt04 dt + dd {
	width: calc(100% - 6.1em);
}
.program_list.dt04 dd {
	width: calc(100% - 6.1em);
	margin-left: 6.1em;
}
.program_list.dt05 dt {
	width: 7.1em;
}
.program_list.dt05 dt + dd {
	width: calc(100% - 7.1em);
}
.program_list.dt05 dd {
	width: calc(100% - 7.1em);
	margin-left: 7.1em;
}
.program_list.dt06 dt {
	width: 8.1em;
}
.program_list.dt06 dt + dd {
	width: calc(100% - 8.1em);
}
.program_list.dt06 dd {
	width: calc(100% - 8.1em);
	margin-left: 8.1em;
}
.program_list.dt07 dt {
	width: 9.1em;
}
.program_list.dt07 dt + dd {
	width: calc(100% - 9.1em);
}
.program_list.dt07 dd {
	width: calc(100% - 9.1em);
	margin-left: 9.1em;
}
.program_list[class*="dt"] dt {
	flex-shrink: 0;
	/*justify-content: flex-end;*/
}
.program_list[class*="dt"] dt + dd {
	margin-left: 0em;
}
.program_list[class*="dt"] dt.dt_long + dd {
	margin-left: 0em;
}
.program_list dd.en_name .prg_name {
	width: auto;
	padding-right: 0.5em;
}
/* 240424 option */
.program_list dt.dt04 {
	width: 6.1em;
}
.program_list dt.dt04 + dd {
	width: calc(100% - 6.1em);
}
.program_list dt.dt05 {
	width: 7.1em;
}
.program_list dt.dt05 + dd {
	width: calc(100% - 7.1em);
}
.program_list dt.dt06 {
	width: 8.1em;
}
.program_list dt.dt06 + dd {
	width: calc(100% - 8.1em);
}
.program_list dt.dt07 {
	width: 9.1em;
}
.program_list dt.dt07 + dd {
	width: calc(100% - 9.1em);
}
.program_list dt.dt08 {
	width: 10.1em;
}
.program_list dt.dt08 + dd {
	width: calc(100% - 10.1em);
}
.prg_time {
	padding-top: 5px;
	color: #555;
	font-weight: 700;
	border-bottom: 1px dotted #999;
	margin-bottom: 0.5em;
}
.prg_sponsor {
	margin-top: 10px;
	text-align: right;
}
/* Flyer Style */
section .prg_flyer {
	float: right;
	margin-left: 1em;
	overflow: hidden;
}
section .prg_flyer img {
	width: 100px;
	float: right;
}
section .prg_flyer a:hover img {
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;
	transition: 0.2s;
}
section .prg_flyer a:not(:first-of-type) {
	display: none;
}
/* Irregular Option */
section h2.prg, section h3.prg, section h4.prg {
	display: flex;
	justify-content: space-between;
	column-gap: 1em;
}
@media (max-width: 768px) {
	section h2.prg, section h3.prg, section h4.prg {
		flex-wrap: wrap;
	}
}
section h3 + .prg_time {
	margin-top: -10px;
}
section h4.prg .prg_icon {
	position: absolute;
	bottom: 8px;
	right: 5px;
	padding: 0.15em;
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	border-radius: 2px;
}
.prg_type {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-shrink: 0;
}
.ondemand {
	background: #7caa3a;
	color: #fff;
	padding: 0.35em 0.5em 0.25em;
	line-height: 1;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #fff;
	white-space: nowrap;
	flex-shrink: 0;
	font-weight: 400;
}
.prg_type .ondemand {
	background: #7caa3a;
	color: #fff;
	padding: 0.35em 0.5em 0.25em;
	line-height: 1;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #fff;
	white-space: nowrap;
	flex-shrink: 0;
	font-weight: 400;
}
/*  Registration
----------------------------------------------------*/
/*  Venue
----------------------------------------------------*/
.map {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
}
.map > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.venue_image {
	width: 100%;
}
.venue_image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
/*  Sponsorship
----------------------------------------------------*/
.spn_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spn_flow > li {
	border: 1px solid #049678;
	width: 30%;
	flex-basis: 30%;
	position: relative;
}
@media (max-width: 768px) {
	.spn_flow > li {
		border: 1px solid #049678;
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 3em;
	}
}
.spn_flow > li:after {
	content: "";
	background: #a30d5d;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	margin: 0;
	width: 2em;
	height: calc(tan(60deg) * 1em / 2);
	display: inline-block;
	position: absolute;
	top: 55%;
	right: -13%;
	transform: rotate(90deg) translate(-50%, -50%);
}
@media (max-width: 768px) {
	.spn_flow > li:after {
		content: "";
		background: #a30d5d;
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
		margin: 0;
		width: 2em;
		height: calc(tan(60deg) * 1em / 2);
		display: inline-block;
		position: absolute;
		top: auto;
		bottom: -2em;
		right: auto;
		left: 50%;
		transform: rotate(180deg) translate(50%, -0%);
	}
}
@media (max-width: 768px) {
	.spn_flow > li:last-of-type {
		margin-bottom: 0;
	}
}
.spn_flow > li:last-of-type:after {
	display: none;
}
.spn_flow > li h3 {
	height: 4.75em;
	background: #049678;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 0.75em;
	padding-left: 1.75em;
	text-indent: -1em;
	border-bottom: none;
}
@media (max-width: 768px) {
	.spn_flow > li h3 {
		height: auto;
		padding: 1em 1em 1em 2em;
	}
}
.spn_flow > li p {
	padding: 0.75em 1em;
}
.spn_faq {}
.spn_faq > li {
	margin-bottom: 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #ddd;
}
.spn_faq dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 0.25em;
}
.spn_faq dt {
	color: #a30d5d;
	width: 2em;
	flex-basis: 2em;
	font-weight: 700;
	text-align: right;
}
.spn_faq dt:nth-of-type(1) {
	color: #049678;
}
.spn_faq dd {
	width: calc(100% - 2.25em);
	flex-basis: calc(100% - 2.25em);
}
.spn_faq dd:nth-of-type(1) {
	color: #049678;
	font-weight: 700;
}
/*----------------------------------------------------
	9.0 - Option
----------------------------------------------------*/
/*  List - Text
----------------------------------------------------*/
/* No icon Style */
ul.list_normal li {
	padding-left: 1em;
}
ul.list_normal li {
	padding-left: 1em;
	text-indent: -1em;
}
/* No icon Style/English */
ul.list_normal_en li {
	padding-left: 0.425em;
}
ul.list_normal_en li {
	padding-left: 0.425em;
	text-indent: -0.425em;
}
/* Disk Style */
ul.list_disc {
	margin-left: 1em;
}
ul.list_disc li {
	position: relative;
}
ul.list_disc li:after {
	display: block;
	background-color: #666;
	content: "";
	position: absolute;
	top: 0.65em;
	left: -0.75em;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
ul.list_disc li .list_normal li:after {
	content: none;
}
ul.list_normal li .list_disc li {
	text-indent: 0;
	padding-left: 0;
}
/* Mark Style */
ul.list_mark li {
	padding-left: 1em;
	position: relative;
}
ul.list_mark li:before, ul.list_mark li:after {
	content: " ";
	position: absolute;
}
ul.list_mark li:before {
	background-color: #063d87;
	width: 1em;
	height: 1em;
	top: 0;
	left: 0;
	transform: translateY(0.5em);
	clip-path: polygon(0% 0%, 85% 0%, 85% 85%, 0% 85%);
}
ul.list_mark li:after {
	background-color: #fff;
	width: 1em;
	height: 1em;
	top: 0;
	left: 0;
	transform: translateY(0.4em);
	clip-path: polygon(30% 25%, 60% 50%, 30% 75%);
}
/* Link Style */
ul.list_link li {
	padding: 0 0 0.5em 1em;
	position: relative;
	border-bottom: 1px solid #ddd;
}
ul.list_link li:before {
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	position: absolute;
	margin-left: -1em;
	background: #063d87;
	clip-path: polygon(0 0, 60% 50%, 0 100%);
	transform: translate(0.2em, 0.5em);
}
/* Decimal Style */
ol.list_decimal {
	list-style: none;
	counter-reset: num;
	margin-left: 2em;
}
ol.list_decimal > li {
	position: relative;
}
ol.list_decimal > li:before {
	counter-increment: num;
	content: counter(num) ".";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/* Decimal (Parentheses) Style */
ol.list_numberParen {
	list-style-type: none;
	counter-reset: ol_li;
	margin-left: 2em;
}
ol.list_numberParen > li {
	position: relative;
}
ol.list_numberParen > li:before {
	counter-increment: ol_li;
	content: "("counter(ol_li) ")";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/* Decimal (Parentheses - One Side) Style */
ol.list_numberParenR {
	list-style-type: none;
	counter-reset: ul_lione;
	margin-left: 2em;
}
ol.list_numberParenR > li {
	position: relative;
}
ol.list_numberParenR > li:before {
	counter-increment: ul_lione;
	content: counter(ul_lione) ")";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/*  List - Button
----------------------------------------------------*/
ul.list_button {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}
ul.list_button li {
	margin: 0 auto 0.75em;
}
ul.list_button > li a {
	min-width: 40%;
	height: 4em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #fffcf3;
	color: #000;
	text-decoration: none;
	border: 2px solid #ec6e00;
	border-radius: 4px;
	box-shadow: 5px 5px 5px rgba(13, 76, 153, 0.1);
	transition: 0.3s;
}
ul.list_button > li a:hover {
	background-color: #ff7f10;
	border-radius: 4px;
	color: #fff;
	border: 2px solid #ec6e00;
	box-shadow: none;
}
ul.list_button > li.notLink a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #bcbcbc;
	height: 4em;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 5px 5px 5px rgba(13, 76, 153, 0.1);
	transition: 0.3s;
	pointer-events: none;
	cursor: default;
}
ul.list_button.btn_col01 > li {
	width: 48%;
}
ul.list_button.btn_col02 > li {
	width: 48%;
}
ul.list_button.btn_col02_center > li {
	width: 40%;
}
ul.list_button.btn_col03 > li {
	width: 30%;
}
@media (max-width: 768px) {
	ul.list_button.btn_col02_center > li, ul.list_button.btn_col03 > li {
		width: 48%;
	}
}
/* 2 Column After */
ul.list_button.btn_col02:after {
	content: "";
	display: block;
	width: 50%;
	height: 0;
}
/* 3 Column After */
ul.list_button.btn_col03:after {
	content: "";
	display: block;
	width: 66.67%;
	height: 0;
}
@media (max-width: 768px) {
	ul.list_button.btn_col03:after {
		width: 50%;
	}
}
.list_button .button_orange a {
	background-color: #f77613;
	color: #fff;
	border: 2px solid #a40d5d;
}
.list_button .button_orange a:hover {
	background-color: #fff;
	color: #f77613;
	border: 2px solid #f77613;
}
.list_button .button_green a {
	background-color: #00c099;
	color: #fff;
	border: 2px solid #049678;
}
.list_button .button_green a:hover {
	background-color: #fff;
	color: #049678;
	border: 2px solid #049678;
}
/*  List - Banner
----------------------------------------------------*/
ul.list_banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.1;
	text-align: center;
}
ul.list_banner li {
	margin: 0 0 0.75em;
}
ul.list_banner li a img {
	width: 100%;
	max-width: 230px;
	border: 1px solid #ddd;
	transition: 0.3s;
}
ul.list_banner > li a img:hover {
	border: 1px solid #999;
}
ul.list_banner li.blank {
	margin: 0;
}
ul.list_banner.btn_col01 > li {
	width: 100%;
}
ul.list_banner.btn_col02 > li {
	width: 48%;
}
ul.list_banner.btn_col03 > li {
	width: 30%;
}
ul.list_banner.btn_col04 > li {
	width: 24%;
}
@media (max-width: 480px) {
	ul.list_banner.btn_col04 > li {
		width: 30%;
	}
}
/*  Table
----------------------------------------------------*/
table.table_normal {
	width: 100%;
	border: solid 1px #ddd;
}
table.table_normal th {
	padding: 10px;
	background: #ebf4ee;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-weight: 700;
}
table.table_normal td {
	padding: 10px;
	background: #fff;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
/* Vertical Setting */
table th.vtl_center, table td.vtl_center {
	vertical-align: middle;
}
table.vtl_center_all td {
	vertical-align: middle;
}
/* Scroll */
@media (max-width: 768px) {
	.table_scroll {
		overflow-x: scroll;
	}
	.table_scroll::-webkit-scrollbar {
		height: 10px;
	}
	.table_scroll::-webkit-scrollbar-track {
		margin: 0 2px;
		background: #ccc;
		border-radius: 5px;
	}
	.table_scroll::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
	.table_scroll:after {
		content: "*If the window size is narrow, this table is displayed with side scrolling.";
		position: relative;
		font-size: calc(768px * 0.015625);
	}
	.table_scroll .table_normal {
		min-width: 700px;
	}
}
/* Stack */
table.table_stack_sp {
	width: 100%;
}
table.table_stack_sp th {
	padding: 1em 0.5em;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
table.table_stack_sp td {
	padding: 1em 0 1em 1em;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
@media (max-width: 480px) {
	table.table_stack_sp th {
		width: auto;
		background: #fff;
		text-align: left;
		margin-top: 1.5em;
		font-size: 1.145em;
	}
	table.table_stack_sp tr:first-of-type th {
		margin-top: 0em;
	}
	table.table_stack_sp th, table.table_stack_sp td {
		border-bottom: none;
		border: 1px solid #ccc;
	}
	table.table_stack_sp th, table.table_stack_sp td {
		display: list-item;
		list-style: none;
		width: 100%;
		padding: 5px;
		border-width: 1px 0 0;
	}
}
/* Stack Irregular */
section h2 + table.table_stack_p {
	margin-top: -0.5em;
}
section h3 + table.table_stack_p {
	margin-top: -0.45em;
}
table.table_stack_p {
	width: auto;
}
table.table_stack_p th, table.table_stack_p td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	border: none;
}
table.table_stack_p td:first-of-type {
	white-space: nowrap;
}
table.table_stack_p td {}
@media (max-width: 999px) {
	table.table_stack_p tr {
		display: flex;
		flex-wrap: wrap;
	}
	table.table_stack_p tr th, table.table_stack_p tr td {
		display: inline-block;
		width: auto;
	}
	table.table_stack_p tr td:first-of-type {
		white-space: normal;
	}
	table th br.br_blank {
		display: none;
	}
}
/*  Table
----------------------------------------------------*/
table.table_style01 {
	width: 100%;
	border: solid 1px #ddd;
}
table.table_style01 th {
	padding: 10px;
	background: #f8f1dc;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-weight: 700;
}
table.table_style01 td {
	padding: 10px;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
/* Vertical Setting */
table th.vtl_center, table td.vtl_center {
	vertical-align: middle;
}
/*  Back Ground Color
----------------------------------------------------*/
.bg_blue {
	background: #174e91;
}
.bg_green {
	background: #509869;
}
.bg_red {
	background: #f10e15;
}
.bg_orange {
	background: #ec7430;
}
/*  Align
----------------------------------------------------*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
/*  Hr
-----------------------------------------------*/
hr {
	border: solid 1px #ddd;
}
/*  Text
----------------------------------------------------*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
strong {
	font-weight: 700;
}
.tx_under {
	text-decoration: underline;
}
.tx_cancel {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
}
.tx_cancel_red {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
	text-decoration-color: #f10e15;
}
.tx_cancel_red span {
	color: black;
}
.tx_red {
	color: #f10e15;
}
.tx_blue {
	color: #19375b;
}
.tx_black {
	color: #222;
}
.tx_white {
	color: #fff;
}
.tx_green {
	color: #19375b;
}
.tx_13 {
	font-size: 1.3rem;
}
.tx_13B {
	font-size: 1.3rem;
	font-weight: 700;
}
.tx_14 {
	font-size: 1.4rem;
}
.tx_14B {
	font-size: 1.4rem;
	font-weight: 700;
}
.tx_15 {
	font-size: 1.5rem;
}
.tx_15B {
	font-size: 1.5rem;
	font-weight: 700;
}
.tx_16 {
	font-size: 1.6rem;
}
.tx_16B {
	font-size: 1.6rem;
	font-weight: 700;
}
.tx_17 {
	font-size: 1.7rem;
}
.tx_17B {
	font-size: 1.7rem;
	font-weight: 700;
}
.tx_18 {
	font-size: 1.8rem;
}
.tx_18B {
	font-size: 1.8rem;
	font-weight: 700;
}
.tx_20 {
	font-size: 2rem;
}
.tx_20B {
	font-size: 2rem;
	font-weight: 700;
}
.tx_22 {
	font-size: 2.2rem;
}
.tx_22B {
	font-size: 2.2rem;
	font-weight: 700;
}
@media (max-width: 768px) {
	.tx_13, .tx_13B {
		font-size: 1.2rem;
	}
	.tx_14, .tx_14B {
		font-size: 1.3rem;
	}
	.tx_15, .tx_15B {
		font-size: 1.4rem;
	}
	.tx_16, .tx_16B {
		font-size: 1.5rem;
	}
	.tx_17, .tx_17B {
		font-size: 1.6rem;
	}
	.tx_18, .tx_18B {
		font-size: 1.7rem;
	}
	.tx_20, .tx_20B {
		font-size: 1.8rem;
	}
	.tx_22, .tx_22B {
		font-size: 2rem;
	}
}
.tx_space01 {
	letter-spacing: 0.1rem;
}
.tx_space02 {
	letter-spacing: 0.2rem;
}
.tx_space03 {
	letter-spacing: 0.3rem;
}
.tx_space04 {
	letter-spacing: 0.4rem;
}
.tx_space05 {
	letter-spacing: 0.5rem;
}
.tx_space_nw001 {
	letter-spacing: -0.01rem;
}
.tx_space_nw01 {
	letter-spacing: -0.1rem;
}
.tx_space_nw02 {
	letter-spacing: -0.2rem;
}
.tx_space_nw03 {
	letter-spacing: -0.3rem;
}
.tx_indent00 {
	text-indent: 1em;
}
.tx_indent01 {
	padding-left: 1em;
	text-indent: -1em;
}
.tx_indent012 {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.tx_indent015 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.tx_indent02 {
	padding-left: 2em;
	text-indent: -2em;
}
.tx_dumy {
	word-break: break-all;
}
/*  Line Height
----------------------------------------------------*/
.line_height00 {
	line-height: 0;
	vertical-align: middle;
}
.line_height01 {
	line-height: 1;
	vertical-align: middle;
}
.line_height02 {
	line-height: 2;
	vertical-align: middle;
}
/*  Text Break
----------------------------------------------------*/
@media (max-width: 999px) {
	span.br999_under:before {
		content: "\A";
		white-space: pre;
	}
}
@media (max-width: 768px) {
	span.br768_under:before {
		content: "\A";
		white-space: pre;
	}
}
@media (max-width: 480px) {
	span.br480_under:before {
		content: "\A";
		white-space: pre;
	}
}
/*  Margin
----------------------------------------------------*/
.mgt_10 {
	margin-top: 10px;
}
.mgt_20 {
	margin-top: 20px;
}
.mgt_30 {
	margin-top: 30px;
}
.mgt_40 {
	margin-top: 40px;
}
.mgt_50 {
	margin-top: 50px;
}
.mgb_10 {
	margin-bottom: 10px;
}
.mgb_20 {
	margin-bottom: 20px;
}
.mgb_30 {
	margin-bottom: 30px;
}
.mgb_40 {
	margin-bottom: 40px;
}
.mgb_50 {
	margin-bottom: 50px;
}
.mgl_10 {
	margin-left: 10px;
}
.mgl_01 {
	margin-left: 1em;
}
.mgl_02 {
	margin-left: 2em;
}
.mgl_03 {
	margin-left: 3em;
}
.mgl_04 {
	margin-left: 4em;
}
.mgl_05 {
	margin-left: 5em;
}
/*  Icon
----------------------------------------------------*/
/*Link Blank Icon*/
.link:after {
	font-family: "Font Awesome 5 Free";
	content: "\f360";
	margin-left: 0.2em;
	color: #4369c4;
	font-size: 1.375em;
	font-weight: 900;
}
.pdf:after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	margin-left: 0.2em;
	color: #f54328;
	font-size: 1.6em;
	font-weight: 900;
}
.ppt:after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c4";
	margin-left: 0.2em;
	color: #ce6243;
	font-size: 1.6em;
	font-weight: 900;
}
.word:after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c2";
	margin-left: 0.2em;
	color: #254c9b;
	font-size: 1.6em;
	font-weight: 900;
}
.excel:after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c3";
	margin-left: 0.2em;
	color: #347241;
	font-size: 1.6em;
	font-weight: 900;
}
.ssl:after {
	font-family: "Font Awesome 5 Free";
	content: "\f084";
	margin-left: 0.2em;
	color: #ceaf28;
	font-size: 1.6em;
	font-weight: 900;
}
/* Irregular Option */
.list_button a.link:hover:after, .list_button a.pdf:hover:after, .list_button a.ppt:hover:after, .list_button a.word:hover:after, .list_button a.excel:hover:after, .list_button a.ssl:hover:after {
	color: #fff;
}
/* Triangle Icon */
.triangle {
	/* margin: 0; */
	padding-left: 1em;
	text-indent: -1em;
	position: relative;
}
.triangle:before {
	content: "";
	width: 1em;
	height: 1em;
	background: #063d87;
	clip-path: polygon(0 0, 60% 50%, 0 100%);
	transform: translate(0em, 0.1em);
	position: relative;
	display: inline-block;
}
/*  Page Top
----------------------------------------------------*/
#page_top {
	position: fixed;
	display: flex;
	bottom: 4%;
	right: 4%;
	margin: 0;
}
#page_top a {
	display: block;
	line-height: 0;
	opacity: 0.85;
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 2px solid #fff;
	vertical-align: middle;
	transition: 0.4s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}
#page_top a:before {
	position: absolute;
	top: 25px;
	left: 35%;
	content: "";
	width: 15px;
	height: 15px;
	margin: auto;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#page_top a {
	background-color: #6b8532;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#page_top a:hover {
	background-color: #993333;
}
@media (max-width: 480px) {
	#page_top a:before {
		top: 18px;
		left: 33%;
	}
	#page_top a {
		width: 50px;
		height: 50px;
	}
}
/*  Float
----------------------------------------------------*/
.fL {
	float: left;
	margin: 0 1em 10px 0;
}
.fR {
	float: right;
	margin: 0 0 10px 1em;
}
/*  Attention
----------------------------------------------------*/
.box_attention {
	max-width: 100%;
	padding: 1em;
	line-height: 1.6;
	border: 4px solid #e0363c;
}
.box_attention_g {
	max-width: 100%;
	padding: 1em;
	line-height: 1.6;
	border: 4px solid #999;
}
.box_attention_b {
	max-width: 100%;
	padding: 1em;
	line-height: 1.6;
	border: 4px solid #2555b4;
}
section .box_attention_b h3 {
	margin-top: 0;
}
/*  Construction
----------------------------------------------------*/
.construction {
	width: 60%;
	margin: 5% auto 30%;
	padding: 20px 40px;
	display: block;
	color: #bbb;
	text-align: center;
	border: 3px solid #ddd;
}
.construction .title {
	font-size: 1.2em;
	font-weight: 700;
}
@media (max-width: 480px) {
	.construction {
		padding: 10px 20px;
	}
}
/*  Coming
----------------------------------------------------*/
.box_coming {
	max-width: 30em;
	color: #999;
	display: flex;
	font-family: "Noto Serif JP", serif;
	flex-direction: column;
	margin: 0 auto;
	padding: 3em 1em;
	line-height: 1.6;
	border: 3px double #ccc;
	border-radius: 1em;
	text-align: center;
}
.box_coming > p {
	display: inline-block;
}
.box_coming p:first-of-type {
	font-size: 2em;
	letter-spacing: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.25em;
	position: relative;
}
.box_coming > p:first-of-type:after {
	content: "";
	width: 4em;
	height: 1px;
	background: #ddd;
	position: absolute;
	bottom: 0;
	left: calc(50% - 2em);
}
.box_coming p:last-of-type {
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	padding-top: 0.75em;
}
/*  anker link
----------------------------------------------------*/
.inner_link {
	transform: translateY(-2em);
	z-index: -1;
	height: 0px;
	position: absolute;
	display: run-in;
}
@media (max-width: 999px) {
	.inner_link {
		transform: translateY(-4em);
	}
}
/*  Print
----------------------------------------------------*/
@media print {
	#wrapper {
		max-width: 100%;
	}
	header {
		position: absolute;
		top: 0;
		left: 0;
	}
	header h1 {
		mix-blend-mode: normal;
	}
	header h1 a {
		text-decoration: none;
		color: #002063;
	}
	header h1 span {
		display: block;
		transform: translateY(0%);
		position: relative;
		mix-blend-mode: normal;
	}
	header h1 img {
		display: none;
	}
	.hamburger {
		position: absolute;
	}
	.main_bg {
		padding-bottom: 5%;
	}
	.theme:after {
		width: 100%;
		bottom: -5px;
		left: 0;
		transform: translate(0, 0);
	}
	.info:after {
		width: 100%;
	}
}
.fonts {
	font-family: "BIZ UDGothic", sans-serif;
	font-family: "Roboto", sans-serif;
}