@charset "UTF-8";
.op0 {
  opacity: 0;
}

.product-list-img {
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  .product-list-img {
    margin-bottom: 15px;
  }
}

.Item-feature h6 {
  position: relative;
  text-indent: -20px;
  padding-left: 30px;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .Item-feature h6 {
      font-size: 1.6rem;
    }
    h5.ttl_03_2 {
      font-size: 2rem !important;
    }
}




.Item-feature img.border {
  border:1px solid #ccc;
}

.m-btn.btn-bd {
  font-size: 1.2rem;
  position: relative;
  font-weight: bold;
  color: #0c489b;
  background-color: transparent;
  border: solid 1px #0c489b;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
    .m-btn.btn-bd {
      font-size: 1.6rem;
    }
}

.m-btn.icon-pdf, .m-btn.icon-word, .m-btn.icon-excel {
  position: relative;
}

.m-btn.icon-pdf:after, .m-btn.icon-word:after, .m-btn.icon-excel:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-btn.icon-pdf:after {
  width: 20px;
  height: 26px;
  background-image: url("/common/images/icon-pdf.png");
}

.m-btn.icon-word:after {
  width: 21px;
  height: 26px;
  top: 10px;
  background-image: url("/common/images/icon-word.png");
}

.m-btn.icon-excel:after {
  width: 21px;
  height: 26px;
  top: 10px;
  background-image: url("/common/images/icon-excel.png");
}

.m-btn.icon-lang {
  position: relative;
}

.m-btn.icon-lang .icon-jp {
  position: absolute;
  top: 5px;
  right: 10px;
}

.m-btn.icon-lang .icon-en {
  position: absolute;
  top: 22px;
  right: 10px;
}

.m-card.card-caption .caption-info.icon-clone:after {
  display: block;
  content: '\f24d';
  font-family: FontAwesome;
  font-size: 2.7rem;
  color: #fff;
  border: 0px solid transparent;
  position: absolute;
  top: -18px;
  bottom: 0;
  right: 41px;
  margin: auto;
  transform: rotate(0deg);
}

.m-tab2.tab-style01 .tab-btns {
  display: table;
  width: 100%;
  border-bottom: solid 3px #0c489b;
  padding: 0 40px;
}

@media only screen and (max-width: 1000px) {
  .m-tab2.tab-style01 .tab-btns {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .m-tab2.tab-style01 .tab-btns {
    padding: 0;
  }
}

.m-tab2.tab-style01 .tab-btn {
  position: relative;
  display: table-cell;
  table-layout: fixed;
  width: 24.94%;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  background-color: #729dd8;
  padding: 0;
  border-right: solid 1px #fff;
}

.m-tab2.tab-style01 .tab-btn span, .m-tab2.tab-style01 .tab-btn a {
  display: block;
  padding: 15px 0 12px;
  color: white;
}

@media only screen and (max-width: 767px) {
    .m-tab2.tab-style01 .tab-btn span, .m-tab2.tab-style01 .tab-btn a {
      font-size: 1.1rem;
    }
    .m-tab .tab-btn.tab-arrow-down:after, .m-tab2 .tab-btn.tab-arrow-down:after {
        top: 50%;
        right: 5px;
        width: 10px;
        height: 5px;
    }
}

@media only screen and (max-width: 320px) {
    .m-tab2.tab-style01 .tab-btn span, .m-tab2.tab-style01 .tab-btn a {
      font-size: 1rem;
    }
    .m-tab .tab-btn.tab-arrow-down:after, .m-tab2 .tab-btn.tab-arrow-down:after {
        top: 85%;
        right: 48%;
        width: 10px;
        height: 5px;
    }
}




.m-tab2.tab-style01 .tab-btn span:hover, .m-tab2.tab-style01 .tab-btn a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  .m-tab2.tab-style01 .tab-btn {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .m-tab2.tab-style01 .tab-btn:nth-of-type(2n) {
    border-right: none;
  }
}

.m-tab2.tab-style01 .tab-btn:last-child {
  margin-right: 0;
}

.m-tab2.tab-style01 .tab-btn.selected {
  background-color: #0c489b;
}

.m-tab2.tab-style01 .tab-btn:hover {
  background-color: #0c489b;
}

.m-tab2.tab-style01 .tab-btn span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .m-tab2.tab-style01 .tab-btn {
    width: 50%;
  }
}

.m-tab2.tab-style01 .tab-contents {
  background-color: #e6e9ec;
  padding: 40px;
}

@media only screen and (max-width: 1000px) {
  .m-tab2.tab-style01 .tab-contents {
    padding: 40px 0 0;
  }
}

.m-tab2.tab-style01 .tab-content {
  padding-top: 0;
}

.m-tab2.tab-style01 .ttl_04 {
  padding-bottom: 0;
}

.m-tab2.tab-style01 .new-medicine-list-wrap .img-bg {
  opacity: 0;
  position: absolute;
  top: -40px;
  left: 0;
  bottom: -30px;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.m-tab2.tab-style01 .new-medicine-list-wrap div.img-bg {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .m-tab2.tab-style01 .new-medicine-list-wrap .img-bg {
    position: static;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 40%;
  }
}

.m-box .m-box.box-white {
  padding: 60px 40px 0;
}

@media only screen and (max-width: 1000px) {
  .m-box .m-box.box-white {
    padding: 30px 10px 0 15px;
  }
}

.m-box .m-box.box-white li.ac-btn {
  width: 100%;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .m-box .m-box.box-white li.ac-btn {
      padding-bottom: 20px;
    }
}

.m-box .m-box.box-white li.ac-btn:after {
  content: '';
  display: block;
  clear: both;
}

.m-box .m-box.box-white li.ac-btn p {
  float: left;
  width: 55%;
  padding: 0;
}

@media only screen and (max-width: 1100px) {
  .m-box .m-box.box-white li.ac-btn p {
    width: 55%;
  }
}

@media only screen and (max-width: 1000px) {
  .m-box .m-box.box-white li.ac-btn p {
    width: 48%;
    padding: 0px 60px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .m-box .m-box.box-white li.ac-btn p {
    width: 100%;
    font-size: 1.5rem;
    padding: 0 40px 0 0;
  }
}

.m-box .m-box.box-white li.ac-btn p:before {
  content: '';
}

.m-box .m-box.box-white li.ac-btn i {
  top: 0px;
}

@media only screen and (max-width: 767px) {
  .m-box .m-box.box-white li.ac-btn i {
    padding: 10px;
  }
}

.m-box .m-box.box-white li.ac-btn i.fa-minus {
  background-color: #fff;
  color: #0c489b;
  border: solid 1px #0c489b;
}

.m-box .m-box.box-white li.ac-inner {
  padding-top: 30px;
  padding-bottom: 20px;
}

.m-box .m-box.box-white li.ac-inner .new-medicine-img {
  margin-bottom: 40px;
}

.m-box .m-box.box-white li.ac-inner p {
  position: relative;
  padding: 0 55px 20px 55px;
}

@media only screen and (max-width: 767px) {
  .m-box .m-box.box-white li.ac-inner p {
    padding: 20px 0;
  }
}

.m-box .m-box.box-white li.ac-inner p:before {
  content: '';
}

.m-box .m-box.box-white li.ac-inner p img {
  margin-top: 10px;
  max-width: 100%;
  max-height: 100%;
}

.m-box a.m-btn {
  width: 260px;
  margin: 0 auto;
}

.m-box a.m-btn.btn-arrow:after {
  top: 50%;
}

/**********************************************************************
	内服薬に関する工夫 - className : Internal-medicine-plan
***********************************************************************/
/**********************************************************************
	内服薬に関する工夫 - className : Internal-medicine-plan
***********************************************************************/
/**********************************************************************
	その他　className : Other
***********************************************************************/
.Other .ttl_03 {
  font-size: 2.2rem;
}

.Other .m-card.card-picture .picture-inner {
  top: 15px;
  left: 15px;
}

/**********************************************************************
	お問い合わせ先　className : Contact
***********************************************************************/
.Contact {
  background-color: #e6e9ec;
}

.Contact .contact-wrap {
  position: relative;
  max-width: 900px;
}

.Contact .contact-info {
  border-right: solid 1px #cccccc;
  padding-top: 20px;
}

.Contact .contact-info .support {
  margin-left: -55px;
}

@media only screen and (max-width: 767px) {
  .Contact .contact-info .support {
    margin-left: 0;
  }
}

.Contact .contact-info .tel-number {
  margin-bottom: 20px;
}

@media only screen and (max-width: 320px) {
  .Contact .contact-info .tel-number img:first-child {
    margin-bottom: 15px;
  }
}

.Contact .btn-contact {
  position: relative;
  padding: 0 20px;
}

.Contact .btn-contact .m-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
  max-width: 394px;
  width: 100%;
  height: 80px;
  padding: 27px 15px;
  margin: 0 auto;
  -webkit-transform: translate(-40%, -50%);
  -moz-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  -o-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

@media only screen and (max-width: 1000px) {
  .Contact .btn-contact .m-btn {
    max-width: 350px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .Contact .btn-contact .m-btn {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.Contact .img-contact {
  position: absolute;
  top: -36%;
  right: -20%;
}

@media only screen and (max-width: 1250px) {
  .Contact .img-contact {
    right: -17%;
  }
}

@media only screen and (max-width: 1000px) {
  .Contact .img-contact {
    display: none;
  }
}

.m-table, thead th, tbody th, tbody td {
  border: solid 1px #e6e9ec;
  padding: 20px 15px;
  font-weight: normal;
  color: #333;
  vertical-align: middle;
}

.m-table th, thead th th, tbody th th, tbody td th {
  background-color: #f8f8f8;
  font-size: 1.8rem;
}

.m-table td, thead th td, tbody th td, tbody td td {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
    .m-table th, thead th th, tbody th th, tbody td th {
      font-size: 1.6rem;
    }
}
