@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select::-ms-expand {
  display: none;
}

a {
  background: transparent;
  color: #111;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* base config */
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111;
  font-size: 1rem;
  line-height: 1.8;
}

strong {
  font-weight: bold;
}

button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: none;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

button {
  border: none;
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.wrapper > img {
  display: none;
}
body {
  -webkit-text-size-adjust: 100%;
}

.wraper {
  overflow-x: hidden;
  position: relative;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px 0 30px;
}

.footer__logo {
  width: 260px;
}

.footer__copyright {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.footer__copyright__txt {
  font-family: Roboto, "ヒラギノ角ゴシック", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875rem;
}

/* header
=================================================== */
.header {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.header__inner {
  width: calc(100% - 40px);
  max-width: 1240px;
  margin-inline: auto;
  padding: 19px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logoWrap a {
  display: block;
  color: #252e31;
  text-align: center;
  pointer-events: none;
}
header .logoWrap img {
  width: 117px;
  margin-right: 10px;
  vertical-align: middle;
}
header .logoWrap .siteName {
  display: inline-block;
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(2px);
}

.header__logo a:hover {
  opacity: 0.85;
}

/* 
==================================== */
.Confirm1Form h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  padding: 30px 0 15px;
  margin: 0 0 30px;
  color: #007440;
  border-bottom: 3px solid #007440;
}
.Confirm1Form h3 span {
  color: #007440;
  font-weight: bold;
}
.Confirm1Form .TitleHidden {
  display: none;
}
.Confirm1Form .block {
  width: calc(100% - 100px);
  padding: 0 50px;
  margin: 0 auto 30px;
  display: flex;
  /* flex-wrap: wrap; */
}
.Confirm1Form .block .left {
  width: 260px;
  padding: 0 0 0 40px;
}

.Confirm1Form .right {
  position: relative;
  font-size: 14px;
  width: 100%;
}
.Confirm1Form .right h5 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 7px;
  line-height: 160%;
  vertical-align: middle;
}
.Confirm1Form .right span {
  font-size: 18px;
  font-weight: bold;
}
.Confirm1Form hr {
  padding: 0;
  margin: 0 auto 30px;
  border-bottom: 1px dotted #888;
}
.Confirm1Form p.caution {
  font-size: 14px;
  margin: 0 0 30px;
}
.Confirm1Form .property_same {
  margin: 0 0 20px;
}
.Confirm1Form .right .property_same span {
  font-size: 14px;
  font-weight: normal;
  color: #007440;
}
.container {
  width: calc(100% - 40px);
  max-width: 1240px;
  margin-inline: auto;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .Confirm1Form {
    margin: 0 auto 30px;
  }
  .Confirm1Form h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    padding: 30px 0 15px;
    margin: 0 0 30px;
    color: #007440;
    border-bottom: 3px solid #007440;
  }
  .Confirm1Form h3 span {
    color: #007440;
    font-weight: bold;
  }
  .Confirm1Form .TitleHidden {
    display: none;
  }
  .Confirm1Form .block {
    width: calc(100%);
    padding: 0 0px;
  }
  .Confirm1Form .block .left {
    width: 240px;
    padding: 0;
    margin: 0 0 30px;
    /* text-align: center; */
  }

  .Confirm1Form .right {
    position: relative;
    font-size: 14px;
  }
  .Confirm1Form .right h5 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 7px;
    line-height: 160%;
    vertical-align: middle;
  }
  .Confirm1Form .right span {
    font-size: 18px;
    font-weight: bold;
  }
  .Confirm1Form hr {
    padding: 0;
    margin: 0 auto 30px;
    border-bottom: 1px dotted #888;
  }
  .Confirm1Form p.caution {
    font-size: 14px;
    margin: 0 0 30px;
  }
  .Confirm1Form .property_same {
    margin: 0 0 20px;
  }
  .Confirm1Form .right .property_same span {
    font-size: 14px;
    font-weight: normal;
    color: #007440;
  }
  .container {
    padding-bottom: 100px;
  }
}

/* step-nav
=================================== */
.step-nav {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.step-nav__list {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.step-nav__list__item {
  min-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
  font-size: 16px;
  position: relative;
}
.step-nav__list__item__maru {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #36663a;
  border-radius: 100%;
}
.is-step-nav-current .step-nav__list__item__maru {
  background-color: #36663a;
}
.step-nav__list__item__txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.step-nav__list__item__txt:before {
  font-family: Roboto, "ヒラギノ角ゴシック", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875rem;
  margin-right: 0.5rem;
  margin-top: 0.2em;
}
.step-nav__list__item + .step-nav__list__item:before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  border-top: solid 2px #e3e3e3;
  top: 14px;
  left: -27px;
}
.step-nav_line {
  position: relative;
  width: 30px;
}
.step-nav_line:before {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  border-top: solid 2px #e3e3e3;
}

/* form_section
======================================= */
.form_section {
  display: flex;
  justify-content: space-between;
}
.form_section {
  margin-bottom: 30px;
}
.form_title_area {
  width: 20%;
}
.form_title_wrap {
  display: flex;
  align-items: start;
  column-gap: 20px;
}
.form_title_text {
  font-size: 18px;
  font-weight: 600;
}
.form_title_text .cap {
  font-size: 13px;
  display: block;
}
.form_title_label {
  position: relative;
  text-align: center;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 8px 10px;
  font-weight: 600;
  border-radius: 4px;
}
.form_title_label.is-req {
  background-color: #b10510;
}
.form_title_label.is-ok {
  background-color: #36663a;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.form_body {
  width: 76%;
}

@media only screen and (max-width: 768px) {
  .form_section {
    flex-direction: column;
    row-gap: 20px;
  }
  .form_section {
    margin-bottom: 30px;
  }
  .form_title_area {
    width: 100%;
  }
  .form_title_wrap {
    display: flex;
    align-items: start;
    column-gap: 20px;
  }
  .form_title_text {
    font-size: 18px;
    font-weight: 600;
  }
  .form_title_text .cap {
    font-size: 13px;
    display: block;
  }
  .form_title_label {
    position: relative;
    text-align: center;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding: 8px 10px;
    font-weight: 600;
    border-radius: 4px;
  }
  .form_title_label.is-req {
    background-color: #b10510;
  }
  .form_title_label.is-ok {
    background-color: #36663a;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .form_body {
    width: 100%;
  }
}

/* property_wrap
======================================== */
.property_wrap {
  display: flex;
  column-gap: 14px;
}
.property_item {
  width: 100%;
  background-repeat: no-repeat;
  height: 140px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 6px;
}
.property_item01 {
  background-position: center calc(50% - 18px);
  background-image: url("../images/property_item01.png");
  background-size: 100px auto;
}
.property_item02 {
  background-position: center calc(50% - 18px);
  background-image: url("../images/property_item02.png");
  background-size: 100px auto;
}
.property_item03 {
  background-position: center calc(50% - 18px);
  background-image: url("../images/property_item03.png");
  background-size: 100px auto;
}
.property_item04 {
  background-position: center calc(50% - 18px);
  background-image: url("../images/property_item04.png");
  background-size: 100px auto;
}
.property_item span {
  display: block;
  height: 100%;
  color: #36663a;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  border-radius: 6px;
  padding: 112px 0 0;
}
/* クリック可能に */
.property_item {
  position: relative;
  cursor: pointer;
}

/* インプットは視覚的に隠す（スクリーンリーダー用に残す） */
.u-sr {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 選択中の見た目（枠＆薄い背景） */
.property_item.active span {
  box-shadow: inset 0 0 0 3px #36663a;
  background-color: rgba(118, 184, 123, 0.15);
}

/* キーボード操作のフォーカスリング */
.property_item input:focus-visible + span {
  outline: 3px solid #1d569e;
  outline-offset: 3px;
}

/* 既存の .property_item_other をそのまま活かすので、入力が収まるように幅100% */
#property_other_wrap input[type="text"] {
  width: 100%;
  font-size: 16px;
  padding: 8px 10px;
  border-radius: 4px;
  margin-top: 30px;
  border: 2px solid #36663a;
  border-radius: 6px;
  background-color: rgba(118, 184, 123, 0.2);
}

@media only screen and (max-width: 768px) {
  .property_wrap {
    flex-wrap: wrap;
    gap: 12px;
  }
  .property_item {
    height: 100px;
    width: calc(50% - 12px);
    background-position: center calc(50% - 18px);
  }
  .property_item01 {
    background-size: 64px auto;
  }
  .property_item02 {
    background-size: 72px auto;
  }
  .property_item03 {
    background-size: 70px auto;
  }
  .property_item04 {
    background-size: 70px auto;
  }
  .property_item span {
    padding: 72px 0 0;
  }

  /* 選択中の見た目（枠＆薄い背景） */
  .property_item.active span {
    box-shadow: inset 0 0 0 3px #36663a;
    background-color: rgba(118, 184, 123, 0.15);
  }

  /* キーボード操作のフォーカスリング */
  .property_item input:focus-visible + span {
    outline: 3px solid #1d569e;
    outline-offset: 3px;
  }

  /* 既存の .property_item_other をそのまま活かすので、入力が収まるように幅100% */
  #property_other_wrap input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 4px;
    margin-top: 30px;
    border: 2px solid #36663a;
    border-radius: 6px;
  }
  .name_wrap {
    display: flex;
  }
}

/* assessment
======================================== */
.assessment_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.assessment_item {
  border: 2px solid #36663a;
  outline: 2px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 12px;
  column-gap: 16px;
  transition: 0.3s;
  box-sizing: border-box;
  cursor: pointer;
}

.assessment_item.active {
  background-color: rgba(118, 184, 123, 0.2);
  outline: 2px solid #36663a;
}

.assessment_input {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.assessment_item_body {
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.assessment_item_title {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 600;
}

.assessment_item_text {
  font-size: 14px;
  letter-spacing: normal;
}
.assessment_item:has(.assessment_input:focus-visible) {
  outline: 2px solid #1d569e;
  outline-offset: 2px;
}


@media only screen and (max-width:768px) {
  .assessment_item_body {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 3px;
  }
}


/* Progress Bar
======================================== */
.pb {
  margin-top: 60px;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pb-label {
  color: #555;
  font-size: 18px;
}
.pb-bar {
  position: relative;
  width: 100%;
  height: 40px;
  border: 2px solid #36663a;
  border-radius: 9999px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.pb-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--value, 0) * 1%);
  background: #36663a;
  display: block;
  transition: width 0.4s ease;
}

/* 
====================================== */
.btn_address {
  width: 200px;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px 10px 20px;
  background: url("../images/icon_arrow02.gif") no-repeat;
  background-position: right 10px center;
  background-color: #007440;
  border-radius: 10px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.zip-row {
  display: flex;
  gap: 10px;
  align-items: center;
}
.btn_address:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.zip-loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #007440;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.form_error {
  color: #c00;
  margin-top: 6px;
}
.help {
  color: #666;
  font-size: 12px;
  margin: 4px 0 10px;
}

/* 入力フィードバック（任意） */
input.is-valid,
select.is-valid {
  border-color: #2e7d32 !important;
}
/* input.is-invalid, select.is-invalid { border-color:#c62828 !important; } */

.personal_block .inner {
  width: calc(100% - 40px);
  max-width: 950px;
  margin-inline: auto;
}
.personal_block_item + .personal_block_item {
  margin-top: 40px;
}
.personal_block_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.personal_block_text {
  font-size: 18px;
}
.personal_block_text a {
  color: #007440;
  text-decoration: underline;
}
.privacy_check {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ボタン
======================================== */
.btnWrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.animationBtn {
  position: relative;
  box-shadow: 0px 10px 10px -6px transparent;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 290px;
  width: 100%;
  height: 70px;
  padding: 0 40px;
  background: #36663a;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  border-radius: 70px;
}
.animationBtn.green {
  background: #fff;
  color: #36663a;
  border: 1px solid #36663a;
}
.animationBtn.green::before {
  background: #36663a;
}
.animationBtn .circle {
  right: 25px;
}
.circle.green100 span {
  opacity: 1;
  background: #36663a;
}
.circle {
  display: block;
  width: 6px;
  height: 6px;
  background: #151515;
  opacity: 0.5;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
}
.circle span {
  display: block;
  width: 6px;
  height: 6px;
  background: #151515;
  opacity: 0.5;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  animation: circle_attention 1s infinite;
}
.circle.white {
  background: #fff;
}
.circle.white span {
  background: #fff;
}
.circle.white100 {
  opacity: 1;
  background: #fff;
}
.circle.white100 span {
  opacity: 1;
  background: #fff;
  animation: circle_attention-white100 1s infinite;
}
.circle.green100 {
  opacity: 1;
  background: #36663a;
}
.circle.green100 span {
  opacity: 1;
  background: #36663a;
  animation: circle_attention-white100 1s infinite;
}
@media (min-width: 1280px) {
  a .circle {
    animation: circle_hover_reverse 1s forwards;
  }
  a .circle.white100 {
    animation: circle_hover_reverse-white100 1s forwards;
  }
  a:hover .circle {
    animation: circle_hover 1s forwards;
  }
  a:hover .circle span {
    display: none;
  }
}
@keyframes circle_attention {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.1;
  }
  95% {
    transform: scale(6);
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle_attention-white100 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 0.95;
  }
  50% {
    opacity: 0.1;
  }
  95% {
    transform: scale(6);
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle_hover_reverse {
  0% {
    transform: scale(6);
    opacity: 0.15;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
@keyframes circle_hover_reverse-white100 {
  0% {
    transform: scale(6);
    opacity: 0.15;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes circle_hover {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(6);
    opacity: 0.15;
  }
}

.animationBtn::before {
  content: "";
  display: block;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  transform-origin: center left;
  transition: transform 0.4s, opacity 0.4s, color 0.4s, background 0.6s;
}
.animationBtn:hover {
  color: #36663a;
  box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.3);
}
.animationBtn:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}
.animationBtn .btnText {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}
.animationBtn.white::before {
  background: #fff;
}
.animationBtn.white:hover {
  background: #fff !important;
}
.animationBtn.white:hover .btnText {
  color: #36663a;
}
.animationBtn.white:hover .circle {
  background: #36663a;
}
.animationBtn.white:hover .circle span {
  background: #36663a;
}
.animationBtn.green::before {
  background: #36663a;
}
.animationBtn.green:hover {
  background: #36663a !important;
}
.animationBtn.green:hover .btnText {
  color: #fff;
}
.animationBtn.green:hover .circle {
  background: #fff;
}
.animationBtn.green:hover .circle span {
  background: #fff;
}
/* 無効化見た目（共通） */
.animationBtn.is-disabled {
  opacity: 0.5;
  pointer-events: none; /* クリック無効 */
  filter: grayscale(20%);
  cursor: not-allowed;
  box-shadow: none;
}
.animationBtn.is-disabled .circle,
.animationBtn.is-disabled .circle span {
  animation: none;
  opacity: 0.3;
}

@media only screen and (max-width: 1024px) {
  .btnWrap {
    margin-top: 40px;
    flex-direction: column-reverse;
    row-gap: 10px;
  }
  .animationBtn {
    height: 50px;
    margin-inline: auto;
  }
  .animationBtn:hover {
    color: inherit;
    box-shadow: none;
  }
  .animationBtn:hover::before {
    transform: none;
    opacity: 0;
  }
  .animationBtn:hover .btnText {
    color: inherit !important;
  }
}

/* 
=============================== */
.footer {
  padding-top: 60px;
  padding-bottom: 20px;
  color: #fff;
  background-color: #36663a;
}
.footer_copyright {
  margin-bottom: 40px;
  width: calc(100% - 40px);
  margin-inline: auto;
}
.footer_copyright_text {
  font-size: 12px;
}
.footer_copyright_block {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_copyright_block img {
  width: 12px;
}
.footer_copyright_block p {
  font-size: 12px;
}
.footer_copyright_licence {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .footer_copyright_licence {
    flex-direction: column;
  }
}

input::placeholder {
  opacity: 0.5;
}

input.text01 {
  width: 300px;
  border: 2px solid #888888;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  margin: 0 5px 15px 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

input.text02 {
  width: 500px;
  border: 2px solid #888888;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  margin: 0 5px 15px 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

input.text03 {
  width: 300px;
  border: 2px solid #888888;
  border-radius: 10px;
  font-size: 16px;
  padding: 7px 10px;
  margin: 0 0 0 10px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

textarea.text03 {
  width: 500px;
  border: 2px solid #888888;
  border-radius: 10px;
  font-size: 16px;
  padding: 7px 10px;
  margin: 0 0 0 10px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

input.text04 {
  width: 100px;
  border: 2px solid #888888;
  border-radius: 10px;
  font-size: 16px;
  padding: 7px 10px;
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

input.text05 {
  width: 300px;
  border: 2px solid #888888;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  margin: 0 5px 15px 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

input.text_postcode {
  width: 300px;
  border: 2px solid #888888;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

input.text_tel {
  width: 100px;
  border: 2px solid #888888;
  border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  margin: 0 5px 15px 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.name_space {
  display: inline-block;
  width: 36px;
  text-align: right;
}
input.text_name {
  width: 150px;
  border: 2px solid #888888;
  border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  margin: 0 20px 0 10px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

input.radio01 {
  margin: 0 5px 15px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

input.btn_address {
  width: 200px;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px 10px 20px;
  background: url("../images/icon_arrow02.gif") no-repeat;
  background-position: right 10px center;
  background-color: #007440;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

input.check01 {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

input.check02 {
  width: 14px;
  height: 14px;
  padding: 0 0 10px;
}

select.select01 {
  width: 300px;
  border: 2px solid #888888;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  margin: 0 5px 15px 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
select.select02 {
  width: 170px;
  border: 2px solid #888888;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  margin: 0 5px 15px 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
select.select03 {
  width: 50px;
  border: 2px solid #888888;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  margin: 0 5px 15px 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

input:disabled,
select:disabled {
  background: #eee;
  border: 2px solid #888888;
  border-radius: 10px;
  outline: none;
  opacity: 1;
}

#property_area_building {
  display: block;
}

#property_area_land {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .Confirm1Form {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 30px;
  }

  .Confirm1Form hr {
    width: calc(100%);
    padding: 0;
    margin: 0 auto 30px;
    border-bottom: 1px dotted #888;
  }

  input.text01 {
    width: 240px;
  }

  button.btn02 {
    width: 300px;
    font-size: 18px;
  }

  button.btn03 {
    width: 300px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .Confirm1Form {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 30px;
  }

  .Confirm1Form h3 {
    font-size: 20px;
    padding: 30px 0 15px;
    margin: 0 0 30px;
    text-align: center;
  }

  .Confirm1Form hr {
    width: calc(100%);
    padding: 0;
    margin: 0 auto 30px;
    border-bottom: 1px dotted #888;
  }

  .Confirm1Form p.caution {
    font-size: 14px;
    margin: 0 0 30px;
  }

  .Confirm1Form .property_same {
    margin: 0 0 20px;
  }

  input::placeholder {
    opacity: 0.5;
  }

  input.text01 {
    width: 100%;
  }

  input.text02 {
    width: 100%;
    border: 2px solid #888888;
    font-size: 16px;
    padding: 10px;
    margin: 0 5px 15px 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  }

  input.text03 {
    width: 250px;
    border: 2px solid #888888;
    font-size: 16px;
    padding: 7px 10px;
    margin: 0 0 0 10px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  }
  textarea.text03 {
    width: 280px;
    border: 2px solid #888888;
    font-size: 16px;
    padding: 7px 10px;
    margin: 0 0 0 10px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  }

  input.text04 {
    width: 100px;
    border: 2px solid #888888;
    font-size: 16px;
    padding: 7px 10px;
    margin: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  }

  input.text05 {
    width: 160px;
    border: 2px solid #888888;
    font-size: 16px;
    padding: 10px;
    margin: 0 5px 15px 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  }

  input.text_postcode {
    width: 220px;
    border: 2px solid #888888;
    font-size: 16px;
    padding: 10px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  }

  input.text_tel {
    width: 80px;
    border: 2px solid #888888;
    font-size: 16px;
    padding: 10px;
    margin: 0 0 15px 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  }

  input.text_name {
    width: 100px;
    border: 2px solid #888888;
    font-size: 16px;
    padding: 10px;
    margin: 0 10px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  }

  input.radio01 {
    margin: 0 5px 15px;
  }

  input.btn_address {
    width: 80px;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    background: none;
    background-color: #007440;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  }

  input.check01 {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }

  select.select01 {
    width: 100%;
    border: 2px solid #888888;
    font-size: 16px;
    padding: 10px;
    margin: 0 5px 15px 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  }

  input:disabled,
  select:disabled {
    background: #eee;
    border: 2px solid #888888;
    outline: none;
    opacity: 1;
  }
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

/* 確認ページ用
==================================== */
.Confirm1Form .block .right {
  position: relative;
  width: calc(100% - 300px);
  font-size: 14px;
}
.Confirm1Form .block .left h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  vertical-align: middle;
}

@media only screen and (max-width:768px) {
  .Confirm1Form .block .left h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 130%;
}
.Confirm1Form .block .right {
    position: relative;
    width: calc(100%);
    font-size: 14px;
}
}

/* サンクスページ
======================================== */
.container_box {
  margin-top: 20px;
  border: 1px solid #cccccc;
  padding: 30px 30px;
}
.container_box_lead {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.container_box_text {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.confirmation {
  font-size: 16px;
}