@charset "UTF-8";
/* ============================================

製品・サービス詳細

============================================*/
/* product + service detail 共通
-------------------------------------------- */
.p-productdetail__content {
  display: flex;
  margin-top: 144px;
}
.p-productdetail__main {
  width: calc(100% - 192px - 96px);
  margin-right: 96px;
}
.p-productdetail__main > *:first-child {
  margin-top: 0;
}
.p-productdetail__main img {
  width: 100%;
}
.p-productdetail__nav {
  width: 192px;
}
.p-productdetail__navtitle {
  color: #00a9e0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.p-productdetail__navlist {
  margin-top: 32px;
  border-top: 1px solid #eaeaea;
}
.p-productdetail__navitem {
  border-bottom: 1px solid #eaeaea;
  font-weight: 700;
}
.p-productdetail__navitem > a {
  position: relative;
  display: block;
  position: relative;
  padding: 24px 40px 24px 16px;
}
.p-productdetail__navitem > a span:not([class]) {
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: auto;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-delay: 0s;
}
.p-productdetail__navitem > a span:not([class])::before, .p-productdetail__navitem > a span:not([class])::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../img/common/ic_direction.svg);
  background-position: 0 -16px;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  z-index: 1;
}
.p-productdetail__navitem--drop > a span:not([class]) {
  transition-property: transform;
  transition-duration: 0.25s;
  transition-delay: 0s;
}
.p-productdetail__navitem--drop > a span:not([class])::before, .p-productdetail__navitem--drop > a span:not([class])::after {
  background-image: url(../img/common/ic_opener.svg);
  background-position: 0 -16px;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-delay: 0.25s;
}
.p-productdetail__navitem--drop > a span:not([class])::after {
  background-position: -16px -16px;
  opacity: 1;
}
.p-productdetail__navitem--drop.is-active > a {
  background-color: #00a9e0;
}
.p-productdetail__navitem--drop.is-active > a span:not([class]) {
  transform: rotate(180deg);
  transition-delay: 0.25s;
}
.p-productdetail__navitem--drop.is-active > a span:not([class])::before {
  transform: scaleY(0);
  transition-delay: 0s;
}
.p-productdetail__navitem--drop.is-active > a span:not([class])::after {
  background-position: -16px 0px;
}
.p-productdetail__navitem--drop.js-productservicenav-dropinc.is-active > a {
  color: #2d2d2d;
}
.p-productdetail__navsub {
  background-color: #f2f2f2;
}
.p-productdetail__navsub__inner {
  padding: 0 16px 10px;
}
.p-productdetail__navsubtitle {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
}
.p-productdetail__navsubtitle a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 0;
}
.p-productdetail__navsubtitle a span:not([class]) {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin: auto;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-delay: 0s;
}
.p-productdetail__navsubtitle a span:not([class])::before, .p-productdetail__navsubtitle a span:not([class])::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../img/common/ic_direction.svg);
  background-position: 0 -42px;
  background-repeat: no-repeat;
  background-size: 56px 56px;
  z-index: 1;
}
.p-productdetail__navsubtitle a span:not([class])::after {
  opacity: 0;
  background-position: 0 -14px;
}
.p-productdetail__navsublist {
  margin-left: 0.5em;
}
.p-productdetail__navsubitem {
  font-size: 14px;
  line-height: 1.28;
}
.p-productdetail__navsubitem a {
  display: block;
  padding: 10px 0;
}
.p-productdetail__navsubitem a span {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
}
.p-productdetail__navsubitem a span.tpl-fs-italic, .p-productdetail__navsubitem a span.tpl-fs-script {
  font-size: 14px;
  display: inline;
}
.p-productdetail__navsubitem a .is-pc {
  display: block;
}
.p-productdetail__navsubitem.is-active a {
  color: #00a9e0;
}
.p-productdetail__btn {
  margin-top: 200px;
}
.p-productdetail__btn .c-button {
  width: 100%;
  max-width: 544px;
  margin: 0 auto;
}

/*  product detail
-------------------------------------------- */
/* heading title */
.p-productdetail__headertitle {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
}
.p-productdetail__headertitle span {
  display: block;
  font-size: 32px;
}
.p-productdetail__headertitle span.tpl-fs-italic {
  display: inline;
  font-size: 44px;
}
.p-productdetail__headertitle span.tpl-fs-script {
  display: inline;
  font-size: 44px;
}

.p-productdetail__headerthumb {
  margin-bottom: 80px;
}

.p-productdetailrow {
  padding: 40px 0 40px;
  border-top: 1px solid #00a9e0;
  border-bottom: 1px solid #00a9e0;
}
.p-productdetailrow .p-productdetailrow__column {
  margin-top: -80px;
  padding-top: 80px;
}
.p-productdetailrow + .p-productdetailrow {
  border-top: none;
}
*:not(.p-productdetailrow) + .p-productdetailrow {
  margin-top: 200px;
}
.p-productdetailrow__column {
  display: flex;
  justify-content: space-between;
}
.p-productdetailrow__image {
  order: 1;
  width: 38.5%;
  max-width: 320px;
}
.p-productdetailrow__info {
  order: 0;
  width: 42%;
  max-width: 352px;
}
.p-productdetailrow__info .heading3 {
  margin-top: 0;
}
.p-productdetailrow__award {
  margin-bottom: 30px;
}
.p-productdetailrow__award dt {
  position: relative;
  padding-left: 34px;
  color: #8031a7;
  font-weight: 700;
}
.p-productdetailrow__award dt::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 24px;
  background-image: url(../img/common/ic_award.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 24px;
  content: "";
}
.p-productdetailrow__award dd {
  padding-left: 34px;
}
.p-productdetailrow__award dd .c-textlink {
  margin-top: 20px;
}
.p-productdetailrow__award dd .c-textlink p.c-textlinkicon {
  padding-right: 0;
}
.p-productdetailrow__award dd .c-textlink p.c-textlinkicon .c-direction__icon {
  display: none;
}
.p-productdetailrow__btn {
  max-width: 352px;
}
.p-productdetailrow__btn a[href*="/contactus/"] .c-direction__icon {
  width: 26px;
  height: 16px;
}
.p-productdetailrow__btn a[href*="/contactus/"] .c-direction__icon::before, .p-productdetailrow__btn a[href*="/contactus/"] .c-direction__icon::after {
  background-image: url(../img/common/ic_contact.svg);
  background-size: 26px 32px;
}
.p-productdetailrow__btn a[href*="/contactus/"] .c-direction__icon::before {
  background-position: 0 -16px !important;
}
.p-productdetailrow__btn a[href*="/contactus/"] .c-direction__icon::after {
  background-position: 0 0 !important;
}
.p-productdetailrow__accordioninner > *:first-child {
  margin-top: 80px;
}
.p-productdetailrow__accordioninner > *:last-child {
  margin-bottom: 0 !important;
}
.p-productdetailrow__accordion .c-imgframe,
.p-productdetailrow__accordion .c-relatedlink {
  width: calc(100% - 128px);
  margin-right: auto;
  margin-left: auto;
}
.p-productdetailrow__accordion .c-imgframe + .u-small {
  width: calc(100% - 128px);
  margin-right: auto;
  margin-left: auto;
}
.p-productdetailrow__accordion .c-imgcolumn {
  justify-content: space-between;
  width: calc(100% - 128px);
  margin-right: auto;
  margin-left: auto;
}
.p-productdetailrow__accordion .c-imgcolumn .c-column__col {
  width: calc(50% - 16px);
  margin-right: 0;
}
.p-productdetailrow__accordion .c-imgcolumn .c-column__col .c-imgframe + .u-small {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.p-productdetailrow__accordion .c-imgcolumn .c-imgframe {
  width: 100%;
}
.p-productdetailrow__accordion .c-relatedlink {
  margin: 80px auto;
}
.p-productdetailrow__accordionbutton {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  margin-bottom: -15px;
  padding: 15px 40px 15px 0;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  cursor: pointer;
}
.p-productdetailrow__accordionbutton .c-accordion__icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  z-index: 1;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-delay: 0s;
}
.p-productdetailrow__accordionbutton .c-accordion__icon::before, .p-productdetailrow__accordionbutton .c-accordion__icon::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #00a9e0;
  z-index: 1;
}
.p-productdetailrow__accordionbutton .c-accordion__icon::before {
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1.5px;
  height: 3px;
}
.p-productdetailrow__accordionbutton .c-accordion__icon::after {
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -1.5px;
  width: 3px;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-delay: 0.25s;
}
.p-productdetailrow__accordionbutton.is-active .p-productdetailrow__accordiontext::before {
  opacity: 0;
}
.p-productdetailrow__accordionbutton.is-active .p-productdetailrow__accordiontext::after {
  opacity: 1;
}
.p-productdetailrow__accordionbutton.is-active .c-accordion__icon {
  transform: rotate(180deg);
  transition-delay: 0.25s;
}
.p-productdetailrow__accordionbutton.is-active .c-accordion__icon::after {
  transform: scaleY(0);
  transition-delay: 0s;
}
.p-productdetailrow__accordiontext {
  position: relative;
  width: 100px;
  height: 1.5em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  vertical-align: bottom;
}
.p-productdetailrow__accordiontext::before, .p-productdetailrow__accordiontext::after {
  position: absolute;
  top: 0;
  right: 0;
}
.p-productdetailrow__accordiontext::before {
  display: block;
  content: "製品説明を見る";
}
.p-productdetailrow__accordiontext::after {
  opacity: 0;
  color: #00a9e0;
  content: "閉じる";
}

/* table */
.p-productdetail__main .js-scrollable {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.p-productdetail__main .scroll__inner {
  width: 100%;
  padding-bottom: 40px;
}
.p-productdetail__main .simplebar-track.simplebar-horizontal {
  height: 7px !important;
  background: #f2f2f2;
}
.p-productdetail__main .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  opacity: 1;
  top: -1px;
  background-color: #cacaca;
  border-radius: 0;
  height: 5px !important;
  margin-left: 0;
  margin-top: 0;
}
.p-productdetail__main .js-nonscrollable {
  position: relative;
  width: 100%;
  margin-top: 60px;
}

.p-productdetail__table table {
  width: calc(100% + 32px);
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.p-productdetail__table tr:first-child th {
  position: relative;
  width: 145px;
  min-width: 145px;
  padding-right: 32px;
  padding-bottom: 24px;
  text-align: center;
}
.p-productdetail__table tr:first-child th::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #00a9e0;
  content: "";
}
.p-productdetail__table tr:first-child th figure figcaption {
  font-weight: 700;
  text-align: center;
}
.p-productdetail__table tr:first-child th img {
  display: block;
  width: 95px;
  margin: 0 auto;
}
.p-productdetail__table tr:first-child th:first-child {
  position: sticky;
  left: 0;
  width: 104px;
  min-width: 104px;
  padding: 0 32px 0 0;
  background: #fff;
}
.p-productdetail__table tr:first-child th:first-child::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #00a9e0;
  content: "";
}
.p-productdetail__table tr:first-child td {
  position: relative;
  width: 145px;
  min-width: 145px;
  padding-right: 32px;
  padding-bottom: 24px;
}
.p-productdetail__table tr:first-child td::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #00a9e0;
  content: "";
}
.p-productdetail__table tr:first-child td figure figcaption {
  font-weight: 700;
}
.p-productdetail__table tr:first-child td img {
  display: block;
  width: 95px;
  margin: 0 auto;
}
.p-productdetail__table tr th {
  position: sticky;
  left: 0;
  z-index: 2;
  padding: 24px 32px 24px 0;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
}
.p-productdetail__table tr th::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #00a9e0;
  content: "";
}
.p-productdetail__table tr td {
  position: relative;
  padding: 24px 32px 24px 0;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
}
.p-productdetail__table tr td::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #00a9e0;
  content: "";
}
.p-productdetail__table tr td a {
  padding-bottom: 0;
}
.p-productdetail__table tr td a[target=_blank][href$=".pdf"], .p-productdetail__table tr td a[target=_blank][href$=".doc"], .p-productdetail__table tr td a[target=_blank][href$=".docx"], .p-productdetail__table tr td a[target=_blank][href$=".ppt"], .p-productdetail__table tr td a[target=_blank][href$=".pptx"], .p-productdetail__table tr td a[target=_blank][href$=".xls"], .p-productdetail__table tr td a[target=_blank][href$=".xlsx"], .p-productdetail__table tr td a[target=_blank][href$=".zip"] {
  margin-right: 0;
}
.p-productdetail__table tr td a[target=_blank][href$=".pdf"]::before, .p-productdetail__table tr td a[target=_blank][href$=".pdf"]::after, .p-productdetail__table tr td a[target=_blank][href$=".doc"]::before, .p-productdetail__table tr td a[target=_blank][href$=".doc"]::after, .p-productdetail__table tr td a[target=_blank][href$=".docx"]::before, .p-productdetail__table tr td a[target=_blank][href$=".docx"]::after, .p-productdetail__table tr td a[target=_blank][href$=".ppt"]::before, .p-productdetail__table tr td a[target=_blank][href$=".ppt"]::after, .p-productdetail__table tr td a[target=_blank][href$=".pptx"]::before, .p-productdetail__table tr td a[target=_blank][href$=".pptx"]::after, .p-productdetail__table tr td a[target=_blank][href$=".xls"]::before, .p-productdetail__table tr td a[target=_blank][href$=".xls"]::after, .p-productdetail__table tr td a[target=_blank][href$=".xlsx"]::before, .p-productdetail__table tr td a[target=_blank][href$=".xlsx"]::after, .p-productdetail__table tr td a[target=_blank][href$=".zip"]::before, .p-productdetail__table tr td a[target=_blank][href$=".zip"]::after {
  display: none;
}
.p-productdetail__table tr td a[target=_blank], .p-productdetail__table tr td a[href$=".pdf"], .p-productdetail__table tr td a[href$=".doc"], .p-productdetail__table tr td a[href$=".docx"], .p-productdetail__table tr td a[href$=".ppt"], .p-productdetail__table tr td a[href$=".pptx"], .p-productdetail__table tr td a[href$=".xls"], .p-productdetail__table tr td a[href$=".xlsx"], .p-productdetail__table tr td a[href$=".zip"] {
  margin-right: 0;
}
.p-productdetail__table tr td a[target=_blank]::before, .p-productdetail__table tr td a[target=_blank]::after, .p-productdetail__table tr td a[href$=".pdf"]::before, .p-productdetail__table tr td a[href$=".pdf"]::after, .p-productdetail__table tr td a[href$=".doc"]::before, .p-productdetail__table tr td a[href$=".doc"]::after, .p-productdetail__table tr td a[href$=".docx"]::before, .p-productdetail__table tr td a[href$=".docx"]::after, .p-productdetail__table tr td a[href$=".ppt"]::before, .p-productdetail__table tr td a[href$=".ppt"]::after, .p-productdetail__table tr td a[href$=".pptx"]::before, .p-productdetail__table tr td a[href$=".pptx"]::after, .p-productdetail__table tr td a[href$=".xls"]::before, .p-productdetail__table tr td a[href$=".xls"]::after, .p-productdetail__table tr td a[href$=".xlsx"]::before, .p-productdetail__table tr td a[href$=".xlsx"]::after, .p-productdetail__table tr td a[href$=".zip"]::before, .p-productdetail__table tr td a[href$=".zip"]::after {
  display: none;
}
.p-productdetail__table .vertical-top th,
.p-productdetail__table .vertical-top td {
  vertical-align: top;
}
.p-productdetail__table .nonborder th,
.p-productdetail__table .nonborder td {
  padding-top: 16px;
  padding-bottom: 0;
}
.p-productdetail__table .nonborder th::after,
.p-productdetail__table .nonborder td::after {
  content: none;
}
.p-productdetail__table .nonborder td {
  font-size: 10px;
}

/* pc */
@media only screen and (min-width: 769px) {
  .p-productdetail__navitem a, .p-productdetail__navsubtitle a, .p-productdetail__navsubitem a {
    transition-property: color;
    transition-duration: 0.5s;
  }
  .p-productdetail__navitem a:hover, .p-productdetail__navsubtitle a:hover, .p-productdetail__navsubitem a:hover {
    color: #00a9e0;
  }
  .p-productdetail__navsubtitle a {
    transition-property: color;
    transition-duration: 0.5s;
  }
  .p-productdetail__navsubtitle a span::after {
    transition-property: opacity;
    transition-duration: 0.5s;
  }
  .p-productdetail__navsubtitle a:hover {
    color: #00a9e0;
  }
  .p-productdetail__navsubtitle a:hover span:not([class])::after {
    opacity: 1;
  }
  .p-productdetail__navitem--drop a {
    transition-property: background-color;
  }
  .p-productdetail__navitem--drop a:hover {
    color: #fff;
    background-color: #00a9e0;
  }
  .p-productdetail__navitem--drop a:hover span:not([class])::after {
    background-position: 0px 0px;
  }
  .p-productdetail__navitem:not(.p-productdetail__navitem--drop) a {
    transition-property: background-color;
  }
  .p-productdetail__navitem:not(.p-productdetail__navitem--drop) a:hover {
    color: #fff;
    background-color: #00a9e0;
  }
  .p-productdetail__navitem:not(.p-productdetail__navitem--drop) a:hover span:not([class])::after {
    background-position: 0px 0px;
  }
  .p-productdetail__navitem--drop.is-active a:hover {
    color: #2d2d2d;
  }
  .p-productdetail__navitem--drop.is-active a:hover span:not([class])::after {
    background-position: -16px -48px;
  }
  .p-productdetailrow__btn .c-direction[href*="/contactus/"]:hover .c-direction__icon:before, .p-productdetailrow__btn .c-direction[href*="/contactus/"]:hover .c-direction__icon:after {
    animation: none;
  }
  .p-productdetailrow__award .c-textlink p.c-textlinkicon:hover {
    color: #2d2d2d;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .p-productdetail__content {
    flex-direction: column;
    margin-top: 80px;
  }
  .p-productdetail__main {
    width: 100%;
    margin-right: 0;
  }
  .p-productdetail__nav {
    width: 100%;
    margin-top: 120px;
  }
  .p-productdetail__navtitle {
    font-size: 20px;
    text-align: left;
  }
  .p-productdetail__navitem {
    font-size: 16px;
  }
  .p-productdetail__navitem > a {
    padding: 27px 0;
  }
  .p-productdetail__navitem > a span:not([class]) {
    right: 20px;
    width: 12px;
    height: 12px;
  }
  .p-productdetail__navitem > a span:not([class])::before, .p-productdetail__navitem > a span:not([class])::after {
    background-position: 0 -12px;
    background-size: 48px 48px;
  }
  .p-productdetail__navitem .p-productdetail__navlabel {
    display: inline-block;
    transform: translateX(0);
    transition-property: transform;
    transition-duration: 0.5s;
  }
  .p-productdetail__navitem.is-active .p-productdetail__navlabel {
    transform: translateX(20px);
  }
  .p-productdetail__navitem--drop > a span:not([class])::before, .p-productdetail__navitem--drop > a span:not([class])::after {
    background-position: 0 -12px;
    background-repeat: no-repeat;
    background-size: 24px 48px;
  }
  .p-productdetail__navitem--drop > a span:not([class])::after {
    background-position: -12px -12px;
  }
  .p-productdetail__navitem--drop.is-active > a span:not([class])::after {
    background-position: -12px 0px;
  }
  .p-productdetail__navsub__inner {
    padding: 0 20px 16px;
  }
  .p-productdetail__navsubtitle {
    font-size: 16px;
  }
  .p-productdetail__navsubtitle a {
    padding: 18px 20px 16px 0;
  }
  .p-productdetail__navsubtitle a span:not([class]) {
    width: 12px;
    height: 12px;
  }
  .p-productdetail__navsubtitle a span:not([class])::before, .p-productdetail__navsubtitle a span:not([class])::after {
    background-position: 0 -36px;
    background-size: 48px 48px;
  }
  .p-productdetail__navsubtitle a span:not([class])::after {
    opacity: 0;
    background-position: 0 -12px;
  }
  .p-productdetail__navsublist {
    margin-left: 20px;
  }
  .p-productdetail__navsubitem {
    font-size: 16px;
  }
  .p-productdetail__navsubitem a {
    padding: 16px 0;
  }
  .p-productdetail__navsubitem a span {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
  }
  .p-productdetail__navsubitem a span.tpl-fs-italic, .p-productdetail__navsubitem a span.tpl-fs-script {
    font-size: 16px;
    display: inline;
  }
  .p-productdetail__navsubitem a .is-pc {
    display: none;
  }
  .p-productdetail__btn {
    margin-top: 120px;
  }
  .p-productdetail__btn .c-button {
    max-width: none;
  }
  /*  product detail
  -------------------------------------------- */
  /* heading title */
  .p-productdetail__headertitle {
    font-size: 30px;
  }
  .p-productdetail__headertitle span {
    font-size: 20px;
  }
  .p-productdetail__headertitle span.tpl-fs-italic {
    font-size: 30px;
  }
  .p-productdetail__headertitle span.tpl-fs-script {
    font-size: 30px;
  }
  .p-productdetail__headerthumb {
    margin-bottom: 48px;
  }
  *:not(.p-productdetailrow) + .p-productdetailrow {
    margin-top: 120px;
  }
  .p-productdetailrow .p-productdetailrow__column {
    margin-top: -50px;
    padding-top: 50px;
  }
  .p-productdetailrow__column {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .p-productdetailrow__image {
    order: 1;
    width: 240px;
    margin: 0 auto;
  }
  .p-productdetailrow__info {
    width: 100%;
    max-width: none;
  }
  .p-productdetailrow__award {
    margin-top: 43px;
  }
  .p-productdetailrow__award dt {
    padding-left: 28px;
    font-size: 12px;
  }
  .p-productdetailrow__award dt::before {
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
  }
  .p-productdetailrow__award dd {
    padding-left: 28px;
  }
  .p-productdetailrow__award dd .c-textlink {
    margin-top: 15px;
  }
  .p-productdetailrow__btn {
    max-width: none;
    margin-top: 48px;
  }
  .p-productdetailrow__btn a[href*="/contactus/"] .c-direction__icon {
    width: 19px;
    height: 12px;
    margin-top: -5px;
  }
  .p-productdetailrow__btn a[href*="/contactus/"] .c-direction__icon::before, .p-productdetailrow__btn a[href*="/contactus/"] .c-direction__icon::after {
    background-size: 19px 24px;
  }
  .p-productdetailrow__btn a[href*="/contactus/"] .c-direction__icon::before {
    background-position: 0 -12px !important;
  }
  .p-productdetailrow__btn a[href*="/contactus/"] .c-direction__icon::after {
    background-position: 0 0 !important;
  }
  .p-productdetailrow__accordioninner > *:first-child {
    margin-top: 60px;
  }
  .p-productdetailrow__accordion .c-imgframe,
.p-productdetailrow__accordion .c-relatedlink {
    width: 100%;
  }
  .p-productdetailrow__accordion .c-imgframe + .u-small {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .p-productdetailrow__accordion .c-imgcolumn .c-imgframe {
    width: 100%;
  }
  .p-productdetailrow__accordion .c-imgcolumn {
    width: 100%;
  }
  .p-productdetailrow__accordion .c-imgcolumn .c-column__col {
    width: 100%;
  }
  .p-productdetailrow__accordion .c-imgcolumn .c-imgframe {
    width: 100%;
  }
  .p-productdetailrow__accordion .c-relatedlink {
    margin: 40px 0;
  }
  .p-productdetailrow__accordionbutton {
    margin-top: 25px;
    padding: 15px 27px 15px 0;
    font-size: 11px;
  }
  .p-productdetailrow__accordionbutton .c-accordion__icon {
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
  .p-productdetailrow__accordiontext {
    font-size: 11px;
  }
  _::-webkit-full-page-media,
_:future,
:root .p-productdetailrow__accordionbutton .c-accordion__icon {
    margin-top: -7px;
  }
  /* table */
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
.p-productdetailrow__accordionbutton .c-accordion__icon {
    margin-top: -7px;
  }
}
@media only screen and (max-width: 768px) {
  .p-productdetail__main .scroll__inner {
    padding-bottom: 33px;
  }
  .p-productdetail__main .js-scrollable {
    width: calc(100% + 24px);
  }
  .p-productdetail__main .js-nonscrollable {
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 768px) {
  .p-productdetail__table table {
    width: 100%;
  }
  .p-productdetail__table tr:first-child th {
    width: 120px;
    min-width: 120px;
    padding-right: 20px;
    padding-bottom: 16px;
  }
  .p-productdetail__table tr:first-child th::after {
    width: calc(100% - 20px);
  }
  .p-productdetail__table tr:first-child th img {
    width: 72px;
  }
  .p-productdetail__table tr:first-child th:first-child {
    width: 80px;
    min-width: 80px;
    padding: 0 20px 0 0;
  }
  .p-productdetail__table tr:first-child th:first-child::after {
    width: calc(100% - 20px);
  }
  .p-productdetail__table tr:first-child td {
    width: 120px;
    min-width: 120px;
    padding-right: 20px;
    padding-bottom: 16px;
  }
  .p-productdetail__table tr:first-child td::after {
    width: calc(100% - 20px);
  }
  .p-productdetail__table tr:first-child td img {
    width: 72px;
  }
  .p-productdetail__table tr th {
    padding: 16px 20px 16px 0;
    font-size: 10px;
  }
  .p-productdetail__table tr th::after {
    width: calc(100% - 20px);
  }
  .p-productdetail__table tr td {
    padding: 16px 20px 16px 0;
    font-size: 10px;
  }
  .p-productdetail__table tr td::after {
    width: calc(100% - 20px);
  }
}