@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;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0;
}
a {
	color: #BAAB5D;
}
a:hover {
	color: #7f753f;
	text-decoration-color: transparent;
}
*tel-setting*/
a[href*="tel:"] {
	pointer-events: none;
}
#wrapper {
    display: flex;
	position: relative;
	width: 100%;
	margin: 0 auto;
    max-width: 1000px;
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
    /* flex-basis: 250px;
    max-width: 250px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    background: #BAAB5D;
    text-align: center;
	line-height: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
	z-index: 1;
    /* Scroll */
    overflow-y: auto;
    max-width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
}
header img {
    max-width: 100%;
    height: auto;
}

/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
.contents {
    flex: 1;
    max-width: 100%;
	margin: 0 auto;
	padding: 0;
    line-height: 0;
	z-index: 0;
    display: flex;
    background-color: #fff;
}

/*----------------------------------------------------
	5.0 - Navi
----------------------------------------------------*/
/* Hamburger */

/* nav */

nav {
    background: linear-gradient(90deg, #1B3957, #4B6B8E);
}

.nav_wrapper {
    width: 280px;
    text-decoration: none;
}

.lang_nav {
    width: 100%;
    height: 100px;
    display: flex;
    gap: 3px;
    align-items:center;
    justify-content: center;
}

.lang_nav .off > a {
    color: #000000;
    width: 110px;
    height: 42px;
    background: #fff;
    border: none;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang_nav li a , .lang_nav li a:hover {
    color: #fff;    
    text-decoration: none;
    font-weight: 500;
    width: 110px;
    height: 42px;
    background: #BAAB5D;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all;
}

/* Menu */
.dropmenu {
    width: 280px;
    height: 100%;
    top  : 0;
    left : 0;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-family: 'Noto Sans JP', serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.1;
    text-align: center;
    /* background: linear-gradient(90deg, #1B3957, #4B6B8E); */
}

.dropmenu > li {
	position: relative;
	display: block;
    text-align: left;
    /* border-bottom: 1px solid #666; */
    transition: .3s all;
    font-weight: normal;
}

.dropmenu > li > ul li {
    border-top: 1px solid #666;
}
.dropmenu > li a {
    position: relative;
    display: block;
    padding: 16px 0 16px 0.4em;
    margin: 1.5px 6px;
    background: #fff;
    color: #000000;
    border: 1px solid #fff;
    text-decoration: none;
    padding-left: 15px;
    transition: background-color 0.5s ease, color 0.3s ease; /* 背景色と文字色が0.3秒で変化 */
}
.dropmenu > li a::after {
    content: "";
    background-image: url(../img/common/arrow_gold.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.dropmenu > li > a:hover , .dropmenu > li.on a {
    color: #fff;
    background: #BAAB5D;
    border: 1px solid #fff;
    /* box-sizing: border-box; */
    /* border: 1px solid #BAAB5D; */
}
.dropmenu > li a:hover::after, .dropmenu > .on a::after {
    content: "";
    background-image: url(../img/common/arrow_white.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 18px;
}

/* offの時のドロップメニューバックグラウンド必要なければ削除 */
.dropmenu .off > a:hover {
    color: #e5e5e5;
    background: #fff;
}
.dropmenu .off > a:hover::after {
    content: "";
    background-image: url(../img/common/arrow_gold.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
}


.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: #d8c789; */
}

.dropmenu > li.off a {
    /* color: #e5e5e5; */
    cursor: default;
    pointer-events: none;
    color: #797979;
    background-color: #d7d7d7;
}

/* プログラム抄録集用のメニュー */
.dropmenu > .olive > a {
    background: #5D6CBA;
    color: white;
}
.dropmenu > .olive > a:hover {
        background: #9A291F;
    color: white;
}


/* 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);
}

/* バナー */
.dropmenu_banner {
    /* margin: 30px 0; */
    margin: 30px 0 45px;
}

.dropmenu_banner li a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.dropmenu_banner li {
    width: 100%;
    /* padding: 6px 6px 0px; */
    padding: 12px 6px 0px;
}

.dropmenu_banner li a img {
    width: 100%;
    vertical-align: middle;
}

/* 英語ページ用のスタイル */
.dropmenu_en {
    font-size: 1.4rem;
}

/*----------------------------------------------------
	6.0 - Main
----------------------------------------------------*/
#main {
	width: 100%;
	text-align: center;
    /* border-top: 20px solid #BAAB5D; */
    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: auto;
    /* padding: 25px 0; */
    text-align: center;
}
.bg_white {
    background-color: #fff;
}


/* ここからsection、article関係なしのh2共通のスタイル */
h2 {
	position: relative;
    background: linear-gradient(0deg, #1B3957, #4B6B8E);
	/* margin: 2em auto 0.5em; */
    height: 7rem;
	font-size: 1.9em;
    font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	line-height: 1.2;
    display: flex;
    align-items: center;
}
h2:first-of-type {
	margin-top: 0;
}
h2::after {
    content: "";
    background-image: url(../img/common/arrow_road.png);
    background-repeat: no-repeat;
    width: 213px;
    height: 83px;
    position: absolute;
    top: 0;
    right: 0px;
}
h2 span {
    position: relative;
    display: inline-block;
    padding-left: 35px;
}
h2 span::after {
    content: "";
    background-image: url(../img/common/arrow_goldw.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 7px;
    right: -48px;
}
/* ここまでh2共通のスタイル */


article {
    background: #fff;
    background: linear-gradient(0deg, #1B3957, #4B6B8E);
    max-width: 720px;
    min-width: 720px;
    min-height: 1520px;
	margin: 0 0 20px 0;
	/* padding: 3em 0 0 0; */
	line-height: 1.75;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
    margin: 0 auto;
    text-align: center;
}
article h1 {
    position: relative;
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.875em;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
  }
section {
    /* padding: 4em 2.6em; */
    padding: 1em 2.6em 3em;
    /* padding: 1em 2.6em 1em; */
    text-align: left;
    background-color: #fff;
}
section.pdb_0 {
    padding-bottom: 0;
}
section:first-child {
    padding-top: 0;
}
section h2 {
	position: relative;
    background: linear-gradient(0deg, #1B3957, #4B6B8E);
	margin: 2em auto 0.5em;
    height: 7rem;
	font-size: 1.9em;
    font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	line-height: 1.2;
    display: flex;
    align-items: center;
}
section h2:first-of-type {
	margin-top: 0;
}

section h2 span {
    position: relative;
    display: inline-block;
    padding-left: 35px;
}
section h2 span::after {
    content: "";
    background-image: url(../img/common/arrow_goldw.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 7px;
    right: -48px;
}

section h2 + h3 {
	margin-top: 0;
}
section h3 {
	position: relative;
	margin: 1em auto 0.6em;
    padding-bottom: 0.2em;
    font-size: 1.45em;
    font-weight: 700;
    line-height: 1.15;
    border-bottom: 3px solid #BAAB5D;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 0 10px 20px;
    margin-bottom: 15px;
    position: relative;
    background: #4B6B8E;
}
section h4 {
	border: 1px solid #4B6B8E;
    color: #19375b;
    /* margin: 1.5em auto 0.5em; */
    margin: 0.5em auto 0.5em;
    padding: 0.4em;
    position: relative;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.0;
}
section h3 + h4 {
	margin-top: 0;
}


/* トップページ以外のsectionとarticleのh2と疑似要素調整用
トップとh2を合わせる場合削除可 */
section h2 , article h2 {
    height: 10rem;
}

section h2::after , article h2::after {
    content: "";
    background-image: url(../img/common/arrow_road_big.png);
    background-repeat: no-repeat;
    width: 420px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0px;
}
/* トップページ以外のsectionとarticleのh2と疑似要素調整用
トップとh2を合わせる場合削除可ここまで */


/* accessページ */
.map-container:hover {
    opacity: 0.6;
    transition: .3s all;
}

.map-container a img {
    width: 100%;
}
.map-img > img {
    width: 60%;
}
.map-img2 > img {
    width: 90%;
}
/* accessページここまで */


/* greetingページ */
.president_container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.president_photo {
    line-height: normal;
}

.president_photo img {
    width: 140px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.president_photo_en {
    line-height: normal;
}
.president_photo_en img {
    width: 200px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

/* greetingページここまで */




/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
    position: relative;
	background-color:#fff;
    margin: 0 auto;
	text-align: center;
    max-width: 1000px;
    min-width: 1000px;
    height: 260px;
}
footer .foot_secretariat {
    display: block;
    width: 100%;
    min-width: 1000px;
	margin: 0 auto;
	padding: 2em 0;
	text-align: center;
    font-size: 0.93em;
    line-height: 1.5;
    background: linear-gradient(0deg, #1B3957 0%, #4B6B8E 100%);
}
footer ul.foot_inner {
	width: auto;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
	margin: 0 auto;
	text-align: left;
}

footer ul.foot_inner li {
    /* width: 40%; */
    /* margin: 0 auto; */
    width: 40.5rem;
    height: 17rem;
    /* width: 405px; */
    border: 1px solid #BAAB5D;
}

footer ul.foot_inner li div {
    padding: 16px;
}

footer ul.foot_inner h3 {
    margin-bottom: 0.35em;
    margin: 0;
    /* padding: 0.25em 0.25em 0em 0.25em; */
    padding-left: 0.25em;
	color: #BAAB5D;
    font-size: 18px;
    font-weight: 500;
    /* text-align: center; */
    border-radius: 14px;
}

footer ul.foot_inner .en_footer_h3 {
    padding-left: 0.75em;
}

footer ul.foot_inner dl {
    width: 92%;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
}
footer ul.foot_inner dt {
    /* margin: 0 auto 0.25em; */
    font-size: 1em;
    font-weight: 500;
}
footer ul.foot_inner dd {
    margin: 0 auto;
    font-size: 14px;
}
footer .copyright {
    background: #BAAB5D;
	width: 100%;
	color: #fff;
	line-height: 50px;
	text-align: center;
    font-size: 12px;
}
footer a {
    color: #BAAB5D;
}
footer a:hover {
    color: #7f753f;
}
footer a.tel {
	color: inherit;
	text-decoration: none;
}

/* 英語用ページフッター調整 */
.en_footer .en_footer_li {
    height: 16rem;
}
/* .en_footer ul {
    flex-direction: column;
}
footer ul.foot_inner li.en_footer_li {
    width: 90%;
}
footer ul.foot_inner li.en_footer_li dl {
    width: 98%;
} */

/*----------------------------------------------------
	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: 720px;
}

.info {
	width: 100%;
	margin: 0 auto;
    /* padding-bottom: 3%; */
	text-align: center;
}
.info h2 {
    /* background: #fff; */
    width: 720px;
    margin: 0 auto;
}

.info dl {
	background: #fff;
	width: 720px;
	height: 730px;
	margin: 0 auto;
	/* padding: 0 25px; */
	line-height: 1.6;
	text-align: left;
	overflow-y: auto;
    font-size: 16px;
}
.info dt,
.info dd {
	padding-top: 16px;
	padding-bottom: 6px;
}
.info dt {
	float: left;
	position: relative;
    padding-left: 2em;
    color: #000;
}
/* .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 dt::after {
    content: "\025b6";
    overflow: hidden;
    position: absolute;
    /* top: 20px; */
    right: -33px;
    color: #1B425D;
    font-size: 1em;
}


.info dd {
	position: relative;
	margin: 0;
    padding-left: 10em;
    padding-right: 2em;
	border-bottom: 1px solid #BAAB5D;
}

.info dt, .info dd {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* 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;
}

/*  Greeting
----------------------------------------------------*/



/*  Outline
----------------------------------------------------*/



/*  Abstracts
----------------------------------------------------*/



/*  Program
----------------------------------------------------*/
.program_list {
	width: 100%;
	margin: 0;
    padding: 0;
	overflow: hidden;
}
.program_list .prg_title {
	/* margin-top: 1em; */
	/* padding-left: 4em; */
    color: #1b3789;
    font-weight: 700;
	/* text-indent: -4em; */
}
.program_list .prg_title > .title_number {
    display: inline-block;
    background: #BAAB5D;
    width: 3.5em;
	margin-right: 0.5em;
    padding: 0 0.15em;
    color: #fff;
    line-height: 1.15;
    text-indent: 0;
    text-align: center;
}
.program_list dt {
	float: left;
	width: 3.0em;
}
.program_list.en dt {
	width: 5.0em;
}
.program_list dt:after {
    content: "：";
}

.program_list {
    position: relative;
    padding-top: 1.5em;
  }

  .program_list:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #ccc;
  }
.program_list.no-line::before {
  content: none !important;
}
.program_list.no-padding {
  padding-top: 0 !important;
}

.program_list dd {
	display: block;
	/* padding-left: 9em;
	text-indent: -6em; */
    padding-left: 3em;
}
.program_list dd.panelist {
    padding-left: 6em;
}
.program_list.en dd {
	display: block;
	/* padding-left: 9em;
	text-indent: -6em; */
    padding-left: 5em;
}
.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.60;
	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: 1.0em;
}
ul.list_normal li {
	padding-left: 1.0em;
	text-indent: -1.0em;
}

/* 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: .65em;
	left: -0.75em;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
ul.list_disc2 {
	margin-left: 1em;
}
ul.list_disc2 li {
	position: relative;
}
ul.list_disc2 li:after {
	display: block;
	background-color: #000000;
	content: '';
	position: absolute;
	top: .8em;
	left: -0.75em;
	width: 3px;
	height: 3px;
	border-radius: 50%;
}

/* li最初に※スタイル */
ul.list-symbol {
    list-style-type: none;
    margin-left: 2em;
    font-size: .95em;
}

ul.list-symbol li {
    position: relative;
}

ul.list-symbol li::before {
    content: "※";
    /* margin-right: 5px; */
    margin-right: 2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    width: 2em;
    top: 0;
    left: -1.5em;
    margin-right: 2em;
    text-align: center;
}

/* li最初に※スタイル インデントありバージョン */
ul.list-symbol {
    list-style-type: none;
    margin-left: 1em;
}

ul.list-symbol li {
    position: relative;
}

ul.list-symbol li::before {
    content: "※";
    /* margin-right: 5px; */
    margin-right: 2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    width: 2em;
    top: 0;
    left: -1.5em;
    margin-right: 2em;
    text-align: center;
}

/* Mark Style */
ul.list_mark li {
	/* padding-left: 1.0em; */
	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 0 0.5em 1.0em;
    position: relative;
    border-bottom: 1px solid #ddd;
}
ul.list_link li:before {
	display: block;
	position: absolute;
    content: "\025b6";
	width: 1em;
	height: 1em;
	margin-left: -1em;
    color: #19375b;
}

/* Decimal Style */
ol.list_decimal {
	list-style: none;
	counter-reset: num;
	margin-left: 2.0em;
}
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;
    gap: 10px;
}
ul.list_button li {
	/* margin: 0 auto 0.75em; */
}
ul.list_button > li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #BAAB5D;
    min-width: 40%;
    height: 5em;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 5px #CCC;
	transition: 0.3s;
}
/* 高さ調整用aタグ */
ul.list_button > li .h-6_5rem {
    height: 6.5rem;
    font-size: 1.2em;
}
ul.list_button > li .h-7_5rem {
    height: 7.5rem;
    font-size: 1.2em;
}


/* 議題登録 */
ul.list_button > .endai_txt a {
    font-size: 17px;
    height: 4em;
}

ul.list_button li a.color1::after,ul.list_button li a.color2::after {
    content: "";
    background-image: url(../img/common/arrow_gold.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    /* top: 30px; */
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
ul.list_button li a.color1:hover::after,ul.list_button li a.color2:hover::after {
    content: "";
    background-image: url(../img/common/arrow_goldw.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    /* top: 30px; */
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

ul.list_button > li a.white {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #ffffff;
    min-width: 40%;
    height: 56px;
    color: #000000;
    text-decoration: none;
    border: 2px solid #19375b;
    border-radius: 4px;
    box-shadow: 0 2px 5px #CCC;
    transition: 0.3s;
}

ul.list_button > li a.color1 {
    /* background: #BAAB5D; */
    background: #7f753f;
}
ul.list_button > li a.color2 {
    background: #ba5dba;
    background: #ba5d5d;
}
ul.list_button > li a:hover {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #BAAB5D;
    /* color: #19375b; */
    color: #000000;
    /* scale: 1.05; */
}
ul.list_button > li.notLink a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bcbcbc;
    color: #fff;
    text-decoration: none;
	transition: 0.3s;
	cursor: default;
	pointer-events: none;
}
ul.list_button.btn_col01 > li {
    width: 48%;
}
ul.list_button.btn_col02 > li {
    width: 48%;
}
ul.list_button.btn_col02flex > li {
    flex: 1 1 calc(50% - 10px);
}
ul.list_button.btn_col02flex > .txtbig {
    font-size: 1.2em;
}
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;
}

/* disabled */
ul.list_button > .disabled a  {
    pointer-events: none;
    cursor: default;
    border-color: rgb(204, 204, 204);
    background: rgb(204, 204, 204);
    color: #fff;
}

/* ボタン2 */
ul.list_button2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.1;
    text-align: center;
    gap: 10px;
}
ul.list_button2 li {
    width: 48%;
}
ul.list_button2 > li a.white {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #ffffff;
    min-width: 40%;
    height: 56px;
    color: #000000;
    text-decoration: none;
    border: 2px solid #19375b;
    border-radius: 4px;
    box-shadow: 0 2px 5px #CCC;
    transition: 0.3s;
}
ul.list_button2 > .button_white a {
    /* border: 2px solid #19375b; */
}
ul.list_button2 > .button_white a:hover {
    background-color: #BAAB5D;
    border-radius: 4px;
    /* border: 2px solid #19375b; */
    /* border: 1px solid #BAAB5D; */
    /* color: #19375b; */
    color: #fff;
    scale: 1.05;
}

.list_button > .link-off a {
    cursor: default;
    pointer-events: none;
    color: #797979;
    color: #ffffff;
    background-color: #d7d7d7;
}
.list_button > .link-off a:hover {
    color: #797979;
    background-color: #d7d7d7;
}
ul.list_button.center  {
	justify-content: center;
}
ul.list_button.center li {
	justify-content: center;
    /* padding: 1.2em 1em 1.2em .8em; */
    margin: 7px 0;
    width: 75%;
}
ul.list_button.center li a {
	height: 3.5em;
}



/*  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: #4B6B8E;
    color: #fff;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-weight: 700;
    text-align: center;
}
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-layout-fixed {
    table-layout: fixed
}
.table-layout-fixed > tbody > tr > td {
    vertical-align: middle;
}

/* Scroll */


/* 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;
}

/*  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_red2 {
	text-decoration: line-through;
    text-decoration-color: #e0363c;
    text-decoration-thickness: 2px;
	color: black;
}
.tx_cancel_red span {
	color: black;
}
.tx_red {
	color: #e0363c;
}
.tx_red_bold {
	color: #e0363c;
    font-weight: bold;
}
.tx_blue {
	color: #19375b;
}
.tx_black {
	color: #222;
}
.tx_black_small {
	color: #222;
    font-weight: 400;
}
.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: 2.0rem;
}
.tx_20B {
	font-size: 2.0rem;
	font-weight: 700;
}
.tx_22 {
	font-size: 2.2rem;
}
.tx_22B {
	font-size: 2.2rem;
	font-weight: 700;
}

.note {
    font-size: .95em;
    margin: .5em 0;
}
.note2 {
    font-size: .95em;
}

.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: 1.0em;
    text-indent: -1.0em;
}
.tx_indent02 {
    padding-left: 2.0em;
    text-indent: -2.0em;
}

.smll_txt {
    font-size: 0.9em;
    letter-spacing: -0.4px;
}

/* 追加行の初めの文字一文字分あける */
.tx_indent1 {
    text-indent: 1em;
}
/* 全体を1文字分あける */
.indent-left {
    margin-left: 1em;
}
/* ⋆用のインデント */
.star-indent > li {
    text-indent: -8px; /* 最初の行を調整 */
    padding-left: 16px; /* 全体の左マージン */
}
/* ⋆用のインデント */
.width_7em {
    width: 7em !important;
}


p.big {
    font-size: 1.35em;
    font-weight: bold;
    border: 2px dotted #ddd;
    padding: 1em;
}


/*  Line Height
----------------------------------------------------*/
.line_height00 {
    line-height: 0;
    vertical-align: middle; 
}
.line_height01 {
    line-height: 1.0;
    vertical-align: middle; 
}
.line_height02 {
    line-height: 2.0;
    vertical-align: middle; 
}

/*  Text Break
----------------------------------------------------*/

/*  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;
}
.mgt_1em {
    margin-top: 1em;
}
.mg2em {
    margin: 2em 0;
}
.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: 1.0em;
}
.mgl_02 {
	margin-left: 2.0em;
}
.mgl_03 {
	margin-left: 3.0em;
}
.mgl_04 {
	margin-left: 4.0em;
}
.mgl_05 {
	margin-left: 5.0em;
}
.mg0auto {
    margin: 0 auto;
}

/*  box
----------------------------------------------------*/
.deco_box01 {
    border: 2px solid #ddd;
    padding: 2rem;
}



/*  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: 1.0em;
	text-indent: -1.0em;
	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: #BAAB5D;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#page_top a:hover {
	background-color: #BAAB5D;
}


/*  Float
----------------------------------------------------*/
.fL {
	float: left;
    margin: 0 1em 10px 0;
}
.fR {
	float: right;
    margin: 0 0 10px 1em;
}

/*  Attention
----------------------------------------------------*/
.box_attention_wrapper {
    padding: 14px;
}
.box_attention {
	max-width: 100%;
    padding: 1em;
	line-height: 1.6;
    border: 5px 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;
}
/* @media(max-width: 480px) {
    .construction {
        padding: 10px 20px;
    }
} */