@charset "utf-8";
/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------
	contact
----------------------------------------------------------------------------------------------*/
.inquiry {
  text-align: center;
}
.inquiry_ttl01 {
  margin-bottom: 75px;
}
.inquiry_t01 {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 70px;
}
.form_wrap {
  width: 785px;
  margin: 0 auto 100px;
}
.form_wrap.btop_line {
  border-top: 1px solid #666;
  padding-top: 65px;
}
table.from_tbl {
  margin-bottom: 30px;
  border-collapse:collapse;
  width: 100%;
}
table.from_tbl td,
table.from_tbl th{
	padding:10px 0;
  vertical-align: top;
  font-size: 16px;
  text-align: left;
}
table.from_tbl th{
	width:280px;
  font-size: 19px;
	text-align:left;
  font-weight: normal;
  padding:15px 0;
  line-height: 1;
}
.hiss {
  font-size: 14px;
}
input,
textarea {
	width: 100%;
	padding: .5em;
  font-size: 1.1em;
  color: #333;
  background: #e5e5e6;
  border: none;
}
select {
  font-size: 1.1em;
  padding: .8em;
}

.btn_form {
    text-align: center;
}
.c_btn {
  text-align: right;
}
a.btn_submit {
    color: #fff;
}
.btn_submit,
input .btn_submit {
    display: inline-block;
    width: 505px;
    box-sizing:border-box;
    padding: 20px 76px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    transition: .3s;
    text-align: center;
}
.btn_submit:hover {
  background: #666;
  color: #fff;
  cursor: pointer;
}
input[type="submit"],
input[type="button"] {
   -webkit-appearance: none;
   border-radius: 0;
}
input[type="radio"] {
  width: inherit;
}
label {margin-right: 1.3em;}
#contact_completion {
    text-align: center;
    margin-bottom: 4em;
    font-size: 18px;
    line-height: 2;
}
.thanks_ttl {
}
.btn_submit.btn_inline {
    display: inline-block;
    width: 12em;
    padding: 15px 0;
}
.btn_submit.btn_inline.last {
    margin-left: 2em;
}
input.btn_submit,
textarea.btn_submit {
    border: none;
    margin: 0;
}
dl.contact_lead {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    color: #ea8378;
    border: 1px solid #ccc;
}
dl.contact_lead:after {
	content: "";
	display: block;
	clear: both;
}
dl.contact_lead dt {
    font-size: 20px;
    font-weight: bold;
}
dl.contact_lead dd {
}
.atten {
    font-size: 13px;
    display: block;
    margin-top: 10px;
}
/* 確認画面 */
.kakunin_ttl {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 8px 0;
    line-height: 1.2;
}
.kakunin_t01 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.thanks_ttl01 {
  font-size: 20px;
  margin-bottom: 1em;
}
table.kakunin_tbl {
  margin-bottom: 40px;
  border-collapse:collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #f3f1ec;
}
table.kakunin_tbl td,
table.kakunin_tbl th{
	padding:15px 20px;
  vertical-align: top;
  font-size: 19px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
table.kakunin_tbl th{
	width:13em;
  font-size: 19px;
	text-align:left;
  font-weight: normal;
  padding:15px 20px;
  background: #efece6;
}