@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
img {
  vertical-align: top;
}
a:link {
  color: red;
}
a:visited {
  color: orange;
}
ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.width_690 {
  width: 690px;
  background-color: black;
}
.width_690 img {
  width: 100%;
}
.oubo_line {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.txt_75area {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  line-height: 1.75em;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 400;
}
.txt_attention {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
}
.txt_big_catch {
  font-size: 1.5em;
  line-height: 1.8em;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
}
.txt_yellow {
  color: yellow;
}
.honbun-area {
  padding: 1em 3em 1em 3em;
  text-align: left;
}
.midashi_01 {
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
  color: yellow;
  position: relative;
  padding: .3em .3em .3em 0em;
  font-size: 1.3rem;
}
.midashi_01::after {
  position: absolute;
  content: '';
  bottom: 0.2em;
  left: 0em;
  width: 1.1em;
  height: 1.1em;
}
.honbun {
  padding-top: 0.7em;
  padding-bottom: 2em;
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 400;
  color: #fff;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
