@charset "utf-8";
/*
 set break point
 */
/*
 Width / Height Settings
 */
/*
 SP Liquid Value
 */
/*
 PC Liquid Value
 */
/*
 Line Height
 */
@media screen and (max-width: 750px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   story_sp.css
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*------------------------------------------------------------------------------------------
   *
   *
   max-width : 750px
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*---------------------------------------
   *
   #input_wrap
   *
   --------------------------------------- */
  .isIE th, .isIE dt {
    text-align: left;
  }
  #content_inner {
    padding: 8vw 4vw;
    overflow-x: hidden;
  }
  #content_inner .flow {
    margin-bottom: 8vw;
  }
  #content_inner .flow li {
    width: 100%;
    height: 34.66667vw;
    margin-bottom: 10vw;
    display: flex;
    border-radius: 6.66667vw;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
  }
  #content_inner .flow li:last-child {
    margin-bottom: 0;
  }
  #content_inner .flow li .img {
    width: 44vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #content_inner .flow li .img img {
    width: 32vw;
  }
  #content_inner .flow li.f1 .img {
    left: 0.66667vw;
  }
  #content_inner .flow li.f2 .img {
    left: 0vw;
  }
  #content_inner .flow li.f3 .img {
    left: -2vw;
  }
  #content_inner .flow li .inner {
    width: 50.66667vw;
  }
  #content_inner .flow li h3 {
    margin-bottom: 1.33333vw;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #content_inner .flow li .desc {
    letter-spacing: 0.12em;
    line-height: 1.2em;
  }
  #content_inner .flow li:after {
    content: '';
    width: 100%;
    height: 4.93333vw;
    display: block;
    background-image: url(../images/buy/flow_arrow_btm.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -7.2vw;
    right: 0;
  }
  #content_inner .flow li:last-child:after {
    display: none;
  }
  .btm_nav {
    text-align: center;
    padding-bottom: 3.33333vw;
  }
  .btm_nav .btn_next {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 4.66667vw;
  }
  .btm_nav .btn_next a {
    width: 100%;
    height: 24vw;
    padding: 0 4vw 0 6.66667vw;
    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 8vw 0 5.33333vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
  .btm_nav .btn_next a .ico svg {
    width: 11.6vw;
    height: 11.33333vw;
  }
  .btm_nav .btn_next a .arrow svg {
    width: 10.93333vw;
    height: 2vw;
  }
  .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.26667vw;
    border-bottom: 0.26667vw solid #000;
  }
  #flow_caution {
    padding: 0 6.66667vw;
    padding-top: 10.66667vw;
    background-color: #fff;
  }
  #flow_caution .col_l {
    margin-bottom: 8vw;
    text-align: center;
  }
  #flow_caution .col_l h4 {
    font-weight: bold;
  }
  #flow_caution .col_r {
    padding-bottom: 14.66667vw;
  }
  #flow_caution .col_r p {
    line-height: 1.6875em;
  }
  #flow_caution .col_r p span {
    font-weight: bold;
  }
  #flow_caution .col_r .list {
    margin-bottom: 8vw;
  }
  #flow_caution .col_r .list p {
    text-indent: -1.25em;
    padding-left: 1.25em;
  }
  .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.53333vw 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;
  }
  #input_wrap {
    padding-top: 5.33333vw;
    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: 2.66667vw;
    border-bottom: 0.53333vw 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: 4vw;
    padding-bottom: 4vw;
    border-bottom: 1px dashed #c1bfa5;
  }
  #s_machine .radio_wrap {
    margin-bottom: 1.33333vw;
    position: relative;
  }
  #s_machine .notes {
    line-height: 1.6em;
  }
  #s_machine h4 {
    font-weight: bold;
    margin-bottom: 5.33333vw;
  }
  #s_machine .m_list > div {
    height: 34.66667vw;
    padding-left: 24.66667vw;
    padding-top: 5.33333vw;
    margin-bottom: 2.66667vw;
    box-sizing: border-box;
    border: 1px solid #c1bfa5;
    background-color: #fff;
    border-radius: 0.66667vw;
    transition: border 0.15s ease;
    position: relative;
  }
  #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 {
    margin-bottom: 2.66667vw;
    padding-left: 8vw;
    letter-spacing: 0.12em;
    font-weight: bold;
    position: relative;
    left: -0.66667vw;
  }
  #s_machine .m_list > div h4:before {
    content: '';
    width: 5.33333vw;
    height: 5.33333vw;
    border: 1px solid #c9c7b0;
    border-radius: 5.33333vw;
    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: 2.66667vw;
    height: 2.66667vw;
    border-radius: 2.66667vw;
    background-color: #ff4242;
    box-sizing: border-box;
    position: absolute;
    top: 1.33333vw;
    left: 1.33333vw;
  }
  #s_machine .m_list > div.on h4:after {
    display: block !important;
  }
  #s_machine .m_list > div .price {
    display: block;
    font-weight: bold;
    color: #5d5d5d;
  }
  #s_machine .m_list > div .img {
    position: absolute;
    top: 4vw;
    left: 4.66667vw;
  }
  #s_machine .m_list > div .img_w .desc {
    position: absolute;
    bottom: 4vw;
    left: 24.66667vw;
    white-space: nowrap;
  }
  #s_machine .m_list > div .img_w h5 {
    margin-top: 0vw;
    font-weight: bold;
    margin-bottom: 0.8vw;
    line-height: 1.5em;
  }
  #s_machine .m_list > div .img_w p {
    line-height: 1.5em;
  }
  #s_machine .m_list .r_bj70 img {
    width: 14.66667vw;
  }
  #s_machine .m_list .r_bj70s {
    height: 41.33333vw;
  }
  #s_machine .m_list .r_bj70s img {
    width: 14.66667vw;
  }
  #s_machine .m_list .r_sf01 img {
    width: 15.46667vw;
  }
  #s_machine .check_m {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #s_machine .check_m .mwform-radio-field label {
    height: 34.66667vw;
    margin-bottom: 2.66667vw;
    display: block;
    box-sizing: border-box;
    border: 1px solid #c1bfa5;
    border-radius: 0.66667vw;
    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(2) label {
    height: 41.33333vw;
  }
  #s_amount {
    padding-top: 5.33333vw;
    margin-bottom: 21.33333vw;
  }
  #s_amount dt {
    margin-bottom: 5.33333vw;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  #s_amount input {
    width: 21.33333vw;
    height: 12vw;
    padding-right: 4vw;
    padding-left: 4vw;
    background-color: #fff;
    text-align: right;
    font-size: 4.26667vw;
    box-sizing: border-box;
    text-align: -webkit-center;
  }
  #section_user {
    margin-bottom: 16vw;
  }
  #section_user h3 {
    margin-bottom: 5.33333vw;
  }
  #section_user table {
    width: 100%;
    text-align: left;
    display: block;
    box-sizing: border-box;
  }
  #section_user tr {
    display: block;
    border-bottom: 0.26667vw dashed #c1bfa5;
  }
  #section_user tr:last-child {
    border: none;
  }
  #section_user th {
    width: 69.33333vw;
    min-width: 69.33333vw;
    padding: 5.33333vw 0 0 0;
    font-weight: bold;
    display: block;
    letter-spacing: 0.12em;
    vertical-align: middle;
  }
  #section_user th .s {
    margin-left: 2.66667vw;
    font-size: 3.2vw;
    font-weight: normal;
  }
  #section_user th .notice {
    margin-top: 2.66667vw;
    display: block;
    line-height: 1.71429em;
    font-weight: normal;
  }
  #section_user td {
    width: 92vw;
    min-width: 92vw;
    display: block;
    padding: 5.33333vw 0;
    vertical-align: middle;
  }
  #section_user td input {
    width: 100%;
    height: 12vw;
    padding-left: 4vw;
    font-size: 4.26667vw;
    letter-spacing: 0.12em;
  }
  #section_user td .c2 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #section_user td .c2 input {
    width: 42.66667vw;
  }
  #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: 8vw;
  }
  #section_user .f_zip .n p:nth-child(1) input {
    width: 17.33333vw;
  }
  #section_user .f_zip .n p:nth-child(1):after {
    content: '-';
    width: 8vw;
    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: 5.33333vw;
  }
  #section_user .f_zip .n p:nth-child(2) input {
    width: 20vw;
  }
  #section_user .f_zip .btn_search {
    width: 48vw;
    height: 9.6vw;
    margin-top: 1.33333vw;
    font-size: 3.2vw;
    display: flex;
    border-radius: 9.6vw;
    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;
    position: relative;
    left: -1.33333vw;
  }
  .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: 5.33333vw;
  }
  #section_user .add1 {
    position: relative;
    display: inline-block;
  }
  #section_user .add1 select {
    width: 44.8vw;
    height: 12vw;
    font-size: 4.26667vw;
    color: #000;
    padding-left: 4vw;
    position: relative;
  }
  #section_user .add1 select option {
    color: #000;
  }
  #section_user .add1:after {
    content: '';
    display: block;
    width: 6.4vw;
    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;
  }
  .is_sp #section_user .add1:after {
    height: calc(100% - 1px);
    border-radius: 0 2px 2px 0;
  }
  #section_user .notes {
    margin-top: 2.66667vw;
  }
  #section_user textarea {
    padding: 2.66667vw 4vw;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 40vw;
    line-height: 1.625em;
    font-size: 4.26667vw;
  }
  #section_enquete h3 {
    margin-bottom: 5.33333vw;
  }
  #section_enquete .txt {
    margin-bottom: 10.66667vw;
    line-height: 1.6em;
  }
  #section_enquete li {
    padding-bottom: 5.33333vw;
    margin-bottom: 5.33333vw;
    border-bottom: 1px dashed #c1bfa5;
  }
  #section_enquete li:last-child {
    padding-bottom: 10.66667vw;
    border-bottom: 1px solid #c1bfa5;
  }
  #section_enquete li h4 {
    font-weight: bold;
    line-height: 1.6em;
  }
  #section_enquete li .mwform-checkbox-field {
    margin-top: 5.33333vw;
    margin-right: 2.66667vw;
    display: inline-block;
    letter-spacing: 0.12em;
    position: relative;
  }
  #section_enquete li .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 6.66667vw;
    position: relative;
  }
  #section_enquete li .mwform-checkbox-field .mwform-checkbox-field-text:before {
    content: '';
    display: block;
    width: 4.8vw;
    height: 4.8vw;
    background-color: #fff;
    border: 1px solid #c1bfa5;
    border-radius: 0.53333vw;
    background-image: url(../images/buy/ico_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    position: absolute;
    top: -0.13333vw;
    left: 0;
  }
  #section_enquete li .mwform-checkbox-field input:checked + .mwform-checkbox-field-text:before {
    background-size: 3.73333vw;
  }
  #section_enquete li .misc {
    margin-top: 5.33333vw;
  }
  #section_enquete li .misc input {
    width: 100%;
    height: 12vw;
    padding-left: 4vw;
    font-size: 4.26667vw;
    letter-spacing: 0.12em;
  }
  #section_enquete li textarea {
    width: 100%;
    height: 40vw;
    margin-top: 4vw;
    padding: 2.66667vw 4vw;
    letter-spacing: 0.12em;
    font-size: 4.26667vw;
    line-height: 1.625em;
  }
  #section_enquete li .notice {
    margin-top: 4vw;
    font-size: 3.73333vw;
    line-height: 1.6em;
  }
  #btm_btn {
    padding-top: 4.66667vw;
    padding-bottom: 13.33333vw;
    text-align: center;
  }
  #btm_btn .btn_list {
    justify-content: center;
    align-items: center;
  }
  #btm_btn .btn_list .back input {
    width: 37.33333vw;
    height: 18.66667vw;
    background-color: #a0a0a0;
    background-repeat: no-repeat;
    background-position: 8vw center;
    background-image: url(../images/buy/back_arrow.svg);
    background-size: 3.46667vw;
    text-indent: 8vw;
  }
  #btm_btn input[type="submit"] {
    width: 82.66667vw;
    height: 21.33333vw;
    margin-bottom: 10.66667vw;
    background-color: #000;
    border-radius: 26.66667vw;
    font-size: 4.8vw;
    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 {
    line-height: 2em;
    padding-bottom: 0.26667vw;
    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.8vw;
    height: 1.53333vw;
  }
  #page_buy.thanks #content_inner {
    padding: 0 5.33333vw;
    padding-top: 16vw;
    overflow: hidden;
  }
  #page_buy.thanks #content_inner h3 {
    margin-bottom: 5.33333vw;
    letter-spacing: 0.12em;
    font-weight: bold;
    padding-bottom: 1.33333vw;
    border-bottom: 0.53333vw 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.53333vw;
    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: 80vw;
    height: 18.66667vw;
    margin: 16vw auto;
  }
  #page_buy.thanks #content_inner .backtop a {
    width: 80vw;
    height: 18.66667vw;
    margin-bottom: 10.66667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 26.66667vw;
    font-size: 4.8vw;
    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: 109.33333vw;
    padding-top: 2.66667vw;
    margin: 0 auto;
    margin-top: -2.66667vw;
    margin-bottom: 2.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: 4.26667vw;
    letter-spacing: 0.12em;
  }
  .mw_wp_form_confirm #s_machine .check_m:before {
    content: '商品：';
    display: inline-block;
    font-size: 4.26667vw;
    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 td {
    padding-top: 1.33333vw !important;
  }
  .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: 5.33333vw;
  }
  .mw_wp_form_confirm #section_enquete .txt {
    display: none;
  }
  .mw_wp_form_confirm #section_enquete h4 {
    margin-bottom: 2.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;
  }
}
/* -------------------------------------------------- */
