/***************************

お問い合わせ

*********************v****/
.contact-page-wrap {
  padding: 100px 0 160px;
}
.page-container02.contact-first-txt {
  margin-bottom: 120px;
}
div.contact-first-txt-box {
  background: #f5f6f7;
  padding: 40px;
}
div.contact-first-txt-box p {
  text-align: left;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  line-height: 33px;
  color: #282828;
}
div.contact-first-txt-box div.contact-tel {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.contact-first-txt-box div.contact-tel a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 79px;
  text-align: left;
  color: #000;
}
div.contact-first-txt-box div.contact-tel a span:before {
  content: "";
  display: inline-block;
  background-image: url("../page-image/contact/tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 21.88px;
  height: 30.86px;
  margin-right: 19px;
}
div.contact-first-txt-box div.contact-tel span.uketsuke {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000;
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .contact-page-wrap {
    padding: 60px 0 80px;
  }
  .page-container02.contact-first-txt {
    margin-bottom: 40px;
  }
  div.contact-first-txt-box {
    padding: 25px 20px 30px;
  }
  div.contact-first-txt-box p {
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
  }
  div.contact-first-txt-box div.contact-tel {
    flex-wrap: wrap;
  }
  div.contact-first-txt-box div.contact-tel span.telnum {
    display: block;
    white-space: nowrap;
    line-height: 1;
    margin: 10px auto 9px;
    font-size: 32px;
  }
  div.contact-first-txt-box div.contact-tel a {
    font-size: 38px;
    line-height: 75px;
  }
  div.contact-first-txt-box div.contact-tel a span:before {
    width: 15px;
    height: 24px;
    margin-right: 9px;
    vertical-align: middle;
    margin-top: -3px;
  }
  div.contact-first-txt-box div.contact-tel span.uketsuke {
    font-size: 14px;
    line-height: 20px;
    margin-left: 0;
  }
}
.formtitle {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.formtitle span.hisu,p.pp span.hisu{
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #3B83C9;
  margin-left: 10px;
  border: 1px solid #3B83C9;
  border-radius: 100vh;
  padding: 5px 15px;
  background: #fff;
	vertical-align: middle;
}
.formtitle span.nini {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #bebebe;
  margin-left: 10px;
  border: 1px solid #bebebe;
  border-radius: 100vh;
  padding: 5px 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .formtitle span.nini {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #bebebe;
    margin-left: 10px;
    border: 1px solid #bebebe;
    border-radius: 100vh;
    padding: 5px 15px;
  }
  .formtitle span.nini.ml0 {
    margin-left: 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1000px) {
  .formtitle span.nini.ml0 {
    margin-left: 0;
  }
  .formtitle span.nini.ml0-2 {
    margin-left: 0;
  }
}
div.nyuryokubox p span.wpcf7-form-control-wrap {
  /*    background: #f5f6f7;*/
  border: none;
  padding: 0;
  width: 100%;
}
div.nyuryokubox p span.wpcf7-form-control-wrap input {
  width: 100%;
  background: #f5f6f7;
  border: 1px solid #bebebe;
  padding: 16px 25px;
	box-sizing: border-box;
	font-size: 14px;
}
.nyuryoku-wrap div div.contact__box div.nyuryokubox input[type=email] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 1.5em;
  background-color: #F5F6F7;
  border: 1px solid #BEBEBE;
  margin-block: 1em;
}
.nyuryoku-wrap div div.contact__box div.nyuryokubox textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 1.5em;
  background-color: #F5F6F7;
  border: 1px solid #BEBEBE;
  margin-block: 1em;
}
div.nyuryokubox.zip {
  width: 300px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  div.nyuryokubox.zip {
    margin-bottom: 0;
  }
  div.nyuryokubox.zip p span.wpcf7-form-control-wrap input {
    width: 50%;
  }
}
.nyuryoku-wrap {
  margin-bottom: 50px;
}
.contact__box.address {
  flex-wrap: wrap;
}
.contact-page-wrap.entry {
background: #e6e6e6;
}
h2.entry {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 33px;
  line-height: 48px;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  h2.entry {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.wpcf7-list-item-label {
  margin-left: 15px;
}
.wpcf7-list-item-label:after {
  content: "必須";
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #3B83C9;;
  margin-left: 10px;
  border: 1px solid #3B83C9;;
  border-radius: 100vh;
  padding: 5px 15px;
}
input[name="privacycheck"] {
  width: auto;
  margin-right: 15px;
}
.contact__formblock input[type="checkbox"] {
  width: auto;
}
.wpcf7-list-item {
  margin: 0;
  display: flex;
  width: 100%;
}
.req {
  margin: 0;
  display: flex;
  /* width: 100%;*/
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #000;
	white-space: nowrap;
}
.req a {
  color: #3B83C9;
	padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .req {
    font-size: 14px;
  }
}
/***************************

contactform7設定

*************************/
/*ボタン*/
div.contact-btn {
  width: 240px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}
div.contact-btn input.btn {
  background: #3B83C9;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  /* transition: 0.3s ease-in-out;*/
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  width: 240px;
  height: 60px;
}
div.contact-btn:after {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 23px;
  background: url("../page-image/contact/arrow.svg");
}
div.contact-btn input.btn:hover {
  background: #1FD381;
}
/*戻るボタン*/
div.pre-contact-btn {
  width: 240px;
  height: 60px;
  margin: 40px auto 20px;
  position: relative;
}
div.pre-contact-btn input.wpcf7-previous {
  background: #3B83C9;;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  /* transition: 0.3s ease-in-out;*/
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  width: 240px;
  height: 60px;
  border-radius: inherit;
}
div.pre-contact-btn:after {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 23px;
  background: url("../page-image/contact/arrow.svg");
  transform: rotate(180deg); /* 回転 */
}
div.pre-contact-btn input.wpcf7-previous:hover {
  background: #1FD381;
}
/* チェックボックスデザイン */
input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
input[type="checkbox"]::before, input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #3B83C9;
  width: 20px; /*チェックボックスの横幅*/
  height: 20px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: -2px;
}
input[type="checkbox"]::after {
  border-bottom: 3px solid #3B83C9; /*チェックの太さ*/
  border-left: 3px solid #3B83C9; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 8px; /*チェックの高さ*/
  width: 16px; /*チェックの横幅*/
  transform: rotate(-45deg);
  /*top: 0px; チェック時の位置調整*/
  /*left: 5px; チェック時の位置調整*/
  /*  top: -6px;*/
  top: 0;
  /* right: 0; */
  bottom: 0;
  left: 0;
  margin: auto;
}
input[type="checkbox"]:checked::after {
  opacity: 1; /*チェック後表示*/
}
/*生年月日セレクト*/
.wpcf7-form-control.wpcf7-select {
  width: 100%;
  background: #f5f6f7;
  border: 1px solid #bebebe;
  padding: 16px 25px;
}
.nyuryokubox.birthday {
  display: flex;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #000;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nyuryokubox.birthday {
    flex-wrap: wrap;
  }
  .nyuryokubox.birthday div {
    margin-bottom: 10px;
    width: 100%;
  }
  .nyuryokubox.birthday div p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .nyuryokubox.birthday div:last-child {
    margin-bottom: 0;
  }
  div.nyuryokubox p span.wpcf7-form-control-wrap {
    width: auto;
  }
}
.nyuryokubox.birthday select {
  width: auto;
  margin-right: 10px;
  /*    width: 82px;*/
}
span.ymd {
  margin-right: 50px;
}
.wpcf7-spinner::before {
  display: none;
}
.zipwrap {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (min-width:768px) and (max-width: 1000px) {
  .nyuryokubox.birthday select {
    width: auto;
    margin-right: 10px;
  }
  .nyuryokubox.birthday {
    flex-wrap: wrap;
  }
  .nyuryokubox.birthday div {
    margin-bottom: 10px;
    width: 100%;
  }
  .nyuryokubox.birthday div p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .nyuryokubox.birthday div:last-child {
    margin-bottom: 0;
  }
  div.nyuryokubox p span.wpcf7-form-control-wrap {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .zipwrap {
    margin-bottom: 12px;
  }
}
.contact__formblock .contact__box.address {
  gap: 0;
}
.nyuryokubox.address {
  width: 100%;
}
p.pp {
  display: flex;
  justify-content: center;
  margin: 40px auto 80px;
}
p.pp.conf {
  justify-content: flex-start;
}
input[name="example"] {}
/*ここからコピー分*/
.contact__formblock .contact__confirm {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
  line-height: 1.8181818182;
}
@media screen and (max-width: 767px) {
  .contact__formblock .contact__confirm {
    font-size: 17px;
  }
}
.contact__block {
  margin-top: 50px;
}
.contact__formblock .contact__title {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contact__formblock .contact__title {
    font-size: 16px;
  }
}
.contact__formblock .contact__title span {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #00A6DC;
  padding: 3px 13px 3px 13px;
}
.contact__formblock .contact__title .any {
  border: 1px solid #bebebe;
  color: #bebebe;
}
.contact__formblock .contact__nameblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .contact__formblock .contact__nameblock {
    display: block;
  }
}
.contact__formblock .zipwrap .contact__name {
  width: auto;
}
.contact__formblock .contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .contact__formblock .contact__box {
    margin-top: 20px;
  }
}
.contact__formblock input {
  /*  background-color: #fff;*/
  /*  padding: 14px 25px;
  width: 100%;*/
}
.contact__formblock input[name=address] {
  margin-top: 14px;
}
.contact__formblock input::-webkit-input-placeholder {
  color: #bebebe;
}
.contact__formblock input::-moz-placeholder {
  color: #bebebe;
}
.contact__formblock input:-ms-input-placeholder {
  color: #bebebe;
}
.contact__formblock input::-ms-input-placeholder {
  color: #bebebe;
}
.contact__formblock input::placeholder {
  color: #bebebe;
}
.contact__formblock .contact__name {
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .contact__formblock .zipwrap .contact__name {
    width: auto;
  }
}
.contact__formblock .mw_wp_form .mwform-checkbox-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__formblock .mw_wp_form .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
  margin-top: 18px;
}
.contact__formblock .mw_wp_form .mwform-checkbox-field input {
  width: initial;
  width: 24px;
  height: 24px;
}
.contact__formblock .mw_wp_form .mwform-checkbox-field input[type=checkbox] {
  display: none;
}
.contact__formblock textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 1.5em;
  background-color: #F5F6F7;
  border: 1px solid #BEBEBE;
  margin-block: 1em;
}
.check_btn td {
  margin-top: 10px;
}
.check_btn input[type=checkbox].check_btn_item {
  display: none;
}
.check_btn label {
  display: inline-block;
}
.check_btn .check_btn_item + span {
  padding-left: 40px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .check_btn .check_btn_item + span {
    font-size: 14px;
  }
}
.check_btn .check_btn_item + span::after, .check_btn .check_btn_item + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.check_btn .check_btn_item + span::before {
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
}
.check_btn .check_btn_item + span::after {
  border: none;
  border-right: 3px solid #00A6DC;
  border-bottom: 3px solid #00A6DC;
  height: 12px;
  left: 9px;
  opacity: 0;
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}
.check_btn .check_btn_item:checked + span::after {
  opacity: 1;
}
/*-- 
    privacypolicyに同意
    --*/
.contact__formblock .mw_wp_form .check_btn.privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact__formblock .mw_wp_form .check_btn.privacy .horizontal-item {
  margin-top: 0;
}
.contact__formblock .mw_wp_form .check_btn.privacy .contact_privacy_check {
  border: 1px solid #00A6DC;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #00A6DC;
  padding: 3px 13px 3px 13px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .contact__formblock .mw_wp_form .check_btn.privacy .contact_privacy_check {
    font-size: 12px;
  }
}
.contact__formblock .mw_wp_form .check_btn.privacy .mwform-checkbox-field-text {
  font-weight: bold;
  font-size: 17px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .contact__formblock .mw_wp_form .check_btn.privacy .mwform-checkbox-field-text {
    font-size: 15px;
  }
}
/***************************

サンクスページ

*************************/
h2.contacth2 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 33px;
  line-height: 48px;
  text-align: center;
  color: #000;
}
h3.contacth3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h3.contacth3 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

/*横並びをセンターにする*/
.aline-center{
	display: flex;
    align-items: center;
}
.aline-center p{
	display: flex;
    align-items: center;
}
/*幅を100%*/
.width-all{
	width: 100%;
}

.radiobtn-wrap .wpcf7-list-item-label:after{
	display: none;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}


/*チェックボックスを一行にする*/
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  justify-content: flex-start;
  gap: 0 10px;
	flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
	width: auto;
}

@media screen and (max-width:768px) {
  .wpcf7-form-control.wpcf7-checkbox {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.selectbtn-wrap .wpcf7-list-item {
  width: auto;
}
@media screen and (max-width:768px) {
  .selectbtn-wrap .wpcf7-list-item {
    width: 100%;
  }
}
.selectbtn-wrap .wpcf7-list-item-label:after {
  display: none;
}

.shokushu .wpcf7-list-item-label:after {
	display: none;
}
.shokushu .wpcf7-list-item {
	margin-bottom: 10px;
}




.form-wrap.page-container01.contact__formblock p{
	margin-bottom: 0;
}