@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: #242814;
	font-family: 'Noto Sans JP', sans-serif;
	color: #242814;
	font-size: 1.5rem;
	letter-spacing: 0;
}
@media(max-width: 768px) {
    body {
        font-size: 1.4rem;
    }
}
a {
	color: #1e294c;
}
a:hover {
	color: #92A91F;
	text-decoration-color: transparent;
}
*tel-setting*/
a[href*="tel:"] {
	pointer-events: none;
}
#wrapper {
    display: flex;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
    flex-basis: 270px;
    max-width: 270px;
    background: #1e294c;
    text-align: center;
	line-height: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
	z-index: 1;
    /* Scroll */
    overflow-y: auto;
}
header img {
    max-width: 100%;
    height: auto;
}
body.index header h1 {
	position: absolute;
	top:0;
	right: 0.5em;
}
body.index header h1 img {
	max-width:680px;
}
header h1 {
	position: absolute;
	top:0;
	right: 2.2em;
}
header h1 img {
	max-width: 600px;
}
@media(max-width: 999px) {
    header {
        position: fixed;
        width: 100%;
        max-width: 100%;
		height: 60px;
		/*background-color: rgba(36,40,20,1);*/
		background-color: transparent !important; 
        box-shadow: none;
		transition: background-color .3s ease;
        z-index: 2;
    }
    header h1 {
        display: flex;
        align-items: center;
        height: 60px;
       /* padding-right: 60px;*/
		top:-0.1em;
		left:0.5em;
    }
    header h1 img {
		display: none;
        width: 100%;
        max-width: 680px;
		max-height: 60px;
        transition: .3s;
    }
	body.index header h1 {
	top:-0.1em;
	left:0.5em;
	
}
	body.index header h1 img {
		display: none;
	}
	 /* ===== メニューを開いたときだけ有効化 ===== */
 header.menu-open {
    background-color: rgba(36,40,20,1) !important;
  }
 /*header.menu-open h1{
    top:-0.1em;
	left:0.5em;
  }*/
header.menu-open h1 img {
    display: block;
	max-height: 60px;
  }
body.index header.menu-open  h1 img {
		display: block;
	max-height: 60px;
	}
   /* header h1 img[src*="_pc"] {
        display: none;
    }*/
}
@media(max-width:480px ){
	body.index header h1 img {
		width:80%;
    }
}



/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
.contents {
    flex: 1;
	background-color: #0e1607;
    max-width: 100%;
	margin: 0 auto;
	padding: 0;
    line-height: 0;
	z-index: 0;
}
@media (max-width: 999px) {
    .contents {
        width: 100%;
    }
}

/*----------------------------------------------------
	5.0 - Navi
----------------------------------------------------*/
/* Hamburger */
@media(min-width: 1000px) {
    .hamburger {
        display: none;
    }
}
/* 999px under */
@media(max-width: 999px) {
    .hamburger {
        position: fixed;
        display: flex;
        justify-content: center;
        background: #1e294c;
        right : 0;
        top   : 0;
        width : 60px;
        height: 60px;
		border-radius: 0 0 0 4px;
        line-height: 1.75;
        text-align: center;
        cursor: pointer;
        z-index : 201;
    }
    .hamburger span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 2px ;
        left    : 15px;
        background : #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 20px;
    }
    .hamburger span:nth-child(3) {
        top: 30px;
    }
    .hamburger.active span:nth-child(1) {
        top : 16px;
        left: 15px;
        background :#fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background :#fff;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }
    .hamburger p {
        position: absolute;
        top: 32px;
        color :#fff;
        font-size: 1.2rem;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger.active p {
        color :#fff;
    }
}

/* Menu */
.dropmenu {
    width: 250px;
    /*height: 100vh;*/
    top  : 0;
    left : 0;
    margin: 0 auto;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.1;
    text-align: center;
}
@media(max-width: 999px) {
    .dropmenu {
        position: fixed;
        display: none;
        background-color: rgba(36,40,20,1);
        width: 100%;
		height: 100vh;
        color: #fff;
		margin-top: 60px;
		padding: 0 2em 5em;
        z-index: 200;
		overflow-y: auto;
    }
}
@media(max-width:480px) {
	.dropmenu {
		padding: 0 1.5em 5em;
	}
}
.dropmenu > li {
	position: relative;
	display: block;
    text-align: left;
    border-bottom: 1px solid #f5ecc6;
    transition: .3s all;
}
.dropmenu > li:nth-of-type(2) {
        border-top: 1px solid #f5ecc6;
}
.dropmenu > li a {
    display: block;
    padding: 1.2em 0 1.2em 0.7em;
    color: #f5ecc6;
	font-weight: 700;
    text-decoration: none;
	transition: 0.4s;
}
/*English btn*/
.dropmenu > li.en_btn {
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	border-bottom: none;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-weight: 500;
	font-size:1.2em;
	outline: 1px solid #1e294c;
    outline-offset: -4px;
}
.dropmenu > li.en_btn:hover {
	background-color: rgba(255,255,255,0.8);
}
.dropmenu > li.en_btn a {
    display: block;
    padding: 0.97em 0 0.97em 0.4em;
    color: #1e294c;
}
@media(max-width:999px){
	.dropmenu > li.en_btn {
		width:50%;
		margin: 1em auto 1.5em;
	}
}
@media(max-width:480px){
	.dropmenu > li.en_btn {
		width:70%;
	}
}
/**/
.dropmenu ul,
.dropmenu ul ul {
    display: none;
}
.dropmenu > li.on a,
.dropmenu > li a:hover {
    color: #f5ecc6;
	padding-left: 1.7em;
}
.dropmenu > li.en_btn a,
.dropmenu > li.en_btn a:hover {
    color: #1e294c;
	padding-left: 0;
}
.dropmenu > li.on a:before,
.dropmenu > li a:hover:before {
	content:"";
	position: absolute;
	background-image: url("../img/common/icon_menu.png");
	background-size:100%;
	width:9px;
	height: 16px;
	left: 12px;
}
.dropmenu > li.en_btn a:before,
.dropmenu > li.en_btn a:hover:before {
	content:none
}
.dropmenu > li.off a:before {
	content:none;
}
@media(max-width: 999px) {
    .dropmenu > li.on a {
    color: #f5ecc6;
    }
}
.dropmenu > li.off a {
    color: rgba(245,236,198,0.6);
	padding-left: 0.7em;
}
.dropmenu > li.off a:hover {
    color: rgba(245,236,198,0.6);
    cursor: default;
}
/* decoration */
@media(min-width: 1000px) {
    .dropmenu > li.on,
    .dropmenu > li:hover  {
    }
    .dropmenu > li.off:hover  {
    }
}
/* 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);
}
/*----------------------------------------------------
	6.0 - Main
----------------------------------------------------*/
#main {
	width: 100%;
	text-align: center;
    z-index: 0;
}
@media(max-width: 999px) {
    #main {
        border: none;
    }
}
.main_bg {
	background-image: url(../img/common/bg_main.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	width: 100%;
    height: auto;
    padding: 160px 0 0;
    text-align: center;
}
@media(max-width:999px) {
    .main_bg {
        background-size: 100%;
        height: auto;
        border: none;
		padding: 60px 0 0;
    }
}
article {
    width: 100%;
    min-height: 800px;
	margin: 0 0 20px 0;
	padding: 0 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 {
	background-image: url("../img/common/bg_h1.png");
	background-size:cover;
	background-position: center right;
	height: auto;
	display: flex;
    position: relative;
    padding: 0.7em 0 0.7em 1em;
	color: #fff;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 2.4em;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
	align-items: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-top:1px solid #ca9a0c;
	border-bottom:0.05em solid #ca9a0c;
	opacity: 0.9;
  }
@media(max-width:480px) {
	article h1 {
		background-position: 80% 50%;
		padding-left: 0.5em;
	}
}
section {
	background: #EBEBEF;
	min-height: 1000px;
    padding: 3.5em 2.6em;
    text-align: left;
}
@media(max-width: 999px) {
    section {
		min-height: calc(100vh - 60px);
    }
}
@media(max-width: 480px) {
    section {
        padding: 3em 1.4em;
    }
}
section:first-child {
    padding-top: 0;
}
section h2 {
	position: relative;
	background: #161F3A;
	margin: 2em auto 0.8em;
	padding: 0.4em 0.5em 0.5em;
	 font-family: 'Noto Serif JP', sans-serif;
	font-size: 1.55em;
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
	border-radius: 4px 4px 0 0;
}
section h2:before {
	content: "";
	position: absolute;
	background-image: url("../img/common/h2_line.jpg");
	background-size: 130%;
	background-position:top right;
	background-repeat: no-repeat;
	width:100%;
	height: 3px;
	bottom: -3px;
	left: 0;
}
section h3 {
	position: relative;
	margin: 1em auto 0.4em;
	padding: 0 0 0.2em 0.45em;
	color:#859317;
	font-size: 1.38em;
	font-weight: 500;
	line-height: 1.1;
	border-left:4px solid #859317;
	border-bottom: 2px solid #859317;
}
section h4 {
	background: #D5DBB8;
	margin: 1.5em auto 0.5em;
	padding: 0.4em;
	position: relative;
	font-size: 1.16em;
	font-weight: 500;
	line-height: 1.0;
}
section h3 + h4 {
	margin-top: 0;
}

/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
    position: relative;
	background-color:#0d1706;
	color: #fff;
	font-family: "Noto Serif JP", serif;
    margin: 0 auto;
	text-align: center;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: url("../img/common/footer_line.jpg") ;
	background-size:2000px 15px;
}
footer .foot_secretariat {
    display: block;
    max-width: 1000px;
	margin: 0 auto;
	padding: 6em 0 3em;
	text-align: center;
    font-size: 0.93em;
    line-height: 1.5;
}
footer ul.foot_inner {
	width: auto;
	display: flex;
    justify-content: space-around;
	margin: 0 auto;
	text-align: left;
}
@media(max-width: 999px) {
    footer ul.foot_inner {
        flex-direction: column;
    }
}
footer ul.foot_inner li {
    width: 100%;
    margin: 0 auto;
}
@media(max-width: 768px) {
    footer ul.foot_inner li {
       /* width: 48%;*/
    }
}
@media(max-width: 480px) {
    footer ul.foot_inner li {
        width: 100%;
    }
    footer ul.foot_inner li:first-child {
        margin-bottom: 4%;
    }
}
footer ul.foot_inner li.scr01 {
    width: 60%;
    margin: 0 auto;
}
@media(max-width:999px){
	footer ul.foot_inner li.scr01 {
    width: 100%;
}
}
footer ul.foot_inner li > div {
	display: flex;
	margin-bottom: 1.3em;
}
footer ul.foot_inner h3 {
    padding: 0em 0.8em;
	color: #fff;
    font-size: 1.06em;
    font-weight: 700;
	white-space: nowrap;
	width: 32%;
	text-align: end;
}
@media(max-width:999px){
	footer ul.foot_inner h3 {
	width: 50%;
}
}
@media(max-width:768px){
	footer ul.foot_inner h3 {
	width: 40%;
}
}
@media(max-width:480px){
	footer ul.foot_inner h3 {
	width: 40%;
}
}
footer ul.foot_inner h3 .h3_sub {
    font-size: 0.85em;
}
footer ul.foot_inner dl {
    width: 92%;
    margin: 0 auto;
	padding-left: 0.8em;
	padding-right: 0.8em;
	font-size: 0.93em;
	border-left:1px solid #fff;
}
footer ul.foot_inner dt {
    margin: 0 auto 0.25em;
    font-size: 1.06em;
    font-weight: 700;
}
footer ul.foot_inner dd {
    margin: 0 auto;
}
footer .copyright {
	width: 100%;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	padding: 0.8em 0;
	font-size:0.86em;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #d6e58d;
}
footer a.tel {
	color: inherit;
	text-decoration: none;
}

/*----------------------------------------------------
	8.0 - Single Page
----------------------------------------------------*/
/*  Index
----------------------------------------------------*/
#main_index {
    width: 100%;
	text-align: center;
    z-index: 0;
}
@media(max-width: 999px) {
    #main_index {
        border: none;
    }
}
.main_index_bg {
	background-image: url(../img/common/bg_main.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	width: 100%;
    height: 805px;
	text-align: center;
	position: relative;
}
@media(max-width: 999px) {
    .main_index_bg {
        background-size: 100%;
        border: none;
		height: 110.29vw;
    }
}

/*中ページ設定*/
.index_title {
	position: absolute;
	height: 60px;
	top:0;
	left:1em;
}
.index_title img{
	max-width:680px;
	width:100%;
	padding-top: 0;
}
.index_title a img{
	vertical-align: middle;
}
@media(min-width:1000px){
	.index_title {
		display: none;
	}
}
@media(max-width:768px){
	.index_title {
	top:-0.2em;
}
	.index_title img{
		max-height: 60px;
	}
}
@media(max-width:480px){
	.index_title {
		top:0.3em;
	left:1em;
}
	.index_title img{
	max-width:420px;
	width:83%;
}
}
/*index設定*/
body.index .index_title {
	text-align: left;
	margin-right: 60px;
}
body.index .index_title img {
	width:95%;
	max-height: inherit;
}
@media(max-width:768px){
	body.index .index_title img {
		width:85%;
	}
}
@media(max-width:480px){
	body.index .index_title img {
		width:95%;
	}
}
@media(min-width:1000px){
	body.index .index_title {
		display: none;
	}
}
/**/
.index_theme {
}
.index_theme img {
	position: absolute;
	top:24.5%;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
	max-width:435px;
}
@media(max-width:999px){
	.index_theme img {
		width:60%;
		max-width: 100%;
	}
}
.index_text img {
	position: absolute;
	bottom: 2%;
	left:3.5%;
	width:100%;
	max-width:420px;
}
@media(max-width:999px){
	.index_text img {
		width:58%;
		max-width: 100%;
	}
}
.info {
	background-image: url("../img/contents/index/bg_info.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0 auto;
	padding-top: 10%;
    padding-bottom: 8%;
	text-align: center;
}
.info h2 {
    width: 659px;
    margin: 0 auto;
	text-align: left;
}
@media(max-width: 999px) {
    .info h2 {
        width: 94%;
    }
    .info h2 img {
        width: 90%;
        max-width: 300px;
    }
}
@media(max-width:480px){
	.info h2 img {
		width:65%;
	}
}
.info dl {
	width: 660px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.6;
	text-align: left;
	overflow-y: auto;
}

.info dt {
	float: left;
	position: relative;
	padding: 0 0.55em;
	margin: 24px 0;
	font-family: "Noto Serif JP", serif;
	font-weight:500;
	color: #ecf3ca;
	border: 1px solid #828763;
	border-radius: 2px;
}
.info dt.none {
	border: none;
}
.info dd {
	position: relative;
	color: #fff;
	margin: 0;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 7.5em;
	border-bottom: 1px solid #808163;
}
@media(max-width: 999px) {
    .info dl {
        width: 94%;
		height: 380px;
		padding-top: 1em;
    }
    .info dt {
        float: none;
		display: inline-block;
		margin: 1.2em 0 0.5em;
		padding-top: 0;
        padding-bottom: 0;
    }
    .info dt:before {
        top: 2px;
    }
    .info dd {
        padding-left: 0;
		padding-top: 0;
		padding: 0 0 0.9em 0;
    }
}
@media(max-width:480px){
	.info dl {
		padding-top: 0.5em;
	}
}

/* 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
----------------------------------------------------*/
.grt_info {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-bottom: 2em;
}
@media (max-width: 480px) {
	.grt_info {
		flex-wrap: wrap;
	}
}
.grt_info .grt_image {
	width: 170px;
	flex-basis: 170px;
	margin-left: 2em;
}
@media (max-width: 480px) {
	.grt_info .grt_image {
		margin: 0 auto;
	}
}
.grt_info .grt_image img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.grt_info .grt_data {
	width: calc(100% - 150 - 2em);
	flex-basis: calc(100% - 150 - 2em);
	text-align: right;
}

@media (max-width: 480px) {
	.grt_info .grt_data {
		width: 100%;
		flex-basis: 100%;
		margin-top: 1em;
		text-align: center;
	}
}

.gre_data_en {
	font-size: 95%;
	line-height: 1.5;
}

.grt_text:first-letter {
	margin-left: 1em;
}
/*  Outline
----------------------------------------------------*/
/*  Program
----------------------------------------------------*/
/* ===== 基本設定 ===== */
.program_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* dt の基本スタイル */
.program_list > dt {
	width: 3.25em; /* 3文字分の幅 */
	display: flex;
	justify-content: space-between;
	flex-shrink: 0;
	position: relative;
}

/* dt の右側に「：」を表示 */
.program_list > dt:after {
	content: "：";
}
.program_list > dt.semi:after {
	content: none;
}
/* dt に続く 1 つ目の dd（dt の横に配置） */
.program_list > dt + dd {
	width: calc(100% - 3.25em);
	display: flex;
	align-items: baseline;
	column-gap: 0.5em;
	margin-left: 0; /* 1つ目の dd は dt の横に配置 */
}
/* 2つ目以降の dd（dt の直下に揃える） */
.program_list > dt + dd + dd, .program_list > dt + dd ~ dd {
	width: calc(100% - 3.25em);
	display: flex;
	align-items: baseline;
	column-gap: 0.5em;
	margin-left: 3.25em; /* dt の幅と揃える */
}
/* ===== dt に文字数が多い場合の幅調整（dt02～dt08） ===== */
.program_list dt.dt02 {
	width: 3.25em;
}
.program_list dt.dt03 {
	width: 4.25em;
}
.program_list dt.dt04 {
	width: 5.25em;
}
.program_list dt.dt05 {
	width: 6.25em;
}
.program_list dt.dt06 {
	width: 7.25em;
}
.program_list dt.dt07 {
	width: 8.25em;
}
.program_list dt.dt08 {
	width: 9.25em;
}
/* dt に応じて 1 つ目の dd の幅を調整 */
.program_list dt.dt02 + dd, .program_list dt.dt03 + dd, .program_list dt.dt04 + dd, .program_list dt.dt05 + dd, .program_list dt.dt06 + dd, .program_list dt.dt07 + dd, .program_list dt.dt08 + dd {
	margin-left: 0;
}
.program_list dt.dt02 + dd {
	width: calc(100% - 3.25em);
}
.program_list dt.dt03 + dd {
	width: calc(100% - 4.25em);
}
.program_list dt.dt04 + dd {
	width: calc(100% - 5.25em);
}
.program_list dt.dt05 + dd {
	width: calc(100% - 6.25em);
}
.program_list dt.dt06 + dd {
	width: calc(100% - 7.25em);
}
.program_list dt.dt07 + dd {
	width: calc(100% - 8.25em);
}
.program_list dt.dt08 + dd {
	width: calc(100% - 9.25em);
}
/* dt に応じて 2 つ目以降の dd の margin-left を調整 */
.program_list dt.dt02 + dd + dd, .program_list dt.dt02 + dd ~ dd {
	margin-left: 3.25em;
}
.program_list dt.dt03 + dd + dd, .program_list dt.dt03 + dd ~ dd {
	margin-left: 4.25em;
}
.program_list dt.dt04 + dd + dd, .program_list dt.dt04 + dd ~ dd {
	margin-left: 5.25em;
}
.program_list dt.dt05 + dd + dd, .program_list dt.dt05 + dd ~ dd {
	margin-left: 6.25em;
}
.program_list dt.dt06 + dd + dd, .program_list dt.dt06 + dd ~ dd {
	margin-left: 7.25em;
}
.program_list dt.dt07 + dd + dd, .program_list dt.dt07 + dd ~ dd {
	margin-left: 8.25em;
}
.program_list dt.dt08 + dd + dd, .program_list dt.dt08 + dd ~ dd {
	margin-left: 9.25em;
}
/* dt に応じて 2 つ目以降の dd の 例外処理 */
.program_list dt[class*="dt"] + dd ~ dd.dd02 {
	margin-left: 3.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd03 {
	margin-left: 4.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd04 {
	margin-left: 5.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd05 {
	margin-left: 6.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd06 {
	margin-left: 7.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd07 {
	margin-left: 8.25em;
}
.program_list dt[class*="dt"] + dd ~ dd.dd08 {
	margin-left: 9.25em;
}

/* ===== 次の dt が登場したら margin-left をリセット ===== */
.program_list dt + dd {
	margin-left: 0 !important;
}
.program_list .prg_title {
	width: 100%;
	color: #1e294c;
	display: flex;
	align-items: baseline;
	column-gap: 0.5em;
	margin-top: 0.5em;
	font-weight: 700;
}
.program_list .prg_title > .title_number {
	min-width: 4.5em;
	background: #cbb25d;
	color: #fff;
	line-height: 1.1;
	padding: 0.1em 0.1em 0.25em;
	text-indent: 0;
	text-align: center;
	flex-shrink: 0;
}
.program_list dd {
	text-indent: -0.3em;
}
.program_list dd .prg_name {
	min-width: 6em;
	flex-shrink: 0;
	text-indent: 0;
}
.program_list dd .prg_belong {
	position: relative;
}
.program_list dd .prg_belong::before {
	content: "(";
}
.program_list dd .prg_belong::after {
	content: ")";
}
/**/
.prg_time {
	text-align: right;
}
.prg_time {
	padding-top: 5px;
	text-align: right;
	color: #555;
	display: flex;
	column-gap: 1em;
	justify-content: flex-end;
}
.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 h2.prg, section h3.prg, section h4.prg {
	display: flex;
	align-items: baseline;
}
section h2 + .prg_time {
	margin-top: -12px;
}
section h3 + .prg_time {
	margin-top: -20px;
}
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;
}
.prg_time + h4.prg {
	margin-top: 0.5em;
}


/* 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 h2.prg {
	margin-top: 3em;
}
section h2.prg:first-of-type {
	margin-top: 2em;
}
section h3+.prg_time {
	margin-top: -0.6em;
}

section h4.prg {
	font-size: 1.16em;
}

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;
}

.program_list .dt_long {
    float: none;
    width: 100%;
    justify-content: flex-start;
}
.program_list .dd_long {
    padding-left: 3.25em;
    width: 100%;
}
.prg_time + dl.program_list {
	margin-top: 1.5em;
}
.prg_btn {
	display: flex;
	justify-content: flex-end;
	column-gap: 0.8em;
}
/*  Abstracts_s
----------------------------------------------------*/
/*  Abstracts
----------------------------------------------------*/
/*  Seminar
----------------------------------------------------*/
/*  Workshop
----------------------------------------------------*/
/*  Coi
----------------------------------------------------*/
/*  Registration
----------------------------------------------------*/
/*  Accommodation
----------------------------------------------------*/
/*  Venue
----------------------------------------------------*/
.ven_img {
	background-color: #fff;
	margin-top: 30px;
	 padding: 1em 0 0.5em;
	text-align: center;
	border-radius: 4px;
}
.ven_img img {
	width:75%;
}
@media(max-width:480px){
	.ven_img img {
	width:90%;
}
}
/*  Symposium
----------------------------------------------------*/
/*  Sponsorship
----------------------------------------------------*/
.spo_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.spo_flow > li {
    border: 1px solid #859317;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 2em;
    position: relative;
}
.spo_flow > li h3 {
    height: auto;
    background: #859317;
    color: #fff;
    display: flex;
    align-items:flex-start;
    justify-content: center;
    flex-direction: column;
    font-size: 1.06em;
	font-weight: 500;
    margin: 0;
    padding: 0.7em 0.5em;
    border-bottom: none;
    text-align: center;
}
.spo_flow > li p {
    padding: 0.7em 1em;
}
.spo_flow > li:after {
    content: "";
    background: #1e294c;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    margin: 0;
    width: 2em;
    height: calc(tan(60deg) * 1em / 2);
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: -1.5em;
    right: auto;
    left: 50%;
    transform: rotate(180deg) translate(50%, -0%);
}
.spo_flow > li:last-child::after {
	display: none;
}
/*   Nursery
----------------------------------------------------*/

/*  Banner
----------------------------------------------------*/
ul.side_bnr {
	margin-top: 1em;
}
ul.side_bnr li {
	background: #fff;
	width:250px;
	margin: 0 auto 12px;
}
ul.side_bnr li a:hover {
	opacity: 0.7;
}
@media(max-width:999px){
	ul.side_bnr {
		display: none;
}
}
ul.under_bnr {
	display: flex;
	flex-wrap: wrap;
	width:94%;
	margin: 3% auto 5%;
	column-gap: 1em;
	row-gap:1em;
}
ul.under_bnr li {
	width:calc((100% - 2em) / 3);
	text-align: center;
	background: #fff;
	margin: auto 0;
}
ul.under_bnr li a img{
	width:100%;
	vertical-align: middle;
}
@media(min-width:1000px){
	ul.under_bnr {
		display: none;
	}
}
/*----------------------------------------------------
	English page
----------------------------------------------------*/
body.en header h1 {
    top: 0.2em;
}
@media(min-width:1000px){
	body.en header h1 img {
		max-width:620px;
	}
	body.en.index header h1 img {
		max-width:680px;
	}
}
@media(max-width:999px){
	body.en header h1 {
    top: -0.06em;
}
}
@media (max-width: 999px) {
body.en.index header.menu-open h1 img {
}
	}
@media (max-width: 768px) {
body.en header.menu-open h1 img {
	width:85%;
}
	}
@media(max-width:999px){
	body.en .index_title {
		padding-top: 0.5em;
	}
}
@media (max-width: 768px) {
	body.en .index_title {
		top:-0.3em;
	}
	body.en.index .index_title {
		top:-0.2em;
	}
    body.en.index .index_title img {
		padding-top: 0em;
    }
	body.en .index_title img{
		width:85%;
	}
	body.en.index .index_title img{
		width:100%;
	}
}
@media (max-width: 480px) {
	body.en .index_title {
		top:0.3em;
	}
	body.en .index_title img{
		width:80%;
	}
    body.en.index .index_title img {
		padding-top: 0;
    }
}
body.en .index_theme img {
    position: absolute;
    top: 45%;
    left: 0%;
	transform: translateX(0);
    width: 100%;
    max-width: 650px;
}
@media(max-width:999px){
	body.en .index_theme img {
    width: 100%;
	max-width: 750px;
}
}
@media(max-width:768px){
	body.en .index_theme img {
    width: 90%;
	max-width: 650px;
}
}
body.en .index_text img {
	bottom: -3.5%;
	max-width:490px;
}
body.en .info h2 img {
	padding-top: 0.5em;
}
body.en footer ul.foot_inner li.scr01 {
	width:100%;
}
@media (max-width: 999px) {
    body.en footer ul.foot_inner h3 {
        width: 40%;
    }
	body.en .index_text img {
	bottom: -1%;
}
}
@media (max-width: 480px) {
    body.en footer ul.foot_inner h3 {
        width: 35%;
    }
}
body.en .copyright {
	padding: 0.8em 0.5em;
}
/*----------------------------------------------------
	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%;
}

/* 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.7em 0 0.8em 1.2em;
    position: relative;
    border-bottom: 1px solid #ccc;
}
ul.list_link li:before {
	display: block;
	position: absolute;
    content: "\025b6";
	width:1em;
	height: 1em;
	top:12px;
	font-size: 0.85em;
	margin-left: -1.2em;
    color: #c92d00;
}

/* 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;
	margin-top: 20px;
}
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: #F1EDDB;
    min-width: 40%;
    height: 56px;
    color: #1e294c;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 700;
    text-decoration: none;
    border: 2px solid #1e294c;
    border-radius: 4px;
    box-shadow: 0 2px 5px #CCC;
	transition: 0.3s;
}
ul.list_button > li a:hover {
    background: #fff;
    border-radius: 4px;
    color: #19375b;
}
ul.list_button > li.notLink {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bcbcbc;
	font-weight: 700;
    height: 56px;
    color: #fff;
	font-family: 'Noto Serif JP', sans-serif;
    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%;
}
@media(max-width: 768px) {
    ul.list_button.btn_col02_center > li,
    ul.list_button.btn_col03 > li {
        width: 48%;
    }
}
@media(max-width: 480px) {
    ul.list_button.btn_col01 > li {
    width: 60%;
}
}
/* 2 Column After */
ul.list_button.btn_col02:after{
    content: "";
    display: block;
    width: 50%;
    height: 0;
}
/* 3 Column After */
ul.list_button.btn_col03:after{
    content: "";
    display :block;
    width: 66.67%;
    height: 0;
}
@media(max-width: 768px) {
    ul.list_button.btn_col03:after{
        width: 50%;
    }
}

/*  List - Banner
----------------------------------------------------*/
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%;
}
@media(max-width: 480px) {
    ul.list_banner.btn_col04 > li {
        width: 30%;
    }
}

/*  Table
----------------------------------------------------*/
table.table_normal {
    width: 100%;
    border: solid 1px #C3C3C3;
}
table.table_normal th {
	padding: 10px;
    background: #F1EDDB;
    border-left: solid 1px #C3C3C3;
    border-bottom: solid 1px #C3C3C3;
    font-weight: 700;
}
table.table_normal td {
	padding: 10px;
    /*background: #fff;*/
    border-left: solid 1px #C3C3C3;
    border-bottom: solid 1px #C3C3C3;
}
/* Vertical Setting */
table th.vtl_center,
table td.vtl_center {
    vertical-align: middle;
}

/* Scroll */
@media (max-width: 768px){
    .table_scroll {
	    overflow-x: scroll;
    }
	.table_scroll::-webkit-scrollbar {
	    height: 10px;
    }
    .table_scroll::-webkit-scrollbar-track {
	    margin: 0 2px;
	    background: #ccc;
	    border-radius: 5px;
    }
    .table_scroll::-webkit-scrollbar-thumb {
	    border-radius: 5px;
	    background: #666;
    }
    .table_scroll:after {
	    content: "*If the window size is narrow, this table is displayed with side scrolling.";
	    position: relative;
	    font-size: calc(768px * .015625);
    }
    .table_scroll .table_normal {
    	min-width: 700px;
    }
}

/* Stack */
table.table_stack_sp {
    width: 100%;
}
table.table_stack_sp th {
	padding: 2em 1.5em;
	font-size:1.06em;
    font-weight: 700;
	font-family: 'Noto Serif JP', sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: solid 1px #ccc;
}
table.table_stack_sp td {
	padding: 2em 1.5em;
    vertical-align: middle;
    border-bottom: solid 1px #ccc;
}
@media(max-width: 480px) {
    table.table_stack_sp th{
        width: auto;
        background: #fff;
        text-align: left;
    }
    table.table_stack_sp th,
    table.table_stack_sp td {
        border-bottom: none;
        border: 1px solid #ccc;
    }
    table.table_stack_sp th,
    table.table_stack_sp td {
        display: list-item;
        list-style: none;
        width: 100%;
        padding: 5px;
        border-width: 1px 0 0;
    }
}

/*  Table
----------------------------------------------------*/
table.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_red span {
	color: black;
}
.tx_red {
	color: #e0363c;
}
.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: 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;
}
@media(max-width: 768px) {
    .tx_13,
    .tx_13B {
        font-size: 1.2rem;
    }
    .tx_14,
    .tx_14B {
        font-size: 1.3rem;
    }
    .tx_15,
    .tx_15B {
        font-size: 1.4rem;
    }
    .tx_16,
    .tx_16B {
        font-size: 1.5rem;
    }
    .tx_17,
    .tx_17B {
        font-size: 1.6rem;
    }
    .tx_18,
    .tx_18B {
        font-size: 1.7rem;
    }
    .tx_20,
    .tx_20B {
        font-size: 1.8rem;
    }
    .tx_22,
    .tx_22B {
        font-size: 2.0rem;
    }
}
.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_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;
}

/*  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
----------------------------------------------------*/
@media(max-width: 999px) {
    span.br999_under:before {
        content: "\A";
        white-space: pre;
    }
}
@media(max-width: 768px) {
    span.br768_under:before {
        content: "\A";
        white-space: pre;
    }
}
@media(max-width: 480px) {
    span.br480_under:before {
        content: "\A";
        white-space: pre;
    }
}
@media(min-width: 1000px) {
    span.br999:before {
        content: "\A";
        white-space: pre;
    }
}
/*  Margin
----------------------------------------------------*/
.mgt_10 {
	margin-top: 10px;
}
.mgt_20 {
	margin-top: 20px;
}
.mgt_30 {
	margin-top: 30px;
}
.mgt_40 {
	margin-top: 40px;
}
.mgt_50 {
	margin-top: 50px;
}
.mgb_10 {
	margin-bottom: 10px;
}
.mgb_20 {
	margin-bottom: 20px;
}
.mgb_30 {
	margin-bottom: 30px;
}
.mgb_40 {
	margin-bottom: 40px;
}
.mgb_50 {
	margin-bottom: 50px;
}
.mgl_10 {
	margin-left: 10px;
}
.mgl_01 {
	margin-left: 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;
}

/*  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: 1px solid #f5ecc6;
	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: 2px solid #f5ecc6;
	border-top: 2px solid #f5ecc6;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#page_top a {
	background-color: #1e294c;
	font-weight: 700;
	color: #f5ecc6;
	text-decoration: none;
}
#page_top a:hover {
	background-color: #f5ecc6;
	border: 1px solid #1e294c;
}
#page_top a:hover:before {
	border-left: 2px solid #1e294c;
	border-top: 2px solid #1e294c;
}
@media(max-width: 480px) {
    #page_top {
        right: 20px;
    }
    #page_top a:before {
        top: 18px;
        left: 33%;
    }
    #page_top a {
        width: 50px;
        height: 50px;
    }
}

/*  Float
----------------------------------------------------*/
.fL {
	float: left;
    margin: 0 1em 10px 0;
}
.fR {
	float: right;
    margin: 0 0 10px 1em;
}

/*  Attention
----------------------------------------------------*/
.box_attention {
	max-width: 100%;
    padding: 1em;
	line-height: 1.6;
    border: 3px 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;
    }
}