@charset "UTF-8";
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: #f4f4f4;
}

.width {
  padding: 0px 0px 10px;
  background: #fff;
  margin: 0 auto;
  padding-top: 0em;
  max-width: 620px;
  width: 100%;
  box-sizing: border-box;
}
.width:nth-of-type(1) {
  margin-bottom: 10px;
}
.width:nth-of-type(2) {
  padding: 0 20px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.underline-before {
  background: linear-gradient(#ffff00, #ffff00) 0 100%/0 2px no-repeat;
  /*左から、カラー（始点と終点それぞれ同じものを指定）、position / サイズ横縦 繰り返しの有無 */
  transition: background 3s;
  /*トランジションの設定。下線を引く動きをアニメーションにするのに必要 */
  text-decoration: none;
  /*テキストの装飾の設定 */
}

.underline-after {
  background-size: 100% 60%;
  /* 変化後のスタイル。横サイズを0から100%に変えることで指定の文字列に下線を引く */
}

img {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}

p {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 19px;
  margin-bottom: 5px;
  line-height: 1.6em;
}

.kome span {
  font-size: 14px;
}
.kome p {
  font-size: 14px;
}

.small {
  text-align: right;
  font-size: 8px;
  color: rgb(136, 136, 136);
  line-height: 0.5rem;
}

video {
  display: block;
  margin: 0 auto;
  width: 100%;
}

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

.bottom {
  margin-bottom: 30em;
}

.bottom_none {
  margin-bottom: 0px;
}

.yazirusi {
  -webkit-animation-name: btnAnime02;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: btnAnime02;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  -webkit-box-pack: center;
  box-sizing: border-box;
}
.yazirusi .red_yazirusi {
  width: 100px;
  height: 65px;
  padding: 0 10px;
  box-sizing: border-box;
}
.yazirusi .red_yazirusi::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 40%;
  background: #ff0000;
}
.yazirusi .red_yazirusi::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top right, transparent 49%, #ff0000 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #ff0000 50%) top right/50% 100% no-repeat;
}

@-webkit-keyframes btnAnime02 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -8px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes btnAnime02 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -8px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
.cp_arrows {
  position: relative;
  height: 50px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.cp_arrows .cp_arrow {
  position: absolute;
  top: 100%;
  left: 45%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  opacity: 0;
}

.cp_arrows .cp_arrowfirst {
  -webkit-animation: arrow-move08 2s ease-in-out infinite;
          animation: arrow-move08 2s ease-in-out infinite;
}

.cp_arrows .cp_arrowsecond {
  -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
          animation: arrow-move08 2s 1s ease-in-out infinite;
}

.cp_arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: #E91E63;
  transform: rotate(30deg) translateX(-39%);
  transform-origin: top left;
}

.cp_arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: #E91E63;
  transform: rotate(-30deg) translateX(39%);
  transform-origin: top right;
}

@-webkit-keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.big {
  font-size: 27px !important;
}

.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;
}

.max {
  max-width: 370px;
}

.marker02 {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff00 0%) repeat scroll 0 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 {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
}

.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;
  font-size: 20px;
}

.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: 4px #FF0202 solid;
  padding-left: 0.3em;
  padding: 0.7em 0 0.7em 0.8em;
}
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 */