@charset "UTF-8";

/* PC表示設定 */
@media screen and (min-width: 960px) {

/* コンテンツここから */

/* KV */

#kv {
  width: 90%;
  max-width: 1080px;
  margin: 100px auto;
}

#kv h1 {
  font-size: 40px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.6px;
}

.kv_cap {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
}


/* コンテンツ */

#content {
  width: 100%;
  background-color: #fff;
  padding: 50px 0 0;
}

#content .content_inner {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}

#content .content_inner .contact_read {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-bottom: 50px;
}

#content .content_inner .contact_read a {
  font-family: "Noto Sans JP";
  font-weight: 400;
  text-decoration: underline;
}


/* フォーム */

#content .content_inner form {
  padding-bottom: 80px;
}

#content .content_inner form dl {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-bottom: 40px;
}

#content .content_inner form dl dt {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}

#content .content_inner form dl dt h2 {
  font-family: "Noto Sans JP";
  font-weight: 400;
}

#content .content_inner form dl dt p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  background-color: #131626;
  padding: 5px 15px;
  border-radius: 30px;
}

#content .content_inner form dl dd {
  flex-grow: 2;
}

#content .content_inner form .Contact_form_input {
  border-radius: 10px;
  border: 1px solid var(--gray_line, #BEC5D0);
  background: #F8F8F8;
  padding: 15px 20px;
  width: calc(100% - 42px);
}

#content .content_inner form .Contact_form_textarea {
  border-radius: 10px;
  border: 1px solid var(--gray_line, #BEC5D0);
  background: #F8F8F8;
  padding: 15px 20px;
  width: calc(100% - 42px);
}

#content .content_inner form .form_ad ,
#content .content_inner form .form_edit {
  align-items: flex-start;
}

#content .content_inner form .form_ad dt ,
#content .content_inner form .form_edit dt {
  padding-top: 10px;
}

#content .content_inner form .form_ad .ad_zip {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#content .content_inner form .form_ad .ad_zip .Contact_form_input {
  width: auto;
}

input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #BEC5D0;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 5px;
  margin-left: 10px;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #131626;
  content: '';
}



/* 送信 */

#content .content_inner form .cpntact_privacy {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}
#content .content_inner form .cpntact_privacy a {
  font-family: "Noto Sans JP";
  font-weight: 400;
  text-decoration: underline;
}


#content .content_inner form .submit_btn {
  display: block;
  margin: auto;
  width: 400px;
  height: 70px;
  border-radius: 45px;
  border: 1px solid #131626;
  background: linear-gradient(90deg, #E6ECFA 0%, #F9FBFE 100%);
  position:relative;
  cursor: pointer;
}
#content .content_inner form .submit_btn::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 70px;
  background: url(/assets/img/include/icon_contact.svg) no-repeat;
  background-size: 30px 30px;
  background-position: center;
  position: absolute;
  right: 70px;
}
#content .content_inner form .submit_btn:hover {
  color: #BEC5D0;
  border: 1px solid #BEC5D0;
}

#content .content_inner form .submit_btn .submit_btn_in {
  background: none;
  border: none;
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.44px;
  white-space: nowrap;
  line-height: 70px;
  padding-left: 100px;
  cursor: pointer;
}
#content .content_inner form .submit_btn .submit_btn_in:hover {
  opacity: .6;
}




/* 送信完了ページ */


.contact_thanks {
  font-size: 30px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: 50px;
}

.btn_top {
  margin-top: 30px;
  padding-bottom: 50px;
}

.btn_top a {
  display: block;
  margin: auto;
  width: 230px;
  height: 70px;
  border-radius: 45px;
  border: 1px solid #131626;
  background: linear-gradient(90deg, #E6ECFA 0%, #F9FBFE 100%);
  position:relative;
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.44px;
  white-space: nowrap;
  line-height: 70px;
  padding-left: 100px;
}

.btn_top a::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 70px;
  background: url(/assets/img/include/icon_contact.svg) no-repeat;
  background-size: 30px 30px;
  background-position: center;
  position: absolute;
  right: 70px;
}
.btn_top a:hover {
  color: #BEC5D0;
  border: 1px solid #BEC5D0;
}

.note.-error, .error {
	color: #DD0012;
	margin-top: 0.5em;
}


  /* コンテンツここまで */

}