body {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #535353;
  letter-spacing: 1px;
  line-height: 13px;
}

h1 {
  font-weight: normal;
  height: 80px;
}
.title {
  font-size: 24px;
  margin-bottom: 10px;
}


.more {
  height: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}



.review_area {
  margin: auto;
  width: 960px;
  padding: 50px 0;
  border-top: dashed 1px #a0a0a0;
}

#review {
  width: 725px;
  height: 500px;
  padding: 5px;
  border: solid 1px #a0a0a0;
}

#rReview {
  position: relative;
  text-align: left;
}

.rFrame {
  position: absolute;
  top: -800px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .rFrame {
    top: -890px;
  }
}

footer {
  width: 960px;
  margin: auto;
  padding: 50px 0;
  border-top: dashed 1px #a0a0a0;
}

.guide {
  display: flex;
}

.guide_title {
  height: auto;
}

.guide1 {
  width: 430px;
  float: left;
  margin: 0 auto 0 0;
}

.guide2 {
  width: 430px;
  margin: 0 0 0 auto;
}

.guide_title {
  width: 430px;
  height: 35px;
  background: #a0a0a0;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.guide_title>p {
  margin-left: 20px;
  font-size: 20px;
  color: #fff;
}

.guide_more {
  width: 120px;
  height: 21px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 7px 0 auto;
  border-radius: 10px;
}

.guide_more p {
  color: #a0a0a0;
  font-weight: 100;
  letter-spacing: normal;
}

.guide_more i {
  margin-left: 5px;
  height: 10px;
  width: auto;
}

.guide_more p:hover {
  color: #b50005;
  font-weight: 500;
}

.guide_description {
  font-weight: 500;
  width: 430px;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 50px;
}

.clock {
  width: 430px;
  margin: 10px 0;
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.clock div{
    width:15%;
}

.clock img {
    width:100%;
}

.yubin_button {
  width: 430px;
  box-sizing: inherit;
  border: solid 3px #cc0000;
  border-radius: 10px;
  background: #white;
  color: #cc0000;
  height: 50px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  font-size: 16px;
  margin: 50px 0;
}

.yubino_button:hover {
  opacity: 0.7;
}

.footer_red {
  color: #b50005;
}

.footer_big {
  font-size: 20px;
  font-weight: bold;
  vertical-align: baseline;
}

.footer_max {
  font-size: 30px;
  position: relative;
}

#calendar {
  width: 430px;
  height: 318px;
}

input.copy_button {
  width: 25px;
  height: 25px;
  font-size:0;
  background: url(../image/copy.svg) 0 0 no-repeat;
  background-size: contain;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  bottom: 7.5px;
}

input.copy_button: hover {
  background-image:url(../image/copy-hover.svg);
}

.credit {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #b50005;
  color: #fff;
}
