@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
}

body {
  font-family: "YakuHanJP", "Lato", "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: #fff;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.sentence p + p {
  margin-top: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

.ggmap {
  width: 100%;
  height: 350px;
}

input, select {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}

.phone {
  display: none;
}

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .tcen {
    text-align: left;
  }
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 45px;
  background: #7cc0ee;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.mtext1 {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtext1.type1 {
  margin-bottom: 25px;
  text-align: center;
}
.mtext1.type1 br {
  display: none;
}

@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
  }
  .mtext1.type1 br {
    display: block;
  }
}
.mtext2 {
  font-size: 2.4rem;
  line-height: 1.6;
}
.mtext2.type1 {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

@media all and (max-width: 896px) {
  .mtext2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 2rem;
  }
  .mtext2.type1 {
    margin-bottom: 25px;
  }
}
.mtext3 {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 2.4rem;
  }
}
.loader {
  align-items: center;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28497/bg-main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader.off {
  display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#page {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #page {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================
   style.scss — 全体共通 ＆ TOPページ統合スタイル
   沖縄経済学会
   ========================================================================== */
/* --------------------------------------------------------------------------
   1. 変数 & Mixin (SCSS変数に置き換え)
   -------------------------------------------------------------------------- */
:root {
  --c-navy: #123f6d;
  --c-navy-dark: #0d2d4e;
  --c-blue: #1f6fb8;
  --c-blue-light: #5aa9e0;
  --c-blue-pale: #7cc0ee;
  --c-blue-bg: #f4f8fc;
  --c-blue-tint: #e8f2fb;
  --c-white: #fff;
  --c-text: #2b2b2b;
  --c-text-sub: #37485a;
  --c-text-mute: #5a6672;
  --c-text-light: #8a9cad;
  --c-line: #e0eaf3;
  --c-line-pale: #eef4f9;
  --font-jp: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic, sans-serif;
  --font-en: Barlow, sans-serif;
  --inner: 1180px;
  --pad-x: 28px;
  --ease: cubic-bezier(0.2, 0.7, 0.3, 1);
  --pattern: repeating-linear-gradient(135deg, transparent 0 13px, #fff 13px 14px), repeating-linear-gradient(45deg, transparent 0 13px, #fff 13px 14px);
}

/* --------------------------------------------------------------------------
   2. Keyframes (アニメーション)
   -------------------------------------------------------------------------- */
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* --------------------------------------------------------------------------
   3. リセット
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: #2b2b2b;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
body.is-locked {
  overflow: hidden;
}

h1, h2, h3, h4, p, ul, ol, dl, dd, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #1f6fb8;
  text-decoration: none;
  transition: color 0.25s ease;
}
a:hover {
  color: #123f6d;
}

/* --------------------------------------------------------------------------
   4. レイアウト・共通パーツ
   -------------------------------------------------------------------------- */
.inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 28px;
}

.section {
  padding-block: 88px;
}
.section--tint {
  background: #f4f8fc;
  border-block: 1px solid #e6eef6;
}

/* 見出し */
.sec-label {
  font-family: "Barlow", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1f6fb8;
  margin-bottom: 10px;
}

.sec-title {
  font-size: 29px;
  font-weight: 700;
  color: #123f6d;
  line-height: 1.5;
}

.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
.sec-head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 44px;
}

/* 矢印 */
.arrow {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  transition: transform 0.3s ease;
}

/* ボタン */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 4px;
  font-size: 14.5px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.3s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(18, 63, 109, 0.22);
}
.btn:hover .arrow {
  transform: translateX(5px);
}
.btn--navy {
  background: #123f6d;
  color: #fff;
}
.btn--navy:hover {
  background: #1f6fb8;
  color: #fff;
}
.btn--white {
  background: #fff;
  color: #123f6d;
  font-weight: 700;
}
.btn--white:hover {
  background: #e8f2fb;
  color: #123f6d;
}
.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.btn--sm {
  padding: 12px 22px;
  font-size: 14px;
}

/* テキストリンク（下線付き） */
.link-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 6px;
  border-bottom: 1px solid #bcd5ea;
  font-size: 14px;
  font-weight: 500;
  color: #1f6fb8;
  white-space: nowrap;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.link-more:hover {
  color: #123f6d;
  border-color: #123f6d;
}
.link-more:hover .arrow {
  transform: translateX(5px);
}

/* --------------------------------------------------------------------------
   5. ヘッダー / ナビゲーション
   -------------------------------------------------------------------------- */
.topline {
  height: 4px;
  background: linear-gradient(90deg, #123f6d 0%, #1f6fb8 55%, #5aa9e0 100%);
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e6eef6;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 82px;
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.logo__jp {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #123f6d;
}
.logo__en {
  font-family: "Barlow", sans-serif;
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7d93a8;
}

.gnav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.gnav__link {
  position: relative;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 500;
  color: #37485a;
}
.gnav__link::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: #1f6fb8;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.gnav__link:hover {
  color: #1f6fb8;
}
.gnav__link:hover::after {
  transform: scaleX(1);
}
.gnav__link.is-current::after {
  transform: scaleX(1);
}

/* ハンバーガーボタン / ドロワー */
.hamburger {
  display: none;
  position: relative;
  z-index: 120;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid #e0eaf3;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.hamburger:hover {
  border-color: #1f6fb8;
}
.hamburger span {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #123f6d;
  transform: translateX(-50%);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.3, 1), opacity 0.2s ease, top 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.hamburger span:nth-child(1) {
  top: 16px;
}
.hamburger span:nth-child(2) {
  top: 22px;
}
.hamburger span:nth-child(3) {
  top: 28px;
}

.drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 110;
  width: min(86vw, 380px);
  padding: 26px 28px 40px;
  background: #fff;
  box-shadow: -14px 0 44px rgba(9, 32, 56, 0.18);
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.2, 0.7, 0.3, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
  visibility: hidden;
}
.drawer.is-open {
  transform: none;
  visibility: visible;
}
.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0eaf3;
}
.drawer__label {
  font-family: "Barlow", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9db5c9;
}
.drawer__close {
  position: relative;
  width: 44px;
  height: 44px;
  flex: none;
  padding: 0;
  border: 1px solid #e0eaf3;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.drawer__close:hover {
  border-color: #1f6fb8;
  background: #f4f8fc;
  transform: rotate(90deg);
}
.drawer__close::before, .drawer__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 2px;
  background: #123f6d;
}
.drawer__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__close span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.drawer__nav {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.drawer__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 4px;
  border-bottom: 1px solid #eef4f9;
  font-size: 16px;
  font-weight: 500;
  color: #37485a;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.drawer__nav a:hover {
  color: #1f6fb8;
  padding-left: 10px;
}
.drawer__nav .arrow {
  color: #1f6fb8;
}
.drawer__foot {
  margin-top: 28px;
}
.drawer__foot .btn {
  width: 100%;
  justify-content: center;
}
.drawer__address {
  margin-top: 22px;
  font-size: 12.5px;
  line-height: 1.9;
  color: #5a6672;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(9, 32, 56, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* --------------------------------------------------------------------------
   6. 下層ページ用ヘッダービジュアル
   -------------------------------------------------------------------------- */
.page-head {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #0d2d4e;
}
.page-head__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-head__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(9, 32, 56, 0.86), rgba(31, 111, 184, 0.34));
}
.page-head__body {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.page-head__label {
  font-family: "Barlow", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a8d4f2;
}
.page-head__title {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}

/* --------------------------------------------------------------------------
   7. メインビジュアル (TOPページ)
   -------------------------------------------------------------------------- */
.mv {
  position: relative;
  height: 560px;
  overflow: hidden;
  background: #0d2d4e;
}
.mv__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__scrim {
  z-index: 5;
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(9, 32, 56, 0.86) 0%, rgba(13, 45, 78, 0.66) 46%, rgba(31, 111, 184, 0.24) 100%);
}
.mv__body {
  z-index: 5;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.mv__text {
  max-width: 620px;
  animation: fade-up 0.8s ease both;
}
.mv__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.mv__label::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #7cc0ee;
}
.mv__label span {
  font-family: "Barlow", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a8d4f2;
}
.mv__copy {
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}
.mv__lead {
  max-width: 520px;
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.92);
  text-wrap: pretty;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}
.mv__btns {
  display: flex;
  gap: 14px;
  margin-top: 36px;
}
.mv__pattern {
  position: absolute;
  inset: auto 0 0 0;
  height: 26px;
  opacity: 0.5;
  background-image: repeating-linear-gradient(135deg, transparent 0 13px, #fff 13px 14px), repeating-linear-gradient(45deg, transparent 0 13px, #fff 13px 14px);
  -webkit-mask-image: linear-gradient(to top, #000, transparent);
          mask-image: linear-gradient(to top, #000, transparent);
}

/* --------------------------------------------------------------------------
   8. ミッション (TOPページ)
   -------------------------------------------------------------------------- */
.mission {
  padding: 96px 0 88px;
}
.mission__inner {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 60px;
  align-items: start;
}
.mission__title {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.5;
  color: #123f6d;
}
.mission__rule {
  width: 44px;
  height: 3px;
  margin: 24px 0 32px;
  background: #1f6fb8;
}
.mission__photo {
  height: 300px;
  overflow: hidden;
}
.mission__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mission__deco {
  height: 10px;
  margin-top: 10px;
  opacity: 0.35;
  background-image: repeating-linear-gradient(135deg, transparent 0 7px, #1f6fb8 7px 8px), repeating-linear-gradient(45deg, transparent 0 7px, #1f6fb8 7px 8px);
}
.mission__lead {
  max-width: 640px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #37485a;
  text-wrap: pretty;
}
.mission__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.mission-card {
  padding: 26px 24px 24px;
  background: #fbfdff;
  border: 1px solid #e0eaf3;
  border-top: 3px solid #123f6d;
  transition: border-color 0.3s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.mission-card:hover {
  border-top-color: #1f6fb8;
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(18, 63, 109, 0.1);
}
.mission-card__no {
  margin-bottom: 10px;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #9db5c9;
}
.mission-card__title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #123f6d;
}
.mission-card__text {
  font-size: 13.5px;
  line-height: 1.8;
  color: #5a6672;
}

/* --------------------------------------------------------------------------
   9. 帯（Since 1983） (TOPページ)
   -------------------------------------------------------------------------- */
.band {
  position: relative;
  height: 340px;
  overflow: hidden;
  background: #0d2d4e;
}
.band__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.band__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 32, 56, 0.85) 0%, rgba(9, 32, 56, 0.52) 40%, rgba(9, 32, 56, 0.62) 100%);
}
.band__body {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-inline: 28px;
}
.band__label {
  margin-bottom: 16px;
  font-family: "Barlow", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #a8d4f2;
}
.band__text {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

/* --------------------------------------------------------------------------
   10. お知らせ (TOPページ)
   -------------------------------------------------------------------------- */
.news__list {
  background: #fff;
  border: 1px solid #e0eaf3;
}
.news__item {
  display: grid;
  grid-template-columns: 110px 128px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px 26px;
  color: #37485a;
  border-bottom: 1px solid #eef4f9;
  transition: background 0.25s ease, padding-left 0.3s ease;
}
.news__item:last-child {
  border-bottom: none;
}
.news__item:hover {
  background: #f8fbfe;
  color: #123f6d;
  padding-left: 34px;
}
.news__item:hover .news__arrow {
  opacity: 1;
  transform: none;
}
.news__date {
  font-family: "Barlow", sans-serif;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: #8a9cad;
}
.news__cat {
  padding: 5px 0;
  border-radius: 2px;
  font-size: 11.5px;
  font-weight: 500;
  text-align: center;
  color: #1f6fb8;
  background: #e8f2fb;
}
.news__cat--meeting {
  color: #fff;
  background: #123f6d;
}
.news__title {
  font-size: 15px;
  font-weight: 500;
}
.news__arrow {
  display: inline-block;
  margin-left: 10px;
  font-family: "Barlow", sans-serif;
  color: #1f6fb8;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, transform 0.3s ease;
}

/* --------------------------------------------------------------------------
   11. コンテンツカード (TOPページ)
   -------------------------------------------------------------------------- */
.contents {
  padding: 88px 0 96px;
}
.contents__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  display: block;
  background: #fff;
  border: 1px solid #e0eaf3;
  color: #37485a;
  transition: border-color 0.3s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.card:hover {
  border-color: #1f6fb8;
  color: #37485a;
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(18, 63, 109, 0.14);
}
.card:hover .card__thumb img {
  transform: scale(1.07);
}
.card:hover .card__more {
  color: #123f6d;
}
.card:hover .card__more .arrow {
  transform: translateX(6px);
}
.card__thumb {
  height: 170px;
  overflow: hidden;
}
.card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.card__body {
  padding: 28px 26px;
}
.card__label {
  margin-bottom: 14px;
  font-family: "Barlow", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9db5c9;
}
.card__title {
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 700;
  color: #123f6d;
}
.card__text {
  margin-bottom: 20px;
  font-size: 13.5px;
  line-height: 1.8;
  color: #5a6672;
}
.card__more {
  font-size: 13px;
  font-weight: 500;
  color: #1f6fb8;
  transition: color 0.25s ease;
}
.card {
  /* 会則カード（塗り） */
}
.card--fill {
  position: relative;
  overflow: hidden;
  padding: 32px 26px 28px;
  background: linear-gradient(150deg, #123f6d 0%, #1f6fb8 100%);
  border-color: #dbe8f4;
  color: #fff;
}
.card--fill::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 190px;
  height: 190px;
  opacity: 0.16;
  background-image: repeating-linear-gradient(135deg, transparent 0 11px, #fff 11px 12px), repeating-linear-gradient(45deg, transparent 0 11px, #fff 11px 12px);
}
.card--fill > * {
  position: relative;
}
.card--fill .card__label {
  color: #a8d4f2;
}
.card--fill .card__title {
  color: #fff;
}
.card--fill .card__text {
  color: rgba(255, 255, 255, 0.86);
}
.card__pdf {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  transition: border-color 0.25s ease;
}
.card__pdf:hover {
  color: #fff;
  border-bottom-color: #fff;
}

/* --------------------------------------------------------------------------
   12. 入会CTA (TOPページ)
   -------------------------------------------------------------------------- */
.cta {
  position: relative;
  overflow: hidden;
  background: #123f6d;
}
.cta__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 63, 109, 0.92) 0%, rgba(18, 63, 109, 0.78) 55%, rgba(31, 111, 184, 0.6) 100%);
}
.cta__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  background-image: repeating-linear-gradient(135deg, transparent 0 13px, #fff 13px 14px), repeating-linear-gradient(45deg, transparent 0 13px, #fff 13px 14px);
}
.cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 72px;
}
.cta__title {
  margin-bottom: 12px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.55;
  color: #fff;
}
.cta__text {
  max-width: 540px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.85);
  text-wrap: pretty;
}
.cta__btn {
  padding: 18px 36px;
  font-size: 15px;
}

/* --------------------------------------------------------------------------
   13. フッター
   -------------------------------------------------------------------------- */
.footer {
  position: relative;
  background: #0d2d4e;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13.5px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 48px;
  padding: 64px 28px 28px;
  max-width: 1180px;
  margin-inline: auto;
}
.footer__logo-jp {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}
.footer__logo-en {
  margin-top: 4px;
  font-family: "Barlow", sans-serif;
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.footer__address {
  margin-top: 22px;
  line-height: 1.95;
}
.footer__btn {
  margin-top: 22px;
}
.footer__label {
  margin-bottom: 16px;
  font-family: "Barlow", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7cc0ee;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer__list a {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.footer__list a:hover {
  color: #fff;
  padding-left: 6px;
}
.footer__copy {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.footer__copy p {
  max-width: 1180px;
  margin-inline: auto;
  padding: 20px 28px;
  font-family: "Barlow", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
}

/* --------------------------------------------------------------------------
   14. レスポンシブ
   -------------------------------------------------------------------------- */
/* タブレット（〜1080px） */
@media (max-width: 1080px) {
  :root {
    --pad-x: 22px;
  }
  .gnav {
    gap: 18px;
  }
  .gnav__link {
    font-size: 13.5px;
  }
  .btn {
    padding: 13px 22px;
    font-size: 14px;
  }
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .footer__brand {
    grid-column: 1/-1;
  }
}
/* スマートフォン・小型タブレット（〜900px） */
@media (max-width: 900px) {
  .header__inner {
    height: 68px;
  }
  .gnav {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .logo__jp {
    font-size: 18px;
  }
  .logo__en {
    font-size: 8.5px;
  }
  .section {
    padding-block: 60px;
  }
  .sec-title {
    font-size: 24px;
  }
  .sec-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 26px;
  }
  .sec-head--center {
    align-items: center;
  }
  .page-head {
    height: 190px;
  }
  .page-head__title {
    font-size: 25px;
  }
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 48px;
  }
  /* TOPページ専用レスポンシブ */
  .mv {
    height: 460px;
  }
  .mv__copy {
    font-size: 34px;
  }
  .mv__btns {
    flex-wrap: wrap;
  }
  .mission {
    padding: 60px 0;
  }
  .mission__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .mission__list {
    grid-template-columns: 1fr;
  }
  .band {
    height: 260px;
  }
  .band__text {
    font-size: 17px;
  }
  .news__item {
    grid-template-columns: 92px 1fr;
    gap: 8px 14px;
  }
  .news__item:hover {
    padding-left: 26px;
  }
  .news__cat {
    padding-inline: 10px;
  }
  .news__title {
    grid-column: 1/-1;
  }
  .contents {
    padding: 60px 0;
  }
  .contents__list {
    grid-template-columns: 1fr;
  }
  .cta__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 52px;
  }
}
/* 小型スマートフォン（〜600px） */
@media (max-width: 600px) {
  :root {
    --pad-x: 18px;
  }
  body {
    font-size: 14.5px;
  }
  .section {
    padding-block: 48px;
  }
  .sec-title {
    font-size: 21px;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
  .page-head {
    height: 160px;
  }
  .page-head__title {
    font-size: 21px;
  }
}
/* ホバーを持たない端末（タッチデバイス）の処理 */
@media (hover: none) {
  .btn:hover,
  .card:hover,
  .mission-card:hover {
    transform: none;
    box-shadow: none;
  }
  .news__item:hover {
    padding-left: 26px;
  }
}
/* ==========================================================================
   about.scss — 学会概要ページ専用
   沖縄経済学会
   ========================================================================== */
/* --------------------------------------------------------------------------
   1. ページ内リンク（アンカーナビ）
   -------------------------------------------------------------------------- */
.anchor-nav {
  border-bottom: 1px solid var(--c-line);
  background: var(--c-blue-bg);
}
.anchor-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.anchor-nav__list li:first-child a {
  border-left: 1px solid #dfeaf4;
}
.anchor-nav__list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 26px;
  font-size: 14px;
  font-weight: 500;
  color: var(--c-text-sub);
  border-right: 1px solid #dfeaf4;
  transition: background 0.25s ease, color 0.25s ease;
}
.anchor-nav__list a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid var(--c-blue);
  border-bottom: 1.5px solid var(--c-blue);
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.25s ease;
}
.anchor-nav__list a:hover {
  background: var(--c-white);
  color: var(--c-blue);
}
.anchor-nav__list a:hover::after {
  transform: rotate(45deg) translate(2px, 1px);
}

/* --------------------------------------------------------------------------
   2. セクション共通（学会概要ページ）
   -------------------------------------------------------------------------- */
.block {
  padding-block: 88px;
  scroll-margin-top: 90px;
}
.block--tint {
  background: var(--c-blue-bg);
  border-block: 1px solid #e6eef6;
}
.block__head {
  margin-bottom: 40px;
}
.block__title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 27px;
  font-weight: 700;
  color: var(--c-navy);
}
.block__title::before {
  content: "";
  width: 5px;
  height: 30px;
  background: var(--c-blue);
}
.block__note {
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--c-text-light);
}

/* --------------------------------------------------------------------------
   3. 会長挨拶
   -------------------------------------------------------------------------- */
.greeting__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: start;
}
.greeting__side {
  position: sticky;
  top: 110px;
}
.greeting__photo {
  height: 340px;
  overflow: hidden;
  background: var(--c-blue-bg);
}
.greeting__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting__deco {
  height: 10px;
  margin-top: 10px;
  opacity: 0.35;
  background-image: repeating-linear-gradient(135deg, transparent 0 7px, var(--c-blue) 7px 8px), repeating-linear-gradient(45deg, transparent 0 7px, var(--c-blue) 7px 8px);
}
.greeting__name {
  margin-top: 20px;
  font-size: 19px;
  font-weight: 700;
  color: var(--c-navy);
}
.greeting__role {
  margin-top: 4px;
  font-size: 13px;
  color: var(--c-text-mute);
}
.greeting__body p {
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.95;
  color: var(--c-text-sub);
  text-wrap: pretty;
}
.greeting__body p:first-child {
  font-size: 16.5px;
  font-weight: 500;
  color: var(--c-navy);
}
.greeting__sign {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--c-line);
  font-size: 14px;
  line-height: 1.95;
  color: var(--c-text-mute);
  text-align: right;
}
.greeting__sign strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--c-navy);
}
.greeting {
  /* 続きを読む（長文の折りたたみ） */
}
.greeting__more {
  position: relative;
}
.greeting__more[data-collapsed=true] {
  overflow: hidden;
}
.greeting__more[data-collapsed=true]::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 140px;
}
.greeting__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 13px 28px;
  border: 1px solid var(--c-line);
  border-radius: 4px;
  background: var(--c-white);
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 500;
  color: var(--c-blue);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.greeting__toggle:hover {
  border-color: var(--c-blue);
  background: var(--c-blue-bg);
}
.greeting__toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--c-blue);
  border-bottom: 1.5px solid var(--c-blue);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.3s ease;
}
.greeting__toggle[aria-expanded=true]::after {
  transform: rotate(-135deg) translateY(-2px);
}

/* --------------------------------------------------------------------------
   4. 役員一覧
   -------------------------------------------------------------------------- */
.officer__group + .officer__group {
  margin-top: 40px;
}
.officer__label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 18px;
  border-radius: 2px;
  background: var(--c-navy);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--c-white);
}
.officer__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--c-line);
  border: 1px solid var(--c-line);
}
.officer__list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 22px;
  background: var(--c-white);
  transition: background 0.25s ease;
}
.officer__list li:hover {
  background: #fbfdff;
}
.officer__name {
  font-size: 15.5px;
  font-weight: 500;
  color: var(--c-navy);
}
.officer__org {
  font-size: 12.5px;
  color: var(--c-text-mute);
}

/* --------------------------------------------------------------------------
   5. 歴代会長
   -------------------------------------------------------------------------- */
.chair__lead {
  margin-bottom: 32px;
  font-size: 15px;
  color: var(--c-text-sub);
  text-wrap: pretty;
}
.chair__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  counter-reset: chair;
}
.chair__list li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 18px 20px 18px 22px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-left: 3px solid #c9dcec;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.chair__list li:hover {
  border-left-color: var(--c-blue);
  transform: translateX(3px);
}
.chair__list li::before {
  counter-increment: chair;
  content: counter(chair, decimal-leading-zero);
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #9db5c9;
}
.chair__name {
  font-size: 15px;
  font-weight: 500;
  color: var(--c-navy);
}
.chair__org {
  font-size: 12.5px;
  color: var(--c-text-mute);
}

/* --------------------------------------------------------------------------
   6. 機関誌
   -------------------------------------------------------------------------- */
.journal__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
.journal__text {
  font-size: 15px;
  line-height: 1.95;
  color: var(--c-text-sub);
  text-wrap: pretty;
}
.journal__meta {
  margin-top: 28px;
  border-top: 1px solid var(--c-line);
}
.journal__meta div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding: 14px 4px;
  border-bottom: 1px solid var(--c-line);
  font-size: 14px;
}
.journal__meta dt {
  font-weight: 500;
  color: var(--c-navy);
}
.journal__meta dd {
  color: var(--c-text-sub);
}
.journal__archive {
  padding: 28px 26px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-top: 3px solid var(--c-navy);
}
.journal__archive-title {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  color: var(--c-navy);
}
.journal__archive-text {
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--c-text-mute);
}

/* --------------------------------------------------------------------------
   7. 会則（PDF）
   -------------------------------------------------------------------------- */
.rule__card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 40px 44px;
  background: linear-gradient(150deg, var(--c-navy) 0%, var(--c-blue) 100%);
  color: var(--c-white);
}
.rule__card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 230px;
  height: 230px;
  opacity: 0.16;
  background-image: repeating-linear-gradient(135deg, transparent 0 11px, #fff 11px 12px), repeating-linear-gradient(45deg, transparent 0 11px, #fff 11px 12px);
}
.rule__body {
  position: relative;
}
.rule__title {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
}
.rule__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.86);
}
.rule__btn {
  position: relative;
  flex: none;
}

/* --------------------------------------------------------------------------
   8. レスポンシブ
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .officer__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .chair__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .journal__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .greeting__inner {
    grid-template-columns: 240px 1fr;
    gap: 36px;
  }
}
@media (max-width: 900px) {
  .block {
    padding-block: 60px;
    scroll-margin-top: 76px;
  }
  .block__head {
    margin-bottom: 28px;
  }
  .block__title {
    font-size: 22px;
  }
  .block__title::before {
    height: 24px;
  }
  .anchor-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .anchor-nav__list a {
    justify-content: space-between;
    padding: 15px 18px;
    font-size: 13.5px;
    border-left: 1px solid #dfeaf4;
    border-bottom: 1px solid #dfeaf4;
  }
  .greeting__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .greeting__side {
    position: static;
  }
  .greeting__photo {
    height: 220px;
  }
  .greeting__body p {
    font-size: 14.5px;
    line-height: 1.9;
  }
  .chair__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .rule__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 30px 26px;
  }
  .rule__btn {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .officer__list {
    grid-template-columns: 1fr;
  }
  .chair__list {
    grid-template-columns: 1fr;
  }
  .anchor-nav__list {
    grid-template-columns: 1fr;
  }
  .journal__meta div {
    grid-template-columns: 100px 1fr;
    gap: 10px;
  }
}
/* ==========================================================================
   meeting.scss — 総会・研究会ページ専用
   沖縄経済学会

   ■ CMS運用の考え方
   .record__body（記事本文エリア）の中は、CMSのエディタが出力する
   素の h2 / h3 / p / ul / ol / dl / table / img にそのままスタイルが
   当たるようにしています。記事側でクラスを付ける必要はありません。
   ========================================================================== */
/* --------------------------------------------------------------------------
   1. レイアウト（本文 ＋ サイド）
   -------------------------------------------------------------------------- */
.archive {
  padding-block: 80px;
}
.archive__inner {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 56px;
  align-items: start;
}
.archive__lead {
  margin-bottom: 40px;
  padding: 18px 22px;
  background: var(--c-blue-bg);
  border-left: 3px solid var(--c-blue);
  font-size: 14.5px;
  color: var(--c-text-sub);
  text-wrap: pretty;
}

/* --------------------------------------------------------------------------
   2. 記事の外枠（CMSのループで出力される単位）
   -------------------------------------------------------------------------- */
.record {
  border: 1px solid var(--c-line);
  background: var(--c-white);
  transition: box-shadow 0.35s ease;
}
.record + .record {
  margin-top: 36px;
}
.record:hover {
  box-shadow: 0 14px 34px rgba(18, 63, 109, 0.1);
}
.record:hover .record__thumb img {
  transform: scale(1.04);
}
.record {
  /* サムネイル（記事のアイキャッチ） */
}
.record__thumb {
  height: 300px;
  overflow: hidden;
}
.record__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.record {
  /* 記事ヘッダー（日付・カテゴリ・タイトル） */
}
.record__header {
  padding: 30px 38px 0;
}
.record__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.record__date {
  font-family: var(--font-en);
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--c-text-light);
}
.record__cat {
  padding: 5px 14px;
  border-radius: 2px;
  background: var(--c-navy);
  font-size: 11.5px;
  font-weight: 500;
  color: var(--c-white);
}
.record__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--c-navy);
}
.record {
  /* ==========================================================================
     3. 記事本文エリア（ここから下はクラス不要）
     ========================================================================== */
}
.record__body {
  padding: 26px 38px 40px;
  font-size: 14.5px;
  line-height: 1.95;
  color: var(--c-text-sub);
  /* --- 段落 ------------------------------------------------------------ */
}
.record__body p {
  margin-bottom: 18px;
  text-wrap: pretty;
}
.record__body p:last-child {
  margin-bottom: 0;
}
.record__body > p:first-child {
  font-size: 15px;
}
.record__body {
  /* --- 大見出し（h2）：本文中の章 -------------------------------------- */
}
.record__body h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 40px 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-line);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--c-navy);
}
.record__body h2::before {
  content: "";
  flex: none;
  width: 4px;
  height: 22px;
  background: var(--c-blue);
}
.record__body h2:first-child {
  margin-top: 0;
}
.record__body {
  /* --- 中見出し（h3）：カード状の小見出し ---------------------------- */
}
.record__body h3 {
  margin: 30px 0 0;
  padding: 14px 20px;
  background: var(--c-blue-bg);
  border-left: 3px solid var(--c-navy);
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--c-navy);
  /* h3 直後の本文・リストは見出しと一体に見せる */
}
.record__body h3 + p, .record__body h3 + ul, .record__body h3 + ol, .record__body h3 + dl {
  margin-top: 16px;
}
.record__body {
  /* --- 小見出し（h4） ------------------------------------------------- */
}
.record__body h4 {
  margin: 24px 0 10px;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--c-navy);
}
.record__body {
  /* --- 箇条書き（ul）：議案・項目の列挙 ------------------------------ */
}
.record__body ul {
  margin: 14px 0 22px;
  border-top: 1px solid var(--c-line-pale);
}
.record__body ul li {
  position: relative;
  padding: 13px 6px 13px 24px;
  border-bottom: 1px solid var(--c-line-pale);
}
.record__body ul li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-blue);
}
.record__body ul {
  /* 入れ子のリストは細く */
}
.record__body ul ul {
  margin: 8px 0 0;
  border-top: none;
}
.record__body ul ul li {
  padding: 6px 0 6px 18px;
  border-bottom: none;
  font-size: 14px;
  color: var(--c-text-mute);
}
.record__body ul ul li::before {
  top: 17px;
  width: 4px;
  height: 4px;
  background: #9db5c9;
}
.record__body {
  /* --- 番号付きリスト（ol） ------------------------------------------ */
}
.record__body ol {
  margin: 14px 0 22px;
  border-top: 1px solid var(--c-line-pale);
  counter-reset: item;
}
.record__body ol li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 13px 6px;
  border-bottom: 1px solid var(--c-line-pale);
}
.record__body ol li::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-family: var(--font-en);
  font-size: 13px;
  color: var(--c-blue);
}
.record__body {
  /* --- 定義リスト（dl）：登壇者・開催概要など ------------------------ */
}
.record__body dl {
  margin: 14px 0 22px;
  border-top: 1px solid var(--c-line);
}
.record__body dt {
  padding: 13px 2px 2px;
  font-weight: 500;
  color: var(--c-navy);
}
.record__body dd {
  padding: 0 2px 13px;
  border-bottom: 1px solid var(--c-line);
}
.record__body {
  /* --- 表（table）：開催概要・数値など ------------------------------- */
}
.record__body table {
  width: 100%;
  margin: 14px 0 22px;
  border-collapse: collapse;
  font-size: 14px;
}
.record__body th,
.record__body td {
  padding: 12px 14px;
  border: 1px solid var(--c-line);
  text-align: left;
  vertical-align: top;
}
.record__body th {
  background: var(--c-blue-bg);
  font-weight: 500;
  color: var(--c-navy);
  white-space: nowrap;
}
.record__body {
  /* --- 画像 ---------------------------------------------------------- */
}
.record__body img {
  margin: 20px 0;
  width: 100%;
}
.record__body figure {
  margin: 24px 0;
}
.record__body figure img {
  margin: 0;
}
.record__body figcaption {
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--c-text-light);
}
.record__body {
  /* --- 引用 ---------------------------------------------------------- */
}
.record__body blockquote {
  margin: 22px 0;
  padding: 18px 22px;
  background: var(--c-blue-bg);
  border-left: 3px solid var(--c-blue);
  font-size: 14px;
  color: var(--c-text-mute);
}
.record__body blockquote p:last-child {
  margin-bottom: 0;
}
.record__body {
  /* --- 本文中リンク -------------------------------------------------- */
}
.record__body a {
  border-bottom: 1px solid #bcd5ea;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.record__body a:hover {
  border-bottom-color: var(--c-navy);
}
.record__body {
  /* --- 区切り線 ------------------------------------------------------ */
}
.record__body hr {
  margin: 34px 0;
  height: 1px;
  border: none;
  background: var(--c-line);
}
.record__body {
  /* --- 強調 ---------------------------------------------------------- */
}
.record__body strong {
  font-weight: 700;
  color: var(--c-navy);
}
.record__body small {
  font-size: 12.5px;
  color: var(--c-text-light);
}

/* PC（768px以上）での定義リスト表示調整 */
@media (min-width: 768px) {
  .record__body dl {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
  .record__body dt {
    padding: 14px 2px;
    border-bottom: 1px solid var(--c-line);
  }
  .record__body dd {
    padding: 14px 2px;
  }
}
/* --------------------------------------------------------------------------
   4. サイド（開催記録インデックス / 開催情報）
   -------------------------------------------------------------------------- */
.side {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 24px;
}
.side__box {
  padding: 24px 22px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
}
.side__box--tint {
  background: var(--c-blue-bg);
  border-color: #dbe8f4;
}
.side__box .btn {
  width: 100%;
  justify-content: center;
  margin-top: 18px;
}
.side__title {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c-line);
  font-size: 15px;
  font-weight: 700;
  color: var(--c-navy);
}
.side__list {
  display: flex;
  flex-direction: column;
}
.side__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 2px;
  border-bottom: 1px solid var(--c-line-pale);
  font-size: 14px;
  color: var(--c-text-sub);
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.side__list a:hover {
  color: var(--c-blue);
  padding-left: 6px;
}
.side__list .arrow {
  color: var(--c-blue);
}
.side__text {
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--c-text-mute);
}

/* --------------------------------------------------------------------------
   5. レスポンシブ
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .archive__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .side {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .archive {
    padding-block: 56px;
  }
  .archive__lead {
    margin-bottom: 28px;
  }
  .record__thumb {
    height: 200px;
  }
  .record__header {
    padding: 24px 22px 0;
  }
  .record__title {
    font-size: 20px;
  }
  .record__body {
    padding: 20px 22px 30px;
  }
  .record__body h2 {
    margin: 30px 0 14px;
    font-size: 17px;
  }
  .record__body h3 {
    margin-top: 24px;
    padding: 12px 16px;
    font-size: 15.5px;
  }
  .side {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .record__body ol li {
    grid-template-columns: 28px 1fr;
    gap: 8px;
  }
  .record__body table {
    display: block;
    overflow-x: auto;
  }
}
/* ==========================================================================
   member.scss — 会員情報ページ専用
   沖縄経済学会
   ========================================================================== */
/* --------------------------------------------------------------------------
   1. リード
   -------------------------------------------------------------------------- */
.member {
  padding-block: 80px;
}
.member__lead {
  margin-bottom: 44px;
  padding: 20px 24px;
  background: var(--c-blue-bg);
  border-left: 3px solid var(--c-blue);
  font-size: 15px;
  color: var(--c-text-sub);
  text-wrap: pretty;
}
.member__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* --------------------------------------------------------------------------
   2. 分野インデックス
   -------------------------------------------------------------------------- */
.field-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
}
.field-nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
  border: 1px solid var(--c-line);
  border-radius: 999px;
  background: var(--c-white);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--c-text-sub);
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.field-nav a::after {
  content: "";
  font-family: var(--font-en);
  font-size: 12px;
  color: var(--c-blue);
}
.field-nav a:hover {
  border-color: var(--c-blue);
  background: var(--c-blue-bg);
  color: var(--c-blue);
}
.field-nav__count {
  font-family: var(--font-en);
  font-size: 12px;
  color: #9db5c9;
}

/* --------------------------------------------------------------------------
   3. 分野グループ
   -------------------------------------------------------------------------- */
.field {
  scroll-margin-top: 100px;
}
.field + .field {
  margin-top: 56px;
}
.field__head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--c-navy);
}
.field__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--c-navy);
}
.field__en {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9db5c9;
}

/* --------------------------------------------------------------------------
   4. 会員カード
   -------------------------------------------------------------------------- */
.member-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  transition: border-color 0.3s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.member-card:hover {
  border-color: var(--c-blue);
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(18, 63, 109, 0.11);
}
.member-card:hover .member-card__photo img {
  transform: scale(1.06);
}
.member-card:hover .member-card__link {
  color: var(--c-navy);
  border-bottom-color: var(--c-navy);
}
.member-card:hover .member-card__link .arrow {
  transform: translateX(4px);
}
.member-card__photo {
  overflow: hidden;
  background: var(--c-blue-bg);
}
.member-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.member-card__body {
  padding: 22px 24px 24px;
}
.member-card__name {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c-navy);
}
.member-card__roma {
  margin-top: 4px;
  font-family: var(--font-en);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9db5c9;
}
.member-card__org {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--c-line-pale);
  font-size: 13.5px;
  color: var(--c-text-sub);
}
.member-card__post {
  padding: 3px 10px;
  border-radius: 2px;
  background: var(--c-blue-tint);
  font-size: 11.5px;
  font-weight: 500;
  color: var(--c-blue);
}
.member-card__spec {
  margin-top: 12px;
}
.member-card__spec-label {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9db5c9;
}
.member-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}
.member-card__tags li {
  padding: 5px 12px;
  border: 1px solid #dbe8f4;
  border-radius: 2px;
  font-size: 12.5px;
  color: var(--c-text-mute);
}
.member-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #bcd5ea;
  font-size: 13px;
  font-weight: 500;
  color: var(--c-blue);
  transition: color 0.25s ease, border-color 0.25s ease;
}

/* --------------------------------------------------------------------------
   5. 依頼のご案内（ページ末）
   -------------------------------------------------------------------------- */
.request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 64px;
  padding: 36px 40px;
  background: var(--c-blue-bg);
  border: 1px solid #dbe8f4;
}
.request__title {
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 700;
  color: var(--c-navy);
}
.request__text {
  max-width: 600px;
  font-size: 14px;
  color: var(--c-text-mute);
  text-wrap: pretty;
}
.request .btn {
  flex: none;
}

/* --------------------------------------------------------------------------
   6. レスポンシブ
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .member__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .member {
    padding-block: 56px;
  }
  .member__lead {
    margin-bottom: 30px;
  }
  .field-nav {
    margin-bottom: 34px;
  }
  .field + .field {
    margin-top: 42px;
  }
  .field__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .field__title {
    font-size: 18px;
  }
  .request {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 26px 22px;
  }
  .request .btn {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .member-card {
    grid-template-columns: 1fr;
  }
  .member-card__photo {
    height: 180px;
  }
  .member-card__body {
    padding: 20px 18px 22px;
  }
}
/* ==========================================================================
   entry_guide.scss — 入会案内ページ専用
   沖縄経済学会
   ========================================================================== */
/* --------------------------------------------------------------------------
   1. ブロック共通
   -------------------------------------------------------------------------- */
.block {
  padding-block: 84px;
  scroll-margin-top: 90px;
}
.block--tint {
  background: var(--c-blue-bg);
  border-block: 1px solid #e6eef6;
}
.block__head {
  margin-bottom: 36px;
}
.block__title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 27px;
  font-weight: 700;
  color: var(--c-navy);
}
.block__title::before {
  content: "";
  flex: none;
  width: 5px;
  height: 30px;
  background: var(--c-blue);
}
.block__note {
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--c-text-light);
}

/* --------------------------------------------------------------------------
   2. リード
   -------------------------------------------------------------------------- */
.intro {
  padding: 68px 0 0;
}
.intro__text {
  font-size: 16px;
  line-height: 1.95;
  color: var(--c-text-sub);
  text-wrap: pretty;
}
.intro__text p + p {
  margin-top: 6px;
}
.intro__deco {
  height: 10px;
  max-width: 240px;
  margin-top: 32px;
  opacity: 0.35;
  background-image: repeating-linear-gradient(135deg, transparent 0 7px, var(--c-blue) 7px 8px), repeating-linear-gradient(45deg, transparent 0 7px, var(--c-blue) 7px 8px);
}

/* --------------------------------------------------------------------------
   3. 会員種別・年会費
   -------------------------------------------------------------------------- */
.fee__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.fee__note {
  margin-top: 24px;
  padding: 18px 22px;
  background: var(--c-white);
  border: 1px solid #dbe8f4;
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--c-text-mute);
}
.fee__note strong {
  color: var(--c-navy);
}

.fee-card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px 26px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-top: 3px solid var(--c-navy);
  transition: border-color 0.3s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.fee-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(18, 63, 109, 0.1);
  border-top-color: var(--c-blue);
}
.fee-card__name {
  font-size: 17px;
  font-weight: 700;
  color: var(--c-navy);
}
.fee-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--c-line-pale);
}
.fee-card__num {
  font-family: var(--font-en);
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: var(--c-blue);
}
.fee-card__unit {
  font-size: 14px;
  color: var(--c-text-sub);
}
.fee-card__sub {
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 1.8;
  color: var(--c-text-mute);
}

/* --------------------------------------------------------------------------
   4. 入会手続きの流れ
   -------------------------------------------------------------------------- */
.flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.flow__item {
  position: relative;
  padding: 26px 20px 24px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
}
.flow__item + .flow__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--c-blue);
  border-bottom: 1.5px solid var(--c-blue);
  transform: translateY(-50%) rotate(-45deg);
}
.flow__no {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9db5c9;
}
.flow__title {
  margin-top: 10px;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--c-navy);
}
.flow__text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.8;
  color: var(--c-text-mute);
}
.flow__note {
  margin-top: 26px;
  padding: 18px 22px;
  background: var(--c-blue-bg);
  border-left: 3px solid var(--c-blue);
  font-size: 14px;
  color: var(--c-text-sub);
}

/* --------------------------------------------------------------------------
   5. 入会のメリット
   -------------------------------------------------------------------------- */
.merit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.merit__source {
  margin-top: 22px;
  font-size: 12.5px;
  color: var(--c-text-light);
}

.merit-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 26px 26px 26px 22px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  transition: border-color 0.3s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.merit-card:hover {
  border-color: var(--c-blue);
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(18, 63, 109, 0.1);
}
.merit-card__no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--c-navy);
  font-family: var(--font-en);
  font-size: 15px;
  color: var(--c-white);
}
.merit-card__title {
  font-size: 16.5px;
  font-weight: 700;
  color: var(--c-navy);
}
.merit-card__text {
  margin-top: 8px;
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--c-text-mute);
}

/* --------------------------------------------------------------------------
   6. 申込書ダウンロード
   -------------------------------------------------------------------------- */
.download__card {
  position: relative;
  overflow: hidden;
  padding: 40px 44px;
  background: linear-gradient(150deg, var(--c-navy) 0%, var(--c-blue) 100%);
  color: var(--c-white);
}
.download__card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 240px;
  height: 240px;
  opacity: 0.16;
  background-image: repeating-linear-gradient(135deg, transparent 0 11px, #fff 11px 12px), repeating-linear-gradient(45deg, transparent 0 11px, #fff 11px 12px);
}
.download__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.download__title {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
}
.download__text {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.86);
}
.download__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: none;
}
.download__note {
  position: relative;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 12.5px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
}

/* --------------------------------------------------------------------------
   7. お問い合わせ導線
   -------------------------------------------------------------------------- */
.entry-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 36px 40px;
  background: var(--c-white);
  border: 1px solid #dbe8f4;
}
.entry-cta__title {
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 700;
  color: var(--c-navy);
}
.entry-cta__text {
  max-width: 600px;
  font-size: 14px;
  color: var(--c-text-mute);
  text-wrap: pretty;
}
.entry-cta .btn {
  flex: none;
}

/* --------------------------------------------------------------------------
   8. レスポンシブ
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .fee__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 14px;
  }
  .flow__item + .flow__item::before {
    display: none;
  }
  .download__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
}
@media (max-width: 900px) {
  .block {
    padding-block: 56px;
    scroll-margin-top: 76px;
  }
  .block__head {
    margin-bottom: 26px;
  }
  .block__title {
    font-size: 22px;
  }
  .block__title::before {
    height: 24px;
  }
  .intro {
    padding-top: 48px;
  }
  .intro__text {
    font-size: 15px;
  }
  .flow {
    grid-template-columns: repeat(2, 1fr);
  }
  .merit__list {
    grid-template-columns: 1fr;
  }
  .download__card {
    padding: 28px 24px;
  }
  .download__btns {
    width: 100%;
  }
  .download__btns .btn {
    width: 100%;
  }
  .entry-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 26px 22px;
  }
  .entry-cta .btn {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .fee__list {
    grid-template-columns: 1fr;
  }
  .flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .merit-card {
    grid-template-columns: 36px 1fr;
    gap: 14px;
    padding: 22px 18px;
  }
  .merit-card__no {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
/* ==========================================================================
   contact.scss — お問い合わせページ専用
   沖縄経済学会
   ========================================================================== */
/* --------------------------------------------------------------------------
   1. リード
   -------------------------------------------------------------------------- */
.contact {
  padding-block: 76px;
}
.contact__inner {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: start;
}
.contact__lead {
  margin-bottom: 40px;
  font-size: 15.5px;
  line-height: 1.95;
  color: var(--c-text-sub);
  text-wrap: pretty;
}
.contact__lead p + p {
  margin-top: 14px;
}

/* --------------------------------------------------------------------------
   2. フォーム
   -------------------------------------------------------------------------- */
.form {
  border-top: 1px solid var(--c-line);
}
.form__row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  padding: 24px 4px;
  border-bottom: 1px solid var(--c-line);
}
.form__label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 12px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--c-navy);
}
.form__req, .form__opt {
  flex: none;
  padding: 3px 9px;
  border-radius: 2px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.form__req {
  background: var(--c-navy);
  color: var(--c-white);
}
.form__opt {
  background: var(--c-blue-tint);
  color: var(--c-blue);
}
.form__field {
  min-width: 0;
}
.form__note {
  margin-top: 8px;
  font-size: 12.5px;
  line-height: 1.8;
  color: var(--c-text-light);
}
.form {
  /* 入力欄 */
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d5e3ee;
  border-radius: 3px;
  background: #fbfdff;
  font-family: var(--font-jp);
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-text);
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #a9bdcd;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form textarea::placeholder {
  color: #a9bdcd;
}
.form input[type=text]:hover,
.form input[type=email]:hover,
.form input[type=tel]:hover,
.form textarea:hover {
  border-color: #bcd5ea;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--c-blue);
  background: var(--c-white);
  box-shadow: 0 0 0 3px rgba(31, 111, 184, 0.12);
}
.form textarea {
  min-height: 200px;
  resize: vertical;
}
.form {
  /* ファイル添付 */
}
.form__file {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.form__file-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  border: 1px solid #d5e3ee;
  border-radius: 3px;
  background: var(--c-white);
  font-size: 14px;
  font-weight: 500;
  color: var(--c-blue);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.form__file-btn:hover {
  border-color: var(--c-blue);
  background: var(--c-blue-bg);
}
.form__file input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.form__file-name {
  font-size: 13.5px;
  color: var(--c-text-mute);
}
.form {
  /* 個人情報の取り扱い */
}
.form__privacy {
  margin-top: 32px;
  padding: 22px 24px;
  background: var(--c-blue-bg);
  border: 1px solid #dbe8f4;
}
.form__privacy-title {
  margin-bottom: 10px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--c-navy);
}
.form__privacy-text {
  font-size: 13px;
  line-height: 1.9;
  color: var(--c-text-mute);
}
.form__agree {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  font-size: 14px;
  color: var(--c-text-sub);
  cursor: pointer;
}
.form__agree input[type=checkbox] {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  accent-color: var(--c-navy);
  cursor: pointer;
}
.form {
  /* 送信 */
}
.form__submit {
  margin-top: 32px;
  text-align: center;
}
.form__submit .btn {
  min-width: 300px;
  justify-content: center;
  padding: 18px 40px;
  font-size: 15.5px;
  border: none;
  cursor: pointer;
  font-family: var(--font-jp);
}
.form__submit-note {
  margin-top: 16px;
  font-size: 12.5px;
  color: var(--c-text-light);
}

/* --------------------------------------------------------------------------
   3. サイド（事務局情報）
   -------------------------------------------------------------------------- */
.office {
  position: sticky;
  display: grid;
  gap: 22px;
}
.office__box {
  padding: 26px 24px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-top: 3px solid var(--c-navy);
}
.office__title {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c-line);
  font-size: 16px;
  font-weight: 700;
  color: var(--c-navy);
}
.office__dl {
  display: grid;
  gap: 16px;
}
.office__dl dt {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9db5c9;
}
.office__dl dd {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--c-text-sub);
}
.office__map {
  overflow: hidden;
  border: 1px solid var(--c-line);
}
.office__map img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.office__map-note {
  padding: 12px 14px;
  background: var(--c-blue-bg);
  font-size: 12px;
  color: var(--c-text-light);
}
.office__entry {
  padding: 24px 22px;
  background: var(--c-blue-bg);
  border: 1px solid #dbe8f4;
}
.office__entry-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: var(--c-navy);
}
.office__entry-text {
  font-size: 13px;
  line-height: 1.85;
  color: var(--c-text-mute);
}
.office__entry .btn {
  width: 100%;
  justify-content: center;
  margin-top: 16px;
}

/* --------------------------------------------------------------------------
   4. レスポンシブ
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .contact__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .office {
    position: static;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}
@media (max-width: 900px) {
  .contact {
    padding-block: 52px;
  }
  .contact__lead {
    margin-bottom: 28px;
    font-size: 14.5px;
  }
  .form__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 2px;
  }
  .form__label {
    padding-top: 0;
  }
  .form textarea {
    min-height: 160px;
  }
  .form__submit .btn {
    width: 100%;
    min-width: 0;
  }
  .office {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form textarea {
    padding: 12px 14px;
    font-size: 15px;
  }
  .form__file-btn {
    width: 100%;
    justify-content: center;
  }
}
/* ==========================================================================
   entry.scss — お知らせ詳細ページ専用
   沖縄経済学会

   ■ CMS運用の考え方
   .entry__body（記事本文エリア）の中は、CMSのエディタが出力する
   素の h2 / h3 / h4 / p / ul / ol / dl / table / img / blockquote に
   そのままスタイルが当たります。記事側でクラスを付ける必要はありません。
   ========================================================================== */
/* --------------------------------------------------------------------------
   1. パンくず
   -------------------------------------------------------------------------- */
.breadcrumb {
  border-bottom: 1px solid var(--c-line);
  background: var(--c-blue-bg);
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-block: 14px;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12.5px;
  color: var(--c-text-mute);
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #a9bdcd;
  border-bottom: 1.5px solid #a9bdcd;
  transform: rotate(-45deg);
}
.breadcrumb li[aria-current] {
  color: var(--c-navy);
  font-weight: 500;
}
.breadcrumb a {
  color: var(--c-text-sub);
  transition: color 0.25s ease;
}
.breadcrumb a:hover {
  color: var(--c-blue);
}

/* --------------------------------------------------------------------------
   2. レイアウト
   -------------------------------------------------------------------------- */
.entry {
  padding-block: 72px;
}
.entry__inner {
  max-width: 860px;
}
.entry {
  /* --------------------------------------------------------------------------
     3. 記事ヘッダー
     -------------------------------------------------------------------------- */
}
.entry__header {
  padding-bottom: 26px;
  border-bottom: 2px solid var(--c-navy);
}
.entry__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.entry__date {
  font-family: var(--font-en);
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--c-text-light);
}
.entry__cat {
  padding: 5px 14px;
  border-radius: 2px;
  background: var(--c-navy);
  font-size: 11.5px;
  font-weight: 500;
  color: var(--c-white);
}
.entry__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-navy);
  text-wrap: pretty;
}
.entry__thumb {
  margin-top: 32px;
  overflow: hidden;
}
.entry__thumb img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry {
  /* ==========================================================================
     4. 記事本文（ここから下はクラス不要）
     ========================================================================== */
}
.entry__body {
  margin-top: 36px;
  font-size: 15px;
  line-height: 2;
  color: var(--c-text-sub);
  /* --- 段落 ------------------------------------------------------------ */
}
.entry__body p {
  margin-bottom: 20px;
  text-wrap: pretty;
}
.entry__body p:last-child {
  margin-bottom: 0;
}
.entry__body > p:first-child {
  font-size: 16px;
  font-weight: 500;
  color: var(--c-navy);
}
.entry__body {
  /* --- 大見出し（h2） -------------------------------------------------- */
}
.entry__body h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 44px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-line);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--c-navy);
}
.entry__body h2::before {
  content: "";
  flex: none;
  width: 4px;
  height: 23px;
  background: var(--c-blue);
}
.entry__body h2:first-child {
  margin-top: 0;
}
.entry__body {
  /* --- 中見出し（h3） -------------------------------------------------- */
}
.entry__body h3 {
  margin: 34px 0 0;
  padding: 14px 20px;
  background: var(--c-blue-bg);
  border-left: 3px solid var(--c-navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--c-navy);
}
.entry__body h3 + p, .entry__body h3 + ul, .entry__body h3 + ol, .entry__body h3 + dl, .entry__body h3 + table {
  margin-top: 18px;
}
.entry__body {
  /* --- 小見出し（h4） -------------------------------------------------- */
}
.entry__body h4 {
  margin: 26px 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--c-navy);
}
.entry__body {
  /* --- 箇条書き（ul） -------------------------------------------------- */
}
.entry__body ul {
  margin: 16px 0 24px;
  border-top: 1px solid var(--c-line-pale);
}
.entry__body ul li {
  position: relative;
  padding: 13px 6px 13px 24px;
  border-bottom: 1px solid var(--c-line-pale);
}
.entry__body ul li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-blue);
}
.entry__body ul ul {
  margin: 8px 0 0;
  border-top: none;
}
.entry__body ul ul li {
  padding: 6px 0 6px 18px;
  border-bottom: none;
  font-size: 14.5px;
  color: var(--c-text-mute);
}
.entry__body ul ul li::before {
  top: 18px;
  width: 4px;
  height: 4px;
  background: #9db5c9;
}
.entry__body {
  /* --- 番号付きリスト（ol） ------------------------------------------- */
}
.entry__body ol {
  margin: 16px 0 24px;
  border-top: 1px solid var(--c-line-pale);
  counter-reset: item;
}
.entry__body ol li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 13px 6px;
  border-bottom: 1px solid var(--c-line-pale);
}
.entry__body ol li::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-family: var(--font-en);
  font-size: 13px;
  color: var(--c-blue);
}
.entry__body {
  /* --- 定義リスト（dl） ------------------------------------------------ */
}
.entry__body dl {
  margin: 16px 0 24px;
  border-top: 1px solid var(--c-line);
}
.entry__body dt {
  padding: 14px 2px 2px;
  font-weight: 500;
  color: var(--c-navy);
}
.entry__body dd {
  padding: 0 2px 14px;
  border-bottom: 1px solid var(--c-line);
}
.entry__body {
  /* --- 表（table） ---------------------------------------------------- */
}
.entry__body table {
  width: 100%;
  margin: 16px 0 24px;
  border-collapse: collapse;
  font-size: 14.5px;
}
.entry__body th,
.entry__body td {
  padding: 13px 15px;
  border: 1px solid var(--c-line);
  text-align: left;
  vertical-align: top;
  line-height: 1.85;
}
.entry__body th {
  background: var(--c-blue-bg);
  font-weight: 500;
  color: var(--c-navy);
  white-space: nowrap;
}
.entry__body {
  /* --- 画像・図版 ------------------------------------------------------ */
}
.entry__body img {
  margin: 24px 0;
  width: 100%;
}
.entry__body figure {
  margin: 28px 0;
}
.entry__body figure img {
  margin: 0;
}
.entry__body figcaption {
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--c-text-light);
}
.entry__body {
  /* --- 引用 ----------------------------------------------------------- */
}
.entry__body blockquote {
  margin: 26px 0;
  padding: 20px 24px;
  background: var(--c-blue-bg);
  border-left: 3px solid var(--c-blue);
  font-size: 14.5px;
  color: var(--c-text-mute);
}
.entry__body blockquote p:last-child {
  margin-bottom: 0;
}
.entry__body {
  /* --- リンク・区切り・強調 ------------------------------------------- */
}
.entry__body a {
  border-bottom: 1px solid #bcd5ea;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.entry__body a:hover {
  border-bottom-color: var(--c-navy);
}
.entry__body hr {
  margin: 40px 0;
  height: 1px;
  border: none;
  background: var(--c-line);
}
.entry__body strong {
  font-weight: 700;
  color: var(--c-navy);
}
.entry__body small {
  font-size: 13px;
  color: var(--c-text-light);
}
.entry {
  /* --------------------------------------------------------------------------
     5. 記事フッター（前後の記事 / 一覧へ戻る）
     -------------------------------------------------------------------------- */
}
.entry__foot {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--c-line);
}

/* PC（768px以上）での定義リスト横並び表示 */
@media (min-width: 768px) {
  .entry__body dl {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
  .entry__body dt {
    padding: 15px 2px;
    border-bottom: 1px solid var(--c-line);
  }
  .entry__body dd {
    padding: 15px 2px;
  }
}
/* ページネーション（前後の記事） */
.pager {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
}
.pager__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid var(--c-line);
  font-size: 13.5px;
  color: var(--c-text-sub);
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}
.pager__link:hover {
  border-color: var(--c-blue);
  background: #fbfdff;
  color: var(--c-blue);
}
.pager__link--next {
  justify-content: flex-end;
  text-align: right;
}
.pager__label {
  flex: none;
  font-family: var(--font-en);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9db5c9;
}
.pager__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pager__empty {
  border-style: dashed;
  color: #b7c6d3;
  pointer-events: none;
}
.pager__back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 26px;
  background: var(--c-navy);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--c-white);
  white-space: nowrap;
  transition: background 0.25s ease;
}
.pager__back:hover {
  background: var(--c-blue);
  color: var(--c-white);
}

/* --------------------------------------------------------------------------
   6. レスポンシブ
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {
  .entry {
    padding-block: 48px;
  }
  .entry__title {
    font-size: 22px;
  }
  .entry__thumb {
    margin-top: 24px;
  }
  .entry__thumb img {
    height: 220px;
  }
  .entry__body {
    margin-top: 28px;
    font-size: 14.5px;
    line-height: 1.95;
  }
  .entry__body h2 {
    margin: 34px 0 16px;
    font-size: 18px;
  }
  .entry__body h3 {
    margin-top: 28px;
    padding: 12px 16px;
    font-size: 15.5px;
  }
  .entry__foot {
    margin-top: 40px;
  }
  .pager {
    grid-template-columns: 1fr;
  }
  .pager__link--next {
    justify-content: flex-start;
    text-align: left;
  }
  .pager__back {
    order: -1;
  }
}
@media (max-width: 600px) {
  .entry__body ol li {
    grid-template-columns: 28px 1fr;
    gap: 8px;
  }
  .entry__body table {
    display: block;
    overflow-x: auto;
  }
  .breadcrumb ol {
    gap: 8px;
  }
  .breadcrumb li {
    gap: 8px;
    font-size: 11.5px;
  }
}
.deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 240px;
  opacity: 0.5;
  /* 配置（意匠の密な側＝断ち切り側が必ず角に接するようにする）
     素材は左上が密なので、左の角は素の向き／右の角は左右反転して使う */
}
.deco--tl {
  top: 0;
  left: 0;
}
.deco--tr {
  top: 0;
  right: 0;
}
.deco--bl {
  bottom: 0;
  left: 0;
}
.deco--br {
  bottom: 0;
  right: 0;
}
.deco {
  /* サイズバリエーション */
}
.deco--sm {
  width: 150px;
}
.deco--lg {
  width: 320px;
}
.deco--xl {
  width: 420px;
}
.deco {
  /* 濃度バリエーション */
}
.deco--soft {
  opacity: 0.3;
}
.deco--faint {
  opacity: 0.16;
}
.deco--full {
  opacity: 1;
}
.deco {
  /* 濃紺の面に載せるとき（白抜き気味に馴染ませる） */
}
.deco--on-navy {
  opacity: 0.34;
  mix-blend-mode: screen;
}
.deco {
  /* 見出し脇・区切りの小紋 */
}
.deco-mark {
  display: block;
  width: auto;
  height: 30px;
  margin-bottom: 14px;
}
.deco-mark--inline {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}
.deco {
  /* 区切り線 */
}
.deco-rule {
  display: block;
  height: 34px;
  width: auto;
  margin: 28px 0 0;
}

/* コンテンツを装飾より前面に配置する親要素 */
.deco-host {
  position: relative;
  overflow: hidden;
}
.deco-host > *:not(.deco) {
  position: relative;
  z-index: 1;
}

/*新メールフォーム*/
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt .optional::before {
  content: "任意";
  color: #fff;
  background: #999;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea, .textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #7cc0ee;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #7cc0ee;
}
#mailform button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #7cc0ee;
}
#mailform button * {
  transition: 0.2s;
}

.form-button * {
  transition: 0.2s;
}

/*RadioとText*/
label {
  display: block;
}
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #7cc0ee;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  left: -15px;
  top: 2px;
  margin: 0px;
  box-shadow: 15px -1px #fff;
  border-radius: 50%;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 15px -1px #FFF;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #7cc0ee;
  border-bottom: 3px solid #7cc0ee;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #EEE;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .form-contents :not(.pattern-exclusion) button {
    width: 100% !important;
  }
}
/* /新メールフォーム */
.blog-box {
  margin-bottom: 50px;
}
.blog-box img {
  max-width: 100%;
  height: auto;
}

.page_next {
  float: right;
}

.page_prev {
  float: left;
}

.mtitle_box {
  background: rgba(23, 125, 23, 0.1);
  border-radius: 10px;
  color: #343338;
  font-size: 2rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.8rem;
  }
}
.newsl2 dt {
  font-size: 120%;
  padding-top: 10px;
  line-height: 1.3;
  color: #7cc0ee;
  font-weight: bold;
}
.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  border-bottom: dotted 1px #b6ae83;
}
.newsl2 dd b {
  color: #594C39;
}/*# sourceMappingURL=basis.css.map */