<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==============================================
 * PRODUCT DETAIL
 *
 * memo:
 *
 * ============================================== */
.container.product-detail {
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

.sx-product-detail-top {
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
}

/* ----------------------------------------------------------------------------------

商品紹介 / 商品スペックブロック

---------------------------------------------------------------------------------- */
.sx-details {
  margin-top: 5px;
  padding: 30px 10px 75px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

/* 切り替えタブ */
.sx-details-tabs {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
  padding: 0;
}

.sx-details-tab {
  padding: 0 30px;
  color: #a7a7a7;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  text-align: center;
  cursor: pointer;
}
.sx-details-tab + .sx-details-tab {
  border-left: 1px solid #D1D1D1;
}
.sx-details-tab.is-active {
  color: #000;
  pointer-events: none;
}

.sx-details-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s;
}
.sx-details-content.is-active {
  display: block;
  height: auto;
  overflow: visible;
  opacity: 1;
}

/* ----------------------------------------------------------------------------------

商品紹介

---------------------------------------------------------------------------------- */
.sx-description h3 {
  display: table;
  margin: 50px 0 20px;
  padding: 1px 6px;
  background-color: #E8E7E4;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.sx-description h3 + p {
  margin-top: -12px;
}
.sx-description .sx-image-caption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 22px;
}
.sx-description .sx-image-caption + p,
.sx-description .sx-image-caption img + p {
  margin-top: 50px;
}
.sx-description p + .sx-image-caption {
  margin-top: 50px;
}
.sx-description sub {
  bottom: 0;
}
.sx-description a {
  color: #c90012 !important;
  text-decoration: underline;
  transition: opacity 0.3s;
}

/* 紹介 画像ブロック */
.sx-description-image h3 {
  margin-top: 60px;
}
.sx-description-image .sx-image-caption {
  margin-bottom: 50px;
}
.sx-description-image img {
  width: 100%;
  height: auto;
}
.sx-description-image + .sx-description-image {
  margin-top: 8px;
}
.sx-description-image + .sx-description-content {
  margin-top: 40px;
}

/* 紹介 テキストブロック */
.sx-description-content:before {
  display: none;
  height: 1px;
  margin-bottom: 30px;
  border-top: 1px solid #dbdbdb;
  content: "";
}
.sx-description-content + .sx-description-image {
  margin-top: 20px;
}
.sx-description-content + .sx-description-image + .sx-description-content:before {
  display: block;
}
.sx-description-content + .sx-description-content {
  margin-top: 40px;
}
.sx-description-content + .sx-description-content:before {
  display: block;
}

.sx-description-title {
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.sx-description-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

/* ----------------------------------------------------------------------------------

商品スペック

---------------------------------------------------------------------------------- */
.sx-spec dl {
  display: flex;
  width: 100%;
  margin: 0;
  border: 1px solid #ADA9A9;
  font-size: 15px;
  line-height: 26px;
}
.sx-spec dl + dl {
  border-top: 0 none;
}
.sx-spec dt {
  width: 160px;
  padding: 22px 15px 22px 30px;
  border-right: 1px solid #ADA9A9;
  color: #000;
}
.sx-spec dd {
  max-width: 740px;
  padding: 22px 30px;
  overflow: hidden;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  word-break: break-all;
}
.sx-spec dd sub {
  bottom: 0;
}
.sx-spec dd ul {
  padding: 0;
}
.sx-spec dd li {
  display: block;
  margin-left: 1em;
  font-feature-settings: normal;
  letter-spacing: 0;
  text-indent: -1em;
}
.sx-spec dd .img-fluid {
  margin-top: 6px;
}
.sx-spec dd img[src*="figure_jhfa.png"] {
  width: 68px;
  margin-top: 10px;
}
.sx-spec a {
  color: #c90012 !important;
  text-decoration: underline;
  transition: opacity 0.3s;
}

/* ----------------------------------------------------------------------------------

関連商品 / 閲覧履歴 スライダー

---------------------------------------------------------------------------------- */
.sx-recommendations {
  margin-top: 5px;
  padding: 20px 10px;
  background-color: #fff;
}

.sx-recommendations-title {
  display: table;
  z-index: 10;
  position: relative;
  font-size: 18px;
  line-height: 1;
}
.sx-recommendations-title:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c90012;
  content: "";
}

.sx-recommendations-carousel {
  position: relative;
  max-width: 900px;
  margin: 40px auto 0;
  overflow: visible;
}
.sx-recommendations-carousel a {
  display: block;
  transition: opacity 0.3s;
}
.sx-recommendations-carousel .swiper-button-next,
.sx-recommendations-carousel .swiper-button-prev {
  width: 16px;
  height: 16px;
  background: url("../images/global/icon_arrow_tri_black.svg") no-repeat center;
  background-size: contain;
  transition: 0.3s;
}
.sx-recommendations-carousel .swiper-button-next:after,
.sx-recommendations-carousel .swiper-button-prev:after {
  content: none;
}
.sx-recommendations-carousel .swiper-button-prev {
  left: -5px;
  transform: scale(-1, 1);
}
.sx-recommendations-carousel .swiper-button-next {
  right: -5px;
}

.sx-recommendations-slide {
  text-align: center;
}

.sx-recommendations-thumb {
  padding: 0 7.5px;
}
.sx-recommendations-thumb img {
  max-width: 100%;
}

.sx-recommendations-name {
  margin-top: 16px;
  padding: 0 7.5px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.sx-recommendations-price {
  margin-top: 4px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 13px;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------------

 IEバグフィックス

 ---------------------------------------------------------------------------------- */
body.ie .sx-product-purchase .form-check .sx-radio-left {
  flex-basis: 110px;
}

/* ----------------------------------------------------------------------------------

追加（edit from system）

 ---------------------------------------------------------------------------------- */
.copy-link-message {
  position: fixed;
  top: 15%;
  left: 0;
  transform: none;
}

.copy-link-alert {
  padding: 28px;
  font-size: 1rem;
  animation: fade 5s linear forwards;
}

/* ----------------------------------------------------------------------------------

スペック内テーブル（edit 2021.03）

 ---------------------------------------------------------------------------------- */
.sx-spec table {
  width: 670px;
  border: 1px solid #BAB9B3;
}
.sx-spec table th, .sx-spec table td {
  border: 2px solid #fff;
  text-align: center;
}
.sx-spec table th.sx-nowrap, .sx-spec table td.sx-nowrap {
  white-space: nowrap !important;
}
.sx-spec table th {
  background-color: #E8E7E4;
}
.sx-spec table td {
  background-color: #F8F8F8;
}

.sx-overflow-wrap {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

/* ----------------------------------------------------------------------------------

スペック内テーブル 鉤括弧（edit 2021.03）

 ---------------------------------------------------------------------------------- */
.sx-table-braces,
.sx-table-braces-outer {
  position: relative;
}
.sx-table-braces:before, .sx-table-braces:after,
.sx-table-braces-outer:before,
.sx-table-braces-outer:after {
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #000;
  content: "";
}
.sx-table-braces:before,
.sx-table-braces-outer:before {
  top: 0;
}
.sx-table-braces:after,
.sx-table-braces-outer:after {
  bottom: 0;
}

.sx-table-braces {
  display: table;
  margin: 3px auto;
  border-left: 1px solid;
}
.sx-table-braces:before, .sx-table-braces:after {
  left: 0;
}

.sx-table-braces-outer {
  border-right: 1px solid;
}
.sx-table-braces-outer:before, .sx-table-braces-outer:after {
  right: 0;
}

.sx-table-braces-inner {
  padding: 5px 16px;
}

/* 【SHC v1.0】保守対応#24750 スピーカー販売開始に伴う制御追加  Start. */
/* 【SHC v1.0】保守対応 #24161 第一類医薬品追加に伴う「薬剤師からの情報提供」の同意チェック機能作成 Start. */
.comment_button1 {
  color: #c90012;
  text-align: center;
  font-size: 15px;
}
/* 【SHC v1.0】保守対応 #24161 第一類医薬品追加に伴う「薬剤師からの情報提供」の同意チェック機能作成 End. */

.comment_button2 {
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	color: #c90012;
}

.comment_button2 a {
  color: #c90012 !important;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.comment_button2 a:hover {
  opacity: 0.7;
}

/* 【SHC v1.0】保守対応#24750 スピーカー販売開始に伴う制御追加  End. */

@media screen and (min-width: 992px) {
  .container.product-detail {
    margin: 25px auto 0;
  }
  .sx-description-text {
    width: 540px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .container.product-detail {
    max-width: 1080px;
  }
  .sx-recommendations-carousel .swiper-button-prev {
    left: -40px;
  }
  .sx-recommendations-carousel .swiper-button-next {
    right: -40px;
  }
}

@media screen and (max-width: 320px) {
  .fa-line:before {
    width: 28px;
    height: 28px;
  }
  .fa-facebook-official {
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 769px) {
  .sx-details {
    margin-top: 10px;
    padding: 50px 90px 120px;
  }
  .sx-details-tabs {
    margin: 0 0 40px;
  }
  .sx-details-tab {
    transition: color 0.3s;
  }
  .sx-details-tab:hover {
    color: #c90012;
  }
  .sx-details-tab {
    font-size: 20px;
  }
  .sx-description h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .sx-description a:hover {
    opacity: 0.7;
  }
  .sx-description-image .sx-image-caption {
    margin-bottom: 100px;
  }
  .sx-description-image + .sx-description-image {
    margin-top: 20px;
  }
  .sx-description-image + .sx-description-content {
    margin-top: 100px;
  }
  .sx-description-content + .sx-description-content {
    margin-top: 50px;
    padding-top: 40px;
  }
  .sx-description-title {
    font-size: 24px;
    line-height: 36px;
  }
  .sx-description-text {
    font-size: 17px;
    line-height: 32px;
  }
  .sx-spec a:hover {
    opacity: 0.7;
  }
  .sx-recommendations {
    margin-top: 10px;
    padding: 40px;
  }
  .sx-recommendations-title {
    font-size: 24px;
  }
  .sx-recommendations-carousel a:hover {
    opacity: 0.7;
  }
  .sx-recommendations-carousel .swiper-button-next:hover,
.sx-recommendations-carousel .swiper-button-prev:hover {
    opacity: 0.7;
  }
  .sx-recommendations-name {
    font-size: 15px;
  }
  .sx-recommendations-price {
    font-size: 14px;
  }
  .sx-spec table {
    margin: 15px 0;
    font-size: 14px;
    line-height: 21px;
  }
  .sx-spec table th, .sx-spec table td {
    padding: 8px;
  }
}

@media screen and (max-width: 543px) {
  .sx-details-tab {
    width: 50%;
    padding: 0 15px;
  }
  .sx-details-content .row {
    margin-right: 0;
    margin-left: 0;
  }
  .sx-description-content .sx-description-title,
.sx-description-content .sx-description-text {
    padding-right: 0;
    padding-left: 0;
  }
  .sx-spec dl {
    display: block;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .sx-spec dl + dl {
    border-top: 0 none;
  }
  .sx-spec dt {
    display: block;
    width: 100%;
    padding: 0;
    border-right: 0 none;
    font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
    font-weight: bold;
  }
  .sx-spec dd {
    display: block;
    margin-top: 6px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .sx-description {
    padding-top: 15px;
  }
  .sx-spec table {
    margin: 20px 0;
    font-size: 12px;
    line-height: 16px;
  }
  .sx-spec table th, .sx-spec table td {
    padding: 8px;
  }
}

@media screen and (min-width: 544px) {
  .sx-spec dt {
    min-width: 160px;
    max-width: 160px;
  }
}

/* 【SHC v1.0】保守対応 #9734 商品詳細上部に「コロナワクチン接種に関するお知らせ」を表示する欄を作成する Start. */
.news {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .news {
  margin-bottom: 5px;
  padding: 10px;
  background-color: #fff;
  }
}
/* 【SHC v1.0】保守対応 #9734 商品詳細上部に「コロナワクチン接種に関するお知らせ」を表示する欄を作成する End. */

/* 【SHC v1.0】保守対応 #9714 商品紹介のブロックを分けて見せたい。実現方法を検討する Start. */
	hr.separation{
		margin: 0 calc(50% - 50vw);
		width:100vw;
		border-top: 10px solid #e8e7e4;
	}

	@media screen and (max-width: 769px) {
		hr.separation{
			margin: 0 calc(50% - 50vw);
			width:100vw;
			border-top: 5px solid #e8e7e4;
		}
	}
/* 【SHC v1.0】保守対応 #9714 商品紹介のブロックを分けて見せたい。実現方法を検討する End. */

/* 【SHC V1.0】保守対応#24161 第一類医薬品追加に伴う「薬剤師からの情報提供」の同意チェック機能作成  Start. */
.sx-interviewSheet {
  margin-top: 5px;
  padding: 30px 10px 30px;
  background-color: #fff;
}
.sx-interview-title {
  color: #c90012;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

.interview_open {
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  text-decoration: underline;
  margin: 15px;
}
.interview_open:hover {
  cursor: pointer;
}
.interview_open i, .interview_open i:after {
  border-right: 10px solid transparent;
  border-bottom: 17.3205px solid #c90012;
  border-left: 10px solid transparent;
  transform: rotate(180deg);
  transition: all 0.6s ease;
  height: 100%;
}
.interview_open .comment {
  margin-bottom: 0;
  margin-left: 10px;
}
.interview_open .comment:after {
  content: '回答する';
}
.interview_open.is-active .comment:after {
  content: '閉じる';
}
.interview_open.is-active i {
  transform: rotate(0deg);
  transition: all 0.6s ease;
}
@media screen and (min-width: 769px) {
  .sx-interviewSheet {
    margin-top: 10px;
    padding: 50px 90px 50px;
  }
}
.interviewSheet-main {
	display: none;
}
.interviewSheet-main input[type="checkbox"] {
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #000 !important;
  background: transparent !important;
}
input .answered {
  width: 250px;
  height: 50px;
  border-radius: 6px;
  font-size: 20px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3", "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif !important;
}
.interviewSheet .answered_right {
  text-align: end;
}
/* 【SHC V1.0】保守対応#24161 第一類医薬品追加に伴う「薬剤師からの情報提供」の同意チェック機能作成  End. */</pre></body></html>