@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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: bold;
}

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

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

a img {
  border: none;
}

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

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

html {
  font-size: 62.5%;
}

body {
  background: #f6f2fa;
  overflow-x: hidden;
  color: #222;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", "serif";
  font-size: 1.5em;
  letter-spacing: .05em;
}

@media (max-width: 767px) {
  body {
    letter-spacing: .5px;
  }
}

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

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

button,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", "serif";
  cursor: pointer;
  border-radius: 30px;
}

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

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

::-ms-input-placeholder {
  /* Others */
  color: #acacac;
}

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

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

/* header */
#header {
  background: #fff;
}

#header .inner {
  padding-top: 10px;
  padding-bottom: 10px;
  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;
}

#header .back_to_toppage {
  background: #970000;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #970000;
  -webkit-transition: .5s;
  transition: .5s;
}

#header .back_to_toppage:hover {
  background: #fff;
  color: #970000;
}

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

/* footer */
#footer {
  background: #970000;
  text-align: center;
}

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

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

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

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

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

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

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

.form_title {
  font-size: 4rem;
  color: #970000;
  font-weight: normal;
  text-align: center;
  margin-bottom: 24px;
}

.form_title .mini {
  display: block;
  font-size: 12px;
  color: #51230c;
}

@media (max-width: 767px) {
  .form_title {
    font-size: 3.2rem;
  }
}

.steps {
  text-align: center;
  padding: 20px 212px;
  position: relative;
  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 {
    background-size: 22vw auto;
    padding: 15px 2vw 15px 22vw;
  }
}

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

.wrap_form {
  background: #fff;
  padding: 24px calc(2% + 24px);
  margin: 20px 0;
}

.wrap_form .step_text {
  border: 2px solid #970000;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

@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 {
    margin-right: 0;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

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

.form_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

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

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

.form_list dd input[type="text"],
.form_list dd textarea {
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", "serif";
  outline: none;
  margin: 2px 0;
}

.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 {
  margin: 3px 0;
  display: inline-block;
}

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

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

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

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

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

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

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

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

#disp_envelope {
  padding: 8px 12px;
  margin-top: 8px;
  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"] {
  width: calc(50% - 15px) !important;
  display: inline-block !important;
}

.zipcode-wrap .btn-zipcode {
  border: 1px solid #555;
  color: #555;
  padding: 10px 20px;
  background: #f3f3f3;
  font-size: 1.4rem;
  margin: 2px 0;
}

@media (max-width: 767px) {
  .zipcode-wrap input[type="text"] {
    width: 60% !important;
  }
  .zipcode-wrap .btn-zipcode {
    padding: 5px 0;
    width: 37%;
    font-size: 1.1rem;
  }
}

.select-wrap {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn_submit {
  width: 240px;
}

.btn-confirm {
  width: 280px;
}

.btn_close,
.btn_back {
  border: 1px solid #6e823d;
  background: #fff;
  color: #6e823d;
  font-size: 1.6rem;
  letter-spacing: .1em;
  text-align: center;
  width: 200px;
  line-height: 60px;
  margin: 0px auto;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 4px 10px;
  margin-right: 15px;
}

.btn_close:hover,
.btn_back:hover {
  background: #6e823d;
  color: #fff;
  text-decoration: none;
}

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

@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btns_inquiry .btn_submit {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .btns_inquiry .btn_back {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto 20px;
    width: 170px;
    line-height: 42px;
    font-size: 1.4rem;
  }
}

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

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

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

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

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

.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;
  color: #d50000;
  margin-top: 10px;
}

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

.fix-btn-bottom {
  position: fixed;
  bottom: -6px;
}

.fix-btn-bottom img {
  width: 100%;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  br.sp {
    display: inline !important;
  }
}

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

.complete h3 br {
  display: none;
}

@media (max-width: 767px) {
  .complete h3 {
    font-size: 2.4rem;
  }
  .complete h3 br {
    display: block;
  }
}
/*# sourceMappingURL=common.css.map */