@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-position: center top;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0;
    background-image: 
    url(../img/common/bg_body.webp),    /* 上にかぶせる背景 */
    url(../img/common/bg_body2.jpg);   /* 全体に敷く背景 */
    background-repeat: no-repeat, repeat;

    background-position: 
        top center, /* 両方とも上中央に配置 */
        top center;

    /* background-size:
        auto,
        auto;       */
    background-size: 2000px auto, auto;
}
@media(max-width: 768px) {
    body {
        background-image: url(../img/common/bg_body2.jpg);
        background-repeat: repeat;
        background-position: top center;
        background-size: auto;
        font-size: 1.4rem;
    }
}
a {
	color: #2A6872;
}
a:hover {
	color: #3B7E89;
	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: 240px;
    max-width: 240px;
    /* background: #000; */
    text-align: center;
	line-height: 0;
	z-index: 1;
    /* Scroll */
    overflow-y: auto;
    min-height: 1300px;
}
header img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
@media(max-width: 999px) {
    header {
        position: fixed;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        max-width: 100%;
        height: 65px;
        box-shadow: none;
        z-index: 2;
        min-height:  unset;
    }
    header h1 {
        display: flex;
        align-items: center;
        height: 65px;
        padding-right: 60px;
        /* border-bottom: 5px solid #000; */
        border-bottom: 5px solid #9FA471;
    }
    header h1 img {
        width: 100%;
        max-width: 372px;
        /* max-width: 552px; */
        transition: .3s;
        padding: 0 8px;
    }
    header h1 img[src*="_pc"] {
        display: none;
    }
}

/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
.contents {
    flex: 1;
    max-width: 100%;
	margin: 0 auto;
	padding: 0;
    line-height: 0;
	z-index: 0;
}
@media (max-width: 999px) {
    .contents {
        width: 100%;
		padding-top: 65px;
    }
}

/*----------------------------------------------------
	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: #444; */
        background: #9FA471;
        right : 0;
        top   : 0;
        width : 60px;
        height: 60px;
        line-height: 1.75;
        text-align: center;
        cursor: pointer;
        z-index : 1;
    }
    .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 */
h1.navh1 > a {
    /* display: inline-block;
    width: 100%;
    height: 100%; */
    display: flex;
}
.dropmenu {
    /* width: 194px; */
    /* height: 100vh; */
    top  : 0;
    left : 0;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.1;
    text-align: center;
    margin-top: 17px;
}
@media(max-width: 999px) {
    .dropmenu {
        position: fixed;
        display: none;
        background: linear-gradient(
            to right,
            #154F5E 0%,
            rgb(43, 105, 115) 40%,
            #2B6973 85%,
            #2B6973 100%
        );
        width: 100%;
        margin-top: 65px;
        color: #fff;
        z-index: 200;
        height: calc(100vh - 65px);
        overflow-y: auto;
    }
}
.dropmenu > li {
	position: relative;
	display: block;
    text-align: left;
    /* border-bottom: 1px solid #666; */
    transition: .3s all;
    background: rgba(255, 255, 255, 0.8);
    margin-top: 4px;
    /* max-height: 50px; */
}
.dropmenu > li:first-child {
  margin-top: 0;
  max-height: unset;
}
.dropmenu > li.two-line {
	    line-height: 23px;
}
.dropmenu > li:not(.two-line) {
  max-height: 50px;
}
@media(max-width: 999px) {
    .dropmenu > li:first-child {
        margin-top: 1em;
    }
}
.dropmenu > li > ul li {
    border-top: 1px solid #666;
}
.dropmenu > li a {
    display: block;
    /* padding: 16px 0 16px 1.1em; */
    padding: 15px 0 15px 1.1em;
    /* color: #fff; */
    color: #001A0C;
    text-decoration: none;
        border: 2px solid transparent;
    box-sizing: border-box;
}
.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: #ffffff;
    /* background: linear-gradient(to right,
    #154F5E 0%,
    rgba(43, 105, 115, 0.8) 40%,
    #2B6973 85%,
    #2B6973 100%); */
    background: linear-gradient(to right,
        #154F5E 0%,
        #2B6973 40%,
        #2B6973 70%,
        #2B6973 85%,
        #2B6973 100%
    );
    border: 2px solid #918F4D;
    box-sizing: border-box;
}
@media(max-width: 999px) {
    .dropmenu > li {
            margin: 0.5em 1em;
    }
    .dropmenu > li.on a {
    color: #fff;
    }
}
.dropmenu > li a::before {
  content: "";
  opacity: 0;
  transform: translate(50%, -50%) scale(0.8);
}
.dropmenu > li.on a::before, 
.dropmenu > li a:hover::before {
    content: "";
    background-image: url(../img/common/icon1.svg);
    background-repeat: no-repeat;
    /* width: 1.3em; */
    width: 1.4em;
    /* height: 1.3em; */
    height: 1.4em;
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    right: 3rem;
    z-index: 999;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    transform: translate(50%, -50%) scale(1.2);
}
.dropmenu > li.off a,
.dropmenu > li.off a:hover {
    cursor: default;
    pointer-events: none;
    color: #aeaeae;
}

/* decoration */
@media(min-width: 1000px) {
    .dropmenu > li.on,
    .dropmenu > li:hover  {
        /* border-bottom: 1px solid #d8c789; */
    }
    .dropmenu > li.off:hover  {
        /* border-bottom: 1px solid #666; */
    }
}

/* 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);
}
/* ul.dropmenu_banner.pc {
    margin-top: 24px;
    margin-bottom: 24px;
} */
ul.dropmenu_banner > li > a:hover {
    opacity: 0.6;
}

/* 動画モーダルウィンドウ */
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  /* display: none; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.modal-content {
    width: 80%;
}
@media(max-width: 999px) {
    .modal-content {
        width: 100%;
    }
}
.modal-video .modal-content video {
  max-width: 80%;
  max-height: 80%;
  width: 100%;
  height: auto;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
@media(max-width: 999px) {
    .modal-video .modal-content video {
        max-width: 90%;
    }
}
#modalVideoTag {
    width: 800px;   /* PCの固定幅 */
    height: 450px;  /* PCの固定高さ */
}

/* SP用 */
@media (max-width:999px) {
    #modalVideoTag {
        width: unset;
        height: unset;
        width: 95vw;  /* 画面幅の80% */
        height: calc(95vw * 9 / 16); /* アスペクト比16:9を維持 */
    }
}
/* fadeIn/fadeOut でも opacity をアニメーション可能 */
.modal-video.fade {
  opacity: 0;
}
.modal-video.fade.show {
  opacity: 1;
}

/* 演題期間SP */
.dropmenu_banner > .cursoldefault > img {
    cursor: default;
}
@media(max-width: 999px) {
    .endaikikan_sp_wrapper {
        padding: 0;
        width: 94%;
        margin: 0 auto 30px;
        display: flex;
        /* justify-content: center; */
        align-items: center;
    }
    .endaikikan_sp_wrapper > .dropmenu_banner {
        /* display: flex;
        justify-content: center; */
    }
    .endaikikan_sp_wrapper > .dropmenu_banner > li {
        width: 70%;
    }
    .endaikikan_sp_wrapper > .dropmenu_banner > li > img {
        width: 100%;
    }
}
@media(max-width: 768px) {
    .endaikikan_sp_wrapper > .dropmenu_banner > li {
        width: 60%;
    }
}
@media(max-width: 480px) {
    .endaikikan_sp_wrapper {
        /* justify-content: center; */
    }
    .endaikikan_sp_wrapper > .dropmenu_banner {
        display: flex;
        /* justify-content: center; */
    }
}

/* Bannermenu */
.bannermenu {
	margin-top: 1em;
}
@media(max-width:999px) {
	.bannermenu {
		display: none;
	}
}
.bannermenu ul li {
	margin-bottom: 0.3em;
}
.bannermenu ul li a img {
	vertical-align: middle;
}
.bannermenu ul li a img:hover {
	opacity: 0.9;
}
.bannermenu_under {
	width: 94%;
	margin: 0 auto 4%;
}
.bannermenu_under ul {
	display: flex;
	column-gap: 1em;
	row-gap: 1em;
	flex-wrap: wrap;
	align-items: center;
}
.bannermenu_under ul li a img {
	vertical-align: middle;
}
.bannermenu_under ul li a img:hover {
	opacity: 0.85;
}
.bannermenu_under ul li {
	width: calc((100% - 1em) / 2);
}
@media(max-width:999px) {
	.bannermenu_under ul li {
		width: calc((100% - 2em) / 3);
	}
}
@media(max-width:480px) {
	.bannermenu_under ul li {
		width: calc((100% - 1em) / 2);
	}
}
.bannermenu_under ul li img {
	width: 100%;
}
@media(min-width:1000px) {
	.bannermenu_under {
		display: none;
	}
}

/*----------------------------------------------------
	6.0 - Main
----------------------------------------------------*/
#main {
	width: 100%;
	text-align: center;
    border-top: 20px solid #444;
    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: 2000px 985px;
	background-position: center top;
	width: 100%;
    height: auto;
    padding: 25px 0;
    text-align: center;
}
@media(max-width: 768px) {
    .main_bg {
        background-image: url(../img/common/bg_main_sp.jpg);
        background-size: 100%;
        height: auto;
        border: none;
    }
}
article {
    background: #fff;
    width: 95%;
    /* height: 95%; */
    max-width: 850px;
    min-height: 800px;
	margin: 0 0 20px 0;
	/* padding: 3em 0 0 0; */
	line-height: 1.75;
	/* border-radius: 4px; */
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
    margin: 0 auto;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    border: 2px solid #918F4D;
    box-sizing: border-box;
    padding-bottom: 2em;
}
@media(max-width: 999px) {
    article {
        height: unset;
    }
}
article h1 {
    position: relative;
    display: inline-block;
    background-image: url(../img/common/img_h1bg.jpg);
    background-position: center right;
    background-size: 1000px 150px;
    width: 100%;
    height: 150px;
    margin-bottom: 0.5em;
    padding: 1.1em 0.8em;
    color: #918f4d;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    font-size: 3em;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
  }
@media(max-width: 480px) {
    article h1 {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.2;
    }
}
section {
    padding: 4em 2.6em;
    text-align: left;
}
@media(max-width: 480px) {
    section {
        padding: 3em 1.4em;
    }
}
section:first-child {
    padding-top: 0;
}
section h2 {
	position: relative;
	/* background: #000; */
    background: linear-gradient(to right, #154F5E 0%, rgba(43, 105, 115, 0.8) 40%, #2B6973 85%, #2B6973 100%);
	margin: 2em auto 0.5em;
	padding: 0.5em;
	font-size: 1.6em;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
    border: 2px solid #918F4D;
    box-sizing: border-box;
}
section h2:first-of-type {
	margin-top: 0;
}
section h2 + h3 {
	margin-top: 0;
}
section h3 {
	position: relative;
	margin: 1em auto 0.6em;
	padding-bottom: 0.2em;
	font-size: 1.45em;
	font-weight: 700;
	line-height: 1.15;
    border-bottom: 3px solid #2B6973;
    color: #2B6973;
}
section h4 {
	background: #e3e6e5;
	margin: 1.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;
}

/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
    position: relative;
	background-color:#fff;
    margin: 0 auto;
	text-align: center;
    border-top: 5px solid #918F4D;
    background: linear-gradient(
  to right,  /* ← 左から右へ */
  rgba(21, 79, 94, 1) 0%,
  rgba(42, 104, 114, 0.84) 65%,
  rgba(42, 104, 114, 0.8) 100%
);
}
footer .foot_secretariat {
    display: block;
    width: 100%;
	margin: 0 auto;
    padding: 3.5em 0;
	text-align: center;
    font-size: 0.93em;
    line-height: 1.5;
    max-width: 1000px;
}
footer ul.foot_inner {
	width: auto;
	display: flex;
    justify-content: center;
	margin: 0 auto;
	text-align: left;
    gap: 30px;
    padding: 0 10px;
}
@media(max-width: 999px) {
    footer ul.foot_inner {
        padding: unset;
}
    footer ul.foot_inner li.scr02 {
	    padding-left: unset;
    }
}
footer ul.foot_inner li.scr02 {
	padding-left: 2.7em;
}
@media(max-width: 999px) {
    footer ul.foot_inner li.scr02 {
	    padding-left: unset;
    }
}
@media(max-width: 480px) {
    footer ul.foot_inner {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 94%;
    }
}
footer ul.foot_inner li {
    width: 50%;
    /* margin: 0 auto; */
}
@media(max-width: 768px) {
    footer ul.foot_inner li {
        width: 48%;
    }
}
@media(max-width: 480px) {
    footer ul.foot_inner li {
        width: 90%;
    }
    footer ul.foot_inner li:first-child {
        margin-bottom: 4%;
    }
}
footer ul.foot_inner h3 {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0.25em;
	color: #fff;
    font-size: 1em;
    text-align: center;
    border: 1px solid #fff;
    padding: 0.15em 0.65em;
    letter-spacing: 0.05em;
    font-size: 1.25em;
}
footer ul.foot_inner dl {
    /* width: 92%; */
    width: 100%;
    color: #ffffff;
}
footer ul.foot_inner dt {
    font-size: 1em;
    line-height: 1.2;
}
footer ul.foot_inner dd {
    margin: 0 auto;
}
footer .copyright {
    background-color: #9FA471;
	width: 100%;
	color: #fff;
	line-height: 50px;
	text-align: center;
    font-size: 12px;
}
@media(max-width: 768px) {
    footer .copyright {
        line-height: unset;
        padding: 0.5em 0.5em;
    }
}
footer ul.foot_inner > li.scr01 {
    width: 34%;
}
@media(max-width: 480px) {
    footer ul.foot_inner > li.scr01 {
    width: 90%;
    }
}
footer a {
    color: #ffffff;
}
footer a:hover {
	color: #ffffff;
}
footer a.tel {
	color: inherit;
	text-decoration: none;
}

/*----------------------------------------------------
	8.0 - Single Page
----------------------------------------------------*/
/*  Index
----------------------------------------------------*/
#main_index {
    width: 100%;
    height: 100%;
	text-align: center;
    z-index: 0;
}
@media(max-width: 999px) {
    #main_index {
        border: none;
    }
}
.main_index_bg {
	background-repeat: no-repeat;
	background-size: 2000px 985px;
	background-position: center top;
	width: 100%;
    height: 100%;
	text-align: center;
}
@media(max-width: 768px) {
    .main_index_bg {
        background-size: 100%;
        height: auto;
        border: none;
    }
}
.theme {
	width: 100%;
	top: 0;
	margin: 0 auto;
}
.theme > img {
    width: 100%;
}
@media(max-width: 999px) {
    .theme {
        /* padding-left: 2%; */
    }
    .theme img {
        width: 100%;
        /* max-width: 650px; */
    }
}
.video_wrapper {
    position: relative;
    /* margin: 24px 0; */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.video_wrapper > video {
    /* margin-top: 3em; */
    width: 100%;
    cursor: pointer;
}
.video_wrapper > .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 完全中央 */
  width: 5em;
  height: 5em;
  border-radius: 50%;          /* 円形 */
  background: radial-gradient(circle at 30% 30%, #ff7f50, #ff4500); /* グラデーションに変更 */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.video_wrapper > .video-play-button::before {
    content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 1.5em solid white; /* 三角形 */
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  transform: translateX(0.2em); /* 中央寄せ */
}

@media(max-width: 999px)  {
    .video_wrapper {
        padding: 0;
        width: 94%;
        margin: 0 auto 30px;
        max-width: unset;
    }
}
.info {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 3%;
    text-align: center;
    padding: 3em 0 40px 30px;
    text-align: center;
    background-color: transparent;
}
@media(max-width: 999px) {
    .info {
            padding: 30px 0 30px 0;
    }
}
.info_h2wrap {
  position: relative;
  height: 74px;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
    .info_h2wrap {
        position: relative;
        height: 74px;
        margin-bottom: 0.25em;
    }
}
.info h2 {
    color: #ffffff;
    width: 760px;
    margin: 0 auto;
    margin-top: 90px;
    position: relative;
    font-size: 2.2em;
    font-weight: 500;
    line-height: 1.6em;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-left: 1em;
    border-left: 7px solid #9FA371;
    /* background-image: url(../img/contents/index/img_index_info.png); */
    background:
    linear-gradient(
      to right,
      rgba(21, 79, 94, 1) 0%,
      rgba(43, 105, 115, 0.8) 40%,
      rgba(43, 105, 115, 0.6) 70%,
      rgba(43, 105, 115, 0.3) 85%,
      rgba(43, 105, 115, 0) 100%
    ),
    url("../img/contents/index/img_index_info.png") center/cover no-repeat;
    background-position: center;
    background-size: 731px 74px;
    font-weight: 400;
    letter-spacing: -0.015em;
}
.info h2 > span {
        padding-bottom: 2px;
}
.info h2 > span.info_h2txt_ja {
    font-weight: 400;
}
.info h2 > span.info_h2txt_en {
    font-size: 14px;
    padding-top: 20px;
    margin-left: 1.3em;
}
@media(max-width: 999px) {
    .info h2 {
        width: 94%;
        background-size: cover;
        font-size: 2em;
    }
    .info h2 img {
        width: 90%;
        max-width: 300px;
    }
    .info h2 > span.info_h2txt_en {
        padding-top: 16px;
        margin-left: 0.75em;
}
}
.info dl {
	background: #fff;
	/* width: 710px; */
    width: 100%;
	margin: 0 auto;
	/* padding: 0 25px; */
	line-height: 1.6;
	text-align: left;
	overflow-y: auto;
    border: 1.7px solid #918F4D;
    font-size: 16px;
    min-height: 180px;
    max-height: 370px;
}
.info dl a {
    color: #918F4D;
    font-weight: bold;
}
.info dt,
.info dd {
	padding-top: 16px;
    padding-top: 26px;
    padding-bottom: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.info dt {
	float: left;
	position: relative;
    display: inline-block;
    font-weight: bold;
    padding-left: 1.0em;
    padding: 0 0.3em;
    margin-top: 1.8em;
    color: #fff;
    background-color: #b03c48;
    letter-spacing: 1.1px;
    line-height: 1.5;
    margin-top: 1.55em;
    margin-left: 2.5em;
}
/* .info dt:before {
	content: "\025b6";
	overflow: hidden;
	position: absolute;
	top: 18px;
	left: 0;
    color: #b39400;
	font-size: 0.8em;
} */
.info dt.none:before {
	content: none;
}
.info dd {
	position: relative;
	margin: 0;
	padding-left: 11.5em;
	border-bottom: 1px solid rgb(223, 218, 208);
}
@media(max-width: 999px) {
    .info dl {
        width: 94%;
        font-size: 1em;
    }
    .info dt,
    .info dd {
        padding-top: 0;
        padding-bottom: 0;
    }
    .info dt {
        float: none;
        margin-top: 1.2em;
        margin-left: 1.5em;
        /* margin-left: unset; */
    }
    .info dt:before {
        top: 2px;
    }
    .info dd {
        padding-left: 0;
        padding-bottom: 0.5em;
        margin-top: 0.25em;
        padding-left: 1.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;
    gap: 1em;
}
.grt_data {
    text-align: right;
}
@media(max-width: 480px) {
    .grt_info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .grt_data {
    text-align: center;
    }
}
.grt_image > img {
    max-width: 150px;
}


/*  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: #000;
    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 dt:after {
    content: "：";
}
.program_list dd {
	display: block;
	padding-left: 9em;
	text-indent: -6em;
}
.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
----------------------------------------------------*/


/*  Sponsorship
----------------------------------------------------*/
.spn_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spn_flow > li {
	border: 1px solid #B39060;
	width: 30%;
	flex-basis: 30%;
	position: relative;
}
@media (max-width: 768px) {
	.spn_flow > li {
		border: 1px solid #B39060;
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 3em;
	}
}
.spn_flow > li:after {
	content: "";
	background: #2B6973;
	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: 55%;
	right: -13%;
	transform: rotate(90deg) translate(-50%, -50%);
}
@media (max-width: 768px) {
	.spn_flow > li:after {
		content: "";
        background: #2B6973;
		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: -2em;
		right: auto;
		left: 50%;
		transform: rotate(180deg) translate(50%, -0%);
	}
}
@media (max-width: 768px) {
	.spn_flow > li:last-of-type {
		margin-bottom: 0;
	}
}
.spn_flow > li:last-of-type:after {
	display: none;
}
.spn_flow > li h3 {
	height: 4.75em;
	background: #918F4D;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 0.75em;
	padding-left: 1.75em;
	text-indent: -1em;
	border-bottom: none;
}
@media (max-width: 768px) {
	.spn_flow > li h3 {
		height: auto;
		padding: 1em 1em 1em 2em;
	}
}
.spn_flow > li p {
	/* padding: 0.75em 1em; */
    /* font-size: 0.92em; */
    padding: 0.75em 0.75em;
    font-size: 0.95em;
    line-height: 1.5;
}
.spn_faq {}
.spn_faq > li {
	margin-bottom: 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #ddd;
}
.spn_faq dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 0.25em;
}
.spn_faq dt {
	color: #052768;
	width: 2em;
	flex-basis: 2em;
	font-weight: 700;
	text-align: right;
}
.spn_faq dt:nth-of-type(1) {
	color: #918F4D;
}
.spn_faq dd {
	width: calc(100% - 2.25em);
	flex-basis: calc(100% - 2.25em);
}
.spn_faq dd:nth-of-type(1) {
	color: #918F4D;
	font-weight: 700;
}
.inner_link {
    z-index: -1;
    height: 0px;
    position: absolute;
    transform: translateY(-2em);
}
@media (max-width: 999px) {
    .inner_link {
        transform: translateY(-4em);
    }
}

/*----------------------------------------------------
	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 0 0.5em 1.0em; */
    padding: 0.5em 0 0.5em 1.2em;
    position: relative;
    border-bottom: 1px solid #ddd;
}
ul.list_link li:before {
	display: block;
	position: absolute;
    content: "\025b6";
	width: 1em;
	height: 1em;
    margin-left: -1.2em;
    color: #9FA471;
}

/* 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;
}
ul.list_button li {
	margin: 0 auto 0.75em;
}
ul.list_button > li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    /* background-color: #f4efe2; */
    min-width: 40%;
    height: 56px;
    color: #2B6973;
    text-decoration: none;
    border: 2px solid #2B6973;
    border-radius: 4px;
    box-shadow: 0 2px 5px #CCC;
	transition: 0.3s;
    font-weight: bold;
}
ul.list_button > li a:hover {
    background: linear-gradient(to right, #154F5E 0%, rgba(43, 105, 115, 0.8) 40%, #2B6973 85%, #2B6973 100%);
    border-radius: 4px;
    color: #ffffff;
}
ul.list_button > li.notLink {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bcbcbc;
    height: 56px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px #CCC;
	transition: 0.3s;
}
ul.list_button.btn_col01 > li {
    /* width: 48%; */
    width: 96%;
    max-width: 320px;
}
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%;
    }
}
/* 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 #ddd;
}
table.table_normal th {
	padding: 10px;
    background: #2B6973;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-weight: 700;
    color: #ffffff;
}
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;
}

/* 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; */
    padding: 1.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; */
    padding: 2em 1em 2em 2em;
    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_red_bold {
    color: #e0363c;
    font-weight: bold;
}
.tx_blue {
	color: #19375b;
}
.tx_blue2 {
	color: #1E6FA8;
    font-weight: 600;
}
.tx_black {
	color: #222;
}
.tx_white {
	color: #fff;
}
.tx_green {
	color: #19375b;
}
.tx_green2 {
	color: #2B6973;
    font-weight: 600;
}
.tx_09 {
	font-size: 0.9em;
}
.tx_095 {
	font-size: 0.95em;
}
.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_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;
    }
}

/*  Margin
----------------------------------------------------*/
.mgt_10 {
	margin-top: 10px;
}
.mgt_16 {
	margin-top: 16px;
}
.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: 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: #9FA471;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#page_top a:hover {
	background-color: #333;
}
@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: 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;
    }
}

/*  display:none
----------------------------------------------------*/
@media(max-width: 999px) {
    .pc {
        display: none !important;
    }
}
@media(min-width: 768px) {
    .sp768 {
        display: none !important;
    }
}
@media(min-width: 1000px) {
    .sp {
        display: none !important;
    }
}