@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

table.hkk1 td,
table.hkk2 td {
    padding: 6px;
}
.citation-scroll-box {
    text-decoration: none;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;
    display: block;
    width: 100%;
	margin: 0 auto 10px;
	    max-width: 160px;
}
.citation-scroll-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.citation-scroll-box::-webkit-scrollbar {
    height: 5px;
}
.citation-scroll-box::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}
.citation-scroll-box br {
    display: none;
}

#page .slider-area .slider .slider-nav-wrap {
    display: none;
}

p.bnr a {
    position: fixed;
    height: auto;
    right: 0;
    bottom: 12rem;
    z-index: 1000;
}
p.bnr a:hover {
    opacity: 0.5;
}
#page .slick-track {
    display: flex;
}
#page .slider-area .slider .slider-for {
    position: relative;
    margin: 0 auto;
    float: none;
    padding: 0 5rem;
    width: 100%;
}
.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 25px 5px 25px;
  border-left: 6px solid #c2314c; /* 訴求カラーライン */
  background-color: #fff5f5; /* やや明るめに */
  border-radius: 6px;
  margin: 30px 20px 10px;
  font-size: 1rem;
  line-height: 1.8;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* 軽い影で浮かせる */
}

.feature-summary-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #c2314c;
  margin-bottom: 12px;
  border-bottom: 1px solid #c2314c;
  display: inline-block;
  padding-bottom: 4px;
}


/*TOPページ　比較表外部リンクボタン*/
.btn-table {
  display: inline-block;
  padding: 0.5em;
  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】";
}

.slide-info {
    padding: 8% 8% 0;
    position: relative;
    min-height: 180px;
}
.slide-info .slider .slick-track {
  display: flex;
  align-items: center;
}
.slide-info .slider img {
    margin: 0 auto;
    height: auto;
    width: auto;
    max-height: 300px;
    max-width: 94%;
}
.slide-info .slick-prev,
.slide-info .slick-next {
    width: 26px;
    height: 26px;
    z-index: 2;
    background: #666;
    border-radius: 50%;
    top: 44%;
}
.slide-info .slick-prev {
      left: -6px;
}
.slide-info .slick-next {
  right: -6px;
}
.slide-info .slick-prev:before,
.slide-info .slick-next:before {
  content: "";
  position: absolute;
top: 67%;
    width: 10px;
    height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: block;
  opacity: 1;
  margin-top: -10px;
  box-sizing: border-box;
}
.slide-info .slick-prev:before {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
    right: 6px;
}
.slide-info .slick-next:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 6px;
}
.quote-text {
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: 1.2;
  text-align: center;
  margin: 4px auto;
  word-break: break-all;
  color: #aaa;
  text-decoration: none;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;
}
.quote-text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.quote-text::-webkit-scrollbar {
    height: 5px;
}
.quote-text::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}

.list3 {
    display: flex;
    justify-content: space-between;
}
.list3box {
    width: 32%;
    text-align: center;
}
.list3box2 {
    border: 4px solid #000;
	    padding: 10px;
}
.list3box2 .sub {
    color: #ffffff;
    padding: 10px;
    background-color: #978177;
    font-weight: bold;
    border-bottom: 4px solid #000;
	    margin: -10px;
}
.list3box2 .name {
    font-weight: bold;
    font-size: 18px;
       margin: 30px auto 0;
}
.list3box2 .txt_bold {
    font-weight: bold;
}
.list3box2 ul {
    min-height: 230px;
}


/* oki_20250630 -*/
span.catch-banner {
    display: inline-block;
    background: #ffb50054;
    color: #333;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 3px;
}

/* oki_20250711 -*/
.microcopy-top,
.microcopy-bottom {
  background-color: #fff5f5;
  color: #d44560; /* ボタンと同系統で明るめに */
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1px 12px;
  margin: 8px auto;
  text-align: center;
  border-radius: 6px;
  max-width: 100%;
  text-decoration: underline;
}

#contents p.btn-more {
    background: #744745;
    border-radius: 50px;
    box-shadow: 0px 3px 0px #b32e05;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 30px auto 40px !important;
    padding: 10px 40px 10px 40px;
    position: relative;
    text-align: center;
    width: 240px;
}
    #contents p.more-close {
      background:#666;
      box-shadow: 0px 3px 0px #333;
    }
    #contents p.btn-more:after {
      content: '+';
      position: absolute;
      top: 50%;
      right: 8px;
      margin-top: -15px;
      height: 30px;
      width: 30px;
      font-size: 28px;
      line-height: 1;
      text-align: center;
      display: inline-block;
    }
    #contents p.btn-more.more-close:after {
      content: '－';
    }
    #contents p.btn-more:hover {
      opacity: 0.7;;
    }

    .image-text__image.image-center {
        min-height: 120px;
        margin-bottom: unset;
    }


/* ZEH定義ボックスのスタイル */
.zeh-definition-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.zeh-box-title {
    background: #eef4f9; /* サイトのメインカラーに合わせて調整可 */
    color: #333;
    font-weight: bold;
    padding: 12px 15px;
    margin: 0;
    font-size: 1.1em;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.zeh-box-inner {
    padding: 20px;
}

/* 仕組みリスト */
.mechanism-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.mechanism-list li {
    margin-bottom: 15px;
    padding-left: 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

.mechanism-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mechanism-head {
    display: block;
    font-weight: bold;
    color: #0066cc; /* 強調色（必要に応じて変更） */
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.mechanism-head::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff9900;
    font-weight: bold;
}

.mechanism-desc {
    margin: 0;
    font-size: 0.95em;
    line-height: 1.6;
}

/* 結論エリア */
.mechanism-conclusion {
    background: #fff;
    border: 2px solid #ffcc66; /* 目立つ色味 */
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
}

.mechanism-conclusion p {
    margin: 0;
    font-size: 1em;
    line-height: 1.6;
}

/* PRコンテンツブロック 全体枠とベースカラー */
.pr-contents-block {
    background-color: #fffdf7; /* 薄いイエローベースの背景 */
    border: 1px solid #e5d8c8; /* 馴染むボーダー色 */
    padding: 20px 25px 30px;
    margin: 40px 0;
    font-family: sans-serif;
    color: #333;
}

/* float解除用 clearfix */
.pr-contents-block .cf::after {
    content: "";
    display: block;
    clear: both;
}

/* PRタイトルとバッジ */
.pr-contents-block .pr-title {
    font-size: 1.2em;
    font-weight: bold;
    color: saddlebrown;
    border-top: 3px solid #e67e22; /* メインのオレンジ */
    border-bottom: 1px solid #333;
    padding: 12px 0;
    margin-top: 0;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.pr-contents-block .pr-badge {
    background-color: #e67e22;
    color: #fff;
    font-size: 0.75em;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 12px;
    line-height: 1;
}

/* 画像とキャプション */
.pr-contents-block .float-wrap.ct {
    text-align: center;
    margin-bottom: 25px;
}

.pr-contents-block .float-img {
    margin-bottom: 15px;
}

.pr-contents-block .float-img.fr {
    float: right;
    width: 45%; /* 2カラムレイアウト用 */
    margin-left: 4%;
    margin-bottom: 10px;
}

.pr-contents-block .flame img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd; /* 画像の枠線 */
    display: block;
}

.pr-contents-block .caption {
    font-size: 0.75em;
    color: #666;
    text-align: center;
    margin-top: 8px;
    line-height: 1.4;
}

.pr-contents-block .caption a {
    color: #666;
    text-decoration: underline;
}

/* テキストとマーカー（ハイライト） */
.pr-contents-block p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 0.95em;
}

/* 画像のようにspanタグを黄色マーカー風にする */
.pr-contents-block p span {
    background: linear-gradient(transparent 60%, #ffeaa7 60%);
    font-weight: bold;
}

/* 特徴見出し（帯デザイン） */
.pr-contents-block .feature-heading {
    background-color: #fff2e0; /* 薄いオレンジの帯 */
    border-left: 5px solid #e67e22;
    padding: 12px 15px;
    font-size: 1.05em;
    font-weight: bold;
    margin: 35px 0 15px;
    display: flex;
    align-items: center;
}

.pr-contents-block .feature-icon {
    /* 参考画像のようなアイコン（ここではオレンジのチェックマークSVGをインラインで指定） */
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23e67e22" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

/* CTAボタン */
.pr-contents-block .btn-web {
    text-align: center;
    margin: 40px 0 15px;
}

.pr-contents-block .btn-web a {
    display: inline-block;
    background-color: #e62222; /* 参考画像のような目立つ赤色 */
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    transition: 0.3s;
    position: relative;
    width: 80%;
    max-width: 400px;
}

/* ボタン右端の矢印「→」 */
.pr-contents-block .btn-web a::after {
    content: "→";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.pr-contents-block .btn-web a:hover {
    opacity: 0.85;
    transform: translateY(2px);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}

.pr-contents-block .btn-tel {
    text-align: center;
    margin-bottom: 40px;
}

.pr-contents-block .btn-tel a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    font-size: 0.9em;
}

/* 会社情報テーブル */
.pr-contents-block .company-info-title {
    font-size: 1.1em;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-weight: bold;
}

.pr-contents-block .company-info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}

.pr-contents-block .company-info-table th,
.pr-contents-block .company-info-table td {
    border: 1px solid #e5d8c8;
    padding: 12px 15px;
}

.pr-contents-block .company-info-table th {
    background-color: #fdf6ec; /* 薄いオレンジ背景 */
    width: 30%;
    text-align: left;
    font-weight: bold;
}

.pr-contents-block .company-info-table td {
    background-color: #fff;
}

/* 比較表アコーディオン */
.compare-accordion {
    margin-bottom: 30px;
    border: 2px solid #e5d8c8;
    padding: 15px;
    border-radius: 5px;
    background: #fdfbf7;
}

.compare-accordion__summary {
    font-weight: bold;
    color: #e67e22;
    cursor: pointer;
    outline: none;
    font-size: 1.1em;
}

/* アコーディオン開閉時の矢印調整（お好みで） */
.compare-accordion__summary::-webkit-details-marker {
    display: none;
}

.compare-accordion__content {
    margin-top: 15px;
    overflow-x: auto; /* スマホでの横スクロール対応 */
}

.compare-accordion__note {
    font-size: 0.9em;
    margin-bottom: 10px;
}

.compare-accordion__table {
    width: 100%;
    text-align: center;
    min-width: 600px; /* 表が崩れないための最低幅 */
    background: #fff;
    border-collapse: collapse;
}

.compare-accordion__table th,
.compare-accordion__table td {
    padding: 8px;
    border: 1px solid #ccc;
}

.compare-accordion__table thead tr {
    background-color: #f5f5f5;
}

/* 左揃えと太字のユーティリティクラス */
.compare-accordion__table .td-left {
    text-align: left;
}
.compare-accordion__table .txt_bold {
    font-weight: bold;
}

.recommend-module {
    background: #fdfbf7;
    border: 2px solid #e5d8c8;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
}

.recommend-module__title {
    font-weight: bold;
    color: #e67e22;
    margin-bottom: 10px;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

.image-text__image img {
    width: 100％;
}


}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

  /*下層ページ　特徴まとめ*/
  .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;
  }

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

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

.slide-info {
    padding-top: 2%;
}
.slide-info .slick-prev,
.slide-info .slick-next {
    top: 50%;
}
  .slide-info .slick-prev {
    left: 0px;
    width: 26px;
    height: 26px;
  }
  .slide-info .slick-prev:before {
    width: 10px;
    height: 10px;
    right: 6px;
  }
  .slide-info .slick-next {
    right: 0px;
    width: 26px;
    height: 26px;
  }
  .slide-info .slick-next:before {
    width: 10px;
    height: 10px;
    left: 6px;
  }	
.slide-info .slider img {
    width: 100%;
}	
.list3 {
    display: block;
}	
.list3box {
    width: 100%;
    overflow: hidden;
}
.slide-info,
.list3box2 ul {
    min-height: unset;
}	
#page .slider-area {
    overflow: hidden;
}	
	

	
p.bnr a {
    width: 100%;
    bottom: 0;
}
.l-pagetop__link {
    bottom: 7rem;
}

.l-footer-area {
    padding-bottom: 10rem;
}

.citation-scroll-box {
    max-width: 68px;
}	
.image-text__image.image-center {
        min-height: 45px;
    }

	.pr-contents-block .float-img.fr {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .pr-contents-block .btn-web a {
        width: 100%;
        padding: 15px 20px;
    }

	
	
	
	
	
	
	

	
}