@charset "UTF-8";
/* -------------------------------------------------------------------------*/
/* CUSTOM PROPERTIES
/* -------------------------------------------------------------------------*/
:root {
  /* ===============================
  基本カラー
  =============================== */
  --color-body: #fff; /* ページ全体の背景色 */
  --color-text: #333; /* 基本テキスト色 */
  --color-bg: #d8f0f3; /* ページ背景やセクション背景用 */
  --color-link: #007eb9; /* リンク色 */
  --color-link--hover: #1bb3f6; /* リンクホバー色 */
  --color-border: #c4c4c4; /* ボーダー色 */
  --color-sp-bg: #fffcd1;
  --color-sp-round: #fcc80b;
  /* ===============================
  ヘッダー関連
  =============================== */
  --color-hdInfo: #dadada; /* ヘッダー情報部分の背景/文字 */
  --color-hdInfo-btn: #def3f5; /* ヘッダーのボタン背景 */
  /* ===============================
  ナビゲーション
  =============================== */
  --color-nv: #178fc5; /* メインナビ色 */
  /* ===============================
  共通テキスト色
  =============================== */
  --color-text-common: #333;
  /* ===============================
  強調カラー
  =============================== */
  --color-yellow: #fad52b;
  /* ===============================
  ニュースカテゴリカラー
  =============================== */
  --color-news-all: #000; /* 全て */
  --color-news-note: #fa7878; /* お知らせ */
  --color-news-dept: #fad52b; /* 部門情報 */
  --color-news-event: #c1d890; /* 大会関係者 */
  --color-news-press: #89d6dd; /* 報道関係者 */
  --color-news-proc: #c3c0c2; /* 調達情報 */
  /* ===============================
  加賀五彩
  =============================== */
  --color-kaga5-1: #e60012;
  --color-kaga5-2: #00a0a0;
  --color-kaga5-3: #ffcc00;
  --color-kaga5-4: #009e49;
  --color-kaga5-5: #ff6a00;
  /* FONT */
  --font_jp: "BIZ UDPGothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  --font_en: "Urbanist", "BIZ UDPGothic", sans-serif;
  --font-bold: 700;
  font-size: 16px;
  /* 小さい文字〜大見出しまで */
  --font-size-12: clamp(0.75rem, 0.75vw + 0.75rem, 0.75rem); /* 12px */
  --font-size-13: clamp(0.8125rem, 0.7917vw + 0.75rem, 0.8125rem);
  --font-size-14: clamp(0.875rem, 0.8333vw + 0.75rem, 0.875rem); /* 14px */
  --font-size-15: clamp(0.9375rem, 1.1667vw + 0.875rem, 0.9375rem); /* 15px */
  --font-size-16: clamp(1rem, 1.5vw + 1rem, 1rem); /* 16px */
  --font-size-17: clamp(1.0625rem, 1.55vw + 1rem, 1.0625rem); /* 17px */
  --font-size-18: clamp(1.125rem, 1.5833vw + 1rem, 1.125rem); /* 18px */
  --font-size-19: clamp(1.1875rem, 1.6167vw + 1rem, 1.1875rem); /* 19px */
  --font-size-20: clamp(1.25rem, 1.6667vw + 1rem, 1.25rem); /* 20px */
  --font-size-21: clamp(1.3125rem, 1.7vw + 1rem, 1.3125rem); /* 21px */
  --font-size-22: clamp(1.375rem, 1.75vw + 1rem, 1.375rem); /* 22px */
  --font-size-23: clamp(1.4375rem, 1.7833vw + 1rem, 1.4375rem); /* 23px */
  --font-size-24: clamp(1.5rem, 1.8333vw + 1rem, 1.5rem); /* 24px */
  --font-size-25: clamp(1.5625rem, 1.8667vw + 1rem, 1.5625rem); /* 25px */
  --font-size-26: clamp(1.625rem, 1.9167vw + 1rem, 1.625rem); /* 26px */
  --font-size-27: clamp(1.6875rem, 1.95vw + 1rem, 1.6875rem); /* 27px */
  --font-size-28: clamp(1.75rem, 2vw + 1rem, 1.75rem); /* 28px */
  --font-size-29: clamp(1.8125rem, 2.0333vw + 1rem, 1.8125rem); /* 29px */
  --font-size-30: clamp(1.875rem, 2.0833vw + 1rem, 1.875rem); /* 30px */
  /* 大きい見出し用 */
  --font-size-32: clamp(2rem, 2.2vw + 1rem, 2rem); /* 32px */
  --font-size-36: clamp(2.25rem, 2.4vw + 1rem, 2.25rem); /* 36px */
  --font-size-38: clamp(2.375rem, 2.5vw + 1rem, 2.375rem); /* 38px */
  --font-size-40: clamp(2.5rem, 2.6vw + 1rem, 2.5rem); /* 40px */
  --font-size-42: clamp(2.625rem, 2.7vw + 1rem, 2.625rem); /* 42px */
  --font-size-44: clamp(2.75rem, 2.8vw + 1rem, 2.75rem); /* 44px */
  --font-size-46: clamp(2.875rem, 2.9vw + 1rem, 2.875rem); /* 46px */
  --font-size-48: clamp(3rem, 3vw + 1rem, 3rem); /* 48px */
  --font-size-50: clamp(3.125rem, 3.1vw + 1rem, 3.125rem); /* 50px */
}

html.fontSize-L {
  font-size: 22px;
}

html.fontSize-S {
  font-size: 12px;
}

html.siteColor-A {
  --color-body: #00008b;
  --color-text: #ff0;
  --color-link: #fff;
  --color-link--hover: #fff;
  --color-hdInfo: #36369c;
  --color-hdInfo-btn: #00008b;
  --color-nv: #ff0;
  --color-bg: #03034b;
  --color-sp-bg: #00008b;
  --color-sp-round: #ff0;
}
html.siteColor-A .tp-cloud {
  opacity: 0.25;
}
html.siteColor-A .news-notice .news-notice-body {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
}

html.siteColor-B {
  --color-body: #ff0;
  --color-text: #000;
  --color-link: #000;
  --color-link--hover: #4e4e4e;
  --color-hdInfo: #e6e600;
  --color-hdInfo-btn: #fff;
  --color-nv: #000;
  --color-bg: #dfdf00;
  --color-sp-bg: #ff0;
  --color-sp-round: #000;
}
html.siteColor-B .news-notice .news-notice-body {
  background-color: transparent;
  border: 2px solid #000;
}

html.siteColor-C {
  --color-body: #000;
  --color-text: #fff;
  --color-link: #fff;
  --color-link--hover: #ff0;
  --color-hdInfo: #444;
  --color-hdInfo-btn: #4e4e4e;
  --color-nv: #fff;
  --color-bg: #494949;
  --color-sp-bg: #000;
  --color-sp-round: #fff;
}
html.siteColor-C .news-notice .news-notice-body {
  background-color: transparent;
  border: 2px solid #000;
}

html.siteColor-A #TP-op-cer, html.siteColor-A #TP-st-dept, html.siteColor-A #TP-sp-dept, html.siteColor-B #TP-op-cer, html.siteColor-B #TP-st-dept, html.siteColor-B #TP-sp-dept, html.siteColor-C #TP-op-cer, html.siteColor-C #TP-st-dept, html.siteColor-C #TP-sp-dept {
  background-color: transparent;
  border-top: 1px dotted var(--color-link);
}
html.siteColor-A #TP-op-cer .tp-mascot-title, html.siteColor-A #TP-st-dept .tp-mascot-title, html.siteColor-A #TP-sp-dept .tp-mascot-title, html.siteColor-B #TP-op-cer .tp-mascot-title, html.siteColor-B #TP-st-dept .tp-mascot-title, html.siteColor-B #TP-sp-dept .tp-mascot-title, html.siteColor-C #TP-op-cer .tp-mascot-title, html.siteColor-C #TP-st-dept .tp-mascot-title, html.siteColor-C #TP-sp-dept .tp-mascot-title {
  background-color: rgba(255, 255, 255, 0.3);
}
html.siteColor-A .st-ec-box, html.siteColor-B .st-ec-box, html.siteColor-C .st-ec-box {
  background-color: rgba(255, 255, 255, 0.2);
}
html.siteColor-A .st-ec-box:hover, html.siteColor-B .st-ec-box:hover, html.siteColor-C .st-ec-box:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
html.siteColor-A .ctg-title-1 small, html.siteColor-B .ctg-title-1 small, html.siteColor-C .ctg-title-1 small {
  color: var(--color-text);
  opacity: 0.7;
}
html.siteColor-A .news-notice .news-notice-title, html.siteColor-B .news-notice .news-notice-title, html.siteColor-C .news-notice .news-notice-title {
  color: var(--color-text);
}
html.siteColor-A .btn-1, html.siteColor-A #TP-news .news-list-btn a, html.siteColor-A #TP-mainInfo .tp-mainInfo-btn a, html.siteColor-B .btn-1, html.siteColor-B #TP-news .news-list-btn a, html.siteColor-B #TP-mainInfo .tp-mainInfo-btn a, html.siteColor-C .btn-1, html.siteColor-C #TP-news .news-list-btn a, html.siteColor-C #TP-mainInfo .tp-mainInfo-btn a {
  background-color: var(--color-body);
}
html.siteColor-A #FT, html.siteColor-B #FT, html.siteColor-C #FT {
  background: transparent;
  border-top: 4px solid var(--color-text);
}

.font-en {
  font-family: var(--font_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.font-jp, body {
  font-family: var(--font_jp);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

strong, b {
  font-weight: var(--font-bold);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* BASE
/* -------------------------------------------------------------------------*/
html,
body {
  min-width: 1200px;
  width: 100%;
}
@media screen and (max-width:768px) {
  html,
  body {
    min-width: 0;
  }
}

html {
  font-size: 100%;
  font-family: sans-serif;
  color: var(--color-text);
  background-color: var(--color-body);
}

body {
  font-size: 1rem;
  line-height: 1.8;
}

img {
  vertical-align: bottom;
}

a {
  color: var(--color_link);
}

.ta-C {
  text-align: center;
}

.ta-R {
  text-align: right;
}

.ta-L {
  -moz-text-align-last: left;
       text-align-last: left;
}

ul.kome {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
ul.kome li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
}
ul.kome li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-1 {
  position: relative;
  font-size: var(--font-size-18);
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.3rem;
  background-color: var(--color-yellow);
  border-radius: 5rem;
  border: 3px solid var(--color-text);
  padding: 10px 60px;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.btn-1:hover {
  opacity: 0.7;
}
.btn-1::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid var(--color-text);
  border-top: none;
  border-left: none;
  transform: rotate(-45deg) translateY(-55%);
  position: absolute;
  top: 50%;
  left: 20px;
}

.font-L {
  font-size: var(--font-size-26);
}

.font-19 {
  font-size: var(--font-size-19);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HD
/* -------------------------------------------------------------------------*/
#HD {
  padding: 20px 10px;
  box-sizing: border-box;
}
#HD::before {
  content: "";
  display: block;
  height: 10px;
  background: url(../img/hd_colors.png) center top repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#HD .hd-inner {
  display: flex;
  gap: 20px;
  margin: 0 auto;
}
#HD .hd-logo {
  width: 35%;
}
#HD #HD-logo {
  margin: 0;
  padding: 0;
}
#HD #HD-logo a {
  display: block;
  line-height: 0;
  max-width: 500px;
  transition: all 0.2s;
}
#HD #HD-logo img {
  width: 100%;
  height: auto;
}
#HD .hd-info {
  flex: 1;
  transition: opacity 0.2s;
}
#HD .hd-row-1 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  font-size: var(--font-size-13);
  font-weight: var(--font-bold);
}
#HD .hd-row-2 {
  margin: 20px 0;
  height: 36px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
#HD #NV {
  line-height: 1;
  margin: 0 auto;
}
#HD #NV ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border: 1px solid var(--color-nv);
  border-top: none;
  border-bottom: none;
}
#HD #NV li {
  flex: 1;
  display: flex;
  margin: 0;
  padding: 0;
  border: 1px solid var(--color-nv);
  border-top: none;
  border-bottom: none;
}
#HD #NV li a {
  flex: 1;
  padding: 2px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: var(--font-bold);
  transition: color 0.2s;
}
#HD #NV li a span {
  display: block;
  margin-bottom: 5px;
}
#HD #NV li a::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-color: var(--color-nv);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: opacity 0.2s;
}
#HD #NV li a:hover {
  color: var(--color-link--hover);
}
#HD #NV li a:hover::before {
  opacity: 0.7;
}
#HD #NV li.home {
  display: none;
}
#HD #NV li.overview a::before {
  -webkit-mask-image: url("../img/ic-nv-1.svg");
          mask-image: url("../img/ic-nv-1.svg");
}
#HD #NV li.schedule a::before {
  -webkit-mask-image: url("../img/ic-nv-2.svg");
          mask-image: url("../img/ic-nv-2.svg");
}
#HD #NV li.news a::before {
  -webkit-mask-image: url("../img/ic-nv-3.svg");
          mask-image: url("../img/ic-nv-3.svg");
}
#HD #NV li.student-committee a::before {
  -webkit-mask-image: url("../img/ic-nv-4.svg");
          mask-image: url("../img/ic-nv-4.svg");
}
#HD #NV li.department a::before {
  -webkit-mask-image: url("../img/ic-nv-5.svg");
          mask-image: url("../img/ic-nv-5.svg");
}
#HD #NV li.tourism a::before {
  -webkit-mask-image: url("../img/ic-nv-6.svg");
          mask-image: url("../img/ic-nv-6.svg");
}
#HD #NV li.sponsor a::before {
  -webkit-mask-image: url("../img/ic-nv-7.svg");
          mask-image: url("../img/ic-nv-7.svg");
}
#HD #NV li.procurement a::before {
  -webkit-mask-image: url("../img/ic-nv-8.svg");
          mask-image: url("../img/ic-nv-8.svg");
}
#HD .siteFunc-box {
  display: flex;
  align-items: center;
  border-radius: 6px;
  line-height: 1;
  background-color: var(--color-hdInfo);
  text-decoration: none;
}
#HD .siteFunc-box .title {
  display: block;
  padding: 10px;
  white-space: nowrap;
}
#HD .siteFunc-box .icon {
  display: block;
  padding: 7px 10px;
  border-right: 1px solid #fff;
}
#HD .siteFunc-box .icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color-text);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
#HD .siteFunc-box .text {
  margin: 0 10px;
  min-width: 90px;
  text-align: center;
}
#HD .sf-fontSize ul {
  display: flex;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0 5px 0 0;
}
#HD .sf-fontSize li {
  margin: 0;
  padding: 5px 5px 4px;
  background-color: var(--color-hdInfo-btn);
  text-align: center;
  min-width: 35px;
  border-radius: 7px;
  cursor: pointer;
  border: 2px solid #def3f5;
}
#HD .sf-fontSize li.active {
  border-color: #89d6dd;
}
#HD .sf-colors ul {
  display: flex;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0 5px 0 0;
}
#HD .sf-colors li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px 5px 4px;
  min-width: 35px;
  border-radius: 7px;
  cursor: pointer;
  border: 2px solid;
}
#HD .sf-colors li.siteColor-normal {
  background-color: var(--color-hdInfo-btn);
  border-color: #def3f5;
}
#HD .sf-colors li.siteColor-A {
  background-color: #242176;
  border-color: #242176;
  color: #fffb00;
}
#HD .sf-colors li.siteColor-B {
  background-color: #fffb00;
  border-color: #fffb00;
  color: #242176;
}
#HD .sf-colors li.siteColor-C {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#HD .sf-colors li.active {
  border-color: #89d6dd;
}
#HD #SF-furigana {
  display: block;
  position: relative;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  line-height: 1;
  background-color: var(--color-hdInfo);
  width: 140px;
  padding-left: 40px;
  font-weight: bold;
  color: var(--color-text);
}
#HD #SF-furigana::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color-text);
  -webkit-mask-image: url(../img/ic-furigana.svg);
          mask-image: url(../img/ic-furigana.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#HD #SF-furigana::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 34px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#HD #SF-tts {
  cursor: pointer;
}
#HD #SF-tts .icon::before {
  -webkit-mask-image: url(../img/ic-tts.svg);
          mask-image: url(../img/ic-tts.svg);
}
@media screen and (max-width:768px) {
  #HD {
    padding: 20px 5px 15px;
  }
  #HD::before {
    height: 5px;
    background-size: auto 100%;
  }
  #HD .hd-info, #HD #NV {
    display: none;
  }
  #HD .hd-inner {
    display: block;
  }
  #HD .hd-logo {
    width: 56%;
  }
}

.search-box {
  width: 200px;
}
.search-box .gsc-control-cse {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.search-box table.gsc-search-box {
  border: 2px solid #0092c5 !important;
  border-radius: 30px !important;
  background-color: #e7f8ff !important;
  padding: 3px 15px !important;
}
.search-box table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.search-box .gsc-input-box {
  border: none;
  background: none;
}
.search-box .gsib_a {
  padding: 0;
  line-height: 1;
}
.search-box .gsst_b {
  line-height: 1;
}
.search-box .gscb_a {
  line-height: 20px;
}
.search-box input.gsc-input {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  font-size: 16px !important;
}
.search-box .gsc-search-button,
.search-box .gsc-search-button-v2 {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  cursor: pointer;
}
.search-box .gsc-search-button-v2 svg,
.search-box .gsc-search-button svg {
  width: 20px !important;
  height: 20px !important;
  fill: #0092c5 !important;
}

.sns-box ul {
  display: flex;
  gap: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sns-box a {
  display: block;
  transition: opacity 0.2s;
}
.sns-box a:hover {
  opacity: 0.7;
}
.sns-box img {
  width: 36px;
  height: auto;
}

@media screen and (min-width:769px) {
  #HD-fixed {
    position: fixed;
    align-items: center;
    gap: 20px;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    padding: 15px 10px;
    background-color: var(--color-body);
    display: flex;
    box-sizing: content-box;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    transition: transform 0.2s ease-in-out;
    transform: translateY(-110%);
  }
  #HD-fixed.show {
    pointer-events: auto;
    transform: translateY(0);
  }
  #HD-fixed #HD-logo {
    margin: 0;
    padding: 0;
  }
  #HD-fixed #HD-logo a {
    display: block;
    line-height: 0;
    max-width: 200px;
    transition: all 0.2s;
  }
  #HD-fixed #HD-logo img {
    width: 100%;
    height: auto;
  }
  #HD-fixed nav {
    line-height: 1;
    margin: 0 auto;
    flex: 1;
  }
  #HD-fixed nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border: 1px solid var(--color-nv);
    border-top: none;
    border-bottom: none;
  }
  #HD-fixed nav li {
    flex: auto;
    display: flex;
    margin: 0;
    padding: 0;
    border: 1px solid var(--color-nv);
    border-top: none;
    border-bottom: none;
  }
  #HD-fixed nav li a {
    flex: 1;
    padding: 2px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: var(--font-bold);
    transition: color 0.2s;
  }
  #HD-fixed nav li a span {
    display: block;
    margin-bottom: 5px;
  }
  #HD-fixed nav li a:hover {
    color: var(--color-link--hover);
  }
  #HD-fixed nav li a:hover::before {
    opacity: 0.7;
  }
  #HD-fixed nav li.home {
    display: none;
  }
}
@media screen and (max-width:768px) {
  #HD-fixed {
    display: none;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* NEWS
/* -------------------------------------------------------------------------*/
#NEWS-tab {
  display: none !important;
  display: flex;
  gap: 3px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--font-size-20);
  font-weight: var(--font-bold);
  line-height: 1.5;
}
#NEWS-tab li {
  flex: 1;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  color: var(--color-text-common);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s;
}
#NEWS-tab li:hover {
  opacity: 1;
}
#NEWS-tab li.active {
  opacity: 1 !important;
}
#NEWS-tab li.new-all {
  background-color: var(--color-news-all);
  color: #fff;
}
#NEWS-tab li.new-note {
  background-color: var(--color-news-note);
}
#NEWS-tab li.new-dept {
  background-color: var(--color-news-dept);
}
#NEWS-tab li.new-event {
  background-color: var(--color-news-event);
}
#NEWS-tab li.new-press {
  background-color: var(--color-news-press);
}
#NEWS-tab li.new-proc {
  background-color: var(--color-news-proc);
}
@media screen and (max-width:768px) {
  #NEWS-tab {
    flex-wrap: wrap;
    gap: 6px;
  }
  #NEWS-tab li {
    flex: none;
    width: calc(33.3333333333% - 4px);
    box-sizing: border-box;
  }
}

.news-notice {
  margin-bottom: 40px;
}
.news-notice .news-notice-title {
  margin: 0.3rem 0;
  font-size: var(--font-size-30);
  font-weight: var(--font-bold);
  color: #f8372d;
}
.news-notice .news-notice-body {
  padding: 20px;
  background-color: #def3f5;
}

.news-box {
  display: block;
  text-decoration: none;
  color: var(--color-text);
}
.news-box .news-box-hd {
  display: flex;
  gap: 20px;
  align-items: center;
}
.news-box .news-box-hd .news-date {
  font-size: var(--font-size-14);
}
.news-box .news-box-body {
  font-size: var(--font-size-18);
  margin-top: 1rem;
}
.news-box .news-box-body > *:first-child {
  margin-top: 0;
}
.news-box .news-box-body > *:last-child {
  margin-bottom: 0;
}

a.news-box:hover .news-box-body p {
  text-decoration: underline;
}

.news-icon, .news-ic-pickup, .news-ic-proc, .news-ic-press, .news-ic-event, .news-ic-dept, .news-ic-note, .news-ic-all {
  display: block;
  padding: 8px 5px 6px;
  font-size: var(--font-size-14);
  font-weight: var(--font-bold);
  line-height: 1;
  background-color: #bbbbbb;
  min-width: 110px;
  text-align: center;
}

.news-ic-all {
  background-color: var(--color-news-all);
  color: var(--color-text-common);
}

.news-ic-note {
  background-color: var(--color-news-note);
  color: var(--color-text-common);
}

.news-ic-dept {
  background-color: var(--color-news-dept);
  color: var(--color-text-common);
}

.news-ic-event {
  background-color: var(--color-news-event);
  color: var(--color-text-common);
}

.news-ic-press {
  background-color: var(--color-news-press);
  color: var(--color-text-common);
}

.news-ic-proc {
  background-color: var(--color-news-proc);
  color: var(--color-text-common);
}

.news-ic-pickup {
  background-color: var(--color-news-all);
  color: #fff;
}

.news-list ul {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list li {
  width: calc(50% - 20px);
  margin: -2px 0 0;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #cecece;
  border-left: none;
  border-right: none;
}
@media screen and (max-width:768px) {
  .news-list ul {
    display: block;
  }
  .news-list ul li {
    width: auto;
    padding: 15px 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FT
/* -------------------------------------------------------------------------*/
#FT {
  background-color: var(--color-bg);
  padding: 40px 20px 100px;
}
#FT .ft-inner {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
#FT .ft-info {
  width: 600px;
}
#FT .ft-info .ft-name {
  font-size: var(--font-size-19);
  font-weight: var(--font-bold);
  margin: 20px 0 10px;
}
#FT .ft-info .ft-name a {
  text-decoration: none;
}
#FT .ft-info .ft-name span {
  display: block;
  font-size: var(--font-size-15);
  font-weight: normal;
}
#FT .ft-info address {
  font-size: var(--font-size-15);
  font-style: normal;
}
#FT .ft-info address p {
  margin: 0;
}
#FT .ft-info-logo {
  width: 100%;
  max-width: 500px;
}
#FT .ft-info-logo a {
  display: block;
}
#FT .ft-info-logo img {
  width: 100%;
  height: auto;
}
#FT .ft-nv {
  flex: 1;
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
#FT .ft-nv > * {
  flex: auto;
}
#FT .ft-nv-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#FT .ft-nv-1 li {
  margin: 0;
  padding: 0;
}
#FT .ft-nv-1 li + li {
  margin-top: 5px;
}
#FT .ft-nv-1 a {
  position: relative;
  display: block;
  text-decoration: none;
  padding-left: 15px;
}
#FT .ft-nv-1 a:hover {
  text-decoration: underline;
}
#FT .ft-nv-1 a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid var(--color-text);
  border-top: none;
  border-left: none;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}
#FT .ft-nv-2 {
  font-size: var(--font-size-15);
}
#FT .ft-nv-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#FT .ft-nv-2 li {
  margin: 0;
  padding: 0;
}
#FT .ft-nv-2 a {
  display: block;
  text-decoration: none;
}
#FT .ft-nv-2 a:hover {
  text-decoration: underline;
}
#FT .ft-nv-2 .sns-box {
  margin-top: 20px;
}
#FT .ft-nv-2 .sns-box ul {
  gap: 5px;
}
#FT .ft-nv-2 .sns-box img {
  width: 40px;
}
#FT .ft-nv-2 .contact {
  margin-top: 15px;
}
#FT .ft-nv-2 .contact a {
  display: block;
  text-decoration: none;
}
#FT .ft-nv-2 .contact a:hover {
  text-decoration: underline;
}
#FT .ft-nv-2 .contact a img {
  width: 50px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  transition: opacity 0.2s;
}
#FT .ft-nv-2 .contact a:hover img {
  opacity: 0.7;
}
@media screen and (max-width:768px) {
  #FT .ft-inner {
    display: block;
  }
  #FT .ft-info {
    width: auto;
  }
  #FT .ft-nv {
    margin-top: 20px;
  }
}
@media screen and (max-width:400px) {
  #FT .ft-nv {
    display: block;
  }
  #FT .ft-nv-1 ul {
    border-bottom: 1px solid var(--color-border);
  }
  #FT .ft-nv-1 li + li {
    margin-top: 0;
  }
  #FT .ft-nv-1 li {
    border-top: 1px solid var(--color-border);
  }
  #FT .ft-nv-1 a {
    padding: 10px 20px;
  }
  #FT .ft-nv-2 {
    margin-top: 15px;
  }
  #FT .ft-nv-2 .sns-box ul {
    justify-content: center;
  }
  #FT .ft-nv-2 .contact {
    margin-top: 25px;
    text-align: center;
  }
  #FT .ft-nv-2 .contact a {
    display: inline-block;
  }
}

#Btn-bgTop {
  position: fixed;
  right: 0;
  bottom: 50px;
}
#Btn-bgTop.idle a {
  opacity: 0.3;
}
#Btn-bgTop.active a {
  opacity: 1;
}
#Btn-bgTop.hidden a {
  opacity: 0;
  pointer-events: none;
  transform: translateX(calc(100% + 20px));
}
#Btn-bgTop a {
  display: block;
  position: relative;
  transition: opacity 0.2s, transform 0.5s;
  padding: 0 20px 150px;
  -webkit-tap-highlight-color: transparent;
}
#Btn-bgTop a span.text {
  display: block;
}
#Btn-bgTop a span.text img {
  width: 80px;
  height: auto;
}
#Btn-bgTop a span.mascot {
  display: block;
  position: absolute;
  right: -30px;
  transition: all 0.3s;
}
#Btn-bgTop a span.mascot img {
  width: 170px;
  height: auto;
}
#Btn-bgTop a:hover {
  opacity: 1;
}
#Btn-bgTop a:hover span.mascot {
  right: -20px;
}
@media screen and (max-width:768px) {
  #Btn-bgTop {
    bottom: calc(30px + env(safe-area-inset-bottom));
  }
  #Btn-bgTop a {
    opacity: 1;
    padding-bottom: 90px;
  }
  #Btn-bgTop a span.text img {
    width: 50px;
  }
  #Btn-bgTop a span.mascot {
    right: -20px;
  }
  #Btn-bgTop a span.mascot img {
    width: 120px;
  }
  #Btn-bgTop a:hover span.mascot {
    right: -20px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* SP HD
/* -------------------------------------------------------------------------*/
#SP-HD {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 15px;
  right: 5px;
}
@media screen and (max-width:768px) {
  #SP-HD {
    display: block;
  }
}

#SP-mn-btn {
  display: none;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 11000;
  flex-direction: column;
  gap: 6px;
  padding: 10px 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  background-color: #000;
  border-radius: 3px;
}
#SP-mn-btn span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}
#SP-mn-btn.color-1 {
  background-color: var(--color-kaga5-1);
}
#SP-mn-btn.color-2 {
  background-color: var(--color-kaga5-2);
}
#SP-mn-btn.color-3 {
  background-color: var(--color-kaga5-3);
}
#SP-mn-btn.color-4 {
  background-color: var(--color-kaga5-4);
}
#SP-mn-btn.color-5 {
  background-color: var(--color-kaga5-5);
}
#SP-mn-btn.active span:nth-child(1) {
  transform: translateY(8px);
  opacity: 0;
}
#SP-mn-btn.active span:nth-child(3) {
  transform: translateY(-8px);
  opacity: 0;
}
@media screen and (max-width:768px) {
  #SP-mn-btn {
    display: flex;
  }
}

@media screen and (max-width:768px) {
  body.no-scroll {
    overflow: hidden;
  }
}

#SP-menu {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 10px 70px;
  overflow-y: auto;
  background-color: var(--color-sp-bg);
  font-weight: var(--font-bold);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
#SP-menu::before {
  content: "";
  display: block;
  width: 200px;
  height: 316px;
  background-image: url(../img/sp-bg.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 70px;
  right: 0;
}
#SP-menu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#SP-menu a {
  text-decoration: none;
}
#SP-menu a:hover {
  text-decoration: underline;
}
#SP-menu > ul {
  font-size: var(--font-size-22);
  list-style: none;
  max-width: 350px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  line-height: 1;
}
#SP-menu > ul li {
  margin: 0;
  padding: 0;
}
#SP-menu > ul a {
  display: block;
  position: relative;
  padding: 10px 0 10px 25px;
}
#SP-menu > ul a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--color-sp-round);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#SP-menu .sns-box {
  margin-top: 30px;
}
#SP-menu .sns-box ul {
  justify-content: center;
  gap: 20px;
}
#SP-menu .sns-box img {
  width: 50px;
}
#SP-menu .ft-infoNV {
  font-size: var(--font-size-18);
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
#SP-menu .ft-infoNV li {
  position: relative;
  display: inline-block;
}
#SP-menu .ft-infoNV li::after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: var(--color-text);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#SP-menu .ft-infoNV a {
  padding: 10px;
}
#SP-menu .ft-infoNV a::before {
  display: none;
}
#SP-menu .contact {
  max-width: 500px;
  padding: 15px;
  margin: 30px auto 0;
  line-height: 1;
  font-size: var(--font-size-20);
}
#SP-menu .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px;
  border-radius: 5rem;
  position: relative;
  background-color: var(--color-sp-round);
  border: 2px solid var(--color-text);
  text-align: center;
  height: 56px;
  box-sizing: border-box;
}
#SP-menu .contact img {
  width: 40px;
  height: auto;
  position: absolute;
  top: 6px;
  left: 6px;
}
#SP-menu .search-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px;
  width: auto;
}
#SP-menu .search-box table.gsc-search-box {
  padding: 10px 15px !important;
  border-color: var(--color-text) !important;
  background-color: var(--color-body) !important;
}
#SP-menu .search-box .gsc-search-button-v2 svg,
#SP-menu .search-box .gsc-search-button svg {
  width: 30px !important;
  height: 30px !important;
  fill: var(--color-text) !important;
}

#SP-support {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 15px;
  right: 5px;
}
@media screen and (max-width:768px) {
  #SP-support {
    display: block;
  }
}

#SP-support-menu {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 50px 10px 70px;
  font-weight: var(--font-bold);
  overflow-y: auto;
  background-color: var(--color-sp-bg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
#SP-support-menu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#SP-support-menu .hd-row-1 {
  max-width: 500px;
  margin: 0 auto;
}
#SP-support-menu .hd-row-1 .title {
  display: block;
  margin: 0 0 15px;
  font-size: var(--font-size-20);
  border-left: 5px solid var(--color-sp-round);
  padding-left: 10px;
}
#SP-support-menu .hd-row-1 .icon {
  display: block;
  padding: 7px 10px;
  border-right: 1px solid #fff;
}
#SP-support-menu .hd-row-1 .icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color-text);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
#SP-support-menu .hd-row-1 .text {
  font-size: var(--font-size-18);
  flex: 1;
  margin: 0 10px;
}
#SP-support-menu .hd-row-1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
}
#SP-support-menu .hd-row-1 li {
  flex: 1;
  font-size: var(--font-size-16);
  font-weight: var(--font-bold);
  padding: 10px 10px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
#SP-support-menu .sf-fontSize ul {
  display: flex;
  list-style: none;
  margin: 0;
}
#SP-support-menu .sf-fontSize li {
  margin: 0;
  background-color: var(--color-hdInfo-btn);
  text-align: center;
  border-radius: 7px;
  cursor: pointer;
  border: 2px solid #def3f5;
}
#SP-support-menu .sf-fontSize li.active {
  border-color: #89d6dd;
}
#SP-support-menu .sf-colors ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 5px 0 0;
}
#SP-support-menu .sf-colors li {
  margin: 0;
  text-align: center;
  border-radius: 7px;
  cursor: pointer;
  border: 2px solid;
}
#SP-support-menu .sf-colors li.siteColor-normal {
  background-color: var(--color-hdInfo-btn);
  border-color: #def3f5;
}
#SP-support-menu .sf-colors li.siteColor-A {
  background-color: #242176;
  border-color: #242176;
  color: #fffb00;
}
#SP-support-menu .sf-colors li.siteColor-B {
  background-color: #fffb00;
  border-color: #fffb00;
  color: #242176;
}
#SP-support-menu .sf-colors li.siteColor-C {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#SP-support-menu .sf-colors li.active {
  border-color: #89d6dd;
}
#SP-support-menu #SF-furigana-sp {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 0;
  border: none;
  background-color: var(--color-hdInfo-btn);
  cursor: pointer;
  padding: 20px 10px 20px 60px;
  border-radius: 3px;
  text-align: left;
  font-size: var(--font-size-18);
  font-weight: var(--font-bold);
  color: var(--color-text);
}
#SP-support-menu #SF-furigana-sp::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color-text);
  -webkit-mask-image: url(../img/ic-furigana.svg);
          mask-image: url(../img/ic-furigana.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  left: 15px;
  top: 20px;
}
#SP-support-menu #SF-furigana-sp::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  left: 50px;
  top: 10px;
}
#SP-support-menu #SF-tts {
  display: flex;
  align-items: center;
  margin: 30px 0 10px;
  background-color: var(--color-hdInfo-btn);
  cursor: pointer;
  padding: 10px;
  border-radius: 3px;
  text-decoration: none;
}
#SP-support-menu #SF-tts .icon::before {
  -webkit-mask-image: url(../img/ic-tts.svg);
          mask-image: url(../img/ic-tts.svg);
}

#SP-support-btn {
  display: none;
  position: fixed;
  z-index: 11000;
  right: 55px;
  top: 20px;
  flex-direction: column;
  gap: 6px;
  padding: 11px 8px 9px;
  line-height: 0;
  border: none;
  cursor: pointer;
  background-color: var(--color-body);
  color: var(--color-nv);
  border: 1px solid;
  border-radius: 3px;
}
#SP-support-btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-style: normal;
}
#SP-support-btn::before {
  content: "";
  display: inline-block;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: var(--color-nv);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/ic-support.svg);
          mask-image: url(../img/ic-support.svg);
  transition: opacity 0.2s;
}
@media screen and (max-width:768px) {
  #SP-support-btn {
    display: block;
  }
}

.sp-mn-btn--close {
  font-size: var(--font-size-18);
  display: block;
  max-width: 500px;
  width: 100%;
  text-align: center;
  padding: 20px;
  margin: 50px auto;
  background-color: var(--color-body);
  color: var(--color-text);
  border: none;
  cursor: pointer;
  border: 2px solid;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGE
/* -------------------------------------------------------------------------*/
.pankuzu {
  font-size: var(--font-size-14);
  padding: 10px;
  background-color: var(--color-bg);
}
.pankuzu ol {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1400px;
}
.pankuzu li::after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}
.pankuzu li:last-child::after {
  display: none;
}
.pankuzu a {
  text-decoration: none;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.pg-article {
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.pg-hdTitle {
  text-align: center;
  margin: 60px 0;
  line-height: 1.5;
  font-weight: var(--font-bold);
}
.pg-hdTitle .pg-hdTitle-jp {
  position: relative;
  display: block;
  font-size: var(--font-size-38);
  padding-bottom: 15px;
  margin: 0;
}
.pg-hdTitle .pg-hdTitle-jp::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 500px;
  height: 7px;
  background: url(../img/hd_colors.png) center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pg-hdTitle .pg-hdTitle-en {
  font-size: var(--font-size-16);
  margin: 1rem 0 0;
}
@media screen and (max-width:768px) {
  .pg-hdTitle {
    margin: 50px 0px;
  }
  .pg-hdTitle .pg-hdTitle-jp {
    font-size: var(--font-size-36);
  }
  .pg-hdTitle .pg-hdTitle-jp::after {
    height: 5px;
  }
  .pg-hdTitle .pg-hdTitle-en {
    font-size: var(--font-size-14);
  }
}

.pg-content .pg-title-1 {
  font-size: var(--font-size-30);
  font-weight: var(--font-bold);
  margin: 1rem 0;
}
.pg-content .pg-title-2 {
  font-size: var(--font-size-26);
  font-weight: var(--font-bold);
  margin: 3rem 0 1rem;
  border-bottom: 1px solid var(--color-border);
}
.pg-content .flex-txt-img {
  display: flex;
  -moz-column-gap: 3.8%;
       column-gap: 3.8%;
}
.pg-content .flex-txt-img .flex-txt-img--text {
  flex: 1;
}
.pg-content .flex-txt-img .flex-txt-img--img {
  flex: 0 0 33%;
}
.pg-content .flex-txt-img .flex-txt-img--img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .pg-content .flex-txt-img {
    display: block;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* CONTACT
/* -------------------------------------------------------------------------*/
.contact-form {
  font-size: var(--font-size-18);
}
.contact-form .form-group {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  border: 1px solid var(--color-border);
  border-left: none;
  border-right: none;
  padding: 40px 0;
  margin-top: -1px;
}
.contact-form .form-group > label {
  display: block;
  width: 270px;
}
.contact-form .form-group > input, .contact-form .form-group > textarea, .contact-form .form-group .input-group {
  flex: 1;
}
.contact-form .form-group .input-group input + input {
  margin-top: 10px;
}
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=email],
.contact-form .form-group textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  transition: border 0.2s, box-shadow 0.2s;
}
.contact-form .form-group input[type=text]:focus,
.contact-form .form-group input[type=tel]:focus,
.contact-form .form-group input[type=email]:focus,
.contact-form .form-group textarea:focus {
  border-color: #007f9f;
  box-shadow: 0 0 5px rgba(0, 127, 159, 0.3);
  outline: none;
}
.contact-form .form-group input.form-zip {
  width: 150px;
}
.contact-form .form-group .radio-group {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-form .form-group .radio-group label {
  display: flex;
  align-items: center;
  width: 200px;
}
.contact-form .form-group .radio-group label input[type=radio] {
  margin-right: 6px;
}
.contact-form .form-group .form-hissu,
.contact-form .form-group .form-nini {
  font-size: var(--font-size-14);
  display: inline-block;
  line-height: 1;
  padding: 7px 10px 5px;
  border-radius: 3px;
  background-color: #dbdbdb;
}
.contact-form .form-group .form-hissu {
  color: #fff;
  background-color: #ce2c2c;
}
.contact-form .form-group .form-nini {
  color: #333;
}
.contact-form .form-btn {
  text-align: center;
  margin-top: 50px;
}
.contact-form .form-btn button {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 20px;
  border: none;
  cursor: pointer;
  background-color: var(--color-body);
  font-size: var(--font-size-20);
  color: var(--color-link);
  border: 2px solid var(--color-link);
  transition: all 0.1s;
  border-radius: 5rem;
}
.contact-form .form-btn button:hover {
  color: var(--color-body);
  background-color: var(--color-link--hover);
  border-color: var(--color-body);
}
@media screen and (max-width:768px) {
  .contact-form .form-group {
    display: block;
    border: none;
    border: 1px solid var(--color-text);
    padding: 10px;
    margin: 10px 0;
  }
  .contact-form .form-group > label {
    width: auto;
    border-bottom: 1px dashed var(--color-text);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* ReadSpeaker
/* -------------------------------------------------------------------------*/
#xp1 {
  margin-left: 10px;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PRE SITE
/* -------------------------------------------------------------------------*/
#NV .news a, #NV .student-committee a, #NV .department a, #NV .tourism a, #NV .sponsor a,
#NV .ft-infoNV li:nth-child(2) a, #NV .ft-infoNV li:nth-child(3) a, #FT .news a, #FT .student-committee a, #FT .department a, #FT .tourism a, #FT .sponsor a,
#FT .ft-infoNV li:nth-child(2) a, #FT .ft-infoNV li:nth-child(3) a, #SP-HD .news a, #SP-HD .student-committee a, #SP-HD .department a, #SP-HD .tourism a, #SP-HD .sponsor a,
#SP-HD .ft-infoNV li:nth-child(2) a, #SP-HD .ft-infoNV li:nth-child(3) a, #HD-fixed .news a, #HD-fixed .student-committee a, #HD-fixed .department a, #HD-fixed .tourism a, #HD-fixed .sponsor a,
#HD-fixed .ft-infoNV li:nth-child(2) a, #HD-fixed .ft-infoNV li:nth-child(3) a {
  pointer-events: none;
  opacity: 0.2;
}

/* -------------------------------------------------------------------------*/