@charset "UTF-8";
/* 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", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  color: #444;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
  body {
    letter-spacing: 0.5px;
  }
}

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

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

img {
  max-width: 100%;
}

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

input[type=submit],
input[type=button] {
  transition: 0.5s;
  border-radius: 5px;
}
@media (max-width: 767px) {
  input[type=submit],
input[type=button] {
    width: 100%;
    font-size: 20px;
    font-size: 2.6rem;
    padding: 12px 0;
  }
}

::-moz-placeholder {
  /* Others */
  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 #4a155b;
  border: 1px solid #712c87;
  background: #712c87;
}
#header .back_to_toppage:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  #header .inner img {
    width: 168px;
    height: auto;
  }
  #header .back_to_toppage {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* footer */
#footer {
  text-align: center;
  background: #712c87;
}
#footer #copyright {
  font-size: 1.2rem;
  line-height: 48px;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 767px) {
  #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: 767px) {
  #wrapper > .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* contents */
.catch {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.tokuten_title {
  font-size: clamp(2rem, 5vw, 2.4rem);
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
}
.tokuten_title::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #712c87;
}
.tokuten_title span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.tokuten_box {
  margin-bottom: 60px;
}
.tokuten_box .tokuten_title_box .catch {
  font-size: 2.2rem;
  color: #712c87;
}
.tokuten_box .tokuten_title_box .lead {
  text-align: center;
  margin-bottom: 30px;
}
.tokuten_box .tokuten_list_box {
  background: #faf7fb;
  padding: 60px 0;
}
.tokuten_box .tokuten_list_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tokuten_box .tokuten_list_box ul li {
  width: calc(25% - 20px);
  position: relative;
  border-top: 2px solid #712c87;
}
@media screen and (max-width: 428px) {
  .tokuten_box .tokuten_list_box ul li {
    width: 100%;
  }
}
.tokuten_box .tokuten_list_box ul li:nth-child(1), .tokuten_box .tokuten_list_box ul li:nth-child(2) {
  width: calc(50% - 20px);
}
@media screen and (max-width: 428px) {
  .tokuten_box .tokuten_list_box ul li:nth-child(1), .tokuten_box .tokuten_list_box ul li:nth-child(2) {
    width: 100%;
  }
}
.tokuten_box .tokuten_list_box ul li .tokuten {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #712c87;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  border-radius: 0 0 10px 0;
}
.tokuten_box .tokuten_list_box ul li .tokuten span {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
}
.tokuten_box .tokuten_list_box ul li h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #712c87;
}
.tokuten_box .tokuten_list_box ul li h3 span {
  color: #ce243d;
}

.fax_box .fax_num_box {
  display: flex;
  justify-content: space-around;
  background: #712c87;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 428px) {
  .fax_box .fax_num_box {
    flex-wrap: wrap;
  }
}
.fax_box .fax_num_box div {
  width: 50%;
}
@media screen and (max-width: 428px) {
  .fax_box .fax_num_box div {
    width: 100%;
  }
}
.fax_box .fax_num_box p {
  color: #fff;
  font-size: 1.8rem;
}
.fax_box .fax_num_box p.catch {
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}
.fax_box .fax_num_box p.num {
  font-size: 3.8rem;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
}
.fax_box .fax_num_box p.num img {
  max-width: 40px;
  margin-right: 10px;
}
.fax_box .fax_num_box a {
  background: #fff;
  text-align: center;
  border-radius: 5px;
  color: #712c87;
  padding: 5px 20px;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.3s;
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
.fax_box .fax_num_box a::after {
  content: "\f138";
  font-family: "Font Awesome 5 free";
  position: absolute;
  right: 20px;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .fax_box .fax_num_box a::after {
    right: 5px;
  }
}
.fax_box .fax_num_box a:hover {
  background: #712c87;
  color: #fff;
}

/* form */
.warning {
  color: #f00;
}

.form_title {
  padding-bottom: 30px;
  font-size: clamp(2rem, 5vw, 2.4rem);
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
}
.form_title img {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  width: 43px;
}

.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 #712c87;
}
.wrap_form .step_text {
  display: flex;
  margin-bottom: 24px;
  border: 2px solid #712c87;
}
.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: #712c87;
}
@media (max-width: 767px) {
  .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 #712c87;
}
.form_list dt .col-sm-6,
.form_list dd .col-sm-6 {
  width: 48%;
  display: inline-block;
}
.form_list dt {
  font-weight: bold;
  position: relative;
  width: 25%;
  color: #4a155b;
}
.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 #712c87;
}
.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="tel[]"],
.form_list dd input[name="zipcode[]"] {
  display: inline-block;
  width: inherit;
}
.form_list dd.plan label {
  display: block;
}
.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 .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: 767px) {
  .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;
}

.custom-control.custom-control-inline {
  display: inline-block;
}
#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;
  box-shadow: 0px 3px 0px 0px #ccc;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #888;
  border: 1px solid #ccc;
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .privacypolicy {
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .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 #e72944;
  background: #e72944;
  box-shadow: 0px 4px 0px 0px #ce243d;
}
.btn_submit:hover,
.btn-confirm:hover {
  color: #e72944;
  background: #fff;
}

.btn_submit,
.btn-confirm,
.btn_back {
  font-size: 26px;
  font-weight: bold;
  width: 90%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .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;
  box-shadow: 0px 4px 0px 0px #4a155b;
  border: 1px solid #712c87;
  background: #712c87;
  background: #fff !important;
  color: #712c87;
}
.btn_close:hover,
.btn_back:hover {
  text-decoration: none;
  color: #fff;
  background: #712c87 !important;
}

.btn_close {
  width: 200px;
}

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

@media (max-width: 767px) {
  .btn-confirm {
    margin-bottom: 20px;
  }
  .btn_submit {
    width: 280px;
    margin-bottom: 20px;
  }
  .btn_back {
    width: 280px;
    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: 1.4rem;
    line-height: 42px;
    order: 2;
    width: 170px;
    margin: 0 auto 20px;
  }
}
/* modal */
.modal .modal-dialog {
  width: 90%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .complete h3 {
    font-size: 2.4rem;
  }
  .complete h3 br {
    display: block;
  }
}

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

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

.remainingItems {
  font-size: 18px;
  font-weight: bold;
  position: fixed;
  z-index: 100;
  right: 8vw;
  bottom: 30px;
  padding: 10px 50px;
  text-align: center;
  color: #712c87;
  border: 2px solid #712c87;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .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: 767px) {
  .remainingItems__number {
    font-size: 25px;
    display: inline-block;
    margin-left: 20px;
  }
}
.remainingItems__slash {
  font-size: 30px;
}
@media (max-width: 767px) {
  .remainingItems__slash {
    font-size: 16px;
  }
}
.remainingItems__denominator {
  font-size: 20px;
}
@media (max-width: 767px) {
  .remainingItems__denominator {
    font-size: 16px;
  }
}
.remainingItems.hide {
  display: none;
}

.delivery-date {
  font-size: 28px;
  margin: 40px 0 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .delivery-date {
    font-size: 21px;
  }
}
.delivery-date__border {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .delivery-date__border {
    display: block;
  }
}
.delivery-date__border:after {
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #712c87;
}
@media (max-width: 767px) {
  .delivery-date__border:after {
    content: none;
  }
}
.delivery-date .fz-big {
  font-size: 40px;
}

.attention-txt {
  width: 767px;
  margin: 0 auto 55px;
  padding: 30px 50px;
  border: 1px solid red;
  background: #fff;
}
@media (max-width: 767px) {
  .attention-txt {
    width: 96%;
    margin: 0 2% 30px;
    padding: 15px 10px;
  }
}
.attention-txt__h {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: red;
}
@media (max-width: 767px) {
  .attention-txt__h {
    font-size: 20px;
  }
}
.attention-txt__h .fas {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .attention-txt__h .fas {
    margin-right: 5px;
  }
}
.attention-txt__sub {
  font-size: 18px;
}
@media (max-width: 767px) {
  .attention-txt__sub {
    font-size: 16px;
  }
}
.attention-txt__sub .fw-b {
  font-weight: bold;
}
.attention-txt__tel-box {
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .attention-txt__tel-box {
    margin-top: 30px;
  }
}
.attention-txt__tel-box .txt {
  font-size: 20px;
  margin-bottom: -7px;
}
@media (max-width: 767px) {
  .attention-txt__tel-box .txt {
    font-size: 18px;
    margin-bottom: -2px;
  }
}
.attention-txt__tel-box .img img {
  position: relative;
  top: 9px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .attention-txt__tel-box .img img {
    top: 4px;
    margin-left: 0;
  }
}
.attention-txt__tel-box .img a {
  font-size: 35px;
  text-decoration: underline;
  color: #712c87;
}
@media (max-width: 767px) {
  .attention-txt__tel-box .img a {
    font-size: 25px;
  }
}
.attention-txt__tel-box .img .fas {
  font-size: 35px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .attention-txt__tel-box .img .fas {
    font-size: 25px;
    margin-right: 5px;
  }
}

.link_border {
  text-decoration: underline;
  color: #712c87;
}

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

.breadcrumb__item {
  font-size: 1.2rem;
  padding: 3px 0.5em 3px 0;
}
.breadcrumb__item a {
  color: #712c87;
  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;
}

.bnr_club {
  text-align: center;
  margin: 0 auto 30px;
  width: 100%;
}
@media (max-width: 940px) {
  .bnr_club img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@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;
  }
}
.prefcode_city {
  font-size: 18px;
  margin-top: 15px;
  line-height: 3;
  padding-left: 13px;
  background: #eee;
}

[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;
}

.family_laber {
  padding: 24px;
  display: block;
  border-bottom: 1px dotted #333;
  display: flex;
  gap: 10px;
}
.family_laber p {
  color: #4a155b;
  font-weight: 700;
}

.first_title {
  background: #712c87;
  color: #fff;
  display: block;
  padding: 10px;
  width: 100%;
}

.birth_box_wapper {
  display: flex;
}
.birth_box_wapper .birth_box {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.birth_box_wapper .birth_box select {
  padding: 10px;
}
.birth_box_wapper .birth_box p {
  margin-left: 5px;
}

input ~ #family1_box {
  display: none;
}

input ~ #family1_box.activ {
  display: block;
  margin: 10px 0 20px;
}

input ~ #family2_box {
  display: none;
}

input ~ #family2_box.activ {
  display: block;
  margin: 10px 0 20px;
}

input ~ #family3_box {
  display: none;
}

input ~ #family3_box.activ {
  display: block;
  margin: 10px 0 20px;
}

input ~ #family4_box {
  display: none;
}

input ~ #family4_box.activ {
  display: block;
  margin: 10px 0 20px;
}
/*# sourceMappingURL=common.css.map */