@charset "UTF-8";
body main .title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  text-align: center;
  border: 1px solid grey;
  font-weight: 500;
  box-shadow: 10px 10px 0px pink;
}

body main .item {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  text-align: center;
  font-weight: 500;
  box-shadow: 0px 3px 5px 0px grey;
}

html {
  max-width: 450px;
  margin: auto;
  font-family: "Zen Maru Gothic", sans-serif;
  border: 1px solid #bbe3f5;
}
html h1, html h2, html h3, html h4, html h5, html p {
  margin: 0;
  color: #2E2E2E;
}
html a {
  color: unset;
  text-decoration: none;
}

body {
  margin: 0 !important;
}
body header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  background: white;
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  max-width: 450px;
  box-shadow: 0px 2px 10px lightgrey;
}
body header .site_name {
  width: 90%;
  height: 50%;
  margin: auto;
}
body header .site_name img {
  width: 50%;
}
body header .site_name p {
  margin: 0 10px;
}
body main {
  background: white url("../images/背景.png") fixed no-repeat center;
  background-size: 450px auto;
  background-position-y: 50px;
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  padding: 1px 0;
  min-height: 842px;
}
body main .modal {
  position: absolute;
  top: 250px;
  left: 10%;
  width: 80%;
  height: 200px;
  margin: auto;
  background-color: white;
  box-shadow: 0px 3px 10px 0px grey;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
body main .modal h1 {
  font-size: 25px;
}
body main .modal h1 span {
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 3px dotted skyblue;
  letter-spacing: 2px;
  font-weight: 500;
}
body main .modal h2 {
  font-size: 15px;
  color: grey;
  margin: 10px 0;
  display: none;
}
body main .modal .row_flex {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
  text-align: left;
}
body main .modal .row_flex img {
  height: 25px;
  width: 25px;
  margin: 0 10px;
}
body main .modal .row_flex p {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  line-height: 1.75;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
body main .modal .row_flex span {
  width: 100%;
  height: 100%;
  position: absolute;
  border-bottom: 8px solid #FFF796;
  top: -5px;
}
body main .button {
  width: 120px;
  height: 50px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px 0px grey;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 475px;
  left: calc(50% - 60px);
  background: white;
  line-height: 50px;
}
body main .button p {
  text-align: center;
  color: #FC93C1;
}
body main .yes {
  top: 50%;
  left: 15%;
}
body main .no {
  top: 50%;
  left: auto;
  right: 15%;
}
body main .no p {
  color: #41D8C1;
}
body main .title {
  width: 50%;
  height: 50px;
  top: 10%;
  left: 5%;
}
body main .title p {
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
}
body main .title p::after {
  content: "";
  width: 40%;
  position: absolute;
  border-bottom: 2px solid pink;
  bottom: -3px;
  left: 30%;
}
body main .page3 {
  box-shadow: 10px 10px 0px #FFF796;
}
body main .page3 p::after {
  border-bottom: 2px solid #FFF796;
}
body main .content {
  width: 80%;
  margin: 220px auto 50px;
  background-color: white;
  border-radius: 20px;
  padding-top: 1px;
  padding-bottom: 20px;
  box-shadow: 0px 3px 10px 0px grey;
}
body main .content .row_inline {
  text-align: center;
  margin: 10px 0;
}
body main .content .row_inline .row_flex {
  width: 80%;
  display: flex;
  margin: 20px auto;
  text-align: left;
}
body main .content .row_inline .row_flex img {
  width: 25px;
  margin: 5px;
  height: 25px;
}
body main .content .row_inline .row_flex p {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  line-height: 1.75;
}
body main .content .row_inline .row_flex .yellow {
  width: 100%;
  height: 100%;
  position: absolute;
  border-bottom: 8px solid #FFF796;
  top: -5px;
}
body main .content .row_inline .logo {
  display: none;
  height: 20px;
  transition: 0.2s all;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 5px 10px;
  cursor: pointer;
  box-shadow: 2px 2px 2px lightgrey;
  border-radius: 10px;
  background: #FFF796;
  font-size: 12px;
  line-height: 20px;
}
body main .content .row_inline .logo:active {
  transform: translate(2px, 2px);
  box-shadow: none;
  color: grey;
}
body main .content .row_inline img {
  width: 60%;
}
body main .content .row_inline .rowcontenttitle {
  margin: 0 10%;
}
body main .content .row_inline .rowcontenttitle img {
  margin: 5px;
  width: 20px;
  height: 20px;
}
body main .content .row_inline .rowcontenttitle p {
  font-size: 14px;
  text-align: justify;
}
body main .content .row_inline .rowcontenttitle p strong {
  display: flex;
}
body main .content .row_inline .rowcontenttitle p strong .small {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  background: #FFF796;
  border-radius: 20px;
  font-size: 10px;
  line-height: 15px;
  height: 15px;
  margin: auto 0;
  transition: 0.2s all;
  box-shadow: 2px 2px 2px lightgrey;
}
body main .content .row_inline .rowcontenttitle p strong .small:active {
  transform: translate(2px, 2px);
  box-shadow: none;
  color: grey;
}
body main .content .row_inline .rowcontenttitle p span {
  font-size: 10px;
  line-height: 1.5;
}
body main .content .row_inline .rowcontent {
  margin: 0 10%;
}
body main .content .row_inline .rowcontent p {
  font-size: 12px;
}
body main .content .row_inline .rowcontent img {
  margin: 5px;
  width: 15px;
  height: 15px;
}
body main .item {
  width: 90%;
  height: 75px;
  left: 5%;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.75;
}
body main .item .number {
  position: absolute;
  top: -40%;
  left: -5%;
  font-size: 20px;
  background: linear-gradient(#FC93C1, #f0e0b8);
  border-radius: 50%;
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main .item img {
  position: absolute;
  top: 35%;
  right: 10px;
  width: 20px;
}
body main .one {
  top: 30%;
}
body main .two {
  top: 45%;
}
body main .three {
  top: 60%;
}
body main .refresh {
  position: absolute;
  top: 550px;
  width: 40%;
  height: 30px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  font-weight: 500;
  left: 30%;
  text-align: center;
  line-height: 30px;
  box-shadow: 0px 3px 10px 0px grey;
  border-radius: 10px;
}
body main .refresh p {
  width: 80%;
  font-size: 11px;
}
body main .refresh img {
  width: 15px;
  height: 15px;
  margin: 7.5px auto;
}
body main .bottom-left, body main .bottom-center1, body main .bottom-center2 {
  position: absolute;
  top: 600px;
  width: 70%;
  height: 40px;
  font-size: 12px;
  box-shadow: 0px 3px 10px 0px grey;
  background-color: #fc93c1;
  border-radius: 10px;
  left: 15%;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
body main .bottom-left p, body main .bottom-center1 p, body main .bottom-center2 p {
  color: white;
}
body main .bottom-right {
  position: absolute;
  top: 750px;
  width: 70%;
  height: 40px;
  font-size: 12px;
  box-shadow: 0px 3px 10px 0px grey;
  background-color: #41d8c1;
  border-radius: 10px;
  left: 15%;
  line-height: 40px;
  text-align: center;
  color: white;
  letter-spacing: 1px;
  font-weight: bold;
}
body main .bottom-right p {
  color: white;
}
body main .bottom-center1 {
  top: 650px;
  background-color: dimgrey;
}
body main .bottom-center2 {
  top: 700px;
  background-color: skyblue;
}
body .main-style {
  height: unset;
  min-height: calc(100vh - 100px);
}
body .main-style .refresh {
  position: relative;
  top: 0;
}
body .main-style .bottom-left {
  position: relative;
  top: 15px;
}
body .main-style .bottom-center1 {
  position: unset;
  margin: 25px auto 0;
}
body .main-style .bottom-center2 {
  position: unset;
  margin: 10px auto 0;
}
body .main-style .bottom-right {
  position: unset;
  margin: 10px auto;
}
body footer {
  background-color: whitesmoke;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body footer p {
  padding-bottom: -10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  font-weight: 500;
  margin: auto 5% auto auto;
  z-index: 2;
}
body footer p::after {
  content: "";
  width: 110%;
  height: 100%;
  position: absolute;
  border-bottom: 10px solid #FFF796;
  top: -10px;
  left: -5%;
  z-index: -1;
}

@media (min-width: 450px) {
  body main .content .row_inline .logo {
    display: block;
    font-weight: bold;
  }

  .min450 {
    display: block !important;
  }
}
/*# sourceMappingURL=style.css.map */