@charset "UTF-8";
/*--------------------------------------------
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
  color: #212529;
  letter-spacing: 0.05em;
  line-height: 1.84;
  /*	font-family: 'Noto Serif Japanese',serif ,sans-serif;*/
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-size: 10px;*/
}

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

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

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a:hover {
  text-decoration: none;
}

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

::selection {
  background: #8cb8c5;
}

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

input,
select {
  vertical-align: middle;
  border: none;
}

textarea {
  resize: none;
}

/* スクロールバーの有無によるズレ対策 */
html {
  /*	overflow-x: hidden;*/
  overflow-y: scroll;
}

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

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

/* リンク要素:初期設定
---------------------------------------- */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 確認線 */
.test {
  border: solid 1px red;
}

.center {
  text-align: center;
}

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

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

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

.nolink:hover {
  opacity: 1 !important;
}

/* フロート解除 clerfix
---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* ブロック要素にする */
.block {
  display: block;
}

/* インライン要素にする */
.inline {
  display: inline;
}

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

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

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

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

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

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

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

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

/* IE SELECT矢印非表示 */
select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #ff0000;
}

input,
textarea {
  -webkit-appearance: none;
}

/*--------------------------------------------
Common setting
--------------------------------------------*/
.material-icons-outlined {
  display: inline-flex;
  vertical-align: middle;
}

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

.link {
  color: #2361ad;
  transition: all 0.2s ease;
}
.link:hover {
  opacity: 0.8;
}

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

.red {
  color: #ff4b5d;
}

[v-cloak] {
  display: none;
}

.fade-enter-active {
  transition: opacity 0.3s, transform 0.3s;
}

.fade-leave-active {
  transition: opacity 0s, transform 0s;
}

.fade-leave-active {
  position: absolute;
}

.fade-enter {
  opacity: 0;
  transform: translateY(10px);
}

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

/*--------------------------------------------
SP setting
--------------------------------------------*/
@media screen and (max-width: 480px) {
  html {
    overflow-x: hidden;
  }
  body {
    display: block;
    position: relative;
    width: 100%;
    background: #ffffff;
  }
  body::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background: #333;
    transition: all 0.2s ease;
  }
  body.novartis header .box__header {
    pointer-events: none;
  }
  .noScroll {
    position: relative;
    overflow: hidden;
  }
  .noScroll::before {
    height: 100%;
  }
  header .box__ham {
    display: block;
    position: absolute;
    width: 40px;
    height: 28px;
    top: 2rem;
    left: auto;
    right: 1.5rem;
    margin: 0 auto;
  }
  header .box__ham .ham01 {
    display: block;
    position: absolute;
    width: 3.2rem;
    height: 0.2rem;
    background: #fff;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.2s ease;
  }
  header .box__ham .ham02 {
    display: block;
    position: absolute;
    width: 3.2rem;
    height: 0.2rem;
    background: #fff;
    top: 55%;
    transform: translateY(-45%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.2s ease;
  }
  header .box__ham.active .ham01 {
    top: 50%;
    transform: rotate(225deg) translateY(-50%);
  }
  header .box__ham.active .ham02 {
    top: 50%;
    transform: rotate(-225deg) translateY(-50%);
  }
  .wrapper {
    display: block;
    width: 100%;
  }
  .container {
    display: block;
    width: 100%;
    min-height: calc(100vh - 72px - 220px);
    padding: 2.4rem 2rem 8rem;
    margin: 0 auto;
  }
  .container nav .box__nav {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .container nav .box__nav .unit__nav {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2.4rem 1.5rem;
  }
  .container nav .box__nav .unit__nav.nolink {
    pointer-events: none;
  }
  .container nav .box__nav .unit__nav.nolink .fa-angle-right {
    color: #bfbfbf;
  }
  .container nav .box__nav .unit__nav.nolink span {
    color: #bfbfbf;
  }
  .container nav .box__nav .unit__nav .fa-angle-right {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-right: 0.8rem;
  }
  .container nav .box__nav .unit__nav span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .container main {
    display: block;
    width: 100%;
  }
  .container main article {
    display: block;
    width: 100%;
  }
  .container main article section {
    display: block;
    width: 100%;
  }
  .container main article section h1 {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 2px solid #18628b;
    padding: 0 0 0.8rem 0;
    margin: 0 auto 1.6rem;
  }
  .container main article section h2 {
    display: block;
    width: 100%;
    background: #f1f1f1;
    color: #1a1a1a;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    border-left: 4px solid #18628b;
    padding: 1.2rem 2rem;
    margin: 0 auto 2rem;
  }
  .container main article section .subtitle {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 2px solid #18628b;
    margin: 0 auto 1rem;
  }
  .container main article section h3 {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    color: #18628b;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.4rem;
    margin: 0 auto 1rem;
  }
  .container main article section h4 {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 2px solid #18628b;
    margin: 0 auto 1rem;
  }
  .container main article section .note {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.6rem;
    color: #ff4b5d;
    font-weight: bold;
    border: 2px solid #ff4b5d;
    padding: 0.8rem;
    margin: 0 auto 1.6rem;
  }
  .container main article section p {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1.4rem;
    text-align: justify;
    word-wrap: break-word;
    line-height: 1.65;
  }
  .container main article section p a {
    color: #18628b;
    text-decoration: underline;
  }
  .container main article section p a:hover {
    opacity: 0.8;
  }
  .container main article section p + p {
    margin-top: 1em;
  }
  .container main article section p + h2, .container main article section p + h3, .container main article section p + h4 {
    margin-top: 4rem;
  }
  .container main article section p + .subtitle {
    margin-top: 2em;
  }
  .container main article section p + .box__video {
    margin-top: 4rem;
  }
  .container main article section p + .box__table {
    margin-top: 2.4rem;
  }
  .container main article section p + .box__comment {
    margin-top: 1.6rem;
  }
  .container main article section p + .box__session {
    margin-top: 1.6rem;
  }
  .container main article section p + img {
    margin-top: 1.6rem;
  }
  .container main article section .kome {
    padding-left: 1.2em;
    text-indent: -1em;
  }
  .container main article section .kome + .kome {
    margin-top: 0;
  }
  .container main article section .ind1 {
    text-indent: 1em;
  }
  .container main article section .box__img {
    display: block;
    width: 100%;
  }
  .container main article section .box__img .unit__img {
    display: block;
    width: 100%;
  }
  .container main article section .box__img .unit__img img {
    display: block;
    width: 100%;
  }
  .container main article section ul.dotted {
    display: block;
    width: 100%;
  }
  .container main article section ul.dotted li {
    display: block;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
    padding-left: 1.5em;
  }
  .container main article section ul.dotted li:not(:first-of-type) {
    margin-top: 0.8rem;
  }
  .container main article section ul.dotted li::before {
    display: block;
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #18628b;
    top: 1rem;
    left: 0.5rem;
    right: auto;
    margin: 0 auto;
  }
  .container main article section ul.dotted li a {
    color: #18628b;
    text-decoration: underline;
    transition: all 0.2s ease;
  }
  .container main article section ul.dotted li a:hover {
    opacity: 0.7;
  }
  .container main article section ul + h2,
  .container main article section ul + h3,
  .container main article section ul + h4 {
    margin-top: 4rem;
  }
  .container main article section ul + p,
  .container main article section ul + ul,
  .container main article section ul + ol {
    margin-top: 1em;
  }
  .container main article section ol.number {
    display: block;
    width: 100%;
    counter-reset: number;
  }
  .container main article section ol.number li {
    display: block;
    position: relative;
    color: #1a1a1a;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
    text-indent: -1.5rem;
    padding-left: 3rem;
  }
  .container main article section ol.number li::before {
    display: inline-block;
    counter-increment: number;
    content: "(" counter(number) ") ";
    width: 1em;
  }
  .container main article section ol + h2,
  .container main article section ol + h3,
  .container main article section ol + h4 {
    margin-top: 4rem;
  }
  .container main article section ol + p,
  .container main article section ol + ol,
  .container main article section ol + ul {
    margin-top: 1em;
  }
  .container main article section .box__table {
    display: block;
    width: 100%;
  }
  .container main article section .box__table table {
    width: 100%;
  }
  .container main article section .box__table table thead {
    width: 100%;
  }
  .container main article section .box__table table tbody {
    width: 100%;
  }
  .container main article section .box__table table tr {
    width: 100%;
  }
  .container main article section .box__table table tr th {
    background: #ececec;
    color: #1a1a1a;
    font-size: 1.4rem;
    padding: 0.8rem;
    border: 1px solid #ddd;
  }
  .container main article section .box__table table tr td {
    color: #1a1a1a;
    font-size: 1.4rem;
    padding: 0.8rem;
    border: 1px solid #ddd;
  }
  .container main article section .box__table + h2 {
    margin-top: 3.2rem;
  }
  .container main article section .box__table + h3 {
    margin-top: 2.4rem;
  }
  .container main article section .box__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 1.5rem 0;
  }
  .container main article section .box__btn .unit__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    background: #18628b;
    margin-right: 2rem;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
  }
  .container main article section .box__btn .unit__btn span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .container main article section .box__btn .unit__btn:last-of-type {
    margin-right: 0;
  }
  .container main article section .box__btn .unit__btn:hover {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
  }
  .container main article section .box__btn .unit__btn.nolink {
    background: #999;
  }
  .container main article section .box__btn .unit__btn.nolink .fa-video {
    color: #ddd;
  }
  .container main article section .box__btn .unit__btn.nolink span {
    color: #ddd;
  }
  .container main article section .box__btn .back__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 56px;
    background: #fff;
    margin-right: 2rem;
    border: #18628b 1.6px solid;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.25s ease-in-out;
  }
  .container main article section .box__btn .back__btn span {
    color: #18628b;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .container main article section .box__btn .back__btn:last-of-type {
    margin-right: 0;
  }
  .container main article section .box__btn .back__btn:hover {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
  }
  .container main article section .box__btn p {
    margin-top: 1em;
  }
  .container main article section .box__btn.center {
    justify-content: center;
    flex-direction: column;
  }
  .container main article section .box__btn + * {
    margin-top: 4rem;
  }
  footer {
    display: flex;
    position: relative;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    height: 24rem;
  }
  footer .box__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 18rem;
    background: #333;
    padding: 0 2rem;
    margin: 0 auto;
  }
  footer .box__footer .unit__footer {
    display: block;
    width: 100%;
  }
  footer .box__footer .unit__footer .title {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  footer .box__footer .unit__footer .info {
    color: #fff;
    font-size: 1.4rem;
  }
  footer .copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.1rem;
    margin: 0 auto;
  }
  #home header {
    display: block;
    position: relative;
    width: 100%;
    height: 24rem;
    z-index: 99;
  }
  #home header .img__bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 24rem;
  }
  #home header .img__bg::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
  #home header .img__bg img {
    display: block;
    width: 100%;
    height: 24rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 64% 25%;
       object-position: 64% 25%;
  }
  #home header .box__header {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #home header .box__header .box__title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1.6rem;
  }
  #home header .box__header .box__title .title {
    align-self: flex-start;
    width: 32rem;
    left: 0;
    right: 0;
  }
  #home header .box__header .box__title .title img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #home header .box__header .box__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2.4rem;
  }
  #home header .box__header .box__info .day {
    width: 30rem;
    left: 0;
    right: 0;
  }
  #home header .box__header .box__info .day img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #home header .box__header .box__info .place {
    width: 30rem;
    left: 0;
    right: 0;
  }
  #home header .box__header .box__info .place img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #home .wrapper .container nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #18628b;
    padding: 24rem 0 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 98;
    overflow: scroll;
  }
  #home .wrapper .container main article section .box__info {
    display: block;
    width: 100%;
    margin-bottom: 6.4rem;
  }
  #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: #1a1a1a;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 1rem 0 0;
  }
  #home .wrapper .container main article section .box__info .unit__info .title {
    display: block;
    width: calc(100% - 110px);
    color: #1a1a1a;
    font-size: 1.4rem;
  }
  #home .wrapper .container main article section .box__info .unit__info .title a {
    color: #18628b;
    text-decoration: underline;
  }
  #home .wrapper .container main article section .box__ad {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 8rem auto 4rem;
  }
  #home .wrapper .container main article section .box__ad .unit__ad {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 0.8rem) / 2);
    margin-right: 0.8rem;
    margin-bottom: 1.6rem;
    transition: all 0.2s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  #home .wrapper .container main article section .box__ad .unit__ad:hover {
    opacity: 0.8;
  }
  #home .wrapper .container main article section .box__ad .unit__ad:nth-child(2n) {
    margin-right: 0;
  }
  #home .wrapper .container main article section .box__ad .unit__ad img {
    display: block;
    width: 100%;
  }
  #home .wrapper .container main article section .slider .slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #home .wrapper .container main article section .slider img {
    width: 100%;
    height: auto;
    display: block;
  }
  #page header {
    display: block;
    position: relative;
    width: 100%;
    height: 16rem;
    z-index: 99;
  }
  #page header .img__bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 16rem;
  }
  #page header .img__bg::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
  #page header .img__bg img {
    display: block;
    width: 100%;
    height: 16rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 25%;
       object-position: 0% 25%;
  }
  #page header .box__header {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #page header .box__header .box__title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  #page header .box__header .box__title .title {
    align-self: flex-start;
    width: 32rem;
    left: 0;
    right: 0;
  }
  #page header .box__header .box__title .title img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #page header .box__header .box__info {
    display: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 2.4rem;
  }
  #page header .box__header .box__info .day {
    width: 30rem;
    left: 0;
    right: 0;
  }
  #page header .box__header .box__info .day img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #page header .box__header .box__info .place {
    width: 30rem;
    left: 0;
    right: 0;
  }
  #page header .box__header .box__info .place img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #page .wrapper .container nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #18628b;
    padding: 16rem 0 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 98;
    overflow: scroll;
  }
  #page .wrapper .container main article section .box__program {
    display: block;
    width: 100%;
    background: #f1f1f1;
    line-height: 1.4;
    padding: 1.2rem 1.6rem;
    margin: 2rem auto 2rem;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }
  #page .wrapper .container main article section .box__program p {
    margin: 0;
  }
  #page .wrapper .container main article section .box__program + p {
    margin-bottom: 3.2rem;
  }
  #page .wrapper .container main article section .box__program .program {
    color: #1a1a1a;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #page .wrapper .container main article section .box__program .speaker {
    color: #1a1a1a;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2rem;
    margin-top: 0.8rem;
  }
  #page .wrapper .container main article section .title_speaker {
    display: block;
    width: 100%;
    margin: 0.8rem 0 0.8rem;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #page .wrapper .container main article section .title_speaker + p {
    margin-top: 0.8rem;
  }
  #page .wrapper .container main article section .box__speaker {
    display: block;
    width: 100%;
    margin: 3.2rem 0 1.6rem;
  }
  #page .wrapper .container main article section .box__speaker .box__img {
    display: block;
    width: 14rem;
    margin: 2rem auto;
  }
  #page .wrapper .container main article section .box__speaker .box__img img {
    display: block;
    width: 100%;
  }
  #page .wrapper .container main article section .box__speaker .box__desc {
    display: block;
    width: 100%;
    padding-left: 2rem;
    border-left: 4px solid #18628b;
  }
  #page .wrapper .container main article section .box__speaker .box__desc p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.4rem;
  }
  #page .wrapper .container main article section .box__speaker .box__desc p span {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
  }
  #page .wrapper .container main article section .box__session {
    display: block;
    width: 100%;
  }
  #page .wrapper .container main article section .box__session + .box__session {
    margin-top: 3.2rem;
  }
  #page .wrapper .container main article section .box__session + .subtitle {
    margin-top: 4.8rem;
  }
  #page .wrapper .container main article section .box__session:last-of-type {
    margin-bottom: 4.8rem;
  }
  #page .wrapper .container main article section .box__session .unit__session {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
  #page .wrapper .container main article section .box__session .unit__session h3 {
    font-weight: bold;
    line-height: 1.4;
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 auto 0.5rem;
  }
  #page .wrapper .container main article section .box__session .unit__session .info {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  #page .wrapper .container main article section .box__session .unit__session .info .title {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #page .wrapper .container main article section .box__session .unit__session .info .on-demand_title {
    color: #18628b;
    font-weight: bold;
  }
  #page .wrapper .container main article section .box__session .unit__session .info .presenter {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1.3rem;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
  }
  #page .wrapper .container main article section .box__session .unit__session .info .presenter + h3 {
    margin-top: 2rem;
  }
  #page .wrapper .container main article section .box__session .unit__session .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #18628b;
    padding: 1.5rem 0;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    margin-top: 2rem;
  }
  #page .wrapper .container main article section .box__session .unit__session .btn:hover {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
  }
  #page .wrapper .container main article section .box__session .unit__session .btn .fa-video {
    font-size: 1.3rem;
    color: #fff;
    margin-right: 1rem;
  }
  #page .wrapper .container main article section .box__session .unit__session .btn span {
    font-size: 1.3rem;
    color: #fff;
  }
  #page .wrapper .container main article section .box__session .unit__session .btn.nolink {
    background: #999;
  }
  #page .wrapper .container main article section .box__session .unit__session .btn.nolink .fa-video {
    color: #ddd;
  }
  #page .wrapper .container main article section .box__session .unit__session .btn.nolink span {
    color: #ddd;
  }
  #page .wrapper .container main article section .box__summary {
    display: block;
    width: 100%;
    margin: 0 auto 2rem;
  }
  #page .wrapper .container main article section .box__summary .unit__summary {
    display: block;
    padding: 1.4rem 0;
    margin: 0 auto;
    border-bottom: 1px #ddd dotted;
  }
  #page .wrapper .container main article section .box__summary .unit__summary:first-child {
    padding-top: 0;
  }
  #page .wrapper .container main article section .box__summary .unit__summary .title {
    display: block;
    color: #18628b;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #page .wrapper .container main article section .box__summary .unit__summary .desc {
    display: block;
    color: #1a1a1a;
    font-size: 1.5rem;
    transition: all 0.2s ease;
  }
  #page .wrapper .container main article section .box__summary .unit__summary .desc p + p {
    margin-top: 0.8rem;
  }
  #page .wrapper .container main article section .box__summary .unit__summary .desc a {
    color: #18628b;
    text-decoration: underline;
  }
  #page .wrapper .container main article section .box__summary .unit__summary .desc a:hover {
    opacity: 0.8;
  }
  #page .wrapper .container main article section .box__bio {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
  #page .wrapper .container main article section .box__bio + .box__title {
    margin-top: 4rem;
  }
  #page .wrapper .container main article section .box__bio .sub {
    color: #18628b;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.4rem;
  }
  #page .wrapper .container main article section .box__bio .sub + * {
    margin-bottom: 1rem;
  }
  #page .wrapper .container main article section .box__bio .unit__bio {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.4rem 0;
    margin: 0 auto;
    border-bottom: 1px #ddd dotted;
  }
  #page .wrapper .container main article section .box__bio .unit__bio:first-child {
    padding-top: 0;
  }
  #page .wrapper .container main article section .box__bio .unit__bio .year {
    display: block;
    width: 25%;
    color: #1a1a1a;
    font-size: 1.4rem;
    margin-right: 1rem;
  }
  #page .wrapper .container main article section .box__bio .unit__bio .name {
    display: block;
    width: 75%;
    color: #1a1a1a;
    font-size: 1.4rem;
    transition: all 0.2s ease;
  }
  #page .wrapper .container main article section .box__bio .unit__bio .name p + p {
    margin-top: 0.8rem;
  }
  #page .wrapper .container main article section .box__bio .unit__bio + p {
    margin-top: 1rem;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(1) {
    text-align: center;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) {
    text-align: center;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) a {
    font-size: 1.2rem;
    transition: 0.2s ease;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) a .fa-video {
    font-size: 1.5rem;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) a.youtube {
    color: #f80000;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) a.vimeo {
    color: #00a8e8;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) a.dropbox {
    color: #0d237d;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) a:hover {
    opacity: 0.8;
  }
  #single header {
    display: block;
    position: relative;
    width: 100%;
    height: 16rem;
    z-index: 99;
  }
  #single header .img__bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 16rem;
  }
  #single header .img__bg::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
  #single header .img__bg img {
    display: block;
    width: 100%;
    height: 16rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 64% 25%;
       object-position: 64% 25%;
  }
  #single header .box__header {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #single header .box__header .box__title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  #single header .box__header .box__title .title {
    align-self: flex-start;
    width: 32rem;
    left: 0;
    right: 0;
  }
  #single header .box__header .box__title .title img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #single header .box__header .box__title .sub {
    align-items: flex-start;
    width: 20rem;
    left: 0;
    right: 0;
    margin-bottom: 0.8rem;
  }
  #single header .box__header .box__title .sub img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #single header .box__header .box__info {
    display: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 2.4rem;
  }
  #single header .box__header .box__info .day {
    width: 30rem;
    left: 0;
    right: 0;
  }
  #single header .box__header .box__info .day img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #single header .box__header .box__info .place {
    width: 30rem;
    left: 0;
    right: 0;
  }
  #single header .box__header .box__info .place img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #single .wrapper .container nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #18628b;
    padding: 16rem 0 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 98;
    overflow: scroll;
  }
  #single .wrapper .container main article section h1 span {
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 1rem;
  }
  #single .wrapper .container main article section .box__video {
    display: block;
    width: 100%;
    margin: 0 auto 4rem;
  }
  #single .wrapper .container main article section .box__video .unit__video {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  #single .wrapper .container main article section .box__video .unit__video iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #single .wrapper .container main article section .box__video .unit__video.dropbox video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #single .wrapper .container main article section .box__video .unit__video video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #single .wrapper .container main article section .box__session {
    display: block;
    width: 100%;
  }
  #single .wrapper .container main article section .box__session + .box__session {
    margin-top: 3.2rem;
  }
  #single .wrapper .container main article section .box__session + .subtitle {
    margin-top: 4.8rem;
  }
  #single .wrapper .container main article section .box__session:last-of-type {
    margin-bottom: 4.8rem;
  }
  #single .wrapper .container main article section .box__session + .box__btn {
    padding-top: 3.2rem;
    margin-top: 3.2rem;
    border-top: 1px solid #d6d6d6;
  }
  #single .wrapper .container main article section .box__session .unit__session {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
  #single .wrapper .container main article section .box__session .unit__session h3 {
    font-weight: bold;
    line-height: 1.4;
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 auto 0.5rem;
  }
  #single .wrapper .container main article section .box__session .unit__session .info {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  #single .wrapper .container main article section .box__session .unit__session .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #18628b;
    padding: 1.5rem 0;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    margin-top: 2rem;
  }
  #single .wrapper .container main article section .box__session .unit__session .btn:hover {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
  }
  #single .wrapper .container main article section .box__session .unit__session .btn span {
    font-size: 1.4rem;
    color: #fff;
  }
  #single .wrapper .container main article section .box__session .unit__session .btn span br {
    display: none;
  }
  #single .wrapper .container main article section .box__session .unit__session .btn.nolink {
    background: #999;
  }
  #single .wrapper .container main article section .box__session .unit__session .btn.nolink span {
    color: #ddd;
  }
  #single .wrapper .container main article section .box__btn {
    width: 100%;
    margin: 2.4rem auto 0;
  }
  #single .wrapper .container main article section .box__btn .unit__btn:last-of-type {
    margin-right: 0;
  }
  /*-------------------------------------
  page-top
  -------------------------------------*/
  #page-top {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 97;
  }
  #page-top a {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 1.2rem;
    border-radius: 50%;
    transition: all 0.2s ease;
  }
  #page-top a:hover {
    opacity: 0.8;
  }
}
/*--------------------------------------------
PC setting(wide)
--------------------------------------------*/
@media screen and (min-width: 481px) {
  html {
    overflow-x: hidden;
  }
  body {
    display: block;
    position: relative;
    width: 100%;
    min-width: 1140px;
  }
  body.novartis header .box__header {
    pointer-events: none;
  }
  .wrapper {
    display: block;
    width: 100%;
  }
  .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 114rem;
    height: auto;
    min-height: 40rem;
    padding: 0 2rem;
    margin: 6.4rem auto 9.6rem;
    min-height: calc(100vh - 230px - 240px);
  }
  .container nav {
    display: block;
    width: 24rem;
    margin: 0 8rem 0 0;
  }
  .container nav .box__nav {
    display: block;
    width: 100%;
    margin: 0 auto 6.4rem;
  }
  .container nav .box__nav .unit__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 1.5rem;
    margin: 0 auto;
    transition: all 0.2s ease;
  }
  .container nav .box__nav .unit__nav:hover {
    background: #18628b;
  }
  .container nav .box__nav .unit__nav:hover .fa-angle-right {
    color: #fff;
  }
  .container nav .box__nav .unit__nav:hover span {
    color: #fff;
  }
  .container nav .box__nav .unit__nav.active {
    background: #18628b;
  }
  .container nav .box__nav .unit__nav.active .fa-angle-right {
    color: #fff;
  }
  .container nav .box__nav .unit__nav.active span {
    color: #fff;
  }
  .container nav .box__nav .unit__nav + .unit__nav {
    margin-top: 0.5rem;
  }
  .container nav .box__nav .unit__nav.nolink {
    pointer-events: none;
  }
  .container nav .box__nav .unit__nav.nolink .fa-angle-right {
    color: #bfbfbf;
  }
  .container nav .box__nav .unit__nav.nolink span {
    color: #bfbfbf;
  }
  .container nav .box__nav .unit__nav .fa-angle-right {
    color: #1a1a1a;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-right: 0.8rem;
  }
  .container nav .box__nav .unit__nav span {
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .container main {
    display: block;
    width: calc(100% - 320px);
  }
  .container main article {
    display: block;
    width: 100%;
  }
  .container main article section {
    display: block;
    width: 100%;
  }
  .container main article section h1 {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 2px solid #18628b;
    padding: 0 0 0.8rem 0;
    margin: 0 auto 2rem;
  }
  .container main article section h2 {
    display: block;
    width: 100%;
    background: #f1f1f1;
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    border-left: 4px solid #18628b;
    padding: 1.2rem 2rem;
    margin: 0 auto 2rem;
  }
  .container main article section .subtitle {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px solid #18628b;
    margin: 0 auto 1rem;
  }
  .container main article section h3 {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    color: #18628b;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.4rem;
    margin: 0 auto 1rem;
  }
  .container main article section h4 {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px solid #18628b;
    margin: 0 auto 1rem;
  }
  .container main article section .note {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.8rem;
    color: #ff4b5d;
    font-weight: bold;
    border: 2px solid #ff4b5d;
    padding: 0.8rem;
    margin: 0 auto 1.6rem;
  }
  .container main article section p {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    color: #1a1a1a;
    text-align: justify;
    word-wrap: break-word;
    line-height: 1.7;
  }
  .container main article section p a {
    color: #18628b;
    text-decoration: underline;
  }
  .container main article section p a:hover {
    opacity: 0.8;
  }
  .container main article section p + p {
    margin-top: 1em;
  }
  .container main article section p + h2 {
    margin-top: 6.4rem;
  }
  .container main article section p + h3, .container main article section p + h4 {
    margin-top: 4rem;
  }
  .container main article section p + .subtitle {
    margin-top: 2em;
  }
  .container main article section p + .box__video {
    margin-top: 4rem;
  }
  .container main article section p + .box__table {
    margin-top: 2.4rem;
  }
  .container main article section p + .box__comment {
    margin-top: 1.6rem;
  }
  .container main article section p + .box__session {
    margin-top: 1.6rem;
  }
  .container main article section p + img {
    margin-top: 1.6rem;
  }
  .container main article section .kome {
    padding-left: 1em !important;
    text-indent: -1em !important;
  }
  .container main article section .kome + .kome {
    margin-top: 0;
  }
  .container main article section .ind1 {
    text-indent: 1em;
  }
  .container main article section .box__img {
    display: block;
    width: 100%;
  }
  .container main article section .box__img .unit__img {
    display: block;
    width: 100%;
  }
  .container main article section .box__img .unit__img img {
    display: block;
    width: 100%;
  }
  .container main article section ul.dotted {
    display: block;
    width: 100%;
  }
  .container main article section ul.dotted li {
    display: block;
    position: relative;
    color: #1a1a1a;
    font-size: 1.5rem;
    line-height: 1.8;
    padding-left: 2em;
  }
  .container main article section ul.dotted li::before {
    display: block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #18628b;
    top: 1rem;
    left: 0.7rem;
    right: auto;
    margin: 0 auto;
  }
  .container main article section ul.dotted li a {
    color: #18628b;
    transition: all 0.2s ease;
    text-decoration: underline;
  }
  .container main article section ul.dotted li a:hover {
    opacity: 0.7;
  }
  .container main article section .dotted + h2 {
    margin-top: 6.4rem;
  }
  .container main article section .dotted + h3,
  .container main article section .dotted + h4 {
    margin-top: 4rem;
  }
  .container main article section .dotted + p,
  .container main article section .dotted + .dotted,
  .container main article section .dotted + .number {
    margin-top: 1em;
  }
  .container main article section ol.number {
    display: block;
    width: 100%;
    counter-reset: number;
  }
  .container main article section ol.number li {
    display: block;
    position: relative;
    color: #1a1a1a;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
    text-indent: -1.5rem;
    padding-left: 3rem;
  }
  .container main article section ol.number li::before {
    display: inline-block;
    counter-increment: number;
    content: "(" counter(number) ") ";
    width: 1em;
  }
  .container main article section .number + h2,
  .container main article section .number + h3,
  .container main article section .number + h4 {
    margin-top: 4rem;
  }
  .container main article section .number + p,
  .container main article section .number + ol,
  .container main article section .number + ul {
    margin-top: 1em;
  }
  .container main article section .box__table {
    display: block;
    width: 100%;
  }
  .container main article section .box__table table {
    width: 100%;
  }
  .container main article section .box__table table thead {
    width: 100%;
  }
  .container main article section .box__table table tbody {
    width: 100%;
  }
  .container main article section .box__table table tr {
    width: 100%;
  }
  .container main article section .box__table table tr th {
    background: #ececec;
    color: #1a1a1a;
    font-size: 1.4rem;
    padding: 0.8rem;
    border: 1px solid #ddd;
  }
  .container main article section .box__table table tr td {
    color: #1a1a1a;
    font-size: 1.4rem;
    padding: 0.8rem;
    border: 1px solid #ddd;
  }
  .container main article section .box__table + h2 {
    margin-top: 3.2rem;
  }
  .container main article section .box__table + h3 {
    margin-top: 2.4rem;
  }
  .container main article section .box__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 2.4rem 0;
  }
  .container main article section .box__btn .unit__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 56px;
    background: #18628b;
    margin-right: 2rem;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
  }
  .container main article section .box__btn .unit__btn span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .container main article section .box__btn .unit__btn:last-of-type {
    margin-right: 0;
  }
  .container main article section .box__btn .unit__btn:hover {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
  }
  .container main article section .box__btn .unit__btn.nolink {
    background: #999;
  }
  .container main article section .box__btn .unit__btn.nolink .fa-video {
    color: #ddd;
  }
  .container main article section .box__btn .unit__btn.nolink span {
    color: #ddd;
  }
  .container main article section .box__btn .back__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 56px;
    background: #fff;
    margin-right: 2rem;
    border: #18628b 1.6px solid;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.25s ease-in-out;
  }
  .container main article section .box__btn .back__btn span {
    color: #18628b;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .container main article section .box__btn .back__btn:last-of-type {
    margin-right: 0;
  }
  .container main article section .box__btn .back__btn:hover {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
  }
  .container main article section .box__btn p {
    margin-top: 1em;
  }
  .container main article section .box__btn.center {
    justify-content: center;
    flex-direction: column;
  }
  .container main article section .box__btn + * {
    margin-top: 4rem;
  }
  footer {
    display: block;
    width: 100%;
    background: #333;
  }
  footer .box__footer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 114rem;
    padding: 4rem 2rem;
    margin: 0 auto;
  }
  footer .box__footer .unit__footer {
    display: block;
    width: 100%;
    margin: 0 8rem 0 0;
  }
  footer .box__footer .unit__footer .title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
  }
  footer .box__footer .unit__footer .info {
    color: #fff;
    font-size: 1.4rem;
  }
  footer .copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.2rem;
    padding: 1rem 0;
    margin: 0 auto;
  }
  #home header {
    display: block;
    position: relative;
    width: 100%;
    height: 28rem;
  }
  #home header .img__bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 28rem;
  }
  #home header .img__bg::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  #home header .img__bg img {
    display: block;
    width: 100%;
    height: 28rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 25%;
       object-position: 50% 25%;
  }
  #home header .box__header {
    display: flex;
    position: absolute;
    justify-content: center;
    flex-direction: column;
    width: 114rem;
    height: 24rem;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 2rem;
    gap: 3.2rem;
  }
  #home header .box__header .box__title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  #home header .box__header .box__title .title {
    align-self: flex-start;
    width: 72rem;
    left: 0;
    right: 0;
  }
  #home header .box__header .box__title .title img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #home header .box__header .box__info {
    display: flex;
    align-self: flex-start;
    flex-direction: row;
    gap: 2.4rem;
  }
  #home header .box__header .box__info .day {
    width: 48rem;
    left: 0;
    right: 0;
  }
  #home header .box__header .box__info .day img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #home header .box__header .box__info .place {
    width: 48rem;
    left: 0;
    right: 0;
  }
  #home header .box__header .box__info .place img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #home .wrapper .container main article section .box__info {
    display: block;
    width: 100%;
    margin-bottom: 6.4rem;
  }
  #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: #1a1a1a;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 1rem 0 0;
  }
  #home .wrapper .container main article section .box__info .unit__info .title {
    display: block;
    width: calc(100% - 110px);
    color: #1a1a1a;
    font-size: 1.5rem;
  }
  #home .wrapper .container main article section .box__info .unit__info .title a {
    color: #18628b;
    text-decoration: underline;
  }
  #home .wrapper .container main article section .ul_flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
  }
  #home .wrapper .container main article section .ul_flex ul + ul {
    margin-left: 2rem;
  }
  #home .wrapper .container main article section .ul_flex ul {
    margin-top: 0;
  }
  #home .wrapper .container main article section .box__ad {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 8rem auto 0;
  }
  #home .wrapper .container main article section .box__ad .unit__ad {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin-right: 9rem;
    margin-bottom: 1.6rem;
    transition: all 0.2s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  #home .wrapper .container main article section .box__ad .unit__ad:hover {
    opacity: 0.8;
  }
  #home .wrapper .container main article section .box__ad .unit__ad:nth-child(3n) {
    margin-right: 0;
  }
  #home .wrapper .container main article section .box__ad .unit__ad img {
    display: block;
    width: 100%;
  }
  #home .wrapper .container main article section .slider .slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  #home .wrapper .container main article section .slider img {
    width: 100%;
    height: auto;
    display: block;
  }
  #page header {
    display: block;
    position: relative;
    width: 100%;
    height: 20rem;
  }
  #page header .img__bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 20rem;
  }
  #page header .img__bg::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  #page header .img__bg img {
    display: block;
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 25%;
       object-position: 50% 25%;
  }
  #page header .box__header {
    display: flex;
    position: absolute;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    width: 114rem;
    height: 20rem;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 2rem;
    gap: 4rem;
  }
  #page header .box__header .box__title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }
  #page header .box__header .box__title .title {
    align-self: flex-start;
    width: 48rem;
    left: 0;
    right: 0;
  }
  #page header .box__header .box__title .title img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #page header .box__header .box__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2.4rem;
  }
  #page header .box__header .box__info .day {
    width: 40rem;
    left: 0;
    right: 0;
  }
  #page header .box__header .box__info .day img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #page header .box__header .box__info .place {
    width: 40rem;
    left: 0;
    right: 0;
  }
  #page header .box__header .box__info .place img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #page .wrapper .container main article section .box__program {
    display: block;
    width: 100%;
    background: #f1f1f1;
    line-height: 1.2;
    padding: 1.2rem 2rem;
    margin: 0 auto 2rem;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }
  #page .wrapper .container main article section .box__program p {
    margin: 0;
  }
  #page .wrapper .container main article section .box__program + p {
    margin-bottom: 4.8rem;
  }
  #page .wrapper .container main article section .box__program .program {
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #page .wrapper .container main article section .box__program .speaker {
    width: 100%;
    color: #1a1a1a;
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: bold;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: 0;
  }
  #page .wrapper .container main article section .box__program .speaker.wide {
    width: 59%;
  }
  #page .wrapper .container main article section .box__program + .box__program {
    margin-top: 4rem;
  }
  #page .wrapper .container main article section .title_speaker {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #page .wrapper .container main article section .title_speaker + p {
    margin-top: 0.8rem;
  }
  #page .wrapper .container main article section .box__speaker {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 1.6rem 0 1.6rem;
    gap: 3.2rem;
  }
  #page .wrapper .container main article section .box__speaker .box__img {
    display: block;
    width: 14rem;
    margin-right: 2rem;
  }
  #page .wrapper .container main article section .box__speaker .box__img img {
    display: block;
    width: 100%;
  }
  #page .wrapper .container main article section .box__speaker .box__desc {
    display: block;
    width: calc(100% - 12rem);
    padding-left: 1.6rem;
    border-left: 4px solid #18628b;
    bottom: 0;
  }
  #page .wrapper .container main article section .box__speaker .box__desc p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #page .wrapper .container main article section .box__speaker .box__desc p span {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
  }
  #page .wrapper .container main article section .box__session {
    display: block;
    width: 100%;
  }
  #page .wrapper .container main article section .box__session + .box__session {
    margin-top: 3.2rem;
  }
  #page .wrapper .container main article section .box__session + .subtitle {
    margin-top: 4.8rem;
  }
  #page .wrapper .container main article section .box__session:last-of-type {
    margin-bottom: 4.8rem;
  }
  #page .wrapper .container main article section .box__session .unit__session {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }
  #page .wrapper .container main article section .box__session .unit__session h3 {
    font-weight: bold;
    line-height: 1.4;
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 auto 0.5rem;
  }
  #page .wrapper .container main article section .box__session .unit__session .info {
    display: block;
    width: calc(100% - 200px);
    padding-right: 2rem;
    margin-right: 4rem;
    border-right: 1px solid #d6d6d6;
  }
  #page .wrapper .container main article section .box__session .unit__session .info .title {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #page .wrapper .container main article section .box__session .unit__session .info .on-demand_title {
    color: #18628b;
    font-weight: bold;
  }
  #page .wrapper .container main article section .box__session .unit__session .info .presenter {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
  }
  #page .wrapper .container main article section .box__session .unit__session .info .presenter + h3 {
    margin-top: 2rem;
  }
  #page .wrapper .container main article section .box__session .unit__session .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    background: #18628b;
    padding: 1rem 0;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
  }
  #page .wrapper .container main article section .box__session .unit__session .btn:hover {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
  }
  #page .wrapper .container main article section .box__session .unit__session .btn .fa-video {
    font-size: 1.3rem;
    color: #fff;
    margin-right: 1rem;
  }
  #page .wrapper .container main article section .box__session .unit__session .btn span {
    font-size: 1.3rem;
    color: #fff;
  }
  #page .wrapper .container main article section .box__session .unit__session .btn.nolink {
    background: #999;
  }
  #page .wrapper .container main article section .box__session .unit__session .btn.nolink .fa-video {
    color: #ddd;
  }
  #page .wrapper .container main article section .box__session .unit__session .btn.nolink span {
    color: #ddd;
  }
  #page .wrapper .container main article section .box__summary {
    display: block;
    width: 100%;
    margin: 0 auto 2rem;
  }
  #page .wrapper .container main article section .box__summary .unit__summary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 0;
    margin: 0 auto;
    border-bottom: 1px #ddd dotted;
  }
  #page .wrapper .container main article section .box__summary .unit__summary:first-child {
    padding-top: 0;
  }
  #page .wrapper .container main article section .box__summary .unit__summary .title {
    display: block;
    width: 16%;
    color: #18628b;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 2rem;
  }
  #page .wrapper .container main article section .box__summary .unit__summary .desc {
    display: block;
    width: 84%;
    color: #1a1a1a;
    font-size: 1.5rem;
    transition: all 0.2s ease;
  }
  #page .wrapper .container main article section .box__summary .unit__summary .desc p + p {
    margin-top: 0.8rem;
  }
  #page .wrapper .container main article section .box__summary .unit__summary .desc a {
    color: #18628b;
    text-decoration: underline;
  }
  #page .wrapper .container main article section .box__summary .unit__summary .desc a:hover {
    opacity: 0.8;
  }
  #page .wrapper .container main article section .box__bio {
    display: block;
    width: 100%;
    margin: 2.4rem auto 0;
  }
  #page .wrapper .container main article section .box__bio + .box__program {
    margin-top: 6rem;
  }
  #page .wrapper .container main article section .box__bio .sub {
    color: #18628b;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.4rem;
  }
  #page .wrapper .container main article section .box__bio .sub + * {
    margin-bottom: 1rem;
  }
  #page .wrapper .container main article section .box__bio .unit__bio {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.4rem 0;
    margin: 0 auto;
    border-bottom: 1px dotted #ddd;
  }
  #page .wrapper .container main article section .box__bio .unit__bio:first-child {
    padding-top: 0;
  }
  #page .wrapper .container main article section .box__bio .unit__bio .year {
    display: block;
    width: 12%;
    color: #1a1a1a;
    font-size: 1.5rem;
    margin-right: 2rem;
  }
  #page .wrapper .container main article section .box__bio .unit__bio .name {
    display: block;
    width: 88%;
    color: #1a1a1a;
    font-size: 1.5rem;
    transition: all 0.2s ease;
  }
  #page .wrapper .container main article section .box__bio .unit__bio .name p + p {
    margin-top: 0.8rem;
  }
  #page .wrapper .container main article section .box__bio .unit__bio + p {
    margin-top: 1rem;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(1) {
    text-align: center;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) {
    text-align: center;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) a {
    font-size: 1.2rem;
    transition: 0.2s ease;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) a .fa-video {
    font-size: 1.5rem;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) a.youtube {
    color: #f80000;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) a.vimeo {
    color: #00a8e8;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) a.dropbox {
    color: #0d237d;
  }
  #page .wrapper .container main article section .box__table table tr td:nth-of-type(4) a:hover {
    opacity: 0.8;
  }
  #single header {
    display: block;
    position: relative;
    width: 100%;
    height: 20rem;
  }
  #single header .img__bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 20rem;
  }
  #single header .img__bg::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  #single header .img__bg img {
    display: block;
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 25%;
       object-position: 50% 25%;
  }
  #single header .box__header {
    display: flex;
    position: absolute;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    width: 114rem;
    height: 20rem;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 2rem;
    gap: 4rem;
  }
  #single header .box__header .box__title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }
  #single header .box__header .box__title .title {
    align-self: flex-start;
    width: 48rem;
    left: 0;
    right: 0;
  }
  #single header .box__header .box__title .title img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #single header .box__header .box__title .sub {
    align-self: flex-start;
    width: 24rem;
    left: 0;
    right: 0;
    margin-bottom: 0.8rem;
  }
  #single header .box__header .box__title .sub img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #single header .box__header .box__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2.4rem;
  }
  #single header .box__header .box__info .day {
    width: 40rem;
    left: 0;
    right: 0;
  }
  #single header .box__header .box__info .day img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #single header .box__header .box__info .place {
    width: 40rem;
    left: 0;
    right: 0;
  }
  #single header .box__header .box__info .place img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 4px 6px rgba(153, 153, 153, 0.6));
  }
  #single .wrapper .container main article section h1 span {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 1rem;
  }
  #single .wrapper .container main article section .box__video {
    display: block;
    width: 100%;
    margin: 0 auto 4rem;
  }
  #single .wrapper .container main article section .box__video .unit__video {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  #single .wrapper .container main article section .box__video .unit__video iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #single .wrapper .container main article section .box__video .unit__video.dropbox video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #single .wrapper .container main article section .box__video .unit__video video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #single .wrapper .container main article section .box__session {
    display: block;
    width: 100%;
  }
  #single .wrapper .container main article section .box__session + .box__session {
    margin-top: 3.2rem;
  }
  #single .wrapper .container main article section .box__session + .subtitle {
    margin-top: 4.8rem;
  }
  #single .wrapper .container main article section .box__session:last-of-type {
    margin-bottom: 4.8rem;
  }
  #single .wrapper .container main article section .box__session .unit__session {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }
  #single .wrapper .container main article section .box__session .unit__session h3 {
    font-weight: bold;
    line-height: 1.4;
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 auto 0.5rem;
  }
  #single .wrapper .container main article section .box__session .unit__session .info {
    display: block;
    width: calc(100% - 200px);
    padding-right: 2rem;
    margin-right: 4rem;
    border-right: 1px solid #d6d6d6;
  }
  #single .wrapper .container main article section .box__session .unit__session .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    background: #18628b;
    padding: 1rem 0;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
  }
  #single .wrapper .container main article section .box__session .unit__session .btn:hover {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
  }
  #single .wrapper .container main article section .box__session .unit__session .btn span {
    font-size: 1.3rem;
    color: #fff;
  }
  #single .wrapper .container main article section .box__session .unit__session .btn.nolink {
    background: #999;
  }
  #single .wrapper .container main article section .box__session .unit__session .btn.nolink span {
    color: #ddd;
  }
  #single .wrapper .container main article section .box__session .unit__session .back__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    background: #fff;
    padding: 1rem 0;
    border-radius: 4px #18628b solid;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
  }
  #single .wrapper .container main article section .box__session .unit__session .back__btn:hover {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
  }
  #single .wrapper .container main article section .box__session .unit__session .back__btn span {
    font-size: 1.3rem;
    color: #18628b;
  }
  #single .wrapper .container main article section .box__btn {
    width: 200px;
    margin: 6.4rem auto 0;
  }
  /*-------------------------------------
  page-top
  -------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 40px;
    right: 80px;
    z-index: 97;
  }
  #page-top a {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 1.2rem;
    border-radius: 50%;
    transition: all 0.2s ease;
  }
  #page-top a:hover {
    opacity: 0.6;
  }
}
/*--------------------------------------------
Print setting
--------------------------------------------*//*# sourceMappingURL=style.css.map */