/*
Theme Name: REALESTATE ALG Design
Theme URI: https://algrit.co.jp/
Description: 株式会社アルグリットのワードプレステーマ
Version: 1.0
Author: ALGRIT
Author: https://algrit.co.jp/
*/

html {
  font-size: 18px;
}

/* .main-content {
  margin-right: 0;
  max-width: 100%;
} */

.footer-info .footer-widget p {
  line-height: 1.4;
}
.footer-nav p a {
  font-size: 0.9rem;
  color: #222;
  text-decoration: underline;
}
.footer-list .footer-column p {
  margin: 0.2rem 0;
}

.key-visual h2 {
  font-size: 1.8rem;
  line-height: 1.8;
}
.about__td_ul {
  padding-left: 1.5rem;
}

.section-pa.service .list01-item a {
  display: block;
}
.section-pa.service .list01-img {
  width: 100%;
  height: 30vw;
  margin: 0;
}
.section-pa.service .list01-title {
  font-size: 1.5rem;
}
.section-pa.service .list01-description {
  display: none;
}

.section-pa.property {
  display: none;
}

.main-content-wrap ol {
  padding-left: 2em;
}
.telno a {
  color: #222;
}

@media (max-width: 1366px) {
  .header-nav > div > ul > li {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }

  .key-visual h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .about__th,
  .about__td {
    display: block;
    text-align: start;
  }

  .section-pa.service .list01-img {
    height: 50vw;
  }
}

/* お問い合わせフォーム */
.form_table,
#mfp_confirm_table {
  table-layout: fixed;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
}
.form_table .form_th,
.form_table .form_td,
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  border: 1px solid #ddd;
  border-right: none;
  border-top: none;
  display: block;
  width: 100%;
  text-align: start;
  padding: 15px;
}
.form_table input,
.form_table textarea {
  width: 100%;
}
.form_table textarea {
  height: 15rem;
  resize: vertical;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  padding: 10px 12px;
}
.policy_check {
  text-align: center;
}
.submit {
  text-align: center;
}
.submit_wrap {
  margin: 30px 0;
}
form#mailformpro label.mfp_not_checked {
  border: solid 2px orange;
}
form#mailformpro label.mfp_checked {
  border: solid 2px orange;
}
div.mfp_err {
  padding: 3px 0px 5px 0px;
  background: none;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  font-size: 1rem;
}
.mfp_element_submit,
.mfp_element_button {
  width: 50%;
  max-width: 180px;
  color: white;
  text-shadow: none;
  border: #f39700 2px solid;
  border-radius: 4px;
  background: none;
  background-color: #f39700;
  padding: 0.5rem;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
#mfp_button_cancel {
  border: #ccc 2px solid;
  background-color: #ccc;
}
.mfp_element_submit:hover,
.mfp_element_button:hover {
  color: #f39700;
  background: none;
  background-color: white;
}
#mfp_button_cancel:hover {
  color: #ccc;
  background: none;
  background-color: white;
}
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
  font-size: 1rem;
}
table#mfp_confirm_table tr.mfp_colored {
  background-color: white;
}

@media screen and (max-width: 800px) {
  div.mfp_buttons button {
    font-size: 1rem;
  }
}
