@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&subset=japanese");

/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-weight: normal;
    font-size: 100%;
    line-height: 140%;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

html,
body {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
    font-size: 1.5em;
    line-height: 1.6;
    overflow-x: hidden;
    letter-spacing: 0.05em;
    color: #222;
    background: url(../images/bg-gray.jpg);
    -webkit-text-size-adjust: 100%;
}

@media (max-width: 768px) {
    body {
        letter-spacing: 0.5px;
    }
}

body,
* {
    box-sizing: border-box;
}

p {
    font-size: 1.5rem;
    line-height: 1.75;
}

button,
input[type=submit],
input[type=button] {
    cursor: pointer;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
}

input[type=submit],
input[type=button] {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 0px 0px #d02e2e;
    box-shadow: 0px 4px 0px 0px #d02e2e;
    border: 1px solid #EF6A6A;
    background: #EF6A6A;
}

@media (max-width: 768px) {
    input[type=submit],
    input[type=button] {
        width: 100%;
        font-size: 20px;
        font-size: 2.6rem;
        padding: 12px 0;
    }
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #acacac;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #acacac;
}

::placeholder {
    /* Others */
    color: #acacac;
}


/* common */

.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}


/* header */

#header {
    background: #fff;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header .inner img {
    width: 204px;
}

#header .back_to_toppage {
    display: block;
    padding: 10px 20px;
    transition: 0.5s;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #6e4a8d;
    border: 1px solid #865fa9;
    background: #865fa9;
}

#header .back_to_toppage:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    #header .inner img {
        width: 168px;
        height: auto;
    }
    #header .back_to_toppage {
        font-size: 12px;
        padding: 8px 12px;
    }
}


/* footer */

#footer {
    text-align: center;
    background: #865fa9;
}

#footer #copyright {
    font-size: 1.2rem;
    line-height: 48px;
    letter-spacing: 1px;
    color: #fff;
}

@media (max-width: 768px) {
    #footer #copyright {
        font-size: 1rem;
    }
}

#wrap {
    position: relative;
    min-height: 100%;
    padding-bottom: 60px;
}

#wrap #footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#wrapper>.inner {
    padding-top: 0px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    #wrapper>.inner {
        padding-bottom: 20px;
    }
}


/* form */

.warning {
    color: #f00;
}

.form_title {
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 3.8rem;
    letter-spacing: 0.05em;
    color: #000;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.form_title::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    width: 99px;
    height: 4px;
    background: url(../images/line-purple-horizon.jpg) repeat-x;
}

h3 {
    text-align: center;
    font-size: 3.0rem;
    margin-bottom: 30px;
    font-weight: 600;
}

@media (max-width: 768px) {
    h3 {
        font-size: 2.6rem;
        margin-bottom: 15px;
    }
    .form_title {
        font-size: 3rem;
    }
}

.steps {
    position: relative;
    padding: 20px 212px;
    text-align: center;
    background: url("../images/easy.png") no-repeat left 20px;
}

.steps img {
    max-width: 100%;
}

.steps img.pc {
    display: inline;
}

.steps img.sp {
    display: none;
}

@media (max-width: 1000px) {
    .steps {
        padding: 15px 2vw 15px 22vw;
        background-size: 22vw auto;
    }
}

@media (max-width: 768px) {
    .steps {
        padding: 10px 2vw 0 24vw;
        background-size: 25vw auto;
    }
    .steps img.pc {
        display: none;
    }
    .steps img.sp {
        display: inline;
    }
}

.wrap_form {
    margin: 20px 0;
    padding: 40px calc(2% + 24px);
    background: #fff;
    border: 1px solid #865fa9;
}

.wrap_form .step_text {
    display: flex;
    margin-bottom: 24px;
    border: 2px solid #865fa9;
}

.wrap_form .step_text>span {
    padding: 8px;
}

.wrap_form .step_text .step {
    font-size: 120%;
    font-weight: normal;
    margin-right: 16px;
    padding: 6px 12px;
    color: #fff;
    background: #865fa9;
}

@media (max-width: 768px) {
    .wrap_form {
        padding: 12px 4%;
    }
    .wrap_form .step_text {
        margin-bottom: 12px;
    }
    .wrap_form .step_text>span {
        font-size: 1.4rem;
    }
    .wrap_form .step_text .step {
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        margin-right: 0;
    }
}

.wrap_form .center {
    text-align: center;
}

.wrap_form .privacy {
    margin-top: 20px;
}

.form_list {
    display: flex;
    flex-wrap: wrap;
}

.form_list dt,
.form_list dd {
    padding: 24px;
    border-bottom: 1px dotted #865fa9;
}

.form_list dt {
    font-weight: bold;
    position: relative;
    width: 25%;
    color: #6e4a8d;
}

.form_list dt .required {
    font-size: 1.1rem;
    font-weight: 500;
    position: absolute;
    top: 24px;
    right: 10px;
    padding: 4px;
    color: #fff;
    background: #f00;
}

.form_list dt .no-required {
    font-size: 1.1rem;
    font-weight: 500;
    position: absolute;
    top: 24px;
    right: 10px;
    padding: 4px;
    color: #fff;
    background: #999;
}

.form_list dd {
    font-size: 1.7rem;
    line-height: 30px;
    width: 75%;
    border-left: 1px dotted #865fa9;
}

.form_list dd input,
.form_list dd textarea,
.form_list dd select,
.form_list dd option {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 500;
}

.form_list dd input[type=text],
.form_list dd textarea {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    margin: 2px 0;
    padding: 10px;
    outline: none;
}

.form_list dd input[type=text]:focus,
.form_list dd textarea:focus {
    background: #fffdf2;
}

.form_list dd input[name=contact_name_sei],
.form_list dd input[name=contact_name_mei],
.form_list dd input[name=contact_name_sei_kana],
.form_list dd input[name=contact_name_mei_kana] {
    display: inline-block;
    width: calc(100% - 48px);
    margin-left: 4px;
}

.form_list dd input[name=contact_name_sei],
.form_list dd input[name=contact_name_mei] {
    margin-left: 18px;
}

.form_list dd input[name="tel[]"],
.form_list dd input[name="zipcode[]"] {
    display: inline-block;
    width: inherit;
}

.form_list dd.plan label {
    display: block;
}

.form_list dd .note {
    display: inline-block;
    margin: 3px 0;
}

.form_list.confirm_list dt,
.form_list.confirm_list dd {
    padding: 20px 24px;
    border-left: 0;
}

@media (max-width: 768px) {
    .form_list {
        display: block;
    }
    .form_list dt,
    .form_list dd {
        width: 100%;
    }
    .form_list dt {
        padding: 20px 0 0;
        border-bottom: 0;
    }
    .form_list dt .required,
    .form_list dt .no-required {
        line-height: 1.2;
        top: 22px;
    }
    .form_list dd {
        padding: 8px 0 20px;
        border-left: 0;
    }
    .form_list.confirm_list dt {
        padding: 15px 8px 0;
    }
    .form_list.confirm_list dd {
        padding: 5px 8px 15px;
    }
}

select[name=area] {
    padding: 3px;
    vertical-align: middle !important;
    line-height: 1.75;
    height: 38px;
}

.custom-control {
    padding-left: 2rem;
}

.custom-control.custom-control-inline {
    margin-right: 3rem;
}

@media (max-width: 768px) {
    .custom-control.custom-control-inline {
        margin-right: 2rem;
    }
}

#disp_envelope .custom-control .custom-control-label {
    display: block;
}

.custom-control .custom-control-label::before {
    top: 0.7rem;
    left: -2rem;
    width: 1.6rem;
    height: 1.6rem;
}

.custom-control .custom-control-label::after {
    top: 0.7rem;
    left: -2rem;
    width: 1.6rem;
    height: 1.6rem;
}

#disp_envelope {
    margin-top: 8px;
    padding: 8px 12px;
    background: #f3f3f3;
}

.mail-select-area .address-label {
    margin-top: 15px;
}

.mail-select-area .address-label:first-of-type {
    margin-top: 0;
}

.zipcode-wrap input[type=text] {
    display: inline-block !important;
    width: calc(50% - 15px) !important;
}

.zipcode-wrap .btn-zipcode {
    font-size: 1.4rem;
    margin: 2px 0;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    -webkit-box-shadow: 0px 3px 0px 0px #ccc;
    box-shadow: 0px 3px 0px 0px #ccc;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Noto Sans JP", sans-serif;
    color: #888;
    border: 1px solid #ccc;
    background: #f3f3f3;
}

@media (max-width: 768px) {
    .zipcode-wrap input[type=text] {
        width: 54% !important;
    }
    .zipcode-wrap .btn-zipcode {
        padding: 5px 0;
        width: 44%;
    }
}

.select-wrap {
    position: relative;
}

.select-wrap:after {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 12px;
    display: block;
    width: 12px;
    height: 12px;
    content: "▼";
}

.select-wrap .select-custom {
    z-index: 2;
    width: 100%;
    padding: 10px;
    border: 1px solid #777;
    background: transparent;
    -webkit-appearance: none;
}

.select-wrap .select-custom:focus {
    background: #fffdf2;
}

.ssl_text {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 768px) {
    .ssl_text {
        text-align: left;
    }
}

.privacypolicy {
    overflow-y: scroll;
    height: 250px;
    margin-top: 30px;
    padding: 40px;
    border: 1px solid #dfdfdf;
    background: #fff;
}

.privacypolicy h4 {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .privacypolicy {
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .privacy.center {
        text-align: left;
    }
}

.privacy_check {
    margin-top: 10px;
    text-align: center;
}

.btns_inquiry,
.btn_wrap {
    margin-top: 24px;
    text-align: center;
}

.btn_submit,
.btn-confirm {
    font-size: 1.6rem;
    line-height: 60px;
    margin: 0 auto;
    padding: 4px 10px;
    transition: 0.5s;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    border: 1px solid #f8a1a9;
    background: #f8a1a9;
}

.btn_submit:hover,
.btn-confirm:hover {
    color: #f8a1a9;
    background: #fff;
}

.btn_submit,
.btn-confirm,
.btn_back {
    font-size: 26px;
    font-weight: bold;
    width: 90%;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .btn_submit,
    .btn-confirm,
    .btn_back {
        font-size: 16px;
        margin-top: 20px;
    }
}

.btn_close,
.btn_back {
    font-size: 2rem;
    line-height: 60px;
    margin: 0 auto;
    margin-right: 15px;
    padding: 4px 10px;
    transition: 0.5s;
    text-align: center;
    letter-spacing: 0.1em;
    color: #f8a1a9;
    border: 1px solid #f8a1a9;
    background: #fff !important;
}

.btn_close:hover,
.btn_back:hover {
    text-decoration: none;
    color: #fff;
    background: #f8a1a9 !important;
}

.btn_close {
    width: 200px;
}

.btn_close {
    display: block;
    width: 280px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .btn-confirm {
        margin-bottom: 20px;
    }
    .btn_submit {
        width: 280px;
        margin-bottom: 20px;
    }
    .btn_back {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 700px) {
    .btns_inquiry {
        display: flex;
        flex-direction: column;
    }
    .btns_inquiry .btn_submit {
        order: 1;
    }
    .btns_inquiry .btn_back {
        font-size: 2rem;
        line-height: 42px;
        order: 2;
        width: 100%;
        margin: 0 auto 20px;
    }
}


/* modal */

.modal .modal-dialog {
    width: 90%;
    max-width: 720px;
}

@media (max-width: 768px) {
    .modal .modal-dialog {
        margin-right: auto;
        margin-left: auto;
    }
}

.modal .close {
    font-family: "Osaka-mono", "MS Gothic", "monospace";
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 100%;
    background: #333;
}

@media (max-width: 768px) {
    .modal .close {
        top: -36px;
        opacity: 1;
    }
}

.modal .modal-content {
    padding: 30px 30px 30px 32%;
    border-radius: 15px;
    background: #fff url("../images/tel_bnr.png") no-repeat 5% 30px;
}

.modal .modal-content .text {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 24px;
}

.modal .modal-content .tel img {
    width: 100%;
    max-width: 420px;
}

.modal .modal-content .note {
    font-size: 1.3rem;
    margin-top: 10px;
    color: #d50000;
}

@media (max-width: 768px) {
    .modal .modal-content {
        padding: 20px 10px;
        background-image: none;
    }
    .modal .modal-content .text {
        font-size: 3.8vw;
        position: relative;
        padding-left: 17vw;
    }
    .modal .modal-content .text:before {
        position: absolute;
        top: -2.5vw;
        left: -2vw;
        display: block;
        width: 17vw;
        height: 17vw;
        content: "";
        background: url("../images/tel_bnr.png") no-repeat 0 0;
        background-size: contain;
    }
    .modal .modal-content .tel {
        text-align: center;
    }
    .modal .modal-content .note {
        font-size: 1.1rem;
        text-align: center;
    }
}


/* complete */

.complete h3 {
    font-size: 2.8rem;
    margin: 10px 0 24px;
    text-align: center;
    color: #ca524b;
}

.complete h3 br {
    display: none;
}

@media (max-width: 768px) {
    .complete h3 {
        font-size: 2.4rem;
    }
    .complete h3 br {
        display: block;
    }
}

.fa-check-circle {
    color: #999;
    margin-left: 10px;
}

.fa-check-circle.check {
    color: #f8a1a9;
}

.remainingItems {
    font-size: 18px;
    font-weight: bold;
    position: fixed;
    z-index: 100;
    right: 8vw;
    bottom: 30px;
    padding: 10px 50px;
    text-align: center;
    color: #865fa9;
    border: 2px solid #865fa9;
    background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
    .remainingItems {
        font-size: 16px;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 5px 0 10px;
        border-bottom: 0;
        border-radius: 20px 20px 0 0;
        background: rgba(255, 255, 255, 0.95);
    }
}

.remainingItems__number {
    font-size: 45px;
    display: block;
}

@media (max-width: 768px) {
    .remainingItems__number {
        font-size: 25px;
        display: inline-block;
        margin-left: 20px;
    }
}

.remainingItems__slash {
    font-size: 30px;
}

@media (max-width: 768px) {
    .remainingItems__slash {
        font-size: 16px;
    }
}

.remainingItems__denominator {
    font-size: 20px;
}

@media (max-width: 768px) {
    .remainingItems__denominator {
        font-size: 16px;
    }
}

.delivery-date {
    font-size: 28px;
    margin: 40px 0 30px;
    text-align: center;
}

@media (max-width: 768px) {
    .delivery-date {
        font-size: 16px;
        margin: 15px auto 20px;
    }
}

.delivery-date__border {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

@media (max-width: 768px) {
    .delivery-date__border {
        margin: 0 5px;
    }
}

.delivery-date__border:after {
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: #865fa9;
}

@media (max-width: 768px) {
    .delivery-date__border:after {
        content: none;
    }
}

.delivery-date .fz-big {
    font-size: 40px;
}

@media (max-width: 768px) {
    .delivery-date .fz-big {
        font-size: 30px;
    }
}

.attention-txt {
    width: 100%;
    margin: 0 auto;
    padding: 30px 50px;
    border: 1px solid #ec5a67;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 768px) {
    .attention-txt {
        flex-wrap: wrap;
        width: 100%;
        padding: 20px;
    }
}

.attention-txt .flex-left {
    width: 46%;
}

@media (max-width: 768px) {
    .attention-txt .flex-left {
        width: 100%;
        border-bottom: 1px solid #333;
        padding-bottom: 17px;
    }
}

.attention-txt__h {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #ec5a67;
    padding-top: 5%;
}

@media (max-width: 1060px) {
    .attention-txt__h {
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    .attention-txt__h {
        font-size: 4.4vw;
    }
}

.attention-txt__h .fas {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .attention-txt__h .fas {
        margin-right: 5px;
    }
}

.attention-txt__sub {
    font-size: 18px;
}

@media (max-width: 768px) {
    .attention-txt__sub {
        font-size: 15px;
    }
}

.attention-txt__sub .fw-b {
    font-weight: bold;
}

.attention-txt__tel-box {
    font-weight: bold;
    text-align: center;
    width: 46%;
}

@media (max-width: 768px) {
    .attention-txt__tel-box {
        margin-top: 18px;
        width: 100%;
        padding: 0 10px;
    }
}

.attention-txt__tel-box img {
    width: 100%;
}

.attention-txt__tel-box .txt {
    font-size: 20px;
    margin-bottom: -7px;
}

@media (max-width: 768px) {
    .attention-txt__tel-box .txt {
        font-size: 18px;
        margin-bottom: -2px;
        display: inline-block;
        background: #fff;
        padding: 0 10px;
    }
}

.attention-txt__tel-box .img img {
    position: relative;
    top: 9px;
    margin-left: 10px;
}

@media (max-width: 1200px) {
    .attention-txt__tel-box .img img {
        width: 23%;
        top: 4px;
        margin-left: 5px;
    }
}

@media (max-width: 768px) {
    .attention-txt__tel-box .img img {
        top: 1.4vw;
        margin-left: 5px;
        max-width: 115px;
        width: 20.3vw;
    }
}

.attention-txt__tel-box .img a {
    font-size: 45px;
    text-decoration: underline;
    color: #865fa9;
}

@media (max-width: 1200px) {
    .attention-txt__tel-box .img a {
        font-size: 3.6vw;
    }
}

@media (max-width: 768px) {
    .attention-txt__tel-box .img a {
        font-size: 7.9vw;
    }
}

@media (max-width: 400px) {
    .attention-txt__tel-box .img a {
        font-size: 9vw;
    }
}

.attention-txt__tel-box .img .fas {
    font-size: 35px;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .attention-txt__tel-box .img .fas {
        font-size: 3.7vw;
    }
}

@media (max-width: 768px) {
    .attention-txt__tel-box .img .fas {
        font-size: 6.5vw;
        margin-right: 5px;
    }
}

@media (max-width: 400px) {
    .attention-txt__tel-box .img .fas {
        font-size: 7.1vw;
        margin-right: 5px;
    }
}

.tel_list {
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px 50px;
}

@media (max-width: 768px) {
    .tel_list {
        padding: 20px;
    }
}

.tel_list p {
    font-weight: 600;
}

.tel_list a {
    color: #865fa9;
}

@media (max-width: 768px) {
    .tel_list a {
        display: block;
    }
}

.link_border {
    text-decoration: underline;
    color: #865fa9;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 40px;
    margin-bottom: 0rem;
    list-style: none;
    background: none;
    border-radius: 0;
}

@media (max-width: 768px) {
    .breadcrumb {
        padding: 10px 0 10px;
    }
}

.breadcrumb__item {
    font-size: 1.2rem;
    padding: 3px 0.5em 3px 0;
}

.breadcrumb__item a {
    color: #865fa9;
    text-decoration: underline;
    transition: all 0.3s;
}

.breadcrumb__item::after {
    content: "/";
    margin-left: 0.5em;
}

.breadcrumb__item:last-child {
    padding-right: 0;
}

.breadcrumb__item:last-child::after {
    content: none;
    margin-left: 0;
}

@media (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

.prefcode_city {
    font-size: 18px;
    margin-top: 15px;
    line-height: 3;
    padding-left: 13px;
    background: #eee;
}

.top_bnr {
    margin: 40px auto 60px;
    text-align: center;
}

@media (max-width: 768px) {
    .top_bnr {
        margin: 20px auto;
    }
}

.top_bnr img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .pc_hide {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .smart_hide {
        display: none !important;
    }
}

@media screen and (max-width: 576px) {
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-6.pl {
        padding-right: 0;
    }
    .col-xs-6.pr {
        padding-left: 0;
    }
}

[v-cloak] {
    display: none !important;
}


/* IE11 css hack */

_:-ms-lang(x)::-ms-backdrop,
.remainingItems {
    display: none;
}

_:-ms-lang(x)::-ms-backdrop,
.fa-check-circle {
    display: none !important;
}

_:-ms-lang(x)::-ms-backdrop,
.prefcode_city {
    display: none;
}

_:-ms-lang(x)::-ms-backdrop,
.btn-zipcode {
    display: none;
}

_:-ms-lang(x)::-ms-backdrop,
.IE-on {
    display: initial;
}

.IE-off {
    display: none;
}

_:-ms-lang(x)::-ms-backdrop,
a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
}