@charset "UTF-8";
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

.sp-only {
  display: none;
}

/* iOS15対応：より確実なメディアクエリ */
@media screen and (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}
/* iOS15の古いWebKit対応 */
@media only screen and (max-device-width: 768px) {
  .sp-only {
    display: inline;
  }
}
g,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/**
 * MIXI RESET
 */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  /* font-size 1em = 10px; */
  /* font-size 1rem = 10px; */
  font-size: 62.5%;
  /* iOS15対応 */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* stylelint-disable-next-line no-duplicate-selectors */
body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "M PLUS 1p", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  word-wrap: break-word;
  color: #111;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  /* iOS15対応 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* メニュー開閉時のスクロール制御 */
}
body.is-menu-open {
  overflow: hidden;
  /* iOS対応：position fixed でのスクロール防止 */
  position: fixed;
  width: 100%;
}

main {
  flex: 1;
  display: block;
  background: #F2F2F2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  appearance: none;
}

small {
  font-family: Verdana, Arial, Geneva, Tahoma, sans-serif;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

/* iOS15対応：Flexboxの互換性向上 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* iOS15対応：Flexboxのベンダープレフィックス */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* iOS15対応：transformの互換性 */
.transform-gpu {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* CMS Content Styles - News Detail */
.news-content-inner p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2.8rem;
}
.news-content-inner a {
  color: #60C000;
}
.news-content-inner img {
  width: 100%;
  height: auto;
}
.news-content-inner h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 3rem 0 1.5rem;
}
.news-content-inner h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 2.5rem 0 1.2rem;
}
.news-content-inner h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 2.5rem 0 1.2rem;
}
.news-content-inner h5 {
  font-size: 1.2rem;
  margin: 2.5rem 0 1.2rem;
}
.news-content-inner ul,
.news-content-inner ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
.news-content-inner li {
  margin-bottom: 0.8rem;
}
.news-content-inner blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
}
.news-content-inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
.news-content-inner th,
.news-content-inner td {
  border: 1px solid #ddd;
  padding: 0.8rem;
  text-align: left;
}
.news-content-inner th {
  background-color: #f5f5f5;
  font-weight: 700;
}