@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
/*======*/
/* 共通 */
/*======*/
/* PC/SP出し分け
------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .h-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .h-pc {
    display: none !important;
  }
}
/* アニメーション
------------------------------ */
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* レイアウト
-----------------------------------*/
body {
  height: 100%;
}

section .contents {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  section .contents {
    padding: 0 17.5px;
  }
}

.sec-lower-page {
  padding: 60px 0 100px;
}
@media (max-width: 767px) {
  .sec-lower-page {
    padding: 25px 0 60px;
  }
}
.sec-lower-page.after_nv-link {
  position: relative;
}
.sec-lower-page.after_nv-link::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1300px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sec-lower-page.after_nv-link::after {
    max-width: calc(100vw - 35px);
  }
}

/* フォーム
-----------------------------------*/
input[type=text],
textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-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;
}

/* パンくず
-----------------------------------*/
.b-nv {
  margin-top: 120px;
  padding: 16px 6.0271197917%;
  background-color: #CACACA;
}
@media (max-width: 1235px) {
  .b-nv {
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  .b-nv {
    display: none;
  }
}
.b-nv a {
  color: #000;
  text-decoration: none;
  transition: 0.25s;
}
.b-nv a:hover {
  opacity: 0.25;
}
.b-nv ul {
  display: flex;
  align-items: center;
}
.b-nv ul li {
  font-size: 12px;
  font-family: NotoSansJP-Regular;
  letter-spacing: 0.2em;
  line-height: 1;
  vertical-align: top;
  padding-right: 1.75rem;
  position: relative;
}
.b-nv ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/common/tri.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  transform: translateX(50%) translateY(-50%);
}

/* タイトル
-----------------------------------*/
.heading-title {
  position: relative;
  height: 128px;
  line-height: 1;
  background: url(../images/common/header_bg01.jpg) center/cover no-repeat;
}
@media (max-width: 767px) {
  .heading-title {
    height: 82px;
    margin-top: 68px;
    background-size: 100% 100%;
  }
}
.heading-title.en {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .heading-title.en {
    margin-top: 68px;
  }
}
.heading-title.en .title {
  top: 50%;
}
.heading-title.en .title img {
  height: 30px;
}
@media (max-width: 767px) {
  .heading-title.en .title img {
    height: 19px;
  }
}
.heading-title .title {
  position: absolute;
  width: 100%;
  color: #FFF;
  font-family: NotoSansJP-Regular;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  top: calc(50% - 4px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .heading-title .title {
    top: calc(50% - 3px);
  }
}
.heading-title .title img {
  height: 13px;
}
@media (max-width: 767px) {
  .heading-title .title img {
    height: 8px;
  }
}
.heading-title .title span {
  display: block;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .heading-title .title span {
    font-size: 18.5px;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .heading-title .title {
    font-size: 14px;
  }
  .heading-title .title span {
    font-size: 24px;
  }
}
.heading00 {
  font-family: NotoSansJP-Regular;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1;
  white-space: nowrap;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .heading00 {
    font-size: 20px;
  }
}
.heading00.no-border {
  padding-bottom: 0;
}
.heading00.no-border::after {
  display: none;
}
@media (max-width: 767px) {
  .heading00 img {
    display: block;
    height: 18px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .heading00 span {
    display: block;
    transform: translateX(-20px);
  }
  .heading00::after {
    content: "";
    display: block;
    width: calc(100% + 40px);
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: -20px;
  }
}

.heading01, .post h2 {
  font-family: NotoSansJP-Regular;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  padding-bottom: 16px;
  margin: calc(80px - 0.1em) 0 0;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .heading01, .post h2 {
    font-size: 18px;
    padding-bottom: 12px;
    margin: calc(40px - 0.1em) 0 -0.1em;
  }
}
@media (min-width: 768px) {
  .heading01.no-border, .post h2.no-border {
    padding-bottom: 0;
    margin-bottom: -0.1em;
    border-bottom: none;
  }
}
.heading01.first, .post h2.first {
  margin-top: -0.1em;
}
.heading01.mt40, .post h2.mt40 {
  margin-top: calc(40px - 0.1em);
}
.heading01.mt50, .post h2.mt50 {
  margin-top: calc(50px - 0.1em);
}
.heading01.mt80, .post h2.mt80 {
  margin-top: calc(80px - 0.1em);
}
.heading01.mt100, .post h2.mt100 {
  margin-top: calc(100px - 0.1em);
}
.heading01.mt140, .post h2.mt140 {
  margin-top: calc(140px - 0.1em);
}
.heading01.mt200, .post h2.mt200 {
  margin-top: calc(200px - 0.1em);
}
@media (max-width: 767px) {
  .heading01.smt60, .post h2.smt60 {
    margin-top: calc(30px - 0.1em);
  }
  .heading01.smt70, .post h2.smt70 {
    margin-top: calc(35px - 0.1em);
  }
  .heading01.smt80, .post h2.smt80 {
    margin-top: calc(40px - 0.1em);
  }
  .heading01.smt90, .post h2.smt90 {
    margin-top: calc(45px - 0.1em);
  }
  .heading01.smt100, .post h2.smt100 {
    margin-top: calc(50px - 0.1em);
  }
  .heading01.smt120, .post h2.smt120 {
    margin-top: calc(60px - 0.1em);
  }
  .heading01.smt140, .post h2.smt140 {
    margin-top: calc(70px - 0.1em);
  }
  .heading01.smt160, .post h2.smt160 {
    margin-top: calc(80px - 0.1em);
  }
}

.heading02, .post h3 {
  font-family: NotoSansJP-Regular;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  padding-left: 16px;
  margin: calc(48px - 0.1em) 0 -0.1em;
  position: relative;
}
@media (max-width: 767px) {
  .heading02, .post h3 {
    font-size: 16px;
    margin: calc(12.5px - 0.1em) 0 -0.1em;
  }
}
.heading02::before, .post h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 20px;
  top: calc(50% + 1px);
  left: 0;
  background-color: #000;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .heading02::before, .post h3::before {
    height: 16px;
  }
}
.heading02.wrap, .post h3.wrap {
  line-height: 1.5;
  margin: calc(48px - 0.25em) 0 -0.25em;
}
@media (max-width: 767px) {
  .heading02.wrap, .post h3.wrap {
    margin-top: calc(50px - 0.25em);
  }
}
.heading02.wrap::before, .post h3.wrap::before {
  top: 0.25em;
  transform: translateY(0%);
}
.heading02.mt0, .post h3.mt0 {
  margin-top: calc(0px - 0.1em);
}
.heading02.mt18, .post h3.mt18 {
  margin-top: calc(18px - 0.1em);
}
.heading02.mt32, .post h3.mt32 {
  margin-top: calc(32px - 0.1em);
}
.heading02.mt40, .post h3.mt40 {
  margin-top: calc(40px - 0.1em);
}
.heading02.mt64, .post h3.mt64 {
  margin-top: calc(64px - 0.1em);
}
.heading02.mt90, .post h3.mt90 {
  margin-top: calc(90px - 0.1em);
}
.heading02.mt100, .post h3.mt100 {
  margin-top: calc(100px - 0.1em);
}
@media (max-width: 767px) {
  .heading02.smt40, .post h3.smt40 {
    margin-top: calc(20px - 0.25em);
  }
  .heading02.smt50, .post h3.smt50 {
    margin-top: calc(25px - 0.25em);
  }
  .heading02.smt60, .post h3.smt60 {
    margin-top: calc(30px - 0.25em);
  }
  .heading02.smt70, .post h3.smt70 {
    margin-top: calc(35px - 0.25em);
  }
  .heading02.smt80, .post h3.smt80 {
    margin-top: calc(40px - 0.25em);
  }
  .heading02.smt90, .post h3.smt90 {
    margin-top: calc(45px - 0.25em);
  }
  .heading02.smt100, .post h3.smt100 {
    margin-top: calc(50px - 0.25em);
  }
}

.heading03, .post h4 {
  font-size: 16px;
  font-family: NotoSansJP-Regular;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: calc(24px - 0.1em) 0 -0.1em;
}
@media (max-width: 767px) {
  .heading03, .post h4 {
    font-size: 14px;
    margin: calc(12px - 0.1em) 0 -0.1em;
  }
}
.heading03.offset, .post h4.offset {
  transform: translateX(-0.5em);
}
.heading03.mt0, .post h4.mt0 {
  margin-top: calc(0px - 0.1em);
}
.heading03.mt40, .post h4.mt40 {
  margin-top: calc(40px - 0.1em);
}
.heading03.mt48, .post h4.mt48 {
  margin-top: calc(48px - 0.1em);
}
@media (max-width: 767px) {
  .heading03.smt50, .post h4.smt50 {
    margin-top: calc(25px - 0.1em);
  }
  .heading03.smt60, .post h4.smt60 {
    margin-top: calc(30px - 0.1em);
  }
}

/* カテゴリナビ
-----------------------------------*/
.nv-category-wrap {
  background-color: #333;
}
@media (max-width: 767px) {
  .nv-category-wrap {
    background-color: #000;
  }
}

.nv-category {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  height: 96px;
  padding: 24px 0 0;
  margin: 0 auto;
  background-color: #333;
}
@media (max-width: 767px) {
  .nv-category {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding: 8px 0;
    background-color: #000;
  }
}
.nv-category li {
  line-height: 1;
}
@media (max-width: 767px) {
  .nv-category li {
    padding: 0 0.5em;
  }
}
.nv-category a {
  display: block;
  color: #FFF;
  font-family: NotoSansJP-Regular;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-indent: 0.1em;
  text-decoration: none;
  white-space: nowrap;
  padding: calc(16px - 0.1em) 20px;
  position: relative;
}
@media (max-width: 767px) {
  .nv-category a {
    font-size: 12.5px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    padding: 6px 0 8px;
  }
}
.nv-category a::after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(100%);
}
@media (max-width: 767px) {
  .nv-category a::after {
    width: 100%;
    height: 1px;
    bottom: 2px;
  }
}
.nv-category a:hover {
  opacity: 0.5;
}
.nv-category .current a::after {
  opacity: 1;
}

/* ページ内リンクナビ
-----------------------------------*/
.nv-link {
  display: flex;
  justify-content: center;
  height: 100px;
}
@media (max-width: 767px) {
  .nv-link {
    flex-wrap: wrap;
    height: auto;
    min-height: 52.5px;
  }
}
.nv-link li {
  padding: 0 35px;
}
@media (max-width: 767px) {
  .nv-link li {
    padding: 0 7.5px;
  }
}
.nv-link a {
  display: block;
  color: #000;
  font-family: NotoSansJP-Regular;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
  text-indent: 0.2em;
  text-decoration: none;
  white-space: nowrap;
  padding: calc(40px - 0.1em) 0;
  transition: 0.25s;
  position: relative;
}
@media (max-width: 767px) {
  .nv-link a {
    font-size: 11px;
    padding: calc(15px - 0.1em) 0 calc(22.5px - 0.1em);
  }
}
.nv-link a:hover {
  opacity: 0.5;
}
.nv-link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 7px;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/images/common/header_arrow01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .nv-link a::after {
    width: 11.5px;
    height: 4px;
    bottom: 11.25px;
  }
}

/* リンクテキスト　矢印
-----------------------------------*/
@media (min-width: 768px) {
  a .arrow-link {
    display: block;
    width: 26px;
    height: 6px;
    margin-right: 4px;
    transition: all 0.5s;
  }
  a .arrow-link .arrow {
    position: relative;
    display: block;
  }
  a .arrow-link .arrow::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    bottom: 3px;
    right: 0;
    transform: rotate(45deg);
    background-color: #000;
  }
  a .arrow-link .arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #000;
  }
  a:hover .arrow-link {
    width: 30px;
    margin-right: 0;
  }
}

/* リンクボタン
-----------------------------------*/
.list-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .list-btn {
    display: block;
  }
}
@media (min-width: 768px) {
  .list-btn.mt32 li {
    margin-top: 32px;
  }
  .list-btn.mt40 li {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .list-btn.smt40 li {
    margin-top: 20px;
  }
  .list-btn.smt50 li {
    margin-top: 25px;
  }
  .list-btn.smt70 li {
    margin-top: 35px;
  }
  .list-btn.smt80 li:first-child {
    margin-top: 40px;
  }
}
.list-btn li {
  line-height: 1;
}
@media (min-width: 768px) {
  .list-btn li {
    margin: 24px 24px 0 0;
  }
}
@media (max-width: 767px) {
  .list-btn li {
    margin-top: 24px;
    margin-right: 0;
  }
}

.com-bt {
  display: inline-block;
  width: 292px;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 0 12px 13px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}
@media (max-width: 767px) {
  .com-bt {
    display: block;
    width: 78vw;
    min-width: auto;
    font-size: 12px;
    white-space: nowrap;
    padding: 0 70px 12px 15px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .com-bt.s10 {
    font-size: 10px;
    letter-spacing: 0.05;
    padding-bottom: calc(15px + 1px);
  }
  .com-bt.s10.narrow {
    letter-spacing: 0em;
  }
}
@media (min-width: 768px) {
  .com-bt.nallow {
    letter-spacing: -0.025em;
  }
}
.com-bt.mt24 {
  display: block;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .com-bt.w377 {
    width: 377px;
  }
}
@media (min-width: 768px) {
  .com-bt.w462 {
    width: 462px;
  }
}
@media (max-width: 767px) {
  .com-bt.full {
    width: 100%;
    min-width: 100%;
  }
}
.com-bt:hover {
  color: #000;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  opacity: 0.5;
}
.com-bt::after {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  height: 17px;
  top: -1px;
  right: 7px;
}
@media (max-width: 767px) {
  .com-bt::after {
    height: 15px;
    right: 8px;
  }
}
.com-bt.link::after {
  background: url(/images/common/link_ic01.svg) no-repeat;
  background-position: top right;
  background-size: auto 100%;
}
.com-bt.more::after {
  background: url(/images/common/link_ic02.svg) no-repeat;
  background-position: top right;
  background-size: auto 100%;
}
.com-bt.pdf::after {
  background: url(/images/common/link_ic03.svg) no-repeat;
  background-position: top right;
  background-size: auto 100%;
}
.com-bt.word::after {
  background: url(/images/common/link_ic07.svg) no-repeat;
  background-position: top right;
  background-size: auto 100%;
}
.com-bt.confirm {
  padding-right: 120px;
}
.com-bt.confirm::after {
  width: 116px;
  background: url(/images/common/link_ic04.svg) no-repeat;
  background-position: top right;
  background-size: auto 100%;
}
.com-bt.back::after {
  background: url(/images/common/link_ic06.svg) no-repeat;
  background-position: top right;
  background-size: auto 100%;
}

input[type=submit].com-bt,
input[type=button].com-bt {
  position: relative;
  display: inline-block;
  min-width: 366px;
  padding: 0 70px 12px 22px;
  font-size: 16px;
  text-decoration: none;
  font-family: "NotoSansJP-Light", sans-serif;
  color: #000;
  background-color: transparent;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  line-height: 1;
}
@media (max-width: 767px) {
  input[type=submit].com-bt,
input[type=button].com-bt {
    display: block;
    width: 100%;
    min-width: 100%;
    font-size: 14px;
  }
}

input[type=submit].com-bt:hover,
input[type=button].com-bt:hover {
  cursor: pointer;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  opacity: 0.7;
}

/*============*/
/* 共通・汎用 */
/*============*/
/* 段落
-----------------------------------*/
.psp p {
  margin-bottom: 24px;
}

.psp p:last-of-type {
  margin-bottom: 0;
}

/* ぶら下げインデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
  content: "";
  clear: both;
  display: block;
}

.multicolumn,
.multilist {
  overflow: hidden !important;
}

.multicolumn-left {
  float: left;
}

.multicolumn-right {
  float: right;
}

.multilist li {
  float: left;
}

/* カラム幅
-----------------------------------*/
.w1000 {
  width: 1000px;
}

/* リスト、アイコン
-----------------------------------*/
.list-normal {
  margin: calc(18px - 0.3571428571em) 0 calc(0px - 0.3571428571em);
}
@media (max-width: 767px) {
  .list-normal {
    margin-top: calc((24/2)*1px - 0.3571428571em);
  }
}
.list-normal.mt40 {
  margin-top: calc(40px - 0.3571428571em);
}
@media (max-width: 767px) {
  .list-normal.smt60 {
    margin-top: calc((60/2)*1px - 0.3571428571em);
  }
}
.list-normal li {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}

/* リスト（デフォルト） */
.list-df {
  margin-left: 23px;
  list-style: disc;
}

/* リスト（ドット） */
.list-dot {
  margin: calc(0px - 0.3571428571em) 0 calc(0px - 0.3571428571em) 0.75em;
}
@media (max-width: 767px) {
  .list-dot {
    margin-top: calc((24/2)*1px - 0.3571428571em);
  }
}
.list-dot.mt10 {
  margin-top: calc(10px - 0.3571428571em);
}
.list-dot.mt24 {
  margin-top: calc(24px - 0.3571428571em);
}
.list-dot.mt40 {
  margin-top: calc(40px - 0.3571428571em);
}
@media (max-width: 767px) {
  .list-dot.smt50 {
    margin-top: calc((50/2)*1px - 0.3571428571em);
  }
  .list-dot.smt60 {
    margin-top: calc((60/2)*1px - 0.3571428571em);
  }
}
.list-dot li {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  position: relative;
}
.list-dot li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}

/* リスト（数字） */
@media (max-width: 767px) {
  .list-num {
    margin-top: 20px;
  }
}
.list-num li {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  text-align: justify;
  margin: calc(24px - 0.3571428571em) 0 calc(0px - 0.3571428571em) 1.25em;
}
@media (max-width: 767px) {
  .list-num li {
    margin-top: calc((24/2)*1px - 0.3571428571em);
  }
}
.list-num li .small {
  font-size: 12px;
  line-height: 1.6666666667;
}

/* リスト（○） */
.list-circle {
  margin: calc(24px - 0.3571428571em) 0 calc(0px - 0.3571428571em);
}
@media (max-width: 767px) {
  .list-circle {
    margin-top: calc((24/2)*1px - 0.3571428571em);
  }
}
.list-circle.black li::before {
  content: "●";
}
@media (min-width: 768px) {
  .list-circle.mt4 {
    margin-top: calc(4px - 0.3571428571em);
  }
}
.list-circle.mt18 {
  margin-top: calc(18px - 0.3571428571em);
}
.list-circle li {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  text-align: justify;
  padding-left: 1.25em;
  position: relative;
}
.list-circle li::before {
  content: "○";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 {
  width: 5%;
}

col.colw10 {
  width: 10%;
}

col.colw15 {
  width: 15%;
}

col.colw20 {
  width: 20%;
}

col.colw25 {
  width: 25%;
}

col.colw30 {
  width: 30%;
}

col.colw35 {
  width: 35%;
}

col.colw40 {
  width: 40%;
}

col.colw45 {
  width: 45%;
}

col.colw50 {
  width: 50%;
}

/* テーブル */
/*
.table {
	width: 100%;
	//margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
}

.table th,
.table td {
	border: solid 1px #000;
	vertical-align: center;
}

.table th {
	padding: 16px 8px;
	font-family: NotoSansJP-Regular;
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
	background-color: #E6E6E6;

	@include mq(max, tb) {
		padding: 8px;
	}
}

.table td {
	padding: 16px 8px;

	@include mq(max, tb) {
		padding: 8px;
	}
}
*/
.table, .post table {
  width: 100%;
  table-layout: fixed;
  margin-top: 35px;
  border: 1px solid #000;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .table, .post table {
    width: 73.0666666667vw;
    margin: 25px auto 0;
  }
}
@media (min-width: 768px) {
  .table.short, .post table.short {
    width: auto;
  }
  .table.mt40, .post table.mt40 {
    margin-top: 40px;
  }
}
.table.border th, .post table.border th, .table.border td, .post table.border td {
  border-top: 1px solid #000;
}
.table.stable th, .post table.stable th, .table.stable td, .post table.stable td {
  display: block;
  padding: calc(9px - 0.1em) 18px;
  border: none;
}
.table th, .post table th {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: justify;
  vertical-align: top;
  padding: calc(20px - 0.1em) 20px;
  background-color: #E6E6E6;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.table td, .post table td {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  vertical-align: top;
  padding: calc(20px - 0.5em) 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media (max-width: 767px) {
  .table.not-table, .post table.not-table {
    width: 100%;
    margin: calc((40/2)*1px - 0.3571428571em) 0 calc(0px - 0.3571428571em);
    border: none;
  }
  .table.not-table th, .post table.not-table th, .table.not-table td, .post table.not-table td {
    font-size: 14px;
    line-height: 1.7142857143;
    word-wrap: break-word;
    padding: 0;
    border: none;
    background: transparent;
  }
  .table.not-table tr td:nth-child(2n), .post table.not-table tr td:nth-child(2n) {
    text-align: right;
  }
}

/* 本文共通レイアウト
-----------------------------------*/
.modal {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.modal::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/loader.svg) center/contain no-repeat;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  transition: 0.25s;
  opacity: 0;
}
.modal.loading::after {
  opacity: 1;
  animation: roll 2s linear 0s infinite forwards;
}
@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal.overflow .modal-container {
  overflow-y: auto;
  padding: 200px 0;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .modal.overflow .modal-container {
    padding: 90px 0;
  }
}
.modal.overflow .modal-container .modal-contents {
  margin: 0 auto;
  position: relative;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
}
.modal.type0 .modal-container .modal-contents dl dt img {
  display: block;
  max-width: 100%;
  max-height: 56.25vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .modal.type0 .modal-container .modal-contents dl dt img {
    max-height: 56.25vh;
  }
}
.modal.type0 .modal-container .modal-contents dl dd .title {
  display: block;
  font-family: NotoSansJP-Regular;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  text-align: justify;
  text-decoration: none;
  margin: calc(18px - 0.1666666667em) 0 calc(0px - 0.1666666667em);
}
.modal.type0 .modal-container .modal-contents dl dd .excerpt {
  display: block;
  font-family: NotoSansJP-Regular;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  text-align: justify;
  text-decoration: none;
  margin: calc(12px - 0.2142857143em) 0 calc(0px - 0.2142857143em);
}
.modal .modal-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}
.modal .modal-container.show {
  opacity: 1;
}
.modal .modal-container .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal .modal-container .modal-contents {
  width: calc(100% - 100px);
  max-width: 67.7083333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .modal .modal-container .modal-contents {
    width: calc(100% - 35px);
    max-width: 100%;
  }
}
.modal .close {
  cursor: pointer;
  width: 42.75px;
  position: fixed;
  top: 86px;
  right: 118px;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .modal .close {
    width: 28.5px;
    top: 27.5px;
    right: 27.5px;
  }
}
.modal .close:hover {
  opacity: 0.5;
}

.floor-nav {
  background: #fff;
}
@media (min-width: 768px) {
  .floor-nav {
    display: flex;
    justify-content: space-between;
  }
}
.floor-nav.en li a {
  height: 240px;
}
@media (max-width: 767px) {
  .floor-nav.en li a {
    height: 145px;
  }
}
.floor-nav.en li a div strong img {
  height: 31px;
  margin-top: 0;
}
.floor-nav.en li a div img {
  margin-top: 35px;
}
.floor-nav li {
  width: 50%;
}
@media (max-width: 767px) {
  .floor-nav li {
    width: 100%;
  }
}
.floor-nav li:nth-child(2) a {
  background: #000;
}
.floor-nav li a {
  display: block;
  height: 221px;
  background: #0375c0;
  position: relative;
  backface-visibility: hidden;
  transition: 0.375s;
}
@media (max-width: 767px) {
  .floor-nav li a {
    height: 123px;
  }
}
.floor-nav li a:hover {
  opacity: 0.5;
}
.floor-nav li a:hover img {
  transition: 0s;
  opacity: 1;
}
.floor-nav li a div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.floor-nav li a div strong {
  color: #fff;
  font-family: NotoSansJP-Regular;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .floor-nav li a div strong {
    font-size: 18px;
  }
}
.floor-nav li a div img {
  display: block;
  height: 49px;
  margin: 24px auto 0;
}
@media (max-width: 767px) {
  .floor-nav li a div img {
    margin: 15px auto 0;
    height: 29px;
  }
}

.events-list {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .events-list {
    margin-top: 25px;
  }
}
.events-list li {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .events-list li {
    margin-top: 35px;
  }
  .events-list li:first-child {
    margin-top: 20px;
  }
}
.events-list li .point {
  display: flex;
  flex-wrap: wrap;
}
.events-list li .point span {
  display: block;
  font-size: 9px;
  line-height: 20px;
  white-space: nowrap;
  padding: 0 0.5em;
  margin-right: 0.5em;
  margin-bottom: 4px;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .events-list li .point span {
    font-size: 10.5px;
    padding: 0 0.625em 1px;
  }
}
.events-list li .point span.exhibition, .events-list li .point span.bk {
  color: #fff;
  font-family: NotoSansJP-Medium;
  background: #000;
}
.events-list li .point span:first-child {
  margin-left: 0;
}
.events-list li .title {
  display: block;
  color: #000;
  font-family: NotoSansJP-Medium;
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1.375;
  text-align: justify;
  text-decoration: none;
  margin: calc(12px - 0.1875em) 0 calc(0px - 0.1875em);
}
@media (max-width: 767px) {
  .events-list li .title {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.375;
    margin: calc((16/2)*1px - 0.1875em) 0 calc(0px - 0.1875em);
  }
}
.events-list li .date {
  display: block;
  font-family: NotoSansJP-Regular;
  font-size: 14px;
  line-height: 1.2857142857;
  text-align: justify;
  text-decoration: none;
  margin: calc(12px - 0.1428571429em) 0 calc(0px - 0.1428571429em);
}
@media (max-width: 767px) {
  .events-list li .date {
    font-size: 14px;
    line-height: 1.7142857143;
    margin: calc((24/2)*1px - 0.3571428571em) 0 calc(0px - 0.3571428571em);
  }
}
.events-list li .excerpt {
  display: block;
  font-family: NotoSansJP-Light;
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: justify;
  text-decoration: none;
  padding: calc(12px - 0.2857142857em) 0 0;
  margin: 8px 0 calc(0px - 0.2857142857em);
  border-top: 1px solid #000;
}
@media (max-width: 767px) {
  .events-list li .excerpt {
    font-size: 14px;
    line-height: 1.7142857143;
    padding: calc((24/2)*1px - 0.3571428571em) 0 0;
    margin: 12px 0 calc(0px - 0.3571428571em);
  }
}

.accordion.open .accordion-head::after, .accordion3.open .accordion-head::after {
  transform: translateY(-50%) rotate(-360deg);
}
.accordion .accordion-head, .accordion3 .accordion-head {
  cursor: pointer;
  font-family: NotoSansJP-Regular;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  padding-bottom: 24px;
  padding: calc(24px - 0.1em) 0;
  border-top: 1px solid #000;
  position: relative;
}
@media (max-width: 767px) {
  .accordion .accordion-head, .accordion3 .accordion-head {
    font-size: 18px;
    padding-bottom: 10px;
    padding: calc(10px - 0.1em) 0;
  }
}
.accordion .accordion-head:hover, .accordion3 .accordion-head:hover {
  opacity: 0.5;
}
.accordion .accordion-head::after, .accordion3 .accordion-head::after {
  content: "";
  display: block;
  width: 22px;
  height: 8px;
  background: url(../images/common/_header_arrow01.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: 0.5s;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .accordion .accordion-head::after, .accordion3 .accordion-head::after {
    width: 11px;
    height: 4px;
    right: 5px;
  }
}
.accordion .accordion-contents, .accordion3 .accordion-contents {
  display: none;
}

.h3 {
  font-family: NotoSansJP-Regular;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.3636363636;
  text-align: justify;
  margin: calc(35px - 0.1818181818em) 0 calc(0px - 0.1818181818em);
}
@media (max-width: 767px) {
  .h3 {
    font-size: 14px;
    line-height: 1.7142857143;
    text-align: justify;
    margin: calc(10px - 0.3571428571em) 0 calc(0px - 0.3571428571em);
  }
}
.h3.middle {
  margin-top: calc(78px - 0.1818181818em);
}
@media (max-width: 767px) {
  .h3.middle {
    margin-top: calc(35px - 0.3571428571em);
  }
}

p {
  font-family: NotoSansJP-Light;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  text-align: justify;
  margin: calc(18px - 0.3571428571em) 0 calc(0px - 0.3571428571em);
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 1.7142857143;
    word-wrap: break-word;
    margin: calc((24/2)*1px - 0.3571428571em) 0 calc(0px - 0.3571428571em);
  }
}
p.first, p.mt0 {
  margin-top: calc(0px - 0.3571428571em);
}
p.s12 {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  margin: calc(16px - 0.25em) 0 calc(0px - 0.25em);
}
p.s12.vw {
  line-height: 2;
  margin-top: calc(12px - 0.5em);
}
@media (max-width: 767px) {
  p.s12 {
    line-height: 1.6666666667;
    text-align: justify;
    margin: calc(16px - 0.3333333333em) 0 calc(0px - 0.3333333333em);
  }
}
p.s16 {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  margin: calc(16px - 0.375em) 0 calc(0px - 0.375em);
}
p.s18 {
  font-size: 18px;
  line-height: 1.7777777778;
  text-align: justify;
  margin: calc(32px - 0.3888888889em) 0 calc(0px - 0.3888888889em);
}
@media (max-width: 767px) {
  p.ss14 {
    font-size: 14px;
    line-height: 1.7142857143;
    margin: calc((24/2)*1px - 0.3571428571em) 0 calc(0px - 0.3571428571em);
  }
  p.ss16 {
    font-size: 16px;
    line-height: 1.5;
    margin: calc((24/2)*1px - 0.25em) 0 calc(0px - 0.25em);
  }
}
p.offset {
  transform: translateX(-0.5em);
}
p.blue {
  color: #0375c0;
}
@media (max-width: 767px) {
  p.asterisk {
    font-size: 12px;
    line-height: 1.6666666667;
    margin: calc((30/2)*1px - 0.3333333333em) 0 calc(0px - 0.3333333333em);
  }
}
p.asterisk.indent14 {
  margin-left: 14px;
}
p.asterisk.en span::after {
  content: "*";
}
p.asterisk span {
  display: inline-block;
  padding-left: 1.25em;
  position: relative;
}
p.asterisk span::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
p.mb0 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  p.mt24 {
    margin-top: calc(24px - 0.3571428571em);
  }
  p.mt24.img, p.mt24.bt {
    margin-top: 24px;
  }
  p.mt32 {
    margin-top: calc(32px - 0.3571428571em);
  }
  p.mt32.img, p.mt32.bt {
    margin-top: 32px;
  }
  p.mt40 {
    margin-top: calc(40px - 0.3571428571em);
  }
  p.mt40.img, p.mt40.bt {
    margin-top: 40px;
  }
  p.mt48 {
    margin-top: calc(48px - 0.3571428571em);
  }
  p.mt48.img, p.mt48.bt {
    margin-top: 48px;
  }
  p.mt64 {
    margin-top: calc(64px - 0.3571428571em);
  }
  p.mt64.img, p.mt64.bt {
    margin-top: 64px;
  }
  p.mt80 {
    margin-top: calc(80px - 0.3571428571em);
  }
  p.mt80.img, p.mt80.bt {
    margin-top: 80px;
  }
  p.mt100 {
    margin-top: calc(100px - 0.3571428571em);
  }
  p.mt100.img, p.mt100.bt {
    margin-top: 100px;
  }
  p.mt120 {
    margin-top: calc(120px - 0.3571428571em);
  }
  p.mt120.img, p.mt120.bt {
    margin-top: 120px;
  }
  p.mt160 {
    margin-top: calc(160px - 0.3571428571em);
  }
  p.mt160.img, p.mt160.bt {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  p.slhalf {
    letter-spacing: 0.05em;
  }
  p.smt0 {
    margin-top: 0;
  }
  p.smt24 {
    margin-top: calc((24/2)*1px - 0.3571428571em);
  }
  p.smt24.img, p.smt24.bt {
    margin-top: 12px;
  }
  p.smt30 {
    margin-top: calc((30/2)*1px - 0.3571428571em);
  }
  p.smt30.img, p.smt30.bt {
    margin-top: 15px;
  }
  p.smt40 {
    margin-top: calc((40/2)*1px - 0.3571428571em);
  }
  p.smt40.img, p.smt40.bt {
    margin-top: 20px;
  }
  p.smt50 {
    margin-top: calc((50/2)*1px - 0.3571428571em);
  }
  p.smt50.img, p.smt50.bt {
    margin-top: 25px;
  }
  p.smt60 {
    margin-top: calc((60/2)*1px - 0.3571428571em);
  }
  p.smt60.img, p.smt60.bt {
    margin-top: 30px;
  }
  p.smt70 {
    margin-top: calc((70/2)*1px - 0.3571428571em);
  }
  p.smt70.img, p.smt70.bt {
    margin-top: 35px;
  }
  p.smt80 {
    margin-top: calc((80/2)*1px - 0.3571428571em);
  }
  p.smt80.img, p.smt80.bt {
    margin-top: 40px;
  }
  p.smt120 {
    margin-top: calc((120/2)*1px - 0.3571428571em);
  }
  p.smt120.img, p.smt120.bt {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  p.btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  p.btn-x2 {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  p .small {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
p span.offset {
  display: inline-block;
  transform: translateX(-0.7em);
}
p span.s12 {
  font-size: 12px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.com_mt {
  margin-top: 35px;
}

.col3::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .col3 li {
    width: calc((100% - 72px) / 3);
    float: left;
    margin-right: 36px;
  }
  .col3 li:nth-child(3n) {
    margin-right: 0;
  }
  .col3 li:nth-child(3n+1) {
    clear: both;
  }
  .col3 li:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}

.table2 {
  width: 100%;
  margin-top: calc(24px - 0.3333333333em);
}
@media (max-width: 767px) {
  .table2 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .table2 tr {
    border-top: solid 1px #000;
  }
}
@media (max-width: 767px) {
  .table2 tr.first {
    border-top: none;
  }
}
.table2 tr.first th, .table2 tr.first td {
  border-top: 0;
}
@media (min-width: 768px) {
  .table2 tr.first th, .table2 tr.first td {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .table2 tr.first th {
    margin-top: calc(10px - 0.25em);
  }
}
@media (max-width: 767px) {
  .table2 tr > *:last-child {
    padding-bottom: 15px;
  }
}
.table2 th, .table2 td {
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: justify;
}
@media (min-width: 768px) {
  .table2 th, .table2 td {
    vertical-align: top;
    padding: calc(24px - 0.3571428571em) 0;
    border-top: solid 1px #000;
  }
}
@media (max-width: 767px) {
  .table2 th, .table2 td {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4285714286;
    margin: calc((30/2)*1px - 0.2142857143em) 0 calc(0px - 0.2142857143em);
  }
}
@media (min-width: 768px) {
  .table2 th.offset, .table2 td.offset {
    transform: translateX(-0.5em);
  }
}
.table2 th {
  white-space: nowrap;
}

.table3 {
  width: 100%;
  border-top: solid 1px #000;
  margin: 0 0 calc(0px - 0.3571428571em);
}
@media (max-width: 767px) {
  .table3 {
    margin: 0 0 calc(0px - 0.2142857143em);
  }
}
.table3 th, .table3 td {
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: justify;
  vertical-align: top;
}
@media (max-width: 767px) {
  .table3 th, .table3 td {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.table3 th {
  white-space: nowrap;
}
.table3 .first th, .table3 .first td {
  padding-top: calc(35px - 0.3571428571em);
}
@media (max-width: 767px) {
  .table3 .first th, .table3 .first td {
    padding: calc((30/2)*1px - 0.2142857143em) 0 calc((30/2)*1px - 0.4285714286em);
  }
}
@media (max-width: 767px) {
  .table3 .middle th, .table3 .middle td {
    padding-top: calc((30/2)*1px - 0.2142857143em);
  }
}
/*
ol{
	padding-left: 0.75em;
	margin: 8px 0 0;
	li{
		font-size: 14px;
		line-height: (24/14);
		text-align: justify;
		margin: calc(16px - 0.3571428571em) 0 calc(0px - 0.3571428571em);
		span{
			font-size: 12px;
		}
	}
}
*/
.frame {
  padding: 40px;
  margin-top: 24px;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .frame {
    padding: 32px;
  }
}

.ready-txt {
  font-family: NotoSansJP-Regular;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  padding: calc(120px - 0.1em) 0 calc(80px - 0.1em);
}
@media (max-width: 767px) {
  .ready-txt {
    font-size: 12px;
    padding: 100px 0;
  }
}
.ready-txt span {
  display: block;
  font-size: 22px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .ready-txt span {
    font-size: 9.5px;
    margin-top: 8px;
  }
}

.post .post-title {
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .post .post-title {
    padding-bottom: 20px;
  }
}
.post .post-title .title {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: -0.3em 0;
}
@media (max-width: 767px) {
  .post .post-title .title {
    font-size: 17px;
  }
}
.post .post-title .date {
  display: block;
  color: #808080;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  text-align: justify;
  text-decoration: none;
  margin: calc(30px - 0.3571428571em) 0 calc(0px - 0.3571428571em);
}
@media (max-width: 767px) {
  .post .post-title .date {
    font-size: 14px;
    margin-top: calc((24/2)*1px - 0.3571428571em);
  }
}
.post h4 {
  margin-top: 32px;
}
.post h5 {
  font-size: 14px;
  font-family: NotoSansJP-Regular;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: calc(24px - 0.1em) 0 -0.1em;
}
.post p {
  font-size: 15px;
  line-height: 2.1333333333;
  text-align: justify;
  margin: calc(36px - 0.5666666667em) 0 calc(0px - 0.5666666667em);
}
@media (max-width: 767px) {
  .post p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    margin: calc((40/2)*1px - 0.5em) 0 calc(0px - 0.5em);
  }
}
.post p.back {
  margin-top: calc(48px - 0.5666666667em);
}
.post ul, .post ol {
  padding-left: 1.25em;
  margin: calc(24px - 0.3571428571em) 0 calc(0px - 0.3571428571em);
}
.post ul li, .post ol li {
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: justify;
}
.post ul li span, .post ol li span {
  font-size: 12px;
}
.post ul {
  list-style: disc;
}
.post blockquote {
  padding: 24px 0;
  margin: 24px 0 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.post blockquote p {
  margin-top: calc(0px - 0.5666666667em);
}
.post blockquote cite {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  margin: calc(20px - 0.25em) 0 calc(0px - 0.25em);
}
.post pre {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: justify;
  padding: calc(24px - 0.25em) 24px calc(0px - 0.25em);
  margin-top: 24px;
  background-color: #E6E6E6;
}
.post table {
  margin-top: 24px;
}

/*# sourceMappingURL=common.css.map */
