@charset "shift_jis";

*, *::before, *::after { box-sizing: border-box; }

/* ページ全体 */
.page-wrapper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 10px;
}
.page-wrapper a { color: #630; }
.page-wrapper p { margin: 0; }

/* ヘッダー */
h1 { margin: 0 0 8px; }
h1 img { display: block; width: 100%; max-width: 700px; }

/* ナビゲーション */
.global-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 2;
}
.nav-links a, .nav-links span {
  display: inline-flex;
  padding: 0 5px;
  align-items: center;
}
.shiryou {
  display: block;
  width: fit-content;
  margin: 0 auto;
}


/* 新着情報 */
.news-wrapper { width: 100%; margin: 8px 0; }
.update-scroll {
  width: 100%;
  max-height: 80px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 8px;
  margin: 0;
  background: #fafafa;
  font-size: 13px;
  list-style: disc;
}
.update-scroll li { margin-bottom: 4px; }

/* バナー */
.sample-box-wrap { padding: 10px 0; text-align: right; }
.sample-box-7 {
  background-color: #FCB67C;
  margin: 0.5em 0;
  padding: 0.5em;
  position: relative;
}
span.sample-box-7::after {
  content: "";
  border-color: #F06000 #fff #fff #F06000;
  border-style: solid;
  border-width: 0 0 7px 7px;
  bottom: 0;
  position: absolute;
  right: 0;
}

/* セクション共通 */
section { width: 100%; margin-bottom: 24px; }

.section-heading {
  background-image: url(../images/bar_ceg.jpg);
  background-repeat: repeat-x;
  color: #360;
  padding-left: 13px;
  font-size: 16px;
  height: 28px;
  line-height: 29px;
  margin: 1.5rem 0 10px;
}
.netis-number {
  font-size: 0.9rem;
  border: solid 1px #000;
  width: 220px;
  text-align: center;
  background: #ffffe0;
  margin-left: auto;
}

/* 見出し */
h4 { font-size: 18px; margin: 20px 0 10px; }
.sub {
  font-size: 1.2em;
  font-weight: bold;
  color: #008000;
  margin: 3rem 0 10px;
  border-bottom: 1px solid #008000;
  text-indent: 0.5em;
}
.catchcopy {
  color: #663300;
  font-size: 23px;
  text-align: center;
  margin: 0;
  padding: 16px 0;
}

.toi-heading { color: #fff; }
.toi .section-heading { background: #268e18; color: #fff; }

/* ユーティリティ */
.text-center { text-align: center; }
.page-top { text-align: right; margin: 2rem 0 0; font-size: 12px; clear: both; height: 10px; }
.detail-link { padding-left: 30px; padding-top: 15px; padding-bottom: 25px; }

/* 画像 */
img { max-width: 100%; height: auto;}
.img-box {text-align: center; margin: 10px 0;}
.kousei-wrap { margin: 20px auto;text-align: center; }

/* 2カラム */
.two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
  align-items: center;
}
.two-col > div { flex: 1 1 280px; min-width: 0; }
.two-col h4 {margin-top: 0;}

/* テーブル：feature */
.feature-table {
  border-collapse: collapse;
  margin: 10px auto;
}
.feature-table th {
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  width: 200px;
  height: 80px;
}
.feature-table td {
  background: #fff;
  font-size: 0.9em;
  padding-left: 10px;
}
.green th { background: #385723; border: 1px solid #385723; }
.green td { border: 1px solid #385723; }
.blue th  { background: #203864; border: 1px solid #203864; }
.blue td  { border: 1px solid #203864; }
.orange th { background: #ed7d31; border: 1px solid #ed7d31; }
.orange td { border: 1px solid #ed7d31; }

/* テーブル：hyou1 */
.hyou1 {
  border-collapse: collapse;
  text-align: center;
  margin: 20px auto;
  vertical-align: middle;
  font-size: 0.9rem;
}
.hyou1 th, .hyou1 thead.bg-cfe081 td {
  background-color: #CFE081;
  font-weight: normal;
  border: 1px solid #000;
  padding: 2px 10px;
}
.hyou1 td { border: 1px solid #000; padding: 2px 7px; white-space: nowrap; }
.font-xs { font-size: 0.6rem; }

/* G-Spec */
.gspec-photos {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.gspec-photo-325 { width: 325px; }
.gspec-photo-250 { width: 250px; }
.gspec-right-flex {
  width: 400px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.gspec-recommend-note {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: lemonchiffon;
  text-align: center;
  font-size: 0.9rem;
}
.gspec-product-img { width: 195px; text-align: center; }

/* クサマモール */
.kusama {
  width: 700px;
  padding: 20px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
}

.kusama-orange { width: 325px; }
.kusama-orange p {
  width: 100%;
  padding: 10px;
  background-color: #ff9c00;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
}

.kusama-animal-wrap { margin-top: 50px; display: flex; justify-content: center; }
.kusama-animal-note {
  width: 655px;
  margin: 20px 0;
  padding: 10px;
  background-color: #FBE5D6;
  text-align: center;
}
.structure {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
}
.structure-step { width: 176px; }
.step-label {
  margin: 0 20px;
  padding: 10px;
  background-color: yellowgreen;
  text-align: center;
}
.step-desc { padding: 10px; height: 80px; font-size: 0.8rem; }
.detail-explain { max-width: 660px; }
.detail-explain p { padding: 10px; padding-left: 25%; font-size: 0.8rem; }
.triangle-wrap { width: 29px; display: table; }
.triangle-inner { display: table-cell; vertical-align: middle; }

/* お問合せ */
.toi { text-align: center; }
.contact-address { font-style: normal; padding: 8px; text-align: center; }
.contact-address img { display: inline-block; margin-top: 6px; }

/* SP */
@media (max-width: 480px) {
  .page-wrapper { padding: 0 5px; }
  .global-nav { flex-direction: column; }
  .global-nav a { text-align: center; }
  .nav-links { justify-content: center; }
  .update-scroll { max-height: 140px; }
  .section-heading {
    height: auto;
    line-height: 1.2;
    background-image: none;
    background: linear-gradient(0deg, #fff, #f4b757, #fff);
    border: #ccc solid 1px;
    border-left: none;
    border-right: none;
    padding: 5px 2px;
  }
}

/* タブレット */
@media screen and (max-width:767px) {
  .two-col {justify-content: center;}
  .two-col > div { flex: 1 1 100%; }
  .kusama,.structure {max-width: 100%; justify-content: center;}
  .structure {flex-direction: column;}
  .structure-step,.triangle-wrap { margin: 0 auto;}
  .triangle-inner img {transform: rotate(90deg);}
  .hyou1 {display: block; max-width: 100%; overflow-x: scroll;}
  .detail-explain p {padding-left: 10px;}
}