body {
  font-size: 1rem;
  font-family: Hiragino Sans, Arial, sans-serif !important;
  margin: 0;
  color: #000000 !important;
}

*,
*::before,
*::after {
  margin: 0;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.width {
  padding: 0px 0px 10px;
  background: #fff;
  max-width: 448px;
  margin: 0 auto;
  padding-top: 0em;
  max-width: 750px;
}

@media screen and (max-width: 474px) {
  .width {
    width: 90%;
  }
}
img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
  .width {
    max-width: 448px;
  }
}
p {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 17px;
  margin-bottom: 1rem;
  line-height: 1.6em;
}

.small {
  text-align: right;
  font-size: 8px;
  margin-bottom: 1.3rem;
  color: #000;
}

.text_left {
  display: block;
}
.text_left p {
  text-align: left;
}

.bottom {
  margin-bottom: 1.3em;
}

.bottom_none {
  margin-bottom: 0px;
}

header {
  background-color: rgba(255, 105, 180, 0.5);
  width: 100%;
  top: 0;
  z-index: 5;
  text-align: center;
  border-top: 3px solid #f98ec3;
  box-shadow: 0 1px 1em rgba(255, 105, 180, 0.5);
  padding: 3px 0;
}
header img {
  max-height: 41px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.big {
  font-size: 20px;
}

.picture_text {
  font-size: 14px;
}

.blue {
  color: rgb(0, 0, 255);
}

.blue.border {
  position: relative;
}
.blue.border::before {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  color: #0000ff;
}

.pink {
  color: #eb175e;
}
.pink.under_line {
  position: relative;
}
.pink.under_line::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #eb175e;
  bottom: 0;
}

.under_line {
  position: relative;
}
.under_line::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #111;
  bottom: 0;
}

.red {
  color: rgb(255, 0, 0);
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ff9 60%);
}

.marker_blue {
  background: linear-gradient(transparent 60%, #a8dafb 60%);
}

.back_yellow {
  background-color: #ffff99;
  line-height: 1em;
}

.marker_red {
  background: linear-gradient(transparent 60%, #ffd0d1 60%);
}

.potupotu {
  font-size: 14px;
}

.link {
  text-align: right;
}
.link a {
  color: #4169e1;
  font-size: 14px;
}
.link a:hover {
  text-decoration: none;
  color: #dc143c;
}

a {
  color: #4169e1;
  font-size: 14px;
}
a:hover {
  text-decoration: none;
  color: #dc143c;
}

.left {
  text-align: left;
  display: block;
  font-size: 14px;
}

.bold {
  font-weight: bold;
}

.bottom {
  margin-bottom: 35px;
}

.left_border {
  font-size: 1.2rem;
  padding: 0 12px;
  border: 0;
  border-left: solid 12px #999;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.25em;
  margin-top: 2rem;
  margin-bottom: 1em;
  border-left: 5px #000 solid;
  border-bottom: 1px #000 solid;
  padding-left: 0.3em;
}
h2 p {
  margin-bottom: 0;
  text-align: left;
}

.text_box {
  padding: 1em 1.5em;
  margin: 2em 0px;
  background-color: #ffffe0;
  border: 6px dotted orange;
  color: #000000;
  text-align: center;
}
.text_box p {
  margin-bottom: 0px;
}

.list p {
  text-align: left;
  margin: 1.3em 0;
}
.list .small {
  text-align: right;
}

.box {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid 3px #000000;
}
.box p {
  margin-bottom: 0px;
  text-align: left;
  line-height: 1rem;
}

.koe {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #f7f9fc;
  border: dashed 2px #a5a9ad;
}
.koe img {
  width: 100%;
}
.koe p {
  text-align: left;
  margin-bottom: 0px;
}
.koe p:nth-of-type(1) {
  text-align: center;
}
.koe p:nth-last-of-type(1) {
  text-align: right;
}

footer {
  text-align: center;
  margin-top: 50px;
}/*# sourceMappingURL=style.css.map */