body {
  background: #f2f4f5;
  color: #112244;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.m-0 {
    margin: 0 !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
hr.wrapper-divider {
    margin-bottom: 43px;
}
.wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 1000px;
}

.main-title-text {
    margin: 100px 0;
    font-size: 36px;
}
@media only screen and (max-width: 999px) {
.main-title-text {
    font-size: 26px;
}
}


.hero__heading {
    color: #ffffff;
    padding: 0;
    text-shadow: 1px 0 5px black;
}

.heading__primary {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.heading__primary {
    font-size: 36px;
    line-height: 1.3;
    padding: 20px 0;
}
}
.hero__paragraph {
    color: #ffffff;
    padding-bottom: 20px;
    text-shadow: 1px 0 5px black;
}

.paragraph__primary {
  font-size: 22px;
}
@media only screen and (max-width: 999px) {
  .paragraph__primary {
    font-size: 16px;
}
}
@media only screen and (max-width: 1023px) {
  .paragraph__primary {
    font-size: 18px;
  }
}

.paragraph__secondary {
  font-size: 16px;
}

@media only screen and (min-width: 1024px) {
  .paragraph__secondary {
    font-size: 18px;
  }
}

.white-section-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .white-section-title {
    font-size: 22px;
    margin-bottom: 32px;
	white-space: nowrap;
  }
}

.white-section-title p {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 400;
}

.white-section-description {
  font-size: 16px;
}

.white-bg-wrapper {
  background: #fff;
  padding: 20px 12px 20px 12px;
  margin: 25px auto;
}

@media only screen and (min-width: 768px) {
  .white-bg-wrapper {
    max-width: 850px;
    margin: 50px auto;
    padding: 20px 25px 5px 25px;
  }
}
.white-bg-wrapper p {
	margin-bottom: 35px;
}

.white-bg-wrapper img {
	max-width: 100%;
	height: auto;
}

.second-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
    .second-title {
        font-size: 28px;
        margin-bottom: 50px;
    }
}

.sys-dev:last-of-type {
  padding-bottom: 35px;
}

.sys-dev__hero {
/*   background-color: #00204d; */
	background: white !important;
/*   background: url(../img/sys-dev-hero.png) !important; */
  background-repeat: no-repeat;
  padding: 30px 0;
}
@media only screen and (max-width: 999px) {
  .sys-dev__hero {
  padding: 10px 0;
}
}
.sys-dev__box {
  width: 850px;
  margin: -16px auto 0;
}

@media only screen and (max-width: 867px) {
  .sys-dev__box {
    margin: 0 auto;
    max-width: 100%;
  }
}

.sys-dev__heading-desc {
  font-size: 16px;
  line-height: 1.5;
  margin: -23px 0 25px;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .sys-dev__heading-desc {
    padding: 0 0;
  }
}

.sys-dev__wrapper {
  background-color: #ffffff;
  padding: 25px 25px 1px;
}

@media only screen and (max-width: 767px) {
  .sys-dev__wrapper {
    padding: 20px 20px 1px;
  }
}

.sys-dev__queries {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .sys-dev__queries {
    font-size: 18px;
  }
}

.sys-dev__desc {
  font-size: 16px;
  line-height: 1.5;
}

.sys-dev__queries-box {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .sys-dev__queries-box {
    margin-bottom: 20px;
  }
}

/*---関連リンク---*/

@media only screen and (max-width: 999px) {
.wrapper-column-list {
    margin: 0 auto;
    width: auto;
    padding: 5px;
}
}
.real-state__desc-box {
    margin-bottom: 35px;
}
.real-state__desc {
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.bottom-button-section h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 22px;
}

@media only screen and (min-width: 768px) {
  .bottom-button-section h2 {
    font-size: 36px;
    margin-bottom: 45px;
  }
}

.bottom-button-section .buttons {
  text-align: center;
  margin-bottom: 23px;
}

@media only screen and (min-width: 768px) {
  .bottom-button-section .buttons {
    margin-bottom: 45px;
  }
}

.bottom-button-section .buttons h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .bottom-button-section .buttons h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.bottom-button-section .buttons a {
  margin-bottom: 10px;
}

.btn__primary {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  color: #0077ff;
  font-size: 16px;
  line-height: 1.3;
  padding: 9px 35px;
  border: 1px solid #0077ff;
  font-weight: 700;
}

@media only screen and (max-width: 999px) {
  .btn__primary {
  width: auto;
  margin: 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  .btn__primary {
    width: 600px;
    font-size: 18px;
  }
}

.btn__primary:hover {
  color: #0077ff;
}

.btn__primary i {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -9px;
}

.btn__secondary {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  color: #0077ff;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  padding: 32px 0 0;
}

.btn__secondary i {
  position: absolute;
  top: 50%;
  margin-top: 8px;
}

@media only screen and (min-width: 400px) {
  .btn__secondary i {
    right: 42%;
    margin-right: -128px;
  }
}

.btn--converter-portal {
  background-color: transparent;
  width: auto !important;
  padding-right: 20px;
	color: #007bff;
	border: none !important;
}

.btn--converter-portal i {
  right: 0 !important;
}

.btn--no-arrow {
  width: 100% !important;
  color: #0077ff;
  position: relative;
  text-align: left !important;
}

.btn--no-arrow i {
  position: absolute;
  left: 75%;
  margin-left: 52px;
  top: 50%;
  margin-top: -8px;
}

.btn--close::after {
  content: none;
}

.btn-result {
  font-size: 16px;
  font-weight: 700;
  color: #0077ff;
  width: 220px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .btn-result {
    width: 100%;
  }
}

.btn-result--active, .btn-result:hover, .btn-result:active {
  color: #c2cad9;
}

.back-to-archive {
    margin: 30px auto;
    text-align: center;
}
.back-to-archive a {
    text-decoration: underline;
}
@media only screen and (max-width: 999px) {
.back-to-archive {
    margin: 0 0 20px;
    text-align: center;
}
}



/*---不動産コラムレイアウト調整---*/
.column-wrap {
    font-feature-settings: "palt" 1, "liga", "clig", "kern";
}

.column-wrap h1 {
    line-height: 1.4;
    font-size: 1.8rem;
    margin-bottom: 5px;
}
.column-wrap h2 {
    color: #fff;
    background-color: #56899d;
    font-size: 1.625rem;
    line-height: 1.5;
    padding: 10px 20px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.column-wrap h2:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #666;
}

.column-wrap h3 {
    font-size: 1.4375rem;
    line-height: 1.5;
    margin-bottom: 15px;
    border-left: 4px solid #ff8c72;
    background-color: #fff9e0;
    color: #2a2a2a;
    padding: 15px 0 13px 13px;
}

.column-wrap h4 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #dc3545;
}

.white-bg-wrapper.column-wrap p {
    margin-bottom: 1em;
    line-height: 1.8;
}
.column-wrap ul {
    padding: 0px 10px 1em;
}

@media screen and (max-width: 767.9px){

.column-wrap h1 {
    line-height: 1.4;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.column-wrap h2 {
    color: #fff;
    background-color: #56899d;
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 10px 10px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.column-wrap h3 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-bottom: 15px;
    border-left: 4px solid #ff8c72;
    background-color: #fff9e0;
    color: #2a2a2a;
    padding: 10px;
}
}


.column_table th, .column_table td {
    border: 1px solid #ccc;
    padding: 5px;
}

/* 上の見出し */
.column_table thead th {
  background-color: #4A90E2;
  color: white;
}

/* 左の見出し */
.column_table tbody th {
  background-color: #f8f9fa;
  text-align: left;
  width: 30%;
}

/* 表全体の枠線など */
table.alignleft {
  border-collapse: collapse;
  width: 100%;
}



/* 1. 外側の囲いに横スクロールを許可する */
.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* スマホで滑らかにスクロールさせる */
  margin-bottom: 1em;
}

/* 2. テーブル本体の設定 */
table.alignleft {
  border-collapse: collapse;
  width: 100%;
  /* ↓ここが重要！スマホでも潰れない幅を指定します */
  min-width: 650px; 
}

/* 既存のスタイル */
table.alignleft th, 
table.alignleft td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
  /* 文字を勝手に改行させたくない場合は以下を追加 */
  white-space: nowrap; 
}

/* 「特徴」列など、長い文章が入る列だけは改行を許す設定 */
table.alignleft td:last-child {
  white-space: normal;
  min-width: auto; /* 特徴列の幅を確保 */
}

/* 1行目（thead）の色 */
table.alignleft thead th {
  background-color: #f2f2f2;
}

/* 1列目（tbody内のth）の色 */
table.alignleft tbody th {
  background-color: #f2f2f2;
  width: auto;
}

table.alignleft tr:first-child {
    background: #fafafa;
}
table.alignleft td:first-child {
    background: #f2f2f2;
}

@media screen and (max-width: 767.9px){
table.alignleft th, table.alignleft td {
    padding: 10px;
}
table.alignleft td:last-child {
  white-space: normal;
  min-width: 200px; /* 特徴列の幅を確保 */
}
}


/* 目次プラグイン調整 */

#ez-toc-container {
padding: 10px 20px 10px 20px;
}

#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
    text-align: left;
}
