@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 {
  box-sizing: border-box;
  width: 100%;
  max-width: 570px;
  display: block;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}

img {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

p {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
}

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

.big {
  font-size: 25px;
}

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

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

.orange {
  color: #ff9900;
}

.bold {
  font-weight: bold;
}

.bottom {
  margin-bottom: 35px;
}

.link {
  text-align: right;
  margin-bottom: 15px;
}
.link a {
  text-decoration: underline;
  color: #4682b4;
  font-size: 13px;
}

.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 .pink_yazirusi {
  width: 100px;
  height: 65px;
  padding: 0 10px;
  box-sizing: border-box;
}
.yazirusi .pink_yazirusi::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 40%;
  background: #d096bb;
}
.yazirusi .pink_yazirusi::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top right, transparent 49%, #d096bb 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #d096bb 50%) top right/50% 100% no-repeat;
}

.section02 .rouhou {
  margin-bottom: 20px;
}
.section02 .red_yazirusi {
  font-size: 27px;
}
.section02 .yellow_marker {
  background: -webkit-linear-gradient(left, #ffff99 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background-position: bottom 0 right 100% !important;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
}
.section02 .check {
  margin-bottom: 50px;
}

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

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

@-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);
  }
}
.section03 .point {
  width: calc(100% - 20px);
  height: auto;
  background: #27ac6f;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section03 .point .left {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.section03 .point .left p {
  color: #fff;
  font-size: 1em;
  text-align: center;
  margin: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  align-self: center;
}
.section03 .point .left p::before {
  content: "";
  width: 15px;
  height: 1px !important;
  border-top: 1px solid #fff;
  transform: translateY(-50%) rotate(50deg);
  display: block;
  position: absolute;
  top: 50%;
  left: -1.5em;
}
.section03 .point .left p::after {
  content: "";
  width: 15px;
  height: 1px !important;
  border-top: 1px solid #fff;
  transform: translateY(-50%) rotate(-50deg);
  display: block;
  position: absolute;
  top: 50%;
  right: -1.5em;
}
.section03 .point .left img {
  width: 40px;
  height: auto;
  margin: 10px auto 0;
  display: block;
}
.section03 .point .right {
  width: 70%;
  height: auto;
  background: #fff;
  border-radius: 5px;
}
.section03 .point .right .text_box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section03 .point .right p {
  position: relative;
  margin: 0 20px;
  padding: 5px 0 5px 24px;
  border-bottom: 2px dotted #eee;
  line-height: 1.8;
  text-align: left;
}
.section03 .point .right p:last-of-type(1) {
  border: none;
}
.section03 .point .right p::before {
  content: "";
  width: 16px;
  height: 16px !important;
  border-radius: 8px;
  background: #27ac6f;
  position: absolute;
  top: 10px;
  left: 0;
}
.section03 .point .right p::after {
  content: "";
  width: 8px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 15px;
  left: 3px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 600px) {
  .section03 .point {
    flex-direction: column;
    align-items: baseline;
  }
  .section03 .point .left {
    flex-direction: row-reverse;
    width: 100%;
    justify-content: flex-end;
    padding: 10px 0 15px;
  }
  .section03 .point .left img {
    width: 43px;
    height: auto;
    display: block;
    margin: 0px 20px;
  }
  .section03 .point .left p::before {
    top: -10px;
    left: 0;
    transform: translateY(0) rotate(-30deg);
  }
  .section03 .point .left p::after {
    top: inherit;
    bottom: -10px;
    left: 0;
    transform: inherit;
    transform: rotate(30deg);
  }
  .section03 .point .right {
    width: 100%;
  }
}
.hukidashi_box {
  margin: 1.5em 0;
  overflow: hidden;
  display: flex;
}
.hukidashi_box img {
  border: solid 3px #d7ebfe;
  box-sizing: border-box;
  width: 55px;
  max-width: 55px;
  height: 55px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  width: 55px;
  min-width: 55px;
  height: auto;
  position: relative;
  overflow: hidden;
}
.hukidashi_box .hukidashi {
  display: block;
  position: relative;
  margin: 0 0 0 20px;
  padding: 12px;
  border-radius: 10pt;
  background-color: #d7ebfe;
  margin-bottom: 20px;
}
.hukidashi_box .hukidashi p {
  text-align: left;
}
.hukidashi_box .hukidashi::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -26px;
  border: 11pt solid transparent;
  border-right: 11pt solid #d7ebfe;
}

.section04 .graph {
  max-width: 498px;
}
.section04 .voicebox {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 3%;
  border: 2px solid #999;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.section04 .voicebox .top {
  display: flex;
  align-items: center;
}
.section04 .voicebox .top .icon_text {
  font-size: 0.8em;
  color: #999;
}
.section04 .voicebox .top .left {
  margin: 2%;
  padding: 0;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section04 .voicebox .top .left img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 16.6666666667vw;
  height: 16.6666666667vw !important;
  max-width: 100px;
  max-height: 100px;
}
.section04 .voicebox .top .right {
  margin: 0 2%;
}
.section04 .voicebox .top .right .title {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px;
  text-align: left;
}
.section04 .voicebox .top .right .price_box {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section04 .voicebox .top .right .price_box p {
  font-weight: bold;
}
.section04 .voicebox .top .right .price_box p:nth-of-type(1) {
  font-size: 0.5em;
  line-height: 1.2;
  margin-right: 0.2em;
  white-space: nowrap;
}
.section04 .voicebox .top .right .price_box p:nth-of-type(2) {
  position: relative;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.1em;
}
.section04 .voicebox .top .right .price_box p:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0.3em;
  width: 110%;
  border-top: 6px solid #f00;
  transform-origin: 0 0;
  transform: rotate(15deg);
  -webkit-animation: blink 1.5s steps(1, start) infinite;
  animation: blink 1.5s steps(1, start) infinite;
}
.section04 .voicebox .top .right .price_box p:nth-of-type(3) {
  color: #e32;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: blink 1.5s steps(1, start) infinite;
  animation: blink 1.5s steps(1, start) infinite;
  font-size: 1.1em;
}
.section04 .voicebox .top .right .price_box p:nth-of-type(3)::before {
  content: "⇒";
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0.2em;
}
.section04 .voicebox .bottom {
  border-top: 2px dotted #999;
  padding: 20px 0 10px;
  margin-bottom: 0;
}
.section04 .voicebox .bottom p {
  text-align: left;
  margin-bottom: 15px;
}
.section04 .voicebox .bottom p:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .section04 .voicebox .top {
    font-size: 0.7rem;
  }
  .section04 .voicebox .top .left img {
    margin-bottom: 10px;
  }
  .section04 .voicebox .bottom p {
    font-size: 0.7rem;
  }
}
.small {
  text-align: right;
  font-size: 10px;
  color: rgb(187, 187, 187);
}

.btn {
  max-width: 500px;
  width: 100%;
}

.back_blue {
  font-size: 20px;
  color: #ffffff;
  background: #3880ff;
  text-align: center;
  padding: 10px !important;
  margin: 20px 0 30px !important;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}
.back_blue::before {
  border-top: 10px solid #3880ff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section07 .yellow_marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff99 0%) repeat scroll 0 0;
  background-position: bottom 0 right 100% !important;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
}/*# sourceMappingURL=style.css.map */