@charset "UTF-8";
/*--------------------------------------------
Common setting
--------------------------------------------*/
[v-cloak],
[appear] {
  display: none;
}

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

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

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

.v-leave {
  opacity: 1;
}

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

.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.04rem;
  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;
}

.link {
  color: #2568ae;
  text-decoration: underline;
  transition: 0.15s ease;
}
.link:hover {
  opacity: 0.8;
}

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

.red {
  color: #ef5055 !important;
}

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

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

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

/*--------------------------------------------
SP setting
--------------------------------------------*/
@media screen and (max-width: 480px) {
  html {
    overflow-x: hidden;
  }
  body {
    display: block;
    position: relative;
    width: 100%;
  }
  .noScroll {
    position: relative;
    overflow: hidden;
  }
  .noScroll::before {
    height: 100%;
  }
  header.type-home {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    background: #fff;
  }
  header.type-home .box__header {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6rem;
    padding: 0 1.2rem;
    margin: 0 auto;
  }
  header.type-home .box__header .img__logo {
    display: block;
    width: 28rem;
  }
  header.type-home .box__header .box__ham {
    display: block;
    position: relative;
    width: 4rem;
    height: 4rem;
    margin: 0 0 0 0.8rem;
    overflow: hidden;
  }
  header.type-home .box__header .box__ham .ham01 {
    display: block;
    position: absolute;
    width: 3.4rem;
    height: 0.2rem;
    background: #4796a3;
    top: 20%;
    transform: translateY(-80%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  header.type-home .box__header .box__ham .ham02 {
    display: block;
    position: absolute;
    width: 3.4rem;
    height: 2px;
    background: #4796a3;
    top: 45%;
    transform: translateY(-55%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  header.type-home .box__header .box__ham .ham03 {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 1.1rem;
    color: #4796a3;
    font-weight: bold;
    text-align: center;
    top: 70%;
    transform: translateY(-30%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header.type-home .box__header .box__ham.active .ham01 {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  header.type-home .box__header .box__ham.active .ham02 {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  header.type-home .box__header .box__ham.active .ham03 {
    opacity: 0;
  }
  header.type-page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    background: url(../img/hero_page.png) no-repeat;
    background-position: center;
    background-size: cover;
  }
  header.type-page .box__header {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6rem;
    padding: 0 1.2rem;
    margin: 0 auto;
  }
  header.type-page .box__header .img__logo {
    display: block;
    width: 28rem;
  }
  header.type-page .box__header .box__ham {
    display: block;
    position: relative;
    width: 4rem;
    height: 4rem;
    margin: 0 0 0 0.8rem;
    overflow: hidden;
  }
  header.type-page .box__header .box__ham .ham01 {
    display: block;
    position: absolute;
    width: 3.4rem;
    height: 0.2rem;
    background: #4796a3;
    top: 20%;
    transform: translateY(-80%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  header.type-page .box__header .box__ham .ham02 {
    display: block;
    position: absolute;
    width: 3.4rem;
    height: 2px;
    background: #4796a3;
    top: 45%;
    transform: translateY(-55%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  header.type-page .box__header .box__ham .ham03 {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 1.1rem;
    color: #4796a3;
    font-weight: bold;
    text-align: center;
    top: 70%;
    transform: translateY(-30%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header.type-page .box__header .box__ham.active .ham01 {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  header.type-page .box__header .box__ham.active .ham02 {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  header.type-page .box__header .box__ham.active .ham03 {
    opacity: 0;
  }
  .wrapper,
  .container {
    display: block;
    width: 100%;
  }
  main {
    display: block;
    width: 100%;
    padding: 0 1.5rem;
    margin: 2.4rem auto 5.6rem;
  }
  main nav {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #4796a3;
    top: 6rem;
    left: 0;
    right: 0;
    padding-bottom: 6rem;
    margin: 0 auto;
    z-index: 97;
    overflow: scroll;
  }
  main nav .box__nav {
    display: block;
    width: 100%;
  }
  main nav .box__nav .unit__nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    background: #4796a3;
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    padding: 2.4rem 1.5rem 2.4rem 4rem;
    margin: 0 auto;
  }
  main nav .box__nav .unit__nav.red {
    background: #ef5055;
  }
  main nav .box__nav .unit__nav.red span {
    color: #fff;
  }
  main nav .box__nav .unit__nav.nolink::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "\e5e1";
    width: 20px;
    height: 20px;
    color: #fff;
    font-weight: bold;
    top: 52%;
    transform: translateY(-48%);
    left: 2%;
  }
  main nav .box__nav .unit__nav.nolink span {
    color: rgba(255, 255, 255, 0.5);
  }
  main nav .box__nav .unit__nav.nolink.red {
    background: #4796a3;
  }
  main nav .box__nav .unit__nav.nolink.red span {
    color: rgba(255, 255, 255, 0.5);
  }
  main nav .box__nav .unit__nav::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "\e5e1";
    width: 20px;
    height: 20px;
    color: #fff;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    left: 2%;
  }
  main nav .box__nav .unit__nav span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
  }
  main nav .box__ad {
    display: none;
  }
  main article {
    display: block;
    width: 100%;
  }
  main article section {
    display: block;
    width: 100%;
  }
  main article section * + h2 {
    margin-top: 4rem;
  }
  main article section * + h3 {
    margin-top: 4rem;
  }
  main article section * + h4 {
    margin-top: 3.2rem;
  }
  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: 2.4rem !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: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 2px solid #4796a3;
    padding-bottom: 0.8rem;
  }
  main article section h1 + * {
    margin-top: 2.4rem !important;
  }
  main article section h2 {
    display: block;
    width: 100%;
    background: #f2f2f2;
    color: #202124;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 1.2rem 1.6rem;
    border-left: 4px solid #4796a3;
  }
  main article section h2 + * {
    margin-top: 1.6rem;
  }
  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: 1.6rem;
  }
  main article section h4 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.4rem;
    font-weight: bold;
  }
  main article section h4 + * {
    margin-top: 0.8rem;
  }
  main article section h4 + h4 {
    margin-top: 3.2rem;
  }
  main article section p {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.4rem;
    text-align: justify;
  }
  main article section p + p, main article section p + ul, main article section p + ol {
    margin-top: 1em;
  }
  main article section p.kome {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 0 !important;
  }
  main article section p + .kome {
    margin-top: 0;
  }
  main article section a {
    color: #2568ae;
  }
  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: #4796a3;
    top: 0.9rem;
    left: 0.5em;
    right: auto;
    margin: 0 auto;
  }
  main article section ol {
    display: block;
    width: 100%;
    counter-reset: number;
  }
  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.28rem;
    padding-left: 3.2rem;
  }
  main article section ol li::before {
    display: inline-block;
    counter-increment: number;
    content: counter(number) ".";
    width: 0.8em;
    color: #4796a3;
    font-weight: bold;
  }
  main article section .box__inner {
    display: block;
    width: 100%;
    background: #f2f2f2;
    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 + .box__img {
    margin-top: 2.4rem;
  }
  main article section .box__table p + table {
    margin-top: 0.4rem;
  }
  main article section .box__table table {
    width: 100%;
  }
  main article section .box__table table thead,
  main article section .box__table table tbody {
    width: 100%;
  }
  main article section .box__table table tr {
    width: 100%;
  }
  main article section .box__table table tr th {
    background: #333;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    padding: 0.8rem 1rem;
    border: 1px solid #dadce0;
  }
  main article section .box__table table tr td {
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0.8rem 1rem;
    border: 1px solid #dadce0;
  }
  main article section .box__table + * {
    margin-top: 3.2rem;
  }
  main article section .links__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  main article section .links__inner + * {
    margin-top: 2.4rem !important;
  }
  main article section .links__inner .link__inner {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: calc((100% - 8px) / 2);
    height: 5.6rem;
    background: #4796a3;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    border-radius: 4px;
    padding-bottom: 1rem;
    transition: 0.15s ease;
  }
  main article section .links__inner .link__inner:hover {
    opacity: 0.8;
  }
  main article section .links__inner .link__inner + .link__inner {
    margin-left: 0.8rem;
  }
  main article section .links__inner .link__inner::before {
    display: block;
    position: absolute;
    content: "\e5cf";
    background: none;
    font-family: "Material Icons";
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
    bottom: 1rem;
    left: auto;
    right: auto;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  main article section .box__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  main article section .box__btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    background: #7ebfc2;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    border-radius: 2px;
    text-decoration: none;
    transition: 0.15s ease;
  }
  main article section .box__btn .btn:hover {
    opacity: 0.8;
  }
  main article section .box__btn .btn.nolink {
    color: #ddd;
    background: #bfbfbf;
  }
  footer {
    display: block;
    width: 100%;
    color: #fff;
    margin: 8rem auto 0;
  }
  footer .box__contact {
    display: block;
    width: 100%;
    background: #f2f2f2;
    padding: 4rem 0;
    margin: 0 auto;
  }
  footer .box__contact .unit__contact {
    display: block;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
  }
  footer .box__contact .unit__contact .title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.6rem;
  }
  footer .box__contact .unit__contact .info {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.2rem;
  }
  footer .copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4.8rem;
    color: #fff;
    font-size: 1.2rem;
    background: #a3b4dc;
    line-height: 1.2;
    margin: 0 auto;
  }
  .box__hero {
    display: block;
    position: relative;
    width: 100%;
    height: 25rem;
    background: url(../img/sp_hero.png) no-repeat;
    background-size: cover;
    background-position: 90% 45%;
    margin: 0 auto;
  }
  .box__hero .hero__img {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 400px;
    top: 50%;
    transform: translateY(-52%);
    left: 0;
    right: 0;
    padding: 0 2rem;
    margin: 0 auto;
  }
  .box__hero .hero__img .pc-db {
    display: none;
  }
  .box__hero .hero__img .sp-db {
    display: block;
  }
  #home main article section .box__info {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #home main article section .box__info .unit__info {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #dadce0;
    padding: 1.4rem 0;
  }
  #home main article section .box__info .unit__info:first-of-type {
    padding-top: 0;
  }
  #home main article section .box__info .unit__info .date {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.4rem;
  }
  #home main article section .box__info .unit__info .title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.4rem;
    text-align: justify;
    word-wrap: break-word;
  }
  #page main article section .box__summary {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #page main article section .box__summary .unit__summary {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #dadce0;
    padding: 2rem 0 1.6rem;
  }
  #page main article section .box__summary .unit__summary:first-of-type {
    padding-top: 0;
  }
  #page main article section .box__summary .unit__summary .title {
    display: block;
    width: 100%;
    color: #4796a3;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.8rem;
  }
  #page main article section .box__summary .unit__summary .desc {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.4rem;
    text-align: justify;
    word-wrap: break-word;
    line-height: 1.5;
  }
  #page main article section .box__summary .unit__summary .desc .gmap {
    display: block;
    width: 100%;
    height: 32rem;
    margin: 0.8rem auto 0;
  }
  #page main article section .box__summary .unit__summary .desc .gmap iframe {
    display: block;
    width: 100%;
    height: 32rem;
  }
  #page main article section .box__summary .unit__summary .desc .box__table {
    display: block;
    width: 100%;
    overflow-x: scroll;
    margin: 1.2rem auto;
  }
  #page main article section .box__summary .unit__summary .desc .box__table table {
    width: 100%;
    min-width: 600px;
  }
  #page main article section .box__summary .unit__summary .desc .box__table table tr th {
    background: #f6f6f6;
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: justify;
    padding: 0.8rem 1rem;
    border: 1px solid #dadce0;
  }
  #page main article section .box__summary .unit__summary .desc .box__table table tr td {
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: justify;
    padding: 0.8rem 1rem;
    border: 1px solid #dadce0;
  }
  #page main article section .note {
    display: block;
    width: 100%;
    border: 2px solid #a3b4dc;
    padding: 1.6rem;
    margin-bottom: 3.2rem;
  }
  #page main article section p + .note {
    margin-top: 1.2rem;
  }
  #page main article section .img__participate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #dadce0;
    padding: 0.8rem 0;
    margin: 1rem auto 3.2rem;
  }
  #page main article section .img__participate img {
    width: 90%;
  }
  #page main article section .program__table {
    overflow: scroll;
    margin: 0 auto 4rem;
  }
  #page main article section .program__table table {
    width: 50rem;
  }
  #page main article section .program__table table tr td {
    padding: 0.4rem;
    vertical-align: top;
  }
  #page main article section .program__table table tr td.time {
    width: 5rem;
    background: #f6f6f6;
    text-align: center;
    vertical-align: middle;
  }
  #page main article section .program__table table tr td .box__info {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: 0.15s ease;
  }
  #page main article section .program__table table tr td .box__info .link__inner {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 4rem;
    background: #4796a3;
    color: #fff;
    line-height: 1;
    transition: 0.15s ease;
  }
  #page main article section .program__table table tr td .box__info .link__inner::before {
    display: block;
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../img/arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%) rotateZ(90deg);
    left: 0.9rem;
    right: auto;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  #page main article section .program__table table tr td .box__info .link__inner[target=_blank] {
    text-decoration: none;
  }
  #page main article section .program__table table tr td .box__info .link__inner[target=_blank]::before {
    display: block;
    position: absolute;
    content: "\e89e";
    width: 1.2rem;
    height: 1.2rem;
    background: none;
    font-family: "Material Icons";
    font-weight: 500;
    line-height: 1;
    top: 49%;
    transform: translateY(-51%);
    left: 0.8rem;
    right: auto;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  #page main article section .program__table table tr td .box__info .detail {
    display: block;
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #4796a3;
  }
  #page main article section .program__table table tr td .box__info .title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 0.8rem;
    line-height: 1.5;
  }
  #page main article section .program__table table tr td .box__info .member {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.4;
  }
  #page main article section .box__detail {
    display: block;
    width: 100%;
  }
  #page main article section .box__detail .unit__detail {
    display: block;
    width: 100%;
    margin: 0 auto 3.2rem;
  }
  #page main article section .box__detail .unit__detail .info__session {
    display: block;
    width: 100%;
    background: #4796a3;
    border-radius: 2px;
    padding: 0.8rem 1rem;
    margin: 0 auto 1rem;
  }
  #page main article section .box__detail .unit__detail .info__session span {
    color: #fff;
    font-size: 1.5rem;
  }
  #page main article section .box__detail .unit__detail .info__session span.num {
    margin-right: 1rem;
  }
  #page main article section .box__detail .unit__detail .video__info {
    display: block;
    width: 100%;
    background: #ececec;
    border-radius: 2px;
    padding: 1.6rem 1.6rem 2rem;
    margin: 0 auto 1rem;
  }
  #page main article section .box__detail .unit__detail .video__info p {
    line-height: 1.5;
    margin: 0 auto 1rem;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video {
    display: block;
    width: 100%;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video .zoom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4.8rem;
    background: #2d8cff;
    text-decoration: none;
    margin: 0 auto;
    transition: 0.2s ease;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video .zoom.nolink {
    background: #ccc !important;
    pointer-events: none !important;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video .zoom:hover {
    opacity: 0.8;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video .zoom img {
    display: block;
    width: 24px;
    margin-right: 0.5rem;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video .zoom span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video p {
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
  }
  #page main article section .box__detail .unit__detail .box__info .unit__info {
    display: inline-block;
    background: #333;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    border-radius: 2px;
    padding: 0.8rem 1rem;
    margin: 0 auto 1rem 0;
  }
  #page main article section .box__detail .unit__detail .unit__detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    padding: 1.6rem 1.6rem 2.4rem;
    margin: 0 auto 1.6rem;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__text {
    display: block;
    width: 100%;
    cursor: default;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__text .title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 auto 0.4rem;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__text .author {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 auto 0.8rem;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__text .author span {
    color: #5f6368;
    font-size: 1.3rem;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__text .desc {
    font-size: 1.3rem;
    word-break: break-all;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__link {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__link a.nolink {
    background: #ccc !important;
    pointer-events: none !important;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__link .pdf {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4.8rem;
    background: #f35371;
    text-decoration: none;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__link .pdf:hover {
    opacity: 0.8;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__link .pdf img {
    display: block;
    width: 20px;
    margin-right: 0.5rem;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__link .pdf span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 48px;
    height: 48px;
    background: rgba(163, 180, 220, 0.8);
    text-decoration: none;
    bottom: 0;
    right: 0;
    transition: 0.15s ease;
  }
  #page-top::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "\e5ce";
    width: 48px;
    height: 48px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
  }
  #page-top:hover {
    opacity: 0.6;
  }
}
/*--------------------------------------------
PC setting(wide)
--------------------------------------------*/
@media screen and (min-width: 481px) {
  body {
    display: block;
    position: relative;
    width: 100%;
    min-width: 114rem;
  }
  header.type-home {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8rem;
    background: #fff;
  }
  header.type-home .box__header {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 114rem;
    height: 8rem;
    padding: 0 2rem;
    margin: 0 auto;
  }
  header.type-home .box__header .img__logo {
    display: block;
    width: 56rem;
  }
  header.type-home .box__header .box__ham {
    display: none;
  }
  header.type-page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10.4rem;
    background: url(../img/hero_page.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
  }
  header.type-page .box__header {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 114rem;
    height: 10.4rem;
    padding: 0 2rem;
    margin: 0 auto;
  }
  header.type-page .box__header .img__logo {
    display: block;
    width: 56rem;
  }
  header.type-page .box__header .box__ham {
    display: none;
  }
  .wrapper,
  .container {
    display: block;
    width: 100%;
  }
  main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 114rem;
    padding: 0 2rem;
    margin: 5.6rem auto 7.2rem;
  }
  main nav {
    display: block;
    position: sticky;
    top: 5.6rem;
    width: 24rem;
  }
  main nav .box__nav {
    display: block;
    width: 100%;
    margin: 0 auto 6.4rem;
  }
  main nav .box__nav .unit__nav {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 1.8rem 1.5rem 1.8rem 3.2rem;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  main nav .box__nav .unit__nav:hover {
    background: #4796a3;
  }
  main nav .box__nav .unit__nav:hover.active {
    opacity: 0.8;
  }
  main nav .box__nav .unit__nav:hover::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "\e5e1";
    width: 20px;
    height: 20px;
    color: #fff;
    font-weight: bold;
    top: 52%;
    transform: translateY(-48%);
    left: 4%;
  }
  main nav .box__nav .unit__nav:hover span {
    color: #fff;
  }
  main nav .box__nav .unit__nav:hover.red {
    background: #ef5055;
  }
  main nav .box__nav .unit__nav:hover.red span {
    color: #fff;
  }
  main nav .box__nav .unit__nav.active {
    background: #4796a3;
  }
  main nav .box__nav .unit__nav.active::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "\e5e1";
    width: 20px;
    height: 20px;
    color: #fff;
    font-weight: bold;
    top: 52%;
    transform: translateY(-48%);
    left: 4%;
  }
  main nav .box__nav .unit__nav.active span {
    color: #fff;
  }
  main nav .box__nav .unit__nav.active.red {
    background: #ef5055;
  }
  main nav .box__nav .unit__nav.active.red span {
    color: #fff;
  }
  main nav .box__nav .unit__nav + .unit__nav {
    margin-top: 0.5rem;
  }
  main nav .box__nav .unit__nav.red span {
    color: #ef5055;
  }
  main nav .box__nav .unit__nav.nolink::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "\e5e1";
    width: 20px;
    height: 20px;
    color: #bfbfbf;
    font-weight: bold;
    top: 52%;
    transform: translateY(-48%);
    left: 4%;
  }
  main nav .box__nav .unit__nav.nolink span {
    color: #bfbfbf;
  }
  main nav .box__nav .unit__nav::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "\e5e1";
    width: 20px;
    height: 20px;
    color: #202124;
    font-weight: bold;
    top: 52%;
    transform: translateY(-48%);
    left: 4%;
  }
  main nav .box__nav .unit__nav span {
    color: #202124;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
  }
  main nav .box__ad {
    display: block;
    width: 100%;
    background: #f2f2f2;
    padding: 1.6rem;
    margin: 0 auto;
    transition: all 0.2s ease;
  }
  main nav .box__ad .poster__img {
    display: block;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    margin: 0 auto 2rem;
  }
  main nav .box__ad .poster__img img {
    display: block;
    width: 100%;
  }
  main nav .box__ad .poster__img:hover {
    opacity: 0.8;
  }
  main nav .box__ad .poster__dl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: all 0.2s ease;
    text-decoration: none;
  }
  main nav .box__ad .poster__dl .pdf__img {
    display: block;
    width: 3.2rem;
    margin-right: 1.6rem;
  }
  main nav .box__ad .poster__dl .pdf__img img {
    display: block;
    width: 100%;
  }
  main nav .box__ad .poster__dl .pdf__title {
    display: block;
    color: #4796a3;
    font-size: 1.2rem;
    font-weight: bold;
  }
  main nav .box__ad .poster__dl:hover {
    opacity: 0.8;
  }
  main article {
    display: block;
    width: 80rem;
  }
  main article section {
    display: block;
    width: 100%;
  }
  main article section * + h2 {
    margin-top: 4.8rem;
  }
  main article section * + h3 {
    margin-top: 4rem;
  }
  main article section * + h4 {
    margin-top: 3.2rem;
  }
  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: 2.4rem !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 #4796a3;
    padding-bottom: 0.8rem;
  }
  main article section h1 + * {
    margin-top: 2.4rem !important;
  }
  main article section h2 {
    display: block;
    width: 100%;
    background: #f2f2f2;
    color: #202124;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 1.2rem 1.6rem 1rem;
    border-left: 4px solid #4796a3;
  }
  main article section h2 + * {
    margin-top: 1.6rem;
  }
  main article section h3 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #dadce0;
    padding-bottom: 0.4rem;
  }
  main article section h3 + * {
    margin-top: 1.6rem;
  }
  main article section h4 {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.6rem;
    font-weight: bold;
  }
  main article section h4 + * {
    margin-top: 0.8rem;
  }
  main article section h4 + h4 {
    margin-top: 3.2rem;
  }
  main article section p {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.4rem;
    text-align: justify;
  }
  main article section p + p, main article section p + ul, main article section p + ol {
    margin-top: 1em;
  }
  main article section p.kome {
    padding-left: 1em;
    text-indent: -1em;
  }
  main article section p + .kome {
    margin-top: 0;
  }
  main article section a {
    color: #2568ae;
  }
  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: #4796a3;
    top: 0.9rem;
    left: 0.5em;
    right: auto;
    margin: 0 auto;
  }
  main article section ol {
    display: block;
    width: 100%;
    counter-reset: number;
  }
  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.28rem;
    padding-left: 3.2rem;
  }
  main article section ol li::before {
    display: inline-block;
    counter-increment: number;
    content: counter(number) ".";
    width: 0.8em;
    color: #4796a3;
    font-weight: bold;
  }
  main article section .box__inner {
    display: block;
    width: 100%;
    background: #f2f2f2;
    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 + .box__img {
    margin-top: 2.4rem;
  }
  main article section .box__table p + table {
    margin-top: 0.4rem;
  }
  main article section .box__table table {
    width: 100%;
  }
  main article section .box__table table thead,
  main article section .box__table table tbody {
    width: 100%;
  }
  main article section .box__table table tr {
    width: 100%;
  }
  main article section .box__table table tr th {
    background: #333;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    padding: 0.8rem 1rem;
    border: 1px solid #dadce0;
  }
  main article section .box__table table tr td {
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0.8rem 1rem;
    border: 1px solid #dadce0;
  }
  main article section .box__table + * {
    margin-top: 3.2rem;
  }
  main article section .links__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  main article section .links__inner + * {
    margin-top: 2.4rem !important;
  }
  main article section .links__inner .link__inner {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: calc((100% - 16px) / 2);
    height: 5.6rem;
    background: #4796a3;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
    border-radius: 4px;
    padding-left: 4rem;
    transition: 0.15s ease;
  }
  main article section .links__inner .link__inner:hover {
    opacity: 0.8;
  }
  main article section .links__inner .link__inner + .link__inner {
    margin-left: 1.6rem;
  }
  main article section .links__inner .link__inner::before {
    display: block;
    position: absolute;
    content: "\e5cc";
    background: none;
    font-family: "Material Icons";
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 1.6rem;
    right: auto;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  main article section .box__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  main article section .box__btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24rem;
    height: 5.6rem;
    background: #7ebfc2;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.15s ease;
  }
  main article section .box__btn .btn:hover {
    opacity: 0.8;
  }
  main article section .box__btn .btn.nolink {
    color: #ddd;
    background: #bfbfbf;
  }
  footer {
    display: block;
    width: 100%;
    min-width: 114rem;
    margin: 12rem auto 0;
  }
  footer .box__contact {
    display: block;
    width: 100%;
    background: #f2f2f2;
    padding: 4rem 0;
    margin: 0 auto;
  }
  footer .box__contact .unit__contact {
    display: block;
    width: 114rem;
    padding: 0 2rem;
    margin: 0 auto;
  }
  footer .box__contact .unit__contact .title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2.4rem;
  }
  footer .box__contact .unit__contact .info {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.3rem;
  }
  footer .copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    color: #fff;
    background: #a3b4dc;
    font-size: 1.2rem;
    line-height: 1;
  }
  .box__hero {
    display: block;
    position: relative;
    width: 100%;
    min-width: 114rem;
    height: 56rem;
    background: url(../img/pc_hero.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
  }
  .box__hero .hero__img {
    display: block;
    position: absolute;
    width: 100rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 2rem;
    margin: 0 auto;
    padding: 2.4rem auto;
  }
  .box__hero .hero__img .pc-db {
    display: block;
  }
  .box__hero .hero__img .sp-db {
    display: none;
  }
  #home main article section .box__info {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #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: 1.4rem 0;
  }
  #home main article section .box__info .unit__info:first-of-type {
    padding-top: 0;
  }
  #home main article section .box__info .unit__info .date {
    color: #202124;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 2rem;
  }
  #home main article section .box__info .unit__info .title {
    color: #202124;
    font-size: 1.5rem;
  }
  #page main article section .box__summary {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #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.4rem 0;
  }
  #page main article section .box__summary .unit__summary:first-of-type {
    padding-top: 0;
  }
  #page main article section .box__summary .unit__summary .title {
    display: block;
    width: 130px;
    color: #202124;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 2rem;
  }
  #page main article section .box__summary .unit__summary .desc {
    display: block;
    width: calc(100% - 150px);
    color: #202124;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #page main article section .box__summary .unit__summary .desc .gmap {
    display: block;
    width: 100%;
    height: 40rem;
    margin: 0.8rem auto 0;
  }
  #page main article section .box__summary .unit__summary .desc .gmap iframe {
    display: block;
    width: 100%;
    height: 40rem;
  }
  #page main article section .box__summary .unit__summary .desc .box__table {
    display: block;
    width: 100%;
    margin: 1.2rem auto;
  }
  #page main article section .box__summary .unit__summary .desc .box__table table {
    width: 100%;
  }
  #page main article section .box__summary .unit__summary .desc .box__table table tr th {
    background: #f6f6f6;
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: justify;
    padding: 0.8rem 1rem;
    border: 1px solid #dadce0;
  }
  #page main article section .box__summary .unit__summary .desc .box__table table tr td {
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: justify;
    padding: 0.8rem 1rem;
    border: 1px solid #dadce0;
  }
  #page main article section .note {
    display: block;
    width: 100%;
    border: 2px solid #a3b4dc;
    padding: 2rem;
    margin-bottom: 3.2rem;
  }
  #page main article section p + .note {
    margin-top: 1.2rem;
  }
  #page main article section .img__participate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #dadce0;
    padding: 0.8rem 0;
    margin: 1rem auto 3.2rem;
  }
  #page main article section .img__participate img {
    width: 400px;
  }
  #page main article section .program__table {
    margin: 0 auto 4rem;
  }
  #page main article section .program__table table tr td {
    padding: 0.8rem;
    vertical-align: top;
  }
  #page main article section .program__table table tr td.time {
    width: 8rem;
    background: #f6f6f6;
    text-align: center;
    vertical-align: middle;
  }
  #page main article section .program__table table tr td .box__info {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: 0.15s ease;
  }
  #page main article section .program__table table tr td .box__info:hover {
    opacity: 0.8;
  }
  #page main article section .program__table table tr td .box__info:hover .link__inner::before {
    transform: translateY(-50%) rotateZ(90deg);
  }
  #page main article section .program__table table tr td .box__info.no-info .link__inner {
    width: 100%;
  }
  #page main article section .program__table table tr td .box__info .link__inner {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 4rem;
    background: #4796a3;
    color: #fff;
    line-height: 1;
    transition: 0.15s ease;
  }
  #page main article section .program__table table tr td .box__info .link__inner::before {
    display: block;
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../img/arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 0.9rem;
    right: auto;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  #page main article section .program__table table tr td .box__info .link__inner[target=_blank] {
    text-decoration: none;
  }
  #page main article section .program__table table tr td .box__info .link__inner[target=_blank]::before {
    display: block;
    position: absolute;
    content: "\e89e";
    width: 1.2rem;
    height: 1.2rem;
    background: none;
    font-family: "Material Icons";
    font-weight: 500;
    line-height: 1;
    top: 49%;
    transform: translateY(-51%);
    left: 0.8rem;
    right: auto;
    margin: 0 auto;
    transition: 0.15s ease;
  }
  #page main article section .program__table table tr td .box__info .detail {
    display: block;
    width: 100%;
    padding-top: 1rem;
  }
  #page main article section .program__table table tr td .box__info .title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0.4rem;
  }
  #page main article section .program__table table tr td .box__info .member {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.3rem;
    text-align: left;
  }
  #page main article section .box__detail {
    display: block;
    width: 100%;
  }
  #page main article section .box__detail .unit__detail {
    display: block;
    width: 100%;
    margin: 0 auto 4rem;
  }
  #page main article section .box__detail .unit__detail .info__session {
    display: block;
    width: 100%;
    background: #4796a3;
    border-radius: 2px;
    padding: 0.4rem 1rem;
    margin: 0 auto 1rem;
  }
  #page main article section .box__detail .unit__detail .info__session span {
    color: #fff;
    font-size: 1.8rem;
  }
  #page main article section .box__detail .unit__detail .info__session span.num {
    margin-right: 1rem;
  }
  #page main article section .box__detail .unit__detail .video__info {
    display: block;
    width: 100%;
    background: #ececec;
    border-radius: 2px;
    padding: 1.6rem;
    margin: 0 auto 1rem;
  }
  #page main article section .box__detail .unit__detail .video__info p {
    margin: 0 auto 0.8rem;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video .zoom {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 4rem;
    background: #2d8cff;
    text-decoration: none;
    padding: 0 3.2rem;
    transition: 0.2s ease;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video .zoom.nolink {
    background: #ccc !important;
    pointer-events: none !important;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video .zoom:hover {
    opacity: 0.8;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video .zoom img {
    display: block;
    width: 2.4rem;
    margin-right: 0.4rem;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video .zoom span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page main article section .box__detail .unit__detail .video__info .link__video p {
    margin-bottom: 0;
  }
  #page main article section .box__detail .unit__detail .box__info .unit__info {
    display: inline-block;
    background: #333;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    border-radius: 2px;
    padding: 0.8rem 1rem;
    margin: 0 auto 1rem 0;
  }
  #page main article section .box__detail .unit__detail .unit__detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    padding: 1.6rem;
    margin: 0 auto 1.6rem;
  }
  #page main article section .box__detail .unit__detail .unit__detail:last-of-type {
    margin-bottom: 0;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__text {
    display: block;
    width: 100%;
    cursor: default;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__text .title {
    display: block;
    width: 100%;
    color: #202124;
    font-size: 1.7rem;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 auto;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__text .author {
    display: block;
    width: 100%;
    margin: 0.4rem auto 1rem;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__text .author span {
    color: #5f6368;
    font-size: 1.3rem;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__text .desc {
    font-size: 1.4rem;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__link {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 120px;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__link a.nolink {
    background: #ccc !important;
    pointer-events: none !important;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__link .pdf {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 4rem;
    background: #f35371;
    text-decoration: none;
    padding: 0 0.8rem;
    transition: 0.15s ease;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__link .pdf:hover {
    opacity: 0.8;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__link .pdf img {
    display: block;
    width: 20px;
    margin-right: 0.4rem;
  }
  #page main article section .box__detail .unit__detail .unit__detail .box__link .pdf span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  #page-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 0;
    right: 0;
    background: rgba(163, 180, 220, 0.9);
    cursor: pointer;
    z-index: 900;
    transition: 0.15s ease;
  }
  #page-top::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: "Material Icons Round";
    content: "\e5ce";
    width: 56px;
    height: 56px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
  }
  #page-top:hover {
    opacity: 0.6;
  }
}
/*--------------------------------------------
Print setting
--------------------------------------------*//*# sourceMappingURL=style.css.map */