

:root {
  --theme-color: #1C9F76;
  --theme-rev-color: #fff;
  --theme-font-family-body: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
*,
body,
html {
  font-family: var(--theme-font-family-body);
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  /*background-color: #fff;*/
}


.mt-3 {
  margin-top: 0.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
a {
  color: var(--theme-color);
}
.w-full {
  width: 100%;
}
.navigation__navBar {
  align-items: center;
  display: flex;
  gap: 0;
  height: 4rem;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  z-index: 40;
}

.ui-section{
  background-color:#fff;
  padding:20px 10px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 0.75rem;
  padding-right: 0.75rem;*/
  width: 95%;
  /*position:relative;*/
  
}
.lg\:pb-0 {
  padding-bottom: 0;
}
.items-end {
  align-items: flex-end;
}
.header-logo {
  line-height: 1.5rem;
  max-width: 10rem;
  align-items: center;
  display: flex;
  min-width: 6rem;
  padding: 1.5rem 0.75rem 1rem 1.25rem;
}
.image {
  width: 100%;
}
.heroText {
  background: var(--theme-color);
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
.heroText__content {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--theme-rev-color);
  font-family: var(--theme-font-family-body);
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 36px;
  color: var(--theme-color);
  margin-bottom: 1rem;
  font-weight: 600;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  word-break: break-all;
  table-layout: fixed;
  font-size: 0.95rem;
}
td,
th {
  border: 1px solid #ccc;
  padding: .8em;
  text-align: left;
}
.table-wrap {
  overflow-x: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}
th {
  background-color: #f3f1f3;
  font-weight: 700;
}
td,
th {
  text-align: center;
}
table tbody tr:first-child {
  font-size: 1.5rem;
  font-weight: 700;
}
.theme-color {
  color: var(--theme-color);
}
table tbody tr:nth-child(2) {
  background-color: #e4f5ef;
  font-size:.9rem;
}
.graph {
  margin-bottom: 30px;
  margin-top: 30px;
}
.type-body-sm {
  font-size: 14px;
}
.footer__brandBar {
  background-color: var(--theme-color);
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2rem 2.5rem;
}
.footer__containerLeft {
  align-items: center;
  display: flex;
  justify-content: center;
}
.space-x-space-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(12px * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(12px * var(--tw-space-x-reverse));
}
.pt-\[32px\] {
  padding-top: 32px;
}
.rich-text p {
  overflow-wrap: break-word;
  word-break: break-word;
}
.rich-text a:not(.button):visited {
  color: #7a00e6;
  text-decoration: underline;
}
.rich-text a:not(.button) {
  color: #3c217b;
  text-decoration: underline;
}
.type-body-sm,
.type-eyebrow-md {
  font-size: 0.65rem;
  line-height: 1.25rem;
  line-height: 1.5;
}
.footer__brandBar * {
  color: var(--theme-rev-color);
}
.divider {
  background: #c9c9c9;
  height: 1px;
}
.divider.vertical {
  min-height: 1em;
  width: 1px;
}
div.footer__containerLeft:first-child > .footerLogo {
  order: 3;
}
div.footer__containerLeft:first-child > .divider {
  order: 2;
  margin-right: 15px;
}
div.footer__containerLeft:first-child > .siteLabel {
  order: 1;
  margin-left: -20px;
}
.footer__legalMentions {
  align-self: flex-end;
  margin-top: 0;
  text-align: right;
}
@page {
  size: A4;
  margin: 0;
}
body {
  font-size: 0.9rem;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.graph img {
  width: 100%;
  height: auto;
  display: block;
}

/*
.ui-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}
.ui-section {
  padding-top: 40px;
  padding-bottom: 40px;
}*/
.cardgrid {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.py-space-700 {
  padding-bottom: 24px;
  padding-top: 24px;
}

.quote {
  font-size:.8rem;
}

.bt_btn {
  border: 2px solid var(--theme-color);
  border-radius: 0 0 0 5px;
  position: fixed;
  top:0;
  right:0;
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width:320px;
  padding:13px 10px;
  background-color: #fff;
  transition: all ease .3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; 
}

a .bt_btn  {
  background-color: var(--theme-color);
  text-decoration: none;
  transition: all ease .3s;
}

.bt_btn:hover {
  border: 2px solid var(--theme-color);
  background-color: #fff;
  color: var(--theme-color);
}

.bt_btn img {
  width: 20px;  /* アイコンの幅 */
  height: 20px; /* アイコンの高さ */
  transition: all ease .3s;
}
/* アイコンの色を変更 */
.bt_btn .icon .cls-1 {
  fill: #fff; /* 初期状態は白 */
  transition: fill 0.3s ease; /* ホバー時に色変更のアニメーション */
}

.bt_btn:hover .icon .cls-1 {
  fill: var(--theme-color); /* ホバー時に色を変える */
}




@media (min-width: 768px) {

  .spOnly {
    display: none;
  }
  
  .pcOnly {
   display: block;
  }
  

  .cardgrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:py-space-900 {
    padding-bottom: 48px;
    padding-top: 48px;
  }

  th:first-child, td:first-child {
    width: 275px;;
  }

}
@media (min-width: 1024px) {
  .cardgrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card__container {
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
}
.card__container:hover {
  background-color: #f3f4f6;
}
.modal-wrapper {
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
}
.modal-content,
.modal-wrapper {
  display: flex;
  z-index: 50;
  background-color: white;
}
.modal-content {
  width: 100%;
  max-width: 860px;
  max-height: 90vh;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.modal-body {
  flex: 1 1;
  overflow-y: auto;
  padding: 3rem;
}
.modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 2.5rem;
  font-size: 5rem;
  color: #666;
}
.modal-close:hover {
  color: #333;
}
.type-h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
.divider {
  background: var(--theme-divider-color, #c9c9c9);
  border: none;
  height: var(--theme-divider-line-thickness, 1px);
  width: -webkit-fill-available;
}
.card__container:not(.borderless) {
  border-color: #c9c9c9;
  border-radius: 8px;
  border-width: 1px;
}
.content-list-text button div div {
  color: var(--theme-color);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon {
  display: inline-flex;
  width: 1rem;
  background-color: var(--primary);
}
.icon svg {
  fill: currentColor;
  height: 1.5em;
  width: 1.5em;
  color: var(--theme-color);
}
@media (min-width: 1184px) {
  .container {
    max-width: 1184px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
  .type-h3 {
    font-size: 24px;
  }
}

/* タブレット（幅601px～1200px） 
@media (min-width: 601px) and (max-width: 1200px) {
  .bt_btn {
    width:35%;
  }
}*/

@media (max-width: 767px) {
  body {
    font-size: 0.8rem;
  }
  h2 {
    font-size: 24px;
  }
  #pref-section .container {
    padding-top:30px;
  }

  .footer__brandBar {
    flex-direction: column;
  }
  .modal-content {
    max-height: 100vh;
    border-radius: 0;
  }
  .modal-body {
    padding: 3rem 2rem;
  }
  .modal-close {
    right: 1.5rem;
    top: -1rem;
  }
  table tbody tr:first-child {
    font-size: 1rem;
  }

  .spOnly {
    display: block;
  }
  
  .pcOnly {
   display: none;
  }

  
}


@media (max-width: 600px) {
.bt_btn {
  width:80%;
  font-size:1rem;
}

.bt_btn img {
  width: 15px;  /* アイコンの幅 */
  height: 15px; /* アイコンの高さ */
}
}