@-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;
  scrollbar-color: #ffdc7f #fff;
  scrollbar-width: thin;
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  background: url("../../images/bg0.png");
  width: 5px;
  height: 2px;
  cursor: pointer;
}
body::-webkit-scrollbar-track {
  border-radius: 40px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 40px;
  cursor: pointer;
  background: url("../../images/bg2.png");
}
h1 {
  margin: 16px auto;
  width: 90%;
  text-align: center;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 12px 16px;
  box-sizing: border-box;
  border-style: solid;
  border-image: url("../../images/item_base.png") 30 30 30 30 fill/30px 30px 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
}
@media only screen and (max-width: 750px) {
  h1 {
    font-size: 12px;
  }
}
h1 img {
  margin: 0 auto;
}
.c_red {
  color: #f00;
}
.content__page {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.6;
  padding: 16px;
}
@media only screen and (max-width: 750px) {
  .content__page {
    padding-top: 0px;
  }
}
.content__page > p {
  font-size: clamp(1rem, 4vw, 1.6rem);
  font-weight: bold;
}
.content__page .img {
  margin: 8px auto;
}
.content__page dl dt {
  margin-bottom: 8px;
  font-size: clamp(1rem, 4vw, 1.6rem);
  font-weight: 900;
}
.content__page dl dt span {
  position: relative;
}
.content__page dl dd {
  margin-left: 12px;
  margin-bottom: 20px;
  font-size: clamp(1rem, 3vw, 1.4rem);
  font-weight: 300;
}
.content__page dl dd dl dt {
  font-size: 14px;
}
.content__page dl dd > * {
  font-size: inherit;
  font-weight: inherit;
}
.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 span {
  display: block;
}
.content__page p span.bold {
  font-weight: 900;
  text-align: center;
}
.content__page p.tal {
  line-height: 2;
}
.content__page p.tal.ifs {
  text-align: left;
  line-height: 1.6;
  font-size: clamp(1rem, 3vw, 1.4rem);
  font-weight: 300;
}
.content__page p.tal.if {
  text-align: left;
  line-height: 2.4;
  font-size: clamp(1rem, 3vw, 1.4rem);
  font-weight: 300;
}
@media only screen and (max-width: 540px) {
  * {
    color: #808080 !important;
  }
}
