.content_outer{
  width: 100%;
  padding: 80px 0 100px;
}
.content_inner{
  width: 678px;
  margin: 0 auto;
}
h1{
  font-size: 48px;
  line-height: 88px;
  text-align: center;
  margin-bottom: 80px;
  background-color: #34303D;
  color: #FFFFFF
}
.notice_list{
  margin-bottom: 112px;
}
.notice_list ol li{
  padding-left: 0.5em;
  line-height: 36px;
}
.notice_list ol li:last-child{
  margin-bottom: 0;
}

.notice_text{
  margin-bottom: 60px;
  text-align: center;
  font-size: 22px;
}
.btn_wrapper{
  display: flex;
  justify-content: center;
}
.btn_wrapper .btn{
  width: 198px;
  height: 56px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  margin: 0 20px;
  border: 2px solid #34303D;
  border-radius: 28px;
}
.btn_wrapper .btn.btn_no{
  color: #34303D;
}
.btn_wrapper .btn.btn_yes{
  color: #FFFDFB;
  background-color: #34303D;
}

@media screen and (max-width: 800px) {
  .content_outer{
    padding: calc(64 * (var(--content_width) / 750)) 0 calc(112 * (var(--content_width) / 750));
  }
  .content_inner{
    width: calc(633 * (var(--content_width) / 750));
  }
  h1{
    font-size: calc(48 * (var(--content_width) / 750));
    line-height: calc(88 * (var(--content_width) / 750));
    margin-bottom: calc(64 * (var(--content_width) / 750));
  }
  .notice_list{
    margin-bottom: calc(112 * (var(--content_width) / 750));
  }
  .notice_list ol li{
    margin-left: 1em;
    line-height: calc(48 * (var(--content_width) / 750));
  }
  .notice_block{
    margin-bottom: calc(64 * (var(--content_width) / 750));
    font-size: calc(26 * (var(--content_width) / 750));
  }
  .notice_text{
    margin-bottom: calc(64 * (var(--content_width) / 750));
    font-size: calc(32 * (var(--content_width) / 750));
    line-height: calc(54 * (var(--content_width) / 750));
  }
  .btn_wrapper .btn{
    width: calc(245 * (var(--content_width) / 750));
    height: calc(96 * (var(--content_width) / 750));
    line-height: calc(92 * (var(--content_width) / 750));
    font-size: calc(32 * (var(--content_width) / 750));
    margin: 0 calc(32 * (var(--content_width) / 750));
    border: calc(2 * (var(--content_width) / 750)) solid #34303D;
    border-radius: 28px;
  }
}