@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.11.2/css/all.css");
/**
 * 1.0 - Normalize
 * 2.0 - Common
 * 3.0 - Header
 * 4.0 - Contents
 * 5.0 - Main
 * 6.0 - Footer
 * 7.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 {
	width: 100%;
	min-width: 980px;
	background-color: #FBFBFB;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0;
	position: relative;
	z-index: 0;
}
a {
	color: #006CB8;
}
a:hover {
	color: #91040A;
	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: 980px;
	margin: 20px auto;
	border-radius: 0.5em;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
	background-color: #1FBBDC;
	border-radius: 0.5em 0.5em 0 0;
}
header h1 {
	width: 100%;
	height: 3em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	margin: 0;
	padding: 0 0.25em 0.15em;
	line-height: 1.2;
}
/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
.contents {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	padding: 2.5em 3em;
	border-top: 5px solid #0A789C;
	border-bottom: 5px solid #0A789C;
}
.contents h1 {
	background-color: #C4EEF7;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.25em;
	margin: 2.5em 0 1em;
	padding: 0.45em 0.5em 0.65em 0.75em;
	border: 1px solid #A8CBD7;
	border-left: 4px solid #0A789C;
	border-radius: 0 6px 6px 0;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.contents h1:first-of-type {
	margin-top: 0;
}
/*----------------------------------------------------
	5.0 - Main
----------------------------------------------------*/
article {
	width: 100%;
	min-height: 50vh;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	line-height: 1.8;
	text-align: left;
	overflow: hidden;
}
@media (max-width: 999px) {
	article {
		min-height: 35vh;
		margin: 0 auto;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}
}
article h1 {
	width: 100%;
	height: 4em;
	background-color: #fff;
	background-image: url(../img/common/bg_h1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	color: #6b1c2f;
	display: flex;
	align-items: center;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.25em 0.2em 0.25em 1em;
	position: relative;
	text-align: center;
	transition: 0.3s;
	border-bottom: 8px double #a30d5d;
	text-shadow: 2px 0px 1px #fff, 2px 1px 1px #fff, 1px 2px 1px #fff, 0px 2px 1px #fff, -1px 2px 1px #fff, -2px 1px 1px #fff, -2px 0px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff, 0px -2px 1px #fff, 1px -2px 1px #fff, 2px -1px 1px #fff;
}
@media (max-width: 999px) {
	article h1 {
		border-bottom: 5px solid #a30d5d;
	}
}
@media (max-width: 480px) {
	article h1 {
		height: 3em;
		padding-left: 0.75em;
		font-size: 2.1em;
	}
}
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: 50vh;
	background: #fff;
	font-size: 0.9375em;
	padding: 3.5em 2.5em;
	text-align: left;
}
@media (max-width: 999px) {
	section {
		min-height: 30vh;
	}
}
@media (max-width: 480px) {
	section {
		padding: 2em 1.4em;
		min-height: 35vh;
	}
}
section:first-child {
	padding-top: 0;
}
section h2 {
	width: 100%;
	position: relative;
	background: rgb(163, 13, 93);
	background: linear-gradient(90deg, rgba(163, 13, 93, 1) 0%, rgba(188, 53, 130, 1) 100%);
	color: #fff;
	margin: 2em auto 0.5em;
	padding: 0.35em 0.25em 0.4em 1.5em;
	font-size: 1.6em;
	line-height: 1.2;
	border-radius: 0.15em;
}
section h2:first-of-type {
	margin-top: 0;
}
section h2:before {
	content: "";
	width: 0.5em;
	height: calc(100% - 0.35em);
	background: #f5db1f;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 85%, 0 100%);
	position: absolute;
	left: 0.5em;
	top: 0;
}
section h2 + h3 {
	margin-top: 0;
}
section h3 {
	color: #251616;
	position: relative;
	margin: 1em auto 0.6em;
	padding: 0 0 0.2em;
	font-size: 1.35em;
	font-weight: 700;
	line-height: 1.15;
	border-bottom: 3px solid #a40d5d;
}
section h4 {
	background: #ece7e0;
	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;
}
/*----------------------------------------------------
	6.0 - Footer
----------------------------------------------------*/
footer {
	background: #1FBBDC;
	color: #fff;
	position: relative;
	margin: 0 auto;
	padding: 1.25em 0.5em 1.5em;
	text-align: center;
	border-radius: 0 0 0.5em 0.5em;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #FFFE69;
}
/*----------------------------------------------------
	7.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%;
}
/* 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: #bc3582;
	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;
	column-gap: 1.5em;
	row-gap: 1.5em;
	align-items: flex-start;
	flex-wrap: wrap;
	text-align: center;
}
ul.list_button li {
	height: 3.25em;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 0.25em;
	overflow: hidden;
}
ul.list_button > li a {
	width: 100%;
	height: 100%;
	background: #355CB3;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid #355CB3;
	border-radius: 0.25em;
	box-shadow: 0px 0px 2px rgba(221, 235, 255, 1.00) inset;
	position: relative;
	transition: 0.3s;
}
@media (hover: hover) {
	/* リンクの場合 */
	.list_button > li a:hover {
		background: #6E8CD1;
	}
	/* ボタンの場合 */
	button:enabled:hover {
		background: #6E8CD1;
	}
	/* 特定できない場合 */
	.button:where(:any-link, :enabled, summary):hover {}
}
.list_button > li a:before {
	content: "";
	width: 1em;
	height: 1em;
	background: #fff;
	clip-path: polygon(0% 20%, 36% 50%, 0% 80%);
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}
ul.list_button > li.notLink a {
	cursor: default;
	pointer-events: none;
	background: #ccc;
	color: #666;
	border: 1px solid #999;
}
.list_button > li.notLink a:before {
	content: "";
	width: 1em;
	height: 1em;
	background: #666;
	clip-path: polygon(0% 20%, 36% 50%, 0% 80%);
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}
ul.list_button.btn_col01 > li {
	width: 48%;
}
ul.list_button.btn_col02 > li {
	width: calc((100% - 1.5em) / 2);
}
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 - Banner
----------------------------------------------------*/
.list_banner {
	display: flex;
	column-gap: 1em;
	row-gap: 1em;
	align-items: flex-start;
}
.list_banner > li {
	width: 12.5em;
	height: 3em;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 0.25em;
	overflow: hidden;
}
.list_banner > li a {
	width: 100%;
	height: 100%;
	background: #355CB3;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid #355CB3;
	border-radius: 0.25em;
	box-shadow: 0px 0px 2px rgba(221, 235, 255, 1.00) inset;
	position: relative;
	transition: 0.3s;
}
@media (hover: hover) {
	/* リンクの場合 */
	.list_banner > li a:hover {
		background: #6E8CD1;
	}
	/* ボタンの場合 */
	button:enabled:hover {
		background: #6E8CD1;
	}
	/* 特定できない場合 */
	.button:where(:any-link, :enabled, summary):hover {}
}
.list_banner > li a:before {
	content: "";
	width: 1em;
	height: 1em;
	background: #fff;
	clip-path: polygon(0% 20%, 36% 50%, 0% 80%);
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}
.list_banner > li.notLink a {
	cursor: default;
	pointer-events: none;
	background: #ccc;
	color: #666;
	border: 1px solid #999;
}
.list_banner > li.notLink a:before {
	content: "";
	width: 1em;
	height: 1em;
	background: #666;
	clip-path: polygon(0% 20%, 36% 50%, 0% 80%);
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}
/*  Table
----------------------------------------------------*/
table.table_normal {
	width: 100%;
	border: solid 1px #0A789C;
}
table.table_normal th {
	padding: 0.65em 0.8em 0.75em 0.8em;
	background: #46BDD2;
	color: #fff;
	border-left: solid 1px #0A789C;
	border-bottom: solid 1px #0A789C;
	font-weight: 700;
}
table.table_normal td {
	padding: 0.65em 0.8em 0.75em 0.8em;
	background: #fff;
	border-left: solid 1px #0A789C;
	border-bottom: solid 1px #0A789C;
}
/* 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
----------------------------------------------------*/
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_cancel {
	text-decoration: line-through;
}
.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_indent01 {
	padding-left: 1em;
	text-indent: -1em;
}
.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: #bc3582;
	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: 1em;
	right: 1em;
	margin: 0;
}
#page_top a {
	display: block;
	line-height: 0;
	opacity: 0.85;
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
	border-top: 2px solid #fff;
	border-left: 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: #0A789C;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#page_top a:hover {
	background-color: #333;
}
@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 #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;
}
@media (max-width: 480px) {
	.construction {
		padding: 10px 20px;
	}
}
/*  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(-4em);
	display: inline-block;
	z-index: -1;
}
/*  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: "Noto Sans JP", sans-serif;
	font-family: "Roboto", sans-serif;
}