@CHARSET "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* フォント設定 */
@font-face {
  	font-family: 'KakuGo0';
  	src: url(../fonts/hiragino-kakugo-w0.ttc);
}
@font-face {
  	font-family: 'KakuGo1';
  	src: url(../fonts/hiragino-kakugo-w1.ttc);
}
@font-face {
  	font-family: 'KakuGo2';
  	src: url(../fonts/hiragino-kakugo-w2.ttc);
}
@font-face {
  	font-family: 'KakuGo3';
  	src: url(../fonts/hiragino-kakugo-w3.ttc);
}
@font-face {
  	font-family: 'KakuGo4';
  	src: url(../fonts/hiragino-kakugo-w4.ttc);
}
@font-face {
  	font-family: 'KakuGo5';
  	src: url(../fonts/hiragino-kakugo-w5.ttc);
}
@font-face {
  	font-family: 'KakuGo6';
  	src: url(../fonts/hiragino-kakugo-w6.ttc);
}
@font-face {
  	font-family: 'KakuGo7';
  	src: url(../fonts/hiragino-kakugo-w7.ttc);
}
@font-face {
  	font-family: 'Kozmin';
  	src: url(../fonts/KozMinPro-Bold.otf);
}
@font-face {
  	font-family: 'KozGoR';
  	src: url(../fonts/KozGoPr6N-Regular.otf);
}
@font-face {
  	font-family: 'KozGoM';
  	src: url(../fonts/KozGoPr6N-Medium.otf);
}
@font-face {
  	font-family: 'KozGoB';
  	src: url(../fonts/KozGoPr6N-Bold.otf);
}
@font-face {
  	font-family: 'Midashi';
  	src: url(../fonts/A-OTF-MidashiGoPro-MB31.otf);
}

/* 全体 */
html {
    overflow: auto;
}

body {
    font-family: 'KozGoR';
    overflow-x: hidden;
    width: 100%;
}
body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}

a {
    word-break: break-all;
}

b {
    font-family: KozGoB;
}

p.signing {
  	font-size: 16px;
  	text-align: right;
}

.wrap {
    position: relative;
    margin: auto;
}

.contents {
    padding: 0 50px;
    position: relative;
}

.indent {
    text-indent: -1em;
    margin-left: 1em;
}

.red {
    color: #E60012;
}

a.pdf-link {
	margin-left: 3px;
	color: #000;
}
a.pdf-link i {
	font-size: 150%;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
	color: #db535b;
}

/* ヘッダー関連 */
.header {
    background: #008E99;
    padding: 10px 50px;
    position: relative;
    width: 100%;
}
.header .main-header {
    position: relative;
}
.header .main-header > table {
    width: auto;
    table-layout: fixed;
}
.header .main-header > table th {
    width: 3.8vw;
}
.header .main-header > table th a {
    display: block;
    width: 100%;
}
.header .main-header > table td {
    font-family: KakuGo6;
    width: auto;
    padding-left: 10px;
}
.header .main-header > table th, .header .main-header > table td {
    vertical-align: middle;
}
.header .main-header > table td h1 {
    margin: 0;
    font-size: 2.2vw;
    line-height: 1.3;
    width: auto;
    font-family: 'KakuGo5';
}
.header .main-header > table td h1 a {
    color: #fff;
    text-decoration: none;
}
.header .main-header > table td h1 a span {
    font-size: 1.4vw;
    display: block;
}
.header .main-header > table td h1 a small {
    display: block;
    color: #fff;
    font-size: 1.6vw;
    margin-top: 3px;
}
body.sub .header .main-header > table th {
    width: 4vw;
}
body.sub .header .main-header > table td.info,
body.sub .header .main-header.en > .info {
    padding-left: 1.5vw;
}
body.sub .header .main-header > table td.info > table,
body.sub .header .main-header.en > .info > table {
    width: 100%;
    box-sizing: border-box;
}
body.sub .header .main-header > table td.info > table.date-master td,
body.sub .header .main-header.en > .info > table.date-master td {
    vertical-align: bottom;
}
body.sub .header .main-header > table td.info > table.date-master td.date,
body.sub .header .main-header.en > .info > table.date-master td.date {
    color: #fff;
    font-family: KakuGo6;
    font-size: 1.2vw;
    position: relative;
    padding: 0;
}
body.sub .header .main-header > table td.info > table.date-master td.date span.num,
body.sub .header .main-header.en > .info > table.date-master td.date span.num {
    font-size: 2.4vw;
    display: inline-block;
    padding: 0 3px;
}
body.sub .header .main-header > table td.info > table.date-master,
body.sub .header .main-header.en > .info > table.date-master {
    border-bottom: 2px solid #fff;
}
body.sub .header .main-header > table td.info > table.date-master td.date span.title,
body.sub .header .main-header.en > .info > table.date-master td.date span.title {
    position: absolute;
    font-family: KozGoR;
    font-size: 0.7vw;
    background: #fff;
    color: #024ea2;
    width: 4em;
    text-align: center;
    padding: 2px 0;
    top: -0.2vw;
    left: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}
body.sub .header .main-header > table td.info > table.date-master td.master,
body.sub .header .main-header.en > .info > table.date-master td.master {
    padding-left: 1.5vw;
    position: relative;
    padding-bottom: 2px;
}
body.sub .header .main-header > table td.info > table.date-master td.master > table,
body.sub .header .main-header.en > .info > table.date-master td.master > table {
    width: 100%;
}
body.sub .header .main-header > table td.info > table.date-master td.master > table td.name,
body.sub .header .main-header.en > .info > table.date-master td.master > table td.name {
    padding: 0;
    color: #fff;
    font-size: 1.3vw;
    vertical-align: middle;
    font-family: KozGoR;
}
body.sub .header .main-header > table td.info > table.date-master td.master span.title,
body.sub .header .main-header.en > .info > table.date-master td.master span.title {
    position: absolute;
    font-family: KozGoR;
    font-size: 0.7vw;
    background: #fff;
    color: #024ea2;
    width: 5em;
    text-align: center;
    padding: 2px 0;
    top: -0.2vw;
    left: 1.5vw;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}
body.sub .header .main-header > table td.info > table.date-master td.master > table td.belong,
body.sub .header .main-header.en > .info > table.date-master td.master > table td.belong {
    color: #fff;
    font-size: 0.5vw;
    font-family: KozGoR;
    vertical-align: middle;
    padding-bottom: 3px;
}
body.sub .header .main-header > table td.info > table.place,
body.sub .header .main-header.en > .info > table.place {
    width: 100%;
    box-sizing: border-box;
    margin-top: 0.6vw;
}
body.sub .header .main-header > table td.info > table.place td.place-title,
body.sub .header .main-header.en > .info > table.place td.place-title {
    font-family: KozGoR;
    font-size: 0.7vw;
    background: #fff;
    color: #024ea2;
    width: 4em;
    text-align: center;
    padding: 2px 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}
body.sub .header .main-header > table td.info > table.place td.place-name,
body.sub .header .main-header.en > .info > table.place td.place-name {
    color: #fff;
    font-size: 1vw;
    font-family: KozGoR;
}

body.sub .header .main-header.en > .info {
    padding-left: 0;
    margin-top: 1vw;
}
body.sub .header .main-header.en > .info > table.date-master td.date {
    width: 20.5vw;
}
body.sub .header .main-header.en > .info > table.date-master td.master {
    padding: 0;
    width: auto;
}
body.sub .header .main-header.en > .info > table.date-master td.master span.title {
    left: 0;
    width: 6em;
}
body.sub .header .main-header.en > .info > table.date-master td.date span.title {
    width: 5em;
}
body.sub .header .main-header.en > .info > table.date-master {
    width: auto;
}
body.sub .header .main-header.en > .info > table.date-master td.master > table td.belong {
    padding-left: 0.5vw;
}
body.sub .header .main-header.en > .info > table.date-master td {
    padding-bottom: 5px;
}
body.sub .header .main-header.en > .info > table.place td.place-title {
    padding: 0 10px;
}
body.sub .header .main-header.en > .info > table.place td.place-name {
    padding-left: 10px;
}

.header .to-language-wrap {
    position: absolute;
    bottom: 0;
    right: 50px;
    background: #8FC31F;
    width: 11vw;
}
.header .to-language-wrap:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.45vw 2.45vw;
    border-color: transparent transparent #8fc31f transparent;
    top: 0;
    left: -2.4vw;
}
.header .to-language-wrap a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.7vw;
    text-decoration: none;
}
.header .to-language-wrap:hover {
    background: #b5e057;
}
.header .to-language-wrap:hover:before {
    border-bottom-color: #b5e057;
}
.header .to-language-wrap-sp {
    position: absolute;
    top: 14px;
    right: 52px;
    width: 40px;
    height: 40px;
    background: #8FC31F;
    border: 1px solid #fff;
}
.header .to-language-wrap-sp:hover {
    background: #b5e057;
}
.header .to-language-wrap-sp a {
    text-decoration: none;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    letter-spacing: 5px;
    left: 50%;
    top: 50%;
    margin-top: -11px;
    margin-left: -11px;
}

.header .main-header.en > table th {
    width: 4vw;
}

body.sub .header .main-header.en > table td.info > table.date-master td.date {
    width: 19.4vw;
}

body.sub .header .main-header.en > table td.info > table.date-master td.master small {
    display: block;
    font-size: 0.7vw;
}

.header .main-header.en > table td h1 {
    font-size: 2vw;
}

.header .main-header.en > table td h1 a small {
    font-size: 1vw;
}

body.sub .header .main-header.en > table td.info > table.date-master td.master > table td.name {
    padding-top: 1.2vw;
}

/* グローバルメニュー関連 */
.global-menu-wrap {
    width: 21em;
}
ul.global-menu {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.subpage  ul.global-menu {
    margin: 0;
}
ul.global-menu > li {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 8px;
    border-bottom: 2px solid #007572;
    background-image: linear-gradient(180deg, rgba(0, 177, 169, 1) 50%, rgba(0, 142, 153, 1) 50%);
}
ul.global-menu > li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 13px 10px;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-family: 'Midashi';
    padding-left: 35px;
    font-size: 16px;
}
ul.global-menu > li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 10px solid #fff;
    top: 50%;
    left: 18px;
    margin-top: -6px;
}
ul.global-menu > li.active {
    background-image: linear-gradient(180deg, rgba(184, 210, 0, 1) 50%, rgba(143, 195, 31, 1) 50%);
    border-bottom-color: #45B035;
}
ul.global-menu > li.active a,
ul.global-menu > li.faq a {
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}
ul.global-menu > li.active a:after,
ul.global-menu > li.faq a:after {
    border-left-color: #fff;
}
ul.global-menu > li.faq {
    border-color: #ff8200;
    background: #ff8200;
}
ul.global-menu > li.faq a:hover {
    background: #ffa343;
}
ul.global-menu > li.disabled {
    border-color: #9FA0A0;
    background: #eee;
}
ul.global-menu > li.disabled a {
    color: #9FA0A0;
    cursor: default;
}
ul.global-menu > li.disabled a:after {
    border-left-color: #9FA0A0;
}
ul.global-menu > li.disabled a:hover {
    background: #fff;
}
ul.global-menu > li.double a {
    padding: 4px 10px;
    padding-left: 35px;
}
ul.global-menu > li.other-menu {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
    margin-top: 20px;
}
ul.global-menu > li.other-menu a {
    padding-left: 0;
    padding-right: 0;
}
ul.global-menu > li.other-menu a:after {
    content: none;
}
ul.global-menu > li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.2);
    display: none;
}
ul.global-menu > li a:hover:before {
    display: block;
}

ul.global-menu li.inner-wrap {
		padding: 0 10px;
		padding-bottom: 5px;
		transition: all 0.5s;
}
ul.global-menu li.inner-wrap.venue {
    background: #2EA7E0;
    border-color: #2EA7E0;
}
ul.global-menu li.inner-wrap > a {
    color: #fff;
    padding-left: 26px;
}
ul.global-menu li.inner-wrap > a:after {
    border-left-color: #fff;
    left: 8px;
}
ul.global-menu li.inner-wrap > a.toggle {
    padding: 0;
    height: 18px;
}
ul.global-menu li.inner-wrap > a.toggle:after {
    content: none;
}
ul.global-menu li.inner-wrap.venue > a.toggle {
    background: #004EA2;
}
ul.global-menu li.inner-wrap > a.toggle > span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
ul.global-menu li.inner-wrap > a.toggle > span:before,
ul.global-menu li.inner-wrap > a.toggle > span:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
}
ul.global-menu li.inner-wrap > a.toggle > span:before {
    border-top: 2px solid #fff;
    margin-left: -6px;
    margin-top: -1px;
}
ul.global-menu li.inner-wrap > a.toggle > span:after {
    border-left: 2px solid #fff;
    margin-top: -6px;
    margin-left: -1px;
}
ul.global-menu li.inner-wrap.open > a.toggle span {
		transform: rotate(45deg);
}
ul.global-menu li.inner-wrap.open ul.inner-menu {
    display: block;
}

ul.inner-menu {
    list-style: none;
    background: #fff;
    padding: 0;
		display: none;
}
ul.inner-menu li {
    margin: 0;
    border-top: none;
    border-bottom: none;
    border-top: 1px dotted #004ea2;
}
ul.inner-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
    font-size: 1.1vw;
}
ul.inner-menu li.active {
    background: #D3EDFB;
}
ul.inner-menu li.active a {
    color: #004EA2;
}
ul.inner-menu li.active a:after {
    border-left-color: #004EA2;
}
ul.inner-menu li a:after {
    margin-top: -7px;
    border-left-color: #004ea2;
}
ul.inner-menu li:first-child {
    border-top: none;
}
ul.inner-menu li:last-child {
    border-bottom: 1px solid #004ea2;
}
ul.inner-menu li a:hover {
    background: #D3EDFB;
}
ul.inner-menu li.active a:hover {
    background: #D3EDFB;
}
ul.global-menu li.inner-wrap > a:hover {
    background: #2da7e0;
}
ul.global-menu li.inner-wrap.venue > a.toggle:hover {
    background: #2c7acd;
}

ul.global-menu li.inner-wrap.web {
    background: #26B7BC;
    border-color: #26B7BC;
}
ul.global-menu li.inner-wrap.web > a.toggle {
    background: #009D85;
}
ul.global-menu li.inner-wrap.web > a.toggle:hover {
    background: #0ba58d;
}
ul.global-menu li.inner-wrap.web > a:hover {
    background: #26b7bc;
}
.web ul.inner-menu li a:hover {
    background: #D4ECEA;
}
.web ul.inner-menu li.active {
    background: #D4ECEA;
}

/* スマホメニュー関連 */
.overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    opacity: 0;
    transition: opacity .5s;
}
.overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
}
main {
    height: 100%;
    min-height: 100vh;
    padding: 0 50px;
    background-color: #eee;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
main.open {
    transform: translateX(-250px);
}
main h1 {
    text-align: center;
    font-weight: 500;
}
main p {
    text-align: center;
}
.menu-trigger {
    display: inline-block;
    width: 34px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 103;
}
.menu-trigger.active {
    position: fixed;
}
.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .5s;
}
.menu-trigger p {
    position: absolute;
    bottom: -20px;
    left: 0;
    margin: 0;
    font-size: 8px;
    font-family: 'KozGoR';
    color: #fff;
    letter-spacing: 2.1px;
}
.menu-trigger p.active {
    display: none;
    color: #0767ad;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
    top: -4px;
}
.menu-trigger span:nth-of-type(2) {
    top: 10px;
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
}

nav {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    background-color: rgb(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 102;
    transform: translate(100%);
    transition: all .5s;
}
nav.open {
    transform: translateZ(0);
    overflow-y: scroll;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 96%;
    margin: auto;
    border-bottom: 1px solid #0867AD;
}
nav li {
    position: relative;
    padding: 8px 0 8px 36px;
    color: #000;
    vertical-align: middle;
    position: relative;
    border-top: 1px solid #0867AD;
}
nav li.spacing {
    letter-spacing: 5px;
}
nav li a {
    color: #0867AD;
    font-family: KozGoBold;
    font-size: 18px;
    display: block;
    text-decoration: none;
}
nav li .icon {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 8px;
    border: 2px solid #0867AD;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
nav li .icon:before, nav li .icon:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
nav li .icon:before {
    left: 8px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #0867AD;
}
nav li .icon:after {
    left: 4px;
    width: 6px;
    height: 4px;
    border-left: 4px solid #0867AD;
}
nav li:hover > a {
    color: #718CC7;
    text-decoration: none;
}
nav li:hover .icon {
    border-color: #718CC7;
}
nav li:hover .icon:before {
    border-left-color: #718CC7;
}
nav li:hover .icon:after {
    border-left-color: #718CC7;
}
nav li.disabled span {
    border-color: #C9CACA;
}
nav li.disabled span:before, nav li.disabled span:after {
    border-left-color: #CACACA;
}
nav li.disabled a {
    color: #CACACA;
}
nav li.disabled:hover .icon {
    border-color: #CACACA;
}
nav li.disabled:hover .icon:before, nav li.disabled:hover .icon:after {
    border-left-color: #CACACA;
}

/* メインビジュアル */
.main-visual {
    position: relative;
}
.main-visual .main-visual-contents {
    position: absolute;
    top: 2.8vw;
    left: 3.5vw;
}
.main-visual .main-visual-contents .main-visual-title {
    color: #000;
}
.main-visual .main-visual-contents .main-visual-title h1 {
    margin: 0;
}
.main-visual .main-visual-contents .main-visual-title h1 span {
    display: block;
}
.main-visual .main-visual-contents .main-visual-title h1 span.name {
    font-family: 'Kozmin';
    font-size: 3.5vw;
    text-shadow: 0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;
}
.main-visual .main-visual-contents .main-visual-title h1 span.title {
    font-family: 'KozGoB';
    font-size: 6vw;
    margin-top: 0.4vw;
    text-shadow: 0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;
}
.main-visual .main-visual-contents .main-visual-title h1 span.title-en {
    font-family: 'KozGoB';
    color: #000;
    font-size: 1.17vw;
    margin-left: 0.5em;
}

.main-visual .main-visual-contents .main-visual-sub-title {
    color: #fff;
    margin-top: 1vw;
}
.main-visual .main-visual-contents .main-visual-sub-title h2 {
    margin: 0;
}
.main-visual .main-visual-contents .main-visual-sub-title h2 span {
    display: block;
}
.main-visual .main-visual-contents .main-visual-sub-title h2 span.title {
    font-family: 'KakuGo7';
    font-size: 3.6vw;
    text-shadow: 0 0 16px #0075C2,0 0 16px #0075C2,0 0 16px #0075C2,0 0 16px #0075C2,0 0 16px #0075C2,0 0 16px #0075C2,0 0 16px #0075C2,0 0 16px #0075C2,0 0 16px #0075C2,0 0 16px #0075C2;
    margin-top: 1vw;
}
.main-visual .main-visual-contents .main-visual-sub-title h2 span.title-en {
    font-family: 'KakuGo7';
    color: #fff;
    font-size: 1.17vw;
    margin-top: 0.5vw;
    text-shadow: 0 0 8px #0075C2,0 0 8px #0075C2,0 0 8px #0075C2,0 0 8px #0075C2,0 0 8px #0075C2,0 0 8px #0075C2,0 0 8px #0075C2;
}

.main-visual .main-visual-contents .main-visual-date {
    margin-top: 0.5vw;
    color: #004EA2;
    font-family: 'KakuGo7';
}
.main-visual .main-visual-contents .main-visual-date h3 {
    margin: 0;
    font-size: 2vw;
}
.main-visual .main-visual-contents .main-visual-date h3 span.date {
    font-size: 4vw;
}
.main-visual .main-visual-contents .main-visual-date h3 span.week {
    font-size: 3vw;
}

.main-visual .main-visual-contents .main-visual-master {
    margin-top: 0.5vw;
}
.main-visual .main-visual-contents .main-visual-master table {
    width: auto;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 6px;
}
.main-visual .main-visual-contents .main-visual-master table th,
.main-visual .main-visual-contents .main-visual-master table td {
    vertical-align: middle;
}
.main-visual .main-visual-contents .main-visual-master table th {
    font-family: 'KakuGo5';
    padding: 0 0.5vw;
}
.main-visual .main-visual-contents .main-visual-master table th span {
    display: block;
    color: #009397;
    font-size: 1.2vw;
}
.main-visual .main-visual-contents .main-visual-master table td {
    font-size: 1.3vw;
    padding-left: 10px;
    font-family: 'KakuGo5';
}

.main-visual.en .main-visual-contents .main-visual-title h1 span.title-en {
    font-size: 2.5vw;
    line-height: 1.6;
    text-shadow: 0 0 15px #151368, 0 0 15px #151568, 0 0 15px #151568, 0 0 15px #151568, 0 0 15px #151568, 0 0 15px #151568, 0 0 15px #151568, 0 0 15px #151568;
}
.main-visual.en .main-visual-contents .main-visual-sub-title h2 span.title-en {
    margin-top: 2vw;
    font-size: 2.5vw;
    line-height: 1.6;
    text-shadow: 0 0 15px #0075c2, 0 0 15px #0075c2, 0 0 15px #0075C2, 0 0 15px #0075C2, 0 0 15px #0075C2, 0 0 15px #0075C2, 0 0 15px #0075C2, 0 0 15px #0075C2;
}
.main-visual.en .main-visual-contents .main-visual-sub-title h2 span.title-en {
    margin-top: 0;
    font-size: 2vw;
    line-height: 1.6;
    text-shadow: 0 0 15px #0075c2, 0 0 15px #0075c2, 0 0 15px #0075C2, 0 0 15px #0075C2, 0 0 15px #0075C2, 0 0 15px #0075C2, 0 0 15px #0075C2, 0 0 15px #0075C2;
}
.main-visual.en .main-visual-contents .main-visual-date {
    margin-top: 0.5vw;
}
.main-visual.en .main-visual-contents .main-visual-date h3 {
    font-size: 2.2vw;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.main-visual.en .main-visual-contents .main-visual-master table th span {
    text-align: center;
}
.main-visual.en .main-visual-contents .main-visual-sub-title {
    margin-top: 0.5vw;
}

.main-visual .main-visual-contents .main-visual-master table td.date {
    width: 23vw;
    position: relative;
}
.main-visual .main-visual-contents .main-visual-master table td.date dd {
    font-family: 'KozGoB';
    font-size: 3.5vw;
    display: inline-block;
}
.main-visual .main-visual-contents .main-visual-master table td.date dt {
    font-size: 1vw;
    display: inline-block;
    font-family: 'KozGoR';
}
.main-visual .main-visual-contents .main-visual-master table td.date dl {
    position: absolute;
    margin: 0;
    top: 1.6vw;
    right: 6.2vw;
    font-size: 1vw;
}
.main-visual .main-visual-contents .main-visual-master table td.web-date {
    width: 18vw;
    padding-left: 0.5vw;
    padding-top: 1.5vw;
}
.main-visual .main-visual-contents .main-visual-master table td.web-date p {
    font-family: 'KozGoB';
    color: #009397;
    margin-bottom: -0.3vw;
    font-size: 0.8vw;
}
.main-visual .main-visual-contents .main-visual-master table td.web-date dd {
    font-family: 'KozGoB';
    font-size: 2vw;
    display: inline-block;
}
.main-visual .main-visual-contents .main-visual-master table td.web-date dt {
    font-family: 'KozGoR';
    font-size: 0.8vw;
    display: inline-block;
}
.main-visual .main-visual-contents .main-visual-master table td.web-date dl {
    font-family: 'KozGoR';
    font-size: 0.8vw;
    display: inline-block;
}
.main-visual .main-visual-contents .main-visual-master table td.other {
    font-size: 2vw;
    font-family: 'KozGoB';
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
}
.main-visual .main-visual-contents .main-visual-master table td.other small {
    font-size: 1.2vw;
    font-family: 'KozGoR';
    margin-left: 1em;
}

.main-visual.en .main-visual-contents .main-visual-title h1 span.title {
    font-size: 3.5vw;
}

.main-visual.en .main-visual-contents .main-visual-master table td {
    padding-left: 0;
}

.main-visual.en .main-visual-contents .main-visual-master table td.date dl {
    right: 7vw;
}

.main-visual.en .main-visual-contents .main-visual-master table td.web-date {
    padding-top: 1vw;
}

.main-visual.en .main-visual-contents .main-visual-master table th {
    width: 8vw;
    vertical-align: top;
    padding: 0;
    padding-top: 0.4vw;
}

.main-visual.en .main-visual-contents .main-visual-master table td.other {
    padding: 0;
    font-size: 1.8vw;
}

.main-visual.en .main-visual-contents {
    top: 1.6vw;
}

/* 全体設定 */
.main-contents {
    width: calc(100% - 21em);
}

.subpage-contents {
    margin-bottom: 20px;
}

.sponsor-wrap {
	margin: 50px 0;
	border-top: 1px solid #b3a0a4;
	border-bottom: 1px solid #b3a0a4;
	padding-bottom: 25px;
	width: 100%;
}
.sponsor-wrap.nonfix {
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
}
.sponsor-wrap p.platinum-title i,
.sponsor-wrap p.gold-title i {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	position: relative;
	top: 1px;
}
.sponsor-wrap p.platinum-title,
.sponsor-wrap p.gold-title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
.sponsor-wrap p.platinum-title i {
	color: #b3bbbe;
}
.sponsor-wrap p.gold-title i {
	color: #c0aa44;
}
.sponsor-wrap .sponsor-banner .row {
	margin-right: -10px;
	margin-left: -10px;
}
.sponsor-wrap .sponsor-banner [class^="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.sponsor-wrap .sponsor-banner a {
	display: block;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
		0 3px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.sponsor-wrap .sponsor-banner a:hover {
	-webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3),
		0 10px 12px rgba(0, 0, 0, 0.22);
	box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
}
.sponsor-wrap.sub {
    margin: 0;
    margin-top: -25px;
    border-top: none;
}

/* トップページ */
h2.news-title {
    font-size: 20px;
    font-family: KozGoM;
    border-bottom: 3px solid #008E99;
    border-left: 4px solid #008E99;
    margin-top: 22px;
    margin-bottom: 25px;
    padding: 8px 10px;
}
.news-wrap {
    max-height: 60vw;
    margin-top: -10px;
    padding-left: 5px;
    overflow-y: scroll;
}
.news-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-wrap ul li {
    font-size: 16px;
    line-height: 2;
}
.news-wrap ul li table {
    width: 100%;
    table-layout: fixed;
}
.news-wrap ul li table th,
.news-wrap ul li table td {
    vertical-align: top;
    padding-bottom: 5px;
    font-family: 'Midashi';
}
.news-wrap ul li table th {
    color: #EA5514;
    font-size: 16px;
    width: 7em;
}

/* 開催概要 */
.subpage-contents .about-table-wrap table {
    width: 100%;
    box-sizing: border-box;
}
.subpage-contents .about-table-wrap table th,
.subpage-contents .about-table-wrap table td {
    padding: 12px 0;
    border-bottom: 1px dashed;
    vertical-align: top;
}
.subpage-contents .about-table-wrap table th {
    font-family: KozGoB;
    width: 10em;
    font-size: 16px;
}
.subpage-contents .about-table-wrap.en table th {
    width: 14em;
}
.subpage-contents .about-table-wrap table td {
    font-family: KozGoR;
    font-size: 16px;
}

/* 会長挨拶 */
.master-table-wrap table {
    width: 100%;
    box-sizing: border-box;
}
.master-table-wrap table th {
    width: 160px;
    vertical-align: bottom;
}
.master-table-wrap table td {
    vertical-align: bottom;
    padding-left: 25px;
}
.master-table-wrap table td .master-info-wrap {
    border-left: 3px solid #008E99;
    padding-left: 10px;
}
.master-table-wrap table td .master-info-wrap p {
    margin: 0;
}
.master-table-wrap table td .master-info-wrap p.position {
    font-family: Kozmin;
    color: #008E99;
    font-size: 16px;
}
.master-table-wrap table td .master-info-wrap p.name {
    font-family: 'Kozmin';
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.master-table-wrap table td .master-info-wrap p.belong {
    font-family: 'Kozmin';
    font-size: 16px;
}

.subpage-contents .greeting-message {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    font-family: 'Jun20';
}

/* 企業・団体の皆様へ */
h3.contents-sub-title {
	margin: 0;
	font-size: 16px;
	padding: 10px;
	background: #EFEFEF;
	border-bottom: 2px solid #008E99;
	font-family: "KozGoB";
	position: relative;
	padding-left: 22px;
}
h3.contents-sub-title:after {
	content: "";
	width: 3px;
	height: 22px;
	position: absolute;
	background: #008E99;
	left: 10px;
	top: 50%;
	margin-top: -11px;
}
h3.contents-sub-title span {
    display: inline-block;
    background: #c4def9;
    font-size: 90%;
    padding: 5px 10px;
    margin-right: 5px;
}

.company-table {
	margin-top: 10px;
	overflow-x: scroll;
}
.company-table table {
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	min-width: 56em;
}
.company-table table caption {
	color: #db535b;
	font-family: KozGoB;
}
.company-table table th,
.company-table table td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 12px;
}
.company-table table th {
	font-family: KozGoB;
	text-align: center;
	background: #BCE1DF;
}
.company-table table td {
	line-height: 2.2;
}
.company-table table td i {
	font-size: 160%;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.company-table table td a {
	color: #000;
	font-family: KozGoB;
}
.company-table table td a i {
	color: #db535b;
}

.to-company-schedule-link {
	margin-top: 30px;
	margin-bottom: 40px;
}
.to-company-schedule-link a {
	font-family: KozGoB;
	color: #fff;
	font-size: 16px;
	background: #008d97;
	padding: 15px 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	text-decoration: none;
}
.to-company-schedule-link a:hover {
	background: #36b1b9;
}
.to-company-schedule-link a.disabled {
    opacity: 0.5;
}
.to-company-schedule-link a.disabled:hover {
		background: #004ea2;
}
.to-company-schedule-link p {
    margin-top: 10px;
}

/* 演題募集要項 */
ul.dot-list {
	list-style: none;
	padding-left: 1em;
	margin-bottom: 0;
}
ul.dot-list > li {
	position: relative;
}
ul.dot-list > li:before {
	content: "・";
	position: absolute;
	left: -1.1em;
	top: 0;
	font-weight: bold;
}
ul.dot-list.circle > li:before {
	content: "●";
}
ul.dot-list.haifun > li:before {
	content: "-";
}

ul.num-list {
	padding-left: 1.7em;
	margin-bottom: 0;
}
ul.num-list > li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
ul.num-list > li:before {
	content: counter(cnt) "）";
	display: inline-block;
	margin-left: -1.75em;
	width: 1.5em;
}

ul.num-dot-list {
	padding-left: 1.7em;
	margin-bottom: 0;
}
ul.num-dot-list > li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
ul.num-dot-list > li:before {
	content: counter(cnt) ". ";
	display: inline-block;
	margin-left: -1.75em;
	width: 1.5em;
}

ul.check-list {
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
}
ul.check-list > li {
	position: relative;
	list-style: none;
	padding-left: 40px;
	text-indent: -0.5em;
	margin-left: 0.5em;
}
ul.check-list > li:before {
	content: "";
	display: block;
	width: 14px;
	height: 8px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	top: 5px;
	left: 10px;
}

.box-contents {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 2px solid #024ea2;
	padding: 15px 18px;
}

h4.contents-inner-title {
	color: #024ea2;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px dashed #888;
	padding-bottom: 8px;
}

.post-abstracts-note {
	font-size: 14px;
}

.company-table.abs-theme table th,
.company-table.abs-theme table td {
	padding: 6px 12px;
}

/* FAQページ */
.faq-button-wrap {
	padding: 0 10px;
}
.faq-button-wrap [class^="col-"] {
	margin-bottom: 15px;
}
.faq-button-wrap a {
	display: block;
	width: 100%;
	border: 2px solid #004ea2;
	text-align: center;
	padding: 10px;
	font-family: "KozGoB";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	text-decoration: none;
}
.faq-button-wrap a:hover {
	background: #bedeff;
}

.faq-wrap {
	margin-top: 15px;
	font-size: 16px;
}
.faq-wrap .question-wrap {
	background: #004ea2;
	color: #fff;
	font-family: "KozGoR";
	position: relative;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	text-decoration: none;
}
.faq-wrap .question-wrap span.icon {
	color: #004ea2;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 3px;
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 16px;
}
.faq-wrap .question-wrap span.icon:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-color: #fff transparent transparent transparent;
	transform: rotate(45deg);
}
.faq-wrap .question-wrap p,
.faq-wrap .question-wrap div {
	font-family: "KozGoM";
	padding-left: 40px;
	margin: 0;
	line-height: 1.8;
}
.faq-wrap .answer-wrap {
	background: #fff;
	position: relative;
	padding: 15px 10px;
	color: #000;
	font-family: "KozGoR";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-top: 10px!important;
	display: none;
	/*transition-duration: 500ms;*/
}
.faq-wrap .question-wrap span.icon.answer {
	color: #fff;
	background: #004ea2;
	top: 15px;
	left: 10px;
}
.faq-wrap .question-wrap span.icon.answer:before {
	border-top-color: #004ea2;
}
.faq-wrap .question-wrap .bt-toggle {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 25px;
	right: 20px;
	cursor: pointer;
	transition-duration: 300ms;
}
.faq-wrap .question-wrap .bt-toggle:before {
	content: "";
	width: 20px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 3px;
}
.faq-wrap .question-wrap .bt-toggle:after {
	content: "";
	width: 3px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: -5px;
	left: 8px;
}
.faq-wrap .question-wrap.active .bt-toggle {
	transform: rotate(-45deg);
}
.faq-button-wrap.presenter-information-button-wrap a {
    display: inline-block;
    width: auto;
    margin-left: 15px;
    margin-bottom: 10px;
}

/* 医学生・招待企画 */
.invitation-plan-box {
    border: 2px solid #000;
    padding: 6px 12px;
    margin-top: 20px;
}
.invitation-project-sub-box {
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
}
.invitation-project-sub-box img {
    height: 12vw;
    width: auto;
    display: block;
    margin: auto;
}
.invitation-project-sub-box .invitation-plan-text {
    font-family: KozGoB;
    text-align: center;
    margin-top: 5px;
}

p.invitation-notice {
    background: #ffe5e5;
    padding: 10px;
    padding-left: 30px;
    margin-left: 0;
}

.apply-main-image-wrap {
    margin: 20px 0;
}

/* プログラム関連 */
.program-tabs-wrap {
    padding: 0;
    margin-top: -10px;
}
.program-tabs-wrap .full-open-close {
    text-align: right;
}
.program-tabs-wrap .full-open-close a.btn-full {
    display: inline-block;
    position: relative;
    color: #004EA2;
    margin-left: 35px;
}
.program-tabs-wrap .full-open-close a.btn-full:before {
    content: "";
    background: #004EA2;
    height: calc(tan(70deg) * 10px / 2);
    width: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -7px;
}

.program-date-tabs {
    border-bottom: 1px solid #004EA2;
    padding-left: 5px;
}
.program-date-tabs ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.program-date-tabs ul li {
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #004EA2;
    border-bottom: none;
}
.program-date-tabs ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    text-decoration: none;
    color: #004EA2;
    position: relative;
    padding-left: 30px;
}
.program-date-tabs ul li a:before {
    content: "";
    background: #004EA2;
    height: calc(tan(70deg) * 10px / 2);
    width: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -7px;
}
.program-date-tabs ul li a.active {
    background: #004EA2;
    color: #fff;
}
.program-date-tabs ul li a.active:before {
    background: #fff;
}
.program-date-tabs ul li a:hover {
    background: #c6e1ff;
}

.program-date-tabs.program-contents-tabs {
    padding: 15px 0;
    padding-left: 10px;
    border-bottom: 1px dashed #2EA7E0;
}
.program-date-tabs.program-contents-tabs a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #2EA7E0;
    color: #2EA7E0;
    margin-right: 5px;
    position: relative;
    padding-left: 22px;
    text-decoration: none;
}
.program-date-tabs.program-contents-tabs a:before {
    content: "";
    background: #2EA7E0;
    height: calc(tan(70deg) * 8px / 2);
    width: 8px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -6px;
}
.program-date-tabs.program-contents-tabs a:hover {
    background: #c2ecff;
}
.program-date-tabs.program-contents-tabs a.active {
    background: #2EA7E0;
    color: #fff;
}
.program-date-tabs.program-contents-tabs a.active:before {
    background: #fff;
}

.koen-box {
    border: 1px solid #2EA7E0;
}
.koen-box a.koen-title {
    display: block;
    padding: 4px 8px;
    background: #D3EDFB;
    color: #000;
    position: relative;
		text-decoration: none;
		font-size: 1.1vw;
		padding-right: 30px;
}
.koen-box a.koen-title span.code {
    background: #004EA2;
    color: #fff;
    padding: 4px 6px;
    margin-right: 5px;
}
.koen-box a.koen-title span.toggle {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}
.koen-box a.koen-title span.toggle:before {
    content: "";
    border-top: 2px solid #004EA2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    margin-top: -2px;
}
.koen-box a.koen-title span.toggle:after {
    content: "";
    border-left: 2px solid #004EA2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -1px;
}

.koen-contents {
    padding: 10px 15px;
		display: none;
}
.koen-contents p {
    margin: 0;
}
.koen-contents .web-icon {
    border: 2px solid #009D85;
    padding: 0px 10px;
    display: inline-block;
    margin-top: 12px;
    color: #009D85;
}
.koen-contents .web-icon.no-web {
    color: #898989;
    border: 1px solid #898989;
}
.active .koen-contents {
    display: block;
}
.active .toggle {
    transform: rotate(45deg);
}

#webprogram .program-date-tabs.program-contents-tabs a {
    border-color: #26B7BC;
    color: #26B7BC;
}
#webprogram .program-date-tabs.program-contents-tabs a.active {
    color: #fff;
    background: #26B7BC;
}
#webprogram .program-date-tabs.program-contents-tabs a:hover {
    background: #f0ffff;
		color: #26B7BC;
}
#webprogram .program-date-tabs.program-contents-tabs a:hover:before {
    background: #26B7BC;
}
#webprogram .koen-box a.koen-title span.code {
    background: #009D85;
}
#webprogram .koen-box {
    border-color: #009D85;
}
#webprogram .koen-box a.koen-title {
    background: #D4ECEA;
}

span.web-notice-date {
    font-size: 90%;
    color: #ED6C00;
}

/* フッター関連 */
.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.footer h4 {
    font-family: 'KozGoR';
    font-size: 16px;
    margin: 0;
    border-bottom: 2px solid #008E99;
    padding-bottom: 8px;
}
.footer p {
    font-family: 'KozGoR';
    margin-bottom: 0;
    margin-top: 8px;
}

p.security {
    width: 100%;
    margin: 0;
    text-align: right;
    padding: 15px 4%;
    background: #008E99;
    color: #fff;
    font-family: 'Jun20';
    letter-spacing: 2px;
}
p.security a {
    color: #fff;
}

p.in-production {
    text-align: center;
    font-size: 2.5em;
    margin-top: 6vw;
    margin-bottom: 20vw;
}

/* 託児所 */
.nursery-wrap {
    margin-top: 20px;
    padding: 10px 10px;
    background: #fceff5;
}
h2.nursery-title {
		margin-bottom: 0;
		margin-top: 0;
}
.nursery-top-box {
    border: 2px solid #9FA0A0;
    padding: 10px;
		position: relative;
}
.nursery-top-box .nursery-top-inner-box {
    border: 2px solid #9FA0A0;
    padding: 3%;
    background: #FFFDE5;
}
.nursery-top-box .nursery-top-inner-box p {
    margin: 0;
}
.nursery-top-box span:before,
.nursery-top-box span:after {
    content: "";
    width: 2px;
    height: 18px;
    display: block;
    position: absolute;
    background: #9FA0A0;
}
.nursery-top-box span.left:before {
		top: -4px;
		left: 4px;
		transform: rotate(-45deg);
}
.nursery-top-box span.left:after {
		bottom: -4px;
		left: 4px;
		transform: rotate(45deg);
}
.nursery-top-box span.right:before {
		top: -4px;
		right: 4px;
		transform: rotate(45deg);
}
.nursery-top-box span.right:after {
		bottom: -4px;
		right: 4px;
		transform: rotate(-45deg);
}

h3.nursery-sub-title {
		margin: 0;
		font-size: 20px;
		padding: 10px;
		background: #D7E7AF;
		font-family: "KozGoB";
		position: relative;
		padding-left: 44px;
		color: #22AC38;
}
h3.nursery-sub-title img {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 35px;
}

.company-table table td.presenter-category {
    background: #e2f0ef;
}

.to-app-btn {
    text-align: center;
		margin-bottom: 10px;
}
.to-app-btn img {
    width: 150px;
}
.qr-code {
    width: 100px;
    margin: auto;
    margin-bottom: 10px;
}

.exhibitor-box {
    margin-bottom: 4rem;
}

.important-message-wrap {
    margin: 20px 0 30px;
    border: 2px solid #ff0000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.important-message-wrap p {
    margin-bottom: 0;
}
.important-message-wrap p.important-title {
    background: #ff0000;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
}
.important-message-wrap p.important-message {
    padding: 10px 20px;
    background: #fff;
		text-indent: -1.4em;
    margin-left: 2.2em;
}
.important-message-wrap p.important-message a {
    color: #000;
    font-size: 18px;
}
.important-message-wrap p.important-message a:before {
    content: "●";
    display: inline-block;
    margin-right: 5px;
    top: 1px;
    color: #ff0000;
}

/* フローティングバナー */
.bnr__cs {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: #8fc31e;
    top: 75px;
    left: auto;
    right: 0;
    text-decoration: none;
    border-radius: 8px 0 0 8px;
    padding: 2rem;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.2);
    transition: all .25s ease-in-out;
    z-index: 98;
    text-decoration: none;
}

.bnr__cs:hover {
    text-decoration: none;
    opacity: .85;
    padding: 2rem 5rem 2rem 2rem
}

.bnr__cs .title__cs {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem
}

.bnr__cs .title__cs+.datebox__cs {
    margin-top: .6rem
}

.bnr__cs .datebox__cs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.bnr__cs .datebox__cs .date__cs {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.6;
}

.bnr__cs .datebox__cs .fa-caret-down {
    display: block;
    height: 13px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    margin: 0 auto
}

.bnr__cs .datebox__cs .fa-caret-right {
    display: none
}

.bnr__cs .text__cs {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: .5rem
}

.news-image {
    width: 80%;
    margin: auto;
}

.vp-table {
    font-size: 12px;
}
.vp-table table th, .vp-table table td {
    padding: 3px!important;
}

/* メンテナンスページ */
.maintenance-wrap {
}
.maintenance-wrap .mt-logo {
    width: 200px;
    margin: 20px auto;
}
.maintenance-wrap h3 {
    text-align: center;
    font-size: 2.2em;
    margin: 50px 0;
    color: #232555;
}
.maintenance-wrap p {
    text-align: center;
    line-height: 2;
    font-size: 1.1em;
}
.maintenance-wrap p span {
    font-size: 1.4em;
    font-weight: bold;
}
