.top_img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 959px) and (min-width: 650px) {
  .top_img img {
    width: 100%;
    max-width: 960px;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 960px) {
  .top_img {
    width: 100%;
    height: auto;
  }
}

#main_title {
  text-align: left;
  color: red !important
}

@media screen and (min-width: 650px) {
  #main_title {
    text-align: center
  }
}

#main_txt {
  width: 100%;
  margin: 30px auto 60px !important
}

@media screen and (min-width: 650px) {
  #main_txt {
    width: 700px;
    margin: 45px auto !important
  }
}

#tech_btn {
  width: 250px;
  margin: 0 auto !important
}

#tech_btn .blue_button {
  padding: 15px 0
}

html:lang(en) #main_title {
  font-size: 30px;
  text-align: center
}

html:lang(en) #tech_btn {
  width: 30%
}

@media screen and (max-width: 650px) {
  html:lang(en) #tech_btn {
    width: 90%
  }
}

.txt {
  margin: 30px 0 45px !important
}

.buttons2,
.buttons2_g,
.buttons3 {
  display: flex;
  align-items: flex-start
}

.buttons2 {
  margin: 0 auto;
  justify-content: space-between
}

.buttons2 li {
  width: 49%
}

@media screen and (min-width: 650px) {
  .buttons2 li {
    max-width: 412.5px
  }
}

.buttons2_g {
  justify-content: space-around
}

@media screen and (max-width: 650px) {
  .buttons2_g {
    display: block
  }
}

.buttons2_g li {
  width: 49%;
  max-width: 412.5px;
  position: relative;
  margin-bottom: 30px
}

@media screen and (max-width: 650px) {
  .buttons2_g li {
    display: block;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important
  }

  .buttons2_g li:last-child {
    margin-bottom: 0 !important
  }
}

.buttons2_g li h2 {
  width: 100%;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.buttons2_g li h2 img {
  width: 27px;
  height: 27px;
  margin-right: 15px !important;
  margin-top: -6px;
  display: inline
}

@media screen and (max-width: 650px) {
  .buttons2_g li h2 img {
    width: 22px;
    height: 22px;
    margin-top: -4px;
  }
}

.buttons3 {
  width: 95%;
  margin: 45px auto 0 !important;
  justify-content: space-between
}

@media screen and (min-width: 650px) {
  .buttons3 {
    width: 480px
  }
}

.buttons3 li {
  width: 95px;
  transition-duration: 0.3s
}

@media screen and (min-width: 650px) {
  .buttons3 li {
    width: 130px
  }
}

.buttons3 li:hover {
  box-shadow: 0 0 0 1px #012E57;
  transition-duration: 0.3s
}

.buttons3_cn,
.buttons3_en {
  padding-top: 20px
}

.buttons3_cn:hover,
.buttons3_en:hover {
  box-shadow: none !important;
  opacity: 1;
  border: none
}

html:lang(zh-Hans) .buttons3_cn img {
  width: 55%
}

.business_block {
  padding: 45px
}

@media screen and (max-width: 650px) {
  .business_block {
    padding: 30px 0
  }
}

@media screen and (max-width: 650px) {
  .business_block .buttons2 {
    display: block
  }
}

@media screen and (max-width: 650px) {
  .business_block .buttons2 li {
    width: 95%;
    margin: 0 auto
  }
}

@media screen and (max-width: 650px) {
  .business_block .buttons2 li:first-child {
    margin: 0 auto 30px
  }
}

.business_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0
}

html:lang(en) .business_sub {
  line-height: 30px;
  height: 90px;
  position: relative
}

html:lang(en) .business_sub span {
  display: block;
  position: absolute;
  width: 100%
}

html:lang(en) .business_sub span#bs_health {
  top: 15%
}

@media screen and (max-width: 650px) {
  html:lang(en) .business_sub span#bs_health {
    top: 20%;
    line-height: 1.2em
  }
}

html:lang(en) .business_sub span#bs_cosme {
  top: 30%
}

@media screen and (min-width: 650px) {

  .genryo,
  .oempb {
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: right top
  }
}

section.genryo {
  padding: 60px 0;
  border-bottom: 1px solid #e8e8e8
}

@media screen and (min-width: 650px) {
  section.genryo {
    background-image: url("/wp-content/uploads/2021/10/genryo_bg.jpg");
    padding: 180px 0 60px;
    background-position: top 45px right 0
  }
}

section.genryo .sp_img {
  width: 80%;
  margin: 0 auto 30px
}

section.oempb {
  padding: 60px 0
}

@media screen and (min-width: 650px) {
  section.oempb {
    background-image: url("/wp-content/uploads/2021/10/oempb_bg.jpg");
    padding: 160px 0 90px;
    background-position: top 100px right 0
  }
}

@media screen and (min-width: 650px) {

  section.oempb-en,
  section.oempb-cn {
    background-image: url("/wp-content/uploads/2021/10/genryo_bg.jpg");
    padding: 180px 0 60px;
    background-position: top 45px right 0
  }
}

section.oempb .sp_img {
  width: 80%;
  margin: 0 auto 30px
}

section.oempb h2 {
  padding: 20px 0 20px 20px;
  display: inline-block;
  width: 100%
}

section.oempb ul {
  display: flex;
  flex-wrap: wrap
}

section.oempb ul li {
  width: 280px;
  margin: 0 auto 45px
}

section.oempb ul li:first-child {
  margin: 45px auto 45px
}

@media screen and (min-width: 650px) {
  section.oempb ul li {
    margin: 45px 0 45px 20px
  }

  section.oempb ul li:first-child {
    margin: 45px 0 45px 20px
  }
}

section.oempb ul li:hover {
  opacity: 0.5
}

@media screen and (min-width: 650px) {
  .oempb_health {
    margin-bottom: 0
  }
}

@media screen and (min-width: 650px) {
  .oempb_food {
    margin-bottom: 0
  }
}

/* en-cn products */

section.products_en,
section.products_cn {
  padding: 80px 0
}

section.products_en h2,
section.products_cn h2 {
  margin-bottom: 40px;
  padding: 20px 0 20px 20px;
  display: inline-block;
  width: 100%
}

section.products_en .flex,
section.products_cn .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.products_en .flex li,
section.products_cn .flex li {
  width: 200px;
  margin-bottom: 40px;
}

@media screen and (max-width: 650px) {

  section.products_en .flex li,
  section.products_cn .flex li {
    width: 46%;
    margin: 0 0 30px 0;
  }
}

section.products_en .flex li a:hover,
section.products_cn .flex li a:hover {
  opacity: 0.6;
}

section.products_en .flex li:last-child,
section.products_cn .flex li:last-child {
  margin-right: 0
}

@media screen and (max-width: 650px) {

  section.products_en .flex li:last-child,
  section.products_cn .flex li:last-child {
    margin-right: 0;
  }
}

section.products_en .item_tmb,
section.products_cn .item_tmb {
  margin-bottom: 20px;
  font-style: normal;
}

section.products_en .item_txt,
section.products_cn .item_txt {
  color: #0C449B;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

section.products_en .item_label_group,
section.products_cn .item_label_group {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

section.products_en .item_label,
section.products_cn .item_label {
  color: #0C449B;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 8px;
  margin-bottom: 6px;
  margin-right: 6px;
  border: 2px solid #0C449B;
}

section.products_en .ls-20,
section.products_cn .ls-20 {
  letter-spacing: -0.02em;
}

section.products_en .ls-40,
section.products_cn .ls-40 {
  letter-spacing: -0.04em;
}

section.products_en .cosmetic-ingredients,
section.products_cn .cosmetic-ingredients {
  margin-top: 20px;
}

.products_lp {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
}

.products_lp a {
  display: inline-block;
  color: #fff;
  background: #e4b8de;
  padding: 12px 14px;
  width: 100%;
  height: 64px;
}

@media screen and (min-width: 650px) {
  .products_lp a {
    padding: 12px 8px;
    height: 44px;
  }
}

.products_lp a:hover {
  opacity: 0.6;
}

.products_lp a::after {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(/en/wp-content/uploads/sites/2/2023/08/bland-lp_arrrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.company h1 {
  padding: 90px 0;
  background-image: url("/wp-content/uploads/2021/10/company_title.png");
}

@media screen and (min-width: 650px) {
  .company h1 {
    padding: 60px 0
  }
}

.company h1 span {
  padding-top: 2px
}

.company .company_btn_wrap {
  padding-bottom: 60px
}

@media screen and (min-width: 650px) {
  .company .company_btn_wrap {
    padding-bottom: 90px
  }
}

.company .company_btn_wrap ul:first-child {
  margin: 60px auto 0 !important
}

@media screen and (min-width: 650px) {
  .company .company_btn_wrap ul:first-child {
    margin: 60px auto !important
  }
}

.company .company_btn_wrap ul:first-child li {
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 650px) {
  .company .company_btn_wrap ul:first-child li {
    margin-bottom: 0
  }
}

.company .company_btn_wrap ul:first-child li:last-child {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 650px) {
  .company .company_btn_wrap ul:first-child li:last-child {
    margin-bottom: 0
  }
}

#news_btn {
  width: 200px;
  margin: 30px 0 30px
}

@media screen and (min-width: 650px) {
  #news_btn {
    margin: 0 0 30px auto
  }
}

#news_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0
}

#news_btn a:before {
  margin-top: 3px
}

.news_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 650px) {
  .news_title {
    align-items: baseline;
  }
}

ul.news-btn li.news_contents {
  margin: 0 0 30px 0;
  padding: 15px;
  background-image: url("/wp-content/uploads/2021/10/arrow03.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center right 15px;
}

@media screen and (min-width: 650px) {
  ul.news-btn li.news_contents {
    align-items: center;
    display: flex;
    padding: 0
  }
}

ul.news-btn li.news_contents:hover {
  opacity: 0.6
}

ul.news-btn li.news_contents time.news__date {
  padding-bottom: 15px
}

ul.news-btn li.news_contents span.news__category {
  width: 100px;
  padding: 5px 0
}

ul.news-btn li.news_contents span.news__category a {
  color: #fff;
  text-align: center
}

ul.news-btn li.news_contents div {
  width: 40%;
}

@media screen and (min-width: 650px) {
  ul.news-btn li.news_contents div {
    width: auto;
    padding: 15px 0px 15px 15px
  }
}

ul.news-btn li.news_contents p {
  margin-left: 0;
  padding: 20px 0 20px;
  margin-bottom: 0;
  width: 90%;
}

@media screen and (min-width: 650px) {
  ul.news-btn li.news_contents p {
    margin-left: 40px;
    padding: 20px 0;
    width: 78%;
  }
}

ul.news-btn a {
  display: block;
  align-items: center
}

@media screen and (min-width: 650px) {
  ul.news-btn a {
    display: flex;
    justify-content: center
  }
}

a.news-link {
  padding: inherit;
  justify-content: left !important;
}

/* pc用改行 */
@media screen and (max-width: 651px) {
  .br-pc {
    display: none;
  }
}

/* SP用改行 */
@media screen and (min-width: 650px) {
  .br-sp {
    display: none;
  }
}