@charset "utf-8";
/*----------------------------------------------------
  資料請求
----------------------------------------------------*/
/*-- ページタイトル --*/
.page-title-area {
  background: url("../images/pho_pagetitle.jpg") center center no-repeat;
  background-size: cover;
}
/*-- コピー --*/
.copy-area {
	margin-bottom: 30px;
}
.copy-area h2 {
	margin-bottom: 30px;
}
.copy-area p.copy span {
	color: #f00;
}
/*-- フォーム --*/
input[type="text"], textarea, select {
  padding: 2px 4px;
  border: 1px solid #ccc;
  margin: 0 10px 3px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  font-size: 1.6rem;
}
input[type="radio"] {
  margin: 4px 8px 8px 0;
  vertical-align: middle;
}
input[type="checkbox"] {
  margin: 7px 5px 8px 0;
  vertical-align: middle;
}
input:focus[type="text"], textarea:focus, select:focus {
  border: 1px solid #fff15f;
  background: #fffcdf;
}
/*-- テーブル --*/
table {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
table th {
  border-top: 1px solid #ccc;
  line-height: 1.2;
  padding: 14px 14px 8px;
  vertical-align: top;
  width: 25%;
  font-weight: normal;
  text-shadow: #999 0.1px 0.1px 1px;
}
table td {
  background: transparent;
  border-top: 1px solid #ccc;
  padding: 14px 14px 10px;
  vertical-align: middle;
  width: 75%;
}
table th span {
  color: #f00;
}
table td label {
  margin: 0 20px 0 0;
  display: inline-block;
}
table td input.textfield01 {
  width: 85%;
	vertical-align: baseline;
}
table td input.textfield02 {
  width: 50%;
	vertical-align: baseline;
}
table td input.textfield03 {
  width: 25%;
	vertical-align: baseline;
}
table td textarea.textarea01 {
  width: 100%;
}
table td select.selectbox02 {
  width: 50%;
	vertical-align: baseline;
}
table .zip,
table .address1,
table .zip1,
table .address1_1,
table .zip2,
table .address2_1,
table .zip3,
table .address3_1 {
	margin-bottom: 14px;
	vertical-align: baseline;
}
.sex input {
  margin: -3px 6px 0 0;
}
.inq input {
  margin: -2px 6px 0 0;
}
@media only screen and (max-width: 767px) {
  table {
    border: medium none;
  }
  table tr {
    display: block;
    margin-bottom: 10px;
  }
  table th {
    background: #eee;
    display: block;
    margin: 0 auto;
    padding: 11px 14px 8px;
    width: 100%;
  }
  table td {
    border: medium none;
    display: list-item;
    list-style: outside none none;
    margin: 0 0 15px;
    padding: 10px;
    width: 100%;
  }
  table td input.textfield01,
  table td input.textfield02 {
    width: 100%;
  }
  table td input.textfield03 {
    width: 50%;
  }
}
/* プライバシーポリシーエリア */
.privacy-area {
  margin: 0 0 30px;
	text-align: center;
}
.privacy-area p {
  margin: 20px 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
.privacy-area p a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #1d52a2;
  font-weight: 900;
  padding-right: 5px;
}
/*-- ボタン ---*/
.btn-area {
  margin: 20px auto 30px;
  text-align: center;
}
.btn-area ul {
  list-style: none;
  padding: 0;
}
.btn-area ul li {
  display: inline;
  margin: 0 20px;
}
.button-send {
  background: #1d52a2;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.0;
  margin: 0 20px;
  padding: 12px 0 10px;
  max-width: 200px;
  outline: medium none;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.button-back {
  background: #999;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.0;
  margin: 0;
  padding: 12px 0 10px;
  max-width: 200px;
  outline: medium none;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.button-back a {
  color: #fff;
}
.button-back a:hover {
  text-decoration: none;
}
.button-send::before, .button-send::after, .button-back::before, .button-back::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.button-send, .button-send::before, .button-send::after, .button-back, .button-back::before, .button-back::after {
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}
.button-send:hover, .button-back:hover {
  background: #f30 none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .btn-area ul li {
    display: inherit;
    margin: 0 auto;
  }
}
/*-- フォーム（確認） --*/
.inputError {
  color: #fff;
  background-color: #c33;
  border: 1px solid #ff0000;
  margin: 3px 5px 0;
  padding: 1px 5px;
}
.sendError {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #ff0000;
  padding: 5px;
  margin: 10px 5px;
  font-size: 1.2em;
}
.inquiryResMgsE {
  font-size: 12px;
  font-weight: bold;
  padding-top: 2px;
  color: #ff6633;
  margin: 0;
}
table.inq {
  border-collapse: collapse;
}
table.inq th, table.inq td {
  border: solid 1px;
  padding: 5px 10px;
}
/*-- 送信完了画面 ---*/
p.thanks {
  display: table;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  line-height: 3.0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  p.thanks {
    line-height: 2.0;
    text-align: left;
  }
}

