@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.date {
  color: #949494;
  margin: 10px auto;
  text-align: right;
}

.both-row-column table.hkk2 {
  width: 100% !important;
  border-top: none;
}

table.hkk1, table.hkk2 {
  margin: 0;
}

.both-row-column table.hkk2 tr td, .both-row-column table.hkk1 tr td {
  width: 25%;
}

.both-row-column .hkk2 tr:first-child td {
  background: #f9f4f2;
}

.both-row-column .hkk2 tr:first-child td:first-child {
  background: #c5b6ad;
}

.grad-wrap {
  position: relative;
  margin-bottom: 5rem;
}

.grad-wrap+.grad-wrap {
  margin-top: 40px;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -3rem;
  left: 0;
  width: 150px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #41413f;
  color: #fff;
  /* font-size: 1.3rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.grad-btn::after {
  content: "もっと見る"
}

.grad-btn:hover {
  background: #fff;
  color: #41413f;
}

.grad-btn .fa {
  margin-right: .5em;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 0rem;
}

.grad-item p+p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  z-index: 1;
}

.grad-trigger {
  display: none;
}

.grad-trigger:checked~.grad-btn {
  bottom: -2em;
}

.grad-trigger:checked~.grad-btn::after {
  content: "閉じる"
}

.grad-trigger:checked~.grad-btn .fa {
  transform: rotate(180deg);
}

.grad-trigger:checked~.grad-item {
  height: auto;
}

.grad-trigger:checked~.grad-item::before {
  display: none;
}

.lower_bottom .grad-wrap p, .lower_bottom .grad-wrap>br {
  display: none;
}

iframe {
  margin: 0 auto;
  display: block;
}

/*下層ページ　特徴まとめ*/
.feature-summary {
  padding: 25px;
  border: 1px dotted #333333;
  border-radius: 5px;
  background-color: #F9F4F2;
  margin: 30px 20px 10px;
}

/*TOPページ　比較表外部リンクボタン*/
.btn-table {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #c92d4e;
  color: #FFF;
  border-bottom: solid 4px #8a2b3f;
  border-radius: 3px;
}

.boxbtn3 ul li a {
  padding: 20px 15px 30px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #7b7a7a;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none !important;
  color: #333 !important;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.boxbtn3 ul li a:hover {
  background: #7b7a7a;
  text-decoration: none;
  color: #fff !important;
}

.boxbtn3 ul li a:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 49%;
  padding: 5px;
  border-bottom: 2px solid #7b7a7a;
  border-right: 2px solid #7b7a7a;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.boxbtn3 ul li a:hover:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 49%;
  padding: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.column_record {
  border: solid 4px #fcad9d;
  display: block;
  width: 90%;
  margin: auto;
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px;
  background-color: #fff;
}

.column_record ul li {
  padding-left: 22px;
  margin: 0 0 5px;
  position: relative;
  display: block;
  background: none !important;
  border-bottom: solid 1px #ff9933;
  margin-bottom: 10px;
  padding: 0px 0px 5px 0px;
}

.column_record li span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fdfd85 0%) repeat scroll 0 0;
  font-weight: bold;
  line-height: 1.8;
}

.heading {
  padding: 0rem 1rem !important;
  border-left: 6px double #000 !important;
  font-weight: bold !important;
}

ul.column_record li {
  display: block;
  background: none !important;
  border-bottom: solid 1px #ff9933;
  margin-bottom: 10px !important;
  padding: 0px 0px 5px 0px !important;
  margin-left: 22px !important;
}

.column_record li:before {
  background: none !important;
}

.center {
  text-align: center;
}

.contents-left ul.column_record {
  margin: auto;
}

.l-header__sitename {
  display: flex;
  align-items: center;
}

.l-header__sitename::before {
  background: #000;
  color: #fff;
  content: "PR";
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 8px;
  padding: 0 1rem;
}

.l-footer-copy a::before {
  content: "【PR】";
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

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

  /*下層ページ　特徴まとめ*/
  .feature-summary {
    padding: 25px;
    border: 1px dotted #333333;
    border-radius: 5px;
    background-color: #F9F4F2;
    margin: 30px 20px 10px;
  }

  /*TOPページ　比較表外部リンクボタン*/
  .btn-table {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #c92d4e;
    color: #FFF;
    border-bottom: solid 4px #8a2b3f;
    border-radius: 3px;
  }


  .boxbtn3 ul li a {
    padding: 20px 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #7b7a7a;
    display: block;
    text-align: center;
    position: relative;
    text-decoration: none !important;
    color: #333 !important;
  }

  .boxbtn3 ul li a:hover {
    background: #7b7a7a;
    text-decoration: none;
    color: #fff !important;
  }

  .boxbtn3 ul li a:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 49%;
    padding: 5px;
    border-bottom: 2px solid #7b7a7a;
    border-right: 2px solid #7b7a7a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .boxbtn3 ul li a:hover:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 49%;
    padding: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .column_record {
    border: solid 4px #fcad9d;
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #fff;
  }

  ul.column_record li {
    display: block;
    background: none !important;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
    padding-left: 2.2rem;
  }

  .column_record li span {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fdfd85 0%) repeat scroll 0 0;
    font-weight: bold;
    line-height: 1.8;
  }

  .heading {
    padding: 0rem 1rem !important;
    border-left: 6px double #000 !important;
    font-weight: bold !important;
  }

  .column_record li:before {
    background: none !important;
  }

  .center {
    text-align: center;
  }

  .date p {
    font-size: 12px;
    width: 94%;
  }

  table.hkk1 .btn-table {
    padding: 0;
    width: 100%;
    margin-top: 5px;
  }

  table.hkk1 .btn-table a {
    padding: 5px;
    display: block;
    font-size: 11px;
    line-height: 1.3;
  }

  .both-row-column table.hkk2 tr td, .both-row-column table.hkk1 tr td {
    vertical-align: middle;
    line-height: 1.3;
    padding: 8px;
  }

  iframe {
    width: 90%;
    height: auto;
  }

  .l-header__sitename::before {
    min-width: 40px;
  }

}

/* 家アイコンを非表示に  */
.contents_top .top-title h3::before, .underlayer-title h2::before{
	    background: none;
}