@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
html, 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;
}

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

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

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

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

.grecaptcha-badge {
  visibility: hidden;
}

.w_s {
  margin-left: auto;
  margin-right: auto;
  width: 70vw;
  max-width: 840px;
}
@media only screen and (max-width: 960px) {
  .w_s {
    width: 85vw;
  }
}
@media only screen and (max-width: 600px) {
  .w_s {
    width: 100%;
  }
}

/* thanks --------- */
.thanks_sct {
  margin-top: 4em;
}
.thanks_sct .text {
  margin-bottom: 4rem;
  line-height: 1.8;
}

/* お申し込みフォーム --------- */
.btn_wrap {
  text-align: center;
}
.btn_wrap .btn {
  border-radius: 7px;
  background-color: #2EA7FC;
  border: 2px solid #2EA7FC;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 20px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_wrap .btn:hover {
  color: #2EA7FC;
  background-color: #fff;
}

#customForm {
  margin-top: 4em;
}
#customForm .top_text {
  margin-bottom: 2em;
}
#customForm .top_text::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #2EA7FC;
  margin-bottom: 0.2em;
  margin-right: 0.5em;
}
#customForm .top_text a {
  color: #2EA7FC;
}
#customForm .top_text a:hover {
  color: #000;
}
#customForm .top_title {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#customForm .top_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid #2EA7FC;
  background: var(--pink);
  padding: 1em 2.5%;
}
#customForm .top_wrap:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#customForm .top_wrap .image {
  width: 30%;
}
#customForm .top_wrap .image .cmmn_image {
  overflow: hidden;
  border-radius: 6px;
  padding-top: 55%;
}
#customForm .top_wrap .title {
  width: 65%;
  font-size: 1.3em;
  margin-bottom: 0.25em;
  font-weight: bold;
}
#customForm .btn_wrap {
  text-align: center;
  margin-bottom: 2em;
}
#customForm .recptcha_notes {
  color: var(--small_ttl, #878681);
  text-align: center;
  font-size: 0.7em;
  letter-spacing: 0.6px;
}
#customForm dl {
  border-radius: 10px;
  border: 1px solid #2EA7FC;
  padding: 1.75em 5%;
  margin-bottom: 3em;
}
#customForm dl dt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
#customForm dl dt.required:after {
  display: inline-block;
  content: "（必須）";
  font-size: 0.8em;
  font-weight: bold;
  color: var(--red);
  margin-left: 0.5em;
}
#customForm dl dd {
  margin-bottom: 2em;
}
#customForm dl dd p {
  font-size: 13px;
  margin-bottom: 15px;
}
#customForm dl dd p#cfYourAddress {
  color: #FFFFFF;
  background: #2EA7FC;
  width: 170px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}
#customForm dl dd input,
#customForm dl dd textarea {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.8;
  padding: 5px 5px;
  border: none;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
#customForm dl dd input[type=checkbox] {
  margin: 0 10px 3px 0;
  cursor: pointer;
}
#customForm dl dd input[type=radio] {
  margin: 0 10px 3px 0;
  cursor: pointer;
}
#customForm dl dd textarea {
  width: 100%;
  height: 210px;
  display: block;
}
#customForm dl dd input.haba {
  display: block;
  width: 100%;
}
#customForm dl dd input.half {
  display: block;
  width: 45%;
}
#customForm dl dd select {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.8;
  padding: 5px;
  display: block;
  border-color: #ddd;
  padding: 10px;
  border-radius: 5px;
  width: 45%;
}
#customForm dl dd.kugiri {
  border-bottom: 5px solid #ddd;
}
#customForm dl dd.even {
  background: rgba(255, 255, 255, 0.5);
}

#customForm dl .display_hidden {
	display: none;
}

dl.brdr dd {
  border-bottom: 1px solid #ddd;
}

#cfAddressConfirm {
  font-weight: bold;
  font-size: 24px;
  color: #2EA7FC;
  display: block;
  border-bottom: 2px solid #2EA7FC;
  margin: 0 0 15px 0;
  padding: 10px 10px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #B2B2B2;
}

label {
  cursor: pointer;
}

.checkLayout01 label {
  line-height: 1.2;
  padding: 12px 10px 10px;
  display: inline-block;
  border-bottom: none;
}
.checkLayout01 label:last-child {
  border-bottom: none !important;
  margin-bottom: 15px;
}
.checkLayout01 .caution label:last-child {
  margin-bottom: 10px;
}
.checkLayout01 label.ag:hover {
  font-weight: bold;
  color: #2EA7FC;
}
.checkLayout01 label.ag.on {
  font-weight: bold;
  color: #2EA7FC;
}

.checkLayout02 label {
  display: inline-block;
  margin: 0 20px 0 0;
}
.checkLayout02 label.ag {
  padding: 0px 8px;
  border: 1px solid #e6e6e6;
  margin: 0 5px 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.checkLayout02 label.ag:hover {
  border: 1px solid #999;
  font-weight: bold;
}
.checkLayout02 label.ag.on {
  border: 1px solid #2EA7FC;
  font-weight: bold;
  color: #2EA7FC;
}

h4.tit_h4_inform {
  margin: 0 0 10px 0;
}

.policyBox_inform {
  width: 100% !important;
  height: 150px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  background: #ffffff;
  border: 1px solid #ccc;
  font-size: 0.8em;
}
.policyBox_inform h2 {
  font-size: 1.6em;
  background: #f2f2f2;
  width: 100%;
  margin-left: 0;
}

.halfBox,
.oneThirdBox,
.zipBox {
  width: 100%;
}

.halfBox span.formWrap {
  width: 48%;
  display: block;
  float: left;
}
.halfBox span.formWrap:last-child {
  float: right;
}
.halfBox span.formWrap input {
  width: 93%;
}

.oneThirdBox span.formWrap {
  width: 25%;
  display: block;
  float: left;
}

.oneThirdBox span.formWrap input {
  width: 93%;
}

.zipBox span.formWrap {
  width: 55%;
  display: block;
  float: left;
}

span#postcode_span {
  float: left;
  margin: 0 10px 0 0;
  line-height: 30px;
}

.cfConfirm_button {
  text-align: center;
}

.cfConfirm_button > button,
.cfConfirm_button > input {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.privacy {
  font-size: 13px;
  text-align: center;
}
.privacy a {
  display: inline;
  text-decoration: underline;
  color: #246aa7;
}

/* validate ---------------------*/
.validate_attention {
  position: relative;
  top: -8px;
  left: 0px;
  background: #9E0000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

.validate_attention.set {
  top: 0px;
  margin-bottom: 15px;
  display: inline-block;
  padding: 4px 10px 2px;
}

.halfBox .validate_attention {
  top: -10px;
  left: 0px;
}

.validate_attention:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 13px;
  display: block;
  border: 4px solid transparent;
  border-bottom-color: #9E0000;
  border-left-color: #9E0000;
}

.setWrap {
  margin-bottom: 5px;
}

.caution {
  background: #FFEFE9;
}

.setWrap.caution {
  padding: 10px;
  padding-bottom: 0;
  border: 1px solid #ccc;
}

/*---------------------
確認画面
---------------------*/
#cfCover {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}

#cfConfirmBox {
  position: fixed;
  width: 600px;
  background: #fff;
  top: 5%;
  left: 50%;
  margin: 0 0 0 -300px;
  height: 90%;
  z-index: 1000000;
}
#cfConfirmBox dl {
  width: 90%;
  margin: auto;
  overflow-y: auto;
  margin: 20px auto 0;
}
#cfConfirmBox dl dt {
  float: left;
  padding: 10px 0 0 0;
  font-size: 14px;
}
#cfConfirmBox dl dd {
  padding: 10px 0 10px 190px;
  border-bottom: 1px solid #ddd;
  min-height: 24px;
  text-align: left;
}

p.cfConfirmTit {
  text-align: center;
  border-bottom: 5px solid #ddd;
  margin: 0px auto;
  padding: 40px 0 25px;
  line-height: 1;
  font-size: 20px;
  width: 90%;
  color: #000000;
}

#cfBtnBox {
  width: 600px;
  position: fixed;
  bottom: 5%;
  left: 50%;
  height: 60px;
  margin: 0 0 0 -300px;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#cfBtnBox button {
  width: 230px;
  height: 45px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #2EA7FC;
  border-radius: 30px;
  margin: 0 0 0 5px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#cfBtnBox button:hover {
  opacity: 0.7;
}
#cfBtnBox button#cfBtn_rewrite {
  color: #fff;
  background: #bbb;
  margin: 0 5px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*--------------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  /*------------------------------------------------
  お申し込みフォーム
  ------------------------------------------------- */
  #customForm h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  #customForm dl {
    padding: 16px;
    margin: 0px auto 35px;
  }
  #customForm dl dt {
    float: none;
    padding: 5px 0 5px 10px;
    margin: 0 0px 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #eae4d5;
    border-left: 4px solid #2EA7FC;
    background: #f5f5f5;
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
  }
  #customForm dl dd {
    padding: 5px 0px 10px 0px;
    margin: 0;
  }
  #customForm dl dd.even {
    background: rgba(255, 255, 255, 0);
  }
  #customForm dl dd input[type=radio] {
    position: relative;
    top: 0px;
  }
  #customForm .element {
    padding: 70px 0;
  }
  span#addressConfirm {
    border: 1px solid #2EA7FC;
  }
  .checkLayout01 label {
    padding: 7px 0px;
    border-bottom: 0px solid #b9b9b9;
  }
  .policyBox_inform h2 {
    margin: 25px 0 !important;
    font-size: 16px !important;
    padding: 10px 0 10px 5% !important;
    text-align: left !important;
  }
  /* validate ---------------------*/
  #cfConfirmBox {
    position: fixed;
    width: 95%;
    background: #fff;
    top: 5%;
    left: 50%;
    margin: 0 0 0 -47.5%;
    height: 90%;
  }
  #cfConfirmBox h2 {
    width: 94%;
  }
  #cfConfirmBox dl {
    width: 94%;
  }
  #cfConfirmBox dl dt {
    font-size: 12px;
  }
  #cfConfirmBox dl dd {
    padding: 10px 0 10px 110px;
  }
  #cfBtnBox {
    width: 95%;
    position: fixed;
    bottom: 5%;
    left: 2.5%;
    height: 60px;
    margin: 0 0 0 0px;
  }
  #cfBtnBox button {
    width: 45%;
  }
}
.fade_loop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  overflow: hidden;
}
.fade_loop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 4s linear;
  transition: -webkit-transform 4s linear;
  transition: transform 4s linear;
  transition: transform 4s linear, -webkit-transform 4s linear;
}
.fade_loop.active {
  opacity: 1;
}
.fade_loop.active img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}/*# sourceMappingURL=contact.css.map */