@charset "UTF-8";
/* 固定ページ用スタイル */
/* parts */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
/* news */
.news-contents {
  text-align: center;
  width: 80%;
  margin: 5em auto; }
  .news-contents table {
    font-size: 1.3em;
    margin: 0 auto;
    border-collapse: collapse; }
    .news-contents table tr:nth-of-type(even) {
      background: #fafafa; }
    .news-contents table tr th,
    .news-contents table tr td {
      text-align: left;
      padding: 1.5em 1em; }
    .news-contents table tr th {
      white-space: nowrap; }
    .news-contents table tr td {
      line-height: 1.2; }
      .news-contents table tr td.property span {
        font-size: 0.85em;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        letter-spacing: 0;
        width: 6em;
        padding: 0.35em 1em 0.25em 1em;
        display: inline-block;
        border-radius: 10px;
        background: #6FA400;
        white-space: nowrap; }

#headline .headline-inner .txt-area + figure img {
  padding-bottom: 2em; }

.contact section.contents-section .sep-box p {
  text-align: center; }
.contact section.contents-section .sep-box dl {
  text-align: center;
  padding: 2em 0; }
  .contact section.contents-section .sep-box dl.contact-dl:first-of-type dd:before {
    content: "";
    background: url(../img/icon/phone_g.svg) no-repeat center center/contain;
    display: block;
    width: 1.5em;
    padding-right: 0.5em; }
  .contact section.contents-section .sep-box dl.contact-dl:last-of-type dd:before {
    content: "";
    background: url(../img/icon/fax_g.svg) no-repeat center center/contain;
    display: block;
    width: 1.5em;
    padding-right: 0.5em; }
  .contact section.contents-section .sep-box dl.contact-dl dt {
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 0.5em; }
  .contact section.contents-section .sep-box dl.contact-dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    justify-content: center;
    color: #6FA400;
    font-family: Arial;
    font-size: 3em;
    font-weight: bold;
    margin-right: 1.5em; }
  .contact section.contents-section .sep-box dl.contact-dl-a dt {
    font-size: 2em;
    font-weight: bold; }
  .contact section.contents-section .sep-box dl.contact-dl-a dd {
    padding: 2em 0 0 0; }
    .contact section.contents-section .sep-box dl.contact-dl-a dd a {
      color: #6FA400;
      font-size: 2.2em;
      font-weight: bold;
      letter-spacing: 0;
      padding-left: 1.8em;
      background: url(../img/icon/mail_g.svg) no-repeat;
      background-size: auto 60%;
      background-position: top 60% left; }

/* form */
span.error {
  padding-top: 1em; }

.btn-area {
  text-align: center;
  padding: 2em 0; }
  @media screen and (min-width: 576px) and (max-width: 768px) {
    .btn-area {
      font-size: 1.2em;
      padding: 1.5em 0; } }
  .btn-area .btn-action {
    display: inline-block;
    position: relative; }
    .btn-area .btn-action::after {
      position: absolute;
      top: 30%;
      right: 3.25em;
      content: url(../img/icon/arrow_w.png);
      vertical-align: middle; }
      @media screen and (min-width: 576px) and (max-width: 768px) {
        .btn-area .btn-action::after {
          top: 20%;
          right: 3em; } }
    .btn-area .btn-action input {
      font-size: 1.4em;
      letter-spacing: 0.1em;
      font-weight: bold;
      color: #fff;
      text-align: center;
      padding: 1em 4em 1em 4em;
      display: inline-block;
      position: relative;
      border-radius: 30px;
      background: #FBB731;
      padding: 1em 5.5em 1em 4em;
      border: none;
      cursor: pointer; }
      .btn-area .btn-action input span {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        align-items: center; }
        .btn-area .btn-action input span:after {
          width: 1.8em;
          height: 1em;
          margin-left: 1em;
          display: inline-block;
          background-image: url("../img/icon/arrow_w.png");
          background-repeat: no-repeat;
          background-size: 100% auto;
          content: ''; }
      @media screen and (min-width: 576px) and (max-width: 768px) {
        .btn-area .btn-action input {
          padding-right: 7em; } }
      .btn-area .btn-action input:hover, .btn-area .btn-action input:active {
        opacity: 0.8; }
  .btn-area .btn-back {
    display: inline-block; }
    .btn-area .btn-back input {
      font-size: 1.2em;
      letter-spacing: 0.1em;
      font-weight: bold;
      color: #fff;
      text-align: center;
      padding: 1em 4em 1em 4em;
      display: inline-block;
      position: relative;
      border-radius: 30px;
      background: #FBB731;
      padding: 1em 3em 1em 3em;
      margin-left: 2em;
      border: none;
      background: #aaa;
      cursor: pointer; }
      .btn-area .btn-back input span {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        align-items: center; }
        .btn-area .btn-back input span:after {
          width: 1.8em;
          height: 1em;
          margin-left: 1em;
          display: inline-block;
          background-image: url("../img/icon/arrow_w.png");
          background-repeat: no-repeat;
          background-size: 100% auto;
          content: ''; }
      .btn-area .btn-back input:hover, .btn-area .btn-back input:active {
        opacity: 0.8; }

/* consult */
.consult .btn-area .btn-action input,
.consult_confirm .btn-area .btn-action input {
  background: #6FA400; }

/* contact */
.contact .btn-area .btn-action input,
.contact_confirm .btn-area .btn-action input {
  background: #E14704; }

.consult_confirm #single-area .inner,
.contact_confirm #single-area .inner {
  padding: 3em 0; }
  .consult_confirm #single-area .inner p:first-child,
  .contact_confirm #single-area .inner p:first-child {
    font-size: 1.5em;
    padding-bottom: 2.5em; }

.complete {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 3em !important;
  padding: 2em 0 !important; }

.consult .inner,
.consult_confirm .inner,
.contact .inner,
.contact_confirm .inner {
  width: auto !important;
  min-width: 80%; }

/* table */
table.form-table th {
  white-space: nowrap; }
table.form-table input[type="text"],
table.form-table input[type="email"],
table.form-table textarea {
  font-size: 1.1em; }
table.form-table textarea {
  height: 20em; }

/* mobile */
@media screen and (max-width: 575px) {
  /* contact */
  .contact .sep-box .w50 + .w50 {
    padding-top: 4em; }

  /* table */
  table.form-table {
    width: 100%;
    min-width: 100%; }
    table.form-table th,
    table.form-table td {
      width: 100%;
      display: inline-block; }
    table.form-table input[type="text"],
    table.form-table input[type="email"],
    table.form-table textarea {
      font-size: 1.2em;
      width: 100%; }

  /* news-contents */
  .news-contents {
    width: 100%; }
    .news-contents table tr {
      text-align: left; }
      .news-contents table tr th {
        display: inline-block; }
      .news-contents table tr td {
        width: 100%;
        padding: 1em;
        display: inline-block; }
        .news-contents table tr td:nth-of-type(2) {
          padding-top: 0; }
        .news-contents table tr td.property {
          width: auto; } }

/*# sourceMappingURL=page.css.map */
