@charset "utf-8";
/* CSS Document */

/*******************************************************************************
 For SERVICE Style
*******************************************************************************/

.t-right {
  text-align: right !important;
}

.f14 {
  font-size: 14px;
}

/*******BREAK*******/

.sp,
.sp-2 {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .sp-2 {
    display: block !important;
  }
}
._blue {
  color: #0a9cc2;
}
._green {
  color: #09b8ac;
}
._orange {
  color: #fcb000;
}
._white {
  color: #fff;
}
._f18 {
  font-size: 18px;
}
._f20 {
  font-size: 20px;
}
._f40 {
  font-size: 40px;
}
._center {
  text-align: center;
}
@media screen and (max-width: 750px) {
  ._f20 {
    font-size: 14px !important;
  }
  ._f40 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 320px) {
  ._f20 {
    font-size: 12px !important;
  }
  ._f40 {
    font-size: 16px !important;
  }
}
/*******BTN*******/

.btn {
  width: 218px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d4d4d4;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 16px;
}
.btn.bt-pdf:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  color: #e60039;
  font-size: 20px;
  font-weight: 100;
  right: 15px;
  top: 7px;
  position: absolute;
}
.btn.bt-print:before {
  content: "\f02f";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  right: 15px;
  top: 9px;
  position: absolute;
}
.btn.bt-back {
  width: 300px;
}
.btn.bt-back:before {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  left: 15px;
  top: 9px;
  position: absolute;
}
.btn:hover {
  background: #e60039;
  border: 1px solid #e60039;
  text-decoration: none;
  color: #fff;
}
.btn:hover:before {
  color: #fff;
}

.link-arrow.a-blank:after {
  content: "\f2d2";
  font-family: "Font Awesome 5 Free";
  font-weight: 100;
  margin-left: 10px;
}

.link-arrow.a-right:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

.link-arrow:hover {
  text-decoration: none;
  color: #e60039;
}

.link-arrow.a-left-circle {
  position: relative;
  margin-left: 1.5em;
}
.link-arrow.a-left-circle:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  position: absolute;
  left: -1.5em;
  top: 0.2em;
}

.link-arrow:hover {
  color: #e60039;
}
a.link-arrow:hover {
  text-decoration: none;
  color: #e60039;
}
.btn._arrow-down {
  box-sizing: border-box;
}
.btn,
.btn::before,
.btn::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*******VIDEO*******/

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*******GRID*******/

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid .clm {
  width: calc(33% - 20px * 2 / 3);
  margin: 0 20px 20px 0;
}
.grid .clm:nth-child(3) {
  margin-right: 0px;
}
.grid .clm-2 {
  width: calc(50% - 20px * 1 / 2);
  margin: 0 20px 20px 0;
}
.grid .clm-2:nth-child(2) {
  margin-right: 0px;
}
.grid .clm-4 {
  width: calc(25% - 20px * 3 / 4);
  margin: 0 20px 20px 0;
}
.grid .clm-4:nth-child(4) {
  margin-right: 0px;
}
.grid .clm.last,
.grid .clm-2.last,
.grid .clm-3.last {
  margin-right: 0px;
}
@media screen and (max-width: 750px) {
  .grid {
  }
  .grid .clm,
  .grid .clm-2,
  .grid .clm-3,
  .grid .clm-3 .clm,
  .grid .clm-4 {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
}

/*******HEADER*******/

header {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
  box-sizing: border-box;
}
header h2 {
  font-size: 22px;
  font-weight: bold;
}
header h2 a {
  text-decoration: none;
}
header h2 a:hover {
  text-decoration: none;
  color: #e60039 !important;
}
header nav {
  width: 100%;
  margin-top: 35px;
}
header nav ul {
  display: -webkit-flex;
  display: flex;
}
header nav ul li {
  width: 90%;
}
header nav ul li a {
  display: block;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 14px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  text-decoration: none;
}

header nav ul li a:hover,
body.medical-top header nav ul li a.medical-top,
body.medical-drug header nav ul li a.medical-drug,
body.medical-column header nav ul li a.medical-column,
body.medical-seminar header nav ul li a.medical-seminar {
  border-bottom-color: #e60039;
  text-decoration: none;
  font-weight: bold;
}

.search_container {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  width: 260px;
  overflow: hidden;
  background-color: #f3f3f3;
}
.search_container input[type="text"] {
  border: none;
  background-color: #f3f3f3;
  color: #555555;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container button {
  background: none;
  border: none;
  font-size: 16px;
  color: #a4a4a4;
}

.sp .search_container {
  width: 100%;
}

.search_container input[type="text"] {
  width: calc(100% - 40px);
}

#hamburger {
  position: relative;
  display: none;
  width: 20px;
  height: 16px;
  margin: 12px 0 0 auto;
  z-index: 100;
}
#hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  transform: translateY(-50%);
}
#hamburger::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}
#hamburger::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.sp-nav {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in-out;
}

.sp-nav ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sp-nav li {
  margin: 0;
  padding: 0;
}
.sp-nav li span {
  font-size: 15px;
  color: #fff;
}
.sp-nav li a,
.sp-nav li span {
  display: block;
  padding: 20px 0;
}
sp-nav .close {
  position: relative;
  padding-left: 20px;
}
.sp-nav .close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}
.sp-nav .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
.sp-nav {
  display: none;
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(-100%);
}

.toggle {
  transform: translateY(0);
  opacity: 1;
}

/*******ARTICLE*******/

main {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dedede;
  background-color: #f8f8f8;
  padding-bottom: 140px;
  color: #333333;
  display: block;
}
.news-area {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.news-area-inner {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.03);
  padding: 25px 30px;
  box-sizing: border-box;
}
.news-area-inner h2 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.news-area-inner h2::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #e60039;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -10px;
}
.news-area-inner p {
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .news-area-inner h2 {
    font-size: 18px;
  }
  .news-area {
    margin: 0 auto 20px;
  }
  .news-area-inner {
    padding: 25px;
  }
  .news-area-inner p {
    font-size: 14px;
    text-align: left !important;
  }
}
.medical-top main {
  padding-top: 60px;
}
.medical-top main .inner-contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: row-reverse;
}

.medical-top article {
  width: 816px;
}
article .slider {
  margin-bottom: 10px !important;
}
.slick-list {
  overflow: hidden;
}
.slider .slick-slide {
  border: solid 1px #dedede;
  box-sizing: border-box;
}

.thumnail {
  margin-bottom: 60px;
  cursor: pointer;
}
.thumnail .slick-track {
  transform: unset !important;
  width: 100% !important;
}
.thumnail-item {
  width: 19.2% !important;
  margin-right: 1%;
  border: solid 1px #dedede;
  box-sizing: border-box;
}
.thumnail-item:last-child {
  margin-right: 0;
}
.thumnail-item.slick-current {
  border: solid 1px #e60039;
}

.medical-top article h3 {
  border-radius: 5px;
  background: #efefef;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
  font-size: 22px;
  font-weight: bold;
  color: #555555;
  letter-spacing: 0.1em;
  padding: 5px 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
article ul.drug-logo {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
article ul.drug-logo li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #dedede;
}
article ul.drug-logo li {
  width: 23.89%;
  height: 64px;
  background: #fff;
  position: relative;
}
article ul.drug-logo li::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0px;
  background-color: #333;
}
article ul.drug-logo li:nth-child(1)::after {
  background-color: #437ac2;
}
article ul.drug-logo li:nth-child(2)::after {
  background-color: #0087d1;
}
article ul.drug-logo li:nth-child(3)::after {
  background-color: #a40d5d;
}
article ul.drug-logo li:nth-child(4)::after {
  background-color: #b0abd4;
}
article ul.drug-logo li:nth-child(5)::after {
  background-color: #e60039;
}
article ul.drug-logo li:nth-child(6)::after {
  background-color: #0f4181;
}
article ul.drug-logo li:nth-child(7)::after {
  background-color: #f98500;
}
article ul.drug-logo li:nth-child(8)::after {
  background-color: #218f4d;
}
article ul.drug-logo li:nth-child(9)::after {
  background-color: #b0abd4;
}

article ul.drug-logo li:nth-child(1) a:hover {
  border: 1px solid #437ac2;
}
article ul.drug-logo li:nth-child(2) a:hover {
  border: 1px solid #0087d1;
}
article ul.drug-logo li:nth-child(3) a:hover {
  border: 1px solid #a40d5d;
}
article ul.drug-logo li:nth-child(4) a:hover {
  border: 1px solid #b0abd4;
}
article ul.drug-logo li:nth-child(5) a:hover {
  border: 1px solid #e60039;
}
article ul.drug-logo li:nth-child(6) a:hover {
  border: 1px solid #0f4181;
}
article ul.drug-logo li:nth-child(7) a:hover {
  border: 1px solid #f98500;
}
article ul.drug-logo li:nth-child(8) a:hover {
  border: 1px solid #218f4d;
}
article ul.drug-logo li:nth-child(5),
article ul.drug-logo li:nth-child(6),
article ul.drug-logo li:nth-child(7),
article ul.drug-logo li:nth-child(8),
article ul.drug-logo li:nth-child(9) {
  width: 23.89%;
  margin-top: 12px;
}
article ul.pickup-bnr {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
article ul.pickup-bnr li {
  margin-right: 12px;
  margin-bottom: 12px;
  width: 264px;
}
article ul.pickup-bnr li img {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
article ul.pickup-bnr a {
  display: block;
}
article ul.pickup-bnr li:nth-child(3n) {
  margin-right: 0;
}
article ul.tab {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
article ul.tab li {
  font-size: 14px;
  width: 19.6%;
  padding: 5px 0;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #dedede;
  cursor: pointer;
  list-style: none;
  transition: 0.3s;
  box-sizing: border-box;
}
article ul.tab li.active {
  color: #fff;
  background: #e60039;
  border: none;
  cursor: auto;
  position: relative;
}
article ul.tab li.active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e60039 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
}
article .area-news {
  margin-bottom: 70px;
}
article .area-news dl {
  display: none;
  margin-bottom: 30px;
}
article .area-news dl.show {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

article .area-news dl dt,
article .area-news dl dd {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede;
  padding: 15px 0;
}

article .area-news dl dt,
article .area-news dl dd,
article .area-news dl dd span {
  font-size: 14px;
}
article .area-news dl dt {
  width: 9em;
}
article .area-news dl dd {
  width: calc(100% - 9em);
}
article .area-news dl dd .ico-cate,
article .area-news dl dd .news-txt {
  display: inline-block;
  vertical-align: text-top;
}
article .area-news dl dd .ico-cate {
  background: #fff;
  border: 1px solid #bcbcbc;
  width: 9em;
  font-size: 12px;
  text-align: center;
  padding: 2px 0;
}
article .area-news dl dd .news-txt {
  width: calc(100% - 9.5em);
  padding-left: 10px;
  box-sizing: border-box;
}
article .area-contents-news dl {
  margin-bottom: 30px;
}
article .area-contents-news dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
article .area-contents-news dl dt,
article .area-contents-news dl dd {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede;
  padding: 15px 0;
}
article .area-contents-news dl dt,
article .area-contents-news dl dd {
  font-size: 14px;
}
article .area-contents-news dl dt {
  width: 10em;
}
article .area-contents-news dl dd {
  width: calc(100% - 10em);
}

.medical-top aside {
  width: 306px;
}

aside section {
  width: 306px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.drug-search h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.drug-search h3:before {
  content: "\f484";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.drug-search ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.drug-search ul.link-btn {
  margin-left: auto;
}
.drug-search li {
  margin-right: 11px;
  margin-bottom: 11px;
}
.drug-search li:nth-child(5),
.drug-search li:nth-child(10) {
  margin-right: 0px;
}
.drug-search li a {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 22px;
}
.drug-search li a.nolink {
  color: #c2c2c2;
  cursor: default;
}
.drug-search li a:hover {
  background: #e60039;
  color: #fff;
  text-decoration: none;
  border: none;
}
.drug-search li a.nolink:hover {
  color: #c2c2c2;
  cursor: default;
  background: #fff;
  border: 1px solid #aaa;
}
a.drug-all {
  font-size: 18px;
  text-align: right;
  font-weight: bold;
  display: block;
  margin-top: 9px;
}
a.drug-all:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 15px;
}
a.drug-all:hover {
  text-decoration: none;
  color: #e60039;
}
aside section.contents-link {
  padding: 0 10px;
}
.contents-link li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede;
  height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.contents-link li a {
  font-size: 18px;
  display: block;
}
.contents-link li a:hover {
  color: #e60039;
  font-weight: bold;
}
.contents-link li a span {
  display: inline-block;
  vertical-align: middle;
}
.contents-link li a span.sml {
  font-size: 16px;
  display: block;
}
.contents-link li:last-child {
  border: none;
}
.contents-link li a:hover {
  text-decoration: none;
}
.contents-link li:nth-child(1) a:before {
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 11px;
  margin-right: 15px;
  color: #e60039;
  display: inline-block;
}
.contents-link li:nth-child(2) a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 12px;
  margin-right: 15px;
  color: #e60039;
  display: inline-block;
}
.contents-link li:nth-child(3) a:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 14px;
  margin-right: 15px;
  color: #e60039;
  display: inline-block;
}
.contents-link li:nth-child(4) a:before {
  content: "\f518";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  margin-right: 15px;
  color: #e60039;
  display: inline-block;
}
.contents-link li:nth-child(5) a:before {
  content: "\f217";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  margin-right: 15px;
  color: #e60039;
  display: inline-block;
}
.contents-link li:nth-child(6) a:before {
  content: "\f03a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  margin-right: 15px;
  color: #e60039;
  display: inline-block;
}
.contents-link li:nth-child(7) a:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  margin-right: 15px;
  color: #e60039;
  display: inline-block;
}

.bnr dt a img {
  width: 100%;
  display: block;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.bnr dt a:hover img {
  border: 1px solid #e60039;
}
.bnr dt {
  margin-bottom: 10px;
}
.bnr dd {
  margin-bottom: 50px;
}
.bnr h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.bnr a:hover {
  text-decoration: none;
  color: #e60039;
}
.bnr h4:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #e60039;
}

@media screen and (max-width: 1150px) {
  .medical-top main .inner-contents {
    flex-flow: row wrap;
  }
  .medical-top article,
  .medical-top aside {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  article {
    margin-bottom: 70px;
  }
  .slider img {
    width: 100%;
  }
  .search_container {
    margin-top: 10px;
    margin-right: 10px;
  }
  article ul.pickup-bnr li {
    margin-right: 1.33%;
    margin-bottom: 1.33%;
    width: 24%;
  }
  article ul.pickup-bnr li img {
    width: 100%;
  }
  article ul.pickup-bnr a {
    display: block;
  }
  article ul.pickup-bnr li:nth-child(3n) {
    margin-right: 1.33%;
  }
  article ul.pickup-bnr li:nth-child(4n) {
    margin-right: 0;
  }
  article ul.tab {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  header h2 {
    padding: 10px !important;
  }

  aside section {
    width: 100%;
  }
  .drug-search ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .drug-search li {
    margin-right: 11px;
    margin-bottom: 11px;
  }
  .drug-search li:nth-child(5) {
    margin-right: 11px;
  }
  .drug-search li:nth-child(10) {
    margin-right: 0;
  }
  .drug-search li a {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    font-size: 22px;
  }
  .contents-link li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .contents-link li a span.sml {
    font-size: 16px;
  }
  .contents-link li:last-child {
    border: none;
  }
  .contents-link li a:hover {
    text-decoration: none;
  }

  .bnr dt a img {
    width: 100%;
    display: block;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
  }
  .bnr dt a:hover img {
    border: 1px solid #e60039;
  }
  .bnr dt {
    margin-bottom: 10px;
  }
  .bnr dd {
    margin-bottom: 50px;
  }
  .bnr h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .bnr a:hover {
    text-decoration: none;
    color: #e60039;
  }
}

@media screen and (max-width: 750px) {
  .sp-nav,
  #hamburger {
    display: block;
  }
  .pc-nav,
  .search.pc {
    display: none;
  }
  header {
    padding: 10px !important;
  }
  header h2 {
    font-size: 16px;
    padding: 0 !important;
  }
  header nav {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .medical-top main {
    padding: 15px 0 40px 0;
  }
  article .slider {
    margin-bottom: 15px !important;
  }
  .thumnail-item {
    width: 49% !important;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .thumnail-item:nth-child(2n) {
    margin-right: 0;
  }
  .medical-top main h3 {
    font-size: 18px;
  }

  article {
    margin-bottom: 40px;
  }
  .medical-top article h3 {
    margin-bottom: 15px;
  }
  article ul.pickup-bnr {
    margin-bottom: 30px;
  }
  article ul.pickup-bnr li {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 49%;
  }
  article ul.pickup-bnr li:nth-child(2n) {
    margin-right: 0%;
  }
  article ul.pickup-bnr li:nth-child(3n) {
    margin-right: 2%;
  }
  article ul.pickup-bnr li:nth-child(4n) {
    margin-right: 0;
  }

  article ul.drug-logo {
    margin-bottom: 30px;
  }
  article ul.drug-logo li {
    width: 49%;
    height: 64px;
    margin-bottom: 2%;
  }
  article ul.drug-logo li:nth-child(4),
  article ul.drug-logo li:nth-child(5),
  article ul.drug-logo li:nth-child(6),
  article ul.drug-logo li:nth-child(7),
  article ul.drug-logo li:nth-child(8),
  article ul.drug-logo li:nth-child(9) {
    width: 49%;
    margin-top: 0px;
  }

  article ul.tab {
    margin-bottom: 20px;
  }
  article ul.tab li {
    font-size: 10px;
    width: 23%;
    padding: 2px 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  article ul.tab li:nth-child(1) {
    width: 12%;
  }
  article ul.tab li:nth-child(5) {
    width: 14%;
  }
  article .area-news {
    margin-bottom: 40px;
  }
  article .area-news dl {
    display: none;
    margin-bottom: 15px;
  }
  article .area-news dl.show {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }

  article .area-news dl dd {
    padding: 0 0 15px 0;
  }

  article .area-news dl dt {
    border: none;
    font-weight: bold;
    padding: 15px 0 10px 0;
  }

  article .area-news dl dt,
  article .area-news dl dd,
  article .area-news dl dd span {
    font-size: 14px;
  }
  article .area-news dl dt {
    width: 100%;
  }
  article .area-news dl dd {
    width: 100%;
  }

  article .area-news dl dd .ico-cate {
    width: 10em;
    font-size: 10px;
    margin-bottom: 10px;
  }
  article .area-news dl dd .news-txt {
    width: 100%;
    padding-left: 0;
  }
  article .area-contents-news dl {
    margin-bottom: 15px;
  }

  article .area-contents-news dl dt {
    border: none;
    padding: 15px 0 10px 0;
    font-weight: bold;
  }
  article .area-contents-news dl dd {
    padding: 0 0 15px 0;
  }
  article .area-contents-news dl dt,
  article .area-contents-news dl dd {
    font-size: 14px;
  }
  article .area-contents-news dl dt {
    width: 100%;
  }
  article .area-contents-news dl dd {
    width: 100%;
  }
  header h2 {
    padding: 10px !important;
  }

  .drug-search li {
    margin-right: 11px;
    margin-bottom: 11px;
  }
  .drug-search li:nth-child(5) {
    margin-right: 11px;
  }
  .drug-search li:nth-child(10) {
    margin-right: 0;
  }
  .drug-search li a {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    font-size: 22px;
  }
}

@media screen and (max-width: 414px) {
  .drug-search ul {
    justify-content: left;
    align-items: center;
  }
  .drug-search li {
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .drug-search li:nth-child(5) {
    margin-right: 14px;
  }
  .drug-search li:nth-child(4) {
    margin-right: 0px;
  }
  .drug-search li:nth-child(8) {
    margin-right: 0;
  }
  .drug-search li a {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 340px) {
  .drug-search li {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .drug-search li:nth-child(5) {
    margin-right: 12px;
  }
  .drug-search li a {
    width: 50px;
    height: 50px;
  }
}

.hero {
  height: 240px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none) {
  .hero {
    justify-content: flex-start;
  }
}
.hero h3 {
  width: 96%;
  max-width: 1200px;
  margin: auto;
  font-size: 36px;
  letter-spacing: 0.1em;
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: #e60039;
  padding: 0 0 0 16px;
  box-sizing: border-box;
  line-height: 120%;
}
.detail .hero {
  height: 160px;
  background-color: #eeeeee;
  background-image: none !important;
}
.detail .hero h3 {
  text-align: center;
  border: none;
  padding: 0;
}
article section {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 140px auto;
}
article section:last-child {
  margin-bottom: 0px;
}

main .pankz {
  margin: 0 auto;
  padding: 0 0 40px 0;
  width: 96%;
  max-width: 1200px;
}
main .pankz ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
main .pankz ul li {
  font-size: 12px;
  margin-right: 15px;
}
main .pankz ul li a {
  background-image: none;
  padding-right: 0;
  color: #333;
  font-size: 12px;
  text-decoration: underline;
}
main .pankz ul li:after {
  content: url("../img/pankuzu.svg");
  margin-left: 15px;
}
main .pankz ul li:last-child:after {
  display: none;
}

@media screen and (max-width: 750px) {
  main {
    padding-bottom: 70px;
  }
  .hero {
    height: 150px;
    margin-bottom: 30px;
  }
  .hero h3 {
    font-size: 20px;
  }
  article section {
    margin: 0 auto 70px auto;
  }
  main .pankz {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .hero {
    height: 80px;
  }
  .hero h3 {
    font-size: 18px;
  }
}

/**** お役立ち�?報 ****/

.medical-column .hero {
  background-image: url(../img/hiro-contents.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.medical-column article section h4 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 78px;
}
.medical-column article section h4:after {
  content: "";
  width: 36px;
  height: 5px;
  background-color: #e60039;
  position: absolute;
  left: calc(50% - 18px);
  bottom: -8px;
}
.medical-column article section ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.medical-column article section ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 70px;
}
.medical-column article section ul li img {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.medical-column article section ul li:nth-child(4n) {
  margin-right: 0;
}
.medical-column article section ul li a:hover {
  text-decoration: none !important;
}
.medical-column article section ul li dt {
  margin-bottom: 15px;
}
.medical-column article section ul li dd {
  margin-top: auto;
}
.medical-column article section ul li dd p {
  font-size: 14px;
}
.medical-column article section ul li dd p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .medical-column article section h4 {
    font-size: 18px;
    margin-bottom: 38px;
  }
  .medical-column article section h4:after {
    width: 36px;
    height: 4px;
    bottom: -8px;
  }
  .medical-column article section ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .medical-column article section ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .medical-column article section ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .medical-column article section ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .medical-column article section ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .medical-column article section ul li:nth-child(2n) {
    margin-right: 0%;
  }
  .medical-column article section ul li dd p {
    font-size: 12px;
  }
  .medical-column article section ul li dd p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.medical-column.detail section {
  border-radius: 10px;
  background: #fff;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
}

.medical-column.detail section h4 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
}
.medical-column.detail section h4:after {
  display: none;
}
.medical-column.detail section p.sub-txt {
  font-size: 14px;
  margin-bottom: 15px;
}
.medical-column.detail section .link-area {
  margin-bottom: 30px;
}
.medical-column.detail section .link-area a {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.medical-column.detail section .link-area a:last-child {
  margin-bottom: 0;
}

.medical-column.detail section dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.medical-column.detail section dl dt img {
  width: 100%;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.medical-column.detail .btn.bt-back {
  margin: 70px auto;
}

/*�?ンプレー�?A*/

.medical-column.detail.temlate-a section {
  padding: 50px;
  width: 96%;
  max-width: 916px;
}
.medical-column.detail.temlate-a section dl dt {
  width: 238px;
  margin-right: 68px;
}
.medical-column.detail.temlate-a section dl dd {
  width: calc(100% - 306px);
}

/*�?ンプレー�?B*/

.medical-column.detail.temlate-b .inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.medical-column.detail.temlate-b section {
  padding: 30px 30px 20px 30px;
  width: 31.833%;
  margin: 0 2.25% 30px 0;
  display: flex;
  flex-direction: column;
}
.medical-column.detail.temlate-b section:nth-child(3n) {
  margin: 0 0 30px 0;
}
.medical-column.detail.temlate-b section dl dt {
  width: 238px;
  margin: 0 auto 15px auto;
}
.medical-column.detail.temlate-b section dl dd {
  width: 100%;
}
.medical-column.detail.temlate-b section a.btn {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

/*�?ンプレー�?C*/

.medical-column.detail.temlate-c .inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.medical-column.detail.temlate-c section {
  padding: 50px;
  width: 100%;
  margin: 0 0 30px 0;
}
.medical-column.detail.temlate-c section p {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .medical-column.detail.temlate-c section {
    padding: 30px;
  }
  .medical-column.detail.temlate-b section {
    padding: 30px;
    width: 49%;
    margin: 0 2% 30px 0;
  }
  .medical-column.detail.temlate-b section:nth-child(3n) {
    margin: 0 2% 30px 0;
  }
  .medical-column.detail.temlate-b section:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .medical-column.detail.temlate-a section dl dd a.btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 640px) {
  .detail .hero {
    height: 80px;
  }
  .medical-column.detail.temlate-a section {
    padding: 30px;
  }
  .medical-column.detail.temlate-a section dl dt {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .medical-column.detail.temlate-a section dl dt img {
    width: 238px;
  }
  .medical-column.detail.temlate-a section dl dd {
    width: 100%;
  }
  .medical-column.detail.temlate-b section {
    padding: 30px;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .medical-column.detail section:last-child {
    margin-bottom: 0;
  }
  .medical-column.detail .btn.bt-back {
    margin: 30px auto;
  }
}

/**** セミナー�?報 ****/

.medical-seminar .hero {
  background-image: url(../img/hiro-seminar.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.medical-seminar .inner h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 78px;
}
.inner.On-demand {
  margin-top: 140px;
}
.medical-seminar .inner h2:after {
  content: "";
  width: 36px;
  height: 5px;
  background-color: #e60039;
  position: absolute;
  left: calc(50% - 18px);
  bottom: -8px;
}
.medical-seminar section {
  padding: 50px;
  width: 96%;
  max-width: 916px;
  border-radius: 10px;
  background: #fff;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
}
.medical-seminar section h4 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 16px;
}
.medical-seminar section h4:after {
  display: none;
}
.medical-seminar section h5 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 20px;
}
.medical-seminar section p.sub-txt {
  font-size: 14px;
  margin-bottom: 30px;
}
.medical-seminar section .link-area {
  margin-bottom: 30px;
}
.medical-seminar section .link-area a {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.medical-seminar section .link-area a:last-child {
  margin-bottom: 0;
}
.medical-seminar section dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.medical-seminar .On-demand section dt,
.medical-seminar .On-demand section dd {
  width: 100%;
}
.medical-seminar .On-demand section dt {
  aspect-ratio: 16/9;
}
.medical-seminar .On-demand section dt iframe {
  width: 100% !important;
  height: 100% !important;
}
.medical-seminar section dl dt img {
  width: 100%;
}
.medical-seminar section dl dt {
  width: 238px;
  margin-right: 68px;
}
.medical-seminar .On-demand section dt {
  margin-right: 0;
  margin-bottom: 15px;
}
.medical-seminar section dl dd {
  width: calc(100% - 306px);
}
.medical-seminar .On-demand section dd h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.medical-seminar .On-demand section dd p.sub-txt {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .medical-seminar .inner h2 {
    font-size: 18px;
    margin-bottom: 38px;
  }
  .medical-seminar .inner h2:after {
    width: 36px;
    height: 4px;
    bottom: -8px;
  }
  .medical-seminar section {
    padding: 30px;
  }
  .medical-seminar .inner.On-demand {
    margin-top: 70px;
  }
}

@media screen and (max-width: 640px) {
  .medical-seminar section dl dt {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .medical-seminar section dl dt img {
    width: 238px;
  }
  .medical-seminar section dl dd {
    width: 100%;
  }

  .medical-seminar section dl dd .btn {
    margin: 30px auto;
  }
}

/**** 患�?さん向け説明用�?材�?��?導�? ****/

.medical-patient h3:before {
  content: "\f518";
  font-family: "Font Awesome 5 Free";
  color: #e60039;
  font-weight: 900;
  margin-right: 15px;
}
.medical-patient h4 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 35px;
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.medical-patient ul.inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 40px auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.medical-patient ul.inner:last-child {
  margin: 0 auto 0 auto;
}
.medical-patient ul.inner li {
  border-radius: 10px;
  background: #fff;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
  padding: 30px 30px 20px 30px;
  width: 24%;
  margin: 0 1.33% 30px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.medical-patient ul.inner li:nth-child(4n) {
  margin: 0 0 30px 0;
}
.medical-patient ul.inner li dl dt {
  width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
}
.medical-patient ul.inner li dl dt img {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  width: 120px;
}
.medical-patient ul.inner li dl dd {
  width: 100%;
}
.medical-patient ul.inner li dl dd h5 {
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
.medical-patient ul.inner li a.btn {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .medical-patient h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .medical-patient ul.inner {
    margin: 0 auto 15px auto;
  }
  .medical-patient ul.inner li {
    padding: 20px;
    margin: 0 auto 15px auto;
    width: 32%;
    margin: 0 2% 15px 0;
  }
  .medical-patient ul.inner li:nth-child(4n) {
    margin: 0 2% 15px 0;
  }
  .medical-patient ul.inner li:nth-child(3n) {
    margin: 0 0 15px 0;
  }
  .medical-patient ul.inner li a.btn {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .medical-patient ul.inner li {
    width: 49%;
    margin: 0 2% 15px 0;
  }
  .medical-patient ul.inner li:nth-child(4n) {
    margin: 0 2% 15px 0;
  }
  .medical-patient ul.inner li:nth-child(3n) {
    margin: 0 2% 15px 0;
  }
  .medical-patient ul.inner li:nth-child(2n) {
    margin: 0 0 15px 0;
  }
  .medical-patient ul.inner li dl dt {
    margin: 0 0 15px 0;
  }
  .medical-patient ul.inner li dl dd h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/**** よくある質�? ****/

.medical-qa.detail .hero {
  height: auto !important;
  padding: 50px 0;
}
.medical-qa.detail .hero .caution {
  width: 96%;
  max-width: 1000px;
  margin: 50px auto 0 auto;
}
.medical-qa.detail .hero .caution h4 {
  margin-bottom: 20px;
  width: 100% !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #afafaf;
  padding-bottom: 10px;
}
.medical-qa.detail .hero .caution li {
  margin-bottom: 10px;
  font-size: 12px;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.5em;
}
.medical-qa.detail .hero .caution li:last-child {
  margin-bottom: 0;
}
.medical-qa h3:before {
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  color: #e60039;
  font-weight: 100;
  margin-right: 15px;
}
.medical-qa ul.inner {
  width: 96%;
  max-width: 792px;
  margin: 0 auto;
}
.medical-qa ul.inner li a {
  font-size: 18px;
}
.medical-qa ul.inner li {
  padding: 20px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede;
}
.medical-qa ul.inner li:last-child {
  border: none;
}
.medical-qa h4 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 70px auto;
  font-size: 25px;
  text-align: center;
}
.medical-qa ul.menu {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 70px auto;
}
.medical-qa ul.menu h5 {
  font-size: 22px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
}
span.ico-q {
  background-color: #333333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: normal;
}
span.ico-a {
  background-color: #e60039;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: normal;
  display: block;
}
span.q-txt {
  font-size: inherit;
  color: #333333;
  width: calc(100% - 40px);
  box-sizing: border-box;
  padding-right: 40px;
}

li.menu__item {
  padding: 20px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede;
}
.menu__item {
  display: block;
}
.menu__item h5 {
  cursor: pointer;
}
.menu__item__link {
  display: block;
  position: relative;
}
.menu__item__link:after {
  content: "\f150";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 5px;
}
.menu__item__link.on:after {
  content: "\f151";
}
.submenu {
  display: none;
  padding-top: 30px;
}

.submenu dl {
  display: none;
  display: -webkit-flex;
  display: flex;
}
.submenu dl dt {
  width: 40px;
}
.submenu dl dd {
  width: calc(100% - 40px);
}

.wysiwyg img {
  height: auto;
}

.wysiwyg .box {
  width: 100%;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.wysiwyg .box a {
  position: relative;
  margin-left: 1.5em;
}
.wysiwyg .box a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  position: absolute;
  left: -1.5em;
  top: 0.2em;
}
.wysiwyg .box a:hover {
  color: #e60039;
}
.wysiwyg .box a:hover {
  text-decoration: none;
  color: #e60039;
}

.wysiwyg p {
  margin-bottom: 30px;
}
.wysiwyg p a {
  color: #e60039;
}
.wysiwyg h3 {
  margin-bottom: 10px;
}
.wysiwyg h3::before {
  display: none;
}
.wysiwyg table,
.wysiwyg table th,
.wysiwyg table td,
.wysiwyg table tr {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  background-color: #fff;
  box-sizing: border-box;
}
.wysiwyg table {
  margin-bottom: 30px;
}
.wysiwyg table th,
.wysiwyg table td,
.wysiwyg table tr {
  padding: 10px;
}
.wysiwyg aside.note {
  font-size: 12px;
}
.medical-qa a.btn {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .medical-qa.detail .hero .caution {
    margin: 30px auto 0 auto;
  }
  .medical-qa.detail .hero .caution h4 {
    margin-bottom: 20px;
    font-size: 16px;
    padding-bottom: 10px;
  }
  .medical-qa.detail .hero .caution li {
    margin-bottom: 10px;
    font-size: 12px;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 1.5em;
  }
  .medical-qa ul.menu {
    margin: 0 auto 30px auto;
  }
  .medical-qa h4 {
    margin: 0 auto 30px auto;
    font-size: 20px;
  }
  .medical-qa ul.inner li a {
    font-size: 16px;
  }
  .medical-qa ul.menu h5 {
    font-size: 18px;
  }
  .wysiwyg table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .wysiwyg table tbody {
    width: 100%;
    display: table;
  }
}

/**** 製品情報 ****/

.medical-drug .hero {
  background-image: url(../img/hiro-drug.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.medical-drug .hero {
  background-image: url(../img/hiro-drug.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.medical-drug .drug-search {
  display: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.medical-drug .drug-search li {
  margin-right: 10px;
}
.medical-drug .drug-search ul.link-btn li a {
  width: 200px;
  font-weight: normal;
  font-size: 18px;
}
.medical-drug .drug-search ul.link-btn li a span {
  position: relative;
}
.medical-drug .drug-search ul.link-btn li:nth-child(1) a span:before {
  content: "\f03a";
  font-family: "Font Awesome 5 Free";
  color: #e60039;
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}
.medical-drug .drug-search ul.link-btn li:nth-child(2) {
  margin-right: 0;
}
.medical-drug .drug-search ul.link-btn li:nth-child(2) a span:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  color: #e60039;
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}
.medical-drug .drug-search ul.link-btn li a:hover span:before {
  color: #fff;
}
.medical-drug table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #cccccc;
  table-layout: fixed;
  margin-bottom: 70px;
}
.medical-drug table th,
.medical-drug table td {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}
.medical-drug table td {
  background-color: #fff;
}
.medical-drug table img {
  vertical-align: text-top;
}
.medical-drug table th {
  background-color: #dfdfdf;
}
.medical-drug table th.name {
  vertical-align: middle;
}
.medical-drug table th.name,
.medical-drug table td:nth-child(1) {
  text-align: left;
  width: 500px;
}
.medical-drug table tr.ancher-head td {
  text-align: left;
  font-size: 20px;
  color: #e60039;
  font-weight: bold;
}
.medical-drug a.btn {
  margin-left: auto;
  margin-right: auto;
}
a.ico-pdf {
  font-size: 0;
}
a.ico-pdf:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #e60039;
  font-weight: 900;
  display: inline-block;
}
a.ico-link {
  font-size: 0;
}
a.ico-link:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #555555;
  font-weight: 900;
  display: inline-block;
}
a.ico-window {
  font-size: 0;
}
a.ico-window:before {
  content: "\f2d0";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #4995bc;
  font-weight: 900;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .StickyTableHeader {
    display: none;
  }
  .medical-drug.list table thead,
  .medical-drug.list table td {
    display: none;
  }

  .medical-drug.list table td:nth-child(1) {
    display: block;
    width: 100%;
  }
  .medical-drug.list table tr.ancher-head td {
    background-color: #e60039;
    color: #fff;
  }
}
@media screen and (max-width: 640px) {
  .medical-drug .drug-search {
    display: none;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .medical-drug table {
    margin-bottom: 30px;
  }
  .medical-drug table td:nth-child(1) {
    font-size: 12px;
    padding: 10px;
  }
  .medical-drug table tr.ancher-head td {
    font-size: 16px;
  }
  .medical-drug .drug-search ul.link-btn li a {
    font-size: 14px;
  }
  .medical-drug .drug-search ul.link-btn li:nth-child(1) a span:before {
    font-size: 14px;
  }
  .medical-drug .drug-search ul.link-btn li:nth-child(2) a span:before {
    font-size: 14px;
  }
  .medical-drug .drug-search ul {
    justify-content: left;
    align-items: center;
    width: 100%;
  }
  .medical-drug .drug-search ul li {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
  }
  .medical-drug .drug-search ul li:nth-child(4n) {
    margin-right: 0;
  }
  .medical-drug .drug-search ul li a {
    width: 100%;
  }
  .medical-drug .drug-search ul.link-btn li {
    margin-right: 2%;
    width: 49%;
    box-sizing: border-box;
  }
  .medical-drug .drug-search ul.link-btn li a {
    width: 100%;
    box-sizing: border-box;
  }
  .medical-drug .drug-search ul.link-btn li:nth-child(2) {
    margin-right: 0;
  }
}

/**** 製品詳細�?報 ****/
.medical-drug section.tab {
  width: 100%;
  max-width: 100%;
  padding: 15px 15px 0 15px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 0px;
}

.medical-drug.outline .hero {
  margin-bottom: 0;
}

.medical-drug.outline main .pankz {
  padding-top: 40px;
}

.medical-drug section.tab ul {
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.medical-drug section.tab ul li {
  margin: 0 7.5px 15px 0;
}
.medical-drug section.tab ul li a {
  padding: 1px 20px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #aaa;
}
.medical-drug section.tab ul li a:hover {
  color: #fff;
  background: #e60039;
  border: 1px solid #e60039;
  text-decoration: none;
}
.medical-drug section.tab ul li a.current {
  color: #fff;
  background: #e60039;
  border: 1px solid #e60039;
}
.medical-drug section.tab ul li a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin-right: 10px;
}
.medical-drug section.tab ul li a.current:before {
  content: "\f13a";
  color: #fff;
}

.medical-drug section.tab ul li a:hover:before {
  content: "\f13a";
}
@media screen and (max-width: 640px) {
  .medical-drug section.outline {
    padding-top: 30px;
  }
  .medical-drug section.tab ul li a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .medical-drug section.tab ul li a:before {
    content: "\f138";
    font-size: 12px;
    margin-right: 5px;
  }
}
.medical-drug section.outline .print {
  text-align: right;
}
.medical-drug section.outline .print .bt-print {
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}
.medical-drug section.outline h4 {
  font-size: 25px;
  margin-bottom: 20px;
}
.medical-drug section.outline .base-outline {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.medical-drug section.outline ul.slider {
  width: 283px;
}
.medical-drug section.outline ul.slider li.photo {
  width: 282px;
  height: 282px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  margin: 0 0 30px 0;
}
.medical-drug section.outline ul.slider li.photo img {
  width: 100%;
}
.medical-drug section.outline .base-outline ul.slick {
}
.medical-drug section.outline .base-outline table {
  width: calc(100% - 303px);
}
.medical-drug section.outline .base-outline table th {
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  width: 352px;
}
.medical-drug section.outline .base-outline table td {
  text-align: left;
  font-size: 16px;
}
.medical-drug section.outline .slick-next {
  top: -25px;
  left: calc(50% - 15px);
  width: 30px;
  height: 15px;
}
.medical-drug section.outline .slick-prev {
  left: calc(50% - 15px);
  top: calc(100% - 115px);
  width: 30px;
  height: 15px;
}

.medical-drug section.outline .slick-next:before {
  content: "";
  background-image: url(../img/allow-top.png);
  background-size: cover;
  display: block !important;
  width: 30px;
  height: 15px;
}
.medical-drug section.outline .slick-prev:before {
  content: "";
  background-image: url(../img/allow-bottom.png);
  background-position: center;
  background-size: cover;
  display: block !important;
  width: 30px;
  height: 15px;
}
.drug-image {
  height: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.drug-image:after {
  position: absolute;
  content: "\f00e";
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #c1c1c1;
}

@media screen and (max-width: 1200px) {
  .medical-drug section.outline ul.slider {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
  }
  .medical-drug section.outline ul.slider li.photo {
    width: 300px !important;
    height: 300px;
    margin: 0 15px;
  }
  .medical-drug section.outline .base-outline table {
    width: 100%;
  }
  .medical-drug section.outline .slick-next {
    top: calc(50% - 15px);
    right: -20px;
    left: auto;
    width: 15px;
    height: 30px;
  }
  .medical-drug section.outline .slick-prev {
    top: calc(50% - 15px);
    left: -20px;
    width: 15px;
    height: 30px;
  }
  .medical-drug section.outline .slick-next:before {
    content: "";
    background-image: url(../img/allow-right.png);
    background-size: cover;
    display: block !important;
    width: 15px;
    height: 30px;
  }
  .medical-drug section.outline .slick-prev:before {
    content: "";
    background-image: url(../img/allow-left.png);
    background-position: center;
    background-size: cover;
    display: block !important;
    width: 15px;
    height: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .medical-drug section.outline ul.slider {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 750px) {
  .medical-drug section.outline ul.slider {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .medical-drug section.outline ul.slider li.photo {
    width: 270px !important;
    height: 270px;
    margin: 0 15px;
  }
}

@media screen and (max-width: 320px) {
  .medical-drug section.outline ul.slider {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .medical-drug section.outline ul.slider li.photo {
    width: 230px !important;
    height: 230px;
    margin: 0 15px;
  }
}
.medical-drug section.outline table.code th {
  font-weight: normal;
  font-size: 16px;
}
.medical-drug section.outline table.code td {
  text-align: center;
  font-size: 16px;
}
.medical-drug section.outline .catalog {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.medical-drug section.outline .catalog table {
  width: 32%;
}
.medical-drug section.outline .catalog table th {
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  width: 63%;
}
.medical-drug section.outline .catalog table td a {
  margin-left: 5px;
  margin-right: 5px;
}

.medical-drug section.outline > h5 {
  position: relative;
  padding-left: 26px;
  margin-bottom: 20px;
  font-size: 20px;
}

.medical-drug section.outline > h5:before {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  border: 5px solid #e60039;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

.medical-drug section.outline .medical-patient ul.inner {
  width: 100%;
  max-width: 100%;
  margin-bottom: 70px;
}
.medical-drug section.outline .medical-column ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.medical-drug section.outline .medical-column ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.medical-drug section.outline .medical-column ul li img {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.medical-drug section.outline .medical-column li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .medical-drug section.outline .medical-column ul li {
    width: 32%;
    margin-right: 2%;
  }
  .medical-drug section.outline .medical-column ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .medical-drug section.outline .medical-column ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .medical-drug section.outline .medical-column ul li {
    width: 49%;
    margin-right: 2%;
  }
  .medical-drug section.outline .medical-column ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .medical-drug section.outline .medical-column ul li:nth-child(2n) {
    margin-right: 0%;
  }
}

@media screen and (max-width: 1100px) {
  .medical-drug section.outline table,
  .medical-drug section.outline .catalog table {
    width: 100%;
  }
  .medical-drug section.outline .catalog {
    margin-bottom: 70px;
  }
  .medical-drug section.outline .catalog table {
    margin-bottom: -2px;
  }
  .medical-drug section.outline table th,
  .medical-drug section.outline table td {
    　　border-bottom: none;
    display: block;
    width: 100% !important;
  }
  .medical-drug section.outline table th,
  .medical-drug section.outline table td {
    font-size: 14px !important;
  }

  /**
table.code tr {
    display: block;
    float: left;
  }
table.code tr td, 
table.code tr th {
    display: block;
	text-align:left !important;
	height:50px;
  }
table.code tr:nth-child(1) {
    width: 40%;
  }
table.code tr:nth-child(2) {
    width: 60%;
  } 
**/

  .table-flow {
    overflow-x: scroll;
    margin-bottom: 30px;
  }

  .medical-drug section.outline table.code {
    width: 1400px !important;
    margin-bottom: 5px;
  }
  .medical-drug section.outline table.code th,
  .medical-drug section.outline table.code td {
    　　border-bottom: none;
    width: 20% !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; /* 子要�?をflexboxにより縦方向に�?える */
    justify-content: center; /* 子要�?をflexboxにより中央に配置する */
    align-items: center; /* 子要�?をflexboxにより中央に配置する */
  }
  .medical-drug section.outline table.code tr {
    display: flex;
  }
}

@media screen and (max-width: 750px) {
  .medical-drug section.outline .bt-print {
    display: none;
  }
  .medical-drug section.outline h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .medical-drug section.outline > h5 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .medical-drug section.outline > h5:before {
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    border: 3px solid #e60039;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
  }
}

/**** 新着�?報 ****/

.medical-news .hero {
  margin-bottom: 0px;
}

#contWrapper {
  position: static !important;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dedede;
}
#contWrapper .pankz {
  width: 100%;
  background-color: inherit;
}
#contWrapper .pankz {
  margin: 0 auto;
  padding: 40px 0;
  text-align: left;
}

#contWrapper .pankz ul li a {
  background-image: none;
  padding-right: 0;
  color: #333;
  font-size: 12px;
  text-decoration: underline;
}
#contWrapper .pankz ul li:after {
  content: url("../img/pankuzu.svg");
  margin-left: 15px;
}
#contWrapper .pankz ul li:last-child:after {
  display: none;
}

/**** 使用期限検索 ****/

.search .hero h3:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  color: #e60039;
  font-weight: 100;
  margin-right: 15px;
}

/**** 安定供給に関する�?報 ****/

.stable-supply .hero h3:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e60039;
  margin-right: 15px;
}
.stable-supply .pankz {
  padding-top: 0 !important;
}
.stable-supply-table {
  padding-bottom: 50px;
}
.stable-supply-table dl {
  display: flex;
  flex-wrap: wrap;
}
.stable-supply-table dl:first-child dt,
.stable-supply-table dl:first-child dd {
  border-top: solid 1px #d7d7d7;
}
.stable-supply-table dt {
  border-right: solid 1px #d7d7d7;
  border-left: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 60%;
  background: #efefef;
  font-size: 16px;
  line-height: 1.6;
}
.stable-supply-table dt > div {
  padding: 15px;
  border-bottom: solid 1px #d7d7d7;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.stable-supply-table dt > div:last-child {
  border-bottom: none;
}
.stable-supply-table dd {
  border-right: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  box-sizing: border-box;
  width: 40%;
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .stable-supply .pankz {
    display: none;
  }
  .stable-supply-table dl {
    width: 92%;
    margin: 0 auto;
  }
  .stable-supply-table dt,
  .stable-supply-table dd {
    width: 100%;
  }
  .stable-supply-table dl:first-child dd {
    border-top: none;
  }
  .stable-supply-table dd {
    border-left: solid 1px #d7d7d7;
  }
}

/**** コード一覧 ****/

.code .hero h3:before {
  content: "\f03a";
  font-family: "Font Awesome 5 Free";
  color: #e60039;
  font-weight: 900;
  margin-right: 15px;
}
.code a:visited {
  color: inherit;
}

.code .box2 #mainArea {
  width: 100%;
}
.code .box2 #mainArea {
  float: none;
  padding: 0;
}

.code #contArea {
  width: 98%;
  max-width: 1200px;
  padding-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.code div#mainArea .section002 {
  margin-bottom: 10px !important;
  padding: 0 0;
}
.code .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.code .flex .bt-print {
  margin-bottom: 30px;
}
.code #contArea p {
  font-size: 16px;
  text-align: center;
}

.code #contWrapper {
  background-color: #f8f8f8;
}
.code #contWrapper .pankz ul {
  width: 98%;
  max-width: 1200px;
}
.code div#mainArea .section002 {
  margin-bottom: 0;
  padding: 0 0;
}
.code .box2 #mainArea {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-sizing: border-box;
}

.code #contWrapper .pankz {
  margin: 0 auto;
  padding: 0 0 40px 0;
  text-align: left;
}

.code header nav ul li a {
  color: #333;
}

.code .print a {
  margin-left: auto;
  cursor: pointer;
}

.code #mainArea .section001 .print a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

@media screen and (max-width: 750px) {
  .code .print a {
    display: none;
  }
  .code .pankz {
    display: none;
  }
  .code #contArea p {
    font-size: 14px;
    text-align: left;
  }
  .code div#mainArea > .section001 > .section001 {
    overflow-x: scroll;
  }

  .code #mainArea .table001 {
    width: 250% !important;
  }
  .code #mainArea .table001 {
    margin-bottom: 0 !important;
  }
}

@media print {
  .code #headerContents .inner {
    width: 100%;
  }
  .code #headerContents {
    background-color: #fff;
  }
  .code.detail .hero {
    background-color: #fff;
  }
  .code #contWrapper {
    background-color: #fff;
    border: none;
  }
  .code #headerContents #gmenu_pc,
  .code #commonNav,
  .code #footerArea,
  .code .pankz,
  .code header,
  .code .print a {
    display: none;
  }
}
