@charset "UTF-8";
/*--------------------------------------------
Common setting
--------------------------------------------*/
@import url(../css/all.min.css);
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: "liga";
}

/*--------------------------------------------
Common setting
--------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  color: #202124;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

html {
  position: relative;
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  position: relative;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: middle;
}

hr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #8cb8c5;
}

::selection {
  background: #8cb8c5;
}

::-moz-selection {
  background: #8cb8c5;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.marker {
  background: linear-gradient(transparent 50%, #fff799 50%);
  font-weight: bold;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.red {
  color: #ef5055 !important;
}

.link {
  color: #3071b9;
  text-decoration: none;
  transition: 0.15s ease;
}
.link:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.nolink {
  color: #999 !important;
  cursor: default !important;
  pointer-events: none;
}
.nolink span {
  color: #999 !important;
  cursor: default !important;
  pointer-events: none;
}

.bold {
  font-weight: bold;
}

.fz15 {
  font-size: 1.5rem;
}

.ml16 {
  margin-left: 1.6rem !important;
}

.ml24 {
  margin-left: 2.4rem !important;
}

.ml32 {
  margin-left: 3.2rem !important;
}

.mb16 {
  margin-bottom: 1.6rem !important;
}

.mb24 {
  margin-bottom: 2.4rem !important;
}

.mb32 {
  margin-bottom: 3.2rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mt16 {
  margin-top: 1.6rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt24 {
  margin-top: 2.4rem !important;
}

.mt32 {
  margin-top: 3.2rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.fstart {
  display: flex;
  justify-content: flex-start;
}

.fend {
  display: flex;
  justify-content: flex-end;
}

.fcenter {
  display: flex;
  justify-content: center;
}

.fcolumn {
  display: flex;
  flex-direction: column;
}

.wfit {
  width: -moz-fit-content;
  width: fit-content;
}

.tw01 {
  width: 1%;
}

.tw02 {
  width: 2%;
}

.tw03 {
  width: 3%;
}

.tw04 {
  width: 4%;
}

.tw05 {
  width: 5%;
}

.tw06 {
  width: 6%;
}

.tw07 {
  width: 7%;
}

.tw08 {
  width: 8%;
}

.tw09 {
  width: 9%;
}

.tw10 {
  width: 10%;
}

.tw11 {
  width: 11%;
}

.tw12 {
  width: 12%;
}

.tw13 {
  width: 13%;
}

.tw14 {
  width: 14%;
}

.tw15 {
  width: 15%;
}

.tw16 {
  width: 16%;
}

.tw17 {
  width: 17%;
}

.tw18 {
  width: 18%;
}

.tw19 {
  width: 19%;
}

.tw20 {
  width: 20%;
}

.tw21 {
  width: 21%;
}

.tw22 {
  width: 22%;
}

.tw23 {
  width: 23%;
}

.tw24 {
  width: 24%;
}

.tw25 {
  width: 25%;
}

.tw26 {
  width: 26%;
}

.tw27 {
  width: 27%;
}

.tw28 {
  width: 28%;
}

.tw29 {
  width: 29%;
}

.tw30 {
  width: 30%;
}

.tw31 {
  width: 31%;
}

.tw32 {
  width: 32%;
}

.tw33 {
  width: 33%;
}

.tw34 {
  width: 34%;
}

.tw35 {
  width: 35%;
}

.tw36 {
  width: 36%;
}

.tw37 {
  width: 37%;
}

.tw38 {
  width: 38%;
}

.tw39 {
  width: 39%;
}

.tw40 {
  width: 40%;
}

.tw41 {
  width: 41%;
}

.tw42 {
  width: 42%;
}

.tw43 {
  width: 43%;
}

.tw44 {
  width: 44%;
}

.tw45 {
  width: 45%;
}

.tw46 {
  width: 46%;
}

.tw47 {
  width: 47%;
}

.tw48 {
  width: 48%;
}

.tw49 {
  width: 49%;
}

.tw50 {
  width: 50%;
}

.tw51 {
  width: 51%;
}

.tw52 {
  width: 52%;
}

.tw53 {
  width: 53%;
}

.tw54 {
  width: 54%;
}

.tw55 {
  width: 55%;
}

.tw56 {
  width: 56%;
}

.tw57 {
  width: 57%;
}

.tw58 {
  width: 58%;
}

.tw59 {
  width: 59%;
}

.tw60 {
  width: 60%;
}

.tw61 {
  width: 61%;
}

.tw62 {
  width: 62%;
}

.tw63 {
  width: 63%;
}

.tw64 {
  width: 64%;
}

.tw65 {
  width: 65%;
}

.tw66 {
  width: 66%;
}

.tw67 {
  width: 67%;
}

.tw68 {
  width: 68%;
}

.tw69 {
  width: 69%;
}

.tw70 {
  width: 70%;
}

.tw71 {
  width: 71%;
}

.tw72 {
  width: 72%;
}

.tw73 {
  width: 73%;
}

.tw74 {
  width: 74%;
}

.tw75 {
  width: 75%;
}

.tw76 {
  width: 76%;
}

.tw77 {
  width: 77%;
}

.tw78 {
  width: 78%;
}

.tw79 {
  width: 79%;
}

.tw80 {
  width: 80%;
}

.tw81 {
  width: 81%;
}

.tw82 {
  width: 82%;
}

.tw83 {
  width: 83%;
}

.tw84 {
  width: 84%;
}

.tw85 {
  width: 85%;
}

.tw86 {
  width: 86%;
}

.tw87 {
  width: 87%;
}

.tw88 {
  width: 88%;
}

.tw89 {
  width: 89%;
}

.tw90 {
  width: 90%;
}

.tw91 {
  width: 91%;
}

.tw92 {
  width: 92%;
}

.tw93 {
  width: 93%;
}

.tw94 {
  width: 94%;
}

.tw95 {
  width: 95%;
}

.tw96 {
  width: 96%;
}

.tw97 {
  width: 97%;
}

.tw98 {
  width: 98%;
}

.tw99 {
  width: 99%;
}

.tw100 {
  width: 100%;
}

/*--------------------------------------------
SP setting
--------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  body {
    display: block;
    position: relative;
    width: 100%;
  }
  body.mobile-menu-visible {
    overflow: hidden;
  }
  header {
    display: block;
    position: relative;
    width: 100%;
    height: 5rem;
    border-top: 4px solid #e27e3b;
    background: #fff;
    z-index: 99;
  }
  header .box__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 48rem;
    padding: 0 2rem;
  }
  header .box__header .logo__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 5.6rem - 4rem);
    height: 5rem;
    padding-right: 2rem;
  }
  header .box__header .logo__title img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .box__header .logo__icep {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 5.6rem;
  }
  header .box__header .logo__icep img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .box__header .box__ham {
    display: block;
    position: fixed;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    top: 0.8rem;
    left: auto;
    right: 0.5rem;
    background: rgba(255, 255, 255, 0.8);
  }
  header .box__header .box__ham .ham01 {
    display: block;
    position: absolute;
    width: 3.2rem;
    height: 0.2rem;
    background: #e27e3b;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.2s ease;
  }
  header .box__header .box__ham .ham02 {
    display: block;
    position: absolute;
    width: 3.2rem;
    height: 0.2rem;
    background: #e27e3b;
    top: 65%;
    transform: translateY(-45%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.2s ease;
  }
  header .box__header .box__ham.active .ham01 {
    top: 50%;
    transform: rotate(225deg) translateY(-50%);
  }
  header .box__header .box__ham.active .ham02 {
    top: 50%;
    transform: rotate(-225deg) translateY(-50%);
  }
  .wrapper,
  .container {
    display: block;
    width: 100%;
    min-height: calc(100vh - 100px);
  }
  .bread {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
  }
  .bread__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #202124;
    font-size: 1.3rem;
    line-height: 1;
    padding: 1.2rem 2rem;
    margin: 0 auto;
  }
  .bread__link a {
    font-size: 1.3rem;
    line-height: 1;
  }
  .bread__link .fa-angle-right {
    color: #202124;
    font-size: 1.3rem;
    margin: 0 1rem;
  }
  main {
    display: block;
    width: 100%;
  }
  main.content__program {
    display: block;
    width: 100%;
    margin: 0 auto 6.4rem;
  }
  main aside.aside__left {
    display: none;
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background: #f8f9fa;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 5rem;
    padding-bottom: 12rem;
    z-index: 98;
  }
  main aside.aside__left.mobile-menu-visible {
    display: block;
  }
  main aside.aside__left .box__submenu {
    display: block;
    width: 100%;
  }
  main aside.aside__left .box__submenu .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 3.2rem;
    background: #e27e3b;
    padding: 0 2rem;
  }
  main aside.aside__left .box__submenu .title span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
  }
  main aside.aside__left .box__submenu .unit__submenu {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 4rem;
    background: #fff;
    text-decoration: none;
    padding: 0 4rem;
    border: 1px solid #dadce0;
    border-top: none;
    transition: 0.15s ease;
  }
  main aside.aside__left .box__submenu .unit__submenu:hover {
    -webkit-text-decoration: underline solid #e27e3b;
            text-decoration: underline solid #e27e3b;
  }
  main aside.aside__left .box__submenu .unit__submenu:hover span {
    color: #e27e3b;
  }
  main aside.aside__left .box__submenu .unit__submenu::before {
    display: block;
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../img/arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    left: 2.2rem;
  }
  main aside.aside__left .box__submenu .unit__submenu span {
    color: #202124;
    font-size: 1.3rem;
    line-height: 1;
    transition: 0.15s ease;
  }
  main aside.aside__left .box__submenu .unit__submenu.child {
    padding: 0 2rem 0 6rem;
  }
  main aside.aside__left .box__submenu .unit__submenu.child::before {
    left: 4.6rem;
  }
  main aside.aside__left .box__sponsor {
    display: block;
    width: 100%;
  }
  main aside.aside__left .box__sponsor .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 3.2rem;
    background: #e27e3b;
    padding: 0 2rem;
  }
  main aside.aside__left .box__sponsor .title span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
  }
  main aside.aside__left .box__sponsor .unit__sponsor {
    display: block;
    width: 100%;
    background: #fff;
    text-decoration: none;
    padding: 1rem 2rem;
    border: 1px solid #dadce0;
    border-top: none;
  }
  main aside.aside__left .box__sponsor .unit__sponsor p {
    color: #202124;
    font-size: 1.3rem;
  }
  main aside.aside__left .box__sponsor .unit__sponsor .sponsor-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
  }
  main aside.aside__left .box__sponsor .unit__sponsor.sponsor-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main aside.aside__left .box__sponsor .unit__sponsor.sponsor-center img {
    width: 75%;
  }
  main aside.aside__right {
    width: 100%;
    padding: 0 2rem;
    margin-top: 8rem;
  }
  main aside.aside__right .box__sponsor {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  main aside.aside__right .box__sponsor + .box__sponsor {
    margin-top: 1.6rem;
  }
  main aside.aside__right .box__sponsor .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 3.2rem;
    background: #e27e3b;
    padding: 0 1rem;
  }
  main aside.aside__right .box__sponsor .title span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
  }
  main aside.aside__right .box__sponsor .unit__sponsor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    width: 100%;
    text-decoration: none;
    padding: 2rem 1rem;
    margin-bottom: 2em;
  }
  main aside.aside__right .box__sponsor .unit__sponsor .logo__sponsor {
    display: block;
    width: 85%;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  main aside.aside__right .box__sponsor .unit__sponsor .logo__sponsor + .logo__sponsor {
    margin-top: 2rem;
  }
  main aside.aside__right .box__sponsor .unit__sponsor .logo__sponsor:hover {
    opacity: 0.8;
  }
  main article {
    display: block;
    width: 100%;
    padding: 0 2rem;
  }
  main article section {
    display: block;
    width: 100%;
  }
  main article section h1 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #e27e3b;
    padding: 0 0 0.8rem 0;
    margin: 0 auto 1rem;
  }
  main article section h2 {
    display: block;
    width: 100%;
    background: #f8f9fa;
    color: #202124;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 1rem 1.2rem 0.8rem;
    border-left: 3px solid #e27e3b;
  }
  main article section h2 + * {
    margin-top: 1.6rem !important;
  }
  main article section h3 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #dadce0;
    padding-bottom: 0.4rem;
  }
  main article section h3 + * {
    margin-top: 0.8rem;
  }
  main article section h4 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.6rem;
    font-weight: bold;
  }
  main article section h4 + * {
    margin-top: 0.2rem;
  }
  main article section * + h2 {
    margin-top: 3.2rem !important;
  }
  main article section * + h3 {
    margin-top: 2.4rem !important;
  }
  main article section * + h4 {
    margin-top: 1.8rem;
  }
  main article section p {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.4rem;
  }
  main article section p + p, main article section p + ul, main article section p + ol {
    margin-top: 1em;
  }
  main article section .kome {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
  }
  main article section .kome + .kome {
    margin-top: 0;
  }
  main article section ul {
    display: block;
    width: 100%;
  }
  main article section ul li {
    display: block;
    position: relative;
    color: #202124;
    font-size: 1.4rem;
    text-align: justify;
    word-break: break-word;
    padding-left: 1.6em;
  }
  main article section ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e27e3b;
    top: 0.9rem;
    left: 0.5em;
    right: auto;
    margin: 0 auto;
  }
  main article section ul + * {
    margin-top: 1em;
  }
  main article section ol {
    display: block;
    width: 100%;
    counter-reset: number;
  }
  main article section ol.latin {
    counter-reset: latin;
  }
  main article section ol.latin li {
    text-indent: -1.2rem;
    padding-left: 2.6rem;
  }
  main article section ol.latin li::before {
    display: inline-block;
    counter-increment: latin;
    content: counter(latin, upper-latin) ".";
    width: 0.8em;
  }
  main article section ol li {
    display: block;
    position: relative;
    color: #202124;
    font-size: 1.4rem;
    text-align: justify;
    word-break: break-word;
    text-indent: -1.2rem;
    padding-left: 3rem;
  }
  main article section ol li::before {
    display: inline-block;
    counter-increment: number;
    content: counter(number) ".";
    width: 0.8em;
    color: #e27e3b;
    font-weight: bold;
  }
  main article section ol li .alpha {
    text-indent: -2rem;
    padding-left: 1.6rem;
    margin-top: 0;
  }
  main article section #gmap {
    display: block;
    width: 100%;
    margin: 1rem 0 2.4rem 0;
  }
  main article section #gmap iframe {
    display: block;
    width: 100%;
    height: 24rem;
  }
  main article section .button {
    display: block;
    width: 100%;
    margin: 2rem 0;
  }
  main article section .button a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    color: #fff;
    background: #f0853f;
    text-decoration: none;
    padding: 1rem;
    transition: 0.15s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    font-size: 15px;
  }
  main article section .button a:hover {
    opacity: 0.8;
  }
  main article section .button.nolink a {
    background: #ccc;
  }
  main article section .ind-1 {
    text-indent: -18px;
    padding-left: 18px;
  }
  main article section .ind-1 p {
    margin-top: 0 !important;
  }
  main article section .ind-2 {
    text-indent: -25px;
    padding-left: 25px;
  }
  main article section .ind-2 p {
    margin-top: 0 !important;
  }
  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4.8rem;
    background: #232a46;
    margin: 0 auto;
  }
  footer .copy {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
  }
  #home .wrapper .container .box__hero {
    display: none;
  }
  #home .wrapper .container .box__hero_sp {
    width: 100%;
    height: 24rem;
    background-position: center;
    background-size: cover;
    margin-bottom: 1.6rem;
  }
  #home .wrapper .container .box__hero_sp img {
    height: 24rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #home .wrapper .container main article section .box__info {
    display: block;
    width: 100%;
  }
  #home .wrapper .container main article section .box__info .unit__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding: 1rem 0;
  }
  #home .wrapper .container main article section .box__info .unit__info .date {
    display: block;
    width: 10rem;
    color: #202124;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 1rem 0 0;
  }
  #home .wrapper .container main article section .box__info .unit__info .title {
    display: block;
    width: calc(100% - 110px);
    color: #202124;
    font-size: 1.4rem;
  }
  #home .wrapper .container main article section .box__info .unit__info .title a {
    color: #e27e3b;
    text-decoration: underline;
  }
  #page .box__hero {
    width: 100%;
    height: 8rem;
    background: url(../img/bg13.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 1.6rem;
  }
  #page .box__hero::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 8rem;
    opacity: 0.5;
  }
  #page .box__hero .unit__hero {
    display: flex;
    position: relative;
    width: 100%;
    height: 8rem;
    align-items: center;
    flex-direction: column;
    padding: 1.6rem;
    gap: 1.6rem;
  }
  #page .box__hero .unit__hero .hero__text {
    display: block;
    width: 32rem;
  }
  #page .box__hero .unit__hero p {
    position: absolute;
    bottom: 0;
    right: 3%;
    font-size: 0.7rem;
    font-weight: bold;
  }
  #page .box__hero .unit__hero .hero__photo {
    display: none;
  }
  #page main article section .box__summary {
    display: block;
    width: 100%;
  }
  #page main article section .box__summary .unit__summary {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px dashed #dadce0;
    padding: 1.6rem 0;
  }
  #page main article section .box__summary .unit__summary .title {
    display: block;
    width: 160px;
    color: #e27e3b;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #page main article section .box__summary .unit__summary .desc {
    display: block;
    width: calc(100% - 160px);
  }
  #page main article section .box__summary .unit__summary .desc .box__img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 4rem auto 0;
  }
  #page main article section .box__summary .unit__summary .desc .box__img .unit__img {
    display: block;
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
  }
  #page main article section .box__summary .unit__summary .desc .box__img .unit__img:last-child {
    margin-right: 0;
  }
  #page main article section table.calendar {
    width: 100%;
    margin-bottom: 2.5em;
  }
  #page main article section table.calendar th {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
  }
  #page main article section table.calendar td {
    font-size: 1.3rem;
    border: 1px solid #dadce0;
    padding: 0.2em 12px;
  }
  #page main article section table.calendar tr:nth-child(2) td:first-child {
    width: 15em;
  }
  #page main article section .box-pictures {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 7em 0em 2em;
  }
  #page main article section .box-pictures img {
    max-width: 230px;
  }
  #page main article section .box-pictures .pic-child {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  #page main article section .box-pictures .pic-child p:nth-child(2) {
    order: 1;
  }
  #page main article section .box-pictures .pic-child .pic-title {
    order: 2;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
    margin: 0.9em 0;
  }
  #page main article section .registration tr:first-child {
    background-color: #eef0f4;
  }
  #page main article section .registration tr:first-child td {
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0.5em 0;
    text-align: center;
  }
  #page main article section .registration td {
    border: solid 1px #dadce0;
    font-size: 1.4rem;
    padding: 0.5em 0.7em;
  }
  #page main article section .batch {
    display: block;
    width: 100%;
    background: #f8f9fa;
    border: 3px solid #e27e3b;
    padding: 1.6rem 2rem;
    margin: 2.4rem auto;
  }
  #page main article section .batch p {
    font-size: 1.6rem;
    text-align: justify;
  }
  #page main article section .batch p span {
    font-size: 1.4rem;
  }
  #page main article section .program_top {
    display: flex;
    flex-direction: column-reverse;
  }
  #page main article section .program_top .timetable__tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 1.6rem auto 2.4rem;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: calc((100% - 16px) / 3);
    height: 4rem;
    background: #f6f8fa;
    padding: 0;
    cursor: pointer;
    margin-right: 0.8rem;
    transition: 0.15s ease;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab.active {
    background: linear-gradient(to bottom right, #8490e0, #3071b9);
  }
  #page main article section .program_top .timetable__tabs .timetable__tab.active::before {
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-top: 7px solid #4679c3;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab.active span {
    color: #fff;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab:hover {
    opacity: 0.8;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab:last-child {
    margin-right: 0;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab span {
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
  }
  #page main article section .program_top .abstract_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 1.6rem;
  }
  #page main article section .program_top .abstract_box .abstract_btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: auto;
    background: #e27e3b;
    padding: 1.6rem;
    cursor: pointer;
    text-decoration: none;
  }
  #page main article section .program_top .abstract_box .abstract_btn:hover {
    opacity: 0.8;
  }
  #page main article section .program_top .abstract_box .abstract_btn span {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
  }
  #page main article section .timetable {
    display: block;
    width: 100%;
    margin: 0 auto 4rem;
    overflow-y: scroll;
    transition: 0.15s ease;
  }
  #page main article section .timetable__title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
  }
  #page main article section .timetable__title + * {
    margin-top: 1.6rem !important;
  }
  #page main article section .timetable table {
    display: table;
    width: 72rem;
    table-layout: fixed;
  }
  #page main article section .timetable table colgroup col.time {
    width: 4rem !important;
  }
  #page main article section .timetable table colgroup col.detail {
    width: auto !important;
  }
  #page main article section .timetable table thead {
    width: 100%;
  }
  #page main article section .timetable table thead tr {
    width: 100%;
  }
  #page main article section .timetable table thead tr th {
    background: #232a46;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    border: 1px solid #dadce0;
    padding: 1.2rem;
  }
  #page main article section .timetable table tbody {
    width: 100%;
  }
  #page main article section .timetable table tbody tr {
    width: 100%;
  }
  #page main article section .timetable table tbody tr th {
    background: #5f91ca;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
    border: 1px solid #dadce0;
    padding: 0.8rem;
  }
  #page main article section .timetable table tbody tr td {
    color: #202124;
    font-size: 1.2rem;
    line-height: 1.4;
    vertical-align: top;
    border: 1px solid #dadce0;
    padding: 1.2rem;
  }
  #page main article section .timetable table tbody tr td.w--tri {
    min-width: 200px !important;
  }
  #page main article section .timetable table tbody tr td.middle {
    vertical-align: middle;
  }
  #page main article section .timetable table tbody tr td.time {
    width: 4rem;
    background: #f6f8fa;
    vertical-align: top;
    padding: 0;
    padding-top: 0.8rem;
    text-align: center;
  }
  #page main article section .timetable table tbody tr td.spacer--blank {
    height: 6.4rem;
  }
  #page main article section .timetable table tbody tr td.spacer--time {
    height: 3.2rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 0;
  }
  #page main article section .timetable table tbody tr td.session--title {
    text-align: center;
    color: #fff;
    background: #005fc8;
  }
  #page main article section .timetable table tbody tr td.subtitle {
    vertical-align: middle;
    background: #b3c2ea;
    padding: 1.2rem;
  }
  #page main article section .timetable table tbody tr td.subtitle .internal {
    padding: 0;
  }
  #page main article section .timetable table tbody tr td.subtitle .internal .title {
    margin: 0;
  }
  #page main article section .timetable table tbody tr td .line {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #dadce0;
    margin: 1.2rem auto;
  }
  #page main article section .timetable table tbody tr td .internal {
    display: block;
    width: 100%;
    padding: 0 0 2.4rem;
    cursor: pointer;
    transition: 0.15s ease;
  }
  #page main article section .timetable table tbody tr td .internal:hover {
    opacity: 0.8;
  }
  #page main article section .timetable table tbody tr td .internal .number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: linear-gradient(to bottom right, #8490e0, #3071b9);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    padding: 0.8rem 0;
    margin: 0 auto 0.8rem;
  }
  #page main article section .timetable table tbody tr td .internal .title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 auto 0.4rem;
  }
  #page main article section .timetable table tbody tr td .internal .person {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.2rem;
    line-height: 1.4;
    word-break: break-word;
  }
  #page main article section .session {
    display: block;
    width: 100%;
    margin: 0 auto 4rem;
  }
  #page main article section .session__title {
    display: block;
    width: 100%;
    background: #e27e3b;
    padding: 0.4rem 1rem;
    margin: 0 auto 1rem;
  }
  #page main article section .session__title span {
    color: #fff;
    font-size: 1.5rem;
  }
  #page main article section .session__info__item {
    display: inline-block;
    background: #232a46;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.8rem 1rem;
    margin: 0 auto 1rem 0;
  }
  #page main article section .session__video {
    display: block;
    width: 100%;
    background: #f6f8fa;
    border-radius: 4px;
    padding: 1.6rem 1.6rem 2rem;
    margin: 0 auto 1rem;
  }
  #page main article section .session__video p {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.4rem;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto 0.8rem;
  }
  #page main article section .session__video__link {
    display: block;
    width: 100%;
  }
  #page main article section .session__video__link .zoom,
  #page main article section .session__video__link .docs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 4rem;
    background: linear-gradient(to bottom right, #1fc992, #53bbce);
    text-decoration: none;
    padding: 0 1.6rem;
    margin: 0 auto 1.2rem;
    transition: 0.2s ease;
  }
  #page main article section .session__video__link .zoom.nolink,
  #page main article section .session__video__link .docs.nolink {
    background: #ccc !important;
    pointer-events: none !important;
  }
  #page main article section .session__video__link .zoom:hover,
  #page main article section .session__video__link .docs:hover {
    opacity: 0.8;
  }
  #page main article section .session__video__link .zoom img,
  #page main article section .session__video__link .docs img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__video__link .zoom span,
  #page main article section .session__video__link .docs span {
    color: #fff;
    font-size: 1.3rem;
  }
  #page main article section .session__video__link p {
    text-align: center;
    margin-bottom: 0;
  }
  #page main article section .session__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border: 1px solid #dadce0;
    padding: 1.6rem;
    margin: 0 auto 1.6rem;
  }
  #page main article section .session__item:last-of-type {
    margin-bottom: 0;
  }
  #page main article section .session__item--core .detail__title01 {
    display: block;
    width: 100%;
    color: #e27e3b;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto 0.8rem;
  }
  #page main article section .session__item--core .detail__title02 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto;
  }
  #page main article section .session__item--core .links .video {
    justify-content: center !important;
    width: 100% !important;
  }
  #page main article section .session__item .detail {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.6rem;
    margin: 0 auto 1.6rem;
    cursor: default;
  }
  #page main article section .session__item .detail__title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto 0.8rem;
  }
  #page main article section .session__item .detail__title .num {
    color: #202124;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
  }
  #page main article section .session__item .detail__author {
    display: block;
    width: 100%;
    color: #e27e3b;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #page main article section .session__item .detail__author + .abstract {
    margin-top: 0.8rem;
  }
  #page main article section .session__item .detail__author .author_gr {
    display: block;
    color: #e27e3b;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #page main article section .session__item .detail__author .author_gr + .affiliation_gr {
    margin-top: 0.8rem;
  }
  #page main article section .session__item .detail__author .affiliation_gr {
    display: block;
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  #page main article section .session__item .detail .abstract {
    display: block;
    color: #202124;
    font-size: 1.3rem;
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-top: 1px dashed #dadce0;
    padding-top: 0.8rem;
  }
  #page main article section .session__item .links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  #page main article section .session__item .links a.nolink {
    background: #ccc !important;
    pointer-events: none !important;
  }
  #page main article section .session__item .links a.nolink span {
    color: #fff !important;
    text-decoration: none;
  }
  #page main article section .session__item .links .pdf {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: calc((100% - 15px) / 2);
    height: 4rem;
    background: linear-gradient(to bottom right, #e95778, #f8508e);
    text-decoration: none !important;
    padding: 0 1rem;
    margin-bottom: 0.8rem;
    transition: 0.2s ease;
  }
  #page main article section .session__item .links .pdf:hover {
    opacity: 0.8;
  }
  #page main article section .session__item .links .pdf img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__item .links .pdf span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .session__item .links .pdf02 {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: calc((100% - 15px) / 2);
    height: 4rem;
    background: linear-gradient(to bottom right, #e95778, #f8508e);
    text-decoration: none !important;
    padding: 0 1rem;
    transition: 0.2s ease;
  }
  #page main article section .session__item .links .pdf02.nolink {
    display: none;
  }
  #page main article section .session__item .links .pdf02:hover {
    opacity: 0.8;
  }
  #page main article section .session__item .links .pdf02 img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__item .links .pdf02 span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .session__item .links .no_dl {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: calc((100% - 15px) / 2);
    height: 4rem;
    background: linear-gradient(to bottom right, #e95778, #f8508e);
    text-decoration: none !important;
    padding: 0 1rem;
    margin-bottom: 0.8rem;
    transition: 0.2s ease;
  }
  #page main article section .session__item .links .no_dl:hover {
    opacity: 0.8;
  }
  #page main article section .session__item .links .no_dl img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__item .links .no_dl span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .session__item .links .video {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: calc((100% - 15px) / 2);
    height: 4rem;
    background: linear-gradient(to bottom right, #06b2fc, #5b68c5);
    text-decoration: none !important;
    padding: 0 1rem;
    margin-bottom: 0.8rem;
    transition: 0.2s ease;
  }
  #page main article section .session__item .links .video.zoom {
    background: linear-gradient(to bottom right, #1fc992, #53bbce);
  }
  #page main article section .session__item .links .video:hover {
    opacity: 0.8;
  }
  #page main article section .session__item .links .video img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__item .links .video span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .gray-box {
    background: #f8f9fa;
    padding: 1em 2em;
    margin-bottom: 1em;
    width: -moz-fit-content;
    width: fit-content;
  }
  #page-top {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
  }
  #page-top a {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: rgba(226, 126, 59, 0.8);
    text-decoration: none;
    transition: 0.15s ease;
  }
  #page-top a::before {
    display: block;
    position: absolute;
    content: "\e5ce";
    width: 2rem;
    height: 2rem;
    background: none;
    font-family: "Material Icons";
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  #page-top a:hover {
    opacity: 0.6;
  }
}
/*--------------------------------------------
PC setting(wide)
--------------------------------------------*/
@media screen and (min-width: 768px) {
  body {
    display: block;
    position: relative;
    width: 100%;
    min-width: 128rem;
    margin: 0 auto;
    border-top: 4px solid #e27e3b;
  }
  header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 128rem;
    height: 8rem;
  }
  header .box__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 128rem;
    padding: 0 2rem;
  }
  header .box__header .logo__title {
    display: block;
    width: 40rem;
  }
  header .box__header .logo__icep {
    display: block;
    width: 8rem;
    margin-left: auto;
  }
  .wrapper,
  .container {
    display: block;
    width: 100%;
    min-width: 128rem;
  }
  .box__hero {
    display: block;
    position: relative;
    width: 100%;
    min-width: 128rem;
    padding: 0 2rem;
  }
  .bread {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
  }
  .bread__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 128rem;
    color: #202124;
    font-size: 1.3rem;
    line-height: 1;
    padding: 1.6rem 2rem;
    margin: 0 auto;
  }
  .bread__link a {
    font-size: 1.3rem;
    line-height: 1;
  }
  .bread__link .fa-angle-right {
    color: #202124;
    font-size: 1.3rem;
    margin: 0 1rem;
  }
  main {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 128rem;
    padding: 0 2rem;
    margin: 0 auto;
  }
  main.content__program {
    display: block;
    width: 100%;
    margin: 0 auto 8rem;
  }
  main.content__program .aside__left {
    display: none;
  }
  main.content__program article {
    display: block;
    width: 100%;
  }
  main.content__program article section {
    display: block;
    width: 100%;
    max-width: 114rem;
    padding: 0 2rem;
    margin: 0 auto;
  }
  main aside {
    display: block;
    background: #f8f9fa;
    padding: 1.6rem 1.5rem;
    margin: 0 auto;
  }
  main aside.aside__left {
    width: 28rem;
  }
  main aside.aside__left .box__submenu {
    display: block;
    width: 100%;
    margin: 0 auto 1.6rem;
  }
  main aside.aside__left .box__submenu .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 3.2rem;
    background: #e27e3b;
    padding: 0 1rem;
  }
  main aside.aside__left .box__submenu .title span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
  }
  main aside.aside__left .box__submenu .unit__submenu {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 4rem;
    background: #fff;
    text-decoration: none;
    padding: 0 1rem 0 2.2rem;
    border: 1px solid #dadce0;
    border-top: none;
    transition: 0.15s ease;
  }
  main aside.aside__left .box__submenu .unit__submenu:hover {
    -webkit-text-decoration: underline solid #e27e3b;
            text-decoration: underline solid #e27e3b;
  }
  main aside.aside__left .box__submenu .unit__submenu:hover span {
    color: #e27e3b;
  }
  main aside.aside__left .box__submenu .unit__submenu::before {
    display: block;
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../img/arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    left: 0.7rem;
  }
  main aside.aside__left .box__submenu .unit__submenu span {
    color: #202124;
    font-size: 1.3rem;
    line-height: 1;
    transition: 0.15s ease;
  }
  main aside.aside__left .box__submenu .unit__submenu.child {
    padding: 0 1rem 0 3.9rem;
  }
  main aside.aside__left .box__submenu .unit__submenu.child::before {
    left: 2.2rem;
  }
  main aside.aside__left .box__sponsor {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  main aside.aside__left .box__sponsor + .box__sponsor {
    margin-top: 1.6rem;
  }
  main aside.aside__left .box__sponsor .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 3.2rem;
    background: #e27e3b;
    padding: 0 1rem;
  }
  main aside.aside__left .box__sponsor .title span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
  }
  main aside.aside__left .box__sponsor .unit__sponsor {
    display: block;
    width: 100%;
    background: #fff;
    text-decoration: none;
    padding: 1rem;
    border: 1px solid #dadce0;
    border-top: none;
  }
  main aside.aside__left .box__sponsor .unit__sponsor p {
    color: #202124;
    font-size: 1.3rem;
  }
  main aside.aside__left .box__sponsor .unit__sponsor .sponsor-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
  }
  main aside.aside__left .box__sponsor .unit__sponsor.sponsor-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main aside.aside__left .box__sponsor .unit__sponsor.sponsor-center img {
    width: 75%;
  }
  main aside.aside__right {
    width: 20rem;
  }
  main aside.aside__right .box__sponsor {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  main aside.aside__right .box__sponsor + .box__sponsor {
    margin-top: 1.6rem;
  }
  main aside.aside__right .box__sponsor .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 3.2rem;
    background: #e27e3b;
    padding: 0 1rem;
  }
  main aside.aside__right .box__sponsor .title span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
  }
  main aside.aside__right .box__sponsor .unit__sponsor {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 1rem;
    background: #fff;
    margin-bottom: 2em;
  }
  main aside.aside__right .box__sponsor .unit__sponsor .logo__sponsor {
    display: block;
    width: 100%;
    transition: 0.15s ease;
  }
  main aside.aside__right .box__sponsor .unit__sponsor .logo__sponsor + .logo__sponsor {
    margin-top: 2rem;
  }
  main aside.aside__right .box__sponsor .unit__sponsor .logo__sponsor:hover {
    opacity: 0.8;
  }
  main article {
    display: block;
    width: calc(100% - 480px);
    padding: 2rem 2rem 8rem;
    margin: 0 auto;
  }
  main article section {
    display: block;
    width: 100%;
  }
  main article section * + h2 {
    margin-top: 4rem !important;
  }
  main article section * + h3 {
    margin-top: 3.2rem !important;
  }
  main article section * + h4 {
    margin-top: 2.4rem;
  }
  main article section * + ul {
    margin-top: 1em;
  }
  main article section * + ol {
    margin-top: 1em;
  }
  main article section * + .box__inner {
    margin-top: 1.6rem !important;
  }
  main article section * + .box__table {
    margin-top: 1.6rem !important;
  }
  main article section * + .box__file {
    margin-top: 2.4rem !important;
  }
  main article section * + .box__btn {
    margin-top: 1.6rem !important;
  }
  main article section h1 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 2px solid #e27e3b;
    padding-bottom: 0.8rem;
  }
  main article section h1 + * {
    margin-top: 1.6rem !important;
  }
  main article section h2 {
    display: block;
    width: 100%;
    background: #f8f9fa;
    color: #202124;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 1rem 1.2rem 0.8rem;
    border-left: 3px solid #e27e3b;
  }
  main article section h2 + * {
    margin-top: 2.4rem !important;
  }
  main article section h3 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #dadce0;
    padding-bottom: 0.4rem;
  }
  main article section h3 + * {
    margin-top: 0.8rem;
  }
  main article section h4 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.6rem;
    font-weight: bold;
  }
  main article section h4 + * {
    margin-top: 0.2rem;
  }
  main article section p {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.4rem;
  }
  main article section p + p, main article section p + ul, main article section p + ol {
    margin-top: 1em;
  }
  main article section .kome {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
  }
  main article section .kome + .kome {
    margin-top: 0;
  }
  main article section ul {
    display: block;
    width: 100%;
  }
  main article section ul li {
    display: block;
    position: relative;
    color: #202124;
    font-size: 1.4rem;
    text-align: justify;
    word-break: break-word;
    padding-left: 2em;
  }
  main article section ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e27e3b;
    top: 0.9rem;
    left: 0.5em;
    right: auto;
    margin: 0 auto;
  }
  main article section ul + * {
    margin-top: 1em;
  }
  main article section ol {
    display: block;
    width: 100%;
    counter-reset: number;
  }
  main article section ol.latin {
    counter-reset: latin;
  }
  main article section ol.latin li {
    text-indent: -1.2rem;
    padding-left: 2.6rem;
  }
  main article section ol.latin li::before {
    display: inline-block;
    counter-increment: latin;
    content: counter(latin, upper-latin) ".";
    width: 0.8em;
  }
  main article section ol li {
    display: block;
    position: relative;
    color: #202124;
    font-size: 1.4rem;
    text-align: justify;
    word-break: break-word;
    text-indent: -1.2rem;
    padding-left: 3rem;
  }
  main article section ol li::before {
    display: inline-block;
    counter-increment: number;
    content: counter(number) ".";
    width: 0.8em;
    color: #e27e3b;
    font-weight: bold;
  }
  main article section ol li .alpha {
    text-indent: -2rem;
    padding-left: 1.6rem;
    margin-top: 0;
  }
  main article section ol + * {
    margin-top: 1rem;
  }
  main article section .box__img {
    display: block;
    width: 100%;
  }
  main article section .box__img .unit__img {
    display: block;
    width: 100%;
    margin: 2rem auto;
  }
  main article section .box__inner {
    display: block;
    width: 100%;
    background: #f6f8fa;
    border: 1px solid #dadce0;
    padding: 2rem;
  }
  main article section .box__inner + * {
    margin-top: 1.6rem;
  }
  main article section .box__table {
    display: block;
    width: 100%;
  }
  main article section .box__table + * {
    margin-top: 1em;
  }
  main article section .box__table table {
    width: 100%;
  }
  main article section .box__table table thead {
    width: 100%;
  }
  main article section .box__table table thead tr {
    width: 100%;
  }
  main article section .box__table table thead tr th {
    background: #5f91ca;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    border: 1px solid #dadce0;
    padding: 0.8rem;
  }
  main article section .box__table table tbody {
    width: 100%;
  }
  main article section .box__table table tbody tr {
    width: 100%;
  }
  main article section .box__table table tbody tr th {
    background: #5f91ca;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    border: 1px solid #dadce0;
    padding: 0.8rem;
  }
  main article section .box__table table tbody tr td {
    background: #f8f9fa;
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.5;
    border: 1px solid #dadce0;
    padding: 0.8rem;
  }
  main article section .box__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  main article section .box__btn + .date, main article section .box__btn + h1 {
    margin-top: 3.2rem;
  }
  main article section .box__btn .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    background: #e27e3b;
    text-decoration: none;
    padding: 1rem 1.8rem 1rem 3.2rem;
    transition: 0.15s ease;
  }
  main article section .box__btn .btn:hover {
    opacity: 0.8;
  }
  main article section .box__btn .btn.color01 {
    background: #7f4cd0;
  }
  main article section .box__btn .btn.color02 {
    background: #30b9ac;
  }
  main article section .box__btn .btn.color03 {
    background: #fda624;
  }
  main article section .box__btn .btn span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  main article section .box__btn .btn span::before {
    display: block;
    position: absolute;
    content: "\e5df";
    width: 2rem;
    height: 2rem;
    background: none;
    font-family: "Material Icons";
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    top: 49%;
    transform: translateY(-51%);
    left: -2.4rem;
    right: auto;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  main article section .box__btn .btn + .btn {
    margin-left: 1.6rem;
  }
  main article section .box__btn .btn.btn__program {
    width: calc((100% - 3.2rem) / 3);
  }
  main article section .box__btn.btn__big .btn {
    padding: 2rem 4.4rem 2rem 5.6rem;
  }
  main article section .box__btn.btn__big .btn span {
    font-size: 1.6rem;
  }
  main article section .box__btn.btn__big + .btn__big {
    margin-top: 2.4rem !important;
  }
  main article section #gmap {
    display: block;
    width: 100%;
    margin: 1rem auto;
  }
  main article section #gmap iframe {
    display: block;
    width: 100%;
    height: 40rem;
  }
  main article section .button {
    display: block;
    width: 100%;
    margin: 2rem 0;
  }
  main article section .button a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    color: #fff;
    background: #f0853f;
    text-decoration: none;
    padding: 1rem;
    transition: 0.15s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    font-size: 15px;
  }
  main article section .button a:hover {
    opacity: 0.8;
  }
  main article section .button.nolink a {
    background: #ccc;
  }
  main article section .ind-1 {
    text-indent: -18px;
    padding-left: 18px;
  }
  main article section .ind-1 p {
    margin-top: 0 !important;
  }
  main article section .ind-2 {
    text-indent: -25px;
    padding-left: 25px;
  }
  main article section .ind-2 p {
    margin-top: 0 !important;
  }
  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    background: #232a46;
    margin: 0 auto;
  }
  footer .copy {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
  }
  #home .box__hero {
    height: 28rem;
    background-position: center;
    background-size: cover;
  }
  #home .box__hero img {
    height: 28rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #home .box__hero_sp {
    display: none;
  }
  #home main article section .flex__btn {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2rem;
  }
  #home main article section .flex__btn + * {
    margin-top: 4rem;
  }
  #home main article section .flex__btn .btn {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: #e27e3b;
    text-decoration: none;
    padding: 1rem 1.8rem 1rem 3.2rem;
    transition: 0.15s ease;
  }
  #home main article section .flex__btn .btn:hover {
    opacity: 0.8;
  }
  #home main article section .flex__btn .btn.color01 {
    background: #7f4cd0;
  }
  #home main article section .flex__btn .btn.color02 {
    background: #30b9ac;
  }
  #home main article section .flex__btn .btn.color03 {
    background: #fda624;
  }
  #home main article section .flex__btn .btn span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #home main article section .flex__btn .btn span::before {
    display: block;
    position: absolute;
    content: "\e5df";
    width: 2rem;
    height: 2rem;
    background: none;
    font-family: "Material Icons";
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    top: 49%;
    transform: translateY(-51%);
    left: -2.4rem;
    right: auto;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  #home main article section .box__info {
    display: block;
    width: 100%;
  }
  #home main article section .box__info + * {
    margin-top: 4rem;
  }
  #home main article section .box__info .unit__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px dashed #dadce0;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
  }
  #home main article section .box__info .unit__info:last-child {
    margin-bottom: 0;
  }
  #home main article section .box__info .unit__info .date {
    display: inline-block;
    width: 8.8rem;
    color: #202124;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 1.6rem;
  }
  #home main article section .box__info .unit__info .title {
    display: block;
    width: calc(100% - 8.8rem - 1.6rem);
    color: #202124;
    font-size: 1.5rem;
  }
  #page .box__hero {
    height: 16rem;
    background: url(../img/bg13.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  #page .box__hero::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 16rem;
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  #page .box__hero .unit__hero {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 124rem;
    height: 16rem;
    margin: 0 auto;
  }
  #page .box__hero .unit__hero .hero__text {
    display: block;
    width: 56rem;
    right: auto;
  }
  #page .box__hero .unit__hero p {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #page main article section .box__summary {
    display: block;
    width: 100%;
    margin: 3.2rem auto 0;
  }
  #page main article section .box__summary .unit__summary {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px dashed #dadce0;
    padding: 1.6rem 0;
  }
  #page main article section .box__summary .unit__summary .title {
    display: block;
    width: 160px;
    color: #e27e3b;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #page main article section .box__summary .unit__summary .desc {
    display: block;
    width: calc(100% - 160px);
  }
  #page main article section .box__summary .unit__summary .desc .box__img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 4rem auto 0;
  }
  #page main article section .box__summary .unit__summary .desc .box__img .unit__img {
    display: block;
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
  }
  #page main article section .box__summary .unit__summary .desc .box__img .unit__img:last-child {
    margin-right: 0;
  }
  #page main article section .date {
    display: block;
    width: 100%;
    color: #e27e3b;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #dadce0;
    padding-bottom: 0.4rem;
  }
  #page main article section .date + h2 {
    margin-top: 1.6rem !important;
  }
  #page main article section .profile {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  #page main article section .profile__img {
    display: block;
    width: 12rem;
  }
  #page main article section .profile__img img {
    display: block;
    width: 100%;
  }
  #page main article section .profile__info .affiliation {
    color: #202124;
    font-size: 1.5rem;
    text-align: right;
    margin-bottom: 1.6rem;
  }
  #page main article section .profile__info .name {
    color: #202124;
    font-size: 1.5rem;
    line-height: 1;
    text-align: right;
  }
  #page main article section table.calendar {
    width: 75%;
    margin-bottom: 2.5em;
  }
  #page main article section table.calendar th {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
  }
  #page main article section table.calendar td {
    font-size: 1.3rem;
    border: 1px solid #dadce0;
    padding: 0.2em 12px;
  }
  #page main article section table.calendar tr:nth-child(2) td:first-child {
    width: 15em;
  }
  #page main article section .box-pictures {
    display: flex;
    align-items: center;
    margin: 7em 0em 2em;
  }
  #page main article section .box-pictures img {
    max-width: 140px;
    margin-right: 2em;
  }
  #page main article section .box-pictures .pic-title {
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  #page main article section .registration tr:first-child {
    background-color: #eef0f4;
  }
  #page main article section .registration tr:first-child td {
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0.5em 0;
    text-align: center;
  }
  #page main article section .registration td {
    border: solid 1px #dadce0;
    font-size: 1.4rem;
    padding: 0.5em 0.7em;
  }
  #page main article section .box__speaker {
    display: block;
    width: 100%;
    margin: 2.4rem auto;
  }
  #page main article section .box__speaker .unit__speaker {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  #page main article section .box__speaker .unit__speaker + .unit__speaker {
    border-top: 1px dashed #dadce0;
    padding-top: 1.2rem;
    margin-top: 1.2rem;
  }
  #page main article section .box__speaker .unit__speaker .info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 160px);
  }
  #page main article section .box__speaker .unit__speaker .info .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background: #e27e3b;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0.1rem 0.8rem 0 0;
  }
  #page main article section .box__speaker .unit__speaker .info .detail {
    display: block;
    width: calc(100% - 28px);
    color: #202124;
    font-size: 1.4rem;
  }
  #page main article section .box__speaker .unit__speaker .info .detail .title {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 1rem auto;
  }
  #page main article section .box__speaker .unit__speaker .photo {
    display: block;
    width: 12rem;
    margin-left: 4rem;
  }
  #page main article section #pdf_click {
    display: block;
    width: 100%;
    height: 720px;
    margin: 0 auto;
  }
  #page main article section #pdf_click iframe {
    display: block;
    width: 100%;
    height: 720px;
  }
  #page main article section .batch {
    display: block;
    width: 100%;
    background: #f8f9fa;
    border: 3px solid #e27e3b;
    padding: 2.8rem 3.2rem;
    margin: 0 auto 4rem;
  }
  #page main article section .batch p {
    font-size: 1.6rem;
  }
  #page main article section .batch p span {
    font-size: 1.4rem;
  }
  #page main article section .program_top {
    display: flex;
    justify-content: space-between;
  }
  #page main article section .program_top .timetable__tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 1.6rem auto 4rem;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 4rem;
    background: #f6f8fa;
    padding: 0 2.4rem;
    cursor: pointer;
    margin-right: 0.8rem;
    transition: 0.15s ease;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab.active {
    background: linear-gradient(to bottom right, #8490e0, #3071b9);
  }
  #page main article section .program_top .timetable__tabs .timetable__tab.active::before {
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-top: 7px solid #4679c3;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab.active span {
    color: #fff;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab:hover {
    opacity: 0.8;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab:last-child {
    margin-right: 0;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab span {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
  }
  #page main article section .program_top .abstract_box {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 1.6rem auto 4rem;
  }
  #page main article section .program_top .abstract_box .abstract_btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 4rem;
    background: #e27e3b;
    padding: 2.4rem;
    cursor: pointer;
    text-decoration: none;
  }
  #page main article section .program_top .abstract_box .abstract_btn:hover {
    opacity: 0.8;
  }
  #page main article section .program_top .abstract_box .abstract_btn span {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
  }
  #page main article section .timetable {
    display: block;
    width: 100%;
    margin: 0 auto 4rem;
    transition: 0.15s ease;
  }
  #page main article section .timetable__title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
  }
  #page main article section .timetable__title + * {
    margin-top: 1.6rem !important;
  }
  #page main article section .timetable table {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #page main article section .timetable table thead {
    width: 100%;
  }
  #page main article section .timetable table thead tr {
    width: 100%;
  }
  #page main article section .timetable table thead tr th {
    background: #232a46;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    border: 1px solid #dadce0;
    padding: 1.2rem 0;
  }
  #page main article section .timetable table thead tr th.wid25 {
    width: 25%;
  }
  #page main article section .timetable table colgroup col.time {
    width: 6rem !important;
  }
  #page main article section .timetable table colgroup col.detail {
    width: auto !important;
  }
  #page main article section .timetable table tbody {
    width: 100%;
  }
  #page main article section .timetable table tbody tr {
    width: 100%;
    height: 3rem;
  }
  #page main article section .timetable table tbody tr th {
    background: #5f91ca;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
    border: 1px solid #dadce0;
    padding: 0.8rem;
  }
  #page main article section .timetable table tbody tr td {
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.4;
    vertical-align: top;
    border: 1px solid #dadce0;
    padding: 0.8rem 1rem;
    /* 空のセルに斜線を引く 透明ー黒黒ー透明 */
  }
  #page main article section .timetable table tbody tr td.venue {
    text-align: center;
    color: #fff;
    background: #8490e0;
  }
  #page main article section .timetable table tbody tr td.venue:last-child {
    background: #e27e3b;
  }
  #page main article section .timetable table tbody tr td.w--tri {
    min-width: 345px !important;
  }
  #page main article section .timetable table tbody tr td.middle {
    vertical-align: middle;
  }
  #page main article section .timetable table tbody tr td.time {
    background: #f6f8fa !important;
    text-align: center;
    vertical-align: top;
  }
  #page main article section .timetable table tbody tr td.spacer--blank {
    height: 6.4rem;
  }
  #page main article section .timetable table tbody tr td.session--title {
    text-align: center;
    color: #fff;
    background: #005fc8;
  }
  #page main article section .timetable table tbody tr td.subtitle {
    vertical-align: middle;
    background: #b3c2ea;
    padding: 1.2rem;
  }
  #page main article section .timetable table tbody tr td.subtitle .internal {
    padding: 0;
  }
  #page main article section .timetable table tbody tr td.subtitle .internal .title {
    margin: 0;
  }
  #page main article section .timetable table tbody tr td .line {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #dadce0;
    margin: 1.2rem auto;
  }
  #page main article section .timetable table tbody tr td .internal {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: 0.15s ease;
  }
  #page main article section .timetable table tbody tr td .internal:hover {
    opacity: 0.8;
  }
  #page main article section .timetable table tbody tr td .internal .number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: linear-gradient(to bottom right, #8490e0, #3071b9);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 1rem 0;
    margin: 0 auto 0.8rem;
  }
  #page main article section .timetable table tbody tr td .internal .title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
    margin: 0 auto 0.8rem;
  }
  #page main article section .timetable table tbody tr td .internal .person {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.4;
    word-break: break-word;
  }
  #page main article section .timetable table tbody tr td:empty {
    background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #dadce0 50%, #dadce0 calc(50% + 0.5px), transparent calc(50% + 1px));
  }
  #page main article section .session {
    display: block;
    width: 100%;
    margin: 0 auto 4rem;
  }
  #page main article section .session__title {
    display: block;
    width: 100%;
    background: #e27e3b;
    padding: 0.4rem 1rem;
    margin: 0 auto 1rem;
  }
  #page main article section .session__title span {
    color: #fff;
    font-size: 1.8rem;
  }
  #page main article section .session__info__item {
    display: inline-block;
    background: #232a46;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.8rem 1rem;
    margin: 0 auto 1rem 0;
  }
  #page main article section .session__video {
    display: block;
    width: 100%;
    background: #f6f8fa;
    border-radius: 4px;
    padding: 1.6rem 1.6rem 2rem;
    margin: 0 auto 1rem;
  }
  #page main article section .session__video p {
    margin: 0 auto 0.8rem;
  }
  #page main article section .session__video__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  #page main article section .session__video__link .zoom {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    height: 4rem;
    background: linear-gradient(to bottom right, #1fc992, #53bbce);
    text-decoration: none;
    padding: 0 1.6rem;
    margin-right: 1.6rem;
    transition: 0.2s ease;
  }
  #page main article section .session__video__link .zoom.nolink {
    background: #ccc !important;
    pointer-events: none !important;
  }
  #page main article section .session__video__link .zoom:hover {
    opacity: 0.8;
  }
  #page main article section .session__video__link .zoom img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__video__link .zoom span {
    color: #fff;
    font-size: 1.3rem;
  }
  #page main article section .session__video__link .docs {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 4rem;
    background: linear-gradient(to bottom right, #1fc992, #53bbce);
    text-decoration: none;
    padding: 0 1.6rem;
    margin-right: 1.6rem;
    transition: 0.2s ease;
  }
  #page main article section .session__video__link .docs.nolink {
    display: none;
  }
  #page main article section .session__video__link .docs:hover {
    opacity: 0.8;
  }
  #page main article section .session__video__link .docs span {
    color: #fff;
    font-size: 1.3rem;
  }
  #page main article section .session__video__link p {
    margin-bottom: 0;
  }
  #page main article section .session__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: 1px solid #dadce0;
    padding: 2.4rem 1.6rem 2.4rem 2.4rem;
    margin: 0 auto 1.6rem;
  }
  #page main article section .session__item:last-of-type {
    margin-bottom: 0;
  }
  #page main article section .session__item--core .detail__title01 {
    display: block;
    width: 100%;
    color: #e27e3b;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto 1.2rem;
  }
  #page main article section .session__item--core .detail__title02 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto;
  }
  #page main article section .session__item .detail {
    display: block;
    width: calc(100% - 216px);
    border-right: 1px solid #ccc;
    padding: 0 2.4rem 0 0;
    margin: 0 1.6rem 0 0;
    cursor: default;
  }
  #page main article section .session__item .detail__title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto 1.2rem;
  }
  #page main article section .session__item .detail__title .num {
    color: #202124;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
  }
  #page main article section .session__item .detail__author {
    display: block;
    width: 100%;
    color: #e27e3b;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #page main article section .session__item .detail__author + .abstract {
    margin-top: 0.8rem;
  }
  #page main article section .session__item .detail__author .author_gr {
    display: block;
    color: #e27e3b;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #page main article section .session__item .detail__author .author_gr + .affiliation_gr {
    margin-top: 0.8rem;
  }
  #page main article section .session__item .detail__author .affiliation_gr {
    display: block;
    color: #202124;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #page main article section .session__item .detail .abstract {
    display: block;
    color: #202124;
    font-size: 1.4rem;
    border-top: 1px dashed #dadce0;
    padding-top: 0.8rem;
  }
  #page main article section .session__item .links {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 200px;
  }
  #page main article section .session__item .links a.nolink {
    background: #ccc !important;
    pointer-events: none !important;
  }
  #page main article section .session__item .links a.nolink span {
    color: #fff !important;
    text-decoration: none;
  }
  #page main article section .session__item .links .pdf {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 160px;
    height: 4rem;
    background: linear-gradient(to bottom right, #e95778, #f8508e);
    text-decoration: none !important;
    padding: 0 1rem;
    margin-bottom: 1rem;
    transition: 0.2s ease;
  }
  #page main article section .session__item .links .pdf:hover {
    opacity: 0.8;
  }
  #page main article section .session__item .links .pdf img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__item .links .pdf span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .session__item .links .pdf02 {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 160px;
    height: 4rem;
    background: linear-gradient(to bottom right, #e95778, #f8508e);
    text-decoration: none !important;
    padding: 0 1rem;
    transition: 0.2s ease;
  }
  #page main article section .session__item .links .pdf02.nolink {
    display: none;
  }
  #page main article section .session__item .links .pdf02:hover {
    opacity: 0.8;
  }
  #page main article section .session__item .links .pdf02 img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__item .links .pdf02 span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .session__item .links .no_dl {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 160px;
    height: 4rem;
    background: linear-gradient(to bottom right, #e95778, #f8508e);
    text-decoration: none !important;
    padding: 0 1rem;
    margin-bottom: 1rem;
    transition: 0.2s ease;
  }
  #page main article section .session__item .links .no_dl:hover {
    opacity: 0.8;
  }
  #page main article section .session__item .links .no_dl img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__item .links .no_dl span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .session__item .links .video {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 160px;
    height: 4rem;
    background: linear-gradient(to bottom right, #06b2fc, #5b68c5);
    text-decoration: none !important;
    padding: 0 1rem;
    transition: 0.2s ease;
  }
  #page main article section .session__item .links .video.zoom {
    background: linear-gradient(to bottom right, #1fc992, #53bbce);
  }
  #page main article section .session__item .links .video:hover {
    opacity: 0.8;
  }
  #page main article section .session__item .links .video img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__item .links .video span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .gray-box {
    background: #f8f9fa;
    padding: 1em 2em;
    margin-bottom: 1em;
    width: -moz-fit-content;
    width: fit-content;
  }
  #single .box__hero {
    height: 16rem;
    background: url(../img/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  #single .box__hero::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 16rem;
    background: linear-gradient(to bottom left, #3071b9, #b93087);
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  #single .box__hero .unit__hero {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 124rem;
    height: 16rem;
    margin: 0 auto;
  }
  #single .box__hero .unit__hero .hero__text {
    display: block;
    width: 56rem;
    right: auto;
  }
  #single main article section .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 1.6rem auto 2.4rem;
  }
  #single main article section .info__item {
    display: inline-flex;
    width: auto;
    background: #232a46;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.6rem 1.2rem;
  }
  #single main article section .info__item + .info__item {
    margin-left: 0.4rem;
  }
  #single main article section h1 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-bottom: none;
    padding-bottom: 0;
  }
  #single main article section h1 .num {
    color: #202124;
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: bold;
  }
  #single main article section h1 + * {
    margin-top: 4rem !important;
  }
  #single main article section .video {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 1.6rem;
  }
  #single main article section .video iframe {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
  }
  #single main article section .video video {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    border: 1px solid #ddd;
  }
  #single main article section .author {
    display: block;
    width: 100%;
  }
  #single main article section .author .author_gr {
    display: block;
    color: #202124;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #single main article section .author .author_gr + .affiliation_gr {
    margin-top: 0.8rem;
  }
  #single main article section .author .affiliation_gr {
    display: block;
    color: #202124;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #single main article section .abstract {
    font-size: 1.5rem;
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  #page-top {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
  }
  #page-top a {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 5.6rem;
    height: 5.6rem;
    background: rgba(226, 126, 59, 0.9);
    text-decoration: none;
    transition: 0.15s ease;
  }
  #page-top a::before {
    display: block;
    position: absolute;
    content: "\e5ce";
    width: 2rem;
    height: 2rem;
    background: none;
    font-family: "Material Icons";
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  #page-top a:hover {
    opacity: 0.6;
  }
}
/*--------------------------------------------
Print setting
--------------------------------------------*/
@media print {
  body {
    display: block;
    position: relative;
    width: 100%;
    min-width: 128rem;
    margin: 0 auto;
    border-top: 4px solid #e27e3b;
  }
  header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 128rem;
    height: 8rem;
  }
  header .box__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 128rem;
    padding: 0 2rem;
  }
  header .box__header .logo__title {
    display: block;
    width: 40rem;
  }
  header .box__header .logo__icep {
    display: block;
    width: 8rem;
    margin-left: auto;
  }
  .wrapper,
  .container {
    display: block;
    width: 100%;
    min-width: 128rem;
  }
  .box__hero {
    display: block;
    position: relative;
    width: 100%;
    min-width: 128rem;
    padding: 0 2rem;
  }
  .bread {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
  }
  .bread__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 128rem;
    color: #202124;
    font-size: 1.3rem;
    line-height: 1;
    padding: 1.6rem 2rem;
    margin: 0 auto;
  }
  .bread__link a {
    font-size: 1.3rem;
    line-height: 1;
  }
  .bread__link .fa-angle-right {
    color: #202124;
    font-size: 1.3rem;
    margin: 0 1rem;
  }
  main {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 128rem;
    padding: 0 2rem;
    margin: 0 auto;
  }
  main.content__program {
    display: block;
    width: 100%;
    margin: 0 auto 8rem;
  }
  main.content__program .aside__left {
    display: none;
  }
  main.content__program article {
    display: block;
    width: 100%;
  }
  main.content__program article section {
    display: block;
    width: 100%;
    max-width: 114rem;
    padding: 0 2rem;
    margin: 0 auto;
  }
  main aside {
    display: block;
    background: #f8f9fa;
    padding: 1.6rem 1.5rem;
    margin: 0 auto;
  }
  main aside.aside__left {
    width: 28rem;
  }
  main aside.aside__left .box__submenu {
    display: block;
    width: 100%;
    margin: 0 auto 1.6rem;
  }
  main aside.aside__left .box__submenu .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 3.2rem;
    background: #e27e3b;
    padding: 0 1rem;
  }
  main aside.aside__left .box__submenu .title span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
  }
  main aside.aside__left .box__submenu .unit__submenu {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 4rem;
    background: #fff;
    text-decoration: none;
    padding: 0 1rem 0 2.2rem;
    border: 1px solid #dadce0;
    border-top: none;
    transition: 0.15s ease;
  }
  main aside.aside__left .box__submenu .unit__submenu:hover {
    -webkit-text-decoration: underline solid #e27e3b;
            text-decoration: underline solid #e27e3b;
  }
  main aside.aside__left .box__submenu .unit__submenu:hover span {
    color: #e27e3b;
  }
  main aside.aside__left .box__submenu .unit__submenu::before {
    display: block;
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../img/arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    left: 0.7rem;
  }
  main aside.aside__left .box__submenu .unit__submenu span {
    color: #202124;
    font-size: 1.3rem;
    line-height: 1;
    transition: 0.15s ease;
  }
  main aside.aside__left .box__submenu .unit__submenu.child {
    padding: 0 1rem 0 3.9rem;
  }
  main aside.aside__left .box__submenu .unit__submenu.child::before {
    left: 2.2rem;
  }
  main aside.aside__left .box__sponsor {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  main aside.aside__left .box__sponsor + .box__sponsor {
    margin-top: 1.6rem;
  }
  main aside.aside__left .box__sponsor .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 3.2rem;
    background: #e27e3b;
    padding: 0 1rem;
  }
  main aside.aside__left .box__sponsor .title span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
  }
  main aside.aside__left .box__sponsor .unit__sponsor {
    display: block;
    width: 100%;
    background: #fff;
    text-decoration: none;
    padding: 1rem;
    border: 1px solid #dadce0;
    border-top: none;
  }
  main aside.aside__left .box__sponsor .unit__sponsor p {
    color: #202124;
    font-size: 1.3rem;
  }
  main aside.aside__left .box__sponsor .unit__sponsor .sponsor-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
  }
  main aside.aside__left .box__sponsor .unit__sponsor.sponsor-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main aside.aside__left .box__sponsor .unit__sponsor.sponsor-center img {
    width: 75%;
  }
  main aside.aside__right {
    width: 20rem;
  }
  main aside.aside__right .box__sponsor {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  main aside.aside__right .box__sponsor + .box__sponsor {
    margin-top: 1.6rem;
  }
  main aside.aside__right .box__sponsor .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 3.2rem;
    background: #e27e3b;
    padding: 0 1rem;
  }
  main aside.aside__right .box__sponsor .title span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
  }
  main aside.aside__right .box__sponsor .unit__sponsor {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 1rem;
    background: #fff;
    margin-bottom: 2em;
  }
  main aside.aside__right .box__sponsor .unit__sponsor .logo__sponsor {
    display: block;
    width: 100%;
    transition: 0.15s ease;
  }
  main aside.aside__right .box__sponsor .unit__sponsor .logo__sponsor + .logo__sponsor {
    margin-top: 2rem;
  }
  main aside.aside__right .box__sponsor .unit__sponsor .logo__sponsor:hover {
    opacity: 0.8;
  }
  main article {
    display: block;
    width: calc(100% - 480px);
    padding: 2rem 2rem 8rem;
    margin: 0 auto;
  }
  main article section {
    display: block;
    width: 100%;
  }
  main article section * + h2 {
    margin-top: 4rem !important;
  }
  main article section * + h3 {
    margin-top: 3.2rem !important;
  }
  main article section * + h4 {
    margin-top: 2.4rem;
  }
  main article section * + ul {
    margin-top: 1em;
  }
  main article section * + ol {
    margin-top: 1em;
  }
  main article section * + .box__inner {
    margin-top: 1.6rem !important;
  }
  main article section * + .box__table {
    margin-top: 1.6rem !important;
  }
  main article section * + .box__file {
    margin-top: 2.4rem !important;
  }
  main article section * + .box__btn {
    margin-top: 1.6rem !important;
  }
  main article section h1 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 2px solid #e27e3b;
    padding-bottom: 0.8rem;
  }
  main article section h1 + * {
    margin-top: 1.6rem !important;
  }
  main article section h2 {
    display: block;
    width: 100%;
    background: #f8f9fa;
    color: #202124;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 1rem 1.2rem 0.8rem;
    border-left: 3px solid #e27e3b;
  }
  main article section h2 + * {
    margin-top: 2.4rem !important;
  }
  main article section h3 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #dadce0;
    padding-bottom: 0.4rem;
  }
  main article section h3 + * {
    margin-top: 0.8rem;
  }
  main article section h4 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.6rem;
    font-weight: bold;
  }
  main article section h4 + * {
    margin-top: 0.2rem;
  }
  main article section p {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.4rem;
  }
  main article section p + p, main article section p + ul, main article section p + ol {
    margin-top: 1em;
  }
  main article section .kome {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
  }
  main article section .kome + .kome {
    margin-top: 0;
  }
  main article section ul {
    display: block;
    width: 100%;
  }
  main article section ul li {
    display: block;
    position: relative;
    color: #202124;
    font-size: 1.4rem;
    text-align: justify;
    word-break: break-word;
    padding-left: 2em;
  }
  main article section ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e27e3b;
    top: 0.9rem;
    left: 0.5em;
    right: auto;
    margin: 0 auto;
  }
  main article section ul + * {
    margin-top: 1em;
  }
  main article section ol {
    display: block;
    width: 100%;
    counter-reset: number;
  }
  main article section ol.latin {
    counter-reset: latin;
  }
  main article section ol.latin li {
    text-indent: -1.2rem;
    padding-left: 2.6rem;
  }
  main article section ol.latin li::before {
    display: inline-block;
    counter-increment: latin;
    content: counter(latin, upper-latin) ".";
    width: 0.8em;
  }
  main article section ol li {
    display: block;
    position: relative;
    color: #202124;
    font-size: 1.4rem;
    text-align: justify;
    word-break: break-word;
    text-indent: -1.2rem;
    padding-left: 3rem;
  }
  main article section ol li::before {
    display: inline-block;
    counter-increment: number;
    content: counter(number) ".";
    width: 0.8em;
    color: #e27e3b;
    font-weight: bold;
  }
  main article section ol li .alpha {
    text-indent: -2rem;
    padding-left: 1.6rem;
    margin-top: 0;
  }
  main article section ol + * {
    margin-top: 1rem;
  }
  main article section .box__img {
    display: block;
    width: 100%;
  }
  main article section .box__img .unit__img {
    display: block;
    width: 100%;
    margin: 2rem auto;
  }
  main article section .box__inner {
    display: block;
    width: 100%;
    background: #f6f8fa;
    border: 1px solid #dadce0;
    padding: 2rem;
  }
  main article section .box__inner + * {
    margin-top: 1.6rem;
  }
  main article section .box__table {
    display: block;
    width: 100%;
  }
  main article section .box__table + * {
    margin-top: 1em;
  }
  main article section .box__table table {
    width: 100%;
  }
  main article section .box__table table thead {
    width: 100%;
  }
  main article section .box__table table thead tr {
    width: 100%;
  }
  main article section .box__table table thead tr th {
    background: #5f91ca;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    border: 1px solid #dadce0;
    padding: 0.8rem;
  }
  main article section .box__table table tbody {
    width: 100%;
  }
  main article section .box__table table tbody tr {
    width: 100%;
  }
  main article section .box__table table tbody tr th {
    background: #5f91ca;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    border: 1px solid #dadce0;
    padding: 0.8rem;
  }
  main article section .box__table table tbody tr td {
    background: #f8f9fa;
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.5;
    border: 1px solid #dadce0;
    padding: 0.8rem;
  }
  main article section .box__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  main article section .box__btn + .date, main article section .box__btn + h1 {
    margin-top: 3.2rem;
  }
  main article section .box__btn .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    background: #e27e3b;
    text-decoration: none;
    padding: 1rem 1.8rem 1rem 3.2rem;
    transition: 0.15s ease;
  }
  main article section .box__btn .btn:hover {
    opacity: 0.8;
  }
  main article section .box__btn .btn.color01 {
    background: #7f4cd0;
  }
  main article section .box__btn .btn.color02 {
    background: #30b9ac;
  }
  main article section .box__btn .btn.color03 {
    background: #fda624;
  }
  main article section .box__btn .btn span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  main article section .box__btn .btn span::before {
    display: block;
    position: absolute;
    content: "\e5df";
    width: 2rem;
    height: 2rem;
    background: none;
    font-family: "Material Icons";
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    top: 49%;
    transform: translateY(-51%);
    left: -2.4rem;
    right: auto;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  main article section .box__btn .btn + .btn {
    margin-left: 1.6rem;
  }
  main article section .box__btn .btn.btn__program {
    width: calc((100% - 3.2rem) / 3);
  }
  main article section .box__btn.btn__big .btn {
    padding: 2rem 4.4rem 2rem 5.6rem;
  }
  main article section .box__btn.btn__big .btn span {
    font-size: 1.6rem;
  }
  main article section .box__btn.btn__big + .btn__big {
    margin-top: 2.4rem !important;
  }
  main article section #gmap {
    display: block;
    width: 100%;
    margin: 1rem auto;
  }
  main article section #gmap iframe {
    display: block;
    width: 100%;
    height: 40rem;
  }
  main article section .button {
    display: block;
    width: 100%;
    margin: 2rem 0;
  }
  main article section .button a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    color: #fff;
    background: #f0853f;
    text-decoration: none;
    padding: 1rem;
    transition: 0.15s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    font-size: 15px;
  }
  main article section .button a:hover {
    opacity: 0.8;
  }
  main article section .button.nolink a {
    background: #ccc;
  }
  main article section .ind-1 {
    text-indent: -18px;
    padding-left: 18px;
  }
  main article section .ind-1 p {
    margin-top: 0 !important;
  }
  main article section .ind-2 {
    text-indent: -25px;
    padding-left: 25px;
  }
  main article section .ind-2 p {
    margin-top: 0 !important;
  }
  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    background: #232a46;
    margin: 0 auto;
  }
  footer .copy {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
  }
  #home .box__hero {
    height: 28rem;
    background-position: center;
    background-size: cover;
  }
  #home .box__hero img {
    height: 28rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #home .box__hero_sp {
    display: none;
  }
  #home main article section .flex__btn {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2rem;
  }
  #home main article section .flex__btn + * {
    margin-top: 4rem;
  }
  #home main article section .flex__btn .btn {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: #e27e3b;
    text-decoration: none;
    padding: 1rem 1.8rem 1rem 3.2rem;
    transition: 0.15s ease;
  }
  #home main article section .flex__btn .btn:hover {
    opacity: 0.8;
  }
  #home main article section .flex__btn .btn.color01 {
    background: #7f4cd0;
  }
  #home main article section .flex__btn .btn.color02 {
    background: #30b9ac;
  }
  #home main article section .flex__btn .btn.color03 {
    background: #fda624;
  }
  #home main article section .flex__btn .btn span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #home main article section .flex__btn .btn span::before {
    display: block;
    position: absolute;
    content: "\e5df";
    width: 2rem;
    height: 2rem;
    background: none;
    font-family: "Material Icons";
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    top: 49%;
    transform: translateY(-51%);
    left: -2.4rem;
    right: auto;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  #home main article section .box__info {
    display: block;
    width: 100%;
  }
  #home main article section .box__info + * {
    margin-top: 4rem;
  }
  #home main article section .box__info .unit__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px dashed #dadce0;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
  }
  #home main article section .box__info .unit__info:last-child {
    margin-bottom: 0;
  }
  #home main article section .box__info .unit__info .date {
    display: inline-block;
    width: 8.8rem;
    color: #202124;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 1.6rem;
  }
  #home main article section .box__info .unit__info .title {
    display: block;
    width: calc(100% - 8.8rem - 1.6rem);
    color: #202124;
    font-size: 1.5rem;
  }
  #page .box__hero {
    height: 16rem;
    background: url(../img/bg13.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  #page .box__hero::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 16rem;
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  #page .box__hero .unit__hero {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 124rem;
    height: 16rem;
    margin: 0 auto;
  }
  #page .box__hero .unit__hero .hero__text {
    display: block;
    width: 56rem;
    right: auto;
  }
  #page .box__hero .unit__hero p {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #page main article section .box__summary {
    display: block;
    width: 100%;
    margin: 3.2rem auto 0;
  }
  #page main article section .box__summary .unit__summary {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px dashed #dadce0;
    padding: 1.6rem 0;
  }
  #page main article section .box__summary .unit__summary .title {
    display: block;
    width: 160px;
    color: #e27e3b;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #page main article section .box__summary .unit__summary .desc {
    display: block;
    width: calc(100% - 160px);
  }
  #page main article section .box__summary .unit__summary .desc .box__img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 4rem auto 0;
  }
  #page main article section .box__summary .unit__summary .desc .box__img .unit__img {
    display: block;
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
  }
  #page main article section .box__summary .unit__summary .desc .box__img .unit__img:last-child {
    margin-right: 0;
  }
  #page main article section .date {
    display: block;
    width: 100%;
    color: #e27e3b;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #dadce0;
    padding-bottom: 0.4rem;
  }
  #page main article section .date + h2 {
    margin-top: 1.6rem !important;
  }
  #page main article section .profile {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  #page main article section .profile__img {
    display: block;
    width: 12rem;
  }
  #page main article section .profile__img img {
    display: block;
    width: 100%;
  }
  #page main article section .profile__info .affiliation {
    color: #202124;
    font-size: 1.5rem;
    text-align: right;
    margin-bottom: 1.6rem;
  }
  #page main article section .profile__info .name {
    color: #202124;
    font-size: 1.5rem;
    line-height: 1;
    text-align: right;
  }
  #page main article section table.calendar {
    width: 75%;
    margin-bottom: 2.5em;
  }
  #page main article section table.calendar th {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
  }
  #page main article section table.calendar td {
    font-size: 1.3rem;
    border: 1px solid #dadce0;
    padding: 0.2em 12px;
  }
  #page main article section table.calendar tr:nth-child(2) td:first-child {
    width: 15em;
  }
  #page main article section .box-pictures {
    display: flex;
    align-items: center;
    margin: 7em 0em 2em;
  }
  #page main article section .box-pictures img {
    max-width: 140px;
    margin-right: 2em;
  }
  #page main article section .box-pictures .pic-title {
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  #page main article section .registration tr:first-child {
    background-color: #eef0f4;
  }
  #page main article section .registration tr:first-child td {
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0.5em 0;
    text-align: center;
  }
  #page main article section .registration td {
    border: solid 1px #dadce0;
    font-size: 1.4rem;
    padding: 0.5em 0.7em;
  }
  #page main article section .box__speaker {
    display: block;
    width: 100%;
    margin: 2.4rem auto;
  }
  #page main article section .box__speaker .unit__speaker {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  #page main article section .box__speaker .unit__speaker + .unit__speaker {
    border-top: 1px dashed #dadce0;
    padding-top: 1.2rem;
    margin-top: 1.2rem;
  }
  #page main article section .box__speaker .unit__speaker .info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 160px);
  }
  #page main article section .box__speaker .unit__speaker .info .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background: #e27e3b;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0.1rem 0.8rem 0 0;
  }
  #page main article section .box__speaker .unit__speaker .info .detail {
    display: block;
    width: calc(100% - 28px);
    color: #202124;
    font-size: 1.4rem;
  }
  #page main article section .box__speaker .unit__speaker .info .detail .title {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 1rem auto;
  }
  #page main article section .box__speaker .unit__speaker .photo {
    display: block;
    width: 12rem;
    margin-left: 4rem;
  }
  #page main article section #pdf_click {
    display: block;
    width: 100%;
    height: 720px;
    margin: 0 auto;
  }
  #page main article section #pdf_click iframe {
    display: block;
    width: 100%;
    height: 720px;
  }
  #page main article section .batch {
    display: block;
    width: 100%;
    background: #f8f9fa;
    border: 3px solid #e27e3b;
    padding: 2.8rem 3.2rem;
    margin: 0 auto 4rem;
  }
  #page main article section .batch p {
    font-size: 1.6rem;
  }
  #page main article section .batch p span {
    font-size: 1.4rem;
  }
  #page main article section .program_top {
    display: flex;
    justify-content: space-between;
  }
  #page main article section .program_top .timetable__tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 1.6rem auto 4rem;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 4rem;
    background: #f6f8fa;
    padding: 0 2.4rem;
    cursor: pointer;
    margin-right: 0.8rem;
    transition: 0.15s ease;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab.active {
    background: linear-gradient(to bottom right, #8490e0, #3071b9);
  }
  #page main article section .program_top .timetable__tabs .timetable__tab.active::before {
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-top: 7px solid #4679c3;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab.active span {
    color: #fff;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab:hover {
    opacity: 0.8;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab:last-child {
    margin-right: 0;
  }
  #page main article section .program_top .timetable__tabs .timetable__tab span {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
  }
  #page main article section .program_top .abstract_box {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 1.6rem auto 4rem;
  }
  #page main article section .program_top .abstract_box .abstract_btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 4rem;
    background: #e27e3b;
    padding: 2.4rem;
    cursor: pointer;
    text-decoration: none;
  }
  #page main article section .program_top .abstract_box .abstract_btn:hover {
    opacity: 0.8;
  }
  #page main article section .program_top .abstract_box .abstract_btn span {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
  }
  #page main article section .timetable {
    display: block;
    width: 100%;
    margin: 0 auto 4rem;
    transition: 0.15s ease;
  }
  #page main article section .timetable__title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
  }
  #page main article section .timetable__title + * {
    margin-top: 1.6rem !important;
  }
  #page main article section .timetable table {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #page main article section .timetable table thead {
    width: 100%;
  }
  #page main article section .timetable table thead tr {
    width: 100%;
  }
  #page main article section .timetable table thead tr th {
    background: #232a46;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    border: 1px solid #dadce0;
    padding: 1.2rem 0;
  }
  #page main article section .timetable table thead tr th.wid25 {
    width: 25%;
  }
  #page main article section .timetable table colgroup col.time {
    width: 6rem !important;
  }
  #page main article section .timetable table colgroup col.detail {
    width: auto !important;
  }
  #page main article section .timetable table tbody {
    width: 100%;
  }
  #page main article section .timetable table tbody tr {
    width: 100%;
    height: 3rem;
  }
  #page main article section .timetable table tbody tr th {
    background: #5f91ca;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
    border: 1px solid #dadce0;
    padding: 0.8rem;
  }
  #page main article section .timetable table tbody tr td {
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.4;
    vertical-align: top;
    border: 1px solid #dadce0;
    padding: 0.8rem 1rem;
    /* 空のセルに斜線を引く 透明ー黒黒ー透明 */
  }
  #page main article section .timetable table tbody tr td.venue {
    text-align: center;
    color: #fff;
    background: #8490e0;
  }
  #page main article section .timetable table tbody tr td.venue:last-child {
    background: #e27e3b;
  }
  #page main article section .timetable table tbody tr td.w--tri {
    min-width: 345px !important;
  }
  #page main article section .timetable table tbody tr td.middle {
    vertical-align: middle;
  }
  #page main article section .timetable table tbody tr td.time {
    background: #f6f8fa !important;
    text-align: center;
    vertical-align: top;
  }
  #page main article section .timetable table tbody tr td.spacer--blank {
    height: 6.4rem;
  }
  #page main article section .timetable table tbody tr td.session--title {
    text-align: center;
    color: #fff;
    background: #005fc8;
  }
  #page main article section .timetable table tbody tr td.subtitle {
    vertical-align: middle;
    background: #b3c2ea;
    padding: 1.2rem;
  }
  #page main article section .timetable table tbody tr td.subtitle .internal {
    padding: 0;
  }
  #page main article section .timetable table tbody tr td.subtitle .internal .title {
    margin: 0;
  }
  #page main article section .timetable table tbody tr td .line {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #dadce0;
    margin: 1.2rem auto;
  }
  #page main article section .timetable table tbody tr td .internal {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: 0.15s ease;
  }
  #page main article section .timetable table tbody tr td .internal:hover {
    opacity: 0.8;
  }
  #page main article section .timetable table tbody tr td .internal .number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: linear-gradient(to bottom right, #8490e0, #3071b9);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 1rem 0;
    margin: 0 auto 0.8rem;
  }
  #page main article section .timetable table tbody tr td .internal .title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
    margin: 0 auto 0.8rem;
  }
  #page main article section .timetable table tbody tr td .internal .person {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.4;
    word-break: break-word;
  }
  #page main article section .timetable table tbody tr td:empty {
    background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #dadce0 50%, #dadce0 calc(50% + 0.5px), transparent calc(50% + 1px));
  }
  #page main article section .session {
    display: block;
    width: 100%;
    margin: 0 auto 4rem;
  }
  #page main article section .session__title {
    display: block;
    width: 100%;
    background: #e27e3b;
    padding: 0.4rem 1rem;
    margin: 0 auto 1rem;
  }
  #page main article section .session__title span {
    color: #fff;
    font-size: 1.8rem;
  }
  #page main article section .session__info__item {
    display: inline-block;
    background: #232a46;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.8rem 1rem;
    margin: 0 auto 1rem 0;
  }
  #page main article section .session__video {
    display: block;
    width: 100%;
    background: #f6f8fa;
    border-radius: 4px;
    padding: 1.6rem 1.6rem 2rem;
    margin: 0 auto 1rem;
  }
  #page main article section .session__video p {
    margin: 0 auto 0.8rem;
  }
  #page main article section .session__video__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  #page main article section .session__video__link .zoom {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    height: 4rem;
    background: linear-gradient(to bottom right, #1fc992, #53bbce);
    text-decoration: none;
    padding: 0 1.6rem;
    margin-right: 1.6rem;
    transition: 0.2s ease;
  }
  #page main article section .session__video__link .zoom.nolink {
    background: #ccc !important;
    pointer-events: none !important;
  }
  #page main article section .session__video__link .zoom:hover {
    opacity: 0.8;
  }
  #page main article section .session__video__link .zoom img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__video__link .zoom span {
    color: #fff;
    font-size: 1.3rem;
  }
  #page main article section .session__video__link .docs {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 4rem;
    background: linear-gradient(to bottom right, #1fc992, #53bbce);
    text-decoration: none;
    padding: 0 1.6rem;
    margin-right: 1.6rem;
    transition: 0.2s ease;
  }
  #page main article section .session__video__link .docs.nolink {
    display: none;
  }
  #page main article section .session__video__link .docs:hover {
    opacity: 0.8;
  }
  #page main article section .session__video__link .docs span {
    color: #fff;
    font-size: 1.3rem;
  }
  #page main article section .session__video__link p {
    margin-bottom: 0;
  }
  #page main article section .session__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: 1px solid #dadce0;
    padding: 2.4rem 1.6rem 2.4rem 2.4rem;
    margin: 0 auto 1.6rem;
  }
  #page main article section .session__item:last-of-type {
    margin-bottom: 0;
  }
  #page main article section .session__item--core .detail__title01 {
    display: block;
    width: 100%;
    color: #e27e3b;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto 1.2rem;
  }
  #page main article section .session__item--core .detail__title02 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto;
  }
  #page main article section .session__item .detail {
    display: block;
    width: calc(100% - 216px);
    border-right: 1px solid #ccc;
    padding: 0 2.4rem 0 0;
    margin: 0 1.6rem 0 0;
    cursor: default;
  }
  #page main article section .session__item .detail__title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto 1.2rem;
  }
  #page main article section .session__item .detail__title .num {
    color: #202124;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
  }
  #page main article section .session__item .detail__author {
    display: block;
    width: 100%;
    color: #e27e3b;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #page main article section .session__item .detail__author + .abstract {
    margin-top: 0.8rem;
  }
  #page main article section .session__item .detail__author .author_gr {
    display: block;
    color: #e27e3b;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #page main article section .session__item .detail__author .author_gr + .affiliation_gr {
    margin-top: 0.8rem;
  }
  #page main article section .session__item .detail__author .affiliation_gr {
    display: block;
    color: #202124;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #page main article section .session__item .detail .abstract {
    display: block;
    color: #202124;
    font-size: 1.4rem;
    border-top: 1px dashed #dadce0;
    padding-top: 0.8rem;
  }
  #page main article section .session__item .links {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 200px;
  }
  #page main article section .session__item .links a.nolink {
    background: #ccc !important;
    pointer-events: none !important;
  }
  #page main article section .session__item .links a.nolink span {
    color: #fff !important;
    text-decoration: none;
  }
  #page main article section .session__item .links .pdf {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 160px;
    height: 4rem;
    background: linear-gradient(to bottom right, #e95778, #f8508e);
    text-decoration: none !important;
    padding: 0 1rem;
    margin-bottom: 1rem;
    transition: 0.2s ease;
  }
  #page main article section .session__item .links .pdf:hover {
    opacity: 0.8;
  }
  #page main article section .session__item .links .pdf img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__item .links .pdf span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .session__item .links .pdf02 {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 160px;
    height: 4rem;
    background: linear-gradient(to bottom right, #e95778, #f8508e);
    text-decoration: none !important;
    padding: 0 1rem;
    transition: 0.2s ease;
  }
  #page main article section .session__item .links .pdf02.nolink {
    display: none;
  }
  #page main article section .session__item .links .pdf02:hover {
    opacity: 0.8;
  }
  #page main article section .session__item .links .pdf02 img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__item .links .pdf02 span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .session__item .links .no_dl {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 160px;
    height: 4rem;
    background: linear-gradient(to bottom right, #e95778, #f8508e);
    text-decoration: none !important;
    padding: 0 1rem;
    margin-bottom: 1rem;
    transition: 0.2s ease;
  }
  #page main article section .session__item .links .no_dl:hover {
    opacity: 0.8;
  }
  #page main article section .session__item .links .no_dl img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__item .links .no_dl span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .session__item .links .video {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 160px;
    height: 4rem;
    background: linear-gradient(to bottom right, #06b2fc, #5b68c5);
    text-decoration: none !important;
    padding: 0 1rem;
    transition: 0.2s ease;
  }
  #page main article section .session__item .links .video.zoom {
    background: linear-gradient(to bottom right, #1fc992, #53bbce);
  }
  #page main article section .session__item .links .video:hover {
    opacity: 0.8;
  }
  #page main article section .session__item .links .video img {
    display: block;
    width: 28px;
    margin-right: 1rem;
  }
  #page main article section .session__item .links .video span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .gray-box {
    background: #f8f9fa;
    padding: 1em 2em;
    margin-bottom: 1em;
    width: -moz-fit-content;
    width: fit-content;
  }
  #single .box__hero {
    height: 16rem;
    background: url(../img/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  #single .box__hero::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 16rem;
    background: linear-gradient(to bottom left, #3071b9, #b93087);
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  #single .box__hero .unit__hero {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 124rem;
    height: 16rem;
    margin: 0 auto;
  }
  #single .box__hero .unit__hero .hero__text {
    display: block;
    width: 56rem;
    right: auto;
  }
  #single main article section .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 1.6rem auto 2.4rem;
  }
  #single main article section .info__item {
    display: inline-flex;
    width: auto;
    background: #232a46;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.6rem 1.2rem;
  }
  #single main article section .info__item + .info__item {
    margin-left: 0.4rem;
  }
  #single main article section h1 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-bottom: none;
    padding-bottom: 0;
  }
  #single main article section h1 .num {
    color: #202124;
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: bold;
  }
  #single main article section h1 + * {
    margin-top: 4rem !important;
  }
  #single main article section .video {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 1.6rem;
  }
  #single main article section .video iframe {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
  }
  #single main article section .video video {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    border: 1px solid #ddd;
  }
  #single main article section .author {
    display: block;
    width: 100%;
  }
  #single main article section .author .author_gr {
    display: block;
    color: #202124;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #single main article section .author .author_gr + .affiliation_gr {
    margin-top: 0.8rem;
  }
  #single main article section .author .affiliation_gr {
    display: block;
    color: #202124;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #single main article section .abstract {
    font-size: 1.5rem;
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  #page-top {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
  }
  #page-top a {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 5.6rem;
    height: 5.6rem;
    background: rgba(226, 126, 59, 0.9);
    text-decoration: none;
    transition: 0.15s ease;
  }
  #page-top a::before {
    display: block;
    position: absolute;
    content: "\e5ce";
    width: 2rem;
    height: 2rem;
    background: none;
    font-family: "Material Icons";
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  #page-top a:hover {
    opacity: 0.6;
  }
}
/*--------------------------------------------
Vue setting
--------------------------------------------*/
[v-cloak],
[appear] {
  display: none !important;
}

.v-enter {
  opacity: 0;
}

.v-enter-active {
  transition: opacity 0.2s ease;
}

.v-leave-to {
  opacity: 0;
}

.fade_up-enter-active {
  transform: translateY(0px);
  transition: transform 0.2s ease;
}

.fade_up-enter {
  transform: translateY(10px);
}

.fade_up-enter-active {
  transition: opacity 0.2s ease;
}

.fade_up-leave {
  opacity: 1;
}

.fade_up-leave-to {
  opacity: 0;
}

/*--------------------------------------------
Print setting
--------------------------------------------*//*# sourceMappingURL=style.css.map */