@media screen and (min-width: 960px) {
    .select__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
  }

  .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .area-switch1 {
    display: none
  }

  .side {
    padding: 10px;
    float: left;
    width: 220px;
    margin-top: 20px
  }

  .side img {
    width: 100%;
    height: auto;
    display: block
  }

  .side .itempage-preview {
    margin-bottom: 10px
  }

  .side .itempage-preview .enlarge {
    font-size: 13px;
    color: #999;
    max-width: 200px;
    text-align: center
  }

  @media screen and (min-width: 960px) {
    .area-switch1 {
      display: block
    }
  }

  .main {
    padding-left: 20px;
    padding: 5px
  }

  @media screen and (max-width: 960px) {
    .main {
      width: 100%;
      color: #5b5b5b
    }
  }

  @media screen and (max-width: 960px) {
    .main .item {
      padding: 5px 20px
    }
  }

  .main .item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px
  }

  @media screen and (max-width: 960px) {
    .main .item-title {
      font-size: 15px;
      font-weight: normal;
      padding: 0 15px
    }
  }

  .main .item-detail_price {
    margin: 20px 0;
    font-size: 25px
  }

  @media screen and (max-width: 960px) {
    .main .item-detail_price {
      padding: 0 15px
    }
  }

  .main .item-detail_includedTax {
    font-size: 14px;
    font-weight: 400;
    margin-left: 4px
  }

  .main .item-detail_description {
    font-size: 16px;
    overflow-wrap: anywhere;
    word-break: break-word;
    margin-bottom: 24px;
    line-height: 30px
  }

  @media screen and (max-width: 960px) {
    .main .item-detail_description {
      padding: 0 15px
    }
  }

  .main .price-table {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #353535
  }

  .main .price-table thead {
    background: #e9eff5
  }

  .main .price-table tr {
    border-bottom: 1px solid #ccc
  }

  .main .price-table th {
    padding: 10px
  }

  .main .price-table td {
    padding: 10px
  }

  .main #second_form {
    display: none
  }

  @media screen and (max-width: 960px) {
    .main #second_form {
      margin-bottom: 30px
    }
  }

  .main #second_form table {
    width: 100%;
    font-size: 1.2em
  }

  .main #second_form table td {
    padding: 15px 0
  }

  .main #second_form table tr:nth-of-type(odd) {
    background-color: #fff
  }

  .main #second_form #buttons {
    display: flex;
    justify-content: center
  }

  .main #second_form #buttons button {
    margin: 0 10px
  }

  .main #second_form #buttons [type=submit] {
    margin: 0 10px
  }

  .main .step {
    list-style-type: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden
  }

  .main .step li {
    font-size: 16px !important;
    display: table-cell;
    position: relative;
    background: #ccc;
    padding: 1em .5em 1em 2em;
    color: #fff;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) red
  }

  @media screen and (max-width: 960px) {
    .main .step li {
      font-size: 10px !important
    }
  }

  .main .step li:last-child {
    padding-right: 1em
  }

  .main .step li:last-child:before,
  .main .step li:last-child:after {
    display: none
  }

  .main .step li:before,
  .main .step li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto
  }

  .main .step li:before {
    top: -15px;
    right: -1em;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-width: 40px 0 40px 1em;
    z-index: 10
  }

  .main .step li:after {
    top: -15px;
    right: -0.8em;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ccc;
    border-width: 40px 0 40px 1em;
    z-index: 10
  }

  .main .step li.is-current {
    background: #86b6d0;
    font-weight: bold;
    border-color: red red rgba(0, 0, 0, 0) #86b6d0
  }

  .main .step li.is-current:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #86b6d0
  }

  .main #first_form {
    display: block;
    margin: 30px auto
  }

  .main #first_form .error_message {
    color: red;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold
  }

  .main form {
    max-width: 100%;
    margin: 0 0
  }

  @media screen and (max-width: 960px) {
    .main form {
      width: 100%;
      padding: 0px
    }
  }

  .main form .content {
    padding: 20px;
    margin: 0 auto
  }

  .main form .form-content {
    background-color: #e9eff5
  }

  .main form select {
    -webkit-appearance: listitem;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 5px;
    color: #3a2213;
    font-size: 1.2em;
    padding: .8em
  }

  .main form select:not(:-internal-list-box) {
    overflow: visible !important
  }

  .main form .buttonBasic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    height: 64px;
    padding: 8px 24px;
    font-family: sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    overflow-wrap: anywhere;
    border: none;
    border-radius: 10px;
    background-color: orange
  }

  @media screen and (max-width: 960px) {
    .main form .buttonBasic {
      width: 80%;
      max-width: 80%
    }
  }

  @media(any-hover: hover) {
    .main form .buttonBasic {
      transition: background-color .2s
    }

    .main form .buttonBasic:hover {
      background-color: #54802f
    }
  }

  .main form .buttonBack {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    height: 64px;
    padding: 8px 24px;
    font-family: sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    overflow-wrap: anywhere;
    border: none;
    border-radius: 10px;
    background-color: #000
  }

  @media(any-hover: hover) {
    .main form .buttonBasic {
      transition: background-color .2s
    }

    .main form .buttonBasic:hover {
      background-color: #54802f
    }
  }

  .main form .required {
    margin-left: 20px;
    color: orange
  }

  .main form label {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block
  }

  .main form input[type=text],
  .main form input[type=number],
  .main form input[type=tel],
  .main form input[type=email] {
    width: 98%;
    background: #fff;
    padding: 10px 5px 10px 5px;
    font-size: 1.2em;
    border: 1px solid #666
  }

  @media screen and (max-width: 960px) {
    .main form ::placeholder {
      color: #ccc;
      font-weight: lighter
    }
  }

  .main form textarea {
    width: 98%;
    height: 1.25em;
    background: #fff;
    padding: 4px 0 0 2px;
    font-size: 1.68em;
    border: 1px solid #666;
    border-radius: 5px
  }


  .order__title {
    font-size: 20px;
    margin-bottom: 20px
  }

  @media screen and (max-width: 960px) {
    .order__title {
      padding: 15px;
      font-size: 14px;
      margin-top: 15px;
      margin-bottom: 0px;
      text-align: center
    }
  }

  #order-select {
    margin-top: 20px;
    margin-bottom: 20px
  }

  #order-select div {
    margin-bottom: 20px
  }

  #order-select select {
    -webkit-appearance: listitem;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 5px;
    color: #3a2213;
    font-size: 1em;
    padding: 5px 10px 5px 10px;
    min-width: 100px
  }

  #order-select select:not(:-internal-list-box) {
    overflow: visible !important
  }

  .stripe-input {
    height: 1.8em;
    background: #fff;
    padding: 10px 0 0 8px;
    font-size: 1em;
    border: 1px solid #666;
    border-radius: 5px
  }

  #stripe-err {
    color: red
  }

  #form_check {
    margin: 0 auto
  }

  @media screen and (min-width: 960px) {
    .mobile-image {
      display: none
    }
  }

  .tel a {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .tel a img {
    margin-right: 5px;
  }

  .response_space {
    clear: both;
    width: 100%;
    margin: 0 auto;
    background-color: #eee;
    box-sizing: border-box;
    padding: 5px;
    text-align: left;
    margin-top: 3.125rem;
    margin-bottom: 4.125rem;
  }

  .response_space .inner {
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px;
    display: block;
    width: 100%
  }

  .response_space .r_cta {
    display: table-cell;
    width: 50%
  }

  .response_space .r_text {
    display: table-cell;
    width: 50%
  }

  .response_space a {
    font-size: 14px
  }

  .icon_mail img {
    width: 200px;
    margin: 0 0 10px 0
  }

  #phone-contact-time p {
    margin-top: -10px
  }

  .response_space .dec {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0
  }

  .response_space .dec:last-child {
    border-bottom: none
  }

  .response_space .dec .response_space_title {
    font-weight: 600;
    font-size: 14px
  }

  .response_space .dec p {
    font-size: 13px;
    padding: 0;
    margin: 0
  }

  .response_cta {
    margin: 10px 0px;
    padding: 0
  }

  .response_cta .cta_time {
    font-size: 12px;
    margin: 0px;
    padding: 0;
    color: #000
  }

  .response_cta .tel {
    padding: 0 0 0 0px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    /* background-image: url(images/freedial.png); */
    background-size: 40px;
    background-position: center left;
    background-repeat: no-repeat
  }

  .response_cta .tel a {
    color: red;
    font-size: 30px;
    text-decoration: none
  }

  .response_cta .tel a:hover {
    text-decoration: none
  }

  .response_btn_space {
    clear: both
  }

  .tel img {
    vertical-align: baseline;
    width: 7%
  }

  .icon_transport::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 1px;
    font-weight: 600;
    color: #037
  }

  .icon_pay::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 1px;
    font-weight: 600;
    color: #037
  }

  .icon_return::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 1px;
    font-weight: 600;
    color: #037
  }

  .text {
    text-align: left
  }

  @media screen and (max-width: 960PX) {
    .response_space {
      width: 95%;
      margin-bottom: 0px
    }

    .response_space .r_cta {
      display: block;
      width: 100%;
      margin: 0 0 50px
    }

    .response_space .response_cta .tel a {
      font-size: 30px
    }
  }

  .second-form .personal-information {
    margin-top: 2rem;
  }

  textarea[role*='個人情報'] {
    display: block !important;
    height: 8.75rem !important;
    font-size: var(--text-xxs) !important;
    scroll-behavior: auto !important;
  }