@-moz-keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-webkit-keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-o-keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: var(--txt_base);
}
* {
  color: #000;
}
@media only screen and (max-width: 750px) {
  * {
    color: #808080;
  }
}
*:focus {
  outline: none;
}
html {
  min-height: 100%;
  position: relative;
  font-size: 62.5%;
  background: #fff;
}
@media only screen and (max-width: 750px) {
  html {
    background: url("../../images/bg1.png") repeat;
    background-size: cover;
  }
}
iframe {
  vertical-align: bottom;
}
body {
  font-size: 1.4rem;
  margin: 0 auto 0;
  position: relative;
  font-family: 'メイリオ', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Roboto', 'Meiryo', 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
.svg__basic {
  fill: currentColor;
}
.view_pc {
  display: block;
}
.view_pc.inline {
  display: inline-block;
}
.view_sp {
  display: none !important;
}
.base:after {
  content: "";
  display: table;
  clear: both;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}
*:not(input) {
  -webkit-user-select: none;
}
* {
  color: #000 !important;
}
img {
  max-width: 100%;
  display: block;
}
html {
  overflow: hidden;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-style: normal;
  margin: auto;
  background: url("../../images/news/BG2-1.png") no-repeat #f9f6f6;
  background-size: cover;
}
h1 {
  margin: 0 auto 32px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #010101;
}
h1 img {
  margin: 0 auto;
}
.content__page {
  height: calc(100% - 4px);
  scrollbar-color: #ffdc7f #fff;
  scrollbar-width: thin;
  overflow-y: scroll;
  padding: 16px 40px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 16px;
  color: #010101;
  line-height: 1.6;
}
.content__page::-webkit-scrollbar {
  background: url("../../images/bg0.png");
  width: 5px;
  height: 2px;
  cursor: pointer;
}
.content__page::-webkit-scrollbar-track {
  border-radius: 40px;
}
.content__page::-webkit-scrollbar-thumb {
  border-radius: 40px;
  cursor: pointer;
  background: url("../../images/bg2.png");
}
@media only screen and (max-width: 520px) {
  .content__page {
    padding: 16px;
  }
}
.content__page h4 {
  margin: 16px 0 -12px;
}
.content__page .img {
  margin: 8px auto;
}
.content__page dl {
  margin-top: 0;
}
.content__page dl dt {
  cursor: pointer;
  min-height: 72px;
  padding: 6px 16px;
  margin-bottom: 12px;
  background: url("../../images/bg0.png") repeat;
  background-size: cover;
  border-image: url("../../images/news/frame1-1.png") round;
  border-image-slice: 4;
  border-image-width: 4px 4px;
}
.content__page dl dt > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  height: 20px;
}
.content__page dl dt > div span,
.content__page dl dt > div img {
  display: inline-block;
}
.content__page dl dt > div div {
  font-size: clamp(1rem, 3vw, 1.4rem);
  padding-top: 1px;
  padding-left: 16px;
  line-height: 20px;
}
.content__page dl dt > div div img {
  vertical-align: text-top;
  margin-right: 4px;
}
.content__page dl dt > div > img {
  vertical-align: middle;
  margin-right: 18px;
}
.content__page dl dt p {
  margin: 8px 0 0;
  line-height: 1.4;
  font-size: clamp(1rem, 3vw, 1.3rem);
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .content__page dl dt p {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
}
.content__page dl dd {
  font-weight: 300;
  margin-left: 0;
  margin-bottom: 24px;
  font-size: 16px;
}
.content__page dl dd p {
  font-size: clamp(1rem, 3vw, 1.4rem);
}
.content__page dl dd img {
  border-radius: 8px;
}
.content__page dl.icon dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.content__page dl.icon dt img {
  width: 24px;
  margin-right: 6px;
}
.content__page p.tal {
  line-height: 2;
}
.content__page p.tal.if {
  line-height: 2.6;
  text-align: center;
}
.red-text {
  color: red !important;
}
.blue-link {
  color: #6699ff !important;
  text-decoration: none !important;
}
.blue-link:hover {
  text-decoration: underline !important;
  text-decoration-color: #6699ff !important;
}
@media only screen and (max-width: 540px) {
  * {
    color: #808080 !important;
  }
}
