@charset "utf-8";
/* CSS Document */

.contents_slp {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.flexbox_slp {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.boxtop1_slp {
  flex: 1;
  min-width: 300px;
  max-width: 800px; /* ← タグが画像側へ広がらないように制限 */
}

.boxtop2_slp {
  width: 280px;
  flex-shrink: 0;
}

.boxtop2_slp img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .boxtop2_slp {
    max-height: 250px; /* スマホではさらに高さ制限 */
  }

  .boxtop2_slp img {
    max-height: 100%;
  }
}

span.marker_slp_slp {
    background-color: rgba(187, 226, 241, 0.5);
    color: #222222;
    font-weight: bold;
}

span.marker_slp2 {
    background-color: rgba(187, 226, 241, 0.5);
    color: #222222;
    font-weight: bold;
}

span.number_slp {
    color: #ec6800;
    font-weight: 600;
}

/* 見出し */
h4.slp_title4-1 {
    padding: 0.3em;
    color: #404040;
    background: transparent;
    border-left: solid 12px #ec6800;
    font-size: 1.8em;
}

h4.slp_title4-1 span {
    line-height: 1em;
}

h5.slpr_title5-1 {
    color: #ec6800;
    font-weight: bold;
    font-size: 1.5em;
    margin: 10px 20px 15px 20px;
    border-bottom: 1px solid #ec6800;
}

h5.slpr_title5-1 span {
    line-height: 1em;
}

h5.slp_title5-2 {
    color: #ec6800;
    font-weight: bold;
    font-size: 1.5em;
    margin: 30px 0px 15px 0;
    border-bottom: 1px solid #ec6800;
}

h5.slpr_title5-3 {
    text-align: center;
    color: #ec6800;
    font-weight: bold;
    font-size: 1.6em;
    margin: 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ec6800;
}

h5.slp_title5-4 {
    color: #4169e1;
    font-weight: bold;
    font-size: 1.5em;
    margin: 10px 20px 15px 20px;
}

h6.slp_title6-1 {
    color: #404040;
    font-weight: 600;
    font-size: 1.2em;
    margin: 0;
    text-align: center;
}

h6.slp_title6-2 {
    color: #5f5f5f;
    font-weight: 600;
    font-size: 1.2em;
    padding-bottom: 0.8em;
    text-align: center;
}

/* tab ここから*/
.wrap_slp {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 10px;
}

.wrap_slp:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #4169e1;
    display: block;
    order: -1;
}

.label_slp {
    color: #ffffff;
    background: #c0c0c0;
    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_slp:not(:last-of-type) {
    margin-right: 5px;
}

.content_slptab {
    width: 100%;
    height: 0;
    overflow: hidden;
    MBity: 0;
}

/* アクティブなタブ */
.switch_slptab:checked+.label_slp {
    background: #4169e1;
}

.switch_slptab:checked+.label_slp+.content_slptab {
    height: auto;
    overflow: auto;
    padding: 50px;
    MBity: 1;
    transition: .5s MBity;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* ラジオボタン非表示 */
.switch_slptab {
    display: none;
}

/* tab css おわり */
/* table ここから*/
table.specdeta_slp {
    border-collapse: collapse;
    width: 100%;
    border: solid 1px #777;
    background: #fff;
    margin: auto;
}

table.specdeta_slp th {
    background: #fff;
    border: solid 1px #777;
    padding: 5px 15px 0px 15px;
    text-align: left;
    color: #333333;
}

table.specdeta_slp th img {
    width: 150px;
    height: 150px;
}

table.specdeta_slp td {
    background: #fff;
    border: solid 1px #777;
    padding: 10px 15px 10px 15px;
    text-align: left;
}

/* table_2 ここから*/
table.specdeta_slp_2 {
    border-collapse: collapse;
    width: auto;
    border: none 1px #fff;
    background: #fff;
    margin-left: 40px;
    margin-right: 40px;
}

table.specdeta_slp_2 th {
    background: #fff;
    border: none 1px #fff;
    padding: 5px 15px 0px 15px;
    text-align: left;
    color: #333333;
}


table.specdeta_slp_2 th img {
    width: 350px;
}

table.specdeta_slp_2 td {
    background: #fff;
    border: none 1px #777;
    padding: 10px 15px 10px 15px;
    text-align: left;
}

/* リスト ここから*/
ul.specdeta_slp {
    padding-left: 60px;
    padding-right: 40px;
}

li.specdeta_slp {
    list-style-type: circle;
    padding: 2px 5px 8px 0;
}

p.specdeta_slp_text {
    margin: auto;
    font-size: small;
    color: #777777;
}

.zone_slp {
    background: #fff4e6;
    padding: 30px;
}

.infozone_slp {
    background: #fff;
    padding: 10px;
}

/*トップ テキスト*/
.toptext_slp {
  color: #444;
  font-size: 1.2em;
  font-weight: 300;
}

.toptext_slp1 {
    margin-bottom: 0;
    padding: 0;
    font-size: 4em;
    font-weight: bold;
    color: #444;
	font-weiget: 600;
}

.toptext_slp2 {
    margin-bottom: 10px;
    padding: 0;
    font-size: 2em;
    font-weight: bold;
    color: #444;
}

.toptext_slp3 {
	margin: 2em 0;
    font-size: 1.4em;
    font-weight: bold;
    color: #444;
}

.toptext_slp4 {
    padding: 0;
    font-size: 1em;
    font-weight: 500;
    color: #ffffff;
}

.toptext_slp5 {
    padding: 0;
    font-size: 1em;
    font-weight: lighter;
    color: #666;
    border-bottom: 1px solid #ddd;
    width: 400px;
}

.toptext_slp6 {
    padding: 0;
    font-size: 1em;
    font-weight: 500;
    color: #666;
}

.toptext_slp7 {
    padding: 0;
    font-size: 0.8em;
    font-weight: 500;
    color: #666;
}

.toptext_slp8 {
    padding: 0;
    color: #eb6ea0;
    font-weight: bold;
}

.toptext_slp9 {
    padding: 0;
    color: #5f5f5f;
    font-weight: bold;
}

/*トップ テキスト FIN*/
/*インナー テキスト*/
.innertext_slp {
    padding: 0 0.5em;
    margin: 12px;
    font-size: 1em;
}

.innertext_slp2 {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

.innertext_slp3 {
    padding: 0;
    margin: 0;
    font-size: 1em;
    text-align: center;
}

.innertext_slp4 {
    margin: 15px 5px 15px 5px;
    font-size: 1em;
}

.innertext_slp5 {
    margin: -15px 5px;
    font-size: 1em;
}

.infotext_slp {
    margin: 0 10px;
    font-size: 1.4em;
    font-weight: 600;
    color: #404040;
    text-align: center;
}

/*インナー テキスト FIN*/
/* オプションボックス ここから*/
div.model_slp {
    background-color: #f5f5f5;
    width: 260px;
    float: left;
    /* 左に配置 */
    margin: 2px 8px 60px 8px;
    /* 周囲の余白 */
    height: 350px;
}

p.model_slp-image,
p.model_slp-caption {
    text-align: center;
    /* 3.中央寄せ */
    margin: 0;
    /* 4.余白・間隔 */
}

p.model_slp-caption {
    font-size: 1em;
    /* 5.文字サイズ */
    color: #222222;
    /* 6.文字色 */
    text-align: left;
    margin: 0 12px;
    font-weight: bold;
}

p.model_slp-caption2 {
    font-size: 1em;
    /* 5.文字サイズ */
    color: #222222;
    /* 6.文字色 */
    text-align: left;
    margin: 0.2em 1em 1em 1em;
}

img.model_slp-img {
    border-bottom: solid thin #404040;
    width: 90%;
    margin: 10px 0;
}

div.topcontainer_slp {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 4px; /* ← タグ同士の間隔 */
    max-width: 100%;
}

/* top icon box */
div.topbox_slp {
    margin: 2px;
    padding: 4px 8px 2px 8px;
    border-radius: 8px;
    background-color: #4169e1;
    color: #fff;
    font-size: 1.2em;
    white-space: nowrap;     /* ←追加で必須 */
    max-width: 100%;         /* ←保険的に追加してもOK */
    box-sizing: border-box;  /* ←余白計算に影響を与えない */
}

div.topbox_slp2 {
    margin: 3px;
    padding: 0 8px;
    border-radius: 8px;
    background-color: #4169e1;
    color: #fff;
}

/*top iconbox fin*/
/*仕様 CSS*/
.contents_features_slp {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.flexbox_features_slp {
    display: flex;
}

.box1_features_slp {
    width: 45%;
    margin: auto;
    vertical-align: top;
}

.box2_features_slp {
    width: 45%;
    margin: auto 0.5em;
}

.box3_features_slp {
    width: 45%;
    height: auto;
    margin: 0 auto;
    vertical-align: top;
}

.flexbox .box1_features_slp {
    width: 100%;
    margin: 0 auto;
}

.flexbox .box2_features_slp {
    width: 100%;
    margin: 0 auto;
}

.flexbox .box3_features_slp {
    width: 100%;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}
