@charset "UTF-8";

body,
body *,
h1,
h2,
h3,
p {
  font-family: "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif !important;
  /* font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif!important; */
  font-weight: normal;
}

body.rohto2020 {
  font-weight: normal;
}

/* ----------------------------------------------------------
中国語 header
---------------------------------------------------------- */
.home-learnmore-inner {
  box-sizing: border-box;
}

/* 共通 */
#header {
  z-index: 1001;
}

#header .header-inner {
  display: none;
}

.header-inner {
  height: 70px !important;
}

#header #ch_header {
  display: flex;
}

#header #ch_header a {
  color: #0059af;
  font-weight: bold;
}

.header-logo {
  height: auto !important;
}

.header-logo a {
  position: relative;
  overflow: inherit;
}

.header-logo > a {
  width: 104px !important;
  height: 55px !important;
  font-size: 20%;
  text-indent: -940px;
  overflow: hidden;
  background-image: url("../img/logo_en.svg") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#header #ch_header .header-logo a:after {
  content: "樂敦製藥中文網站";
  width: 100%;
  color: #0059af;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: -10px;
  /* left: calc(0% + 10px); */
  font-size: 14px;
}

.header-logo a {
  transition: inherit;
}

#header #ch_ngav {
  min-width: 500px;
  width: 55%;
  margin-left: auto;
  font-weight: bold;
}

#header #ch_ngav .gnav.sp,
#header #ch_ngav p,
br.sp {
  display: none;
}

#header #ch_ngav .gnav > div {
  width: 100%;
}

#header #ch_ngav .gnav ul li:last-child {
  border-right: none;
}

#header #ch_ngav .gnav-list li {
  width: 25%;
}

#header #ch_ngav .gnav ul li a {
  display: block;
  color: #0d5daa;
  text-align: center;
}

#header #ch_header .gnav-list li {
}

#header #ch_header .gnav-list li:not(:last-child) {
  border-right: 1px solid #0059af;
}

#header #ch_header .gnav-list li a {
  /* padding: 0 30px; */
}

#header #ch_header .gnav-list li:hover {
  background-color: #ebf6ff;
}

#header #headerLinks li.hlLanguage,
#header #headerLinks li.hlCorporate {
  margin-right: 0;
  margin-left: 18px;
}

/* ----------------------------------------------------------
中国語footer
---------------------------------------------------------- */
#footer .footer-inner {
  display: none;
  font-size: 1.4rem;
}

#footer .footer-inner.ch {
  background: #eaf4ff;
  display: block;
}

#footer .footer-inner.ch .bg_block {
  max-width: 840px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 20px;
}

#footer section.cn_snsbox .ul_basic02 {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  width: 80%;
  margin: 5px auto 0;
}

#footer section.cn_snsbox .ul_basic02 > li {
  max-width: 130px;
  padding: 0;
  float: none;
}

#footer section.cn_snsbox .ul_basic02 > li p {
  font-size: 1.3rem;
}

#footer .h3_basic {
  font-size: 2rem;
}

.cn_snsbox .ul_footer01 {
  overflow: hidden;
  margin: 0 auto 22px;
}

.ul_footer01 li {
  float: left;
  position: relative;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

.ul_footer01 li:after {
  display: block;
  content: "｜";
  position: absolute;
  top: 0;
  right: -7px;
}

.ul_footer01 a {
  position: relative;
  color: #3d5f80;
}

.ul_footer01 a.icon01:after {
  display: block;
  content: "";
  position: absolute;
  top: 0.4em;
  right: 0;
  width: 8px;
  height: 7px;
  background-image: url("../img/icon_arrow_blue.svg") no-repeat;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.footer-logo {
  width: 104px !important;
  height: 55px !important;
  font-size: 20%;
  text-indent: -940px;
  overflow: hidden;
  background-image: url("../img/logo_en.svg") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ----------------------------------------------------------
サイドナビ
---------------------------------------------------------- */
/* サイド追従 */
.sub .nav_sticky {
  position: sticky;
  top: 0 !important;
}

.lnav-title.-current > a {
  background: #dceefe;
}

/* ----------------------------------------------------------
スライド打ち消し
---------------------------------------------------------- */
.swiper-container-free-mode > .swiper-wrapper {
  margin-top: -20px;
  transform: translate3d(0px, 0px, 0px) !important;
}

.prodlist-list {
  margin-left: -10px;
}

.prodlist-list-inner {
  flex-wrap: wrap;
}

.prodcard {
  margin-top: 20px;
}

.prodcard:first-child {
  margin-left: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.swiper-scrollbar {
  display: none;
}

/* ----------------------------------------------------------
テキストリンク
---------------------------------------------------------- */
.txtLink01.type01:after,
.txtLink01.blank01:after,
.txtLink01.type02:after,
.txtLink01.blank02:after {
  background: url(../img/header_icon03.svg) no-repeat center/100%;
  transform: translateY(-50%);
  top: 50%;
}

.txtLink01::before {
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}

.txtLink01.type02,
.txtLink01.blank02 {
  background: none;
  position: relative;
}

/* ----------------------------------------------------------
お知らせページ
---------------------------------------------------------- */
#notice {
  margin-top: 30px;
}

#notice .boxInfo01,
#notice .boxInfo02 {
  max-width: 840px;
  width: 100%;
}

#notice .boxInfo01 {
  margin: 0 auto 20px;
}

#notice .boxInfo02 {
  margin: 0 auto;
}

/*================================ BREAK POINT ==================================
Tablet Layout
================================== BREAK POINT ==================================*/
@media screen and (max-width: 1024px) {
  /* ----------------------------------------------------------
	スライド打ち消し
	---------------------------------------------------------- */
  .swiper-container-free-mode > .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .prodcard {
    width: 30% !important;
  }

  .prodlist-list {
  }
}

/*================================ BREAK POINT ==================================
Tablet Layout
================================== BREAK POINT ==================================*/
@media screen and (max-width: 769px) {
  /* ----------------------------------------------------------
	スライド打ち消し
	---------------------------------------------------------- */
  .swiper-container-free-mode > .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .prodcard {
    width: 30% !important;
  }

  .prodlist-list {
    padding-right: 0;
  }

  /* ----------------------------------------------------------
	サイドナビ
	---------------------------------------------------------- */
  aside,
  .columnContent.clearfix .sub {
    display: none;
  }
}

/*=============================== BREAK POINT ==================================
Tablet Layout
================================== BREAK POINT ==================================*/
@media screen and (max-width: 481px) {
  /* ----------------------------------------------------------
	中国語 header
	---------------------------------------------------------- */
  /* 共通 */
  #header #ch_header .header-logo a:after {
    content: "";
  }

  #header #ch_ngav {
    width: 185px;
    min-width: inherit;
  }

  #header #ch_ngav .nav_wrap {
    display: flex;
    justify-content: space-between;
  }

  #header #ch_ngav .gnav.sp,
  #header #ch_ngav p,
  br.sp {
    display: block;
  }

  #header #ch_ngav .nav_wrap .gnav {
    width: auto;
    text-align: center;
    margin-left: 6%;
  }

  #header #ch_ngav p {
    display: inline-block;
    color: #0d5daa;
    padding: 0 15px 0 0;
    position: relative;
  }

  #header #ch_ngav li.gnav p.open::after {
    content: "";
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    margin-top: 2px;
    background: url("../img/icon_arrow_blue.svg") no-repeat;
    background-size: 10px 6px;
    position: absolute;
    top: 50%;
    right: 0;
  }

  #header #ch_ngav li.gnav p.close::after {
    margin-top: -2px;
    transform: rotate(180deg);
  }

  #header #ch_ngav .gnav div {
    display: none;
    border-top: 1px solid #b5dcff;
    background: rgba(235, 246, 255, 0.9);
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 70px;
    left: 0;
  }

  #header #ch_ngav p.close + div {
    z-index: 8000;
  }

  #header #ch_ngav .gnav ul {
    background: rgba(235, 246, 255, 0.9);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 30px 15px 0;
    font-size: 14px;
  }

  #header #ch_ngav .gnav-list li {
    width: 48.5%;
    margin-bottom: 10px;
  }

  #header #ch_ngav .gnav-list li:last-child {
    display: none;
  }

  #header #ch_header .gnav-list li:not(:last-child) {
    border: none;
  }

  #header #ch_ngav .gnav:nth-of-type(2) ul li {
    width: 48.5%;
    margin-bottom: 10px;
  }

  #header #ch_ngav .gnav ul li a {
    background-color: #fff;
    border: 1px solid #0058ab;
    border-radius: 3px;
    color: #0058ab;
    line-height: 1.2;
    padding: 12px 10px;
  }

  #header #ch_ngav .gnav:nth-of-type(2) ul li a {
    padding: 12px 10px;
  }

  #header #ch_ngav p.close_btn {
    background: rgba(235, 246, 255, 0.9);
    width: 100%;
    padding: 15px 0;
    line-height: 1;
    height: auto;
  }

  /* ----------------------------------------------------------
	footer
	---------------------------------------------------------- */
  #footer .footer-inner.ch .bg_block {
    width: 90%;
    padding: 0;
  }

  #footer section.cn_snsbox h3 + p.fz11 {
    font-size: 1.4rem;
  }

  #footer section.cn_snsbox .ul_basic02 {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 80%;
    margin: 5px auto 50px;
  }

  #footer section.cn_snsbox .ul_basic02 {
    width: 100%;
    padding: 5px 0 0;
    margin: 0 0 30px;
  }

  #footer section.cn_snsbox .ul_basic02 > li {
    width: 26%;
    padding-right: 0;
  }

  #footer section.cn_snsbox .ul_basic02 > li .fz11 {
    text-align: left;
  }

  #footer .ul_footer01 li {
    float: none;
    margin-top: 6px;
  }

  #footer .ul_footer01 li:after {
    display: none;
  }

  /* ----------------------------------------------------------
	サイドナビ
	---------------------------------------------------------- */
  aside,
  .columnContent.clearfix .sub {
    display: none;
  }

  /* ----------------------------------------------------------
	スライド打ち消し
	---------------------------------------------------------- */
  .swiper-container-free-mode > .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .prodcard {
    margin-right: auto !important;
    /* margin-left: auto!important; */
  }

  .prodlist-list {
    padding: 0 10px;
    margin-left: 0;
  }

  /* 2col */
  .prodcard {
    width: 45% !important;
  }

  .prodcard-head {
    height: 170px;
  }

  .prodcard-body {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 10px 8px;
  }

  .prodcard-categ {
    max-width: calc(100% - 65px);
    width: 100%;
    padding: 0;
    font-size: 1.1rem;
  }

  .prodcard-class {
    position: static;
    min-width: initial;
    max-width: initial;
    width: 65px;
    margin-bottom: 5px;
  }

  .prodcard-name {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }

  .prodcard-txt {
    font-size: 1.2rem;
  }

  .prodcard-rating {
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 5px;
  }

  .prodcard-rating-label {
    font-size: 1rem;
    max-width: 100%;
    width: auto;
    margin: 0 5px 3px 0;
    padding: 2px 3px;
  }

  .prodcard-rating-value span {
    width: 11px;
    height: 11px;
  }
}

/* ***************************** ここからコラム *********************************** */

/*--------------------------- column ------------------------------------
TOPコラム一覧
----------------------------- column ----------------------------------*/
#ch_column_top {
  max-width: 1240px;
  padding: 60px 20px;
  margin: 0 auto;
}

.ch_column_top_title {
  font-size: 2.7rem;
  text-align: center;
  margin: 0 0 20px;
}

#column_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#column_list li {
  border: 2px solid #cdd7e5;
  background: #e7eef8;
  width: 23%;
}

#column_list li:hover {
  opacity: 0.7;
}

#column_list li a {
  color: #005bac;
}

#column_list li p:nth-of-type(2) {
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* ----------------------------------------------------------
商品ボタン
---------------------------------------------------------- */
.product_detailbox03 .textBox01 div.item_link {
  border: 2px solid #005bac;
  max-width: 690px;
  width: 80%;
  padding: 0 !important;
  margin: 0 auto 30px !important;
  overflow: hidden;
}

.item_link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #000;
  padding: 10px 35px 10px 20px !important;
  position: relative;
}

.item_link a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 25px;
}

.item_link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.item_link figure,
.item_link div {
  padding: 0 !important;
}

.item_link figure {
  width: 35%;
  flex-shrink: 0;
}

.item_link figure img {
  max-width: 190px;
  max-height: 130px;
  margin: 0 auto;
}

.item_link div {
  width: 100%;
  text-align: center;
}

.item_link .item_name {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 !important;
  margin-bottom: 15px;
  text-align: left;
}

.item_link .read_right {
  display: block;
  text-align: right;
  font-size: 12px;
}

.item_link .read_right .read_box {
  border: 1px solid #000;
  padding: 0 3px;
  line-height: 1.2;
}

/*================================ BREAK POINT ==================================
Tablet Layout
================================== BREAK POINT ==================================*/

@media screen and (max-width: 480px) {
  /* 商品情報 */
  /* .product_detailbox03 .textBox01 .jancodeBox,
	.product_detailbox03 .textBox01 .boxFunction01{
		display: none!important;
	} */

  /* ----------------------------------------------------------
	TOPコラム一覧
	---------------------------------------------------------- */
  #ch_column_top {
    padding: 34px 15px;
  }

  .ch_column_top_title {
    font-size: 2.7rem;
    text-align: center;
    margin: 0 0 20px;
  }

  #column_list {
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  #column_list li {
    width: 48%;
    margin-bottom: 10px;
  }

  #column_list li p:nth-of-type(2) {
    font-size: 1.4rem;
  }

  /* ----------------------------------------------------------
	商品ボタン
	---------------------------------------------------------- */
  .product_detailbox03 .textBox01 div.item_link {
    box-sizing: border-box;
    margin: 0 auto 10px !important;
  }

  .item_link a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px !important;
  }

  .item_link a:after {
    right: 17px;
    box-sizing: border-box;
  }

  .item_link a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .item_link figure {
    width: 100%;
    margin: 0 0 10px;
    flex-shrink: 0;
  }

  .item_link figure img {
    max-width: 130px;
    margin: 0 auto;
  }

  .item_link div {
    width: 100%;
    text-align: left;
  }

  .item_link .item_name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  /* ----------------------------------------------------------
	中国語footer
	---------------------------------------------------------- */
  #footer .ul_footer01 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #footer .ul_footer01 li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    box-sizing: border-box;
  }

  #footer .ul_footer01 li.footer01_half {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
