@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1&display=swap');
/* CSS Document */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}

.ouboyoko {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.honbun-area {
  background-color: #dddddd;
  padding: 1em 3em 1em 3em;
  text-align: left;
}
.midashi_01 {
  font-family: 'Roboto', sans-serif;
  color: #9a0905;
  position: relative;
  padding: .3em .3em .3em 1.3em;
  font-size: 1.3rem;
  border-bottom: 3px solid #e0433e;
}
.midashi_01::after {
  position: absolute;
  content: '';
  bottom: 0.2em;
  left: 0em;
  width: 1.1em;
  height: 1.1em;
  background-color: #9a0905;
}
.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: black;
}
.honbun a {
  color: #790704;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 900;
  text-decoration: underline;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent_honbun {
  padding-top: 0.3em;
  padding-left: 4em;
  padding-bottom: 0.3em;
  font-size: 0.9em;
  line-height: 1.65em;
  font-family: 'M PLUS 1', sans-serif;
}
.btn_oubo {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}