@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 - 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-image: url(../img/common/bg_body.jpg);
	background-position: center top;
	background-attachment: fixed;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0;
	background-repeat: no-repeat;
	background-color: #0f4a73;
}
a {
	color: #ae9504;
	word-wrap: break-word;
}
a:hover {
	color: #3f9deb;
	text-decoration-color: transparent;
}
*tel-setting*/ a[href*="tel:"] {
	pointer-events: none;
}
#wrapper {
	display: flex;
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
	flex-basis: 240px;
	/* max-width: 240px; */
	width: 240px;
	min-width: 240px;
	background: #003366;
	text-align: center;
	line-height: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	z-index: 1;
	/* Scroll */
	overflow-y: auto;
	/* border: 3px solid #AE9504; */
	border: 3.7px solid #ae9504;
	border: 4px solid #ae9504;
	border-bottom: none;
}
header img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
.contents {
	flex: 1;
	/* max-width: 100%; */
	min-width: 760px;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	z-index: 0;
	background-color: #fff;
	background: url(../img/common/info_bg.jpg) repeat-y left top / contain;
}

/*----------------------------------------------------
	5.0 - Navi
----------------------------------------------------*/

/* Menu */
.dropmenu {
	/* width: 220px; */
	/* height: 100vh; */
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.1;
	text-align: center;
}
.dropmenu > li {
	position: relative;
	display: block;
	text-align: left;
	/* border-bottom: 1px solid #DCDCDC; */
	transition: 0.3s all;
}
.dropmenu > li > ul li {
	/* border-top: 1px solid #666; */
}
.dropmenu > li a {
	display: block;
	padding: 16px 0 16px 0.4em;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 17px 15px;
	max-height: 50px;
	min-height: 50px;
	color: #fff;
	text-decoration: none;
	position: relative;
	/* transition: background 0.3s; */
}
.dropmenu > li.is-2line a {
	display: flex;
	align-items: center;
	min-height: 63px;
	line-height: 1.3;
}

.dropmenu li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 3%;
	right: 3%;
	/* width: 90%; */
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5); /* 線の色（白の半透明など） */
}
/* ホバー時の挙動 */
.dropmenu li a:hover,
.dropmenu li.on a {
	/* 金色のグラデーション */
	background: linear-gradient(90deg, #bb903a 0%, #c59b44 15%, #f6f6ae 50%, #b28837 85%, #ad8233 100%);
	color: #333;
}
.dropmenu li a:hover::after,
.dropmenu li.on a::after {
	opacity: 0;
}
.dropmenu li:has(+ li a:hover) a::after,
.dropmenu li:has(+ li.on) a::after {
	opacity: 0;
}
.dropmenu > li > ul li a {
	padding: 16px 0 16px 0.4em;
}
.dropmenu > li > ul li ul li a {
	padding: 16px 0 16px 0.4em;
}
.dropmenu ul,
.dropmenu ul ul {
	display: none;
}
.dropmenu > li.on a,
.dropmenu > li a:hover {
	color: #282828;
}
/* .dropmenu > li.off a:hover {
    color: #fff;
    cursor: default;
} */
.dropmenu > li.off {
	cursor: default;
	pointer-events: none;
}
.dropmenu > li.off a {
	color: #797979;
}

/* arrow */
ul.dropmenu div.level01,
ul.dropmenu div.level02 {
	position: relative;
}
ul.dropmenu div.level01 a,
ul.dropmenu div.level02 a {
	display: flex;
	align-items: center;
}
ul.dropmenu div.level01 a:after,
ul.dropmenu div.level02 a:after {
	content: "";
	position: absolute;
	right: 10px;
	transition: all 0.2s ease-in-out;
	width: 8px;
	height: 8px;
	border-top: solid 2px #999;
	border-right: solid 2px #999;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
ul.dropmenu div.level01 a:hover:after,
ul.dropmenu div.level02 a:hover:after {
	border-top: solid 2px #d8c789;
	border-right: solid 2px #d8c789;
}
ul.dropmenu div.level01.open a:after,
ul.dropmenu div.level02.openAcd a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 演題期間flex */
.flex_wrap {
	display: flex;
}
@media (max-width: 768px) {
	.flex_wrap {
		flex-wrap: wrap;
	}
}

/*----------------------------------------------------
	6.0 - Main
----------------------------------------------------*/
#main {
	width: 100%;
	height: 100%;
	text-align: center;
	border-top: 4px solid #ae9504;
	z-index: 0;
}
.main_bg {
	background-image: url(../img/common/bg_main.jpg);
	background-repeat: no-repeat;
	background-size: 2000px 985px;
	background-position: center top;
	width: 100%;
	height: 100%;
	padding: 25px 0;
	text-align: center;
}
article {
	background: #fff;
	width: 95%;
	height: 100%;
	max-width: 850px;
	/* min-height: 800px; */
	min-height: 1000px;
	margin: 0 0 20px 0;
	/* padding: 3em 0 0 0; */
	line-height: 1.75;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
	text-align: center;
}
article h1 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 146px;
	margin-bottom: 0.5em;
	/* padding: 1.1em 0.8em; */
	padding: 0.25em 0.25em 0.25em 1em;
	background-image: url(../img/common/bg_h1.jpg);
	background-position: center right;
	background-size: cover;
	background-color: #06476b;
	/* color: #d8c789; */
	color: #ffffff;
	font-size: 2.7em;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	text-shadow:
		0 1px 2px rgba(0, 0, 0, 0.4),
		0 0 6px rgba(174, 149, 4, 0.35),
		0 0 12px rgba(255, 215, 120, 0.35);
	display: flex;
	align-items: center;
}
section {
	padding: 0 2.6em;
	padding: 2em 2em;
	text-align: left;
}
section:first-child {
	padding-top: 0;
}
section h2 {
	position: relative;
	background: linear-gradient(90deg, #7a3726 0%, #88402c 35%, #9a4e38 50%, #88402c 65%, #6f2f21 100%);
	margin: 2em auto 0.5em;
	padding: 0.5em;
	/* font-size: 1.6em; */
	font-size: 1.5em;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}
section h2:first-of-type {
	margin-top: 0;
}
section h2 + h3 {
	margin-top: 0;
}
section h3 {
	position: relative;
	margin: 1em auto 0.6em;
	padding-bottom: 0.2em;
	/* font-size: 1.45em; */
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.15;
	border-bottom: 3px solid #003366;
	color: #003366;
}
section h4 {
	background: #003366;
	color: #fff;
	margin: 1.5em auto 0.5em;
	padding: 0.4em;
	position: relative;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1;
}
section h3 + h4 {
	margin-top: 0;
}

/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
}
footer .foot_secretariat {
	display: block;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 3em 0;
	text-align: center;
	font-size: 0.93em;
	line-height: 1.5;

	background: linear-gradient(90deg, #e2c982 12%, #fade98 55%, #ad965b 100%);
}
footer ul.foot_inner {
	width: auto;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	text-align: left;
}
footer ul.foot_inner li {
	/* width: 40%; */
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
footer ul.foot_inner h3 {
	padding: 0 0.5em;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	border: 1px solid #333333;
}
footer ul.foot_inner dl {
	color: #333333;
	line-height: 1.2;
	font-size: 14px;
}
footer ul.foot_inner dt {
	margin: 0 auto 0.25em;
	font-size: 1em;
	/* font-weight: 700; */
}
footer ul.foot_inner dd {
	margin: 0 auto;
}
footer .copyright {
	background-color: #ffffff;
	width: 100%;
	min-width: 1000px;
	color: #333333;
	line-height: 60px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
}
footer a {
	color: #333;
	text-decoration: none;
}
footer a:hover {
	color: #003fb3;
	text-decoration: underline;
}
footer a.tel {
	color: inherit;
	text-decoration: none;
}

/*----------------------------------------------------
	8.0 - Single Page
----------------------------------------------------*/
/*  Index
----------------------------------------------------*/
#main_index {
	width: 100%;
	text-align: center;
	z-index: 0;
}
.main_index_bg {
	background-image: url(../img/common/bg_main.jpg);
	background-repeat: no-repeat;
	background-size: 2000px 985px;
	background-position: center top;
	width: 100%;
	height: auto;
	text-align: center;
}
.theme {
	width: 100%;
	top: 0;
	margin: 0 auto;
}
.theme img {
	width: 100%;
}
.info {
	width: 100%;
	margin: 0 auto;
	/* padding-bottom: 3%; */
	text-align: center;
}
.info a {
	font-weight: bold;
}
.info h2 {
	position: relative;
	color: #fff;
	background: #88402c;
	height: 84px;
	margin: 0 auto;
	position: relative;
	padding-left: 1.1em;
	font-size: 34px;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	text-shadow: 0 0 9px rgba(255, 255, 255, 0.5);
}
.info h2::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	height: 1%;
	background-color: white;
	z-index: 999;
}
.info h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 1%;
	z-index: 999;
	background: white;
}
.info h2 > span.main {
	padding-bottom: 4px;
}
.info h2 > span.sub {
	font-size: 0.55em;
	padding-left: 3px;
	padding-top: 2px;
}
.info h2 > span.sub > span {
	vertical-align: -3px;
}
.info h2 > span.sub::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 1.2em;
	background-color: #fff;
	margin-left: 7px;
	margin-right: 10px;
	vertical-align: middle;
	transform: rotate(25deg);
	/* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);  */
}
.info dl {
	width: 760px;
	margin: 0 auto;
	padding: 0 25px;
	line-height: 1.6;
	text-align: left;
	overflow-y: auto;
	min-height: 280px;
	max-height: 280px;
}
.info dt,
.info dd {
	padding-top: 22px;
	padding-bottom: 22px;
}
.info dt {
	float: left;
	position: relative;
	display: inline-block;
	font-weight: 400;
	padding-left: 1em;
	padding: 0 0.6em;
	margin-top: 1.8em;
	color: #fff;
	background-color: #88402c;
	letter-spacing: 1.1px;
	line-height: 1.5;
	margin-top: 1.55em;
	margin-left: 0.8em;
}
.info dt:before {
	/* content: "\025b6"; */
	overflow: hidden;
	position: absolute;
	top: 18px;
	left: 0;
	color: #b39400;
	font-size: 0.8em;
}
.info dt.none:before {
	content: none;
}
.info dd {
	position: relative;
	margin: 0;
	padding-left: 9.5em;
	border-bottom: 1px solid #c8c8c8;
}

/* Attention Box Index */
.box_attention_index {
	background: #fff;
	max-width: 90%;
	margin: 470px auto 0;
	padding: 1em;
	line-height: 1.6;
	border: 5px solid #e0363c;
}
.box_attention_index + .info {
	margin-top: 10px;
}
/*  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;
}

/*  Greeting
----------------------------------------------------*/
.grt_info {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	gap: 30px;
}
.grt_image {
	text-align: center;
}
.grt_image > img {
	width: 148px;
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 4px 8px rgba(0, 0, 0, 0.06),
		0 8px 16px rgba(0, 0, 0, 0.04);
}
.grt_data {
	text-align: end;
	padding-bottom: 0.2em;
}

/*  Outline
----------------------------------------------------*/

/*  Abstracts
----------------------------------------------------*/

/*  Program
----------------------------------------------------*/
.program_list {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	column-gap: 0.25em;
	row-gap: 0.35em;
	width: 100%;
	margin: 0;
	padding: 0;
}
.program_list > dt {
	grid-column: 1;
	display: inline-grid;
	grid-template-columns: auto 1em;
	align-items: start;
	column-gap: 0.15em;
	white-space: nowrap;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
.program_list > dt::after {
	content: "：";
	text-align: right;
}
/* dd 基本 */
.program_list > dd {
	grid-column: 2;
	min-width: 0;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
/* 同じ dt に対して dd が複数続く場合 */
.program_list > dt + dd,
.program_list > dt + dd + dd,
.program_list > dt + dd ~ dd {
	grid-column: 2;
}
/* 名前＋所属 */
.program_list > dd:not(.prg_title) {
	display: grid;
	grid-template-columns: minmax(6em, max-content) minmax(0, 1fr);
	column-gap: 0.75em;
	align-items: start;
}
/* 氏名 */
.program_list .prg_name {
	grid-column: 1;
	white-space: nowrap;
}
/* 所属 */
.program_list .prg_belong {
	grid-column: 2;
	min-width: 0;
}
/* 所属を括弧付きにする場合 */
.program_list .prg_belong::before {
	content: "(";
}
.program_list .prg_belong::after {
	content: ")";
}
/* 日時・会場など単純テキスト */
.program_list .prg_detail {
	grid-column: 1 / -1;
}
/* 演題タイトル */
.program_list > dd.prg_title,
.program_list > .prg_title {
	/*grid-column: 1 / -1;*/
	grid-column: 2;
	margin: 0.2em 0 0.1em;
	padding: 0;
	font-weight: 700;
	color: #1b3789;
	line-height: 1.45;
}
.program_list > dd.prg_title > span,
.program_list > .prg_title > span {
	display: inline-block;
	margin-right: 0.35em;
	font-weight: 700;
}
/* 長文対策 */
.program_list > dd,
.program_list .prg_belong,
.program_list .prg_title {
	overflow-wrap: anywhere;
	word-break: break-word;
}
@media (max-width: 768px) {
	.program_list {
		row-gap: 0.15em;
	}
	.program_list > dt {
		grid-column: 1;
		font-weight: 700;
	}
	.program_list > dd {
		grid-column: 1;
	}
	.program_list > dd:not(.prg_title) {
		grid-template-columns: 1fr;
		column-gap: 0;
	}
	.program_list .prg_name,
	.program_list .prg_belong,
	.program_list .prg_detail {
		grid-column: 1;
	}
	.program_list .prg_belong {
		margin-left: 0;
	}
}
.program_list .prg_title > .title_number {
	display: inline-block;
	background: #000;
	width: 3.5em;
	margin-right: 0.5em;
	padding: 0 0.15em;
	color: #fff;
	line-height: 1.15;
	text-indent: 0;
	text-align: center;
}
.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
----------------------------------------------------*/

/*----------------------------------------------------
	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%;
}

/* 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: #19375b;
	width: 1em;
	height: 1em;
	top: 0.35em;
	left: 0em;
	border-radius: 50%;
}
ul.list_mark li:after {
	top: 0.9rem;
	left: 0.6rem;
	border: 0.4rem solid transparent;
	border-left: 0.5rem solid #fff;
}

/* Link Style */
ul.list_link li {
	padding: 0.5em 0 0.5em 1.2em;
	position: relative;
	border-bottom: 1px solid #ddd;
}
ul.list_link li:before {
	display: block;
	position: absolute;
	content: "\025b6";
	width: 1em;
	height: 1em;
	margin-left: -1.2em;
	color: #19375b;
}

/* 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;
	line-height: 1.1;
	text-align: center;
}
ul.list_button li {
	margin: 0 auto 0.75em;
}
ul.list_button > li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #fff;
	min-width: 40%;
	height: 56px;
	color: #19375b;
	text-decoration: none;
	border: 2px solid #19375b;
	border-radius: 4px;
	box-shadow: 0 2px 5px #ccc;
	transition: 0.3s;
}
ul.list_button > li a:hover {
	background-color: #003366;
	border-radius: 4px;
	color: #ffffff;
}
ul.list_button > li.notLink {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #bcbcbc;
	height: 56px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 0 2px 5px #ccc;
	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%;
}
ul.list_button.btn_col04 > li {
	width: 92%;
}
/* 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_green a {
	background-color: #73c000;
	color: #fff;
	border: 2px solid #002870;
}
.list_button .button_green a:hover {
	background-color: #fff;
	color: #73c000;
	border: 2px solid #73c000;
}
.list_button .button_blue a {
	background-color: #00a1e5;
	color: #fff;
	border: 2px solid #002870;
}
.list_button .button_blue a:hover {
	background-color: #fff;
	color: #00a1e5;
	border: 2px solid #00a1e5;
}

/*  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: #0f4a73;
	color: #fff;
	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;
}

/* Stack */
table.table_stack_sp {
	width: 100%;
}
table.table_stack_sp th {
	padding: 2em;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
table.table_stack_sp td {
	padding: 2em;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}

/*  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;
}
/* 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.table_center {
	margin-left: auto;
	margin-right: 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;
	}
}

/*  Back Ground Color
----------------------------------------------------*/
.bg_blue {
	background: #174e91;
}
.bg_green {
	background: #509869;
}
.bg_red {
	background: #e0363c;
}
.bg_orange {
	background: #ec7430;
}

/*  Align
----------------------------------------------------*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/*  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-through;
	color: #e0363c;
}
.tx_cancel_red span {
	color: black;
}
.tx_red {
	color: #e0363c;
}
.tx_red_bold {
	color: #e0363c;
	font-weight: 500;
}
.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;
}
.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_nw005 {
	letter-spacing: -0.05rem;
}
.tx_space_nw007 {
	letter-spacing: -0.07rem;
}
.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_indent03 {
	padding-left: 3em;
	text-indent: -3em;
}
.tx_under {
	text-decoration: underline;
}

/*  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;
}

/*  Margin
----------------------------------------------------*/
.mgt_05 {
	margin-top: 5px;
}
.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;
}
/* Triangle Icon */
.triangle {
	/* margin: 0; */
	padding-left: 1em;
	text-indent: -1em;
	position: relative;
}
.triangle:before {
	content: "\025b6";
	color: #19375b;
}

/*  Page Top
----------------------------------------------------*/
#page_top {
	position: fixed;
	display: flex;
	bottom: 30px;
	right: 40px;
	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;
	border-radius: 50%;
	vertical-align: middle;
	transition: 0.4s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#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: #003366;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#page_top a:hover {
	background-color: #333;
}

/*  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: 5px solid #e0363c;
}
.box_attention2 {
	max-width: 100%;
	padding: 1em;
	line-height: 1.6;
	border: 2px solid #e0363c;
}

/*  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;
}
