@charset "Shift_JIS";

.main-title__label {
  display: block;
  font-size: 0.8em;
}

.main-title__heading {
  display: block;
  font-size: 1.2em;
  margin: 5px 0;
}

.main-title__sub {
  display: block;
  font-size: 0.95em;
  color: #00008b;
  margin: 5px 0;
}

.tw a button {
  background-color: #000000;
  color: white;
  padding: 0px 5px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.tw a button:hover {
  background-color: #8b8b8b;
}

#newsDetail .section h2.detailArticle__heading {
  font-weight: bold;
  font-family: "Yu Gothic Pr6N B", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  font-size: 1.2em;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: none;
}

#newsDetail .section h3.detailArticle__headline {
  font-weight: bold;
  font-family: "Yu Gothic Pr6N B", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
}

#newsDetail strong {
  font-weight: bold;
  font-family: "Yu Gothic Pr6N B", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
}

#newsDetail sup {
  font-size: 0.7em;
  vertical-align: middle;
}

#newsDetail .border-box {
  border: 1px solid #555;
  padding: 10px 15px;
  margin-bottom: 15px;
}

#newsDetail .section p span.highlight-text {
  text-decoration: underline;
}

#newsDetail .section a {
  text-decoration: underline;
}

#newsDetail .img_box {
  text-align: center;
}

#newsDetail .img_box.w80p img {
  margin: auto;
  width: 80%;
}
