@charset "UTF-8";
/*　*/
@media only screen and (max-width: 767px) {
  .products-detail .m-section03 {
    padding: 0 1.5rem;
  }
}

.products-detail .l-kv__ttl {
  padding: 3.5rem 0 4rem;
}

.products-detail .l-kv__ttl--small {
  padding-top: 1rem;
}

.products-detail .l-kv__ttl--medium {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-kv__ttl--medium {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .products-detail .l-kv__ttl {
    font-size: 2.1rem;
    padding: 2.7rem 0 4rem;
  }
  .products-detail .l-kv__ttl--small {
    padding-top: 0;
  }
}

.products-detail .l-kv.small .l-kv__ttl {
  position: fixed;
  top: 11.5rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 101;
  background: #f2f6f8;
  font-size: 2rem;
  padding: 1.5rem 0 1.5rem;
}

.products-detail .l-kv.small .l-kv__ttl--small {
  font-size: 1rem;
  padding-top: 0;
}

@media only screen and (max-width: 1024px) {
  .products-detail .l-kv.small .l-kv__ttl {
    top: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .products-detail .l-kv.small .l-kv__ttl {
    top: 55px;
    font-size: 1.4rem;
    padding: 0.4rem 0 1rem;
  }
  .products-detail .l-kv.small .l-kv__ttl--small {
    font-size: 0.6rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .products-detail .l-kv.small {
    top: 7vw;
  }
}

.products-detail .l-btn {
  padding: 3rem 0 5rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-btn {
    padding: 2rem 0 0;
  }
}

.products-detail .l-btn .l-btn__list {
  margin: 0 -0.5rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-detail .l-btn .l-btn__list li {
  margin: 0 0.5rem;
  width: 16rem;
}

.products-detail .l-btn .l-btn__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
  border: 1px solid #e0e0e0;
  height: 6rem;
  position: relative;
  color: #333;
}

.products-detail .l-btn .l-btn__list li a:after {
  content: "";
  background: url("../../../img/common/icon_arrow_down.svg") no-repeat;
  background-size: cover;
  width: 1rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 1025px) {
  .products-detail .l-btn .l-btn__list li:hover a {
    border: 1px solid #0b71bd;
    color: #0b71bd;
  }
}

@media only screen and (max-width: 767px) {
  .products-detail .l-btn .l-btn__list {
    margin: 0 -0.5rem 1.8rem;
  }
  .products-detail .l-btn .l-btn__list li {
    margin: 0 0.5rem 1rem;
    width: calc(100% / 2 - 1rem);
  }
  .products-detail .l-btn .l-btn__list li a {
    font-size: 1.2rem;
    height: 4rem;
  }
  .products-detail .l-btn .l-btn__list li a:after {
    right: 0.5rem;
  }
}

.products-detail .l-btn__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products-detail .l-btn__box--download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-detail .l-btn__box--download a {
  background: #8d99ac;
  color: #fff;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7rem;
  position: relative;
  width: 30rem;
  height: 6rem;
  font-weight: bold;
  cursor: pointer;
}

.products-detail .l-btn__box--download a:after {
  content: "";
  background: url("../../../img/common/ico_download.svg") no-repeat;
  background-size: cover;
  width: 1.7rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products-detail .l-btn__box--download a:hover {
  background: #0b71bd;
}

.products-detail .l-btn__box--download .l-btn__box--txt {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.9;
  padding-left: 2rem;
}

.products-detail .l-btn__box--print {
  width: 14.2rem;
}

.products-detail .l-medicineTable {
  padding-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-medicineTable {
    padding-bottom: 2rem;
  }
}

.products-detail .l-medicineTable .l-medicineTable__title {
  position: relative;
}

.products-detail .l-medicineTable .l-medicineTable__title .btn-print {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 16.2rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-medicineTable .l-medicineTable__title .m-ttl02 {
    margin-bottom: 3rem;
  }
}

.products-detail .l-medicineTable__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3rem;
}

.products-detail .l-medicineTable__info--inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}

.products-detail .l-medicineTable__info--inner dl:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.products-detail .l-medicineTable__info--inner dl dt {
  width: 19rem;
  background: #f9f9f9;
  padding: 1rem 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.06em;
  font-weight: bold;
}

.products-detail .l-medicineTable__info--inner dl dd {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 1rem 1.9rem;
  width: calc(100% - 19rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 1025px) {
  .products-detail .l-medicineTable__info--inner dl dd.note2 {
    padding: 2.2rem 1.9rem;
  }
}

.products-detail .l-medicineTable__info--inner:nth-child(1) {
  width: 66.6rem;
}

.products-detail .l-medicineTable__info--inner:nth-child(2) {
  width: 31.4rem;
}

.products-detail .l-medicineTable__info--inner:nth-child(2) dl dt {
  width: 16rem;
}

.products-detail .l-medicineTable__info--inner:nth-child(2) dl dd {
  width: calc(100% - 16rem);
}

@media only screen and (max-width: 767px) {
  .products-detail .l-medicineTable__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2rem;
  }
  .products-detail .l-medicineTable__info--inner dl dt {
    width: 13rem;
    line-height: 1.7;
    font-size: 1.3rem;
  }
  .products-detail .l-medicineTable__info--inner dl dd {
    font-size: 1.3rem;
    line-height: 1.7;
    width: calc(100% - 13rem);
  }
  .products-detail .l-medicineTable__info--inner:nth-child(1) {
    width: 100%;
  }
  .products-detail .l-medicineTable__info--inner:nth-child(2) {
    width: 100%;
    margin-top: -1px;
  }
  .products-detail .l-medicineTable__info--inner:nth-child(2) dl dt {
    width: 13rem;
  }
  .products-detail .l-medicineTable__info--inner:nth-child(2) dl dd {
    width: calc(100% - 13rem);
  }
}

.products-detail .l-productsPhoto {
  position: relative;
  padding: 0 0 7.8rem 0;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-productsPhoto {
    padding: 0 0 3.8rem 0;
  }
}

.products-detail .l-productsPhoto .m-ttl02 {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-productsPhoto .m-ttl02 {
    margin-bottom: 3rem;
  }
}

.products-detail .l-productsPhoto .l-productsPhoto--slider .js-slider-thumb p, .products-detail .l-productsPhoto .l-productsPhoto--slider .js-slider-thumb-old p {
  width: 8rem !important;
  height: 8rem;
}

.products-detail .l-productsPhoto--slider {
  width: 79.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-productsPhoto--slider {
    width: 29rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.products-detail .l-productsPhoto--slider .box-slider {
  width: 36rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-productsPhoto--slider .box-slider {
    width: 29rem;
    min-height: 36rem;
  }
}

.products-detail .l-productsPhoto--slider .box-thumb {
  width: 35.2rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-productsPhoto--slider .box-thumb {
    width: 29rem;
  }
}

.products-detail .l-productsPhoto--slider-modal {
  width: 105.5rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-productsPhoto--slider-modal {
    width: 34.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .products-detail .l-productsPhoto--slider-modal .box-slider {
    width: 55rem;
  }
}

@media only screen and (max-width: 767px) {
  .products-detail .l-productsPhoto--slider-modal .box-slider {
    width: 34.5rem;
    min-height: 42rem;
  }
}

.products-detail .l-productsPhoto--slider-modal .box-thumb {
  width: 44.4rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-productsPhoto--slider-modal .box-thumb {
    width: 28.5rem;
    margin: 0 auto;
  }
}

.products-detail .l-barCode {
  padding-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-barCode {
    padding-bottom: 0.4rem;
  }
}

.products-detail .l-barCode__title {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-barCode__title .m-ttl02 {
    margin-bottom: 3rem;
  }
}

.products-detail .l-barCode__title .l-barcode__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 2rem;
  right: 0;
}

.products-detail .l-barCode__title .l-barcode__btn .btn-print {
  width: 16.2rem;
}

.products-detail .l-barCode__title .l-barcode__btn .l-btn__box--download {
  width: 20.9rem;
  margin-left: 1rem;
}

.products-detail .l-barCode__title .l-barcode__btn .l-btn__box--download a {
  width: 20.9rem;
  height: 3.6rem;
  font-weight: normal;
  padding-right: 2.5rem;
  border-radius: 3rem;
  font-size: 1.4rem;
}

.products-detail .l-barCode .l-barCode__table {
  padding-bottom: 5rem;
}

.products-detail .l-barCode .l-barCode__table table {
  border-collapse: collapse;
  width: 100%;
}

.products-detail .l-barCode .l-barCode__table table th,
.products-detail .l-barCode .l-barCode__table table td {
  border: 1px solid #e0e0e0;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}

.products-detail .l-barCode .l-barCode__table table th {
  background: #f9f9f9;
  width: 25rem;
  font-weight: bold;
}

.products-detail .l-barCode .l-barCode__table table td {
  padding: 2.5rem 2rem;
}

.products-detail .l-barCode .l-barCode__table2 table th:nth-child(1) {
  width: 20rem;
}

.products-detail .l-barCode .l-barCode__table2 table th:nth-child(2) {
  width: 22rem;
}

.products-detail .l-barCode .l-barCode__table2 table th:nth-child(3) {
  width: 29rem;
}

.products-detail .l-barCode .l-barCode__table2 table th:nth-child(4) {
  width: 29rem;
}

.products-detail .l-barCode .l-barCode__table2 table td {
  padding: 1.6rem;
}

.products-detail .l-barCode .l-barCode__table2 table td.note {
  padding: 0.6rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-barCode .l-barCode__tableSP {
    padding-bottom: 3.5rem;
  }
  .products-detail .l-barCode .l-barCode__tableSP table {
    border-collapse: collapse;
    width: 100%;
  }
  .products-detail .l-barCode .l-barCode__tableSP table th,
  .products-detail .l-barCode .l-barCode__tableSP table td {
    border: 1px solid #e0e0e0;
    padding: 1rem 2rem;
    font-size: 1.3rem;
    line-height: 1.76;
    text-align: left;
    vertical-align: middle;
  }
  .products-detail .l-barCode .l-barCode__tableSP table th {
    background: #f9f9f9;
    width: 13rem;
    font-weight: bold;
  }
  .products-detail .l-barCode .l-barCode__tableSP table td {
    padding: 1rem 2rem;
    width: calc(100% - 13rem);
  }
  .products-detail .l-barCode .l-barCode__table2SP {
    padding-bottom: 3.5rem;
  }
  .products-detail .l-barCode .l-barCode__table2SP .table_ttls {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 1.5rem;
  }
  .products-detail .l-barCode .l-barCode__table2SP table {
    border-collapse: collapse;
    width: 100%;
  }
  .products-detail .l-barCode .l-barCode__table2SP table th,
  .products-detail .l-barCode .l-barCode__table2SP table td {
    border: 1px solid #e0e0e0;
    padding: 2rem;
    font-size: 1.3rem;
    line-height: 1.76;
    text-align: left;
    vertical-align: middle;
  }
  .products-detail .l-barCode .l-barCode__table2SP table th {
    background: #f9f9f9;
    width: 13rem;
    font-weight: bold;
  }
  .products-detail .l-barCode .l-barCode__table2SP table td {
    padding: 2rem;
    width: calc(100% - 13rem);
  }
  .products-detail .l-barCode .l-barCode__table2SP table td.note {
    padding: 0.9rem 2rem;
  }
}

.products-detail .l-productDocumentation {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-productDocumentation {
    padding-bottom: 0;
  }
}

.products-detail .l-productDocumentation__title {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .products-detail .l-productDocumentation__title .m-ttl02 {
    padding-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .products-detail .l-productDocumentation__title .m-ttl02 {
    margin-bottom: 3rem;
  }
}

.products-detail .l-productDocumentation__title .l-btn__box--download {
  position: absolute;
  right: 0;
  top: 2rem;
  width: 20.9rem;
  margin-left: 1rem;
}

.products-detail .l-productDocumentation__title .l-btn__box--download a {
  width: 20.9rem;
  height: 3.6rem;
  font-weight: normal;
  padding-right: 2.5rem;
  border-radius: 3rem;
  font-size: 1.4rem;
}

.products-detail .l-productDocumentation__title .text_note {
  font-size: 1.4rem;
  top: 6rem;
  right: 0.5rem;
  color: #000;
  position: absolute;
}

.products-detail .l-productDocumentation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.7rem;
}

.products-detail .l-productDocumentation__list .l-modal {
  height: 100%;
}

.products-detail .l-productDocumentation__list li {
  margin: 0 0.7rem 1.5rem;
  width: 24.2rem;
  height: 6.8rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.8rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .products-detail .l-productDocumentation__list li:nth-child(4n) .l-modal .js-modal__inner {
    left: auto;
    right: 4rem;
    top: 6rem;
  }
}

.products-detail .l-productDocumentation__list li a {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0 2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 785px) {
  .products-detail .l-productDocumentation__list li a {
    font-size: 1.2rem;
    padding: 0 1.5rem;
  }
}

.products-detail .l-productDocumentation__list li a i {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.7rem;
  height: 3.4rem;
}

.products-detail .l-productDocumentation__list li a i svg {
  width: 2.7rem;
  height: 3.4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.products-detail .l-productDocumentation__list li a .ico-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products-detail .l-productDocumentation__list li a .ico-double i {
  position: relative;
  margin-left: 5px;
  -webkit-transform: none;
          transform: none;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1000px) {
  .products-detail .l-productDocumentation__list li .none-br br.u-onlySP {
    display: block !important;
  }
}

@media print, screen and (min-width: 768px) {
  .products-detail .l-productDocumentation__list li:hover {
    border: 1px solid #0b71bd;
  }
  .products-detail .l-productDocumentation__list li:hover a {
    color: #0b71bd;
  }
  .products-detail .l-productDocumentation__list li:hover a svg {
    opacity: 0.7;
  }
  .products-detail .l-productDocumentation__list li:hover .l-modal__item a {
    color: #000;
  }
  .products-detail .l-productDocumentation__list li:hover .l-modal__item svg {
    opacity: 0.7;
  }
}

.products-detail .l-productDocumentation__list li.note {
  background: #f9f9f9;
  border: none;
  cursor: none;
  pointer-events: none;
}

.products-detail .l-productDocumentation__list li.note a {
  color: #c4c4c4;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-productDocumentation__list {
    margin: 0 -0.5rem;
  }
  .products-detail .l-productDocumentation__list li {
    margin: 0 0.5rem 1rem;
    width: 16.7rem;
    height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .products-detail .l-productDocumentation__list li a {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 0 1rem;
  }
  .products-detail .l-productDocumentation__list li a i {
    width: 2.4rem;
    height: 3rem;
    right: 0.7rem;
  }
  .products-detail .l-productDocumentation__list li a i svg {
    width: 2.4rem;
    height: 3rem;
  }
  .products-detail .l-productDocumentation__list li a span {
    right: 0;
  }
}

.products-detail .l-document {
  padding-bottom: 7.5rem;
  padding-top: 6rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-document {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .products-detail .l-document .m-ttl02 {
    margin-bottom: 3rem;
  }
}

.products-detail .l-document .l-document__tablePC table {
  border-collapse: collapse;
  width: 100%;
}

.products-detail .l-document .l-document__tablePC table th,
.products-detail .l-document .l-document__tablePC table td {
  border: 1px solid #e0e0e0;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
}

.products-detail .l-document .l-document__tablePC table th {
  background: #f9f9f9;
  font-weight: bold;
  text-align: center;
}

.products-detail .l-document .l-document__tablePC table th:nth-child(1) {
  width: 20rem;
}

.products-detail .l-document .l-document__tablePC table th:nth-child(2) {
  width: 49rem;
}

.products-detail .l-document .l-document__tablePC table th:nth-child(3) {
  width: 16rem;
}

.products-detail .l-document .l-document__tablePC table th:nth-child(4) {
  width: 16rem;
}

.products-detail .l-document .l-document__tablePC table td:first-child {
  text-align: center;
}

.products-detail .l-document .l-document__tablePC table .text-link-pdf {
  font-size: 1.6rem;
  line-height: 2;
  color: #0b71bd;
  letter-spacing: 0.05em;
}

.products-detail .l-document .l-document__tablePC table .text-link-pdf img {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1rem;
  vertical-align: text-bottom;
}

.products-detail .l-document .l-document__tablePC table .text-link-pdf:hover {
  text-decoration: underline;
}

.products-detail .l-document .l-document__tableSP {
  padding-bottom: 2.5rem;
}

.products-detail .l-document .l-document__tableSP table {
  border-collapse: collapse;
  width: 100%;
}

.products-detail .l-document .l-document__tableSP table th,
.products-detail .l-document .l-document__tableSP table td {
  border: 1px solid #e0e0e0;
  padding: 1.8rem 1rem;
  font-size: 1.3rem;
  line-height: 1.76;
  text-align: left;
  vertical-align: middle;
}

.products-detail .l-document .l-document__tableSP table th {
  background: #f9f9f9;
  font-weight: bold;
  width: 13rem;
}

.products-detail .l-document .l-document__tableSP table td {
  width: calc(100% - 13rem);
}

.products-detail .l-document .l-document__tableSP table td img {
  width: 100%;
  height: auto;
}

.products-detail .l-document .l-document__tableSP table td.note {
  padding: 1rem;
  text-align: center;
}

.products-detail .l-document .l-document__tableSP table .text-link-pdf {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #0b71bd;
  letter-spacing: 0.05em;
}

.products-detail .l-document .l-document__tableSP table .text-link-pdf img {
  width: 2rem;
  height: 2rem;
  margin-left: 0;
  vertical-align: text-bottom;
}

.products-detail .l-notification .m-ttl02 {
  margin-bottom: 4.5rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-notification .m-ttl02 {
    margin-bottom: 0.5rem;
  }
}

.products-detail .l-notification .l-notification__box {
  padding: 0 0 3rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-notification .l-notification__box {
    padding: 3rem 1.5rem 1.5rem;
  }
}

.products-detail .l-notification .m-section02 {
  padding: 0 0;
}

.products-detail .l-notification .index__box02 {
  padding: 0;
  background: inherit;
}

@media print, screen and (min-width: 1025px) {
  .products-detail .l-notification .index-tab__list li a::before {
    background-color: #f9f9f9;
  }
  .products-detail .l-notification .index-tab__list li:last-child a:hover span {
    color: #0b71bd !important;
  }
  .products-detail .l-notification .index-tab__list li:last-child a:before {
    background-color: #c6e1f4;
  }
  .products-detail .l-notification .index-tab__list li:last-child a:hover::before {
    background-color: #fff2f2 !important;
  }
  .products-detail .l-notification .index-tab__list li:last-child a:hover span {
    color: #e82b2b !important;
  }
  .products-detail .l-notification .index-tab__list li:last-child a.current:hover:before {
    background-color: #fff2f2 !important;
  }
  .products-detail .l-notification .index-tab__list li:last-child a.current:hover span {
    color: #e82b2b !important;
  }
}

@media only screen and (max-width: 767px) {
  .products-detail .l-notification .index-tab__list {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .products-detail .l-notification .index-tab__list li a {
    background-color: #f9f9f9;
  }
  .products-detail .l-notification .index-tab__list li a.current {
    background-color: #0b71bd;
  }
  .products-detail .l-notification .index-tab__list li:last-child a.current span {
    background-color: #fff2f2;
  }
  .products-detail .l-notification .index-tab__list li:last-child a {
    background-color: #c6e1f4;
  }
  .products-detail .l-notification .index-tab__list li:last-child a.current span {
    color: #e82b2b !important;
  }
  .products-detail .l-notification .index-tab__list li:last-child a.current span li:last-child a span {
    color: #0b71bd !important;
  }
}

.products-detail .l-notification .index__info__box {
  padding: 3rem 0 0rem 0;
}

.products-detail .l-notification .index__info__list01 li .inner {
  padding: 1.5rem 0;
}

.products-detail .l-notification .index__info__list01 li .inner .cat {
  width: 17rem;
  margin-left: 3rem;
}

.products-detail .l-notification .index__info__list01 li .inner .cat .bg {
  padding: 0.5rem 1rem;
}

.products-detail .l-notification .index__info__list01 li .inner .txt {
  line-height: 1.85;
  margin-left: 2rem;
}

.products-detail .l-notification .index__info__list01 li .inner .ico {
  margin-top: 1.2rem;
}

.products-detail .l-notification .index__info__list01 li.hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-notification .index__info__list01 li .inner {
    padding: 0;
  }
  .products-detail .l-notification .index__info__list01 li .inner .cat {
    width: 13.5rem;
    margin-left: 1.5rem;
  }
  .products-detail .l-notification .index__info__list01 li .inner .cat .bg {
    padding: 0.4rem 0.4rem;
  }
  .products-detail .l-notification .index__info__list01 li .inner .txt {
    line-height: 1.85;
    margin-left: 0;
  }
  .products-detail .l-notification .index__info__list01 li .inner .ico {
    margin-top: 0.1rem;
  }
}

.products-detail .l-notification .l-notification__btn a {
  font-size: 14px;
  width: 20rem;
  height: 5rem;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
  background: #c4c4c4;
  border-radius: 5rem;
  cursor: pointer;
}

.products-detail .l-notification .l-notification__btn a::before {
  content: "";
  background: url("../../../img/common/icon_arrow_down_w.svg") no-repeat;
  background-size: cover;
  width: 1rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products-detail .l-notification .l-notification__btn a:hover {
  background: #0b71bd;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-notification .l-notification__btn a {
    width: 16rem;
    height: 4.5rem;
    font-size: 1.3rem;
  }
}

.products-detail .l-notification .page__btn {
  margin-top: 6rem;
}

@media only screen and (max-width: 767px) {
  .products-detail .l-notification .page__btn {
    margin-top: 5rem;
  }
}

.l-modal {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .l-modal {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-modal a {
    padding-left: 0.2rem;
  }
}

.l-modal .js-modal__btn,
.l-modal .js-modal__btn-slider {
  cursor: pointer;
}

.l-modal .l-productsPhoto--slider .js-slider-thumb-modal .slick-track, .l-modal .l-productsPhoto--slider .js-slider-thumb-modal-old .slick-track {
  width: 35.2rem !important;
}

.l-modal .js-modal__inner {
  display: none;
  position: absolute;
  top: 3rem;
  left: 97%;
  right: auto;
  width: 40rem;
  max-width: 40rem;
  margin: 0 auto;
  padding: 5rem;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 22;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-modal .js-modal__inner--right {
  left: auto;
  right: 4rem;
  top: 6rem;
}

@media only screen and (max-width: 767px) {
  .l-modal .js-modal__inner {
    position: fixed;
    left: 10px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    border-radius: 0;
    padding: 3rem 1.5rem;
    z-index: 105;
  }
}

@media print, screen and (min-width: 768px) {
  .l-modal:hover .js-modal__inner {
    display: block;
  }
}

.l-modal .modal-close-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .l-modal .modal-close-btn {
    display: block;
    position: absolute;
    right: 0;
    top: -4rem;
    font-size: 20px;
    background: url("/assets/img/common/btn_close.svg") center no-repeat;
    background-size: 100%;
    width: 2.1rem;
    height: 2.1rem;
  }
}

.l-modal .modal-close-btn__btm {
  display: none;
}

@media only screen and (max-width: 767px) {
  .l-modal .modal-close-btn__btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -4rem;
    color: #fff;
    font-size: 1.4rem;
  }
  .l-modal .modal-close-btn__btm:before {
    content: "";
    width: 1.7rem;
    height: 1.7rem;
    background: url("/assets/img/common/btn_close.svg") center no-repeat;
    background-size: 100%;
    margin-right: 1rem;
  }
}

.l-modal .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}

@media only screen and (max-width: 767px) {
  .l-modal .overlay {
    background-color: #475668;
    z-index: 104;
  }
}

.l-modal .l-modal__ttl {
  text-align: left;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.8rem;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .l-modal .l-modal__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
}

.l-modal .l-modal__item {
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #e0e0e0;
}

.l-modal .l-modal__item a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .l-modal .l-modal__item a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .l-modal .l-modal__item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.l-modal .l-modal__item:last-child {
  margin-bottom: 0;
}

.l-modal .l-modal__item .l-modal__item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-modal .l-modal__item .l-modal__item--content span {
  margin-right: 0.4rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .l-modal .l-modal__item .l-modal__item--content span {
    margin-right: 0.9rem;
  }
}

.l-modal .l-modal__item .l-modal__item--content i {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.l-modal .l-modal__item .c-txt-blue {
  color: #42c1e8;
}

.l-modal .l-modal__item .c-txt-green {
  color: #0f7732;
}

.l-modal .l-modal__item .c-txt-dark-blue {
  color: #1d409d;
}

.l-modal .l-modal__item .c-txt-gray {
  color: #8d99ac;
}

.products-download-detail .title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
}

.products-download-detail .note {
  font-size: 1.8rem;
  text-align: center;
  color: #5C5C5C;
  padding-bottom: 3rem;
}

.products-download-detail .box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-download-detail .box_btn > * {
  margin: 0 10px;
}

.products-download-detail .box_btn .l-btn__box--download a {
  width: 35rem;
  height: 7rem;
  background: #0b71bd;
}

.products-download-detail .box_btn .l-btn__box--download a:hover {
  opacity: 0.7;
}

.linktarget .l-modal__item--ttls {
  padding-right: 2rem;
  text-align: left;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
  }
  .products-detail .l-medicineTable__info--inner dl dt {
    border: 1px solid #e0e0e0;
  }
  th {
    background-color: #eee !important;
  }
  #header, #footer {
    display: none;
  }
  .products-detail .l-kv.small .l-kv__ttl {
    position: relative !important;
    top: 0;
    left: 0;
  }
  .products-detail .l-btn .l-btn__list li {
    margin-bottom: 0.5rem;
  }
  .l-main {
    padding-top: 0;
    background: #FFF;
  }
  #wrapper {
    min-width: 960px;
  }
  .m-section03 {
    max-width: 940px;
  }
  .m-section01 {
    max-width: 940px;
  }
  .breadcrumb, .l-btn__box--print, .btn-print, .l-btn__box--download {
    display: none;
  }
  .content-block {
    padding-top: 3.5rem;
  }
  .print-none {
    display: none !important;
  }
  .products-detail .l-barCode__title .l-barcode__btn .l-btn__box--download {
    display: none;
  }
  .l-productsPhoto {
    page-break-before: always;
  }
}
