.wrap .content_box {
  width: 860px;
  margin: 0 auto; }
  @media screen and (max-width: 812px) {
    .wrap .content_box {
      width: 100%; } }
.wrap .content_ttl {
  position: relative;
  text-align: center;
  padding: 59px 0 80px;
  margin-top: 100px; }
  .wrap .content_ttl.thanks {
    padding-top: 0; }
    @media screen and (max-width: 812px) {
      .wrap .content_ttl.thanks span {
        font-size: 5vw; } }
  @media screen and (max-width: 812px) {
    .wrap .content_ttl {
      padding: 15vw 0;
      margin-top: 10vw; } }
  .wrap .content_ttl img {
    width: 36px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 812px) {
      .wrap .content_ttl img {
        width: 10vw; } }
  .wrap .content_ttl span {
    font-size: 2.6rem; }
    @media screen and (max-width: 812px) {
      .wrap .content_ttl span {
        font-size: 5.3vw; } }

.btn_style span {
  font-size: 1.7rem; }

.lead {
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 95px; }
  .lead.thanks {
    line-height: 2; }
    @media screen and (max-width: 812px) {
      .lead.thanks {
        text-align: left; } }
  @media screen and (max-width: 812px) {
    .lead {
      font-size: 4.2vw;
      line-height: 1.5;
      padding-bottom: 10vw; } }

table {
  width: 100%; }
  table.receipt td {
    padding: 20px 0 20px 30px; }
    @media screen and (max-width: 812px) {
      table.receipt td {
        padding: 0 0 20px 0; } }
  @media screen and (max-width: 812px) {
    table tr {
      display: block; } }
  table th {
    width: 205px;
    padding: 25px 0;
    vertical-align: top; }
    @media screen and (max-width: 812px) {
      table th {
        display: block;
        padding: 3vw 0; } }
    table th .table_ttl {
      display: flex;
      justify-content: space-between;
      font-size: 1.6rem; }
      @media screen and (max-width: 812px) {
        table th .table_ttl {
          display: block;
          font-size: 4vw; } }
      @media screen and (max-width: 812px) {
        table th .table_ttl .ttl {
          font-weight: bold; } }
      table th .table_ttl .req {
        color: #00aebb; }
        @media screen and (max-width: 812px) {
          table th .table_ttl .req {
            padding-left: 1em; } }
  table td {
    padding: 0 0 40px 30px;
    font-size: 1.6rem; }
    @media screen and (max-width: 812px) {
      table td {
        display: block;
        padding: 0 0 20px 0;
        font-size: 4vw; } }
    table td input[type="text"],
    table td input[type="email"],
    table td textarea {
      width: 100%;
      padding: 20px 30px;
      font-size: 1.6rem;
      border: solid 1px #b3b3b3;
      border-radius: 10px; }
      @media screen and (max-width: 812px) {
        table td input[type="text"],
        table td input[type="email"],
        table td textarea {
          font-size: 4vw;
          padding: 4vw; } }
    table td textarea {
      height: 220px; }
    table td .more {
      font-size: 1.3rem;
      padding: 20px 0 10px 31px; }
      @media screen and (max-width: 812px) {
        table td .more {
          font-size: 3.5vw;
          padding-left: 0; } }

.button_wrap {
  width: 340px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 812px) {
    .button_wrap {
      width: 90%; } }
  .button_wrap:after {
    content: '';
    width: 13px;
    height: 1px;
    background-color: #00aebb;
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 812px) {
      .button_wrap:after {
        width: 5%;
        right: -5%; } }
  @media screen and (max-width: 812px) {
    .button_wrap.back {
      margin-bottom: 5vw !important; } }
  .button_wrap.back:after {
    background-color: #808080; }
  @media all and (-ms-high-contrast: none) {
    .button_wrap.thanks .btn_style span {
      padding-top: 7px; } }
  .button_wrap .btn_style {
    padding: 15px 0;
    width: 100%;
    cursor: pointer; }
    @media all and (-ms-high-contrast: none) {
      .button_wrap .btn_style {
        padding: 20px 0; } }
    .button_wrap .btn_style:after {
      display: none; }
    .button_wrap .btn_style.contact {
      margin-top: 40px; }
      @media screen and (max-width: 812px) {
        .button_wrap .btn_style.contact {
          margin-top: 5vw; } }
    .button_wrap .btn_style.back {
      border-color: #808080;
      color: #808080; }
      .button_wrap .btn_style.back:hover {
        background-color: #808080;
        color: #fff; }
        .button_wrap .btn_style.back:hover:before {
          background-color: #fff; }
      .button_wrap .btn_style.back:before {
        background-color: #808080; }
    @media all and (-ms-high-contrast: none) {
      .button_wrap .btn_style span {
        padding-top: 0; } }

.btn_box {
  padding-top: 170px;
  width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 812px) {
    .btn_box {
      width: 100%;
      flex-direction: column;
      padding-top: 5vw; } }
  .btn_box .button_wrap {
    margin: 0; }
    @media screen and (max-width: 812px) {
      .btn_box .button_wrap {
        margin-left: auto;
        margin-right: auto; } }
