.ext {
    background: url("/html/user_data/img/icon/external-link-green03-Shapes4FREE.gif") no-repeat right center;
    padding-right: 15px;
    margin-right: 2px;
}

.home .l-newsList .table_calender .td_holiday {
    color: red;
}

.detail_8 .li_note,
.detail_8 .li_note_gap {
  font-size: 0.9em;
}

#details_second td {
    padding-left: 2em;
}

.outer_h2 {
    margin: 32px 0;
}


/* ▼商品説明テーブル */

/* ▼価格下テキスト */

.underPriceText {
  display: block;
  font-size: 0.88em;
  margin-top: 0.8em;
}

.underPriceText.-campaignTitle {
  font-size: 1em;
  background-color: #C70000;
  color: #fff;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 4px;
}

/* ▼スペック */

.p-productCont_overview .imp {
  color: #c70000;
}

.p-productCont_overview .spec .p:last-child,
.p-productCont_overview .spec .ul:last-child {
  margin-bottom: 0;
}

.p-productCont_overview .spec .title {
  margin-bottom: 12px;
  font-weight: bold;
}

.p-productCont_overview .spec .p {
  margin-bottom: 8px;
}

.p-productCont_overview .spec .ul {
  padding-left: 0;
  margin-left: 1.0em;
  margin-bottom: 8px;
}

.p-productCont_overview .spec .li,
.p-productCont_overview .spec .li_note,
.p-productCont_overview .spec .li_any,
.p-productCont_overview .spec .li_ext,
.p-productCont_overview .spec .li_pdf {
  list-style-type: none;
  position: relative;
}

.p-productCont_overview .spec .ul .li:nth-child(n+2),
.p-productCont_overview .spec .ul .li_note:nth-child(n+2),
.p-productCont_overview .spec .ul .li_any:nth-child(n+2),
.p-productCont_overview .spec .ul .li_ext:nth-child(n+2),
.p-productCont_overview .spec .ul .li_pdf:nth-child(n+2) {
  margin: 4px 0;
}

.p-productCont_overview .spec .ul .ul {
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-productCont_overview .spec .li::before {
  position: absolute;
  left: -1.2em;
  content: "・";
}

.p-productCont_overview .spec .li_note {
  font-size: 0.9em;
}

.p-productCont_overview .spec .li_note::before,
.p-productCont_overview .spec .li_any::before {
  position: absolute;
  left: -1.2em;
  content: attr(data-list)"";
}

.p-productCont_overview .spec .li_ext::before,
.p-productCont_overview .spec .li_pdf::before {
  position: absolute;
  left: -0.8em;
  top: 0.5em;
  content: "";
  border: 0.4em solid transparent;
  border-left-color: #999;
}

.p-productCont_overview .spec .li_ext a::after {
  content: "";
  background: url("/html/user_data/img/icon/external-link-green03-Shapes4FREE.gif") no-repeat right center;
  padding-right: 18px;
}

.p-productCont_overview .spec .li_pdf a::after {
  content: "";
  background: url("/html/user_data/img/icon/pdfico.gif") no-repeat right center;
  padding-right: 18px;
}

.p-productCont_overview .spec .hr {
  margin-left: 2em;
  margin-right: 2em;
  background-color: var(--color-boder03);
  opacity: 1;
}

/* ▲商品説明テーブル */


/* ▼クラスdetail_41 */

/* ▼全体 */

.detail_41 {
  line-height: 1.6;
  padding: 4%;
  max-width: 846px;
  margin: 24px auto;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-size: clamp(0.9rem, calc(0.9rem + 0.2vw), 1.05rem);
}

.detail_41.detail_41-out {
  padding: 0;
  background: none;
  box-shadow: none;
}

.detail_41 p {
  margin-bottom: 12px;
}

.detail_41 .title_text {
  font-size: clamp(1.25rem, 1.25rem + 0.2vw, 1.4rem);
  margin-top: 0;
}

.detail_41 .title_text span {
  font-size: 1.2em;
  font-weight: bold;
}

.detail_41 .note {
  font-size: 0.9em;
}

.detail_41 .hr {
  margin-left: 2em;
  margin-right: 2em;
  background-image: linear-gradient(90deg, var(--color-boder03) 0%, var(--color-boder02) 20% 80%, var(--color-boder03) 100%);
  opacity: 1;
}

/* ▼見出し */

.detail_41 .h3 {
  padding-top: 1em;
  margin: 36px 0 24px 0;
  font-size: clamp(1.5rem, 1.5rem + 0.4vw, 1.8rem);
  color: #333;
  border-top: 3px solid #007BFF;
  border-radius: 5px;
}

.detail_41 .h_band {
  font-size: clamp(1.1rem, 1.1rem + 0.2vw, 1.25rem);
  background-color: #e3e3e3;
  border-radius: 5px;
  padding: 0.5em;
  margin: 32px 0 20px 0;
  color: #333;
}

.detail_41 .h_band.-manfrotto {
  background-color: #f51928;
  color: #fff;
}

.detail_41 .h_border {
  font-size: clamp(1.1rem, 1.1rem + 0.2vw, 1.25rem);
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5em;
  margin: 32px 0 20px 0;
  color: #333;
}

.detail_41 .h_border.-azden {
  background-image: linear-gradient(to left bottom, transparent 0%, transparent 90%, red 92%, red 100%);
  border: none;
}

.detail_41 .h_text {
  font-size: clamp(1.1rem, 1.1rem + 0.2vw, 1.25rem);
  font-weight: bold;
  padding: 0;
  margin: 32px 0 20px 0;
  color: #333;
}

/* ▼段組み */

.detail_41 .outer_col {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0 1em;
  align-items: center;
}

.detail_41 .col h4:first-child,
.detail_41 .col h5:first-child {
    margin-top: 0;
}

.detail_41 .outer_col-col1 {
  grid-template-columns: repeat(auto-fill, minmax(768px, 1fr));
}

.detail_41 .outer_col-col2 {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.detail_41 .outer_col-col3 {
  grid-template-columns: repeat(auto-fill, minmax(192px, 1fr));
}

.detail_41 .outer_col-col4 {
  grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
}

.detail_41 .outer_col-start {
  align-items: flex-start;
}

.detail_41 .outer_col-center {
  place-items: center;
}

.detail_41 .outer_col-h {
  gap: 16px 1em;
  margin-top: 21px;
}

.detail_41 .outer_col-list {
  grid-template-columns: repeat(auto-fill, minmax(192px, 1fr));
  align-items: flex-start;
}


/* ▼リスト */

.detail_41 .ul {
  margin-left: 1.7em;
  margin-bottom: 16px;
}

.detail_41 .ul .ul {
  margin-bottom: 0;
}

.detail_41 .li,
.detail_41 .li_note,
.detail_41 .li_any,
.detail_41 .li_ext,
.detail_41 .li_pdf {
  list-style-type: none;
  position: relative;
  margin: 4px 0;
}

.detail_41 .li-gap {
  margin-bottom: 16px;
}

.detail_41 .li::before {
  position: absolute;
  left: -1.7em;
  content: "・";
}

.detail_41 .li_note {
  font-size: 0.9em;
}

.detail_41 .li_note::before,
.detail_41 .li_any::before {
  position: absolute;
  left: -1.7em;
  content: attr(data-list)"";
}

.detail_41 .li_ext::before,
.detail_41 .li_pdf::before {
  position: absolute;
  left: -1.4em;
  top: 0.5em;
  content: "";
  border: 0.4em solid transparent;
  border-left-color: #999;
}

.detail_41 .li_ext a::after {
  content: "";
  background: url("/html/user_data/img/icon/external-link-green03-Shapes4FREE.gif") no-repeat right center;
  padding-right: 18px;
}

.detail_41 .li_pdf a::after {
  content: "";
  background: url("/html/user_data/img/icon/pdfico.gif") no-repeat right center;
  padding-right: 18px;
}

/* ▼画像 */

.detail_41 .outer_image {
  text-align: center;
  margin-bottom: 16px;
}

.detail_41 .image {
  position: relative;
}

.detail_41 .image .cboxElement::after {
  content: url("/html/user_data/assets/img/product/zoom.png");
  position: absolute;
  top: -7px;
  left: -7px;
}

.detail_41 .caption {
  margin-top: -8px;
  font-size: 0.9em;
}

.detail_41 .imageTitle,
.detail_41 .caption_title {
  background-color: #ccc;
  margin-top: -8px;
  margin-bottom: 16px;
}

.detail_41 .imageCaption,
.detail_41 .caption_note {
  margin-top: -8px;
  font-size: 0.9em;
  text-align: left;
}

/* ▼テーブル */

.detail_41 .outer_table {
  margin-bottom: 16px;
}

.detail_41 .table {
  border: 2px solid #ccc;
  margin-bottom: 0;
  word-break: break-all
}

.detail_41 .table colgroup,
.detail_41 .table tbody {
  border-top: none;
}

.detail_41 .table th {
  background-color: #e3e3e3;
  border: 1px solid #f3f3f3;
  font-weight: normal;
  padding: 0.5em;
}

.detail_41 .table .tr_separate,
.detail_41 .table .th_large {
  border-left: 0.5em solid #999;
  border-top: 0.5em solid #999;
}

.detail_41 .table td {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  font-size: 0.9em;
  padding: 0.5em;
  vertical-align: middle;
}

.detail_41 .table td .ul:last-child {
  margin-bottom: 0;
}

.detail_41 .outer_table-scroll {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.detail_41 .outer_table-scroll .fixed {
  position: sticky;
  left: 0;
}

.detail_41 .outer_table-scroll th.fixed:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #f3f3f3;
}
.detail_41 .outer_table-scroll td.fixed:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #e3e3e3;
}

.detail_41 .outer_table .table-small {
  font-size: 0.9em;
}

.detail_41 .outer_table .table-top td {
  vertical-align: top;
}

.detail_41 .outer_table .table-center td {
  text-align: center;
}

.detail_41 .table .col_this {
  border: 2px solid #333;
}

.detail_41 .table .tr_this td,
.detail_41 .table .td_this {
  background-color: #aaddff;
}

.detail_41 .table .tr_parent {
  border: 3px solid #39f;
}

.detail_41 .table .tr_dif td {
  background-color: gold;
}

/* ▼区切り線 */

.detail_41 .hr_hidden {
  visibility: hidden;
}

/* ▼別売オプション */

.detail_41 .outer_option {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1em;
  margin-bottom: 1em;
}

.detail_41 .outer_option .option {
  width: auto;
  position: relative;
}

.detail_41 .outer_option .option_image {
  max-width: 80%;
  margin: 0 auto;
  padding: 1em 0;
}

.detail_41 .outer_option .option_image img {
  position: relative;
  max-height: 180px;
  margin: auto;
}

.detail_41 .outer_option .option_model {
  font-weight: bold;
}

.detail_41 .outer_option .option_note {
  display: block;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding-top: 0.5em;
  font-size: 0.9em;
}

.detail_41 .outer_option .option_now::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 41px solid #aaddff;
  border-top: 0;
  transform: rotate(140deg);
}

.detail_41 .outer_option .option_now::after {
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 2;
  content: "now";
  font-size: 0.8em;
  color: #326688;
}

/* ▼テスト */
.detail_41 .box_ex {
  padding: 1.2em 1.5em;
  margin: 1.5em;
  background-color: white;
  border-radius: 2em;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}

/* ▲クラスdetail_41 */