@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@200;600;700;900&display=swap');
body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    background: rgb(23,34,43);
background: linear-gradient(180deg, rgba(23,34,43,1) 0%, rgba(156,147,146,1) 50%, rgba(23,34,43,1) 100%);
    color: #000000;
    -webkit-text-size-adjust: 100%;
}
.body_article {
    background-color: #e0efe1 !important;
}
header {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
/* 本文領域とサイドバー領域を含むコンテナ */
#container {
    /* フレキシブルボックスレイアウトによる段組 */
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    min-height: 100vh;
}
/* 左側の本文領域 */
#mainArea {
    position: relative;
    width: 945px;
    /* 画面幅が広い時はこの要素の横幅を拡張する */
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
#main {
    background-color: #ffffff;
    min-height: 600px;
    margin-bottom: 3rem;
}
.hero_bg {
    background-color: #000000 !important;
}
#now {
    display: none;
}
article.article_main {
    background-color: #ffffff !important;
    min-height: 975px !important;
}
/* 右側のサイドバー領域 */
#sidebarArea {
    position: relative;
    width: 248px;
    background: #DCD7C8;
background: linear-gradient(45deg,rgba(255, 255, 255, 1) 0%, rgba(220, 215, 200, 1) 100%);
    padding-bottom: 0.1em;
}
/* サイドバーの実体 */
#sidebar {
    /* デフォルトで Sticky positioning */
    width: 100%;
    min-height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-bottom: 0.2em;
}
#content_main {
    text-align: left;
}
.bold {
    font-weight: 700;
}
.sympathy_letter {
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 20px;
    margin: 40px;
    border: 1px solid #000000;
    line-height: 28px;
    border-radius: 5px;
}
.maintenance_notice {
    margin-bottom: 2rem;
    padding: 1rem;
    text-align: justify;
    border-width: 1px;
    border-style: solid;
    color: rgba(201,28,127,1.00);
    border-radius: 5px;
}
.maintenance_notice_data {
    margin-top: 0.5rem;
}
.indent {
    margin-left: 1em;
}
.indent1 {
    margin-left: 1em;
    text-indent: -1em;
}
.indent2 {
    margin-left: 12.35em;
}
.indent3 {
    margin-left: 2em;
    text-indent: -1em;
}
.del {
    color: #f00;
    text-decoration : line-through;
    text-decoration-thickness: 2px !important;
}
.del span {
    color: #000;
    font-size: 16px;
}
.main_bg {
    background-color: #000000;
}
.main_bg_article {
    background-color: #ffffff;
}
.article_ti h2 .fas.fa-caret-square-right {
    margin-right: 5px;
}
footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
}
.footer_top {
}
br {
    letter-spacing: 0;
}
.footer_top address {
    color: #ffffff;
}
address {
    font-size: 12px;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    clear: both;
    display: block;
    padding-bottom: 20px;
    color: #000000;
    margin-left: 40px;
}

nav ul {
    list-style: none;
    padding-top: 16px;
    font-family: Noto Serif JP;
     font-weight: 600;
}
nav ul li a i {
    color: #433300;
}
nav ul li i {
    color: #A7A7A7;
    margin-right: 3px;
}
nav ul li.nav_none {
    min-height: 26px;
    display: block;
    padding-left: 32px;
    margin-right: 0;
    margin-bottom: 17px;
    line-height: 26px;
    text-align: left;
    font-size: 17px;
    text-indent: -9px;
    text-decoration: none;
    pointer-events: none;
    color: #000000;
    font-weight: 600;
}
nav ul li a {
    min-height: 26px;
    display: block;
    padding-left: 33px;
    margin-right: 0;
    margin-bottom: 17px;
    text-align: left;
    font-size: 17px;
    line-height: 26px;
    text-indent: -10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-left: -16px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
nav ul li a span.icon {
    background-color: #009bd9;
    color: #fff;
    padding-left: 0.6rem;
    padding-right: 0rem;
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
    font-size: 15px;
    line-height: normal;
    float: right;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
    min-width: 45px;
}
nav a:link {
    text-decoration: none;
    color: #000000;
}
nav a:visited {
    text-decoration: none;
    color: #000000;
}
nav a:hover {
    text-decoration: none;
    color: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
nav .button a:hover {
    text-decoration: none;
    color: #000000;
    filter: alpha(opacity=60);
    opacity: 1;
}
nav a:active {
    text-decoration: none;
    color: #000000;
}
nav ul li a span.currently_icon {
    background-color: #000000;
    color: rgba(201,28,127,1.00);
    padding-right: 7px;
    margin-right: 10px;
    padding-bottom: 2px;
    padding-left: 7px;
    font-size: 18px;
    float: right;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    text-align: right;
    width: 55px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
nav ul li a:hover span.currently_icon {
    text-decoration: none;
    color: rgb(0,88,103);
    background-color: #009bd9;
}
nav .secretariat_item a:link {
    text-decoration: underline;
    color: #433300;
}
nav .secretariat_item a:visited {
    text-decoration: underline;
    color: #433300;
}
nav .secretariat_item a:hover {
    text-decoration: none;
    color: #433300;filter: alpha(opacity=100);
    opacity: 1;
}
nav .secretariat_item a:active {
    text-decoration: underline;
    color: #433300;
}
nav a[target="_blank"]:after {
    color: #f1eb96;
    font-family: "Font Awesome 5 Free";
    content : "\f24d";
    font-weight: 900;
    display: inline-block;
    margin-left: 0.8em;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
nav a.pdf[target="_blank"]:after {
    color: #f1eb96;
    font-family: "Font Awesome 5 Free";
    content : "\f1c1";
    font-weight: 900;
    display: inline-block;
    margin-left: 0.8em;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
nav a.pdf:hover[target="_blank"]:after {
    color: #433300;
}
nav .banner a[target="_blank"]:after {
    content: none;
}
a.blank[target="_blank"]:after {
    font-family: "Font Awesome 5 Free";
    content : "\f35d";
    font-weight: 900;
    margin: 0px 2px;
    display: inline-block;
    margin-left: 1rem;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
    color: #009bd9;
}
li {
    position: relative;
}
li a .fas.fa-caret-square-right {
    margin-right: 3px;
}
li a .fas.fa-home {
    margin-right: 3px;
}
.nav_banner {
    margin: 16px;
}
.nav_banner #teijinbannerclick img {
    border: 1px solid #808080;
    background-color: #ffffff;
    margin-bottom: 32px;
}
.nav_banner_nobelfama {
    margin: 16px;
}
a:link {
    text-decoration: underline;
    color: #790000;
}
a:visited {
    text-decoration: underline;
    color: #790000;
}
a:hover {
    text-decoration: none;
    color: #790000;
}
a:active {
    text-decoration: underline;
    color: #790000;
}
a[target="_blank"]:after {
    font-family: "Font Awesome 5 Free";
    content : "\f24d";
    font-weight: 900;
    margin: 0px 2px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
a.pdf:after {
    font-family: "Font Awesome 5 Free";
    content : "\f1c1";
    font-weight: 900;
    margin: 0px 2px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
.secretariat_wrap {
    border: 1px solid #433300;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    background-color: #ffffff;
}
.secretariat_title i {
    margin-right: 3px;
}
.secretariat_title {
    background-color: #433300;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 7px;
    line-height: 1;
}
.secretariat_item {
    font-size: 12px;
    line-height: 18px;
    padding: 12px;
    color: #000000;
}
.secretariat_item span {
    font-size: 18px;
    padding-top: 3px;
    display: block;
}
.content_main_inner {
    padding: 30px;
    min-height: 610px;
}
a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
a img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.article_header {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
}
.article_ti h2 {
    background-color: #433300;
    color: #fff;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 5px;
    margin-top: 30px;
    letter-spacing: 3px;
    font-family: Noto Serif JP;
    font-weight: 600;
}
.article_ti h2 i {
    margin-right: 5px;
    color: #fdeabe;
}
.h2_sub_title {
    background-color: #433300;
    color: #fff;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    font-weight: 700;
    border-radius: 5px;
    letter-spacing: 3px;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.h2_sub_title i {
    color: #ffff6e;
}
.attention {
    font-size: 1.1rem;
    font-weight: 700;
    color: rgba(201,28,127,1.00);
}
.greeting_main {
    line-height: 34px;
    font-size: 18px;
    text-align: justify;
}
.greeting_signature {
    text-align: right !important;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 50px;
}
.greeting_signature_item {
    margin-right: 20px;
    white-space: nowrap;
    margin-bottom: -8px;
    font-weight: 700;
    font-size: 20px;
}
.greeting_signature_item_img {
    width: 150px;
}
.greeting_signature_item span {
    font-size: 16px;
    font-weight: 500;
    margin-right: -10px;
}
.top_sponsorship {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
    text-align: justify;
}
.info {
    margin-right: 40px;
    margin-left: 40px;
    border-radius: 5px;
    overflow: hidden;
}
.info_ti {
    color: #fdeabe;
    font-size: 22px;
    letter-spacing: 10px;
    text-align: left;
    align-items: center;
    border-bottom: 1px solid #433300;
    padding-bottom: 10px;
    font-family: Noto Serif JP;
    font-weight: 600;
}
dl.box {
    height: auto;
    overflow: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: left;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 7px;
}
dl.box dt {
    float: left;
    width: 110px;
    color: #433300;
}
.box dt .fas.fa-chevron-circle-right {
    margin-right: 3px;
}
dl.box dd {
    border-bottom: 1px dotted #000;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 7em;
}
dl.box dd:last-child {
    border-bottom: none;
    padding-bottom: 0px;
     margin-bottom: 0px;
}
.re_extension_period {
    color: #FF0004 !important;
    ;
}
.re_extension_period a:link {
    color: #FF0004;
}
.re_extension_period a:visited {
    color: #FF0004;
}
.re_extension_period a:hover {
    color: #FF0004;
}
.re_extension_period a:active {
    color: #FF0004;
}
dl.outline dt {
    float: left;
    width: 165px;
    color: #433300;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
dl.outline dd {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 11px;
    padding-left: 165px;
    font-size: 16px;
    line-height: 26px;
}
dl.outline dd .px14 {
    font-size: 14px;
    line-height: 22px !important;
}
.outline i {
    color: #009bd9;
}
.map {
    width: 500px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
p.covid_annotation_outline {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
}
.box_outline_line_1 {
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000;
    padding-bottom: 12px;
}
.box_outline_line_2 {
}
.box_link {
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 18px;
    text-indent: -10px;
    margin-left: 18px;
}
.box_link a[target="_blank"]:after {
    font-family: "Font Awesome 5 Free";
    content : "\f24d";
    font-weight: 900;
    margin: 0px 2px;
    display: inline-block;
    margin-left: 13px;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
.box_link i {
    color:#433300;
}
table.sponsership_table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top-width: 1px;
    border-left: 3px solid #433300;
    border-top-style: solid;
    border-top-color: #999;
    margin-top: 30px;
}
table.sponsership_table th {
    padding: 10px;
    vertical-align: middle;
    background-color: #DCD7C8;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #999;
    border-bottom-color: #999;
    text-align: center;
    color: #433300;
    font-weight: 700;
    font-size: 16px;
}
table.sponsership_table td {
    padding: 10px;
    vertical-align: middle;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #999;
    border-bottom-color: #999;
    text-align: center;
    width: 33%;
}
table.sponsership_table td span a {
    border: 2px solid #433300;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #433300;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 7px;
    padding-left: 10px;
    padding-bottom: 5px;
    min-width: 220px;
}
table.sponsership_table td span.button_none {
    border: 2px solid #777777;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #777777;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 7px;
    padding-left: 10px;
    padding-bottom: 5px;
}
table.sponsership_table td span.button_none:after {
    font-family: "Font Awesome 5 Free";
    content : "\f24d";
    font-weight: 900;
    margin: 0px 2px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
table.sponsership_table td span a:link {
    text-decoration: none;
    color: #433300;
}
table.sponsership_table td span a:visited {
    text-decoration: none;
    color: #433300;
}
table.sponsership_table td span a:hover {
    text-decoration: none;
    color: #fff;
    background: #433300;
}
table.sponsership_table td span a:active {
    text-decoration: none;
    color: #fff;
    background: #433300;
}
table.sponsership_table .red {
    color: #FF0004;
}
.red_deadline {
    color: #FF0003;
}
.del {
    color: #f00;
    text-decoration : line-through;
}
.del span {
    color: #000;
}
.del_black {
    color: #000000;
    text-decoration : line-through;
    margin-left: 12.8rem;
}
.del_black2 {
    color: #000000;
    text-decoration : line-through;
}
.abstract_table_wrap {
    display: flex;
}
table.abstract_table {
    width: 98%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top-width: 1px;
    border-left: 3px solid #433300;
    border-top-style: solid;
    border-top-color: #999;
    margin-top: 1rem;
    margin-left: 1rem;
}
table.abstract_table th {
    padding: 10px;
    vertical-align: middle;
    background-color: #E9EBFA;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #999;
    border-bottom-color: #999;
    text-align: center;
    color: #433300;
    font-weight: 700;
    font-size: 16px;
}
table.abstract_table td {
    padding: 10px;
    vertical-align: middle;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #999;
    border-bottom-color: #999;
    text-align: center;
    width: 20%;
}
h3.title {
    margin-top: 2rem;
    display: block;
    margin-bottom: 0.5rem;
    color: #433300;
    font-weight: 700;
    border-bottom: 2px solid #433300;
    padding-bottom: 0.3rem;
    font-size: 20px;
}
h3.title_2 {
    display: block;
    margin-bottom: 0.5rem;
    color: #433300;
    font-weight: 700;
    border-bottom: 2px solid #433300;
    padding-bottom: 0.3rem;
    font-size: 20px;
}
.h3_title_item ol > li {
    list-style: decimal;
    padding-left: 0px;
    margin-left: 1.4rem;
    color: #433300;
}
.h3_title_item ol > li > span {
    color: #000000;
}
.h3_title_item ul > li {
    list-style: disc;
    padding-left: 0px;
    margin-left: 1.4rem;
    color: #433300;
}
.h3_title_item ul > li > span {
    color: #000000;
}
.color_inline {
    color: #009bd9;
}
.color_inline_2 {
    color: #433300;
}
.guidance_box {
    border: 1px solid #433300;
    border-radius: 5px;
    padding: 0.5rem;
    margin-top: 1rem;
    font-size: 14px;
}
.guidance_title {
    text-align: center;
    margin-bottom: 0.3rem;
    font-size: 16px;
    color: #433300;
}
.guidance_box_2 {
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 0.5rem;
    margin-top: 1rem;
    font-size: 14px;
      line-height: 1.7;
    display: inline-block;
}
.guidance_box_2_parent {
}
.guidance_box_2_parent_2 {
    padding-left: 1.5rem;
}
.guidance_title_2 {
    font-size: 16px;
    color: #433300;
}
.guidance_box_3 {
    border: 1px solid #FF0004;
    color: #FF0004;
    border-radius: 5px;
    padding: 0.5rem;
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.7;
    display: inline-block;
    text-align: center;
}
.guidance_box_3_parent {
    text-align: center;
}
.annotation {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 1rem;
}
.annotation_2 {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 1rem;
    margin-left: 1em;
    text-indent: -1em;
    color: red;
}
.annotation_3 {
    font-size: 14px;
    margin-top: 0.5em;
}
.notice {
    font-weight: 700;
    color: red;
    text-align: center;
    margin-top: 1rem;
}
h4.title {
    margin-top: 1.5rem;
    display: block;
    margin-bottom: 0.3rem;
    margin-left: 1rem;
    color: #433300;
    font-weight: 700;
    padding-top: 0.6rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    padding-bottom: 0.7rem;
    font-size: 18px;
    line-height: 18px;
    background-color: #E9EBFA;
    border-radius: 4px;
}
.h4_title_item {
    margin-left: 1.8rem;
    margin-top: 0.5rem;
}
.h4_title_item .bold_blue {
    color: #433300;
    font-weight: 700;
}
.content_main_item ul > li {
    list-style: disc;
    padding-left: 0px;
    margin-left: 1.4rem;
    color: #433300;
}
.content_main_item ul > li > span {
    color: #000000;
}
.content_main_item ol > li {
    list-style: decimal;
    padding-left: 0px;
    margin-left: 1.4rem;
    color: #433300;
}
.content_main_item ol > li > span {
    color: #000000;
}
.h4_title_item ol > li {
    list-style: decimal;
    padding-left: 0px;
    margin-left: 1.4rem;
    color: #433300;
}
.h4_title_item ol > li > span {
    color: #000000;
}
.h4_title_item ul > li {
    list-style: disc;
    padding-left: 0px;
    margin-left: 1.4rem;
    color: #433300;
}
.h4_title_item ul > li > span {
    color: #000000;
}
.step {
    font-size: 13px;
    padding-top: 0.2rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.2rem;
    margin-right: 0.5rem;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 3px;
}
.step_title {
    display: inline-block;
}
.top0rem {
    margin-top: 0rem !important;
}
.top1rem {
    margin-top: 1rem;
}
.top2rem {
    margin-top: 2rem;
}
.top05rem {
    margin-top: 0.5rem;
}
.top4rem {
    margin-top: 4rem;
}
.bottom1rem {
    margin-bottom: 1rem;
}
.bottom2rem {
    margin-bottom: 2rem;
}
.left2rem {
    margin-left: 2rem;
}
.indent4em {
    margin-left: 4em;
    text-indent: -4em;
}
.program_day1 {
    margin-bottom: 2rem;
}
.button_none {
    border: 2px solid #727272;
    border-radius: 5px;
    background: #727272;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
    padding-right: 7px;
    padding-left: 10px;
    padding-bottom: 10px;
    min-width: 240px;
    text-align: center;
    font-size: 18px;
}
.button {

    margin-top: 1.5rem;
    text-align: center;
}
.button a {
    border: 2px solid #433300;
    border-radius: 5px;
    background: #433300;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
    padding-right: 7px;
    padding-left: 10px;
    padding-bottom: 10px;
    min-width: 240px;
    text-align: center;
    font-size: 18px;
}
nav .button a {
    min-width: 216px;
    font-size: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
     padding-top: 7px;
    padding-bottom: 7px;
}
nav .button div {
    margin-bottom: 6px;
}

nav a:hover img {
    opacity: 1;
}

.button_wrap {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.button a:link {
    text-decoration: none;
    color: #fff;
}
.button a:visited {
    text-decoration: none;
    color: #fff;
}
.button a:hover {
    text-decoration: none;
    color: #433300;
    background: #fff;
}
.button a:active {
    text-decoration: none;
    color: #fff;
    background: #433300;
}
.button a.word:after {
    font-family: "Font Awesome 5 Free";
    content : "\f1c2";
    font-weight: 900;
    margin: 0px 2px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
.button a.ppt:after {
    font-family: "Font Awesome 5 Free";
    content : "\f1c4";
    font-weight: 900;
    margin: 0px 2px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
.button a.pdf:after {
    font-family: "Font Awesome 5 Free";
    content : "\f1c1";
    font-weight: 900;
    display: inline-block;
    margin: 0px 2px;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
.button_pdf {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    text-align: center;
}
.button_pdf a {
    border: 2px solid #433300;
    border-radius: 5px;
    background: #433300;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
    padding-right: 7px;
    padding-left: 10px;
    padding-bottom: 10px;
    min-width: 240px;
    text-align: center;
    font-size: 18px;
}
.button_pdf a:after {
    font-family: "Font Awesome 5 Free";
    content : "\f1c1";
    font-weight: 900;
    margin: 0px 2px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
.button_pdf_none {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    text-align: center;
}
.button_pdf_none span {
    border: 2px solid #727272;
    border-radius: 5px;
    background: #727272;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
    padding-right: 7px;
    padding-left: 10px;
    padding-bottom: 10px;
    min-width: 240px;
    text-align: center;
    font-size: 18px;
}
.button_pdf_none span:after {
    font-family: "Font Awesome 5 Free";
    content : "\f1c1";
    font-weight: 900;
    margin: 0px 2px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
.button_pdf a:link {
    text-decoration: none;
    color: #fff;
}
.button_pdf a:visited {
    text-decoration: none;
    color: #fff;
}
.button_pdf a:hover {
    text-decoration: none;
    color: #433300;
    background: #fff;
}
.button_pdf a:active {
    text-decoration: none;
    color: #fff;
    background: #433300;
}
.button_deadline {
    text-align: center;
    color: #FF0004;
    margin-top: 0.5em;
}
span.scroll_button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
span.scroll_button a {
    border: 2px solid #433300;
    border-radius: 5px;
    background: #433300;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    min-width: 240px;
    text-align: center;
    font-size: 18px;
}
span.scroll_button a:link {
    text-decoration: none;
    color: #fff;
}
span.scroll_button a:visited {
    text-decoration: none;
    color: #fff;
}
span.scroll_button a:hover {
    text-decoration: none;
    color: #433300;
    background: #fff;
}
span.scroll_button a:active {
    text-decoration: none;
    color: #fff;
    background: #433300;
}
span.scroll_button i {
    margin-right: 3px;
}
.umin {
    border: 2px solid #FF0004;
    color: #FF0004;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 1em;
    text-align: center;
}
.umin_title {
    font-size: 18px;
    margin-bottom: 1em;
}
.umin_detail {
    margin-bottom: 1em;
}
