@charset "utf-8";

/*--------------------------------------------------------------*/
p {
    font-size: 1.2em ;
    line-height: 1.4em;
}
p.text.onsen-height {
    color: #104862;
}
p.point7 {
    font-weight: 600 !important;
    line-height: 2.5rem;
    font-size: 2.3rem;
	padding: 0px !important; 
}
p.usage-title, .usage-calc {
    color: #104862;
}
.bg-color_01 {
    background: #33cccc;
	color: #215e99;
}
.bg-color_02 {
    background: #215e99;
	color: #215e99;
}
.bg-color_03 {
    background: #a13239;
}

.bg-color_04 {
    background: #00b050;
}
.bg-color_05 {
    background: #ff9900;
}
.bg-color_06 {
    background: #80340d;
}
.bg-color02
 {
    background: #ffffff;
    height: auto;
    border-radius: 60px!important;
}

.bg-color02_w
 {
    background: #ffffff;
    height: auto;
    width: 100% !important;
}

#yadodata h2{
   /* background: #00a24a !important;*/
	background: transparent;
}
#yadodata h3 {
    font-weight: bold;
    border: none;
    padding-left: 0;
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.2em;
	color: white;
	font-size: 2.5rem;
}
/*センター*/
.center {
    text-align: center;
    width: 100%;
}
	
/*language*/
.accordion {
    width: 100%;
    margin: auto;
}
.menu {
        position: relative;
        padding: 1% 0 1% 5% !important;
        background: #1eacdb;
        color: #fff;
        border-bottom: 1px solid #fff;
        list-style: none;
    }
h1#yadoname {
    margin: 10px 10px 10px 0px;
    /*color: #215e99 !important;*/
    background-color: transparent;
}
@media screen and (max-width: 560px) {
    h1#yadoname {
        font-size: 3.5rem !important;
    }
}
@media screen and (max-width: 560px) {
.m-plus-rounded-1c-regular {
    font-size: 3.8rem !important;
	}
}

.point {
    font-weight: bold !important;
    color: #ffff00;
    font-size: 5.2em;
    margin: auto 2px !important;
}
.top_point {
    line-height: 0.5;
    font-size: 3.8em;
	color: white;
}
@media screen and (max-width: 560px) {
	.top_point {
    font-size: 2.8em;
	color: white;
  }
}

.components_point {
    line-height: 0.5;
    font-size: 2.8em;
	color: #ff9900;
}
@media screen and (max-width: 560px) {
	.components_point {
    font-size: 1.5em;
	color: #ff9900;
  }
}

.small {
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
}
.small_b {
    font-size: 1.8rem;
    color: #215e99;
    font-weight: bold;
}
.small_c {
    font-size: 3.5rem;
}

.small_d {
    font-size: 1.5rem;
}
span.small2 {
    font-size: 1.0rem;
}
span.small3 {
    font-size: 2.0rem;
}
@media screen and (max-width: 560px) {
	.small_b {
     font-size: 1.2rem;
	 /*line-height: 100px;*/
  }
}

/*  */
@media screen and (max-width: 560px) {
	.small {
     font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
	line-height: 40px;	
  }
}

table#senshitsu-gaiyou {
    /* margin: 20px 10px 20px 10px; */
    color: #215e99 !important;
    font-weight: bolder;
    text-align: center;
    width: 100%;
}

/*Googleフォント宿タイトル*/
.kaisei-decol-regular {
  font-family: "Kaisei Decol", serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 4.2rem !important;
}

@media screen and (max-width: 560px) {
.m-plus-rounded-1c-regular {
   font-size: 3.2rem !important;
   line-height: 4rem !important;
}
}


.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  font-size: 5.2rem;
  line-height: 5rem;
}

/*Googleフォント泉質名*/
.kaisei-opti-regular {
  font-family: "Kaisei Opti", serif !important;
  color: #ffff00;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 4.2rem !important;
}
/*Googleフォント各コーナータイトル*/
.m-plus-1p-regular {
  font-family: "M PLUS 1p", serif !important;
  font-weight: 600 !important;
  font-style: normal;

}
/*Googleフォントメインキーワード、各数字*/
.anton-regular {
  font-family: "Anton", sans-serif !important;
  font-weight: 400!important;
  font-style: normal!important;
  line-height: 3rem;
}



#main p {
    padding: 0px;
    margin: 0px 0px 0px !important;
    /*font-weight: bold;*/
    font-family: 'Noto Sans JP';
	/*line-height: 1.5rem;*/
}


/* アンカーナビ全体 */
.onsen-anchor-nav {
  padding: 15px 10px;
  width: 100% !important;
}


.onsen-anchor-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .onsen-anchor-nav ul  {
    flex-direction: column;   /* 縦並び */
    align-items: stretch;
  }
}
/* 共通ボタン */
.onsen-anchor-nav a {
  display: block;
  padding: 10px 18px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  border-radius: 3px;
  transition: opacity 0.3s;
}
.onsen-anchor-nav ul {
  display: flex;
  width: 100%;
}

.onsen-anchor-nav li {
  flex: 1;
}

.onsen-anchor-nav a {
  text-align: center;
}

.onsen-anchor-nav a:hover {
  opacity: 0.8;
}
.nav-feature {
  background: #215e99; /* ネイビー */
}

.nav-component {
  background: #ff9900; /* オレンジ */
}

.nav-category {
  background: #80340d; /* ブラウン */
}

.nav-keyword {
  background: #a13239; /* ピンク */
}

.nav-other {
  background: #00b050; /* グリーン */
}

 .underline2 {
      text-decoration:underline;
	  text-decoration-color: white;
    }
/*@media (max-width: 768px) {
  .onsen-anchor-nav ul {
    flex-wrap: wrap;
  }

  .onsen-anchor-nav li {
    flex: 0 0 50%;
  }
}*/


.left {
    margin: 20px;
    text-align: left;
}
.right {
    margin: 20px;
    text-align: right;
}
.padding40{
    padding: 40px;
}

.arrow_d {
  display: inline-block;
  width: 30px;
  height: 40px;
  background: #ffffff;
  clip-path: polygon(0 63.2%, 31% 63.2%, 31% 0, 69% 0, 69% 63.2%, 100% 63.2%, 50% 100%);
}


.catchcopy {
    font-weight: bold !important;
    color: #104862;
    font-size: 1.6em;
    margin: auto 2px !important;
    line-height: 2rem;
    padding: 0 20px 0 20px !important;
    text-align: center;
}


/*画像の囲い*/

.onsen-usage-box {
    max-width: 300px;
    margin: 30px auto;
    padding: 10px 10px;
    background: #f7f7f7;
    border: 2px solid #ccc;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}

.usage-title {
  font-weight: bold;
  margin-bottom: 6px;
}

.usage-sub {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #555;
}

.usage-calc {
  margin: 10px 0;
  font-size: 16px;
}

.usage-number {
  font-weight: bold;
}

.usage-result {
  font-weight: bold;
  color: #d33; /* 画像の赤文字を再現 */
}

.usage-note {
  font-size: 12px;
  color: #666;
}

 /*半円・楕円画像＋中央揃え */
.gokan-box {
  /*padding: 25px 15px; */
  text-align: center;
  color: #fff;
}

.gokan-title {
  font-weight: bold;
  margin-bottom: 15px;
}

.gokan-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* 左右の画像枠 */
.gokan-img {
  width: 120px;
  height: 70px;
}

.gokan-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* 中央テキスト */
.gokan-text {
  font-size: 1.5rem;
  line-height: 1.8;
}



/*****************************/
/* こんな人に最適 */
.recommend-box {
  color: #fff;
  padding: 0px 15px;
}

.recommend-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

/* 2カラムグリッド */
.recommend-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255,255,255,0.4);
}

/* 各セル */
.recommend-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border-top: 1px solid rgba(255,255,255,0.4);
  border-right: 1px solid rgba(255,255,255,0.4);
}

/* 右列の右枠を消す */
.recommend-item:nth-child(2n) {
  border-right: none;
}

/* アイコン枠（白角丸） */
.recommend-icon {
  width: 120px;
  height: 120px;
  flex-shrink:0;
  background:#fff;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.recommend-icon img {
  width: 100%;
  height: auto;
}

/* テキスト */
.recommend-item p {
  margin: 0;
  font-size: 1.4em;
  text-align: justify;
}

/* ロゴセル */
.logo-cell {
  justify-content: center;
}

.logo-cell img {
  max-width: 70%;
}

@media screen and (max-width: 600px) {
  .recommend-grid {
    grid-template-columns: 1fr;
  }

  .recommend-item {
    border-right: none;
  }
}
/* 共通 */
.section-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

/* =========================
   美肌の湯 エビデンス
========================= */
.evidence-box {
  color: #fff;
  padding: 30px 15px;
}

 /*.evidence-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}*/
.evidence-inner{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr; /* ★ きっちり3等分 */
  align-items:center;                /* ★ 縦方向のズレ防止 */
  justify-items:center;              /* ★ 各カラムの中身を中央寄せ */
  gap:0;                             /* 必要なら余白 */
  width:100%;
}/*
.evidence-left,
.evidence-right {
  font-size: 28px;
  font-weight: bold;
  opacity: 0.9;
}*/
/* 左右の文字（セル内で中央に置く） */
.evidence-left,
.evidence-right{
  width:100%;                        /* ★ 3分割セルいっぱいを使う */
  text-align:center;
  line-height:1;
  font-size: 4rem;
}


@media screen and (max-width: 600px) {
.evidence-left,
.evidence-right{
  font-size: 2rem;
}
}
.evidence-left {
  transform: rotate(-12deg);
}

.evidence-right {
 transform: rotate(7deg); transform-origin:center;
}

/*.evidence-center {
  text-align: center;
  font-size: 16px;
}*/

/* 中央ブロック */
.evidence-center{
  width:100%;
  text-align:center;
}
.evidence-center .arrow {
  margin: 8px 0;
}

/* =========================
   泉質別適応症
========================= */
.effect-box {
  color: #fff;
  padding: 30px 15px;
  margin-top: 10px;
}

.effect-box .section-title span {
  font-size: 13px;
  font-weight: normal;
}

.effect-list {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    text-align: left;
    display: inline-block;
}

.effect-list li {
  margin: 12px 0;
  font-size: 25px;
}

.effect-link {
  text-align: center;
  font-size: 13px;
}

.effect-link a {
  color: #fff;
  text-decoration: underline;
}

/* =========================
   陽イオンブロック
========================= */
.ion-box {
  padding: 30px 15px;
  color: #fff;
  position: relative; /* ★ これが超重要 */
}

.ion-title {
  font-weight: bold;
  margin-bottom: 20px;
}

/* グラフ周り */
.ion-graph-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 60px;
}

/* 左右ラベル */
.ion-label {
  font-size: 5rem;
  font-weight: bold;
}

.ion-badge{
  position: absolute;
  top: 0;                 /* 白枠の上端基準 */
  right: 24px;            /* 右寄せ（中央にしたければ50%） */
  transform: translateY(-50%); /* ★ 半分外に出して“乗せる” */

  background:#fff;
  color:#ff9800;
  padding:6px 14px;
  border-radius:999px;

  font-size:14px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;

  box-shadow:0 2px 6px rgba(0,0,0,.15);

  transform-origin:center;
}

@media screen and (max-width: 600px) {
  .ion-label {
    font-size: 2rem;
  }
}	
.ion-label.left {
  transform: rotate(-20deg);
}

.ion-label.right {
  transform: rotate(20deg);
  text-align: right;
}

.ion-amount {
  font-size: 2.9rem;
}
@media screen and (max-width: 600px) {
  .ion-amount {
    font-size: 1.0rem;
  }
}	
/* 円グラフ */
.ion-chart {
  width: 200px;
  height: 200px;
}

.ion-chart svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

/* 円グラフの円 */
.slice-a,
.slice-b {
  fill: none;
    stroke-width: 40px;
    r: 80;
    cx: 100;
    cy: 100;
    stroke-dasharray: 632;
}

/* A：67.10% */
.slice-a {
  stroke: #3b6b00;
  stroke-dashoffset: 0;
}

/* B：32.19% */
.slice-b {
  stroke: #e85c2f;
  stroke-dashoffset: 337; /* 502 × 0.671 */
}

/* 中央文字 */
.chart-text {
  fill: #fff;
  font-size: 24px;
  font-weight: bold;
  transform: rotate(90deg);
}

/* 説明文 */
.ion-desc {
  background: #f4f4f4;
  color: #333;
  /*padding: 15px;*/
  font-size: 16px;margin: auto;
  width: 90%;
	  
}

.ion-total {
  font-weight: bold;
  margin-bottom: 10px;
}

/*溶存物質 合計テーブルレイアウト */
.onsen-table {
  width: 90%;
  border-collapse: collapse;
  background: #8fd3c8;
  border: 2px solid #000;
  color: #105690;
}

.onsen-table td {
  border: 1px solid #006b8f;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  width: 50%;
}

/* ===== 上段バー ===== */
.bar-cell {
  padding: 20px;
}

.bar-wrap {
  position: relative;
  height: 28px;
  background: #a9a6a6;
}

/* 青いバー（667mg → 約67%想定） */
.bar-fill {
  height: 100%;
  width: 26%;
  background: #ffff00cc;
}
/* 青いバー（1,141 mg/kg） */
.bar-fill2 {
  height: 100%;
  width: 53%;
  background: #ffff00cc;
}
/* 青いバー（2,000~ mg/kg） */
.bar-fill3 {
  height: 100%;
  width: 53%;
  background: #ffff00cc;
}
/* 中央縦線 */
.bar-center-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
}

/* 黄色三角 */
.bar-marker {
  position: absolute;
  left: 50%;
  top: -12px;                 /* ← 一番上に出す */
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ffd400; /* 下向き三角 */
  transform: translateX(-50%);
}


/* 数値 */
.bar-value {
  position: absolute;
  left: 210px;
  top: 2px;
  font-weight: bold;
  color: #000;
}

/* ===== 中段 ===== */
.left, .right {
  /*width: 50%;*/

}

/* ===== 下段 ===== */
.bottom {
  font-size: 14px;
}

.bottom span {
  margin: 0 10px;
  font-weight: bold;
}


/* ===== 吹き出し専用 ===== */
.osmotic-wrap {
  position: relative;
}

/* 吹き出し本体 */
.dissolved-balloon {
    position: absolute;
    left: 410px;
    top: 20px;
    background: #f4c400;
    color: #333;
    padding: 16px 18px;
    min-width: 200px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    /* line-height: 1.3; */
    opacity: 0.96;
}

@media screen and (max-width: 560px) {
    .balloon2-top {
        max-width: 80% !important;
    }
}
@media screen and (max-width: 600px) {
  .dissolved-balloon {
        position: absolute;
        left: 270px;
        top: -20px;
        background: #f4c400;
        color: #333;
        padding: 2px 2px;
        min-width: 90px;
        border-radius: 4px;
        font-weight: bold;
        text-align: center;
        opacity: 0.96;  }
}	
/* 吹き出しの三角（右向き） */

.dissolved-balloon::after {
    content: "";
    position: absolute;
    right: 32px;
    top: 95%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #efbe01;
    transform: translateX(-50%);
}

/* 文言調整 */
.dissolved-balloon .label {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.dissolved-balloon strong {
  font-size: 26px;
}

.dissolved-balloon .unit {
  font-size: 14px;
  margin-left: 4px;
}

/* 泉温テーブルレイアウト */
/* ===== セクション全体 ===== */
.onsen-temp {
  max-width: 860px;
  margin: 0 auto;
  color: #fff;
  font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

/* ===== テーブル＋バッジをまとめる枠 ===== */
.temp-table-wrap {
  /* ここが “表の外バッジ” の基準 */
  position: relative;


  /* 右にバッジ分の余白を確保（ここが大事） */
  padding: 18px 88px 18px 18px;

  /* 行高さ・罫線・バッジの行番号をCSS変数で管理 */
  --row-h: clamp(52px, 6.2vw, 64px);  /* 端末が違ってもほぼ同じ見え方 */
  --b: 1px;                           /* 罫線太さ */
  --badge-row: 1;                     /* 1=高温泉 2=温泉 3=低温泉 4=冷鉱泉 */
}

/* ===== テーブル ===== */
.temp-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.temp-table th,
.temp-table td {
  border: var(--b) solid rgba(255,255,255,.35);
  padding: 14px 14px;
  vertical-align: middle;
  line-height: 1.25;
}

/* 各行の高さを安定させる（外出しabsoluteのズレ防止） */
.temp-table tr {
  height: var(--row-h);
}

/* 左列：区分 */
.temp-table .cat {
  width: 18%;
  text-align: center;
  font-weight: 700;
  letter-spacing: .1em;
}

/* 中央列：名称 */
.temp-table .name {
  width: 42%;
  text-align: center;
  font-weight: 700;
}
.temp-table .name.hot {
  color: #ffd95a;
  font-size: 1.35rem;
}

/* 右列：基準 */
.temp-table .range {
  width: 40%;
  text-align: left;
}

/* ===== 表の外に出す矢印バッジ ===== */
.temp-badge {
  position: absolute;

  /* 表の右外に固定（wrapのpadding-rightで余白を取っている） */
  right: 18px;

  /* “○行目の中央” に合わせる：padding-top + (行高さ×(行-0.5)) */
  top: calc(
    18px + (var(--row-h) * (var(--badge-row) - 0.5))
  );

  transform: translateY(-50%);

  background: #f2b233;
  color: #3a2a00;
  font-weight: 800;
  padding: 10px 16px;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
  white-space: nowrap;
}

/* 矢印の三角 */
.temp-badge::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 12px 12px 12px 0;
  border-style: solid;
  border-color: transparent #f2b233 transparent transparent;
}

/* ===== 下の説明文 ===== */
.note, .note2 {
  text-align: center;
  margin: 14px 0 0;
  line-height: 1.8;
  opacity: .95;
}

.note2 {
  margin-top: 22px;
  font-weight: 700;
}

.keywords_p {
  font-weight: bold !important;
  color: #ffff00;
  font-size: 1.9em;
  margin: auto 2px !important;
  line-height: 5rem;
}

.keywords_p {
  margin: 0 0 10px;   /* 下だけ少し */
  line-height: 1.4;  /* 行間を詰める */
}
.keywords_p {
  display: inline-block;
  margin-bottom: 2px; /* ここが効く */
}
/* 1かたまり（見出し＋説明文）ごとの間隔 */
.keywords_p {
  margin-bottom: 16px; /* ← ここが「かたまり間のスペース」 */
  line-height: 1.35;
}
/* 源泉の利用状況  パネル全体 */
.spa-panel{
  background:#00b050;                /* 緑：サイトに合わせて微調整 */
  color:#fff;
  padding: clamp(14px, 2.2vw, 22px);
  border-radius: 4px;
}

/* 見出し */
.spa-panel__title{
  margin:0 0 10px;
  text-align:center;
  font-weight:700;
  letter-spacing:.08em;
  font-size: clamp(18px, 2.2vw, 26px);
}

/* A/B 説明 */
.spa-panel__desc{
  margin: 0 0 14px;
  text-align:center;
  line-height:1.8;
  font-size: clamp(13px, 1.6vw, 16px);
}

.spa-panel__desc .label{
  font-weight:700;
}

/* スマホ対策：横スクロール */
.spa-table-wrap{
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
}

/* テーブル */
.spa-table{
  width:100%;
  min-width: 720px;                  /* ここが肝：狭い画面はスクロールさせる */
  border-collapse: collapse;
  table-layout: fixed;
  background: rgba(0,0,0,.06);
}

/* 罫線とセル */
.spa-table th,
.spa-table td{
  border: 2px solid rgba(255,255,255,.55);
  padding: 14px 12px;
  text-align:center;
  vertical-align: middle;
  line-height:1.55;
}

/* ヘッダー行（白っぽい帯） */
.spa-table thead th{
  background: rgba(255,255,255,.85);
  color:#185b2f;
  font-weight:700;
  font-size: 16px;
}

/* 本文 */
.spa-table tbody td{
  background: rgba(0,0,0,.08);
  font-size: 15px;
  font-weight: 600;
}



/* さらに狭いスマホで余白を詰める（任意） */
@media (max-width: 420px){
  .spa-table th, .spa-table td{ padding: 12px 10px; }
}

/* 源泉の利用状況 テキスト専用パネル調整 */
.spa-panel--text{
  margin-top: 26px;
}

/* テキスト枠 */
.spa-text-box{
  background: rgba(0,0,0,.08);
  border: 2px solid rgba(255,255,255,.55);
  padding: clamp(14px, 2.4vw, 22px);
}

/* 本文テキスト */
.spa-text-box p{
  margin: 0;
  line-height: 1.9;
  font-size: clamp(14px, 1.7vw, 16px);
  letter-spacing: .04em;
  text-align: left;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}

/* スマホでの読みやすさ微調整 */
@media (max-width: 480px){
  .spa-text-box{
    padding: 14px;
  }
  .spa-text-box p{
    line-height: 1.85;
  }
}

.padding30 {
    padding: 30px;
    width: 90%;
    margin: auto;
}

.padding20 {
    padding: 20px;
    width: 90%;
    margin: auto;
	margin-bottom: 30px;
}

#main section+section {
    margin-top: 0px; 
}

.circle-btn {
  border-radius: 30px !important;          /* 円にする */
  border: 2px solid #fff;      /* 白い線（枠） */
  color: #FFD800 !important;                 /* 文字を黄色 */
  text-decoration: none;
  display: flex;               /* 中央寄せ */
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  width: 60%;
  margin: auto;
}
h2.yadodata2 {
    background: #00a24a !important;
}

/* 白い説明枠 */
.ion-desc {
  position: relative;
  background: transparent;
  /*padding: 20px;*/
  margin-top: 40px;
}

/* 浮かせる 196 mg/kg */
.ion-float-value {
  position: absolute;
  top: -80px;          /* 白枠のちょうど上 */
  right: 20px;         /* 右端から少し内側 */
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  padding: 6px 14px;
  border-radius: 999px; /* 角丸（画像と同じ） */
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
.ion-float-value {
    font-size: 3rem !important;
}
}
/* グラフエリアを基準にする */
.ion-graph-area {
  position: relative;
}

/* 52.6 mg/kg 表示 */
.undissociated-value {
  position: absolute;
  right: -40px;        /* グラフの外側 */
  bottom: -60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

/* 数値を大きく */
.undissociated-value .num {
  font-size: 48px;
  line-height: 1;
}

/* 単位 */
.undissociated-value .unit {
  font-size: 20px;
  margin-left: 6px;
}

.point4 {
    font-weight: bold !important;
    color: #fff;
    font-size: 1.0em; 
    margin: auto 2px !important;
    line-height: 1.5rem;
	 margin-bottom: 16px;
	margin-bottom: 20px !important;
    display: block;
}
.grid-m {
    margin-bottom: 0px;
}

/* 全体 */
.ion-desc.type-split {
  position: relative;
  margin-top: 40px;
}

/* 右上の mg/kg */
.ion-float-value {
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 5.0rem;
  font-weight: bold;
  color: #fff;
}

/* A・B 1セット */
.ion-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

/* A・B の文字 */
.ion-alpha {
  font-size: 96px;
  line-height: 1;
  color: #fff;
  margin-right: 20px;
  flex-shrink: 0;
}

/* 白い説明ボックス */
.ion-text {
  position: relative;
  background: #fff;
  padding: 24px 28px;
  border-radius: 6px;
  line-height: 1.6;
  width: 100%;
  color: #104862;
  font-weight: bolder;
}

/* 吹き出しの三角 */
.ion-text::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px 14px 8px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.box {
  border: 2px solid #fff; /* 幅・種類・色をまとめて指定 */
  padding: 20px !important;       /* 文字と枠線の間の余白 */
    background: white;
    color: #104862;
}
@media screen and (max-width: 560px) {
.box {
 width: 150px;
	}
}
@media screen and (max-width: 560px) {
    .text.onsen-height::before {
        right: 20% !important;   
        top: 30% !important;   
        bottom: 0;
    }
}
.dots span {
  position: relative; /* 基準値とする */
}
.dots span::before {
  content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -1em;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 0;            /* 横方向の表示位置を調整 */
}

.balloon2-top:before {
    border-bottom: 12px solid #ff9900 !important; 
}

/* 吹き出し本体 */
.balloon3-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  border: solid 3px #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
}

/* 外側（三角の白い枠） */
.balloon3-top::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 14px 14px 14px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 2;
}
/* スマホのときだけ改行 */
.sp-only {
  display: none;
}

@media screen and (max-width: 575px) {
  .sp-only {
    display: block;
  }
}
/* 内側（透明に見せる部分＝背景色） */
.balloon3-top::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 11px 11px 11px;
  border-style: solid;
  border-color: transparent transparent #80340d transparent;
  z-index: 3;
}
.low-osmotic {
  font-size: 1.8em;   /* お好みで 1.6〜2.0em */
  font-weight: bold;
  color: #ffff00;
  line-height: 1.2;
}
/* セル色 */
.cell-white {
    background-color: white;
}
.cell-blue {
    background-color: #329eed;
}
.cell-gray {
    background-color: #2A2828;
}
