@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: #000872;
}
a:visited {
  color: #353535;
}

.width_690 {
  width: 690px;
  background-color: #fff000;
}
.width_690 img {
  width: 100%;
}
.oubo_line {
  width: 80%;
  height: auto;
  margin: 0 auto 20px;
}
.oubo_line_qr {
  width: 50%;
  height: auto;
  margin: 0 auto 40px;
}
.txt_75area {
  width: 75%;
  margin: 0 auto;
}
.txt_90area {
  width: 89%;
  margin: 0 auto;
}
.txt_red_title_800 {
  font-size: 1.5em;
  line-height: 1.8em;
  color: #e00101;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
}
.txt_red_title_400 {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #e00101;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 400;
}
.tit_ouboyoko_green_30 {
  width: 30%;
  height: auto;
  font-size: 1.2em;
  line-height: 1.8em;
  background-color: #00a75b;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
  padding: 5px 10px;
	margin: 0 0 20px 0;
  border-radius: 50px;
  text-align: center;
}
.tit_ouboyoko_green_50 {
  width: 50%;
  height: auto;
  font-size: 1.2em;
  line-height: 1.8em;
  background-color: #00a75b;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
  padding: 5px 10px;
	margin: 0 0 20px 0;
  border-radius: 50px;
  text-align: center;
}
.txt_attention {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #3e3e3e;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
}
.txt_big_catch {
  font-size: 1.5em;
  line-height: 1.8em;
  color: #3e3e3e;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
}
.txt_red {
  color: red;
}
.txt_yellow {
  color: yellow;
}
.txt_green {
  color: #00a75b;
}
.honbun-area {
  padding: 1em 3em 1em 3em;
  text-align: left;
}
.midashi_01 {
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
  color: #00a75b;
  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: 0.7em 0 2em;
  font-size: 1.15em;
  line-height: 1.7em;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 400;
}
.indent_honbun {
  padding: 0 0 0 2em;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 751px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}