<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

.section_title {
  padding-top: 56px;
}
.form_content {
  width: 800px;
  margin: 0 auto;
}
input {
  width: 250px;
  border: 0;
  font-size: 14px;
  line-height: 1.5;
}
input, textarea, select {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input:focus, textarea:focus, select:focus {
  outline: 0;
}
input[name="tel"] {
  width: 130px;
}
select {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
::-webkit-input-placeholder {
  color: #ccc;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
::-moz-placeholder{
  color: #ccc;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
:-moz-placeholder{
  color: #ccc;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
:-ms-input-placeholder{
  color: #ccc;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/*  トップページ  */
.lead {
  margin: 7px 0 34px;
  text-align: center;
}
.lead_text {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24.5px;
}
.lead_links {
  margin-top: 24px;
}
.lead_link {
  color: #a68b62;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: underline;
}
.lead_link:first-child {
  margin-right: 20px;
}
.lead_link:last-child {
  margin-left: 20px;
}

.form_table {
  width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.form_table td{
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
  vertical-align: middle;
}
.required {
  padding-left: 10px;
  color: #e23736;
  font-size: 12px;
}
.form_table td:first-child{
  width: 262px;
  padding-left: 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.form_table td:nth-child(2){
  width: 538px;
}

.contact_content {
  width: 800px;
  margin: 28px auto 0;
}
.contact_content textarea {
  width: 800px;
  max-width: 800px;
  height: 127px;
  padding: 15px;
  border: 1px dotted #ccc;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}
.contact_content .table_title {
  margin-bottom: 15px;
  padding-left: 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.form_table-option td:nth-child(2) {
  width: 177px;
  padding-left: 7px;
  font-size: 14px;
  line-height: 1.5;
}
.form_table-option td:nth-child(3) {
  width: 369px;
}

.submit {
  margin: 65px 0;
  text-align: center;
}
.submit input{
  width: 200px;
  height: 45px;
}


/*  エラーページ  */
.error {
  width: 800px;
  margin: 0 auto 20px;
  padding: 18px 23px;
  border: solid 1px #e23736;
  box-sizing: border-box;
}
.error_txt {
  color: #e23736;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
.error_txt:not(:last-child) {
  margin-bottom: 7px;
}


/*  確認ページ  */
.confirm_table {
  border: 1px dotted #ccc;
}
.confirm_table td:first-child {
  width: 270px;
  padding-left: 30px;
  border-right: 1px dotted #ccc;
  vertical-align: top;
}
.confirm_table td:nth-child(2) {
  width: 530px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 14px;
  line-height: 1.5;
}
.postal_code, .municipality {
  margin-bottom: 8px;
}
.confirm_txt {
  margin-bottom: 53px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
.confirm .submit .submit_btn {
  margin: 0 15px;
}


/*  完了ページ  */
.thanks_txt {
  margin-top: 57px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.5;
  text-align: center;
}
.submit a:hover {
  opacity: 1;
}


/*プルダウンカスタマイズ*/
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 0;
  border: 0;
}
select::-ms-expand {
  display: none;
}
.select_wrapper{
  position: relative;
  display: inline-block;
}
.select_wrapper::after{
  width: 6px;
  height: 6px;
  margin-top: -4px;
  position: absolute;
  top: 46%;
  right: 9px;
  border: 0px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  content: "";
  transform: rotate(135deg);
}


/* ---------- */

.hgroup,
header nav,
.breadcrumb_wrapper,
.menu_icon,
.footer__text,
.f-nav,
.menu_icon
{
  display: none;
}

footer {
  text-align: center;
}

.footer_body {
  float: none;
}
.footer__logo {
  display: block;
}</pre></body></html>