@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: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 70%, rgba(192, 212, 223, 1) 100%);
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	font-weight: 500;
	position: relative;
	overflow-x: hidden;
	z-index: 0;
	min-width: 1000px;
}
body::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/common/bg_footer.png);
	background-size: 2000px 260px;
	background-position: center calc(100% - 3em);
	background-repeat: no-repeat;
	display: block;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

body::after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/common/bg_base.png);
	background-size: 2000px 1345px;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	z-index: -1;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}
@media (min-width: 2000px) {
	body {
		background-size: contain;
	}
	body::before {
		background-size: contain;
	}
	body::after {
		background-size: cover;
	}
}
@media (max-width: 1000px) {
	body {
	overflow-x: auto;
}
}
a {
	color: #c30d23;
}
a:hover {
	color: #84b0c2;
	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;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
	flex-basis: 250px;
	max-width: 250px;
	text-align: center;
	line-height: 0;
	padding: 0;
	z-index: 1;
	/* Scroll */
}
header img {
	max-width: 100%;
	height: auto;
}
header h1 {
	width: 100%;
	max-width: 750px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	position: absolute;
	top: 0;
	padding-top: 1em;
	left: calc(50% + 125px);
	z-index: 1;
	transform: translateX(-50%);
}
.index header h1 {
	display: none;
}
header h1 a {
	width: 100%;
	display: block;
}
header h1 img {
	display: block;
	vertical-align: middle;
	/*-webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 1));*//* SafariなどのWebkitブラウザ用 */
	/*filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 1));*/
}
header h1 span {
	display: block;
	transform: translateY(-120%);
	line-height: 1.2;
	position: absolute;
	top: 0;
	left: 0;
}
.head_inner {
	width: 250px;
	position: relative;
	z-index: -1;
	padding: 1.5em 10px;
}
/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
.contents {
	flex: 1;
	width: calc(100% - 250px);
	flex-basis: calc(100% - 250px);
	margin: 150px auto 20px;
	padding: 0;
	line-height: 0;
	z-index: 0;
}
.index .contents {
	background: transparent;
	margin: 0 auto;
	border-radius: 0;
}
/*----------------------------------------------------
	5.0 - Navi
----------------------------------------------------*/
/* Menu */
.dropmenu {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375em;
	line-height: 1.2;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.dropmenu > li {
	background: #bf0f23;
	background: linear-gradient(90deg, rgba(191, 15, 35, 1) 0%, rgba(166, 28, 25, 1) 100%);
	position: relative;
	display: block;
	transition: 0.3s all;
	line-height: 1.2;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 2px 3px 0px rgb(114, 112, 115);
}
.dropmenu > li a {
	width: 100%;
	min-height: 50px;
	background: #fff;
	color: #c30d23;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	padding: 0.75em 0.75em 0.85em 0.75em;
	text-decoration: none;
	transition: 0.3s;
	column-gap: 0.3em;
	border: 1.5px solid #c30d23;
	border-radius: 20px;
}
.dropmenu > li a:hover,
.dropmenu > li a:focus,
.dropmenu > li.on a {
	background: transparent;
	color: #fff;
	padding: 0.75em 0.75em 0.85em 0.75em;
	border: 1.5px solid #fff;
}
.dropmenu > li.off a {
	cursor: default;
	pointer-events: none;
	/*color: #999;*/
}
/*
.dropmenu > li a:before {
	content: "";
	width: 20px;
	height: 12px;
	color: #fff;
	font-size: 0.95em;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.115em;
	position: absolute;
	right: 0.25em;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s all;
}*/
.dropmenu > li a:hover:before,
.dropmenu > li a:focus:before,
.dropmenu > li.on a:before {
	content: "";
	width: 20px;
	height: 12px;
	background-image: url(../img/common/menu_parts.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%; /* または cover や 100% */
	font-size: 1em;
	right: 0.75em;
	top: 2.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;

}

.dropmenu > li.langmenu {
	border-radius: 0;
}
.dropmenu > li.langmenu a {
	background: #363636;
	background: linear-gradient(126deg, rgba(54, 54, 54, 1) 0%, rgba(90, 117, 126, 1) 36%, rgba(4, 5, 7, 1) 100%);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	text-align: center;
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
	transition: 1s all;
	
}
.dropmenu > li.langmenu a:hover {
	background: linear-gradient(126deg, rgba(54, 54, 54, 1) 0%, rgba(90, 117, 126, 1) 76%, rgba(4, 5, 7, 1) 100%);

}
.dropmenu > li.langmenu a:before {
	content: "";
	background-image: url(../img/common/lang_parts.svg);
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 0.95em;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.115em;
	position: relative;
	left: 0;
	top: 50%;
	transform: translateY(0%);
}

.dropmenu > li.langmenu a:after {
	content: "";
	background-image: url(../img/common/lang_parts.svg);
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 0.95em;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.115em;
	position: relative;
	right: 0;
	top: 50%;
	transform: translateY(0%);
}

.dropmenu > li.langmenu a:hover:before {
	transform: rotate(90deg);
}
.dropmenu > li.langmenu a:hover:after {
	transform: rotate(-90deg);
}

.dropmenu > li.entry a {
	justify-content: space-between;
}
.dropmenu > li.entry a:after {
	content: "募集中";
	background: #fff;
	color: red;
	font-size: 0.875em;
	white-space: nowrap;
	padding: 0.15em 0.2em 0.175em;
	border-radius: 2px;
}
.dropmenu > li.mypage {
	margin-bottom: 20px;
}
.dropmenu > li.mypage a {
	background: #fff;
	color: #0054a8;
	font-weight: 700;
}
.dropmenu > li.mypage a:before {
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	width: 1.5em;
	height: 1.5em;
	background: #0054a8;
	color: #fff;
}
/* bannermenu */
.bannermenu {
	width: 240px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em;
	row-gap: 10px;
	margin: 10px auto 0;
	padding: 0;
}
.bannermenu > li {
	background: #fff;
	width: 100%;
	max-width: 260px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.cont_banner {
	width: 100%;
	display: none;
	padding: 0 0 6%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.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%);
}
/* 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%;
	height: 100%;
	text-align: center;
	z-index: 0;
}
.main_bg {
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	padding: 0;
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	border: 1.5px solid #000;
	box-shadow: 2px 3px 0px rgb(114, 112, 115);
}
article {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	line-height: 1.8;
	text-align: left;
	/*overflow: hidden;*/
}
.page_head {
	width: 100%;
	background: #fff;
	line-height: 1;
	margin: 0 auto 0;
	padding: 0 2.5em;
	position: relative;
	border-radius: 0 1em 0 0;
	background-image: url(../img/common/jsao64_title_bg.png);
	background-size: 750px 110px;
	background-repeat: no-repeat;
	background-position: center;
}
.page_head::after {
	content: "";
	width: 100%;
	height: 5px;
	background: #000;
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.page_head img {
	width: 100%;
	height: auto;
}

/*
article h1 {
	height: 120px;
	color: #707070;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.2;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
	padding-top: 0.25em;
	position: relative;
	letter-spacing: 0.04em;
	border-bottom: 5px solid #c30d23;
	text-shadow: 2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 0px 2px 1px #fff, 2px 0px 1px #fff, 0px -2px 1px #fff, -2px 0px 1px #fff, 3px 3px 1px #000, 3px -3px 1px #000, -3px -3px 1px #000, -3px 3px 1px #000, 0px 3px 1px #000, 3px 0px 1px #000, 0px -3px 1px #000, -3px 0px 1px #000;
	z-index: 1;
}
*/
article h1 {
	height: 120px;
	color: #c30d23;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.2;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
	padding-top: 0.25em;
	position: relative;
	letter-spacing: 0.04em;
	border-bottom: 5px solid #c30d23;
	z-index: 1;
}
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 {
	font-size: 0.9375em;
	padding: 2em 2.5em 3.5em;
	text-align: left;
}
section:first-child {
	padding-top: 0;
}
section h2 {
	width: 100%;
	position: relative;
	background: #363636;
	background: linear-gradient(90deg, rgba(90, 117, 126, 1) 0%, rgba(54, 54, 54, 1) 100%);
	color: #fff;
	margin: 2em auto 0.5em;
	padding: 0.35em 0.25em 0.4em 0.75em;
	font-size: 1.6em;
	line-height: 1.2;
	border-radius: 0.5em;
}
section h2:first-of-type {
	margin-top: 0;
}
section h2 + h3 {
	margin-top: 0;
}
section h3 {
	color: #251616;
	position: relative;
	margin: 1em auto 0.6em;
	padding: 0 0 0.4em;
	font-size: 1.35em;
	font-weight: 700;
	line-height: 1.15;
	border-bottom: 3px solid #c30d23;
}
section h4 {
	background: #e1ded9;
	margin: 1.5em auto 0.5em;
	padding: 0.4em 0.6em 0.5em;
	position: relative;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1;
}
section h3 + h4 {
	margin-top: 0;
}
/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
	font-weight: 400;
	position: relative;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.foot_inner {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 3em 0 1em;
}
.foot_secretariat {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	column-gap: 4%;
	row-gap: 2em;
}
.foot_secretariat > li {
	width: auto;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.75em;
	padding: 0;
}
.foot_secretariat h3 {
	background: #333333;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1;
	padding: 0.5em 1.25em 0.75em;
	position: relative;
	column-gap: 0.5em;
	border-radius: 16px;
}
.foot_secretariat h3::before {
	content: "";
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: #fff;
	border: 1px solid #333;
	border-radius: 18px;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: -1;
}
.foot_secretariat dl {
	width: 100%;
	text-align: center;
}
.foot_secretariat dt {
	font-size: 0.875em;
	font-weight: 500;
}
.foot_secretariat dt + dd {
	margin-top: 0.15em;
}
.foot_secretariat dd {
	font-size: 0.875em;
	line-height: 1.6;
}
footer .copyright {
	background: #333333;
	color: #fff;
	font-size: 0.8125em;
	text-align: center;
	padding: 1em 0.5em 1.25em;
	line-height: 1.5;
}
footer a {
	color: #c30d23;
	text-decoration: underline;
}
footer a:hover {
	color: #c30d23;
	text-decoration: none;

}
footer a.tel {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
/*----------------------------------------------------
	8.0 - Single Page
----------------------------------------------------*/
/*  Index
----------------------------------------------------*/
#main_index {
	width: 100%;
	text-align: center;
	z-index: 0;
}
.main_index_bg {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0 0 0;
	position: relative;
}
.mv {
	width: 100%;
	top: 0;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 1;
}
.mv img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	margin-top: 1em;
}
.mv > img:last-of-type {
	margin-top: 1.25em;
}
.info {
	width: calc(100% - 20px);
	background: #fff;
	margin: 10px 10px 3em auto;
	padding: 18px 30px;
	text-align: left;
	position: relative;
	z-index: 1;
	box-shadow: 5px 5px 0px rgba(111, 112, 114, 1);
	border: 1.5px solid #323335;
	border-radius: 24px;
	overflow: hidden;
}
.info h2 {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0;
	line-height: 1;
	position: relative;
}
.info h2 img {
	width: 677px;
	height: auto;
}
.info h2 .info_image {
	width: 180px;
	height: 130px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.info h2 .info_image img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.info dl {
	width: 100%;
	height: 16.5em;
	background: #fff;
	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: #cfcfcf#e3e3e3;
	border-radius: 0 0 0.5em 0.5em;
}
.info dl::-webkit-scrollbar {
	width: 8px;
}
.info dl::-webkit-scrollbar-track {
	background-color: #e3e3e3;
}
.info dl::-webkit-scrollbar-thumb {
	background-color: #cfcfcf;
}
.info dt {
	width: 7.25em;
	background: #c30d23;
	color: #fff;
	margin: 1.8em 0 0 0;
	padding: 0.2em 1em 0.25em 0.85em;
	line-height: 1.2;
	float: left;
	border-radius: 8px;
	z-index: 1;
}
.info dt.none {
	background: transparent;
	content: none;
	border: none;
}
.info dd {
	position: relative;
	margin: 0;
	padding: 1.8em 1.3em 0.95em 8.25em;
	position: relative;
	border-bottom: 1px solid #7e7e7e;
}
.info dd::after {
	content: "";
	width: 10px;
	height: 10px;
	background: #474747;
	position: absolute;
	right: 0px;
	bottom: -10px;
	transform: translateY(-50%);
	border-radius: 50%;
}
/* 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;
}
.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;
}
.info_abstract > dl dt {
	background: #846f58;
	color: #fff;
	line-height: 1.2;
	padding: 0.25em 0.75em 0.15em;
}
.info_abstract > dl dd {
	font-size: 1.3125em;
	line-height: 1.2;
}
.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;
}
.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;
}
.topics {
	width: calc(100% - 60px);
	margin: -60px auto 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 1;
}
/* Attention Box Index */
.box_attention_index {
	background: #fff;
	margin: 1em 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;
}
/*  Greeting
----------------------------------------------------*/
.grt_info {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-bottom: 2em;
}
.grt_info .grt_image {
	width: 150px;
	flex-basis: 150px;
	margin-left: 2em;
}
.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;
}
.grt_text:first-letter {
	margin-left: 1em;
}
.grt_sign {
	position: relative;
}
.grt_sign img {
	width: 100%;
	max-width: 200px;
	vertical-align: middle;
	mix-blend-mode: multiply;
}
/*  Outline
----------------------------------------------------*/
.out_org {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.out_org dt {
	width: 6em;
}
.out_org dd {
	width: calc(100% - 6em);
}
/*  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;
}
/*  Program
----------------------------------------------------*/
.program_list {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.program_list .prg_title {
	margin-top: 1em;
	padding-left: 4em;
	color: #c30d23;
	font-weight: 700;
	text-indent: -4em;
}
.program_list .prg_title > .title_number {
	display: inline-block;
	background: #c30d23;
	width: 3.5em;
	margin-right: 0.5em;
	padding: 0 0.15em 0.1em;
	color: #fff;
	line-height: 1.15;
	text-indent: 0;
	text-align: center;
}
.program_list dt {
	float: left;
	width: 3em;
}
.program_list dt:after {
	content: "：";
}
.program_list dd {
	display: block;
	padding-left: 9em;
	text-indent: -6em;
}
.program_list dd .prg_name {
	text-indent: 0;
	display: inline-table;
	width: 5em;
}
.prg_time {
	text-align: right;
}
.prg_time {
	padding-top: 5px;
	text-align: right;
	color: #555;
}
.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 h3 + .prg_time {
	margin-top: -20px;
}
section h4.prg {
	font-size: 1.25em;
	padding-right: 4em;
}
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;
}
/*  Registration
----------------------------------------------------*/
/*  Venue
----------------------------------------------------*/
.map {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
}
.map > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*  Sponsorship
----------------------------------------------------*/
.spn_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spn_flow > li {
	border: 1px solid #967b04;
	width: 30%;
	flex-basis: 30%;
	position: relative;
}
.spn_flow > li:after {
	content: "";
	background: rgb(5, 39, 104);
	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%);
}
.spn_flow > li:last-of-type:after {
	display: none;
}
.spn_flow > li h3 {
	height: 4.75em;
	background: #967b04;
	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;
}
.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: #052768;
	width: 2em;
	flex-basis: 2em;
	font-weight: 700;
	text-align: right;
}
.spn_faq dt:nth-of-type(1) {
	color: #967b04;
}
.spn_faq dd {
	width: calc(100% - 2.25em);
	flex-basis: calc(100% - 2.25em);
}
.spn_faq dd:nth-of-type(1) {
	color: #967b04;
	font-weight: 700;
}
/*----------------------------------------------------
	9.0 - Option
----------------------------------------------------*/
.img_fit {
	width: auto;
}
.img_fit img {
	width: 100%;
	height: auto;
}
/*  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;
}
/* 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: #bc3582;
	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: #c30d23;
	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: #fffcf9;
	color: #333333;
	text-decoration: none;
	border: 2px solid #c30d23;
	border-radius: 8px;
	box-shadow: 5px 5px 5px rgba(13, 76, 153, 0.1);
	transition: 0.3s;
}
ul.list_button > li a:hover {
	background: linear-gradient(90deg, rgba(191, 15, 35, 1) 0%, rgb(231, 22, 19) 100%);
	border-radius: 8px;
	color: #fff;
	border: 2px solid rgb(195, 13, 35);
	box-shadow: none;
}
ul.list_button > li.notLink {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #bcbcbc;
	height: 4em;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 8px;
	box-shadow: 5px 5px 5px rgba(13, 76, 153, 0.1);
	transition: 0.3s;
}
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%;
}
/* 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;
}
.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%;
}
/*  Table
----------------------------------------------------*/
table.table_normal {
	width: 100%;
	border: solid 1px #ddd;
}
table.table_normal th {
	padding: 10px;
	background: #f8f1dc;
	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 th.left {
	text-align: left;
}
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;
	}
	table.table_stack_sp th br {
		display: none;
	}
}
/* 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;
	}
}
/* noborder */
table.table_noborder {
	width: auto;
	border: none;
}
table.table_noborder th {
	padding: 0;
	background: transparent;
	border: none;
	font-weight: 700;
}
table.table_noborder td {
	padding: 0;
	background: transparent;
	border: none;
}
table.table_noborder td.stack {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 480px) {
	table.table_noborder td.stack {
		justify-content: flex-start;
	}
}
/*  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,
a.tx_blue {
	color: #1466c8;
}
.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;
}
.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 6 Free";
	content: "\f360";
	margin-left: 0.2em;
	color: #4369c4;
	font-size: 1.375em;
	font-weight: 900;
}
.pdf:after {
	font-family: "Font Awesome 6 Free";
	content: "\f1c1";
	margin-left: 0.2em;
	color: #f54328;
	font-size: 1.6em;
	font-weight: 900;
}
.ppt:after {
	font-family: "Font Awesome 6 Free";
	content: "\f1c4";
	margin-left: 0.2em;
	color: #ce6243;
	font-size: 1.6em;
	font-weight: 900;
}
.word:after {
	font-family: "Font Awesome 6 Free";
	content: "\f1c2";
	margin-left: 0.2em;
	color: #254c9b;
	font-size: 1.6em;
	font-weight: 900;
}
.excel:after {
	font-family: "Font Awesome 6 Free";
	content: "\f1c3";
	margin-left: 0.2em;
	color: #347241;
	font-size: 1.6em;
	font-weight: 900;
}
.ssl:after {
	font-family: "Font Awesome 6 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: #e2345a;
	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;
	z-index: 2;
}
#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: #c30d23;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#page_top a:hover {
	background-color: #bf6673;
	color: #fff;
}
#page_top a:hover::before {
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
}
/*  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 #969696;
}
/*  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;
}
/*  Coming
----------------------------------------------------*/
.box_coming {
	max-width: 30em;
	color: #999;
	display: flex;
	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%;
	}
}
.font {
	font-family: "Noto Sans JP", sans-serif;
	font-family: "Noto Serif JP", serif;
}
