<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.p-contact_sendBtn input{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

/* 確認画面 */
body {
  background-color: #fdf4ed;
}
div#formWrap {
  margin-top: 50px;
  padding-bottom: 50px;
}
p.confirm_ttl {
  line-height: 1.5em;
  margin-bottom: 30px;
}
table.formTable td,
table.formTable th{
  border: none;
}
table.formTable th{
  background: none;
  text-align: left;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
table.formTable td{
  font-size: 16px;
}
label.p-contact_form_radio.p_contact_r01{
  margin-right: 15px;
}
label.p-contact_form_radio.p_contact_r01 span{
  font-size: 15px;
}
.p-contact_form_radio input[type=radio]+span:before{
  margin-right: 5px;
}
.thx_btn a{
  cursor: pointer;
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 35px auto;
  color: #fff;
  background-color: #6eb92b;
  border: none;
  font-size: 18px;
  padding: 15px;
  border-radius: min(0.4761904762vw, 6px);
  transition: .3s;
  border: 1px solid #6eb92b;
}
.thx_btn a:hover{
  color: #6eb92b;
  background-color: #fff;
}</pre></body></html>