@charset "UTF-8";

.list_page_title_container {
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}
.list_page_title_container .titlebox {
  margin-bottom: 70px;
}
.list_page_title_container .titlebox .txt_en {
  font-size: 20px;
  color: var(--color2);
  margin-bottom: 10px;
}
.list_page_title_container .titlebox .title {
  font-size: 50px;
}
.list_page_title_container .backtxt {
  font-size: 190px;
  color: rgba(230, 229, 229, .5);
  line-height: 0;
  position: absolute;
  top: 90px;
  z-index: -1;
}
@media screen and (max-width:960px) {
  .list_page_title_container {
    margin-top: 60px;
  }
  .list_page_title_container .titlebox .txt_en {
    font-size: 16px;
  }
  .list_page_title_container .titlebox .title {
    font-size: 28px;
  }
  .list_page_title_container .backtxt {
    font-size: 64px;
  }
}

/* お問い合わせ */
.container .txt {
  line-height: 1.75;
  margin-bottom: 60px;
}
.thanks_container .txt {
  line-height: 1.75;
}
.form_container .wrap {
  max-width: 800px;
}
.form_container .box {
	margin-bottom: 30px;
}
.form_container .box .form_txt {
	font-size: 16px;
	margin-bottom: 10px;
}
.form_container .box .comment {
	font-size: 13px;
	margin-top: 2em;
	margin-bottom: 10px;
}
.form_container .box .form_txt span.req {
	font-size: 13px;
	color: #FF0000;
	margin-left: 0.5em;
}
.form_container .box input[type="text"],
.form_container .box input[type="email"] {
	width: 100%;
	height: 50px;
	font-size: 14px;
	box-sizing: border-box;
	background: none;
	background-color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px;
	outline: none;
}
.form_container .box textarea {
	width: 100%;
	font-size: 14px;
	background: none;
	background-color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px;
	outline: none;
}
.form_container .underline {
	text-decoration: underline;
}
.form_container .mwform-checkbox-field input,
.form_container .mwform-radio-field input {
  margin-top: 0;
}
.wpcf7-list-item.first {
  margin-left: 0;
}
.form_btn,
.thanks_btn {
	width: 100%;
	max-width: 260px;
	margin: 50px auto 0;
}
.form_btn input[type="submit"],
.thanks_btn a {
	width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: var(--color2);
  padding: 0 10px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s;
}
.form_btn:hover input[type="submit"],
.thanks_btn:hover a {
  opacity: .75;
}
@media screen and (max-width:960px) {
  .container .section,
  .thanks_container .section {
    padding-top: 0;
  }
}
@media screen and (max-width:768px) {
  .form_container .box.item_area .wpcf7-radio .wpcf7-list-item {
    margin: 5px 0 0;
    display: block;
  }
  .form_container .item_area .mwform-radio-field.horizontal-item {
    margin-left: 0;
    margin-bottom: 5px;
    display: block;
  }
  .form_btn input[type="submit"],
  .thanks_btn a {
    appearance: none;
    -webkit-appearance: none;
  }
  .thanks_container .txt {
    text-align: justify;
  }
}

/* プライバシーポリシー */
.policybox {
  height: 350px;
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.policybox .inn {
  margin-bottom: 40px;
}
.policybox .inn:last-child {
  margin-bottom: 0;
}
.policybox .sub {
  font-size: 14px;
  margin-bottom: 10px;
}
.policybox .txt {
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 0;
}