@charset "utf-8";
/* CSS Document */

.contents_klp {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.flexbox_klp {
  display: flex;
  justify-content: space-between;
  /* 横並び間のバランス */
  align-items: center;
  /* ← 画像とテキスト中央揃え */
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 20px 20px;
}

.flexbox_klp_spec {
  display: flex;
  justify-content: space-between;
  /* 横並び間のバランス */
  align-items: center;
  /* ← 画像とテキスト中央揃え */
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

.boxtop1_klp {
  flex: 1 1 0;
  max-width: calc(100% - 360px);
  /* 画像サイズ分引いた最大幅 */
}

.boxtop2_klp {
  width: 500px;              /* 幅は適宜調整 */
  display: flex;
  flex-direction: column;    /* 縦に並べる */
  align-items: center;       /* 中央揃え（横方向） */
  justify-content: center;   /* 必要なら縦方向中央揃え */
}

.boxtop2_klp img {
  max-height: 480px;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  margin-bottom: 20px;      /* 画像とボタンの間に余白を追加 */
}

@media screen and (max-width: 767px) {
  .boxtop2_klp {
    max-height: 250px;
    /* スマホではさらに高さ制限 */
  }

  .boxtop2_klp img {
    max-height: 100%;
  }
}

span.marker_klp_klp {
  background-color: rgba(187, 226, 241, 0.5);
  color: #222222;
  font-weight: bold;
}

span.marker_klp2 {
  background-color: rgba(187, 226, 241, 0.5);
  color: #222222;
  font-weight: bold;
}

span.number_klp {
  color: #2c94c7;
  font-weight: 600;
}

/* 見出し */
h4.klp_title4-1 {
  padding: 0.3em;
  margin-bottom: 1em;
  color: #404040;
  background: transparent;
  border-left: solid 12px #2c94c7;
  font-size: 1.8em;
}

h4.klp_title4-1 span {
  line-height: 1em;
}

h5.klp_title5-1 {
  color: #2c94c7;
  font-weight: bold;
  font-size: 1.5em;
  margin: 10px 20px 15px 20px;
  border-bottom: 1px solid #2c94c7;
}

h5.klp_title5-1 span {
  line-height: 1.5em;
}

h5.klp_title5-2 {
  color: #2c94c7;
  font-weight: bold;
  font-size: 1.5em;
  margin: 30px 0 15px 0;
  border-bottom: 1px solid #2c94c7;
}

h5.klpr_title5-3 {
  text-align: center;
  color: #2c94c7;
  font-weight: bold;
  font-size: 1.6em;
  margin: 30px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #2c94c7;
}

h5.klp_title5-4 {
  color: #404040;
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 8px 15px 8px;
}

h6.klp_title6-1 {
  color: #404040;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0;
  text-align: center;
}

h6.klp_title6-2 {
  color: #5f5f5f;
  font-weight: 600;
  font-size: 1.2em;
  padding-bottom: 0.8em;
  text-align: center;
}

h6.klp_title6-3 {
  color: #2c94c7;
  font-weight: 600;
  font-size: 1.4em;
  padding-top: 0.8em;
  text-align: center;
}

/* tab ここから*/
.wrap_klp {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 10px;
}

.wrap_klp:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #222;
  display: block;
  order: -1;
}

.label_klp {
  color: #ffffff;
  background: #808080;
  font-weight: bold;
  font-size: 1.4em;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 1px 10px 0 0;
  flex: 1;
}

.label_klp:not(:last-of-type) {
  margin-right: 5px;
}

.content_klptab {
  width: 100%;
  height: 0;
  overflow: hidden;
  MBity: 0;
}

/* アクティブなタブ */
.switch_klptab:checked+.label_klp {
  background: #222222;
}

.switch_klptab:checked+.label_klp+.content_klptab {
  height: auto;
  overflow: auto;
  padding: 50px;
  MBity: 1;
  transition: .5s MBity;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* ラジオボタン非表示 */
.switch_klptab {
  display: none;
}

/* tab css おわり */
/* table ここから*/
table.specdeta_klp {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #777;
  background: #fff;
  margin: auto;
}

table.specdeta_klp th {
  background: #fff;
  border: solid 1px #777;
  padding: 5px 15px 0px 15px;
  text-align: left;
  color: #222222;
}

table.specdeta_klp th img {
  width: 150px;
  height: 150px;
}

table.specdeta_klp td {
  background: #fff;
  border: solid 1px #777;
  padding: 10px 15px 10px 15px;
  text-align: left;
}

/* table_2 ここから*/
table.specdeta_klp_2 {
  border-collapse: collapse;
  width: auto;
  border: none 1px #fff;
  background: #fff;
  margin-left: 40px;
  margin-right: 40px;
}

table.specdeta_klp_2 th {
  background: #fff;
  border: none 1px #fff;
  padding: 5px 15px 0px 15px;
  text-align: left;
  color: #222222;
}

table.specdeta_klp_2 th img {
  width: 350px;
}

table.specdeta_klp_2 td {
  background: #fff;
  border: none 1px #222222;
  padding: 10px 15px 10px 15px;
  text-align: left;
}

/* ほか table ここから*/
table.features_klp {
  border-collapse: collapse;
  width: 95%;
  border: solid 1px #777;
  background: #fff;
  margin: auto;
  table-layout: fixed; /* th、tdの各セル幅均等 */
}

table.features_klp th {
  background: #fff;
  border: solid 1px #777;
  padding: 5px 15px 0px 15px;
  text-align: center;
  color: #222222;
}

table.features_klp td {
  background: #fff;
  border: solid 1px #777;
  padding: 10px 15px 10px 15px;
  text-align: right;
}

/* リスト ここから*/
ul.specdeta_klp {
  padding-left: 60px;
  padding-right: 40px;
}

li.specdeta_klp {
  list-style-type: circle;
  padding: 2px 5px 8px 0;
}

p.specdeta_klp_text {
  margin: auto;
  font-size: small;
  color: #777;
}

.speczone_klp {
  background: #ffffff;
  padding: 30px 30px 50px 30px;
  margin-bottom: 40px;
}

.zone_klp {
  background: #efffff;
  padding: 30px 30px 50px 30px;
  margin-bottom: 30px;
}

.infozone_klp {
  background: #fff;
  padding: 10px;
  margin-top: 30px;
}

/*トップ テキスト*/
.toptext_klp {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
}

.toptext_klp1 {
  margin-bottom: 1em;
  padding: 0;
  font-size: 2em;
  font-weight: bold;
  color: #444;
}

.toptext_klp2 {
  margin-bottom: 10px;
  padding: 0;
  font-size: 2em;
  font-weight: bold;
  color: #444;
}

.toptext_klp3 {
  margin: 2em 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #444;
}

.toptext_klp4 {
  padding: 0;
  font-size: 1em;
  font-weight: 500;
  color: #ffffff;
}

.toptext_klp5 {
  padding: 0;
  font-size: 1em;
  font-weight: lighter;
  color: #666;
  border-bottom: 1px solid #ddd;
  width: 400px;
}

.toptext_klp6 {
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 500;
  color: #666;
}

.toptext_klp7 {
  padding: 0;
  font-size: 0.8em;
  font-weight: 500;
  color: #666;
}

.toptext_klp8 {
  padding: 0;
  color: #eb6ea0;
  font-weight: bold;
}

.toptext_klp9 {
  padding: 0;
  color: #5f5f5f;
  font-weight: bold;
}

/*トップ テキスト FIN*/
/*インナー テキスト*/
.innertext_klp {
  padding: 0 0.5em;
  margin: 12px;
  font-size: 1em;
}

.innertext_klp2 {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

.innertext_klp3 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  text-align: center;
}

.innertext_klp4 {
  margin: 15px 5px 15px 5px;
  font-size: 1em;
}

.innertext_klp5 {
  margin-top: -1px;
  font-size: 1em;
}

.infotext_klp {
  margin: 0 10px;
  font-size: 1.4em;
  font-weight: 600;
  color: #404040;
  text-align: center;
}

/*インナー テキスト FIN*/
/* オプションボックス ここから*/
div.model_klp {
  background-color: #f5f5f5;
  width: 200px;
  margin: 2px 8px 60px 8px;
  height: auto;
  flex: 0 0 auto;
  /* 必須 */
}

p.model_klp-image,
p.model_klp-caption {
  text-align: center;
  /* 3.中央寄せ */
  margin: 0;
  /* 4.余白・間隔 */
}

p.model_klp-caption {
  font-size: 1em;
  /* 5.文字サイズ */
  color: #222222;
  /* 6.文字色 */
  text-align: left;
  margin: 0 12px;
  font-weight: bold;
}

p.model_klp-caption2 {
  font-size: 1em;
  /* 5.文字サイズ */
  color: #222222;
  /* 6.文字色 */
  text-align: left;
  margin: 0.2em 1em 1em 1em;
}

img.model_klp-img {
  border-bottom: solid thin #404040;
  width: 90%;
}

div.topcontainer_klp {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-start;
}

div.opac_container_klp {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}

/* top icon box */

div.topbox_klp {
  margin: 1px;
  padding: 4px 8px 4px 8px;
  border-radius: 8px;
  background-color: #2c94c7;
  color: #fff;
  font-size: 1em;
  white-space: nowrap;
  /* ←追加で必須 */
  max-width: 100%;
  /* ←保険的に追加してもOK */
  box-sizing: border-box;
  /* ←余白計算に影響を与えない */
}

div.topbox_klp2 {
  margin: 3px;
  padding: 0 8px;
  border-radius: 8px;
  background-color: #4169e1;
  color: #fff;
}

/*top iconbox fin*/
/*仕様 CSS*/
.contents_features_klp {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.flexbox_features_klp {
  display: flex;
  flex-wrap: wrap; /* 複数行に対応する場合 */
  gap: 20px; /* ← ここがポイント！ 要素間の均等な隙間を指定 */
}
	
.list_features_klp ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: flex-start;
}

.list_features_klp li {
  position: relative;
  width: calc(50% - 20px);
  box-sizing: border-box;
  padding-left: 1.2em;
  margin-bottom: 0; /* ここを調整 */
  line-height: 1.3; /* 行間少し狭く */
  word-break: break-word;
}

.list_features_klp li::before {
  content: "•"; /* 黒丸を自分で生成 */
  position: absolute;
  left: 0;
  top: 0; /* テキストと縦揃え調整が必要ならここ調整 */
  color: #333;
  font-weight: bold;
}

.contents_features2_klp {
  width: 100%;
  max-width: 1200px;
  margin: 3em auto 2em;
}

.box1_features_klp {
  width: 45%;
  margin: auto;
  vertical-align: top;
}

.box2_features_klp {
  width: 45%;
  margin: 0 0.5em;
}

.box2_features_klp ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
}

.box2_features_klp li {
  display: list-item;
}

.box3_features_klp {
  width: 45%;
  height: auto;
  margin: 0 auto;
  vertical-align: top;
}

.box4_features_klp {
  width: 95%;
  margin: auto;
  vertical-align: top;
}

.flexbox .box1_features_klp {
  width: 100%;
  margin: 0 auto;
}

.flexbox .box2_features_klp {
  width: 100%;
  margin: 0 auto;
  vertical-align: top;
}

.flexbox .box3_features_klp {
  width: 100%;
  margin: 0 auto;
}

.features_whitebox_klp {
  padding: 15px;
  margin-top: 30px;
  border: 3px dotted #2c94c7; /* ← ここで点線を指定 */
}

.features_whitebox_klp p {
  padding: 15px;
}

.dcr_application_klp {
  text-align: center; /* 子要素を中央揃えに */
  padding-bottom: 1em;
}

.dcr_application_klp img {
  display: inline-block; /* 中央寄せに必要な場合あり */
  max-width: 100%;       /* レスポンシブ対応（任意） */
  height: auto;
}

.text-center {
  text-align: center;
}

/*section*/
.sec1_klp {
  margin-bottom: 2em;
  overflow: hidden;
  /* ← margin-collapsingを防ぐ */
}

.sec2_klp {
  margin: 2em 0 0 0;
  overflow: hidden;
  /* ← margin-collapsingを防ぐ */
}

.spectext_klp {
  margin: 1em 0;
  color: #777;
}

.bt-icon {
  width: 48px;
  /* おすすめサイズ：12〜16px */
  height: auto;
  /* 縦横比を保つ */
  vertical-align: -10px;
  /* テキストと縦位置を揃える */
  margin-left: 1px;
  /* テキストとの間隔 */
}

.annotation_klp {
  font-size: 0.5em;
  color: #777;
  vertical-align: top;
}

/* ---------------------------------------------
   Top Button Styles
---------------------------------------------- */
.button01_klp {
  width: 80%;              /* 親幅いっぱいに広げる（必要に応じて調整） */
  display: flex;
  flex-direction: column;
  align-items: center;      /* ボタンとテキストも中央揃え */
}

.button01_klp a {
  display: flex;
  align-items: center;
  justify-content: space-around;

  position: relative;
  width: 100%;        /* ← 推奨 */
  max-width: none;    /* ← 推奨 */
  margin: 50px 10px;
  padding: 15px;

  background: #ffa500;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 3px 3px 4px #ddd;
  text-decoration: none;

  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Add arrow (→) like effect */
.button01_klp a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 6px;
  height: 6px;

  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: translateY(-50%) rotate(45deg);

  display: flex;
  align-items: center;
  justify-content: center;

  transition: right 0.3s ease-in-out;
}

/* Hover effect */
.button01_klp a:hover {
  background: #ffc966;
  color: #fff;
  text-decoration: underline;
}

.button01_klp a:hover::after {
  right: 1.4rem;
}

table.klp_spec {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #777;
  background: #fff;
  margin: auto;
}

table.klp_spec th {
  background: #fff;
  border: solid 1px #777;
  padding: 5px 15px 0px 15px;
  text-align: left;
  color: #333333;
}

table.klp_spec th img {
  width: 150px;
  height: 150px;
}

table.klp_spec td {
  background: #fff;
  border: solid 1px #777;
  padding: 10px 15px 10px 15px;
  text-align: left;
}

p.klp_spec_text {
  margin: auto;
  font-size: small;
  color: #777777;
}