@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #bbbbbb;
}

.contact_ttl {
  font-size: 2rem;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .contact_ttl {
    font-size: 1.8rem;
    text-align: left;
  }
}

.arrow_link {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .arrow_link {
    margin-bottom: 1rem;
  }
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=month], input[type=time], input[type=datetime], input[type=datetime-local], input[type=week], input[type=number], input[type=search], input[type=tel], input[type=color] {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
  max-width: 100%;
  padding: 0.85rem 1rem;
}
input[type=number] {
  -moz-appearance: textfield;
}

input[type=text], input[type=email], input[type=number], input[type=tel] {
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  border: 1px solid #ccc;
  background: #eeeeee;
  border-radius: 5px;
}

textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  background: #eeeeee;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 147px;
  font-size: 1.6rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  padding: 0.85rem 1rem;
}
textarea.small {
  height: 70px;
}

select {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  border: 1px solid #ccc;
  background: #eeeeee;
  border-radius: 5px;
  padding: 1rem;
  width: calc(50% - 4.5rem);
}

/*checkbox*/
.wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-list-item label {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item label {
    padding-left: 25px;
  }
}
.wpcf7-list-item label:before {
  content: "";
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item label:before {
    width: 20px;
    height: 20px;
  }
}
.wpcf7-list-item input[type=checkbox] {
  display: none;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
.wpcf7-list-item input[type=checkbox]:checked {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .contact_section_table {
    margin-bottom: 50px;
  }
}
.contact_section_table th {
  width: 320px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.contact_section_table th span {
  float: right;
  color: #fff;
  font-size: 1.2rem;
  background: #FF0000;
  text-align: center;
  padding: 2px 10px;
  margin-bottom: auto;
  position: absolute;
  right: 20px;
  top: calc(0.3rem + 25px);
}
.contact_section_table th span.optional {
  background: #333333;
}
.contact_section_table th i {
  font-style: normal;
  font-size: 1.4rem;
}
.contact_section_table td .note {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .contact_section_table td .name {
    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;
    white-space: nowrap;
  }
  .contact_section_table td .name > span {
    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;
    width: calc(50% - 1.5rem);
  }
  .contact_section_table td .name > span .wpcf7-form-control-wrap {
    width: calc(100% - 4rem);
    margin-left: auto;
  }
}
.contact_section_table td .wpcf7-checkbox {
  display: block;
  margin-left: -0.5em;
}
.contact_section_table td .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .contact_section_table th,
.contact_section_table td {
    display: block;
  }
  .contact_section_table th {
    width: 100% !important;
    padding: 10px 15px;
  }
  .contact_section_table th span {
    font-size: 1.2rem;
    top: 10px;
    right: 10px;
  }
  .contact_section_table td {
    padding: 10px 15px 15px;
  }
}

.contact_privacy_policy {
  text-align: center;
}
.contact_privacy_policy .wpcf7-list-item-label {
  display: none;
}
.contact_privacy_policy .wpcf7-not-valid-tip {
  right: auto;
  left: 0;
}

.contact_section_btn_ul {
  margin: 40px 0;
  text-align: center;
  font-size: 0;
}
.contact_section_btn_ul li {
  position: relative;
  display: inline-block;
  margin: 0;
}
.contact_section_btn_ul li:after {
  content: "";
  display: inline-block;
  vertical-align: 0;
  width: 16px;
  height: 12px;
  background: url(../../images/common/icon_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 22px;
  z-index: 1;
}
.contact_section_btn_ul li + li {
  margin-left: 55px;
}
.contact_section_btn_ul input {
  background: #818181;
  color: #fff;
  display: block;
  width: 297px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 0;
}
.contact_section_btn_ul input:hover {
  text-decoration: none;
}
.contact_section_btn_ul input[type=submit] {
  background: #333333;
  color: #fff;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact_section_btn_ul {
    margin: 25px 0 50px;
  }
  .contact_section_btn_ul li {
    display: block;
    margin: 0;
  }
  .contact_section_btn_ul li + li {
    margin-left: 0px;
    margin-top: 10px;
  }
  .contact_section_btn_ul input {
    width: 100%;
    height: 50px;
  }
}
.contact_section_btn_ul .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  left: calc(50% - 36px);
}
@media screen and (max-width: 768px) {
  .contact_section_btn_ul .wpcf7-spinner {
    bottom: -30px;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: -30px;
  color: #fff;
  background: #ed6290;
  font-weight: bold;
  font-size: 1.2rem;
  width: auto;
  padding: 2px 2px 2px 10px;
  text-align: center;
  border-radius: 20px;
  white-space: nowrap;
}
.wpcf7-not-valid-tip:before {
  display: block;
  position: absolute;
  bottom: -6px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: #ed6290;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    top: -25px;
    right: 0;
    left: auto;
  }
	
	.contact_section_table,
	.contact_section_table tbody,
	.contact_section_table tr,
	.contact_section_table th,
	.contact_section_table td {
		display: block;
		width: 100%;
	}
	.contact_section_table td .wpcf7-checkbox .wpcf7-list-item {
		display: inline-block;
		padding: 0.2em;
	}
}

.wpcf7-response-output {
  width: 100%;
  text-align: center;
  color: #ed6290;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}

form.sent .wpcf7-response-output {
  display: none;
}






.ctf_loading_icon {
	pointer-events: none;
	position: relative;
}
.ctf_loading_icon:before {
	content: "送信中";
    font-size: 18px;
    color: #fff;
    background: #b6b6b6;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 17px;
    z-index: 10;
    font-weight: bold;
}
.content_min .tel{
	text-align: center;
	margin: 60px 0 40px 0;
}
.content_min .tel a{
	font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1;
}
.content_min .tel a i {
  font-size: 3.2rem;
  font-style: normal;
}
@media screen and (max-width: 768px) {
	.content_min .tel{
		margin: 30px 0 20px 0;
	}
	.content_min .tel a{
		font-size: 3.2rem;
	}
	.content_min .tel a i {
	  font-size: 2.2rem;
	}
}