@charset "utf-8";

/* ===================================================================
Style CSS
ウィンドウ幅[1024px～]の場合に適用
=================================================================== */

/* ===================================================================
各ページ共通
=================================================================== */

/*	body
--------------------------------------------------------------------*/

/*	h
--------------------------------------------------------------------*/
h2 {
  padding: 1em 25px;
  font-size: 2.4rem;
  color: white;
  background: #0a0f39;
}

h3 {
  padding: 1em 25px;
  border-bottom: 1px solid #ccc;
}

h4 {
  padding: 1em 25px;
}

/*	header
--------------------------------------------------------------------*/
#header {
  padding-top: 40px;
  padding-bottom: 30px;
}
.logoare {
  width: calc(100% - 40px);
  max-width: 1920px;
  margin-inline: auto;
}
.header_logo a {
  position: relative;
  display: block;
  max-width: 340px;
  margin-inline: auto;
}

/*	footer
--------------------------------------------------------------------*/
footer {
  text-align: center;
}

/*	main
--------------------------------------------------------------------*/
.form-group {
  width: calc(100% - 40px);
  margin-inline: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.form-label {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}
.form-label .required {
  display: inline-block;
  margin-left: 1em;
  padding: 3px 13px;
  color: white;
  font-size: 14px;
  border-radius: 3px;
}
.radio-group {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
}
.radio-group label {
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  font-size: 18px;
}
.radio-group input[type="radio"] {
  display: none;
}
.radio-group input[type="radio"] + span::before {
  content: "○";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 18px;
  color: #000;
}
.radio-group input[type="radio"]:checked + span::before {
  content: "●";
}

@media only screen and (max-width: 768px) {
  .form-label {
    font-size: 14px;
  }
  .form-label .required {
    padding: 2px 10px;
    font-size: 13px;
  }
  .radio-group {
    gap: 10px;
  }
  .radio-group label {
    font-size: 14px;
  }
}

.txt_attention,
.pp_check {
  padding: 1em 25px;
}

.sec_form > p {
  padding-right: 25px;
  padding-left: 25px;
}

.txt_attention li::before {
  content: "※";
}

.txt_attention li.small_txt {
  font-size: 12px;
}

.pp_check {
  text-align: center;
}

.thanks_page {
  margin: 0 0 30px 0;
  padding: 30px;
  border: 1px #ccc solid;
  text-align: center;
}

.thanks_page p {
  font-size: 16px;
}

/*	form
--------------------------------------------------------------------*/
/* ----- form error message start ----- */
.sec_name .msg_required,
.sec_ruby .msg_required {
  max-width: 240px;
}

.sec_name span:last-child .msg_required,
.sec_ruby span:last-child .msg_required {
  left: auto;
}

.sec_address .msg_required {
  bottom: -14px;
  left: 0;
}

.select_birth > span .msg_required {
  bottom: -35px;
  left: 0;
}

.select_birth > span:nth-of-type(2) .msg_required,
.select_birth > span:nth-of-type(3) .msg_required {
  left: auto;
}
/* ----- form error message end ----- */

.sec_form {
  padding-bottom: 35px;
}

.sec_form dl {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding-bottom: 35px;
}

.frm_customer_info,
.frm_property_info {
  border-top: 1px solid #ccc;
}

.sec_form dt {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-align: center; /* IE10 */
  align-items: center;
  -ms-flex-pack: justify; /* IE10 */
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
  padding: 40px 25px;
  border-bottom: 1px solid #ccc;
}

.frm_customer_info > dt,
.frm_property_info > dt {
  background: #f0f8f9;
}

.sec_form dd {
  position: relative;
  max-width: 680px;
  width: 100%;
  padding: 40px 25px;
  border-bottom: 1px solid #ccc;
}

.sec_name,
.sec_ruby,
.select_birth {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  justify-content: space-between;
}

.sec_name > span,
.sec_ruby > span {
  max-width: 240px;
  width: 100%;
}

.sec_name > span:last-child,
.sec_ruby > span:last-child {
  margin-left: 15px;
}

.sec_form .sec_address {
  padding-bottom: 0;
}

.sec_address dt,
.sec_address dd {
  padding: 20px 0;
  border: none;
}

.sec_address dt {
  width: 20%;
}

.sec_address dd {
  width: 80%;
}

.sec_address .prt_select::after {
  top: -20px;
  right: 15px;
}

.sec_address .ttl_post_num {
  -webkit-box-direction: normal; /* Androidブラウザ用 */
  -webkit-flex-direction: column; /* safari PC 用 */
  flex-direction: column;
  -ms-flex-pack: center; /* IE10 */
  justify-content: center;
  -ms-flex-align: start; /* IE10 */
  align-items: flex-start;
}

.sec_address .ttl_build_name_num {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -webkit-box-direction: normal; /* Androidブラウザ用 */
  -webkit-flex-direction: column; /* safari PC 用 */
  flex-direction: column;
  -ms-flex-align: start; /* IE10 */
  align-items: flex-start;
}

/*.btn_post_number {
display: inline-block;
padding: 3px;
background-color: #E8E8E8;
cursor: pointer;
}*/

.select_birth {
  position: static;
}

.select_birth::after {
  content: none;
}

.select_birth > span {
  position: relative;
  max-width: 180px;
  width: 100%;
}

.select_birth > span::after {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 20px;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  color: #333;
  pointer-events: none;
  line-height: 55px;
}

.select_birth > span:not(:first-child) {
  margin-left: 10px;
}

/*	check.php
--------------------------------------------------------------------*/
.form_check .sec_address dt {
  font-weight: bold;
}

.btn_form {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-pack: justify; /* IE10 */
  justify-content: space-between;
}

.btn_form button {
  width: 48%;
  margin: 0;
}
