@charset "UTF-8";
/**
 * このベースCSSは Normalize.css および sanitize.css を元に僕個人が複数のプロジェクトで共通で指定しておきたいスタイルをまとめたものです。
 * author: TAK(https://twitter.com/tak_dcxi)
 */
/* ==========================================================================
  Document
  ========================================================================== */
/**
 * 1. ボックスの縦横幅に`margin`および`border`を含む。
 * 2. ChromeとFirefoxのフォントレンダリングを合わせる。
 * 3. Safariでのbodyの高さを整える。
 * 4. iOSのタップ時のハイライトを無効化する。
 * 5. スマートフォンを横向きにした時の文字の巨大化を防ぐ。
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  -webkit-font-smoothing: antialiased;
  /* 2 */
  -moz-osx-font-smoothing: grayscale;
  /* 2 */
  height: 100%;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  width: 100%;
}

/**
 * 1. ボックスの縦横幅に`margin`および`border`を含む。
 * 2. `margin`はコンポーネント毎に設定したいのでブラウザのデフォルトのスタイルを含めてベースは0にしておく。
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 1. Safariでのbodyの高さを整える。
 * 2. 原則的に文章は禁則処理を行う。
 */
body {
  background-color: #FFFFFF;
  color: #3C3C3C;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
  min-height: 100%;
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  padding: 0;
  width: 100%;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
  }
}

/* ==========================================================================
  Section & Heading
  ========================================================================== */
/**
 * 1. IEでは`main`は`display:inline`のように扱われるため、それを防ぐ。
 * 2. メインコンテンツ内は横スクロールを無効にして、横スクロールバーが出るのを防止する。
 */
main {
  display: block;
  /* 1 */
  overflow-x: hidden;
  /* 2 */
}

/**
 * 1. 見出しのフォントサイズはブラウザ標準のそれを使うことがないのでリセットしておく。
 * 2. 太字にしない見出しデザインが多いのでリセットする。
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  /* 1 */
  font-weight: normal;
  /* 2 */
}

/* ==========================================================================
  Text
  ========================================================================== */
/**
 * ブラウザ標準のスタイルをリセットする。詳細度が0.1.1なので上書き時は注意。
 * Read it: https://zenn.dev/tak_dcxi/articles/f464f90a24f754b15dd9
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 太字はどんなブラウザでも太字で。
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 日本語では斜体を使用することが少ないのでリセットする。
 */
/**
 * `small`は小文字で使うとは限らないのでリセットしておく。
 */
small {
  font-size: 1em;
}

/**
 * 上付き表示のブラウザ標準のスタイルを統一する。
 */
sub,
sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* ==========================================================================
  Link
  ========================================================================== */
/**
 * 1. 昔のブラウザではリンクに背景色がつくこともある。
 * 2. テキストカラーは原則的に親要素のそれを継承する。
 * 3. 多くのデザインでは`a`の下線は不要なことが多いので下線を取り除いているが、CMS案件では顧客がリンクを仕込むことを考慮して適宜下線を復活させるように。
 */
a {
  background-color: transparent;
  /* 1 */
  color: inherit;
  /* 2 */
  text-decoration: none;
  /* 3 */
}

/* ==========================================================================
  Grouping
  ========================================================================== */
/**
 * 原則的にブラウザ標準のリストマーカーは不要になることが多いのでリセットしておくが、別途箇条書き用のスタイルは用意しておく。
 */
ul,
ol {
  list-style: none;
  padding: 0;
}

/**
 * 定義リストのブラウザ標準の`padding`は不要なことが多い。
 */
dl {
  padding: 0;
}

/*
 * すべてのブラウザで`display`を統一する
 */
details {
  display: block;
}

summary {
  display: list-item;
}

/**
 * ブラウザ標準のスタイルをリセットする。
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * ブラウザ標準のスタイルをリセットする。
 */
pre {
  font-family: Consolas, Menlo, Courier, monospace;
  font-size: rem(16);
}

/* ==========================================================================
  Replaced element
  ========================================================================== */
/**
 * 縦位置を揃える。
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 1. ブラウザ標準のスタイルをリセットする。
 * 2. 画像は原則的にフルード化する。`width`属性が付与されている場合は`max-width`は無効化されるが、保険のためにつけておく。
 */
img {
  border: 0;
  /* 1 */
  height: auto;
  /* 2 */
  max-width: 100%;
  /* 2 */
}

/**
 * `fill`属性のないSVGの色は親要素のテキストカラーを継承する。詳細度が0.1.1なので上書き時は注意。
 * Read it: https://zenn.dev/tak_dcxi/articles/f464f90a24f754b15dd9
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * IEでのはみ出しを防止する
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * iframeのボーダーは取り除く。
 */
iframe {
  border-style: none;
}

/* ==========================================================================
  Form
  ========================================================================== */
/**
 * `input``button``select`のスタイルをリセットする。
 * CMS案件などで顧客側でこれらが差し込まれた際にタイプセレクタでリセットしてしまうと困ることもあったのでclassで指定してオプトアウトできるようにしておく。
 */
.input,
.button,
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
}

.select::-ms-expand {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

/**
 * IEで`overflow:hidden`されるのをデフォルトでは無効化しておく。
 */
button,
input {
  overflow: visible;
}

/**
 * IE,Edge,Firefoxで`text-transform`されるのを防ぐ
 */
button,
select {
  text-transform: none;
}

/**
 * 1. iOSとSafariで表示を統一する。
 * 2. ボタンのカーソルは指マークにする。
 */
button,
[type='submit'],
[type='reset'],
[type='button'] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * Firefoxのフォーカスインジケーターの調整
 * Credit: https://necolas.github.io/normalize.css/
 */
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;
}

/**
 * プレースホルダーのズレを防ぐ。
 */
input[type='text'] {
  line-height: normal;
}

/**
 * IEの入力内容の消去機能は非表示にする。
 */
[type='text']::-ms-clear {
  visibility: hidden;
}

/**
 * IEのマスクの一時的解除機能を非表示にする。
 */
[type='password']::-ms-reveal {
  visibility: hidden;
}

/**
 * モダンブラウザで表示を統一するためにChromeとFireFoxのスピニングを非表示にする。
 */
[type='number']::-webkit-outer-spin-button,
[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. ChromeとSafariでアピアランスを追加。
 * 2. Safariでのアウトラインの位置を調整。
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * ChromeとSafariで余白を無効化する。
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. iOSとSafariでアピアランスをボタン化する。
 * 2. Safariでのフォント周りの差異を調整する。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * IEでの`textarea`のスクロールバーをデフォルトでは消しておく。
 */
textarea {
  overflow: auto;
}

/**
 * デフォルトのスタイルをリセットする。
 */
fieldset {
  border: 0;
  min-width: auto;
  padding: 0;
}

/**
 * 1. IEでフォントカラーを継承する。
 * 2. 見出しはブロック要素として扱ったほうが都合が良い。
 * 3. paddingは不要なことが多いのでリセットする。
 */
legend {
  color: inherit;
  /* 1 */
  display: block;
  /* 2 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 2 */
}

/**
 * Chrome,Firefox,Operaで縦の位置を揃える。
 */
progress {
  vertical-align: baseline;
}

/* ==========================================================================
  Accessibility
  ========================================================================== */
/**
 * キーボードでアクセスできない要素のフォーカスインジケーターを無効化する。
 */
[tabindex='-1']:focus {
  outline: none !important;
}

/**
 * `aria-busy="true"`が指定された要素ではカーソルを読み込みの時のものにする。
 */
[aria-busy='true'] {
  cursor: progress;
}

/*
 * `disabled`された要素ではカーソルで要求された操作が受け付けられないことを示す。
 */
[aria-disabled='true'],
[disabled] {
  cursor: not-allowed;
}

/**
 * キーボード操作"以外"でフォーカスされた際はフォーカスインジケーターを消す。
 * Safariで標準搭載されるまでは実装時に必ずfocus-visibleのPolyfillを導入する。
 * Read it: https://zenn.dev/tak_dcxi/articles/f958e96888ee47
 */
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

/**
 * スクリーンリーダー向けに隠しテキストを仕込む際に使う。inputを隠すときなどにも。
 * Credit: https://github.com/mike-engel/a11y-css-reset
 */
/**
 * 「視差効果を減らす」を設定している場合はアニメーション時間を短くする。
 * 有識者によると`none`より`1ms`で指定したほうが良いらしい。
 */
/* prettier-ignore */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-animation: 1ms !important;
            animation: 1ms !important;
    scroll-behavior: auto !important;
    -webkit-transition: 1ms !important;
    transition: 1ms !important;
  }
}

/* ==========================================================================
  Other
  ========================================================================== */
/**
 * サポート外のブラウザでも隠せるものは隠しておく
 */
template {
  display: none;
}

[hidden] {
  display: none;
}

/* ==========================================================================
  Common
  ========================================================================== */
.main_area {
  background: #FDFCF3;
  width: 100%;
  min-height: 100vh;
}

@media screen and (min-width: 992px) {
  .main_area {
    width: calc(100% - 250px);
    margin-left: auto;
  }
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1124px;
}

@media screen and (min-width: 992px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

#header {
  position: fixed;
  z-index: 999;
}

.header_content_wrap {
  z-index: 999;
  position: relative;
}

@media screen and (min-width: 992px) {
  .header_content_wrap {
    width: 250px;
  }
}

.header_content_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .header_content_overlay {
    background: transparent;
    position: relative;
    width: 100%;
  }
}

.header_content_container {
  width: 250px;
  min-height: 720px;
  height: 100vh;
  background: #eae3d4;
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
}

.h_logo {
  background: #fff;
  padding: 16px;
  font-size: 21px;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.h_logo > span {
  display: block;
}

.h_logo > span:first-of-type {
  font-size: 21px;
}

.h_logo > span:nth-of-type(2) img {
  width: 210px;
}

.h_logo_wrap {
  background: #D0C871;
  background: -webkit-gradient(linear, left top, right top, from(#16843B), color-stop(50%, #16843B), color-stop(50%, #D0C871), to(#D0C871));
  background: linear-gradient(to right, #16843B 0%, #16843B 50%, #D0C871 50%, #D0C871 100%);
  position: relative;
  top: 0;
  left: 0;
  height: 163px;
}

.main_nav {
  padding: 20px;
}

.main_nav ul > li > a {
  font-size: 18px;
  padding: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main_nav ul > li > a:hover, .main_nav ul > li > a:focus {
  color: #7F4F21;
}

.main_nav ul > li > a:hover:before, .main_nav ul > li > a:focus:before {
  background: #7F4F21;
}

.main_nav ul > li > a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: #3C3C3C;
  width: 20px;
  height: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.h_authorized_list_wrap {
  padding: 20px 10px;
}

.h_authorized_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h_authorized_list:not(:first-of-type) {
  margin-top: 4px;
}

.h_authorized_list > dt {
  font-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.h_authorized_list > dt:after {
  content: "：";
  display: inline-block;
}

.h_authorized_list > dd {
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.h_authorized_list > dd .small {
  font-size: 10px;
  display: block;
}

.navToggle {
  display: block;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  width: 26px;
  height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: inherit;
  border: none;
  position: fixed;
  top: 12px;
  left: 20px;
  background-color: transparent;
  cursor: pointer;
  display: block;
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .navToggle {
    display: none;
  }
}

.navToggle span {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 20;
  position: absolute;
  background: #7F4F21;
  border-radius: 3px;
}

.navToggle span:nth-of-type(1) {
  top: 0;
}

.navToggle span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navToggle span:nth-of-type(3) {
  bottom: 0;
}

.navToggle.active {
  z-index: 1000;
  left: 260px;
  top: 10px;
}

.navToggle.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}

.navToggle.active span:nth-of-type(2) {
  opacity: 0;
}

.navToggle.active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

.h_applybtn {
  position: fixed;
  top: 12px;
  right: 12px;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  padding: 4px;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #16843B;
  background: -webkit-gradient(linear, left top, right top, from(#D0C871), color-stop(50%, #D0C871), color-stop(50%, #16843B), to(#16843B));
  background: linear-gradient(to right, #D0C871 0%, #D0C871 50%, #16843B 50%, #16843B 100%);
  line-height: 1;
  font-size: 14px;
  max-width: 120px;
}

.h_applybtn:hover > span, .h_applybtn:focus > span {
  outline-width: 1px;
  -webkit-transition: outline .15s ease-out;
  transition: outline .15s ease-out;
}

.h_applybtn > span {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  outline-style: solid;
  outline-color: #fff;
  outline-width: 3px;
  outline-offset: -1px;
  -webkit-transition: outline .15s ease-in;
  transition: outline .15s ease-in;
  padding: 6px;
}

@media screen and (min-width: 992px) {
  .h_applybtn {
    display: none;
  }
}

.main_nav_btn {
  position: relative;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  padding: 4px;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #16843B;
  background: -webkit-gradient(linear, left top, right top, from(#D0C871), color-stop(50%, #D0C871), color-stop(50%, #16843B), to(#16843B));
  background: linear-gradient(to right, #D0C871 0%, #D0C871 50%, #16843B 50%, #16843B 100%);
  line-height: 1;
  font-size: 21px;
  max-width: 180px;
}

.main_nav_btn:hover > span, .main_nav_btn:focus > span {
  outline-width: 1px;
  -webkit-transition: outline .15s ease-out;
  transition: outline .15s ease-out;
}

.main_nav_btn > span {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  outline-style: solid;
  outline-color: #fff;
  outline-width: 3px;
  outline-offset: -1px;
  -webkit-transition: outline .15s ease-in;
  transition: outline .15s ease-in;
  padding: 8px;
}

.main_nav_btn_wrap {
  margin-top: 50px;
  padding-bottom: 20px;
}

.h_bottom {
  position: absolute;
  bottom: 0;
}

@-webkit-keyframes menufadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes menufadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes menufadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes menufadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes menuslideIn {
  from {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menuslideIn {
  from {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes menuslideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
}

@keyframes menuslideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
}

.header-slide {
  display: none;
}

@media screen and (min-width: 992px) {
  .header-slide {
    display: block;
  }
}

.header-slide.is-open {
  display: block;
}

.header-slide[aria-hidden="false"] .header_content_overlay {
  -webkit-animation: menufadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: menufadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (min-width: 992px) {
  .header-slide[aria-hidden="false"] .header_content_overlay {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}

.header-slide[aria-hidden="false"] .header_content_container {
  -webkit-animation: menuslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: menuslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (min-width: 992px) {
  .header-slide[aria-hidden="false"] .header_content_container {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}

.header-slide[aria-hidden="true"] .header_content_overlay {
  -webkit-animation: menufadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: menufadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (min-width: 992px) {
  .header-slide[aria-hidden="true"] .header_content_overlay {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}

.header-slide[aria-hidden="true"] .header_content_container {
  -webkit-animation: menuslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: menuslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (min-width: 992px) {
  .header-slide[aria-hidden="true"] .header_content_container {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}

.header-slide .header_content_container,
.header-slide .header_content_overlay {
  will-change: transform;
}

.h_back_top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#side_form {
  display: none;
}

@media screen and (min-width: 992px) {
  #side_form {
    -webkit-box-shadow: 0px 0px 6px #00000029;
            box-shadow: 0px 0px 6px #00000029;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    margin: 10vh 0;
    width: 400px;
    height: 80vh;
    background: #FFFFFF;
    border-radius: 10px 0px 0px 10px;
    padding: 40px 20px 30px 44px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

#side_form.is-open {
  display: block;
  position: fixed;
  z-index: 1000;
}

#side_form .side_form_container,
#side_form .side_form_overlay {
  will-change: transform;
}

@media screen and (min-width: 992px) {
  #side_form .side_form_container {
    max-width: 450px;
  }
}

#side_form .side_form_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#side_form .side_form_container {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 50px);
}

#side_form .side_form_close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 25px;
  height: 60px;
  outline: 0;
  background: transparent;
  cursor: pointer;
  border: none;
}

#side_form .side_form_close:focus {
  border: 1px solid #7F4F21;
}

#side_form .side_form_close_wrap {
  background: #eee;
  position: fixed;
  left: calc(100vw - 50px);
  top: 30px;
  width: 25px;
  height: 60px;
}

@media screen and (min-width: 992px) {
  #side_form .side_form_close_wrap {
    left: 450px;
  }
}

#side_form .side_form_close_wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-top: 3px solid #4e4e4e;
  border-left: 3px solid #4e4e4e;
  height: 18px;
  width: 18px;
  left: 7px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

#side_form .side_form_content {
  background: #FFFFFF;
  padding: 30px 0;
  height: 100vh;
}

#side_form .side_form_content_inner {
  overflow-y: auto;
  padding: 0 20px;
}

#side_form .side_form_content_inner > h2 {
  font-size: 21px;
  padding-left: 49px;
  padding-right: 10px;
  width: 100%;
  color: #7F4F21;
  border-bottom: 2px solid #7F4F21;
  position: relative;
}

#side_form .side_form_content_inner > h2:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-image: url("../image/clamp-400.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 29px 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

@media screen and (min-width: 992px) {
  #side_form .side_form_content_inner > h2:before {
    background-size: 34px 30px;
  }
}

@media screen and (min-width: 992px) {
  #side_form .side_form_content_inner > h2 {
    font-size: 24px;
  }
}

#side_form .side_form_content_inner > p {
  margin-top: 10px;
}

#side_form #form {
  margin-top: 20px;
}

#side_form #form input[type="text"],
#side_form #form input[type="date"],
#side_form #form input[type="tel"],
#side_form #form input[type="email"],
#side_form #form textarea,
#side_form #form select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: inherit;
}

@media screen and (min-width: 992px) {
  #side_form #form input[type="text"],
  #side_form #form input[type="date"],
  #side_form #form input[type="tel"],
  #side_form #form input[type="email"],
  #side_form #form textarea,
  #side_form #form select {
    font-size: 16px;
  }
}

#side_form #form label {
  cursor: pointer;
}

#side_form #form input::-webkit-input-placeholder,
#side_form #form textarea::-webkit-input-placeholder {
  color: #9A9A9A;
}

#side_form #form input:-ms-input-placeholder,
#side_form #form textarea:-ms-input-placeholder {
  color: #9A9A9A;
}

#side_form #form input::-ms-input-placeholder,
#side_form #form textarea::-ms-input-placeholder {
  color: #9A9A9A;
}

#side_form #form input::placeholder,
#side_form #form textarea::placeholder {
  color: #9A9A9A;
}

#side_form #form input:-ms-input-placeholder,
#side_form #form textarea:-ms-input-placeholder {
  color: #9A9A9A;
}

#side_form #form input::-ms-input-placeholder,
#side_form #form textarea::-ms-input-placeholder {
  color: #9A9A9A;
}

#side_form #form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #eee inset;
          box-shadow: 0 0 0 1000px #eee inset;
  -webkit-text-fill-color: #333 !important;
}

#side_form #form input {
  background-color: #eee;
  border: 1px solid transparent;
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
  color: inherit;
  font-size: 14px;
  outline: 0;
  height: 30px;
  padding: 5px;
}

#side_form #form input:focus {
  border-bottom: 1px solid #7F4F21;
}

@media screen and (min-width: 992px) {
  #side_form #form input {
    font-size: 16px;
  }
}

#side_form #form input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  cursor: pointer;
  background: #eee url("../image/form/calendar.svg") no-repeat center right 0px/16px 16px;
  background-size: 16px;
}

#side_form #form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #eee url("../image/form/triangle_down.svg") no-repeat center right 10px/16px 16px;
  background-size: 10px;
  height: 30px;
  padding: 5px;
  color: #3C3C3C;
  cursor: pointer;
}

#side_form #form select::-ms-expand {
  display: none;
}

#side_form #form select:invalid {
  color: #9A9A9A;
}

#side_form #form select:focus {
  background: #eee url("../image/form/triangle_up.svg") no-repeat center right 10px/16px 16px;
  background-size: 10px;
  border-bottom: 1px solid #7F4F21;
  outline: none;
}

#side_form #form select option {
  color: #3C3C3C;
}

#side_form #form .form_item_title,
#side_form #form .form_item_title label {
  color: #707070;
  font-size: 12px;
  width: 100%;
  display: block;
}

@media screen and (min-width: 992px) {
  #side_form #form .form_item_title,
  #side_form #form .form_item_title label {
    font-size: 14px;
  }
}

#side_form #form .form_item:not(:first-of-type) {
  margin-top: 10px;
}

#side_form #form .form_item-3 > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  #side_form #form .form_item-3 > dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#side_form #form .form_item-3 > dd input {
  width: 100%;
}

@media screen and (min-width: 992px) {
  #side_form #form .form_item-3 > dd input {
    width: 32%;
  }
}

#side_form #form .form_item-3 > dd input:not(:first-of-type) {
  margin-top: 5px;
}

@media screen and (min-width: 992px) {
  #side_form #form .form_item-3 > dd input:not(:first-of-type) {
    margin-top: 0;
    margin-left: 2%;
  }
}

#side_form #form .form_checkbox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#side_form #form .form_checkbox_list > li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
}

#side_form #form .form_checkbox_list > li:not(:last-child) {
  margin-right: 10px;
}

#side_form #form .form_checkbox_list > li input[type="checkbox"] {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

#side_form #form .form_checkbox_list > li input[type="checkbox"]:checked + label:before {
  border: 2px solid #7F4F21;
}

#side_form #form .form_checkbox_list > li input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

#side_form #form .form_checkbox_list > li input[type="checkbox"]:focus + label {
  outline: 1px solid #7F4F21;
  outline-offset: 2px;
}

#side_form #form .form_checkbox_list > li label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding-left: 30px;
  font-size: 14px;
  color: #707070;
}

@media screen and (min-width: 992px) {
  #side_form #form .form_checkbox_list > li label {
    font-size: 12px;
  }
}

#side_form #form .form_checkbox_list > li label:before, #side_form #form .form_checkbox_list > li label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

#side_form #form .form_checkbox_list > li label:before {
  background: #eee;
  border: 1px solid #eee;
  width: 25px;
  height: 25px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  #side_form #form .form_checkbox_list > li label:before {
    width: 18px;
    height: 18px;
  }
}

#side_form #form .form_checkbox_list > li label:after {
  border-right: 3px solid #D0C871;
  border-bottom: 3px solid #D0C871;
  height: 25px;
  width: 15px;
  left: 7px;
  margin-top: -6px;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 992px) {
  #side_form #form .form_checkbox_list > li label:after {
    height: 18px;
    width: 10px;
    margin-top: -4px;
  }
}

#side_form #form .accept_checkbox {
  border-top: 1px solid #707070;
  padding-top: 8px;
  margin: 24px;
  position: relative;
}

#side_form #form .accept_checkbox input[type="checkbox"] {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  left: 50%;
  bottom: 3px;
}

#side_form #form .accept_checkbox input[type="checkbox"]:checked + label:before {
  border: 2px solid #7F4F21;
}

#side_form #form .accept_checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

#side_form #form .accept_checkbox input[type="checkbox"]:focus + label {
  outline: 1px solid #7F4F21;
  outline-offset: 2px;
}

#side_form #form .accept_checkbox label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  position: relative;
  width: auto;
  padding-left: 26px;
  font-size: 12px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#side_form #form .accept_checkbox label:before, #side_form #form .accept_checkbox label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

#side_form #form .accept_checkbox label:before {
  background: #eee;
  border: 1px solid #eee;
  width: 16px;
  height: 16px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#side_form #form .accept_checkbox label:after {
  border-right: 3px solid #D0C871;
  border-bottom: 3px solid #D0C871;
  height: 16px;
  width: 8px;
  left: 7px;
  margin-top: -4px;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#side_form #form .accept_checkbox label > a {
  text-decoration: underline;
}

#side_form .form_send_btn {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  padding: 4px;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #16843B;
  background: -webkit-gradient(linear, left top, right top, from(#D0C871), color-stop(50%, #D0C871), color-stop(50%, #16843B), to(#16843B));
  background: linear-gradient(to right, #D0C871 0%, #D0C871 50%, #16843B 50%, #16843B 100%);
  line-height: 1;
  font-size: 21px;
  max-width: 180px;
  position: relative;
  margin: 0 auto;
}

#side_form .form_send_btn:hover > span, #side_form .form_send_btn:focus > span {
  outline-width: 1px;
  -webkit-transition: outline .15s ease-out;
  transition: outline .15s ease-out;
}

#side_form .form_send_btn > span {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  outline-style: solid;
  outline-color: #fff;
  outline-width: 3px;
  outline-offset: -1px;
  -webkit-transition: outline .15s ease-in;
  transition: outline .15s ease-in;
  padding: 8px;
}

#side_form .form_send_btn_wrap {
  margin-top: 30px;
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  #side_form .form_send_btn_wrap {
    padding-bottom: 20px;
  }
}

@-webkit-keyframes formfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes formfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes formfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes formfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes formslideIn_sp {
  from {
    -webkit-transform: translateX(calc((100vw - 50px) * (-1)));
            transform: translateX(calc((100vw - 50px) * (-1)));
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes formslideIn_sp {
  from {
    -webkit-transform: translateX(calc((100vw - 50px) * (-1)));
            transform: translateX(calc((100vw - 50px) * (-1)));
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes formslideOut_sp {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc((100vw - 50px) * (-1)));
            transform: translateX(calc((100vw - 50px) * (-1)));
  }
}

@keyframes formslideOut_sp {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc((100vw - 50px) * (-1)));
            transform: translateX(calc((100vw - 50px) * (-1)));
  }
}

@-webkit-keyframes formslideIn_pc {
  from {
    -webkit-transform: translateX(-450px);
            transform: translateX(-450px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes formslideIn_pc {
  from {
    -webkit-transform: translateX(-450px);
            transform: translateX(-450px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes formslideOut_pc {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-450px);
            transform: translateX(-450px);
  }
}

@keyframes formslideOut_pc {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-450px);
            transform: translateX(-450px);
  }
}

#side_form[aria-hidden="false"] .side_form_overlay {
  -webkit-animation: formfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: formfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

#side_form[aria-hidden="false"] .side_form_container {
  -webkit-animation: formslideIn_sp 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: formslideIn_sp 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (min-width: 992px) {
  #side_form[aria-hidden="false"] .side_form_container {
    -webkit-animation: formslideIn_pc 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: formslideIn_pc 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}

#side_form[aria-hidden="false"] .side_form_close_wrap {
  -webkit-animation: formfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: formfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

#side_form[aria-hidden="true"] .side_form_overlay {
  -webkit-animation: formfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: formfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

#side_form[aria-hidden="true"] .side_form_container {
  -webkit-animation: formslideOut_sp 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: formslideOut_sp 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (min-width: 992px) {
  #side_form[aria-hidden="true"] .side_form_container {
    -webkit-animation: formslideOut_pc 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: formslideOut_pc 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}

#side_form[aria-hidden="true"] .side_form_close_wrap {
  -webkit-animation: formfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: formfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_container {
  padding: 0 20px;
  border-top: 20px solid #eae3d4;
  border-bottom: 20px solid #eae3d4;
  max-width: 80vw;
  max-height: 60vh;
  border-radius: 4px;
  background: #eae3d4;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

@media screen and (min-width: 992px) {
  .modal_container {
    border-radius: 10px;
  }
}

.modal_container:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #eae3d4;
}

.modal_close {
  background: transparent;
  border: 0;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.modal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #3C3C3C;
  overflow: visible;
}

@media screen and (min-width: 992px) {
  .modal_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.modal_content_about {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .modal_content_about {
    margin-top: 0;
  }
}

.modal_content_about_name {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .modal_content_about_name {
    font-size: 18px;
  }
}

.modal_content_about_message {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .modal_content_about_message {
    margin-top: 15px;
  }
}

.modal_content_about_message > p {
  max-height: 136px;
}

@media screen and (min-width: 992px) {
  .modal_content_about_message > p {
    max-height: none;
  }
}

.modal_content_image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #707070;
  position: relative;
}

.modal_content_image::before {
  content: '';
  float: left;
  padding-top: 100%;
}

.modal_content_image::after {
  content: '';
  display: block;
  clear: both;
}

.modal_content_image > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .modal_content_image {
    margin-right: 20px;
    width: 210px;
    height: 210px;
  }
}

@-webkit-keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes modalslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes modalslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes modalslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes modalslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.judgement-slide {
  display: none;
}

.judgement-slide.is-open {
  display: block;
  position: relative;
  z-index: 1000;
}

.judgement-slide[aria-hidden="false"] .modal_overlay {
  -webkit-animation: modalfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.judgement-slide[aria-hidden="false"] .modal_container {
  -webkit-animation: modalslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.judgement-slide[aria-hidden="true"] .modal_overlay {
  -webkit-animation: modalfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.judgement-slide[aria-hidden="true"] .modal_container {
  -webkit-animation: modalslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.judgement-slide .modal_container,
.judgement-slide .modal_overlay {
  will-change: transform;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 400;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 9ch;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: 700;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: 700;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

span.flatpickr-weekday {
  display: inline-block;
  width: 14.2857143%;
}

span.flatpickr-day {
  width: 14.2857143%;
  margin: 0 2.491071428571428px;
}

@media screen and (min-width: 0\0) {
  div.flatpickr-current-month {
    padding-top: 0px !important;
  }
}

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  color: red;
}

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(6),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n - 1) {
  color: blue;
}

.mv {
  background-image: url("../image/mv-2400.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 80vh;
}

@media screen and (min-width: 351px) {
  .mv {
    height: 70vh;
  }
}

@media screen and (min-width: 544px) {
  .mv {
    height: 80vh;
  }
}

.mv_title {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.mv_award {
  background-image: url("../image/board-1000.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 170px;
  height: 150px;
}

@media screen and (min-width: 992px) {
  .mv_award {
    left: 22px;
    width: 270px;
    height: 235px;
  }
}

.mv_award_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 150px;
}

@media screen and (min-width: 992px) {
  .mv_award_inner {
    max-width: 140px;
  }
}

.mv_award .sp-none {
  display: none;
}

@media screen and (min-width: 992px) {
  .mv_award .sp-none {
    display: block;
  }
}

.mv_award .lg-none {
  display: block;
}

@media screen and (min-width: 992px) {
  .mv_award .lg-none {
    display: none;
  }
}

.mv_award h3 {
  color: #7F4F21;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .mv_award h3 {
    font-size: 24px;
  }
}

.mv_award h3 span {
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .mv_award h3 span {
    font-size: 18px;
  }
}

.mv_award p {
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .mv_award p {
    font-size: 16px;
  }
}

.mv_award hr {
  margin: 3px 0;
  border: 1px dashed #707070;
}

.mv_works_btn {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  padding: 4px;
  display: block;
  margin: 0 auto;
  width: 72%;
  line-height: 1;
  max-width: 400px;
  font-size: 18px;
  background: #16843B;
  background: -webkit-gradient(linear, left top, right top, from(#16843B), color-stop(50%, #16843B), color-stop(50%, #D0C871), to(#D0C871));
  background: linear-gradient(to right, #16843B 0%, #16843B 50%, #D0C871 50%, #D0C871 100%);
}

@media screen and (min-width: 992px) {
  .mv_works_btn {
    font-size: 21px;
  }
}

.mv_works_btn:hover > span, .mv_works_btn:focus > span {
  outline-width: 1px;
  -webkit-transition: outline .15s ease-out;
  transition: outline .15s ease-out;
}

.mv_works_btn > span {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  outline-style: solid;
  outline-color: #fff;
  outline-width: 3px;
  outline-offset: -1px;
  -webkit-transition: outline .15s ease-in;
  transition: outline .15s ease-in;
  padding: 8px;
}

.mv_works_btn_text {
  position: relative;
  padding-right: 26px;
}

@media screen and (min-width: 992px) {
  .mv_works_btn_text {
    padding-right: 30px;
  }
}

.mv_works_btn_text:before {
  content: "";
  display: inline-block;
  background: #707070;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  .mv_works_btn_text:before {
    width: 21px;
    height: 21px;
  }
}

.mv_works_btn_text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 992px) {
  .mv_works_btn_text:after {
    width: 10px;
    height: 10px;
  }
}

.mv_works_btn_wrap {
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 90%;
  max-width: 400px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#news {
  background: #fff;
}

#news h2 {
  padding-top: 32px;
  padding-bottom: 5px;
}

#news .news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#news .news_list > li {
  padding: 5px 0;
  border-bottom: 1px dashed #707070;
}

@media screen and (min-width: 992px) {
  #news .news_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#news .news_list > li:first-child {
  border-top: 1px dashed #707070;
}

#news .news_date {
  font-size: 12px;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  #news .news_date {
    font-size: 16px;
  }
}

#news .news_content {
  font-size: 14px;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  #news .news_content {
    margin-left: 30px;
    font-size: 16px;
  }
}

#news .news_content a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: underline;
}

#news .news_content a:hover, #news .news_content a:focus {
  text-decoration: none;
}

#news .news_read_more {
  font-size: 12px;
  display: inline-block;
  text-align: right;
  padding: 5px 0 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}

@media screen and (min-width: 992px) {
  #news .news_read_more {
    font-size: 14px;
  }
}

#news .news_read_more:hover, #news .news_read_more:focus {
  text-decoration: underline;
}

#theme {
  padding-top: 30px;
}

#theme h2 {
  font-size: 21px;
  padding-left: 49px;
  padding-right: 10px;
  width: 100%;
  color: #7F4F21;
  border-bottom: 2px solid #7F4F21;
  position: relative;
}

#theme h2:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-image: url("../image/clamp-400.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 29px 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

@media screen and (min-width: 992px) {
  #theme h2:before {
    background-size: 34px 30px;
  }
}

@media screen and (min-width: 992px) {
  #theme h2 {
    font-size: 24px;
  }
}

#theme .theme_disc {
  padding-bottom: 42px;
}

@media screen and (min-width: 992px) {
  #theme .theme_disc {
    width: 90%;
    margin: 0 auto;
  }
}

#theme .theme_disc_logo {
  height: 100px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  #theme .theme_disc_logo {
    margin-top: 30px;
  }
}

#theme .theme_disc_logo img {
  width: auto;
  height: 100%;
}

#theme .theme_disc_text {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  #theme .theme_disc_text {
    margin-top: 30px;
  }
}

#theme .theme_voice {
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  #theme .theme_voice {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  #theme .theme_voice {
    width: 90%;
    margin: 0 auto;
  }
}

#theme .theme_voice h3 {
  font-size: 18px;
  position: relative;
  color: #7F4F21;
}

#theme .theme_voice h3:before, #theme .theme_voice h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: 0;
}

#theme .theme_voice h3:before {
  background: #16843B;
  left: 0;
}

#theme .theme_voice h3:after {
  background: #D0C871;
  left: 20px;
}

@media screen and (min-width: 992px) {
  #theme .theme_voice h3 {
    font-size: 21px;
  }
}

#theme .theme_voice_list {
  margin-top: 32px;
}

#theme .theme_voice_list dl {
  background: #eae3d4;
  position: relative;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#theme .theme_voice_list dl:before {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  background-image: url("../image/quote-100.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -12px;
  left: 10px;
}

#theme .theme_voice_list dl:not(:first-of-type) {
  margin-top: 32px;
}

#theme .theme_voice_list dl > dt {
  text-align: right;
}

#theme .theme_voice_list dl > dt:before {
  content: "ー\0a0";
  display: inline-block;
}

#theme .theme_symposium {
  margin-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  #theme .theme_symposium {
    width: 90%;
    margin: 50px auto 0;
    padding-bottom: 50px;
  }
}

#theme .theme_symposium h3 {
  font-size: 18px;
  position: relative;
  color: #7F4F21;
  margin-bottom: 20px;
}

#theme .theme_symposium h3:before, #theme .theme_symposium h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: 0;
}

#theme .theme_symposium h3:before {
  background: #16843B;
  left: 0;
}

#theme .theme_symposium h3:after {
  background: #D0C871;
  left: 20px;
}

@media screen and (min-width: 992px) {
  #theme .theme_symposium h3 {
    font-size: 21px;
  }
}

#theme .theme_symposium_video {
  position: relative;
}

#theme .theme_symposium_video::before {
  content: '';
  float: left;
  padding-top: 56.25%;
}

#theme .theme_symposium_video::after {
  content: '';
  display: block;
  clear: both;
}

#theme .theme_symposium_video > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#judge h2 {
  font-size: 21px;
  padding-left: 49px;
  padding-right: 10px;
  width: 100%;
  color: #7F4F21;
  border-bottom: 2px solid #7F4F21;
  position: relative;
  margin-bottom: 20px;
}

#judge h2:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-image: url("../image/clamp-400.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 29px 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

@media screen and (min-width: 992px) {
  #judge h2:before {
    background-size: 34px 30px;
  }
}

@media screen and (min-width: 992px) {
  #judge h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #judge h2 {
    margin-bottom: 30px;
  }
}

#judge .judge_list {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #judge .judge_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 50px;
  }
}

#judge .judge_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #judge .judge_list > li {
    max-width: 150px;
    width: 19%;
    margin: 0;
  }
}

#judge .judge_list > li:nth-of-type(2n + 1) {
  background: #16843B;
  border: 2px solid #16843B;
  color: #fff;
}

#judge .judge_list > li:nth-of-type(2n) {
  background: #D0C871;
  border: 2px solid #D0C871;
}

#judge .judge_list > li:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #judge .judge_list > li:not(:first-of-type) {
    margin-top: 0;
  }
}

#judge .judge_list > li .open_modal {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#judge .judge_list_content {
  padding: 10px 5px 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#judge .judge_list_content h3 {
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  #judge .judge_list_content h3 {
    font-weight: 700;
  }
}

#judge .judge_list_content p {
  margin-top: 5px;
}

#judge .judge_list_image {
  background: #fff;
  text-align: center;
  position: relative;
}

#judge .judge_list_image::before {
  content: '';
  float: left;
  padding-top: 100%;
}

#judge .judge_list_image::after {
  content: '';
  display: block;
  clear: both;
}

#judge .judge_list_image > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#schedule h2 {
  font-size: 21px;
  padding-left: 49px;
  padding-right: 10px;
  width: 100%;
  color: #7F4F21;
  border-bottom: 2px solid #7F4F21;
  position: relative;
  margin-bottom: 20px;
}

#schedule h2:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-image: url("../image/clamp-400.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 29px 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

@media screen and (min-width: 992px) {
  #schedule h2:before {
    background-size: 34px 30px;
  }
}

@media screen and (min-width: 992px) {
  #schedule h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #schedule h2 {
    margin-bottom: 30px;
  }
}

#schedule .schedule_list {
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  #schedule .schedule_list {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 52px;
  }
}

#schedule .schedule_list > li {
  background: #fff;
  padding: 20px;
  position: relative;
}

#schedule .schedule_list > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -12px;
}

#schedule .schedule_list > li:nth-of-type(2n + 1) {
  border: 2px solid #16843B;
}

#schedule .schedule_list > li:nth-of-type(2n + 1) .schedule_date {
  background: #16843B;
  color: #FFFFFF;
}

#schedule .schedule_list > li:nth-of-type(2n + 1) .schedule_btn {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  padding: 4px;
  display: block;
  width: 100%;
  background: #16843B;
  line-height: 1;
  font-size: 21px;
  max-width: 180px;
}

#schedule .schedule_list > li:nth-of-type(2n + 1) .schedule_btn:hover > span, #schedule .schedule_list > li:nth-of-type(2n + 1) .schedule_btn:focus > span {
  outline-width: 1px;
  -webkit-transition: outline .15s ease-out;
  transition: outline .15s ease-out;
}

#schedule .schedule_list > li:nth-of-type(2n + 1) .schedule_btn > span {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  outline-style: solid;
  outline-color: #fff;
  outline-width: 3px;
  outline-offset: -1px;
  -webkit-transition: outline .15s ease-in;
  transition: outline .15s ease-in;
  padding: 8px;
}

#schedule .schedule_list > li:nth-of-type(2n) {
  border: 2px solid #D0C871;
}

#schedule .schedule_list > li:nth-of-type(2n) .schedule_date {
  background: #D0C871;
}

#schedule .schedule_list > li:nth-of-type(2n) .schedule_btn {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  padding: 4px;
  display: block;
  width: 100%;
  background: #D0C871;
  line-height: 1;
  font-size: 21px;
  max-width: 180px;
}

#schedule .schedule_list > li:nth-of-type(2n) .schedule_btn:hover > span, #schedule .schedule_list > li:nth-of-type(2n) .schedule_btn:focus > span {
  outline-width: 1px;
  -webkit-transition: outline .15s ease-out;
  transition: outline .15s ease-out;
}

#schedule .schedule_list > li:nth-of-type(2n) .schedule_btn > span {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  outline-style: solid;
  outline-color: #fff;
  outline-width: 3px;
  outline-offset: -1px;
  -webkit-transition: outline .15s ease-in;
  transition: outline .15s ease-in;
  padding: 8px;
}

#schedule .schedule_list > li:not(:last-of-type) {
  margin-bottom: 32px;
}

#schedule .schedule_list > li:not(:last-of-type):nth-of-type(2n + 1):before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #16843B transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}

#schedule .schedule_list > li:not(:last-of-type):nth-of-type(2n):before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #D0C871 transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}

#schedule .schedule_list > li > h3 {
  font-size: 18px;
  font-weight: 700;
}

#schedule .schedule_date {
  border-radius: 0px 0px 0px 10px;
  width: 130px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 16px;
  max-height: 35px;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #schedule .schedule_date {
    width: 150px;
  }
}

#schedule .schedule_disc {
  margin-top: 10px;
}

#schedule .schedule_btn {
  margin: 22px auto 0;
}

#tsunagi h2 {
  font-size: 21px;
  padding-left: 49px;
  padding-right: 10px;
  width: 100%;
  color: #7F4F21;
  border-bottom: 2px solid #7F4F21;
  position: relative;
  margin-bottom: 22px;
}

#tsunagi h2:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-image: url("../image/clamp-400.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 29px 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

@media screen and (min-width: 992px) {
  #tsunagi h2:before {
    background-size: 34px 30px;
  }
}

@media screen and (min-width: 992px) {
  #tsunagi h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #tsunagi h2 {
    margin-bottom: 30px;
  }
}

#tsunagi h3 {
  font-size: 18px;
  position: relative;
  color: #7F4F21;
  margin-bottom: 22px;
}

#tsunagi h3:before, #tsunagi h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: 0;
}

#tsunagi h3:before {
  background: #16843B;
  left: 0;
}

#tsunagi h3:after {
  background: #D0C871;
  left: 20px;
}

@media screen and (min-width: 992px) {
  #tsunagi h3 {
    font-size: 21px;
  }
}

@media screen and (min-width: 992px) {
  #tsunagi h3 {
    margin-bottom: 30px;
  }
}

#tsunagi .tsunagi_content {
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  #tsunagi .tsunagi_content {
    padding-bottom: 50px;
  }
}

#tsunagi .tsunagi_content_image {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  #tsunagi .tsunagi_content_image {
    margin-bottom: 30px;
  }
}

#tsunagi .tsunagi_content_image img {
  width: 100%;
}

#tsunagi .tsunagi_content_image_wrap {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  #tsunagi .tsunagi_content_image_wrap {
    margin-bottom: 50px;
  }
}

#tsunagi .tsunagi_content_video {
  position: relative;
}

#tsunagi .tsunagi_content_video::before {
  content: '';
  float: left;
  padding-top: 56.25%;
}

#tsunagi .tsunagi_content_video::after {
  content: '';
  display: block;
  clear: both;
}

#tsunagi .tsunagi_content_video > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#tsunagi .tsunagi_content_video_wrap {
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  #tsunagi .tsunagi_content_inner {
    width: 80%;
    margin: 0 auto;
  }
}

#tsunagi .tsunagi_content a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: underline;
}

#tsunagi .tsunagi_content a:hover, #tsunagi .tsunagi_content a:focus {
  text-decoration: none;
}

#tsunagi .tsunagi_document_btn {
  position: relative;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  padding: 4px;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #16843B;
  background: -webkit-gradient(linear, left top, right top, from(#D0C871), color-stop(50%, #D0C871), color-stop(50%, #16843B), to(#16843B));
  background: linear-gradient(to right, #D0C871 0%, #D0C871 50%, #16843B 50%, #16843B 100%);
  line-height: 1;
  font-size: 21px;
  max-width: 180px;
}

#tsunagi .tsunagi_document_btn:hover > span, #tsunagi .tsunagi_document_btn:focus > span {
  outline-width: 1px;
  -webkit-transition: outline .15s ease-out;
  transition: outline .15s ease-out;
}

#tsunagi .tsunagi_document_btn > span {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  outline-style: solid;
  outline-color: #fff;
  outline-width: 3px;
  outline-offset: -1px;
  -webkit-transition: outline .15s ease-in;
  transition: outline .15s ease-in;
  padding: 8px;
}

#tsunagi .tsunagi_document_btn_wrap {
  margin-top: 22px;
  text-align: center;
}

#application h2 {
  font-size: 21px;
  padding-left: 49px;
  padding-right: 10px;
  width: 100%;
  color: #7F4F21;
  border-bottom: 2px solid #7F4F21;
  position: relative;
}

#application h2:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-image: url("../image/clamp-400.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 29px 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

@media screen and (min-width: 992px) {
  #application h2:before {
    background-size: 34px 30px;
  }
}

@media screen and (min-width: 992px) {
  #application h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #application h2 {
    margin-bottom: 12px;
  }
}

#application .application_list {
  border-bottom: 1px solid #707070;
}

@media screen and (min-width: 992px) {
  #application .application_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }
}

#application .application_list_wrap {
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  #application .application_list_wrap {
    padding: 0 20px;
  }
}

#application .application_list > dt {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 10px 5px;
}

@media screen and (min-width: 992px) {
  #application .application_list > dt {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  #application .application_list > dt {
    width: 190px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 27px 0 0;
  }
}

#application .application_list > dd {
  padding: 5px 10px 20px;
}

@media screen and (min-width: 992px) {
  #application .application_list > dd {
    padding: 0 0 0 27px;
  }
}

#application .application_list > dd a {
  display: inline;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#application .application_list > dd a:hover, #application .application_list > dd a:focus {
  text-decoration: none;
}

#application .application_list > dd ul > li {
  width: 100%;
  padding-left: 20px;
  display: inline-block;
}

#application .application_list > dd ul > li:before {
  content: "・";
  display: inline-block;
  margin-left: -20px;
}

#application .application_list_child:not(:first-of-type) {
  margin-top: 20px;
}

#application .application_list_child > dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  #application .application_list_child > dt {
    font-size: 16px;
  }
}

#application .application_btn {
  position: relative;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  padding: 4px;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #16843B;
  background: -webkit-gradient(linear, left top, right top, from(#D0C871), color-stop(50%, #D0C871), color-stop(50%, #16843B), to(#16843B));
  background: linear-gradient(to right, #D0C871 0%, #D0C871 50%, #16843B 50%, #16843B 100%);
  line-height: 1;
  font-size: 21px;
  max-width: 180px;
}

#application .application_btn:hover > span, #application .application_btn:focus > span {
  outline-width: 1px;
  -webkit-transition: outline .15s ease-out;
  transition: outline .15s ease-out;
}

#application .application_btn > span {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  outline-style: solid;
  outline-color: #fff;
  outline-width: 3px;
  outline-offset: -1px;
  -webkit-transition: outline .15s ease-in;
  transition: outline .15s ease-in;
  padding: 8px;
}

#application .application_btn_wrap {
  padding-bottom: 100px;
}
