@charset "utf-8";
/*
 set break point
 */
/*
 Width / Height Settings
 */
/*
 SP Liquid Value
 */
/*
 PC Liquid Value
 */
/*
 Line Height
 */
@media screen and (min-width: 751px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   buy_pc.css
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*------------------------------------------------------------------------------------------
   *
   *
   min-width : 751px
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*---------------------------------------
   *
   #input_wrap
   *
   --------------------------------------- */
  #content_inner {
    padding: 0 3.33333vw;
    padding-top: 3.33333vw;
  }
  #content_inner .flow {
    margin-bottom: 5vw;
  }
  #content_inner .flow ul {
    display: flex;
    justify-content: space-between;
  }
  #content_inner .flow li {
    width: 23.33333vw !important;
    max-width: 280px !important;
    height: 28.33333vw !important;
    max-height: 340px !important;
    display: flex;
    border-radius: 4.16667vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
  }
  #content_inner .flow li .img {
    height: 18.33333vw !important;
    max-height: 220px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #content_inner .flow li .img img {
    width: 18vw !important;
    max-width: 216px !important;
  }
  #content_inner .flow li.f1 .img {
    left: 1vw;
  }
  #content_inner .flow li.f2 .img {
    left: 0vw;
  }
  #content_inner .flow li.f3 .img {
    left: -0.66667vw;
  }
  #content_inner .flow li h3 {
    margin-bottom: 1.66667vw;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #content_inner .flow li .desc {
    letter-spacing: 0.12em;
    line-height: 1.42857em;
  }
  #content_inner .flow li:after {
    content: '';
    width: 3.08333vw !important;
    max-width: 37px !important;
    height: 100%;
    display: block;
    background-image: url(../images/buy/flow_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -5.08333vw;
  }
  #content_inner .flow li:last-child:after {
    display: none;
  }
  .btm_nav {
    text-align: center;
    padding-bottom: 5vw;
  }
  .btm_nav .btn_next {
    width: 43.33333vw !important;
    max-width: 520px !important;
    margin: 0 auto;
    margin-bottom: 2.91667vw;
  }
  .btm_nav .btn_next a {
    width: 43.33333vw !important;
    max-width: 520px !important;
    height: 8.33333vw !important;
    max-height: 100px !important;
    padding: 0 4.16667vw 0 5vw;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    box-sizing: border-box;
  }
  .btm_nav .btn_next a .title {
    padding: 0 2.5vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
  .btm_nav .btn_next a .ico svg {
    width: 4.41667vw !important;
    max-width: 53px !important;
    height: 4.25vw !important;
    max-height: 51px !important;
  }
  .btm_nav .btn_next a .arrow svg {
    width: 6.08333vw !important;
    max-width: 73px !important;
    height: 0.66667vw !important;
    max-height: 8px !important;
  }
  .btm_nav .btn_next a svg .s {
    stroke: #fff;
  }
  .btm_nav .btn_next a svg .f {
    fill: #fff;
  }
  .btm_nav .btn_back {
    letter-spacing: 0.12em;
  }
  .btm_nav .btn_back a {
    padding-bottom: 0.16667vw;
    border-bottom: 1px solid #000;
    transition: border 0.15s ease;
  }
  .is_pc .btm_nav .btn_back a:hover, .is_sp .btm_nav .btn_back a.touch {
    border-bottom: 0px solid #fff;
  }
  .btm_nav .btn_next a {
    border: 0.16667vw solid #1b1b1b;
    transition: background 0.35s ease;
  }
  .is_pc .btm_nav .btn_next a:hover, .is_sp .btm_nav .btn_next a.touch {
    background-color: #fff;
  }
  .btm_nav a p {
    transition: color 0.15s ease;
  }
  .is_pc .btm_nav a:hover p, .is_sp .btm_nav a.touch p {
    color: #1b1b1b;
  }
  .is_pc .btm_nav a .ico svg, .is_sp .btm_nav a .ico svg {
    transform-origin: center;
  }
  .is_pc .btm_nav a:hover .ico svg, .is_sp .btm_nav a.touch .ico svg {
    transform: scale(1);
    transition-duration: 0.35s;
    transition-delay: 0.05s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .is_pc .btm_nav a:hover .ico svg path, .is_sp .btm_nav a.touch .ico svg path {
    stroke: #1b1b1b;
  }
  footer .btm_nav a svg, footer .btm_nav a svg * {
    transition: fill, stroke, transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .btm_nav a .arrow svg, .btm_nav a .arrow svg {
    transform-origin: right;
  }
  .is_pc .btm_nav a:hover .arrow svg, .is_sp .btm_nav a.touch .arrow svg {
    transform: scaleX(0.65);
    transition-duration: 0.45s;
    transition-delay: 0.05s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .is_pc .btm_nav a:hover .arrow svg *, .is_sp .btm_nav a.touch .arrow svg * {
    fill: #1b1b1b;
  }
  #flow_caution {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 2.91667vw;
    padding-bottom: 4.58333vw;
    position: relative;
  }
  #flow_caution .col_l {
    padding-right: 2.08333vw;
  }
  #flow_caution .col_l h4 {
    font-weight: bold;
    line-height: 2em;
  }
  #flow_caution .col_r {
    width: 44.16667vw !important;
    max-width: 530px !important;
  }
  #flow_caution .col_r p {
    line-height: 2em;
  }
  #flow_caution .col_r p span {
    font-weight: bold;
  }
  #flow_caution .col_r .list {
    margin-bottom: 2.5vw;
  }
  #flow_caution .col_r .list p {
    text-indent: -1.25em;
    padding-left: 1.25em;
    white-space: nowrap;
  }
  #input_wrap {
    width: 68.33333vw !important;
    max-width: 820px !important;
    padding-top: 1.66667vw;
    margin: 0 auto;
  }
  #input_wrap th, #input_wrap td, #input_wrap p, #input_wrap li, #input_wrap input, #input_wrap textaraa, #input_wrap select, #input_wrap radio {
    letter-spacing: 0.12em;
  }
  #input_wrap h3 {
    letter-spacing: 0.12em;
    font-weight: bold;
    padding-bottom: 0.83333vw;
    border-bottom: 0.16667vw solid #000;
    position: relative;
  }
  #input_wrap h3 .s {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal !important;
  }
  #input_wrap h3 .s .r {
    color: #ff4242;
  }
  #input_wrap .req {
    color: #ff4242;
  }
  #input_wrap select, #input_wrap input, #input_wrap textarea {
    border: 1px solid #c1bfa5;
    transition: border 0.15s ease;
    box-sizing: border-box;
    background-color: #fff;
  }
  #input_wrap select:focus, #input_wrap input:focus, #input_wrap textarea:focus {
    border-color: #8b8866;
  }
  .is_pc #input_wrap select:hover, .is_pc #input_wrap input:hover, .is_pc #input_wrap textarea:hover {
    border-color: #8b8866;
  }
  .is_sp #input_wrap select.touch, .is_sp #input_wrap input.touch, .is_sp #input_wrap textarea.touch {
    border-color: #8b8866;
  }
  #s_machine {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    border-bottom: 1px dashed #c1bfa5;
  }
  #s_machine .radio_wrap {
    margin-bottom: 0.83333vw;
    position: relative;
  }
  #s_machine h4 {
    font-weight: bold;
    margin-bottom: 1.66667vw;
  }
  #s_machine .m_list {
    display: flex;
    justify-content: space-between;
  }
  #s_machine .m_list > div {
    height: 26.66667vw !important;
    max-height: 320px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #c1bfa5;
    background-color: #fff;
    border-radius: 0.41667vw;
    transition: border 0.15s ease;
  }
  #s_machine .m_list > div.on {
    border: 1px solid #ff4242;
  }
  .is_pc #s_machine .m_list > div:hover {
    border: 1px solid #ff4242;
  }
  .is_sp #s_machine .m_list > div.touch {
    border: 1px solid #ff4242;
  }
  #s_machine .m_list > div h4 {
    padding-left: 2.5vw;
    letter-spacing: 0.12em;
    margin-top: 2.08333vw;
    margin-bottom: 0.83333vw;
    font-weight: bold;
    position: relative;
    left: -0.41667vw;
  }
  #s_machine .m_list > div h4:before {
    content: '';
    width: 1.66667vw !important;
    max-width: 20px !important;
    height: 1.66667vw !important;
    max-height: 20px !important;
    border: 1px solid #c9c7b0;
    border-radius: 1.66667vw;
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  #s_machine .m_list > div h4:after {
    display: none;
    content: '';
    width: 0.83333vw !important;
    max-width: 10px !important;
    height: 0.83333vw !important;
    max-height: 10px !important;
    border-radius: 0.83333vw;
    background-color: #ff4242;
    box-sizing: border-box;
    position: absolute;
    top: 0.41667vw;
    left: 0.41667vw;
  }
  #s_machine .m_list > div.on h4:after {
    display: block !important;
  }
  #s_machine .m_list > div .price {
    font-weight: bold;
    color: #5d5d5d;
    white-space: nowrap;
  }
  #s_machine .m_list > div .img_w {
    padding: 0 2.91667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #s_machine .m_list > div .img_w .desc {
    padding-left: 1.66667vw;
  }
  #s_machine .m_list > div .img_w h5 {
    margin-top: -0.83333vw;
    font-weight: bold;
    margin-bottom: 0.83333vw;
    line-height: 1.5em;
  }
  #s_machine .m_list > div .img_w p {
    line-height: 1.5em;
  }
  #s_machine .m_list .r_bj70 {
    width: 21.66667vw !important;
    max-width: 260px !important;
  }
  #s_machine .m_list .r_bj70 img {
    width: 9.16667vw !important;
    max-width: 110px !important;
  }
  #s_machine .m_list .r_bj70s {
    width: 28.33333vw !important;
    max-width: 340px !important;
  }
  #s_machine .m_list .r_bj70s img {
    width: 9.16667vw !important;
    max-width: 110px !important;
  }
  #s_machine .m_list .r_sf01 {
    width: 15vw !important;
    max-width: 180px !important;
  }
  #s_machine .m_list .r_sf01 img {
    width: 9.66667vw !important;
    max-width: 116px !important;
  }
  #s_machine .check_m {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #s_machine .check_m .mwform-radio-field label {
    display: block;
    height: 26.66667vw !important;
    max-height: 320px !important;
    box-sizing: border-box;
    border: 1px solid #c1bfa5;
    border-radius: 0.41667vw;
    transition: border 0.15s ease;
    cursor: pointer;
  }
  #s_machine .check_m .mwform-radio-field label.on {
    border: 1px solid #ff4242;
  }
  .is_pc #s_machine .check_m .mwform-radio-field label:hover {
    border: 1px solid #ff4242;
  }
  .is_sp #s_machine .check_m .mwform-radio-field label.touch {
    border: 1px solid #ff4242;
  }
  #s_machine .check_m .mwform-radio-field label span {
    display: none;
  }
  #s_machine .check_m .mwform-radio-field:nth-child(1) label {
    width: 21.66667vw !important;
    max-width: 260px !important;
  }
  #s_machine .check_m .mwform-radio-field:nth-child(2) label {
    width: 28.33333vw !important;
    max-width: 340px !important;
  }
  #s_machine .check_m .mwform-radio-field:nth-child(3) label {
    width: 15vw !important;
    max-width: 180px !important;
  }
  .isIE th, .isIE dt {
    text-align: left;
  }
  .isIE .r_bj70s {
    align-items: inherit !important;
  }
  .isIE .r_bj70s h4 {
    margin-left: 22%;
  }
  .isIE .r_bj70s .price {
    text-align: center;
  }
  .isIE .r_bj70s br {
    display: inherit !important;
  }
  #s_amount {
    padding-top: 1.66667vw;
    margin-bottom: 6.66667vw;
  }
  #s_amount dt {
    margin-bottom: 1.66667vw;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #s_amount input {
    width: 6.66667vw !important;
    max-width: 80px !important;
    height: 3.75vw !important;
    max-height: 45px !important;
    padding-right: 1.25vw;
    padding-left: 1.25vw;
    background-color: #fff;
    text-align: right;
    font-size: 1.5vw;
    box-sizing: border-box;
    text-align: -webkit-center;
  }
  #section_user {
    margin-bottom: 5vw;
  }
  #section_user h3 {
    margin-bottom: 1.66667vw;
  }
  #section_user table {
    width: 100%;
    text-align: left;
  }
  #section_user tr {
    border-bottom: 1px dashed #c1bfa5;
  }
  #section_user tr:last-child {
    border: none;
  }
  #section_user th {
    width: 21.66667vw !important;
    max-width: 260px !important;
    min-width: 21.66667vw;
    padding: 1.66667vw 0;
    font-weight: bold;
    letter-spacing: 0.12em;
    vertical-align: middle;
  }
  #section_user th .s {
    margin-left: 0.83333vw;
    font-size: 1.16667vw;
    font-weight: normal;
  }
  #section_user th .notice {
    margin-top: 0.83333vw;
    display: block;
    line-height: 1.71429em;
    font-weight: normal;
  }
  #section_user td {
    width: 100%;
    padding: 1.66667vw 0;
    vertical-align: middle;
  }
  #section_user td input {
    width: 100%;
    height: 3.75vw !important;
    max-height: 45px !important;
    padding-left: 1.25vw;
    font-size: 1.33333vw;
    letter-spacing: 0.12em;
  }
  #section_user td .c2 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #section_user td .c2 input {
    width: 22.91667vw !important;
    max-width: 275px !important;
  }
  #section_user td .c2 input:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
  }
  #section_user .f_zip {
    display: flex;
  }
  #section_user .f_zip .n {
    display: flex;
  }
  #section_user .f_zip .n input {
    text-align: left;
  }
  #section_user .f_zip .n p:nth-child(1) {
    position: relative;
    padding-right: 2.5vw;
  }
  #section_user .f_zip .n p:nth-child(1) input {
    width: 5.41667vw !important;
    max-width: 65px !important;
  }
  #section_user .f_zip .n p:nth-child(1):after {
    content: '-';
    width: 2.5vw !important;
    max-width: 30px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  #section_user .f_zip .n p:nth-child(2) {
    margin-right: 1.66667vw;
  }
  #section_user .f_zip .n p:nth-child(2) input {
    width: 6.25vw !important;
    max-width: 75px !important;
  }
  #section_user .f_zip .btn_search {
    width: 16.33333vw !important;
    max-width: 196px !important;
    height: 3vw !important;
    max-height: 36px !important;
    margin-top: 0.41667vw;
    font-size: 1.16667vw;
    display: flex;
    border-radius: 3vw;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    background-color: #c1bfa5;
    border: 1px solid #c1bfa5;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
  }
  .is_pc #section_user .f_zip .btn_search:hover {
    background-color: #fff;
    color: #c1bfa5;
  }
  .is_sp #section_user .f_zip .btn_search.touch {
    background-color: #fff;
    color: #c1bfa5;
  }
  #section_user .add1, #section_user .add2 {
    margin-bottom: 1.66667vw;
  }
  #section_user .add1 {
    position: relative;
    display: inline-block;
  }
  #section_user .add1 select {
    width: 14vw !important;
    max-width: 168px !important;
    height: 3.75vw !important;
    max-height: 45px !important;
    font-size: 1.33333vw;
    color: #000;
    padding-left: 1.25vw;
    position: relative;
  }
  #section_user .add1 select option {
    color: #000;
  }
  #section_user .add1:after {
    content: '';
    display: block;
    width: 2vw !important;
    max-width: 24px !important;
    height: calc(100% - 2px);
    background-color: #c1bfa5;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/buy/select_arrow.svg);
    position: absolute;
    top: 1px;
    right: 1px;
    transition: background 0.15s ease;
  }
  #section_user .notes {
    margin-top: 0.83333vw;
  }
  #section_user textarea {
    padding: 0.83333vw 1.25vw;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 8.33333vw !important;
    max-height: 100px !important;
    line-height: 1.625em;
    font-size: 1.33333vw;
  }
  #section_enquete h3 {
    margin-bottom: 1.66667vw;
  }
  #section_enquete .txt {
    margin-bottom: 3.33333vw;
  }
  #section_enquete li {
    padding-bottom: 1.66667vw;
    margin-bottom: 1.66667vw;
    border-bottom: 1px dashed #c1bfa5;
  }
  #section_enquete li:last-child {
    padding-bottom: 3.33333vw;
    border-bottom: 1px solid #c1bfa5;
  }
  #section_enquete li h4 {
    font-weight: bold;
  }
  #section_enquete li .mwform-checkbox-field {
    margin-top: 2.08333vw;
    margin-right: 2.08333vw;
    display: inline-block;
    letter-spacing: 0.12em;
    position: relative;
  }
  #section_enquete li .mwform-checkbox-field:nth-child(3) {
    margin-right: 25vw;
  }
  #section_enquete li .mwform-checkbox-field:nth-last-child(3) {
    display: block;
  }
  #section_enquete li .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 2.08333vw;
    position: relative;
  }
  #section_enquete li .mwform-checkbox-field .mwform-checkbox-field-text:before {
    content: '';
    display: block;
    width: 1.5vw !important;
    max-width: 18px !important;
    height: 1.5vw !important;
    max-height: 18px !important;
    background-color: #fff;
    border: 1px solid #c1bfa5;
    border-radius: 0.33333vw;
    background-image: url(../images/buy/ico_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    position: absolute;
    top: -0.08333vw;
    left: 0;
  }
  #section_enquete li .mwform-checkbox-field input:checked + .mwform-checkbox-field-text:before {
    background-size: 1.16667vw;
  }
  #section_enquete li .misc {
    margin-top: 1.66667vw;
  }
  #section_enquete li .misc input {
    width: 46.66667vw !important;
    max-width: 560px !important;
    height: 3.75vw !important;
    max-height: 45px !important;
    padding-left: 1.25vw;
    font-size: 1.33333vw;
    letter-spacing: 0.12em;
  }
  #section_enquete li textarea {
    width: 46.66667vw !important;
    max-width: 560px !important;
    height: 10vw !important;
    max-height: 120px !important;
    margin-top: 1.25vw;
    padding: 0.83333vw 1.25vw;
    letter-spacing: 0.12em;
    font-size: 1.33333vw;
    line-height: 1.625em;
  }
  #section_enquete li .notice {
    margin-top: 1.25vw;
    font-size: 1.16667vw;
  }
  #btm_btn {
    padding-top: 2.91667vw;
    padding-bottom: 8.33333vw;
    text-align: center;
  }
  #btm_btn .btn_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #btm_btn .btn_list .back {
    margin-right: 1.66667vw;
  }
  #btm_btn .btn_list .back input {
    width: 12.08333vw !important;
    max-width: 145px !important;
    height: 5.83333vw !important;
    max-height: 70px !important;
    background-color: #a0a0a0;
    background-repeat: no-repeat;
    background-position: 2.5vw center;
    background-image: url(../images/buy/back_arrow.svg);
    background-size: 1.08333vw;
    text-indent: 2.5vw;
  }
  #btm_btn input[type="submit"] {
    width: 43.33333vw !important;
    max-width: 520px !important;
    height: 8.33333vw !important;
    max-height: 100px !important;
    margin-bottom: 3.33333vw;
    background-color: #000;
    border-radius: 8.33333vw;
    font-size: 2vw;
    border: none;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #fff;
    transition: background 0.15s ease;
    cursor: pointer;
  }
  .is_pc #btm_btn input[type="submit"]:hover {
    background-color: #c1bfa5;
  }
  .is_sp #btm_btn input[type="submit"].touch {
    background-color: #c1bfa5;
  }
  #btm_btn .notes a {
    padding-bottom: 0.16667vw;
    border-bottom: 1px solid #000;
    transition: border 0.15s ease;
  }
  .is_pc #btm_btn .notes a:hover {
    border: 0 solid #000;
  }
  .is_sp #btm_btn .notes a.touch {
    border: 0 solid #000;
  }
  .isIE .notes svg {
    width: 1.125vw !important;
    max-width: 13.5px !important;
    height: 0.95833vw !important;
    max-height: 11.5px !important;
  }
  #page_buy.thanks #content_inner {
    width: 68.33333vw !important;
    max-width: 820px !important;
    padding: 0;
    padding-top: 5vw;
    overflow: hidden;
  }
  #page_buy.thanks #content_inner h3 {
    margin-bottom: 1.66667vw;
    letter-spacing: 0.12em;
    font-weight: bold;
    padding-bottom: 0.41667vw;
    border-bottom: 0.16667vw solid #000;
    position: relative;
  }
  #page_buy.thanks #content_inner .desc p {
    line-height: 1.75em;
    margin-bottom: 1.5em;
    letter-spacing: 0.12em;
  }
  #page_buy.thanks #content_inner .desc p a {
    padding-bottom: 0.16667vw;
    border-bottom: 1px solid #000;
    transition: border 0.15s ease;
  }
  .is_pc #page_buy.thanks #content_inner .desc p a:hover {
    border: 0 solid #000;
  }
  .is_sp #page_buy.thanks #content_inner .desc p a.touch {
    border: 0 solid #000;
  }
  #page_buy.thanks #content_inner .backtop {
    width: 30.83333vw !important;
    max-width: 370px !important;
    height: 5.83333vw !important;
    max-height: 70px !important;
    margin: 5vw auto;
  }
  #page_buy.thanks #content_inner .backtop a {
    width: 30.83333vw !important;
    max-width: 370px !important;
    height: 5.83333vw !important;
    max-height: 70px !important;
    margin-bottom: 3.33333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 8.33333vw;
    font-size: 2vw;
    border: none;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #fff;
    transition: background 0.15s ease;
    cursor: pointer;
  }
  .is_pc #page_buy.thanks #content_inner .backtop a:hover {
    background-color: #c1bfa5;
  }
  .is_sp #page_buy.thanks #content_inner .backtop a.touch {
    background-color: #c1bfa5;
  }
  .t_confirm {
    width: 68.33333vw !important;
    max-width: 820px !important;
    padding-top: 1.66667vw;
    margin: 0 auto;
    margin-top: -1.66667vw;
    margin-bottom: 1.66667vw;
  }
  input.error {
    border-color: #ff4242 !important;
  }
  .formErrorContent, span.error, .formError {
    visibility: hidden;
    font-size: 0;
    position: fixed;
    top: -200vw;
    display: none;
  }
  .mw_wp_form_confirm p, .mw_wp_form_confirm div, .mw_wp_form_confirm th, .mw_wp_form_confirm td, .mw_wp_form_confirm li {
    word-break: break-all;
  }
  .mw_wp_form_confirm #s_machine h4 {
    display: none;
  }
  .mw_wp_form_confirm #s_machine .notes {
    display: none;
  }
  .mw_wp_form_confirm #s_machine .m_list .v {
    display: none;
  }
  .mw_wp_form_confirm #s_machine .check_m {
    position: relative;
    display: inherit;
    font-size: 1.33333vw;
    letter-spacing: 0.12em;
  }
  .mw_wp_form_confirm #s_machine .check_m:before {
    content: '商品：';
    display: inline-block;
    font-size: 1.33333vw;
    font-weight: bold;
  }
  .mw_wp_form_confirm #s_amount dl {
    display: table;
  }
  .mw_wp_form_confirm #s_amount dt, .mw_wp_form_confirm #s_amount dd {
    display: table-cell;
    margin: 0;
  }
  .mw_wp_form_confirm #s_amount .req {
    display: none;
  }
  .mw_wp_form_confirm #s_amount dt:after {
    content: '：';
    font-weight: bold;
  }
  .mw_wp_form_confirm th, .mw_wp_form_confirm td {
    line-height: 1.75em;
  }
  .mw_wp_form_confirm th .s {
    display: none;
  }
  .mw_wp_form_confirm .f_zip .n {
    align-items: center;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(1) {
    padding-right: 0 !important;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(1):after {
    display: none !important;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(2):before {
    content: '-';
  }
  .mw_wp_form_confirm .f_zip .btn_search {
    display: none !important;
  }
  .mw_wp_form_confirm .add1, .mw_wp_form_confirm .add2, .mw_wp_form_confirm .add3 {
    margin-bottom: 0 !important;
    display: inline-block !important;
  }
  .mw_wp_form_confirm .add1 .notes, .mw_wp_form_confirm .add2 .notes, .mw_wp_form_confirm .add3 .notes {
    display: none;
  }
  .mw_wp_form_confirm .add1:after, .mw_wp_form_confirm .add2:after, .mw_wp_form_confirm .add3:after {
    display: none !important;
  }
  .mw_wp_form_confirm #section_enquete h3 {
    margin-bottom: 3.33333vw;
  }
  .mw_wp_form_confirm #section_enquete .txt {
    display: none;
  }
  .mw_wp_form_confirm #section_enquete h4 {
    margin-bottom: 1.66667vw;
  }
  .mw_wp_form_confirm #section_enquete h4 span {
    display: none;
  }
  .mw_wp_form_confirm #section_enquete div, .mw_wp_form_confirm #section_enquete p {
    line-height: 1.75em;
  }
  .mw_wp_form_confirm #section_enquete .notice {
    display: none;
  }
}
/* -------------------------------------------------- */
/*------------------------------------------------------------------------------------------
 *
 *
 raw_pc.css
 *
 *
 ------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1200px) {
  /*---------------------------------------
   *
   #input_wrap
   *
   --------------------------------------- */
  #content_inner {
    padding: 0 40px;
    padding-top: 40px;
  }
  #content_inner .flow {
    margin-bottom: 60px;
  }
  #content_inner .flow ul {
    display: flex;
    justify-content: space-between;
  }
  #content_inner .flow li {
    width: 23.33333vw !important;
    max-width: 280px !important;
    height: 28.33333vw !important;
    max-height: 340px !important;
    display: flex;
    border-radius: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
  }
  #content_inner .flow li .img {
    height: 18.33333vw !important;
    max-height: 220px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #content_inner .flow li .img img {
    width: 18vw !important;
    max-width: 216px !important;
  }
  #content_inner .flow li.f1 .img {
    left: 12px;
  }
  #content_inner .flow li.f2 .img {
    left: 0px;
  }
  #content_inner .flow li.f3 .img {
    left: -8px;
  }
  #content_inner .flow li h3 {
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #content_inner .flow li .desc {
    letter-spacing: 0.12em;
    line-height: 1.42857em;
  }
  #content_inner .flow li:after {
    content: '';
    width: 3.08333vw !important;
    max-width: 37px !important;
    height: 100%;
    display: block;
    background-image: url(../images/buy/flow_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -61px;
  }
  #content_inner .flow li:last-child:after {
    display: none;
  }
  .btm_nav {
    text-align: center;
    padding-bottom: 60px;
  }
  .btm_nav .btn_next {
    width: 43.33333vw !important;
    max-width: 520px !important;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .btm_nav .btn_next a {
    width: 43.33333vw !important;
    max-width: 520px !important;
    height: 8.33333vw !important;
    max-height: 100px !important;
    padding: 0 50px 0 60px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    box-sizing: border-box;
  }
  .btm_nav .btn_next a .title {
    padding: 0 30px;
    font-weight: bold;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
  .btm_nav .btn_next a svg .s {
    stroke: #fff;
  }
  .btm_nav .btn_next a svg .f {
    fill: #fff;
  }
  .btm_nav .btn_back {
    letter-spacing: 0.12em;
  }
  .btm_nav .btn_back a {
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
  }
  #flow_caution {
    display: flex;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 55px;
  }
  #flow_caution .col_l {
    padding-right: 25px;
  }
  #flow_caution .col_l h4 {
    font-weight: bold;
    line-height: 2em;
  }
  #flow_caution .col_r {
    width: 44.16667vw !important;
    max-width: 530px !important;
  }
  #flow_caution .col_r p {
    line-height: 2em;
  }
  #flow_caution .col_r p span {
    font-weight: bold;
  }
  #flow_caution .col_r .list {
    margin-bottom: 30px;
  }
  #flow_caution .col_r .list p {
    text-indent: -1.25em;
    padding-left: 1.25em;
    white-space: nowrap;
  }
  #input_wrap {
    width: 68.33333vw !important;
    max-width: 820px !important;
    padding-top: 20px;
    margin: 0 auto;
  }
  #input_wrap th, #input_wrap td, #input_wrap p, #input_wrap li, #input_wrap input, #input_wrap textaraa, #input_wrap select, #input_wrap radio {
    letter-spacing: 0.12em;
  }
  #input_wrap h3 {
    letter-spacing: 0.12em;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    position: relative;
  }
  #input_wrap h3 .s {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal !important;
  }
  #input_wrap h3 .s .r {
    color: #ff4242;
  }
  #input_wrap .req {
    color: #ff4242;
  }
  #input_wrap select, #input_wrap input, #input_wrap textarea {
    border: 1px solid #c1bfa5;
    transition: border 0.15s ease;
    box-sizing: border-box;
    background-color: #fff;
  }
  #input_wrap select:focus, #input_wrap input:focus, #input_wrap textarea:focus {
    border-color: #8b8866;
  }
  .is_pc #input_wrap select:hover, .is_pc #input_wrap input:hover, .is_pc #input_wrap textarea:hover {
    border-color: #8b8866;
  }
  .is_sp #input_wrap select.touch, .is_sp #input_wrap input.touch, .is_sp #input_wrap textarea.touch {
    border-color: #8b8866;
  }
  #s_machine {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #c1bfa5;
  }
  #s_machine .radio_wrap {
    margin-bottom: 10px;
    position: relative;
  }
  #s_machine h4 {
    font-weight: bold;
    margin-bottom: 20px;
  }
  #s_machine .m_list {
    display: flex;
    justify-content: space-between;
  }
  #s_machine .m_list > div {
    height: 26.66667vw !important;
    max-height: 320px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #c1bfa5;
    background-color: #fff;
    border-radius: 5px;
    transition: border 0.15s ease;
  }
  #s_machine .m_list > div.on {
    border: 1px solid #ff4242;
  }
  .is_pc #s_machine .m_list > div:hover {
    border: 1px solid #ff4242;
  }
  .is_sp #s_machine .m_list > div.touch {
    border: 1px solid #ff4242;
  }
  #s_machine .m_list > div h4 {
    padding-left: 30px;
    letter-spacing: 0.12em;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    left: -5px;
  }
  #s_machine .m_list > div h4:before {
    content: '';
    width: 1.66667vw !important;
    max-width: 20px !important;
    height: 1.66667vw !important;
    max-height: 20px !important;
    border: 1px solid #c9c7b0;
    border-radius: 20px;
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  #s_machine .m_list > div h4:after {
    display: none;
    content: '';
    width: 0.83333vw !important;
    max-width: 10px !important;
    height: 0.83333vw !important;
    max-height: 10px !important;
    border-radius: 10px;
    background-color: #ff4242;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  #s_machine .m_list > div.on h4:after {
    display: block !important;
  }
  #s_machine .m_list > div .price {
    font-weight: bold;
    color: #5d5d5d;
  }
  #s_machine .m_list > div .img_w {
    padding: 0 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #s_machine .m_list > div .img_w .desc {
    padding-left: 20px;
  }
  #s_machine .m_list > div .img_w h5 {
    margin-top: -10px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5em;
  }
  #s_machine .m_list > div .img_w p {
    line-height: 1.5em;
  }
  #s_machine .m_list .r_bj70 {
    width: 21.66667vw !important;
    max-width: 260px !important;
  }
  #s_machine .m_list .r_bj70 img {
    width: 9.16667vw !important;
    max-width: 110px !important;
  }
  #s_machine .m_list .r_bj70s {
    width: 28.33333vw !important;
    max-width: 340px !important;
  }
  #s_machine .m_list .r_bj70s img {
    width: 9.16667vw !important;
    max-width: 110px !important;
  }
  #s_machine .m_list .r_sf01 {
    width: 15vw !important;
    max-width: 180px !important;
  }
  #s_machine .m_list .r_sf01 img {
    width: 9.66667vw !important;
    max-width: 116px !important;
  }
  #s_machine .check_m {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #s_machine .check_m .mwform-radio-field label {
    display: block;
    height: 26.66667vw !important;
    max-height: 320px !important;
    box-sizing: border-box;
    border: 1px solid #c1bfa5;
    border-radius: 5px;
    transition: border 0.15s ease;
    cursor: pointer;
  }
  #s_machine .check_m .mwform-radio-field label.on {
    border: 1px solid #ff4242;
  }
  .is_pc #s_machine .check_m .mwform-radio-field label:hover {
    border: 1px solid #ff4242;
  }
  .is_sp #s_machine .check_m .mwform-radio-field label.touch {
    border: 1px solid #ff4242;
  }
  #s_machine .check_m .mwform-radio-field label span {
    display: none;
  }
  #s_machine .check_m .mwform-radio-field:nth-child(1) label {
    width: 21.66667vw !important;
    max-width: 260px !important;
  }
  #s_machine .check_m .mwform-radio-field:nth-child(2) label {
    width: 28.33333vw !important;
    max-width: 340px !important;
  }
  #s_machine .check_m .mwform-radio-field:nth-child(3) label {
    width: 15vw !important;
    max-width: 180px !important;
  }
  #s_amount {
    padding-top: 20px;
    margin-bottom: 80px;
  }
  #s_amount dt {
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #s_amount input {
    width: 6.66667vw !important;
    max-width: 80px !important;
    height: 3.75vw !important;
    max-height: 45px !important;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
    text-align: right;
    font-size: 18px;
    box-sizing: border-box;
  }
  #section_user {
    margin-bottom: 60px;
  }
  #section_user h3 {
    margin-bottom: 20px;
  }
  #section_user table {
    width: 100%;
    text-align: left;
  }
  #section_user tr {
    border-bottom: 1px dashed #c1bfa5;
  }
  #section_user tr:last-child {
    border: none;
  }
  #section_user th {
    width: 21.66667vw !important;
    max-width: 260px !important;
    min-width: 260px;
    padding: 20px 0;
    font-weight: bold;
    letter-spacing: 0.12em;
    vertical-align: middle;
  }
  #section_user th .s {
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
  }
  #section_user th .notice {
    margin-top: 10px;
    display: block;
    line-height: 1.71429em;
    font-weight: normal;
  }
  #section_user td {
    width: 100%;
    padding: 20px 0;
    vertical-align: middle;
  }
  #section_user td input {
    width: 100%;
    height: 3.75vw !important;
    max-height: 45px !important;
    padding-left: 15px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  #section_user td .c2 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #section_user td .c2 input {
    width: 22.91667vw !important;
    max-width: 275px !important;
  }
  #section_user td .c2 input:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
  }
  #section_user .f_zip {
    display: flex;
  }
  #section_user .f_zip .n {
    display: flex;
  }
  #section_user .f_zip .n input {
    text-align: left;
  }
  #section_user .f_zip .n p:nth-child(1) {
    position: relative;
    padding-right: 30px;
  }
  #section_user .f_zip .n p:nth-child(1) input {
    width: 5.41667vw !important;
    max-width: 65px !important;
  }
  #section_user .f_zip .n p:nth-child(1):after {
    content: '-';
    width: 2.5vw !important;
    max-width: 30px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  #section_user .f_zip .n p:nth-child(2) {
    margin-right: 20px;
  }
  #section_user .f_zip .n p:nth-child(2) input {
    width: 6.25vw !important;
    max-width: 75px !important;
  }
  #section_user .f_zip .btn_search {
    width: 16.33333vw !important;
    max-width: 196px !important;
    height: 3vw !important;
    max-height: 36px !important;
    margin-top: 5px;
    font-size: 14px;
    display: flex;
    border-radius: 36px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    background-color: #c1bfa5;
    border: 1px solid #c1bfa5;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
  }
  .is_pc #section_user .f_zip .btn_search:hover {
    background-color: #fff;
    color: #c1bfa5;
  }
  .is_sp #section_user .f_zip .btn_search.touch {
    background-color: #fff;
    color: #c1bfa5;
  }
  #section_user .add1, #section_user .add2 {
    margin-bottom: 20px;
  }
  #section_user .add1 {
    position: relative;
    display: inline-block;
  }
  #section_user .add1 select {
    width: 14vw !important;
    max-width: 168px !important;
    height: 3.75vw !important;
    max-height: 45px !important;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
    position: relative;
  }
  #section_user .add1 select option {
    color: #000;
  }
  #section_user .add1:after {
    content: '';
    display: block;
    width: 2vw !important;
    max-width: 24px !important;
    height: calc(100% - 2px);
    background-color: #c1bfa5;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/buy/select_arrow.svg);
    position: absolute;
    top: 1px;
    right: 1px;
    transition: background 0.15s ease;
  }
  #section_user .notes {
    margin-top: 10px;
  }
  #section_user textarea {
    padding: 10px 15px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 8.33333vw !important;
    max-height: 100px !important;
    line-height: 1.625em;
    font-size: 16px;
  }
  #section_enquete h3 {
    margin-bottom: 20px;
  }
  #section_enquete .txt {
    margin-bottom: 40px;
  }
  #section_enquete li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #c1bfa5;
  }
  #section_enquete li:last-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #c1bfa5;
  }
  #section_enquete li h4 {
    font-weight: bold;
  }
  #section_enquete li .mwform-checkbox-field {
    margin-top: 25px;
    margin-right: 25px;
    display: inline-block;
    letter-spacing: 0.12em;
    position: relative;
  }
  #section_enquete li .mwform-checkbox-field:nth-child(3) {
    margin-right: 300px;
  }
  #section_enquete li .mwform-checkbox-field:nth-last-child(3) {
    display: block;
  }
  #section_enquete li .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 25px;
    position: relative;
  }
  #section_enquete li .mwform-checkbox-field .mwform-checkbox-field-text:before {
    content: '';
    display: block;
    width: 1.5vw !important;
    max-width: 18px !important;
    height: 1.5vw !important;
    max-height: 18px !important;
    background-color: #fff;
    border: 1px solid #c1bfa5;
    border-radius: 4px;
    background-image: url(../images/buy/ico_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    position: absolute;
    top: -1px;
    left: 0;
  }
  #section_enquete li .mwform-checkbox-field input:checked + .mwform-checkbox-field-text:before {
    background-size: 14px;
  }
  #section_enquete li .misc {
    margin-top: 20px;
  }
  #section_enquete li .misc input {
    width: 46.66667vw !important;
    max-width: 560px !important;
    height: 3.75vw !important;
    max-height: 45px !important;
    padding-left: 15px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  #section_enquete li textarea {
    width: 46.66667vw !important;
    max-width: 560px !important;
    height: 10vw !important;
    max-height: 120px !important;
    margin-top: 15px;
    padding: 10px 15px;
    letter-spacing: 0.12em;
    font-size: 16px;
    line-height: 1.625em;
  }
  #section_enquete li .notice {
    margin-top: 15px;
    font-size: 14px;
  }
  #btm_btn {
    padding-top: 35px;
    padding-bottom: 100px;
    text-align: center;
  }
  #btm_btn .btn_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #btm_btn .btn_list .back {
    margin-right: 20px;
  }
  #btm_btn .btn_list .back input {
    width: 12.08333vw !important;
    max-width: 145px !important;
    height: 5.83333vw !important;
    max-height: 70px !important;
    background-color: #a0a0a0;
    background-repeat: no-repeat;
    background-position: 30px center;
    background-image: url(../images/buy/back_arrow.svg);
    background-size: 13px;
    text-indent: 30px;
  }
  #btm_btn input[type="submit"] {
    width: 43.33333vw !important;
    max-width: 520px !important;
    height: 8.33333vw !important;
    max-height: 100px !important;
    margin-bottom: 40px;
    background-color: #000;
    border-radius: 100px;
    font-size: 24px;
    border: none;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #fff;
    transition: background 0.15s ease;
    cursor: pointer;
  }
  .is_pc #btm_btn input[type="submit"]:hover {
    background-color: #c1bfa5;
  }
  .is_sp #btm_btn input[type="submit"].touch {
    background-color: #c1bfa5;
  }
  #btm_btn .notes a {
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    transition: border 0.15s ease;
  }
  .is_pc #btm_btn .notes a:hover {
    border: 0 solid #000;
  }
  .is_sp #btm_btn .notes a.touch {
    border: 0 solid #000;
  }
  #page_buy.thanks #content_inner {
    width: 68.33333vw !important;
    max-width: 820px !important;
    padding: 0;
    padding-top: 60px;
    overflow: hidden;
  }
  #page_buy.thanks #content_inner h3 {
    margin-bottom: 20px;
    letter-spacing: 0.12em;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
    position: relative;
  }
  #page_buy.thanks #content_inner .desc p {
    line-height: 1.75em;
    margin-bottom: 1.5em;
    letter-spacing: 0.12em;
  }
  #page_buy.thanks #content_inner .desc p a {
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    transition: border 0.15s ease;
  }
  .is_pc #page_buy.thanks #content_inner .desc p a:hover {
    border: 0 solid #000;
  }
  .is_sp #page_buy.thanks #content_inner .desc p a.touch {
    border: 0 solid #000;
  }
  #page_buy.thanks #content_inner .backtop {
    width: 30.83333vw !important;
    max-width: 370px !important;
    height: 5.83333vw !important;
    max-height: 70px !important;
    margin: 60px auto;
  }
  #page_buy.thanks #content_inner .backtop a {
    width: 30.83333vw !important;
    max-width: 370px !important;
    height: 5.83333vw !important;
    max-height: 70px !important;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 100px;
    font-size: 24px;
    border: none;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #fff;
    transition: background 0.15s ease;
    cursor: pointer;
  }
  .is_pc #page_buy.thanks #content_inner .backtop a:hover {
    background-color: #c1bfa5;
  }
  .is_sp #page_buy.thanks #content_inner .backtop a.touch {
    background-color: #c1bfa5;
  }
  .t_confirm {
    width: 68.33333vw !important;
    max-width: 820px !important;
    padding-top: 20px;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  input.error {
    border-color: #ff4242 !important;
  }
  .formErrorContent, span.error, .formError {
    visibility: hidden;
    font-size: 0;
    position: fixed;
    top: -200vw;
    display: none;
  }
  .mw_wp_form_confirm p, .mw_wp_form_confirm div, .mw_wp_form_confirm th, .mw_wp_form_confirm td, .mw_wp_form_confirm li {
    word-break: break-all;
  }
  .mw_wp_form_confirm #s_machine h4 {
    display: none;
  }
  .mw_wp_form_confirm #s_machine .notes {
    display: none;
  }
  .mw_wp_form_confirm #s_machine .m_list .v {
    display: none;
  }
  .mw_wp_form_confirm #s_machine .check_m {
    position: relative;
    display: inherit;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  .mw_wp_form_confirm #s_machine .check_m:before {
    content: '商品：';
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .mw_wp_form_confirm #s_amount dl {
    display: table;
  }
  .mw_wp_form_confirm #s_amount dt, .mw_wp_form_confirm #s_amount dd {
    display: table-cell;
    margin: 0;
  }
  .mw_wp_form_confirm #s_amount .req {
    display: none;
  }
  .mw_wp_form_confirm #s_amount dt:after {
    content: '：';
    font-weight: bold;
  }
  .mw_wp_form_confirm th, .mw_wp_form_confirm td {
    line-height: 1.75em;
  }
  .mw_wp_form_confirm th .s {
    display: none;
  }
  .mw_wp_form_confirm .f_zip .n {
    align-items: center;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(1) {
    padding-right: 0 !important;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(1):after {
    display: none !important;
  }
  .mw_wp_form_confirm .f_zip .n p:nth-child(2):before {
    content: '-';
  }
  .mw_wp_form_confirm .f_zip .btn_search {
    display: none !important;
  }
  .mw_wp_form_confirm .add1, .mw_wp_form_confirm .add2, .mw_wp_form_confirm .add3 {
    margin-bottom: 0 !important;
    display: inline-block !important;
  }
  .mw_wp_form_confirm .add1 .notes, .mw_wp_form_confirm .add2 .notes, .mw_wp_form_confirm .add3 .notes {
    display: none;
  }
  .mw_wp_form_confirm .add1:after, .mw_wp_form_confirm .add2:after, .mw_wp_form_confirm .add3:after {
    display: none !important;
  }
  .mw_wp_form_confirm #section_enquete h3 {
    margin-bottom: 40px;
  }
  .mw_wp_form_confirm #section_enquete .txt {
    display: none;
  }
  .mw_wp_form_confirm #section_enquete h4 {
    margin-bottom: 20px;
  }
  .mw_wp_form_confirm #section_enquete h4 span {
    display: none;
  }
  .mw_wp_form_confirm #section_enquete div, .mw_wp_form_confirm #section_enquete p {
    line-height: 1.75em;
  }
  .mw_wp_form_confirm #section_enquete .notice {
    display: none;
  }
}
/* ----- min-width : 1200px ----- */
html {
  position: relative;
}
html {
  position: relative;
}
