﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
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, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    word-break: break-word;
}

html {
    font-size: 62.5%;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "Hiragino Kaku Gothic Pro", "�q���M�m�p�S Pro W3", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
    text-align: justify;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    color: #4d4d4d;
}

ol, ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
table.workshop .time {
    white-space: nowrap;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
img.border-gray {
    border: 1px solid #e1e1e5;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

strong {
    font-weight: 700;
}

input:focus,
button:focus {
    outline: none !important;
    border: none !important;
}

/* for modern browsers */
.cf:before,
.cf:after {
    display: table;
    content: "";
}

.cf:after {
    clear: both;
}

/* for IE6/7 */
.cf {
    zoom: 1;
}

* {
    box-sizing: border-box;
}

body {
    background: #efefef;
    line-height: 1.7;
}

section {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 640px), print {
    section {
        min-width: 980px;
    }
}

.inner {
    margin: 0 auto;
    padding: 0vw 5.625vw 0vw 5.625vw;
}
@media screen and (min-width: 640px), print {
    .inner {
        padding: 0;
        width: 980px;
        min-width: 980px;
    }
}

.content {
    border-top: 1px solid #5977b9;
}

.switch {
    display: none;
}

a {
    text-decoration: none;
    color: #272727;
}
a.blank {
    display: inline-block;
    padding-right: 1em;
    background: url(../_img/icon_blank.png) right center no-repeat;
    background-size: 0.85em;
    text-decoration: underline;
}
@media screen and (min-width: 640px), print {
    a:hover {
        text-decoration: underline;
    }
    a:hover img {
        opacity: 0.7;
    }
}
a[href^="https://www.youtube.com"], a[href^="https://youtu.be/"], a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"], a[href$=".xls"], a[href$=".xlsx"], a[href$=".zip"] {
    padding-left: 32px;
    position: relative;
    display: inline-block;
}
a[href^="https://www.youtube.com"]::before, a[href^="https://youtu.be/"]::before, a[href$=".pdf"]::before, a[href$=".doc"]::before, a[href$=".docx"]::before, a[href$=".xls"]::before, a[href$=".xlsx"]::before, a[href$=".zip"]::before {
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 0;
    height: 24px;
}
a[href^="https://www.youtube.com"]::before, a[href^="https://youtu.be/"]::before {
    content: url("../_img/_icon/iconYoutube.png");
}
a[href$=".pdf"]::before {
    content: url("../_img/_icon/iconPDF.png");
}
a[href$=".doc"]::before, a[href$=".docx"]::before {
    content: url("../_img/_icon/iconWord.png");
}
a[href$=".xls"]::before, a[href$=".xlsx"]::before {
    content: url("../_img/_icon/iconExcel.png");
}
a[href$=".zip"]::before {
    content: url("../_img/_icon/iconZip.png");
}

.forPC {
    display: none;
}
@media screen and (min-width: 640px), print {
    .forPC {
        display: inherit;
    }
}

.forSP {
    display: inherit;
}
@media screen and (min-width: 640px), print {
    .forSP {
        display: none;
    }
}

/* mv */
.index #mv .inner {
    padding: 9.375vw 0vw 9.375vw 0vw;
}
@media screen and (min-width: 640px), print {
    .index #mv .inner {
        padding: 30px 0;
    }
}

#mv {
    background-position: center top;
    background-repeat: repeat;
    color: #3e3a39;
    overflow: hidden;
    text-align: center;
}
#mv .inner {
    padding: 0;
}
@media screen and (min-width: 640px), print {
    #mv .inner {
        position: relative;
    }
}
#mv .inner h1 {
    margin: 0;
    text-align: center;
}
#mv .object {
    margin: 6.25vw auto 0vw auto;
    width: 63.75vw;
}
@media screen and (min-width: 640px), print {
    #mv .object {
        margin: 0;
        width: auto;
        position: absolute;
        top: 70px;
        right: 0;
    }
}
#mv .date {
    margin: 4.6875vw 0vw 0vw 0vw;
}
@media screen and (min-width: 640px), print {
    #mv .date {
        text-align: left;
        margin-top: 15px;
    }
}

/* header */
#header {
    position: relative;
    width: 100%;
    z-index: 100;
    background: white;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 640px), print {
    #header {
        position: absolute;
        z-index: 300;
        line-height: 1;
        overflow: hidden;
    }
}
#header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
#header .inner {
    text-align: center;
    background: white;
    padding: 3.125vw 5vw 0vw 5vw;
}
@media screen and (min-width: 640px), print {
    #header .inner {
        display: flex;
        padding: 10px 0 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (min-width: 640px), print {
    #header a:hover {
        opacity: 0.7;
    }
    #header a.disactive:hover {
        opacity: 1;
    }
}
#header .anchors {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0vw 0vw 3.125vw 0vw;
}
@media screen and (min-width: 640px), print {
    #header .anchors {
        margin: 0 10px 0 0;
        flex-wrap: wrap;
    }
}
#header .anchors li {
    width: 100%;
}
@media screen and (min-width: 640px), print {
    #header .anchors li {
        width: auto;
    }
}
#header .anchors li:last-child a:after {
    content: none;
}
#header .anchors li a {
    display: block;
    font-size: 4.375vw;
    line-height: 1;
    padding: 1.5625vw 0vw 1.5625vw 0vw;
    position: relative;
    text-align: center;
}
@media screen and (min-width: 640px), print {
    #header .anchors li a {
        font-size: 1.4rem;
        padding: 0.5em 0.8em;
    }
}
#header .anchors li a:after {
    position: absolute;
    display: block;
    width: 1px;
    top: 1.5625vw;
    bottom: 1.5625vw;
    right: 0;
    background: #999;
    content: "";
}
@media screen and (min-width: 640px), print {
    #header .anchors li a:after {
        top: 0.5em;
        bottom: 0.5em;
    }
}
#header .btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#header .btns li {
    margin: 0vw 0vw 3.125vw 0vw;
}
#header .btns li:nth-child(1) {
    width: 100%;
}
#header .btns li:nth-child(2) {
    width: 52%;
}
#header .btns li:nth-child(3) {
    width: 45%;
}
@media screen and (min-width: 640px), print {
    #header .btns li {
        width: auto !important;
        display: inline-block;
        margin: 0;
    }
    #header .btns li:nth-child(1), #header .btns li:nth-child(2), #header .btns li:nth-child(3) {
        margin-right: 5px;
    }
    #header .btns li:nth-child(3) {
        margin: 0;
    }
}
#header .btns li a {
    display: block;
    padding: 3.125vw 0vw 3.125vw 0vw;
    border-radius: 1.5625vw;
    -moz-border-radius: 1.5625vw;
    -webkit-border-radius: 1.5625vw;
    font-size: 3.75vw;
}
@media screen and (min-width: 640px), print {
    #header .btns li a {
        font-size: 1.2rem;
        padding: 0.75em 1em;
        line-height: 1.2;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }
    #header .btns li a:hover {
        text-decoration: none;
    }
}
#header .btns li a small {
    font-size: 3.125vw;
}
@media screen and (min-width: 640px), print {
    #header .btns li a small {
        font-size: 1rem;
    }
}
#header .btns li a.btn1 {
    background: #e20000;
    color: #fff;
    box-shadow: 0 2px 0 #800;
}
#header .btns li a.btn2 {
    background: #3c6f66;
    color: #035;
    box-shadow: 0 2px 0 #2b5e55;
}
#header .btns li a.btn3 {
    background: #8cc128;
    color: #fff;
    box-shadow: 0 2px 0 #488004;
}
#header .btns li a.btn4 {
    background: #61c6e6;
    color: #fff;
    box-shadow: 0 2px 0 #209292;
}
#header .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0vw 0vw 3.125vw 0vw;
}
@media screen and (min-width: 640px), print {
    #header .sns {
        margin: 0 0 0 10px;
    }
}
#header .sns li {
    margin: 0vw 1.5625vw 0vw 1.5625vw;
    line-height: 1;
}
@media screen and (min-width: 640px), print {
    #header .sns li {
        margin: 0 3px;
    }
}
#header .sns li > * {
    vertical-align: top !important;
}
#header .sns li .fb_iframe_widget > span {
    vertical-align: baseline !important;
}

/* lead */
#lede .inner {
    padding: 18.75vw 0vw 18.75vw 0vw;
}
@media screen and (min-width: 640px), print {
    #lede .inner {
        margin-top: 70px;
        padding: 60px 0;
    }
}
#lede h2 {
    font-size: 6.25vw;
    margin: 0vw 0vw 7.8125vw 0vw;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.4;
    color: #333;
}
@media screen and (min-width: 640px), print {
    #lede h2 {
        font-size: 4rem;
        margin-bottom: 30px;
    }
}
#lede h2 span {
    font-size: 4.375vw;
}
@media screen and (min-width: 640px), print {
    #lede h2 span {
        font-size: 2.8rem;
    }
}
#lede p {
    font-size: 3.75vw;
    line-height: 2;
}
@media screen and (min-width: 640px), print {
    #lede p {
        font-size: 1.6rem;
    }
}

h2.blue {
    font-size: 5.625vw;
    margin: 0vw auto 12.5vw auto;
    width: 78.125vw;
    border-bottom-left-radius: 1.25vw;
    border-bottom-right-radius: 1.25vw;
    -moz-border-radius-bottomleft: 1.25vw;
    -moz-border-radius-bottomright: 1.25vw;
    -webkit-border-bottom-left-radius: 1.25vw;
    -webkit-border-bottom-right-radius: 1.25vw;
    line-height: 2.4;
    letter-spacing: 0.1em;
    background: #5977b9;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
@media screen and (min-width: 640px), print {
    h2.blue {
        font-size: 2rem;
        width: 300px;
        margin: 0 auto 50px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
    }
}

.fb_iframe_widget > span {
    vertical-align: baseline !important;
}

/* about */
#about .inner {
    padding: 0vw 5.625vw 18.75vw 5.625vw;
}
@media screen and (min-width: 640px), print {
    #about .inner {
        text-align: left;
        padding: 0 0 60px;
    }
}

#about .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    vertical-align: top;
    flex-direction: column;
}

@media screen and (min-width: 640px), print {
    #about .info {
        flex-direction: unset;
    }
}


#about dl {
    text-align: left;
    font-size: 4.375vw;
    margin-bottom: 1em;
}
@media screen and (min-width: 640px), print {
    #about dl {
        display: flex;
        font-size: 1.6rem;
    }
    #about dl.date {
        width: 480px;
    }
    #about dl.date,
    #about dl.sponsor,
    #about dl.place,
    #about dl.target,
    #about dl.fee {
        padding-left: 50px;
    }
    #about dl.place .access {
        display: inline-block;
        padding-left: 1em;
    }
    #about dl.place dd,
    #about dl.target dd,
    #about dl.fee dd {
        display: flex;
        align-items: flex-start;
    }
}
#about dl.place dd .access span {
    display: block;
    margin: 3.125vw 0vw 0vw 0vw;
    padding: 0vw 0vw 0vw 3.125vw;
    border-left: 1px solid black;
    font-size: 3.75vw;
}
@media screen and (min-width: 640px), print {
    #about dl.place dd .access span {
        margin: 0.5em 0 0 4px;
        padding-left: 12px;
        font-size: 1.2rem;
        vertical-align: top;
    }
}
#about dl dt {
    font-weight: 700;
}
@media screen and (min-width: 640px), print {
    #about dl dt {
        vertical-align: top;
        padding-right: 2em;
    }
}
@media screen and (min-width: 640px), print {
    #about dl.target dt {
        padding-right: 4em;
    }
    #about dl.fee dt {
        padding-right: 3em;
    }
}
@media screen and (min-width: 640px), print {
    #about dl dd {
        vertical-align: top;
    }
}
@media screen and (min-width: 640px), print {
    #about #map_canvas {
        margin-top: 40px;
    }
}
#about #map_canvas iframe {
    width: 100%;
    height: 125vw;
}
@media screen and (min-width: 640px), print {
    #about #map_canvas iframe {
        height: 400px;
    }
}

/* time table */
#timetable {
    background: #fff;
    padding: 0vw 0vw 28.125vw 0vw;
}
@media screen and (min-width: 640px), print {
    #timetable {
        background: transparent;
        padding-bottom: 90px;
    }
}
#timetable .inner {
    padding: 30px 0px 0px 0px;
}
#timetable h3 {
    color: #5977b9;
    font-size: 5.625vw;
    margin: 9.375vw 0vw 3.125vw 0vw;
    font-weight: 700;
    letter-spacing: 0.2em;
}
@media screen and (min-width: 640px), print {
    #timetable h3 {
        font-size: 2rem;
        margin: 40px 0 10px;
    }
}
#timetable .timetable {
    background-color: #fff;
    text-align: left;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable {
        display: flex;
        width: 980px;
        height: 1250px;
    }
}
#timetable .timetable.day1 > div:nth-child(odd) h4, #timetable .timetable.day3 > div:nth-child(odd) h4 {
    background: #f0d0e2;
}
#timetable .timetable.day1 > div:nth-child(odd) div, #timetable .timetable.day3 > div:nth-child(odd) div {
    background-color: #fdeeed;
}
#timetable .timetable.day1 > div:nth-child(even) h4, #timetable .timetable.day3 > div:nth-child(even) h4 {
    background: #bbcde9;
}
#timetable .timetable.day1 > div:nth-child(even) div, #timetable .timetable.day3 > div:nth-child(even) div {
    background-color: #e9e7f3;
}
#timetable .timetable.day2 > div:nth-child(odd) h4, #timetable .timetable.day4 > div:nth-child(odd) h4 {
    background: #bbcde9;
}
#timetable .timetable.day2 > div:nth-child(odd) div, #timetable .timetable.day4 > div:nth-child(odd) div {
    background-color: #e9e7f3;
}
#timetable .timetable.day2 > div:nth-child(even) h4, #timetable .timetable.day4 > div:nth-child(even) h4 {
    background: #f0d0e2;
}
#timetable .timetable.day2 > div:nth-child(even) div, #timetable .timetable.day4 > div:nth-child(even) div {
    background-color: #fdeeed;
}
#timetable .timetable.day1 a.btn {
    position: absolute;
    display: inline-block;
    bottom: 1em;
    left: 50%;
    margin-left: -49%;
    padding: 12px 0 10px;
    width: 98%;
    height: 1em;
    line-height: 1;
    border-radius: 4px;
    background: #5977b9;
    color: #fff;
    font-size: 85%;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 2px 0 #00a7d0;
}
#timetable .timetable div.room {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room {
        position: relative;
        box-sizing: border-box;
        border-right: 1px solid #5977b9;
    }
    #timetable .timetable div.room .min5 {
        min-height: 12.5px;
    }
    #timetable .timetable div.room .min10 {
        min-height: 25px;
    }
    #timetable .timetable div.room .min15 {
        min-height: 37.5px;
    }
    #timetable .timetable div.room .min20 {
        min-height: 50px;
    }
    #timetable .timetable div.room .min25 {
        min-height: 62.5px;
    }
    #timetable .timetable div.room .min30 {
        min-height: 75px;
    }
    #timetable .timetable div.room .min35 {
        min-height: 87.5px;
    }
    #timetable .timetable div.room .min40 {
        min-height: 100px;
    }
    #timetable .timetable div.room .min45 {
        min-height: 112.5px;
    }
    #timetable .timetable div.room .min50 {
        min-height: 125px;
    }
    #timetable .timetable div.room .min55 {
        min-height: 137.5px;
    }
    #timetable .timetable div.room .min60 {
        min-height: 150px;
    }
    #timetable .timetable div.room .min65 {
        min-height: 162.5px;
    }
    #timetable .timetable div.room .min70 {
        min-height: 175px;
    }
    #timetable .timetable div.room .min75 {
        min-height: 187.5px;
    }
    #timetable .timetable div.room .min80 {
        min-height: 200px;
    }
    #timetable .timetable div.room .min85 {
        min-height: 212.5px;
    }
    #timetable .timetable div.room .min90 {
        min-height: 225px;
    }
    #timetable .timetable div.room .min95 {
        min-height: 237.5px;
    }
    #timetable .timetable div.room .min100 {
        min-height: 250px;
    }
    #timetable .timetable div.room .min105 {
        min-height: 262.5px;
    }
    #timetable .timetable div.room .min110 {
        min-height: 275px;
    }
    #timetable .timetable div.room .min115 {
        min-height: 287.5px;
    }
    #timetable .timetable div.room .min120 {
        min-height: 300px;
    }
    #timetable .timetable div.room .min125 {
        min-height: 312.5px;
    }
    #timetable .timetable div.room .min130 {
        min-height: 325px;
    }
    #timetable .timetable div.room .min135 {
        min-height: 337.5px;
    }
    #timetable .timetable div.room .min140 {
        min-height: 350px;
    }
    #timetable .timetable div.room .min145 {
        min-height: 362.5px;
    }
    #timetable .timetable div.room .min150 {
        min-height: 375px;
    }
    #timetable .timetable div.room .min155 {
        min-height: 387.5px;
    }
    #timetable .timetable div.room .min160 {
        min-height: 400px;
    }
    #timetable .timetable div.room .min165 {
        min-height: 412.5px;
    }
    #timetable .timetable div.room .min170 {
        min-height: 425px;
    }
    #timetable .timetable div.room .min175 {
        min-height: 437.5px;
    }
    #timetable .timetable div.room .min180 {
        min-height: 450px;
    }
    #timetable .timetable div.room .min185 {
        min-height: 462.5px;
    }
    #timetable .timetable div.room .min190 {
        min-height: 475px;
    }
    #timetable .timetable div.room .min195 {
        min-height: 487.5px;
    }
    #timetable .timetable div.room .min200 {
        min-height: 500px;
    }
    #timetable .timetable div.room .min205 {
        min-height: 512.5px;
    }
    #timetable .timetable div.room .min210 {
        min-height: 525px;
    }
    #timetable .timetable div.room .min215 {
        min-height: 537.5px;
    }
    #timetable .timetable div.room .min220 {
        min-height: 550px;
    }
    #timetable .timetable div.room .min225 {
        min-height: 562.5px;
    }
    #timetable .timetable div.room .min230 {
        min-height: 575px;
    }
    #timetable .timetable div.room .min235 {
        min-height: 587.5px;
    }
    #timetable .timetable div.room .min240 {
        min-height: 600px;
    }
    #timetable .timetable div.room .min245 {
        min-height: 612.5px;
    }
    #timetable .timetable div.room .min250 {
        min-height: 625px;
    }
    #timetable .timetable div.room .min255 {
        min-height: 637.5px;
    }
    #timetable .timetable div.room .min260 {
        min-height: 650px;
    }
    #timetable .timetable div.room .min265 {
        min-height: 662.5px;
    }
    #timetable .timetable div.room .min270 {
        min-height: 675px;
    }
    #timetable .timetable div.room .min275 {
        min-height: 687.5px;
    }
    #timetable .timetable div.room .min280 {
        min-height: 700px;
    }
    #timetable .timetable div.room .min285 {
        min-height: 712.5px;
    }
    #timetable .timetable div.room .min290 {
        min-height: 725px;
    }
    #timetable .timetable div.room .min295 {
        min-height: 737.5px;
    }
    #timetable .timetable div.room .min300 {
        min-height: 750px;
    }
    #timetable .timetable div.room .min305 {
        min-height: 762.5px;
    }
    #timetable .timetable div.room .min310 {
        min-height: 775px;
    }
    #timetable .timetable div.room .min315 {
        min-height: 787.5px;
    }
    #timetable .timetable div.room .min320 {
        min-height: 800px;
    }
    #timetable .timetable div.room .min325 {
        min-height: 812.5px;
    }
    #timetable .timetable div.room .min330 {
        min-height: 825px;
    }
    #timetable .timetable div.room .min335 {
        min-height: 837.5px;
    }
    #timetable .timetable div.room .min340 {
        min-height: 850px;
    }
    #timetable .timetable div.room .min345 {
        min-height: 862.5px;
    }
    #timetable .timetable div.room .min350 {
        min-height: 875px;
    }
    #timetable .timetable div.room .min355 {
        min-height: 887.5px;
    }
    #timetable .timetable div.room .min360 {
        min-height: 900px;
    }
    #timetable .timetable div.room .min365 {
        min-height: 912.5px;
    }
    #timetable .timetable div.room .min370 {
        min-height: 925px;
    }
    #timetable .timetable div.room .min375 {
        min-height: 937.5px;
    }
    #timetable .timetable div.room .min380 {
        min-height: 950px;
    }
    #timetable .timetable div.room .min385 {
        min-height: 962.5px;
    }
    #timetable .timetable div.room .min390 {
        min-height: 975px;
    }
    #timetable .timetable div.room .min395 {
        min-height: 987.5px;
    }
    #timetable .timetable div.room .min400 {
        min-height: 1000px;
    }
    #timetable .timetable div.room .min405 {
        min-height: 1012.5px;
    }
    #timetable .timetable div.room .min410 {
        min-height: 1025px;
    }
    #timetable .timetable div.room .min415 {
        min-height: 1037.5px;
    }
    #timetable .timetable div.room .min420 {
        min-height: 1050px;
    }
    #timetable .timetable div.room .min425 {
        min-height: 1062.5px;
    }
    #timetable .timetable div.room .min430 {
        min-height: 1075px;
    }
    #timetable .timetable div.room .min435 {
        min-height: 1087.5px;
    }
    #timetable .timetable div.room .min440 {
        min-height: 1100px;
    }
    #timetable .timetable div.room .min445 {
        min-height: 1112.5px;
    }
    #timetable .timetable div.room .min450 {
        min-height: 1125px;
    }
    #timetable .timetable div.room .min455 {
        min-height: 1137.5px;
    }
    #timetable .timetable div.room .min460 {
        min-height: 1150px;
    }
    #timetable .timetable div.room .min465 {
        min-height: 1162.5px;
    }
    #timetable .timetable div.room .min470 {
        min-height: 1175px;
    }
    #timetable .timetable div.room .min475 {
        min-height: 1187.5px;
    }
    #timetable .timetable div.room .min480 {
        min-height: 1200px;
    }
    #timetable .timetable div.room .start1000 {
        top: 50px;
        border-top: none !important;
    }
    #timetable .timetable div.room .start1000 .rest {
        margin-top: -50px;
    }
    #timetable .timetable div.room .start1030 {
        top: 125px;
    }
    #timetable .timetable div.room .start1030 .rest {
        margin-top: -125px;
    }
    #timetable .timetable div.room .start1100 {
        top: 200px;
    }
    #timetable .timetable div.room .start1100 .rest {
        margin-top: -200px;
    }
    #timetable .timetable div.room .start1130 {
        top: 275px;
    }
    #timetable .timetable div.room .start1130 .rest {
        margin-top: -275px;
    }
    #timetable .timetable div.room .start1200 {
        top: 350px;
    }
    #timetable .timetable div.room .start1200 .rest {
        margin-top: -350px;
    }
    #timetable .timetable div.room .start1230 {
        top: 425px;
    }
    #timetable .timetable div.room .start1230 .rest {
        margin-top: -425px;
    }
    #timetable .timetable div.room .start1300 {
        top: 500px;
    }
    #timetable .timetable div.room .start1300 .rest {
        margin-top: -500px;
    }
    #timetable .timetable div.room .start1330 {
        top: 575px;
    }
    #timetable .timetable div.room .start1330 .rest {
        margin-top: -575px;
    }
    #timetable .timetable div.room .start1400 {
        top: 650px;
    }
    #timetable .timetable div.room .start1400 .rest {
        margin-top: -650px;
    }
    #timetable .timetable div.room .start1430 {
        top: 725px;
    }
    #timetable .timetable div.room .start1430 .rest {
        margin-top: -725px;
    }
    #timetable .timetable div.room .start1500 {
        top: 800px;
    }
    #timetable .timetable div.room .start1500 .rest {
        margin-top: -800px;
    }
    #timetable .timetable div.room .start1550 {
        top: 875px;
    }
    #timetable .timetable div.room .start1550 .rest {
        margin-top: -875px;
    }
    #timetable .timetable div.room .start1600 {
        top: 950px;
    }
    #timetable .timetable div.room .start1600 .rest {
        margin-top: -950px;
    }
    #timetable .timetable div.room .start1630 {
        top: 1025px;
    }
    #timetable .timetable div.room .start1630 .rest {
        margin-top: -1025px;
    }
    #timetable .timetable div.room .start1700 {
        top: 1100px;
    }
    #timetable .timetable div.room .start1700 .rest {
        margin-top: -1100px;
    }
    #timetable .timetable div.room .start1730 {
        top: 1175px;
    }
    #timetable .timetable div.room .start1730 .rest {
        margin-top: -1175px;
    }
}
#timetable .timetable div.room:last-child {
    border-right: 0;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room:last-child .summary {
        left: auto;
        right: 10px;
    }
}
#timetable .timetable div.room h4 {
    margin: 4.6875vw 0vw 0vw 0vw;
    font-size: 4.375vw;
    padding: 5vw 0vw 5vw 0vw;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    border-bottom: 1px solid #5977b9;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room h4 {
        margin: 0;
        height: 50px;
        line-height: 50px;
        padding: 0;
        font-size: 1.6rem;
    }
}
#timetable .timetable div.room > div:nth-child(1) {
    border-top: none;
}
#timetable .timetable div.room div {
    border-bottom: 1px dotted #5977b9;
    padding: 3.125vw 3.125vw 3.125vw 3.125vw;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room div {
        border-top: 1px dotted #5977b9;
        padding: 0;
        position: absolute;
        left: 0;
    }
}
#timetable .timetable div.room div.active {
    background-color: #5977b9 !important;
}
#timetable .timetable div.room div.active a > p.time, #timetable .timetable div.room div.active a > p.track-name, #timetable .timetable div.room div.active a > p.program-title {
    color: #fff;
}
#timetable .timetable div.room div.active a > p.capacity {
    color: #5977b9;
}
#timetable .timetable div.room a {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room a {
        position: absolute;
        padding: 10px;
    }
}
#timetable .timetable div.room a .time {
    display: inline-block;
    font-family: sans-serif;
    font-size: 3.75vw;
    line-height: 1;
    color: #000;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room a .time {
        font-size: 1.4rem;
    }
}
#timetable .timetable div.room a .track-name {
    margin: 1.875vw 0vw 0vw 0vw;
    font-weight: 700;
    font-size: 4.375vw;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room a .track-name {
        font-size: 1.6rem;
        margin-top: 6px;
    }
}
#timetable .timetable div.room a .program-title {
    margin: 1.875vw 0vw 0vw 0vw;
    font-weight: 700;
    color: #1d50a2;
    line-height: 1.3;
    font-size: 4.375vw;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room a .program-title {
        font-size: 1.6rem;
        margin: 6px 0 0 0;
    }
}
#timetable .timetable div.room a .attention {
    margin: 1.875vw 0vw 0vw 0vw;
    font-size: 3.75vw;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room a .attention {
        font-size: 1.2rem;
        margin-top: 6px;
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 25px;
    }
}
#timetable .timetable div.room a .capacity {
    display: inline-block;
    background-color: #fff;
    line-height: 1;
    font-size: 3.75vw;
    padding: 1.25vw 1.875vw 1.25vw 1.875vw;
    margin: 2.5vw 0vw 0vw 0vw;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room a .capacity {
        font-size: 1.4rem;
        margin-top: 8px;
        padding: 4px 6px;
        border-radius: 2px;
    }
}
#timetable .timetable div.room a .rest {
    display: inline-block;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room a .rest {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room a .rest .time {
        position: absolute;
        top: 12px;
        left: 12px;
    }
}
#timetable .timetable div.room a .rest .forSP {
    font-size: 3.75vw;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room a .rest .forSP {
        font-size: 1.2rem;
    }
}
#timetable .timetable div.room a .rest .program-title {
    color: #000;
    font-size: 0.85em;
    font-weight: normal;
    font-size: 3.75vw;
}
@media screen and (min-width: 640px), print {
    #timetable .timetable div.room a .rest .program-title {
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 2;
        height: 2em;
        width: 6em;
        color: #5977b9;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}
#timetable .timetable div.room h4.color1,
#timetable .timetable div.room div.color1 {
    background-color: #f0d0e2;
}
#timetable .timetable div.room h4.color2,
#timetable .timetable div.room div.color2 {
    background-color: #bbcde9;
}
#timetable .timetable div.room h4.color3,
#timetable .timetable div.room div.color3 {
    background-color: #fdeeed;
}
#timetable .timetable div.room h4.color4,
#timetable .timetable div.room div.color4 {
    background-color: #e9e7f3;
}
#timetable .timetable div.room h4.color5,
#timetable .timetable div.room div.color5 {
    background-color: #fffcd1;
}
#timetable .timetable .bottom-dot {
    border-bottom: 1px dotted #5977b9;
}
#timetable .timetable .bottom-line {
    border-bottom: 1px solid #fff;
}
#timetable .summary {
    position: fixed;
    padding: 1.2em;
    width: 360px;
    background: #fff;
    border: 4px solid #5977b9;
    z-index: 200;
    opacity: 0;
    width: 93.75vw;
    right: 0;
    left: 0;
    margin: auto;
    padding: 3.125vw 3.125vw 0vw 3.125vw;
    bottom: 3.125vw;
    border-radius: 1.25vw;
    -moz-border-radius: 1.25vw;
    -webkit-border-radius: 1.25vw;
}
@media screen and (min-width: 640px), print {
    #timetable .summary {
        width: 300px;
        position: absolute;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 1em;
        bottom: auto;
        top: 3em;
        left: 10px;
    }
}
#timetable .summary .time {
    color: #5977b9;
}
#timetable .summary h5 {
    font-size: 100%;
    color: #272727;
    line-height: 1.5;
    margin: 1.25vw 0vw 0vw 0vw;
}
@media screen and (min-width: 640px), print {
    #timetable .summary h5 {
        margin-top: 4px;
    }
}
#timetable .summary p {
    font-size: 4.0625vw;
    color: #272727;
    line-height: 1.75;
    margin: 2.5vw 0vw 0vw 0vw;
}
@media screen and (min-width: 640px), print {
    #timetable .summary p {
        font-size: 1.3rem;
        margin-top: 8px;
    }
}
#timetable .summary p.close {
    margin: 3.125vw -3.125vw 0vw -3.125vw;
    padding: 0.8em 0;
    background: #ccc;
    color: #fff;
    text-align: center;
}
#timetable .summary p.btn {
    display: inline-block;
    width: 100%;
    padding: 10px 0 8px 0;
    background: #5977b9;
    color: #fff;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 2px 0 #3b4f7b;
    font-size: 4.375vw;
    margin: 3.125vw 0vw 0vw 0vw;
    border-radius: 1.25vw;
    -moz-border-radius: 1.25vw;
    -webkit-border-radius: 1.25vw;
}
@media screen and (min-width: 640px), print {
    #timetable .summary p.btn {
        border-radius: 4px;
        font-size: 1.4rem;
        margin-top: 10px;
    }
}
#timetable .summary p.btn:hover {
    opacity: 0.7;
}
#timetable .summary p.capacity {
    position: absolute;
    top: 3px;
    right: 0.8em;
    background-color: #efefef;
}
#timetable .summary p span {
    display: block;
    font-weight: 700;
    margin: 3.125vw 0vw 0vw 0vw;
}
@media screen and (min-width: 640px), print {
    #timetable .summary p span {
        margin-top: 10px;
    }
}
@media screen and (min-width: 640px), print {
    #timetable .rest {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 5%;
        width: 90%;
        background-color: #fff;
    }
}
#timetable table tr td.keynote dd {
    height: 10em;
}

/* hash tag */
#hashtag {
    padding: 0vw 0vw 28.125vw 0vw;
}
@media screen and (min-width: 640px), print {
    #hashtag {
        padding-bottom: 90px;
    }
}
#hashtag p {
    line-height: 2.6;
    font-size: 4.375vw;
    margin: 0vw 0vw 12.5vw 0vw;
}
@media screen and (min-width: 640px), print {
    #hashtag p {
        font-size: 1.6rem;
        margin-bottom: 40px;
    }
}
#hashtag p span {
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px;
    background-color: #fff;
    color: #5977b9;
    font-size: 115%;
    line-height: 1;
    letter-spacing: 1px;
}
#hashtag .tw-tl {
    margin: 0vw auto 3.125vw auto;
}
@media screen and (min-width: 640px), print {
    #hashtag .tw-tl {
        margin: 0 auto 20px;
        display: block;
        padding: 5px;
        font-size: 1.6rem;
    }
}
#hashtag .tw-tl:last-child {
    margin-bottom: 0;
}

/* contact */
#contact {
    padding: 0vw 0vw 28.125vw 0vw;
}
@media screen and (min-width: 640px), print {
    #contact {
        padding-bottom: 90px;
    }
}
#contact h3 {
    font-weight: normal;
    line-height: 2.5;
    font-size: 4.375vw;
}
@media screen and (min-width: 640px), print {
    #contact h3 {
        font-size: 1.4rem;
    }
}
#contact .mail {
    font-weight: 700;
    color: #5977b9;
    line-height: 2.5;
    font-size: 5.625vw;
}
@media screen and (min-width: 640px), print {
    #contact .mail {
        font-size: 1.8rem;
    }
}
#contact .note {
    line-height: 2.5;
    font-size: 3.75vw;
}
@media screen and (min-width: 640px), print {
    #contact .note {
        font-size: 1.2rem;
    }
}

/* =========================================
Footer Base
========================================= */
footer {
    position: relative;
    width: 100%;
    background-color: #003378; /* �� �ŏI�l�̂ݍ̗p */
    color: #fff;
    text-align: center;
}

/* PC�T�C�Y */
@media screen and (min-width: 640px), print {
    footer {
        text-align: left;
        min-width: 980px;
    }
}


/* =========================================
To Top Button
========================================= */
footer .totop {
    display: none; /* �ŏI�w�� */
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    text-align: center;
}

footer .totop img {
    height: 35px;
}

@media screen and (min-width: 640px), print {
    footer .totop:hover img {
        opacity: 1;
    }
}


/* =========================================
Upper Area
========================================= */
footer .upper .inner {
    padding: 0 5.625vw; /* SP�f�t�H���g */

}

/* PC */
@media screen and (min-width: 640px), print {
    footer .upper .inner {
        padding: 20px 0 80px;
    }
}

/* SP������ */
@media screen and (max-width: 640px) {
    footer .upper .inner {
        padding-top: 5px;
    }
}


/* =========================================
Upper / DL List
========================================= */
footer .upper dl {
    text-align: left;
    font-size: 3.75vw;
}

@media screen and (min-width: 640px), print {
    footer .upper dl {
        display: inline-block;
        font-size: 1.4rem;
    }
}

footer .upper dl dt {
    margin: 4.6875vw 0 3.125vw;
    padding: 0;
    color: #fff;
}

@media screen and (min-width: 640px), print {
    footer .upper dl dt {
        float: left;
        margin: 2em 0 0;
        border-bottom-width: 2px;
    }
    footer .upper dl dt + dd {
        margin-top: 2em;
    }
}

footer .upper dl dt span {
    display: block;
    position: relative;
}

@media screen and (min-width: 640px), print {
    footer .upper dl dt span {
        display: inline-block;
    }
}

footer .upper dl dt span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: -0.78125vw;
}

@media screen and (min-width: 640px), print {
    footer .upper dl dt span:after {
        bottom: -5px;
    }
}

footer .upper dl dd {
    /* PC���� */
}

@media screen and (min-width: 640px), print {
    footer .upper dl dd {
        margin-left: 64px;
    }
}

footer .upper dl dd.past {
    margin-top: 2em;
}

footer .upper dl dd a {
    color: #fff;
    padding-left: 1.2em;
    position: relative;
}

footer .upper dl dd a:before {
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    left: 0;
    top: 0.5em;
    transform: rotate(45deg);
}


/* =========================================
Lower Area
========================================= */
footer .lower {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 640px), print {
    footer .lower {
        border-top: 1px solid #fefefe;
    }
}

footer .lower .inner {
    width: 100%;
    padding: 6.25vw 0;
}

@media screen and (min-width: 640px), print {
    footer .lower .inner {
        width: 980px;
        padding: 20px 0;
    }
}


/* SNS */
footer .lower .sns {
    width: 100%;
    padding: 0 0 6.25vw;
    margin: 0 0 6.25vw;
    border-bottom: 1px solid #fefefe;
}

@media screen and (min-width: 640px), print {
    footer .lower .sns {
        width: auto;
        padding: 0;
        margin: 0;
        float: right;
        border: none;
    }

    footer .lower .sns a {
        display: inline-block;
        margin-left: 6px;
    }
}

footer .lower .sns img {
    width: 15vw;
    margin: 0 3.125vw;
}

@media screen and (min-width: 640px), print {
    footer .lower .sns img {
        width: 32px;
        margin: 0;
    }
}


/* Copyright */
footer .lower .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 640px), print {
    footer .lower .copyright {
        float: left;
    }
}

footer .lower .copyright .logo {
    width: 9.375vw;
    margin: 0 3.125vw 0 0;
}

@media screen and (min-width: 640px), print {
    footer .lower .copyright .logo {
        width: 50px;
        margin: 0 15px 0 0;
    }
}

footer .lower .copyright p {
    line-height: 1;
}

/* COMMON */
.iframeBox {
    position: relative;
    margin-bottom: 15px;
    padding-top: 56.25%;
    width: 100%;
}
.iframeBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.speaker {
    display: inline-block;
    margin: 0 10px 15px 0;
    font-size: 80%;
    line-height: 1.25;
}
.speaker span {
    font-size: 90%;
}
.speaker img {
    display: block;
    margin-bottom: 5px;
    max-width: 125px;
    border: 1px solid #ddd;
}

.day1speaker {
    display: table;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 1.5;
}
.day1speaker:last-child {
    margin-bottom: 0;
}
.day1speaker img {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 125px;
    border: 1px solid #ddd;
}
.day1speaker p {
    display: table-cell;
    vertical-align: middle;
}
.day1speaker span {
    display: block;
    margin-top: 4px;
    font-size: 90%;
}

a.pdf, a.doc {
    display: block;
    font-family: sans-serif;
    text-align: left;
    font-size: 4.375vw;
    line-height: 3;
    color: #fff;
    border: 1px solid #5f77b4;
    background: #5f77b4;
    position: relative;
    box-shadow: 0 2px 0 #475987;
    border-radius: 1.25vw;
    -moz-border-radius: 1.25vw;
    -webkit-border-radius: 1.25vw;
    padding: 0vw 0vw 0vw 18.75vw;
}
@media screen and (min-width: 640px), print {
    a.pdf, a.doc {
        width: 280px;
        padding-left: 60px;
        font-size: 1.4rem;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }
    a.pdf:hover, a.doc:hover {
        opacity: 0.7;
        text-decoration: none;
    }
}
a.pdf:before, a.doc:before {
    position: absolute;
    left: 4.6875vw;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: "";
    width: 9.375vw;
    height: 9.375vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (min-width: 640px), print {
    a.pdf:before, a.doc:before {
        left: 15px;
        width: 30px;
        height: 30px;
    }
}
a.pdf:before {
    background-image: url(../_img/icon_pdf.png);
}
a.doc:before {
    background-image: url(../_img/icon_doc.png);
}

#track.page .content {
    padding: 9.375vw 0vw 18.75vw 0vw;
}
@media screen and (min-width: 640px), print {
    #track.page .content {
        padding: 60px 0 120px;
    }
}
#track #mv .inner {
    padding: 0;
}
@media screen and (min-width: 640px), print {
    #track #mv .inner {
        width: 984px;
    }
}
#track #header {
    position: relative;
}
#track h2.blue {
    margin-bottom: 20px;
}
#track h3#period1 {
    text-align: center;
    color: white;
    background: #3a358c;
    font-size: 3.75vw;
    line-height: 2.0833333333;
    border-radius: 3.90625vw;
    -moz-border-radius: 3.90625vw;
    -webkit-border-radius: 3.90625vw;
    width: 62.5vw;
    margin: 0vw auto 4.6875vw auto;
}
@media screen and (min-width: 640px), print {
    #track h3#period1 {
        font-size: 1.2rem;
        width: 300px;
        margin: 0 auto 30px;
    }
}
#track h4 {
    font-size: 5vw;
    text-align: center;
    padding: 0vw 6.25vw 0vw 6.25vw;
    margin: 0vw 0vw 6.25vw 0vw;
    font-weight: 700;
    position: relative;
}
@media screen and (min-width: 640px), print {
    #track h4 {
        width: 720px;
        margin: 0 auto 40px;
        font-size: 2.4rem;
        line-height: 1.25;
        padding: 5px 40px;
    }
}
#track h4:before, #track h4:after {
    display: block;
    width: 3.125vw;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid black;
}
@media screen and (min-width: 640px), print {
    #track h4:before, #track h4:after {
        border-width: 2px;
        width: 24px;
    }
}
#track h4:before {
    left: 0;
    border-right: none;
}
#track h4:after {
    right: 0;
    border-left: none;
}
#track .content {
    text-align: left;
    padding: 0vw 0vw 18.75vw 0vw;
}
@media screen and (min-width: 640px), print {
    #track .content {
        padding-bottom: 120px;
    }
}
#track .content p {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 1em;
}
@media screen and (min-width: 640px), print {
    #track .content p {
        font-size: 1.6rem;
    }
}
#track .content p big {
    font-size: 5.625vw;
}
@media screen and (min-width: 640px), print {
    #track .content p big {
        font-size: 1.8rem;
    }
}
#track .content p small {
    font-size: 3.75vw;
}
@media screen and (min-width: 640px), print {
    #track .content p small {
        font-size: 1.2rem;
    }
}
#track .content b {
    font-weight: 700;
}
#track .content.right {
    text-align: right;
}
#track .content ol,
#track .content ul {
    font-size: 5vw;
    text-align: left;
    margin-bottom: 1em;
    border-top: 1px dashed #c9caca;
}
@media screen and (min-width: 640px), print {
    #track .content ol,
    #track .content ul {
        font-size: 1.6rem;
    }
}
#track .content ol li,
#track .content ul li {
    padding-left: 1em;
    position: relative;
    border-bottom: 1px dashed #c9caca;
    padding: 3.125vw 0vw 3.125vw 6.25vw;
}
@media screen and (min-width: 640px), print {
    #track .content ol li,
    #track .content ul li {
        padding: 10px 0 10px 20px;
    }
}
#track .content ol li:before,
#track .content ul li:before {
    position: absolute;
    display: block;
    content: "��";
    font-size: 2.5vw;
    top: 3.125vw;
    margin-top: 0.5em;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
@media screen and (min-width: 640px), print {
    #track .content ol li:before,
    #track .content ul li:before {
        font-size: 0.8rem;
        top: 10px;
    }
}
#track .content ol li {
    list-style: decimal;
    list-style-position: inside;
    text-indent: -1em;
}
#track .content ol li:before {
    content: none;
}
#track .content .photo {
    margin: 0vw -5.625vw 3.125vw -5.625vw;
    text-align: center;
}
@media screen and (min-width: 640px), print {
    #track .content .photo {
        margin: 0 0 40px 0;
    }
}
#track .content .photo.flex {
    display: flex;
}
#track .content .photo img {
    margin: 0 auto;
}
#track .content .flex {
    width: 100%;
    margin: 0vw 0vw 3.125vw 0vw;
}
@media screen and (min-width: 640px), print {
    #track .content .flex {
        display: flex;
        margin-bottom: 40px;
    }
}
#track .content .flex > * {
    width: 100%;
    margin: 0vw 3.125vw 0vw 0vw;
}
@media screen and (min-width: 640px), print {
    #track .content .flex > * {
        margin-right: 40px;
    }
}
#track .content .flex > *:last-child {
    margin-right: 0;
}
#track .content .flex.column3 > *, #track .content .flex.column4 > * {
    margin: 0vw 2.34375vw 0vw 0vw;
}
@media screen and (min-width: 640px), print {
    #track .content .flex.column3 > *, #track .content .flex.column4 > * {
        margin-right: 20px;
    }
}
#track .content table {
    width: 100%;
    background: white;
    font-size: 4.375vw;
}
@media screen and (min-width: 640px), print {
    #track .content table {
        font-size: 1.6rem;
    }
}
#track .content table tr {
    border-bottom: 3px solid #efefef;
}
#track .content table tr th,
#track .content table tr td.time {
    display: block;
    padding: 0.5em 1em;
    background: #b9c8e5;
}
@media screen and (min-width: 640px), print {
    #track .content table tr th,
    #track .content table tr td.time {
        display: table-cell;
        vertical-align: top;
        padding: 1em;
        line-height: 1;
        width: 150px;
    }
}
#track .content table tr td {
    display: block;
    padding: 1em;
}
@media screen and (min-width: 640px), print {
    #track .content table tr td {
        display: table-cell;
        vertical-align: top;
    }
}
@media screen and (min-width: 640px), print {
    #track .content table tr td.subject, #track .content table tr td.border {
        border-left: 1px solid #efefef;
    }
}
#track .content table p {
    font-size: 4.375vw;
    margin-bottom: 0.5em;
}
@media screen and (min-width: 640px), print {
    #track .content table p {
        font-size: 1.4rem;
    }
}