@charset "utf-8";
/*============================================================================*\
   $Reset
\*============================================================================*/
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bold;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: bottom;
}
embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}
button, input, optgroup, select, textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-webkit-input-placeholder {
  font: inherit;
}
:-ms-input-placeholder {
  font: inherit;
}
::-ms-input-placeholder {
  font: inherit;
}
::-moz-placeholder {
  font: inherit;
}
::placeholder {
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: 700;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.spn_only {
  display: none;
}
@media only screen and (max-width: 40em) {
  .spn_only {
    display: block;
  }
}
/*============================================================================*\
   $Foundation
\*============================================================================*/
@import url("http://fonts.cdnfonts.com/css/kepler-std-3");
/* @font-face {
	font-family: "源ノ明朝";
	src: url("../font/SourceHanSerif-Medium.woff") format("woff"), url("../font/SourceHanSerif-Medium.otf") format("off"),
		url("../font/SourceHanSerif-Regular.wotf") format("woff"), url("../font/SourceHanSerif-Regular.otf") format("off");
} */
html {
  font-size: 62.5%;
  touch-action: manipulation;
}
body {
  width: 100%;
  background: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Segoe UI", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.4em;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 40.0625em) {
  body {
    font-size: 1.6em;
  }
}
a {
  color: #997641;
  text-decoration: underline;
  word-break: break-all;
  transition: all 0.2s;
}
a:focus, a:hover {
  text-decoration: none;
}
/* Default Setting */
p, dl, ol, ul {
  margin-bottom: 1em;
}
ol, ul {
  padding-left: 2em;
}
ol {
  list-style: decimal outside none;
}
ul {
  list-style: square outside none;
}
li ol, li ul {
  margin-bottom: 0;
}
nav ol, nav ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
em {
  font-style: normal;
}
rp, rt {
  font-size: 0.688em;
}
img {
  height: auto;
  vertical-align: top;
}
iframe {
  display: block;
  width: 100%;
}
img, iframe {
  max-width: 100%;
}
@media print {
  * {
    text-shadow: none;
  }
  body {
    background: transparent;
    color: #000;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.font-mincho {
  font-family: "Kepler Std", "Noto Serif JP", sans-serif;
}
@media (max-width: 60.0624em) {
  .sp-area {
    display: block;
  }
  .pc-area {
    display: none;
  }
}
@media (min-width: 60.0625em) {
  .sp-area {
    display: none;
  }
  .pc-area {
    display: block;
  }
}
/*============================================================================*\
   $Layout
\*============================================================================*/
/*------------------------------------*\
    ヘッダー
\*------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  background-color: #f4ead3;
  color: #fff;
  display: flex;
  align-content: center;

}
.header-logo {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 10px 0 0 10px;
  color: #c32226;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 1px;
}
.logo__image__wrapper {
  width: 90px;
  margin-right: 10px;
}
.header-logo img {
  width: 100%;
}
.header-logo__text {
  display: inline-block;
  font-family: "Kepler Std", "Noto Serif JP", sans-serif;
}
.header-logo__text span {
  font-size: 24px;
}
@media (max-width: 60.0624em) {
  .header-logo__text span {
    font-size: 1.4rem;
  }
}
/* メニューボタン */
.gnav-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 60px;
  padding: 0 15px;
  border: none;
  text-align: right;
  cursor: pointer;
  outline: none;
}
.gnav-btn__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 4px;
  margin-top: -2px;
  border-radius: 2px;
  background-color: #595757;
  transition: background 0.2s;
}
.gnav-btn__icon::after, .gnav-btn__icon::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #595757;
  transition: transform 0.2s ease;
}
.gnav-btn__icon::before {
  top: 0;
  transform: translateY(-13px);
}
.gnav-btn__icon::after {
  top: 0;
  transform: translateY(13px);
}
.gnav-btn:hover .gnav-btn__icon::before {
  transform: translateY(-10px);
}
.gnav-btn:hover .gnav-btn__icon::after {
  transform: translateY(10px);
}
.gnav-btn__label {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 60px;
  top: 55%;
  width: 5em;
  height: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  transform: translateY(-50%);
  font-family: "Kepler Std", "Noto Serif CJK", sans-serif;
}
@media (max-width: 30em) {
  .gnav-btn__label {
    right: 55px;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
}
@media (min-width: 40.0625em) {
  .header-logo {
    padding: 0px 0 0 15px;
    font-size: 10px;
  }
  .logo__image__wrapper {
    width: 160px;
    padding: 5px 30px;
  }
}
@media (min-width: 60.0625em) {
  .header {
    height: 100px;
  }
  .header-logo {
    padding: 0px 0 0 30px;
    font-size: 15px;
  }
  .logo__image__wrapper {
    width: 160px;
    padding: 0px 10px;
  }
  .gnav-btn {
    height: 100px;
    padding: 0 30px;
  }
  .gnav-btn__icon {
    width: 40px;
  }
  .gnav-btn__icon::before {
    transform: translateY(-18px);
  }
  .gnav-btn__icon::after {
    transform: translateY(18px);
  }
  .gnav-btn:hover .gnav-btn__icon::before {
    transform: translateY(-15px);
  }
  .gnav-btn:hover .gnav-btn__icon::after {
    transform: translateY(15px);
  }
  .gnav-btn__label {
    right: 90px;
    font-size: 18px;
  }
}
/* ナビゲーションパネル */
.gnav-panel {
  overflow-y: auto;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 0;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  transition: opacity 0.3s 0.1s, z-index 0s 0.4s;
}
.gnav-panel__body {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s, transform 0.3s, visibility 0s 0.3s;
}
@media (min-width: 40.0625em) {
  .gnav-panel {
    top: 100px;
  }
}
/* ナビゲーションパネル展開時 */
.nav-opened, .nav-opened body {
  overflow: hidden !important;
}
.nav-opened .gnav-btn__icon {
  background: transparent;
}
.nav-opened .gnav-btn__icon::before {
  transform: rotate(45deg) !important;
}
.nav-opened .gnav-btn__icon::after {
  transform: rotate(-45deg) !important;
}
.nav-opened .gnav-btn__label {
  padding-top: 1em;
}
.nav-opened .gnav-btn__label::before {
  content: "CLOSE";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.nav-opened .gnav-panel {
  z-index: 1;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s;
}
.nav-opened .gnav-panel__body {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: transparent;
  transition: background 0.3s 0.1s, z-index 0s 0.4s;
}
.nav-opened .overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  transition: background 0.3s;
}
/* ナビゲーション中身（ヘッダー・フッター共通） */
.nav-main ul, .nav-sub ul, .nav-lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-sub {
  text-align: center;
}
.nav-sub ul {
  display: inline-table;
}
.nav-sub li {
  display: table-cell;
  padding: 0 20px;
}
.nav-sub a {
  display: inline-block;
  padding: 10px;
  transition: opacity 0.3s;
}
.nav-sub a:hover {
  opacity: 0.6;
}
.nav-sub img {
  width: 32px;
}
.nav-lang {
  margin: 30px auto;
}
.nav-lang dl {
  margin: 0;
  letter-spacing: 0.05em;
  text-align: center;
}
.nav-lang a {
  display: block;
  width: 120px;
  height: 30px;
  margin: 5px auto;
  border-radius: 15px;
  background: #000;
  color: #efc109;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.nav-lang a:hover {
  background: #333;
}
[lang^="ja"] .nav-lang li:nth-of-type(1) a, [lang^="en"] .nav-lang li:nth-of-type(2) a, [lang*="cn"] .nav-lang li:nth-of-type(3) a, [lang*="zh"] .nav-lang li:nth-of-type(3) a {
  background: #efc109;
  color: #000;
  font-weight: bold !important;
}
@media (min-width: 40.0625em) {
  .nav-sub img {
    width: 50px;
  }
  .nav-lang dt, .nav-lang dd, .nav-lang li {
    display: inline-block;
    margin: 0;
    font-weight: normal;
  }
  .nav-lang li {
    margin: 0 5px;
  }
}
/* ナビゲーション中身（ヘッダー用） */
.gnav-panel__body {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 0 40px;
  color: #fff;
  text-align: center;
}
.gnav .nav-main a {
  display: inline-block;
  padding: 8px;
  color: #fff;
  font-family: "Kepler Std", "Noto Serif CJK", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-decoration: none;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
}
.gnav .nav-main a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  background: url(../img/icon-pdf.png) no-repeat center center/cover;
  vertical-align: -0.2em;
}
@media (min-width: 40.0625em) {
  .gnav .nav-main a {
    font-size: 3rem;
    letter-spacing: 0.3em;
    transition: letter-spacing 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .gnav .nav-main a:hover {
    letter-spacing: 0.5em;
  }
  .gnav .nav-main a[href*=".pdf"]::after {
    width: 30px;
    height: 30px;
  }
}
/*------------------------------------*\
    フッター
\*------------------------------------*/
.footer {
  position: relative;
  /*border-top: 10px solid #997641;
  -o-border-image: linear-gradient(90deg, #8D662B 0%, #E1DAA9 44.76%, #EDF5EC 49.5%, #E1DAA9 55%, #8D662B 98%);
  border-image: linear-gradient(90deg, #8D662B 0%, #E1DAA9 44.76%, #EDF5EC 49.5%, #E1DAA9 55%, #8D662B 98%);
   border-image: linear-gradient(to right, #3499FF, #ffffff, #3499FF); */
  border-top:10px solid #c32226;
  border-image-slice: 1;
  background: #595757;
  color: #fff;
  text-align: center;
}
.pagetop {
  position: absolute;
  top: -50px;
  right: 5px;
  width: 80px;
  transition: margin 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pagetop:hover {
  margin-top: -10px;
}
.footer__upper {
  display: none;
}
@media (min-width: 40.0625em) {
  .footer {
    padding-top: 50px;
  }
  .pagetop {
    top: -100px;
    right: 10px;
    width: 130px;
  }
  .footer__upper {
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 50px;
    line-height: 2.625;
  }
  /* ナビゲーション中身（フッター用） */
  .fnav {
    padding: 0 20px;
    text-align: center;
  }
  .fnav .nav-main {
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .fnav .nav-main ul {
    margin-left: -1px;
    margin-right: -1px;
    padding: 0;
  }
  .fnav .nav-main li {
    display: inline-block;
  }
  .fnav .nav-main li:not(:last-of-type) {
    margin-right: 0.5em;
  }
  .fnav .nav-main li:not(:first-of-type)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    margin-right: 1.5em;
    margin-left: 0.5em;
    background: #daf3f4;
    vertical-align: middle;
  }
  .fnav .nav-main a {
    color: #fff;
    text-transform: uppercase;
  }
}
/* フッター下部 */
.footer__lower {
  padding: 45px 10px 10px;
  /*background: #997641;*/
  color: #fff;
  text-align: center;
}
.footer__lower p {
  margin-bottom: 0;
}
.footer-logo {
  margin-bottom: 20px;
  text-align: center;
}
.footer-logo img {
  width: 120px;
}
.copyright {
  margin-top: 20px;
  padding: 20px 10px;
  font-size: 1.4rem;
}
@media (min-width: 40.0625em) {
  .footer__lower address {
    max-width: 800px;
    margin: 0 auto;
  }
}
/*------------------------------------*\
    コンテンツ
\*------------------------------------*/
.content {
  padding-top: 60px;
}
@media (min-width: 60.0625em) {
  .content {
    padding-top: 100px;
  }
}
/*============================================================================*\
   $Object -- Component
\*============================================================================*/
/*------------------------------------*\
    Tables
\*------------------------------------*/
.table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #bbb;
}
.table th, .table td {
  padding: 1em;
  border-bottom: 1px solid #bbb;
  text-align: inherit;
}
.table th {
  background: #997641;
  color: #fff;
}
/* レスポンシブ */
@media only screen and (max-width: 40em) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive table {
    margin-bottom: 4px;
  }
  .table-responsive td, .table-responsive th {
    padding: 6px 10px;
    border: 1px solid #e0e0e0;
    white-space: nowrap;
  }
  .table-responsive::-webkit-scrollbar {
    height: 6px;
  }
  .table-responsive::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: #eee;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: #4d4d4d;
  }
  .table-block .table, .table-block tbody, .table-block tr, .table-block th, .table-block td {
    display: block;
    width: 100%;
    border: none;
  }
  .table-block thead, .table-block tfoot {
    display: none;
  }
  .table-block tr {
    padding-bottom: 2em;
    border-bottom: 1px solid #bbb !important;
  }
  .table-block th {
    margin-bottom: 0.5em;
    padding: 0.3em !important;
  }
  .table-block td {
    padding: 0 !important;
    background: none !important;
  }
  .table-block > tbody > tr:last-child {
    border-bottom: none !important;
  }
}
/*------------------------------------*\
    Buttons
\*------------------------------------*/
.btn {
  display: inline-block;
  overflow: visible;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.7em 30px;
  border-radius: 50px;
  border: 1px solid #997641;
  background-color: #997641;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 !important;
  transition: all 0.15s ease;
}
.btn:not(:disabled) {
  cursor: pointer;
}
.btn:focus, .btn:hover, .btn:active {
  background-color: #fff;
  color: #997641;
  border: 1px solid #997641;
}
/* Sizes */
.btn-large {
  font-size: 1.8rem;
}
.btn-small {
  font-size: 1.2rem;
}
/*------------------------------------*\
    Lists
\*------------------------------------*/
.list, .note {
  list-style: none;
  padding-left: 0;
}
/* リストマーカー */
.list--point > li {
  position: relative;
  padding-left: 1.5em;
}
.list--point > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.3em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #000;
}
/* 番号リスト */
.list--number, .list--number-c {
  counter-reset: listNum;
}
.list--number > li {
  position: relative;
  padding-left: 2em;
  counter-increment: listNum;
}
.list--number > li::before {
  content: counter(listNum);
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 3px;
  background: #c32226;
  color: #fff;
  font-size: calc(1em - 0.1rem);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.list--number-c > li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: listNum;
}
.list--number-c > li::before {
  content: counter(listNum);
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0.3333em;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.75);
  font-size: calc(1em - 0.4rem);
  line-height: 1;
  text-align: center;
}
/* ページ内リンク */
.list--anchor {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.list--anchor > li {
  position: relative;
  padding-left: 2em;
}
.list--anchor > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.75em;
  width: 8px;
  height: 8px;
  border-right: 2px solid #997641;
  border-bottom: 2px solid #997641;
  -o-border-image: linear-gradient(90deg, #8D662B 0%, #E1DAA9 44.76%, #EDF5EC 49.5%, #E1DAA9 55%, #8D662B 98%);
  border-image: linear-gradient(90deg, #8D662B 0%, #E1DAA9 44.76%, #EDF5EC 49.5%, #E1DAA9 55%, #8D662B 98%);
  border-image-slice: 1;
  transform: rotate(45deg);
}
.list--anchor a {
  color: #000;
}
/* 注釈 */
p.note, .note > li, .list--note > li {
  position: relative;
  padding-left: 1em;
}
p.note::before, .note > li::before, .list--note > li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
}
/*------------------------------------*\
    Flex
\*------------------------------------*/
/* FOX CSS 3.0.0 | by Ronan Levesque | CC BY 3.0 license */
.fx-row {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}
.fx-row + .fx-row {
  margin-top: 0;
}
.fx-row-start {
  justify-content: flex-start;
}
.fx-row-center {
  justify-content: center;
}
.fx-row-end {
  justify-content: flex-end;
}
.fx-row-between {
  justify-content: space-between;
}
.fx-row-around {
  justify-content: space-around;
}
.fx-row-reverse {
  flex-direction: row-reverse;
}
[class*="fx-col"] {
  padding-left: 8px;
  padding-right: 8px;
  flex: 1 1 auto;
}
.fx-col-10 {
  flex-basis: 10%;
  max-width: 10%;
}
.fx-col-20 {
  flex-basis: 20%;
  max-width: 20%;
}
.fx-col-25 {
  flex-basis: 25%;
  max-width: 25%;
}
.fx-col-30 {
  flex-basis: 30%;
  max-width: 30%;
}
.fx-col-33 {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}
.fx-col-40 {
  flex-basis: 40%;
  max-width: 40%;
}
.fx-col-50 {
  flex-basis: 50%;
  max-width: 50%;
}
.fx-col-60 {
  flex-basis: 60%;
  max-width: 60%;
}
.fx-col-66 {
  flex-basis: 66.6666%;
  max-width: 66.6666%;
}
.fx-col-70 {
  flex-basis: 70%;
  max-width: 70%;
}
.fx-col-75 {
  flex-basis: 75%;
  max-width: 75%;
}
.fx-col-80 {
  flex-basis: 80%;
  max-width: 80%;
}
.fx-col-90 {
  flex-basis: 90%;
  max-width: 90%;
}
.fx-col-100 {
  flex-basis: 100%;
  max-width: 100%;
}
.fx-col-top {
  align-self: flex-start;
}
.fx-col-center {
  align-self: center;
}
.fx-col-bottom {
  align-self: flex-end;
}
@media (min-width: 40.0625em) {
  .fx-row-start-md {
    justify-content: flex-start;
  }
  .fx-row-center-md {
    justify-content: center;
  }
  .fx-row-end-md {
    justify-content: flex-end;
  }
  .fx-row-between-md {
    justify-content: space-between;
  }
  .fx-row-around-md {
    justify-content: space-around;
  }
  .fx-row-reverse-md {
    flex-direction: row-reverse;
  }
  .fx-col-10-md {
    flex-basis: 10%;
    max-width: 10%;
  }
  .fx-col-20-md {
    flex-basis: 20%;
    max-width: 20%;
  }
  .fx-col-25-md {
    flex-basis: 25%;
    max-width: 25%;
  }
  .fx-col-30-md {
    flex-basis: 30%;
    max-width: 30%;
  }
  .fx-col-33-md {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .fx-col-40-md {
    flex-basis: 40%;
    max-width: 40%;
  }
  .fx-col-50-md {
    flex-basis: 50%;
    max-width: 50%;
  }
  .fx-col-60-md {
    flex-basis: 60%;
    max-width: 60%;
  }
  .fx-col-66-md {
    flex-basis: 66.6666%;
    max-width: 66.6666%;
  }
  .fx-col-70-md {
    flex-basis: 70%;
    max-width: 70%;
  }
  .fx-col-75-md {
    flex-basis: 75%;
    max-width: 75%;
  }
  .fx-col-80-md {
    flex-basis: 80%;
    max-width: 80%;
  }
  .fx-col-90-md {
    flex-basis: 90%;
    max-width: 90%;
  }
  .fx-col-100-md {
    flex-basis: 100%;
    max-width: 100%;
  }
  .fx-col-top-md {
    align-self: flex-start;
  }
  .fx-col-center-md {
    align-self: center;
  }
  .fx-col-bottom-md {
    align-self: flex-end;
  }
}
/*============================================================================*\
   $Object -- Project
\*============================================================================*/
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
.section {
  padding: 40px 0;
}
.section + .section {
  padding-top: 0;
}
.box {
  padding: 15px;
  border-radius: 8px;
  background: #f6f6f4;
}
.box__heading {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.box > :last-child {
  margin-bottom: 0;
}
.box2 {
  padding: 15px;
  border-radius: 8px;
}
.lh-wide {
  line-height: 2.625;
}
.color-primary {
  color: #ecbe35;
}
.color-important {
  color: #c32226;
}
.color-green {
  color: #00913a;
  font-size: 85%;
}
.bg-gray2 {
  background: #424242;
}
.bg-gray3 {
  background: #f4ead3;
}
.hr {
  background: #c32226;
  padding: 6px 0 0 0;
  /* border-image: linear-gradient(to right, #3499FF, #555ED9, #7E64B2); */
  /* border-image-slice: 1; */
}
.ff-en {
  font-family: "Kepler Std", "Noto Serif CJK", sans-serif;
}
.marker {
  box-shadow: inset 0 -0.6em 0 #fcc;
}
@media (min-width: 40.0625em) {
  .box, .box2 {
    padding: 20px 30px;
    border-radius: 15px;
  }
}
@media (min-width: 60.0625em) {
  .section {
    padding: 90px 0;
  }
}
/* ページタイトル */
.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  margin-bottom: 40px;
  /*background: no-repeat center top/cover url("../../common/img/bg_header.jpg");*/
  background-color: #e9cba9;
  /*background-image: url("../../common/img/bg_header_left.png"), url("../../common/img/bg_header_right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 12vw, 12vw;
*/
  text-align: center;
  background: url(../../img/main_bg.png) no-repeat center center / cover;
}
@media (min-width: 1600px) {
  .page-title {
    /*background-size: 6vw, 6vw;*/
  }
}
@media (max-width: 60em) {
  .page-title {
    /*background-size: 12vw, 12vw;*/
  }
}
.page-title .h1 {
  letter-spacing: 0.3em;
  /*text-shadow: 0 0 21px #333;*/
}
@media (min-width: 60.0625em) {
  .page-title {
    height: 280px;
    margin-bottom: 80px;
  }
}
/* 見出し */
.h1 {
  line-height: 1.4;
  font-family: "Kepler Std", "Noto Serif JP", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.h2 {
  font-family: "Kepler Std", "Noto Serif JP", sans-serif;
  margin-bottom: 1.5em;
  color: #333;
  line-height: 1.4117;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
.h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  border-radius: 2px;
  margin: 1em auto 0;
  background: linear-gradient(90deg, #8D662B 0%, #E1DAA9 44.76%, #EDF5EC 49.5%, #E1DAA9 55%, #8D662B 98%);
  background: #c32226;
}
.h2[data-en] {
  font-size: 1.6rem;
}
.h2[data-en]::before {
  content: attr(data-en);
}
.h2[data-en]::before, .h2 .sub {
  display: block;
  font-family: "Kepler Std", "Noto Serif JP", sans-serif;
  font-size: 3rem;
  font-weight: bold;
}
.h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.416;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Kepler Std", "Noto Serif CJK", sans-serif;
}
.h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.416;
  font-size: 1.6rem;
  font-weight: bold;
}
.h4--bg {
  padding: 0.4em 0.6em;
  border-radius: 5px;
  background: #997641;
  color: #fff;
}
.h2 + .h3, .h3 + .h4 {
  margin-top: 0;
}
@media (min-width: 40.0625em) {
  .h2 {
    font-size: 2.8rem;
  }
  .h2[data-en] {
    font-size: 1.8rem;
  }
  .h2[data-en]::before, .h2 .sub {
    content: attr(data-en);
    font-size: 3.4rem;
  }
  .h3 {
    font-size: 2.2rem;
  }
  .h4 {
    font-size: 1.8rem;
  }
}
@media (min-width: 60.0625em) {
  .h1 {
    font-size: 4rem;
  }
  .h2 {
    font-size: 3.4rem;
    letter-spacing: 0.3em;
  }
  .h2[data-en] {
    font-size: 2rem;
  }
  .h2[data-en]::before, .h2 .sub {
    font-size: 4rem;
  }
  .h3 {
    font-size: 2.4rem;
  }
}
/*------------------------------------*\
    トップページ
\*------------------------------------*/
body#index {
  background: #fff;
  color: #333333;
  /* background: #333333;
	color: #fff; */
}
#index .h2 {
  color: #997641;
  font-family: "Kepler Std", "Noto Serif JP", sans-serif;
}
#index .h2::after {
  background: #997641;
}
.mv {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  /* height: 80vw; */
  /* background: url(../../img/bg_sp.jpg) no-repeat center center/cover; */

  text-align: center;
}
.mv__image__wrapper {}
.mv img {
  width: 100%;
  height: auto;
  max-height: 553px;
}
.mv__copy {
  bottom: 20vw;
  left: 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), -2px 2px 5px rgba(0, 0, 0, 0.5), -2px 2px 5px rgba(0, 0, 0, 0.5), -2px -2px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 40.0625em) {
  .mv {
    /* background: url(../../img/fv_bg.jpg) no-repeat center center/cover; */
   /* background-color: #EFF7F0;*/
      background: url(../../img/main_bg.png) no-repeat center center/cover;
  }
  .mv__image__wrapper {
   /* display: inherit;
    width: 100%;
    max-width: 1200px;*/
  }
  .mv__copy {
    bottom: 23vw;
    font-size: 2.2rem;
  }
}
@media (min-width: 60.0625em) {
  .mv {
    /*height: 45vw;*/
  }
  .mv__image__wrapper {}
  .mv__copy {
    bottom: 220px;
  }
}
.top01 {
  padding-bottom: 0;
}
.top01__row {
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 0;
}
.top01__col.text {
  padding: 50px 20px;
  background: #bd2a2d;
  font-size: 1.4rem;
  color: #fff;
}
.top01__col.fb {
  padding: 50px 20px;
  background: #595757;
}
.top01__col b {
  font-size: 1.8rem;
}
.top01__col th {
  padding: 15px 0 10px 0;
  white-space: nowrap;
}
.top01__col td {
  padding: 10px 0;
}
.top01__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top01__col li {
  position: relative;
  padding-left: 25px;
}
.top01__col li + li {
  margin-top: 1em;
}
.top01__col li::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 1em;
  width: 12px;
  height: 1px;
  background: #fff;
}
.top01__heading {
  font-weight: bold;
  text-align: center;
}
.top01__heading strong {
  font-size: 3.2rem;
}
#fb_page_plugin_area {
  width: 100%;
}
.sns {
  padding: 40px 0;
}
.sns__heading {
  margin-bottom: 40px;
  color: #ecbe35;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-align: center;
}
.sns__col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  margin-bottom: 20px;
}
.sns__col a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #997641;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #f3ead4;
}
.sns__col a:hover {
  background: #997641;
  color: #ffffff;
}
.sns__icon {
  flex: 1 0 50px;
  max-width: 50px;
}
.sns__text {
  flex: 1;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sns__text small {
  color: #ecbe35;
  text-decoration: underline;
}
.top02 {
  margin-bottom: 40px;
  padding: 30px 20px;
  border-radius: 20px;
  background: #997641;
  line-height: 2;
}
@media (min-width: 48.0625em) {
  .top02 {
    margin-bottom: 80px;
    padding: 30px 40px;
    border-radius: 30px;
  }
}
.top03 {
  display: flex;
  justify-content: space-between;
  -webit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 95%;
  max-width: 1076px;
  margin: 40px auto 0;
}
.top03 > div {
  flex: 1 0 48%;
  max-width: 48%;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #000;
  -o-border-image: linear-gradient(to right, #997641, #ffffff, #997641);
  border-image: linear-gradient(to right, #997641, #ffffff, #997641);
  border-image-slice: 1;
}
@media (min-width: 48.0625em) {
  .top01__row {
    border-radius: 30px;
  }
  .top01__row, .top01__col, .sns__row {
    display: flex;
    justify-content: space-between;
  }
  .top01__col {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 10% 5% !important;
    align-items: center;
    justify-content: center;
  }
  .sns {
    padding-bottom: 90px;
  }
  .sns__col {
    flex: 1 0 48%;
    max-width: 48%;
  }
  .sns__col a {
    padding: 20px 10.416666%;
  }
  .sns__text {
    font-size: 1.8rem;
  }
  .top03 > div {
    flex: 1 0 23.97769%;
    max-width: 23.97769%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/*------------------------------------*\
    ごあいさつ
\*------------------------------------*/
.greeting01 {
  line-height: 2;
}
.greeting01 .h1 {
  margin-bottom: 40px;
  line-height: 1.4;
}
.greeting01 .h1 small, .greeting01 .h1 span {
  display: block;
}
.greeting01 .h1 small {
  font-size: 0.6em;
  letter-spacing: 0.1em;
}
.greeting01 p {
  margin-bottom: 1.5em;
}
.greeting02 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 5%;
  border-radius: 10px;
  background: #c32226;
  color: #fff;
}
.greeting02__heading {
  margin-bottom: 20px;
  font-size: 1.3333em;
  font-weight: bold;
  line-height: 1.4;
}
.greeting02__body {
  font-size: 1.3rem;
}
@media (min-width: 40.0625em) {
  .greeting01 {
    text-align: center;
  }
  .greeting02 {
    margin-top: 80px;
    margin-bottom: 120px;
    border-radius: 20px;
  }
  .greeting02__heading {
    text-align: center;
  }
  .greeting02__body {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 1.4rem;
  }
}
/*------------------------------------*\
    コンテスト
\*------------------------------------*/
.genre > li {
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 10px;
  background: #f6f6f4;
}
@media (min-width: 40.0625em) {
  .genre > li {
    padding: 15px 20px;
  }
}
/* 各部門ルール */
.genre-rule {
  margin-bottom: 20px;
  padding: 4%;
  border-radius: 20px;
  background: #f6f6f4;
  overflow: hidden;
}
.genre-rule .h3 {
  margin-top: 0;
}
.genre-rule .tags > span {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.4em 0.5em;
  border-radius: 2px;
  background: #595757;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}
.genre-rule table {
  width: 100%;
  margin: 15px 0;
  border: 1px solid #bbb;
}
.genre-rule th, .genre-rule td {
  padding: 0.5em 1em;
  border-bottom: 1px solid #bbb;
  font-size: inherit;
}
.genre-rule th {
  width: 8em;
  padding-right: 1em;
  background: #997641;
  color: #fff;
  font-size: calc(1em - 0.1rem);
  white-space: nowrap;
  vertical-align: middle;
}
.genre-rule td {
  background: #fff;
}
@media (max-width: 40em) {
  .genre-rule {
    border-radius: 10px;
  }
  .genre-rule table {
    font-size: 1.3rem;
  }
}
.award-table {
  overflow: hidden;
  border-radius: 10px;
  background: #f6f6f4;
  font-size: 1.3rem;
}
.award-table th {
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: center;
  vertical-align: middle;
  background: #f3ead4;
  color: inherit;
}
.award-table .award-genre {
  padding: 0.5em;
  background: #977646;
  color: #fff;
  text-align: center;
}
@media (min-width: 40.0625em) {
  .award-table {
    font-size: 1.5rem;
  }
}
/*------------------------------------*\
    ファイナルパーティー
\*------------------------------------*/
.final01 {
  position: relative;
  margin-bottom: 40px;
}
.final01__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 20px;
  text-align: center;
}
.final01__text h2 {
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1;
  text-shadow: 2px 2px 8px #fff, -2px 2px 8px #fff, 2px -2px 8px #fff, -2px -2px 8px #fff;
  font-family: "Kepler Std", "Noto Serif CJK", sans-serif;
}
.final01__text h2 span, .final01__text h2 small {
  display: inline-block;
  font-family: "Kepler Std", "Noto Serif JP", sans-serif;
}
.final01__text h2 span {
  font-size: 4rem;
}
.final01__text h2 small {
  margin-top: 0.5em;
  font-size: 2rem;
}
.final01__text p {
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Kepler Std", "Noto Serif JP", sans-serif;
}
@media (min-width: 40.0625em) {
  .final01__text h2 {
    letter-spacing: 0.5em;
  }
  .final01__text h2 span {
    font-size: 6rem;
  }
  .final01__text h2 small {
    margin-top: 1em;
    font-size: 2.4rem;
  }
  .final01__text p {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}
/*------------------------------------*\
    セミナー
\*------------------------------------*/
.seminar {
  overflow: hidden;
  margin: 40px 0;
  border-radius: 10px;
  background: #f3ead4;
}
.seminar-profile__heading {
  padding: 20px 15px 10px;
  background: #c32226;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Kepler Std", "Noto Serif JP", sans-serif;
}
.seminar-profile__heading small {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Kepler Std", "Noto Serif JP", sans-serif;
}
.seminar-profile .youtube {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  color: #fff;
}
.seminar-profile .youtube::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 6px solid #efc109;
}
.seminar-profile__body {
  padding: 15px;
/*  color: #fff;*/
  font-size: 1.2rem;
}
.seminar-profile__body .image {
  overflow: hidden;
  float: right;
  width: 100px;
  margin: 0 0 10px 20px;
  border-radius: 5px;
}
.seminar-body {
  padding: 8px;
}
.seminar-block {
  padding: 15px 10px;
  border-radius: 6px;
  background: #fff;
  font-size: 1.4rem;
}
.seminar-block > :last-child {
  margin-bottom: 0;
}
.seminar-block + .seminar-block {
  margin-top: 10px;
}
.seminar-block__heading {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 3px dotted;
  line-height: 1.333333;
}
.seminar-title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Kepler Std", "Noto Serif JP", sans-serif;
}
.seminar span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Segoe UI", "Hiragino Kaku Gothic ProN";
}
.seminar-profile .ff-en {
  font-family: "Kepler Std", "Noto Serif JP", sans-serif;
}
.seminar-title .seminar-id {
  display: block;
  color: #F854BE;
  font-size: 0.93em;
}
.seminar-tags {
  margin-top: 8px;
}
.seminar-tags [class*="tag"] {
  display: inline-block;
  margin-right: 5px;
  padding: 0 10px;
  border-radius: 30px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}
.tag1 {
  color: #fff;
}
.tag2 {
  border: 2px solid #808080;
}
.tag3 {
  background: #ffe84a;
  border: 2px solid #ffe84a;
  color: #1a1a1a;
}
@media (min-width: 40.0625em) {
  .seminar {
    margin: 80px 0;
    border-radius: 15px;
  }
  .seminar-profile__heading {
    padding: 30px 40px 10px;
    font-size: 2.8rem;
  }
  .seminar-profile__heading small {
    display: inline;
    font-size: 1.6rem;
  }
  .seminar-profile__body {
    padding: 20px 25px 10px 40px;
    font-size: 1.4rem;
  }
  .seminar-profile__body .image {
    width: 150px;
  }
  .seminar-body {
    padding: 25px;
  }
  .seminar-block {
    padding: 20px 25px;
    border-radius: 10px;
  }
  .seminar-block + .seminar-block {
    margin-top: 15px;
  }
  .seminar-title {
    font-size: 2.2rem;
  }
  .seminar-title .seminar-id {
    display: inline-block;
    margin-right: 0.5em;
  }
  .seminar-tags [class*="tag"] {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (min-width: 60.0625em) {
  .seminar-block__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
/*------------------------------------*\
    エントリー
\*------------------------------------*/
.price-table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.price-table thead th:empty {
  background: #fff;
}
.price-table .price-table__heading {
  padding: 20px;
  border-radius: 8px 8px 0 0;
  background: #f6f6f4;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.price-table tbody th, .price-table tbody td {
  padding: 15px;
  vertical-align: middle;
}
.price-table tbody th {
  border-top: 2px solid #f6f6f4;
}
.price-table tbody td {
  border-top: 2px solid #fff;
  text-align: center;
}
.price-label, .price-label-j, .price-label-bp, .price-label-jbp {
  display: inline-block;
  min-width: 4em;
  margin: 1px;
  padding: 4px 5px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: text-bottom;
}
.price-label-j {
  background: #4085e2;
  color: #fff;
}
.price-label-bp {
  background: #eb5990;
  color: #fff;
}
.price-label-jbp {
  background: #7356ef;
  color: #fff;
}
.price-table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price {
  display: inline-block;
  margin-left: 4px;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
}
.price.large {
  font-size: 3rem;
}
.price-table .note {
  font-size: 1.3rem;
}
.price-table .price-table__heading.type1 {
  position: relative;
  background: #efc109;
}
.price-table .price-table__heading.type2 {
  position: relative;
  background: #adcdf0;
}
.price-table .price-table__heading.type3 {
  background: #ddd;
}
.price-table tbody td.type1 {
  background: rgba(236, 191, 53, 0.5);
}
.price-table tbody td.type2 {
  background: #d9e4f7;
}
.price-table tbody td.type3 {
  background: #f2f2f2;
}
.price-table.class-final table {
  max-width: 700px;
  width: 100%;
}
.price-table.full-pack .price-table__heading.type1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 15px;
  border-radius: 8px 8px 0 0;
  background: #efc109;
}
.price-table.full-pack tbody td {
  width: 28%;
}
.price-table.class-final .price-table__heading.type2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 15px;
  border-radius: 8px 8px 0 0;
  background: #adcdf0;
}
.price-table.class-final tbody td {
  width: 38%;
}
@media only screen and (max-width: 48em) {
  .price-table {
    display: block;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .price-table td, .price-table th {
    white-space: nowrap;
  }
  .price-table .price-table__heading {
    font-size: 1.4rem;
  }
  .price-table .price-table__heading::before {
    content: none !important;
  }
  .price-table tbody th {
    padding-left: 0;
  }
  .price-table [class^="price-label"] {
    margin: 0;
    padding: 3px 4px;
    font-size: 11px;
  }
  .price-table .price {
    font-size: 1.7rem;
  }
  .price-table .price.large {
    font-size: 2rem;
  }
  .price-table .note {
    display: inline-block;
    white-space: pre-wrap;
    text-align: left;
  }
}
/*------------------------------------*\
    スケジュール
\*------------------------------------*/
.sheet-container {
  width: 100%;
  overflow-x: auto;
}
.sheet-container iframe {
  width: 100%;
  height: 20000px; /* ← ← ここで高さをしっかり確保！ */
  border: 0;
}
/* 画面サイズに応じて高さを微調整するならオプションで */
@media screen and (min-width: 1024px) {
  .sheet-container iframe {
    height: 1200px;
  }
}
/*============================================================================*\
    $Object -- Utilities（原則編集禁止）
\*============================================================================*/
/* Display */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
@media (min-width: 30.0625em) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 40.0625em) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 60.0625em) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-block {
    display: inline !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
}
/* Only for screen readers */
.sr-only {
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
}
.sr-only:focus {
  display: block;
  top: 5px;
  left: 5px;
  clip: auto !important;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #f1f1f1;
  color: #21759b;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
/* Text Align */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.align-middle {
  vertical-align: middle;
}
/* widths */
.w-100 {
  width: 100%;
}
.w-90 {
  width: 90%;
}
.w-80 {
  width: 80%;
}
.w-75 {
  width: 75%;
}
.w-70 {
  width: 70%;
}
.w-66 {
  width: 66%;
}
.w-60 {
  width: 60%;
}
.w-50 {
  width: 50%;
}
.w-40 {
  width: 40%;
}
.w-33 {
  width: 33%;
}
.w-30 {
  width: 30%;
}
.w-25 {
  width: 25%;
}
.w-20 {
  width: 20%;
}
.w-10 {
  width: 10%;
}
.w-auto {
  width: auto;
}
/* Margins */
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.5rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.5rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.5rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.5rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.5rem !important;
}
.m-2 {
  margin: 1rem !important;
}
.mt-2, .my-2 {
  margin-top: 1rem !important;
}
.mr-2, .mx-2 {
  margin-right: 1rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 1rem !important;
}
.ml-2, .mx-2 {
  margin-left: 1rem !important;
}
.m-3 {
  margin: 1.5rem !important;
}
.mt-3, .my-3 {
  margin-top: 1.5rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1.5rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1.5rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1.5rem !important;
}
.m-4 {
  margin: 3rem !important;
}
.mt-4, .my-4 {
  margin-top: 3rem !important;
}
.mr-4, .mx-4 {
  margin-right: 3rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 3rem !important;
}
.ml-4, .mx-4 {
  margin-left: 3rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.mt-5, .my-5 {
  margin-top: 5rem !important;
}
.mr-5, .mx-5 {
  margin-right: 5rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 5rem !important;
}
.ml-5, .mx-5 {
  margin-left: 5rem !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
/* Paddings */
.p-0 {
  padding-top: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.5rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.5rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.5rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.5rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.5rem !important;
}
.p-2 {
  padding: 1rem !important;
}
.pt-2, .py-2 {
  padding-top: 1rem !important;
}
.pr-2, .px-2 {
  padding-right: 1rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 1rem !important;
}
.pl-2, .px-2 {
  padding-left: 1rem !important;
}
.p-3 {
  padding: 1.5rem !important;
}
.pt-3, .py-3 {
  padding-top: 1.5rem !important;
}
.pr-3, .px-3 {
  padding-right: 1.5rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1.5rem !important;
}
.pl-3, .px-3 {
  padding-left: 1.5rem !important;
}
.p-4 {
  padding: 3rem !important;
}
.pt-4, .py-4 {
  padding-top: 3rem !important;
}
.pr-4, .px-4 {
  padding-right: 3rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 3rem !important;
}
.pl-4, .px-4 {
  padding-left: 3rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.pt-5, .py-5 {
  padding-top: 5rem !important;
}
.pr-5, .px-5 {
  padding-right: 5rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 5rem !important;
}
.pl-5, .px-5 {
  padding-left: 5rem !important;
}
/* Text Styles */
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-size-l {
  font-size: 2em;
  letter-spacing: 0;
  line-height: 1.41;
}
.font-size-m {
  font-size: 1.25em;
}
.font-size-s {
  font-size: 0.9em;
}
/*============================================================================*\
  Colors
\*============================================================================*/
.color-green {
  color: #00913a;
}
.color-white {
  color: #ffffff;
}
.color-light-green {
  color: #B0FA70;
  color: #faef70;
}
.color-gradiation {
  color: linear-gradient(to right, #00913a, #8fc31f, #00a29a);
}
.bg-gradiation {
  background: linear-gradient(to right, #555ED9, #3499FF, #3499FF);
}
.bg-yellow {
  background: #dce6a2;
}
.border-gradiation {
  border: 1px linear-gradient(to right, #8fc31f, #00913a, #00a29a) solid;
}
.red {
  background-color: #ff0000;
  color: #ffffff;
}
.blue {
  background-color: #4169e1;
  color: #ffffff;
}