/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  #price h2 {
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-top: 100px;
  }
  #price .price_head {
    margin: 0 auto 40px;
  }
  #price .price_head .head_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #price .price_head .head_cont .head_copy {
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 30px;
  }
  #price .price_head .head_cont .head_copy span {
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  #price .price_head .head_cont .head_copy span strong {
    font-weight: bold;
    color: #f39700;
    letter-spacing: 0.05em;
  }
  #price .price_head .head_cont .acce_box {
    width: 327px;
    height: 232px;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  #price .price_head .head_cont .acce_box > img {
    position: absolute;
  }
  #price .price_head .head_cont .acce_box > img:nth-of-type(1) {
    width: 124px;
    height: auto;
    left: 0;
    bottom: 0;
  }
  #price .price_head .head_cont .acce_box > img:nth-of-type(2) {
    width: 191px;
    height: auto;
    right: 0;
    top: 0;
  }
  #price .price_head .head_text {
    font-size: 1.8rem;
    line-height: 2.33;
  }
  #price .price_head .head_text strong {
    color: #f39700;
  }
  #price .qanda_wrap {
    margin-top: 100px;
    margin-bottom: 120px;
  }
  #price .qanda_wrap .qanda_head_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #price .qanda_wrap .qanda_head_wrap .qanda_head_text h3 {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #price .qanda_wrap .qanda_head_wrap .qanda_head_text > p {
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    line-height: 1.7;
    margin-top: 20px;
  }
  #price .qanda_wrap .qanda_head_wrap .acce {
    width: 130px;
    height: auto;
    margin-left: auto;
    margin-right: 47px;
  }
  #price .qanda_wrap .back_btn {
    text-align: right;
    margin-top: 40px;
  }
  #price .qanda_wrap .back_btn a {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #price .qanda_wrap .back_btn a::before {
    bottom: -24px;
  }
  #price .qanda_wrap .back_btn a::after {
    width: 40px;
    height: 40px;
  }
  #price .qanda_wrap .qanda_list .qanda_item {
    border-bottom: 1px solid #222;
  }
  #price .qanda_wrap .qanda_list .qanda_item:first-of-type {
    border-top: 1px solid #222;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner {
    background-color: #fff;
    padding: 21px 70px 21px 55px;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner .qanda_icon {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    margin-right: 41px;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner .qanda_icon span {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    margin-top: 5px;
    display: block;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner .qanda_text {
    font-size: 1.8rem;
    line-height: 1.88;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question .qanda_text {
    font-weight: bold;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question::before, #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question::after {
    position: absolute;
    content: '';
    top: 0;
    right: 50px;
    bottom: 0;
    width: 14px;
    height: 2px;
    margin: auto;
    background: #222;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question:hover {
    background-color: #f2f0ea;
    cursor: pointer;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question.active {
    background-color: #f2f0ea;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question.active::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.answer {
    background-color: #f2f0ea;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.answer .answer_flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.answer .qanda_icon {
    color: #f39700;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.answer .qanda_text .answer_text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.answer .qanda_text .answer_text a {
    color: #f39700;
    text-decoration: underline;
  }
  #price .qanda_wrap .qanda_list .qanda_item .accordion-btm {
    display: none;
  }
  #price .price_form_sec > h3 {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-bottom: 35px;
  }
  #price .price_form_sec > p {
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    line-height: 1.7;
    margin-bottom: 65px;
  }
  #price .price_form_sec > p span {
    font-size: 1.6rem;
  }
  #price .price_form_sec .price_form_wrap {
    border: 1px solid #222;
    border-radius: 40px;
    background-color: #fff;
    padding: 80px 10%;
    max-width: 1060px;
    margin: 0 auto 160px;
  }
  #price .price_form_sec .price_form_wrap .lead {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
  }
  #price .price_form_sec .price_form_wrap form table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 30px;
  }
  #price .price_form_sec .price_form_wrap form table tr th,
  #price .price_form_sec .price_form_wrap form table tr td {
    vertical-align: middle;
  }
  #price .price_form_sec .price_form_wrap form table tr th.va_base,
  #price .price_form_sec .price_form_wrap form table tr td.va_base {
    vertical-align: baseline;
  }
  #price .price_form_sec .price_form_wrap form table tr th {
    width: 210px;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
  }
  #price .price_form_sec .price_form_wrap form table tr td {
    width: 100%;
  }
  #price .price_form_sec .price_form_wrap form table tr td textarea {
    height: 240px;
  }
  #price .price_form_sec .price_form_wrap form table tr td textarea:nth-of-type(n+2) {
    margin-top: 11px;
  }
  #price .price_form_sec .price_form_wrap form table tr td textarea.h_short {
    height: 50px;
  }
  #price .price_form_sec .price_form_wrap form table tr td .form_text {
    margin-bottom: 14px;
    margin-top: 25px;
  }
  #price .price_form_sec .price_form_wrap form table tr td .form_text:first-of-type {
    margin-top: 0;
  }
  #price .price_form_sec .price_form_wrap form table tr td .form_note {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
    line-height: 1.6;
  }
  #price .price_form_sec .price_form_wrap form table tr td .form_note a {
    color: #f39700;
  }
  #price .price_form_sec .price_form_wrap form table tr td .form_note a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  #price .price_form_sec .price_form_wrap.confirm form {
    margin-top: 50px;
  }
  #price .price_form_sec .price_form_wrap.confirm form table tr th,
  #price .price_form_sec .price_form_wrap.confirm form table tr td {
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    line-height: 1.7;
  }
  #price .price_form_sec .price_form_wrap.confirm form table tr th {
    padding-top: 0;
    font-weight: bold;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_img {
    width: 300px;
    display: block;
    margin: 20px auto 0;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_copy {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 3.6rem;
    text-align: center;
    color: #f39700;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_text_top {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_text_btm {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 30px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_btn_back {
    min-width: 250px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 999px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.6rem;
    font-weight: bold;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #222;
    padding: 0 40px;
    margin: 50px auto;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_btn_back::after {
    content: "";
    display: block;
    width: 23px;
    height: 19px;
    background-image: url(../images/common/icon_btn_arrow_bk.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%) scale(-1, 1);
            transform: translateY(-50%) scale(-1, 1);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_btn_back:hover {
    opacity: 1;
    background-color: #222;
    color: #fff;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_btn_back:hover::after {
    background-image: url(../images/common/icon_btn_arrow_wh.svg);
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  #price .qanda_wrap .qanda_head_wrap .back_btn {
    margin-top: 30px;
  }
  #price .price_form_sec .price_form_wrap {
    padding: 40px 5%;
  }
  #price .price_form_sec .price_form_wrap form table tr th {
    width: 160px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #price {
    margin-bottom: 21.33333vw;
  }
  #price h2 {
    font-size: 8vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 12vw 0 0;
  }
  #price .price_head {
    margin: 0 auto 25.33333vw;
  }
  #price .price_head .head_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -2.4vw;
    margin-bottom: 8vw;
  }
  #price .price_head .head_cont .head_copy {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 1.75;
    font-weight: bold;
    margin-top: 9.33333vw;
  }
  #price .price_head .head_cont .head_copy span {
    font-size: 6.66667vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  #price .price_head .head_cont .head_copy span strong {
    font-weight: bold;
    color: #f39700;
    letter-spacing: 0.05em;
  }
  #price .price_head .head_cont .acce_box {
    width: 27.6vw;
    height: 46.26667vw;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #price .price_head .head_cont .acce_box > img {
    position: absolute;
  }
  #price .price_head .head_cont .acce_box > img:nth-of-type(1) {
    width: 21.86667vw;
    height: auto;
    right: 2.93333vw;
    bottom: 0;
    z-index: 2;
  }
  #price .price_head .head_cont .acce_box > img:nth-of-type(2) {
    width: 27.6vw;
    height: auto;
    right: 0;
    top: 0;
    z-index: 1;
  }
  #price .price_head .head_text {
    font-size: 3.73333vw;
    line-height: 1.71;
  }
  #price .price_head .head_text strong {
    color: #f39700;
  }
  #price .qanda_wrap .qanda_head_wrap {
    margin-bottom: 8vw;
    position: relative;
  }
  #price .qanda_wrap .qanda_head_wrap .qanda_head_text h3 {
    font-size: 5.86667vw;
    font-weight: bold;
    letter-spacing: 0.075em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #price .qanda_wrap .qanda_head_wrap .qanda_head_text > p {
    font-size: 3.46667vw;
    letter-spacing: 0.075em;
    line-height: 1.84;
    margin-top: 8vw;
  }
  #price .qanda_wrap .qanda_head_wrap .acce {
    width: 24.4vw;
    height: auto;
    position: absolute;
    right: 18.93333vw;
    top: -8.8vw;
  }
  #price .qanda_wrap .qanda_list {
    margin-top: 3.2vw;
  }
  #price .qanda_wrap .qanda_list .qanda_item {
    border-bottom: 0.53333vw solid #e9e7e3;
  }
  #price .qanda_wrap .qanda_list .qanda_item:first-of-type {
    border-top: 0.53333vw solid #e9e7e3;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner {
    background-color: #fff;
    padding: 6.26667vw 9.86667vw 6.26667vw 4vw;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner .qanda_icon {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    margin-right: 4.53333vw;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner .qanda_icon span {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    margin-top: 2.4vw;
    display: block;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner .qanda_text {
    font-size: 4vw;
    line-height: 1.53;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question .qanda_text {
    font-weight: bold;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question::before, #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question::after {
    position: absolute;
    content: '';
    top: 0;
    right: 4vw;
    bottom: 0;
    width: 2.66667vw;
    height: 0.53333vw;
    margin: auto;
    background: #222;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question.active {
    background-color: #f2f0ea;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.question.active::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.answer {
    background-color: #f2f0ea;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.answer .answer_flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.answer .qanda_icon {
    color: #f39700;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.answer .qanda_text .answer_text {
    font-size: 3.73333vw;
    line-height: 2;
  }
  #price .qanda_wrap .qanda_list .qanda_item .qanda_item_inner.answer .qanda_text .answer_text a {
    color: #f39700;
    text-decoration: underline;
  }
  #price .qanda_wrap .qanda_list .qanda_item .accordion-btm {
    display: none;
  }
  #price .qanda_wrap .back_btn {
    text-align: right;
    margin-top: 9.2vw;
    margin-bottom: 27.06667vw;
  }
  #price .qanda_wrap .back_btn a {
    font-size: 4vw;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #price .qanda_wrap .back_btn a::before {
    bottom: -5.06667vw;
  }
  #price .qanda_wrap .back_btn a::after {
    width: 8.8vw;
    height: 8.8vw;
  }
  #price .price_form_sec > h3 {
    font-size: 5.86667vw;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-bottom: 6.66667vw;
  }
  #price .price_form_sec > p {
    font-size: 3.46667vw;
    line-height: 1.84;
    margin-bottom: 6.66667vw;
  }
  #price .price_form_sec > p span {
    font-size: 3.2vw;
  }
  #price .price_form_sec .price_form_wrap {
    border: 0.26667vw solid #222;
    border-radius: 5.33333vw;
    background-color: #fff;
    padding: 10.66667vw 6.66667vw;
  }
  #price .price_form_sec .price_form_wrap .lead {
    font-size: 3.46667vw;
    font-weight: bold;
    text-align: left;
    line-height: 1.8;
  }
  #price .price_form_sec .price_form_wrap form table {
    width: 100%;
  }
  #price .price_form_sec .price_form_wrap form table tr th,
  #price .price_form_sec .price_form_wrap form table tr td {
    display: block;
  }
  #price .price_form_sec .price_form_wrap form table tr th {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.46667vw;
  }
  #price .price_form_sec .price_form_wrap form table tr td {
    width: 100%;
    margin-bottom: 8.53333vw;
  }
  #price .price_form_sec .price_form_wrap form table tr td textarea {
    height: 53.33333vw;
  }
  #price .price_form_sec .price_form_wrap form table tr td textarea:nth-of-type(n+2) {
    margin-top: 11px;
  }
  #price .price_form_sec .price_form_wrap form table tr td textarea.h_short {
    height: 18.66667vw;
  }
  #price .price_form_sec .price_form_wrap form table tr td .form_text {
    margin-bottom: 6vw;
    margin-top: 6vw;
  }
  #price .price_form_sec .price_form_wrap form table tr td .form_text:first-of-type {
    margin-top: 4vw;
  }
  #price .price_form_sec .price_form_wrap form table tr td .form_note {
    font-size: 3.46667vw;
    letter-spacing: 0.075em;
    line-height: 1.6;
  }
  #price .price_form_sec .price_form_wrap form table tr td .form_note a {
    color: #f39700;
  }
  #price .price_form_sec .price_form_wrap form table tr td .form_note a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  #price .price_form_sec .price_form_wrap.confirm form {
    margin-top: 8vw;
  }
  #price .price_form_sec .price_form_wrap.confirm form table tr th,
  #price .price_form_sec .price_form_wrap.confirm form table tr td {
    font-size: 3.46667vw;
    letter-spacing: 0.075em;
    line-height: 1.7;
  }
  #price .price_form_sec .price_form_wrap.confirm form table tr th {
    padding-top: 0;
    font-weight: bold;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_img {
    width: 61.33333vw;
    display: block;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_copy {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 8vw;
    text-align: center;
    color: #f39700;
    letter-spacing: 0.1em;
    margin-bottom: 2.66667vw;
    margin-top: 5.33333vw;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_text_top {
    font-weight: bold;
    font-size: 4.26667vw;
    text-align: center;
    margin-bottom: 5.33333vw;
    letter-spacing: 0.1em;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_text_btm {
    text-align: left;
    font-size: 3.46667vw;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_btn_back {
    min-width: 56vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    border: 0.26667vw solid #222;
    border-radius: 999px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 3.46667vw;
    font-weight: bold;
    height: 14.93333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #222;
    padding: 0 10.66667vw;
    margin: 5.33333vw auto;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_btn_back::after {
    content: "";
    display: block;
    width: 5.33333vw;
    height: 4.53333vw;
    background-image: url(../images/common/icon_btn_arrow_bk.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 5.33333vw;
    -webkit-transform: translateY(-50%) scale(-1, 1);
            transform: translateY(-50%) scale(-1, 1);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_btn_back:hover {
    opacity: 1;
    background-color: #222;
    color: #fff;
  }
  #price .price_form_sec .price_form_wrap.confirm .thanks_btn_back:hover::after {
    background-image: url(../images/common/icon_btn_arrow_wh.svg);
  }
}
