@charset "utf-8";

/**
 * Theme Name: CHIUYU MEDICAL 玖俞實業有限公司
 * Version: 1.0
 */

/* ==========================================================================
   Reset & Base Settings
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /* 10px equivalent */
}

body {
  background: #fff;
  color: #000000;
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  line-height: 2;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

/* Tablet & PC Desktop */
@media (min-width: 768px) {
  body {
    font-size: 24px;
    line-height: 1.8;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

ol,
ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0 none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

/* Links */
a {
  transition: all 0.3s ease-in-out;
}

a:link,
a:visited {
  color: #00a0e9;
}

a:hover,
a:active {
  color: #ff4b33;
}

a:hover {
  opacity: 0.7;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.justify {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.tcenter {
  text-align: center;
}
.tright {
  text-align: right;
}
.fbold {
  font-weight: 600;
}
.fitalic {
  font-style: italic;
}
.tunderline {
  text-decoration: underline;
}

/* Colors */
.blue {
  color: #00a0e9;
}
.orange {
  color: #d83f00;
}
.red {
  color: #ea3b28;
}

/* Font Sizes */
.f22 {
  font-size: 1.6em;
  line-height: 1.6em;
}
.fs09 {
  font-size: 0.9em;
}
.fm12 {
  font-size: 1.2em;
}

.bgyellow {
  background: linear-gradient(transparent 60%, #ffd400 60%);
}

.en {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}

.serif {
  font-family: "Noto Serif TC", "Songti TC", serif;
}

.only_sp {
  display: none;
}
.only_pc {
  display: block;
}

/* ==========================================================================
   Common Components
   ========================================================================== */
.combox01 {
  padding: 3em 0;
}

/* Video & Map (Responsive Wrappers) */
.gmap,
.gmap2,
.youtube {
  position: relative;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
}

.gmap,
.youtube {
  padding-bottom: 32%;
}
.gmap2 {
  padding-bottom: 46.25%;
}

.gmap iframe,
.gmap object,
.gmap embed,
.gmap2 iframe,
.gmap2 object,
.gmap2 embed,
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gmap iframe,
.youtube iframe {
  height: 100%;
}
.gmap2 iframe {
  height: 94%;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.pageHeader {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.admin-bar .pageHeader {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .pageHeader {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .pageHeader {
    top: 0;
  }
}
.head_inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 32px 4% 10px;
}

.logo {
  max-width: 340px;
  width: 28%;
  padding: 4px 0 0;
}

/* Global Navigation */
.gnav > a,
.gnav > span {
  color: #319ac2;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}
.gnav {
  gap: 30px;
  /*width:70%;*/
}
.gnav > a,
.gnav > span {
  padding: 4px 0 0;
}
.gnav > a span,
.gnav > span span {
  display: block;
}
.gnav > a .zh,
.gnav > span .zh {
  font-size: 12px;
}
.gnav > a .en,
.gnav > span .en {
  font-size: 21px;
  font-weight: 500;
}
.gnav a .btn {
  max-width: 178px;
}
a.gnav_bnr {
  padding: 0;
}
a.gnav_bnr .en {
  font-size: 13px;
  font-weight: 400;
}
.language-switcher {
  position: relative;
}

.language-trigger,
.language-menu button {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  font-size: 14px;
}

.language-trigger .zh,
.language-trigger .en {
  display: block;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 1100;
  min-width: 80px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
}

.language-menu button {
  display: block;
  width: 100%;
  padding: 7px 12px;
  color: #319ac2;
  text-align: center;
}

.language-menu button:hover,
.language-menu button.is-active {
  background: #319ac2;
  color: #fff;
}

.language-menu[hidden],
.lang-content[hidden] {
  display: none !important;
}

/* Hamburger & Drawer */
.menu {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 42px;
  height: 40px;
  background: none;
  cursor: pointer;
  transform: translateY(-50%);
}

.close {
  margin: 0 0 1em;
  text-align: right;
}

.close span {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.drawer-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  width: 300px;
  height: 100vh;
  padding: 3em 1em;
  background: #fff;
  font-weight: 600;
  overflow-y: auto;
  transition: transform 0.4s ease;
  transform: translateX(100%);
}

.drawer-nav.is-open {
  transform: translateX(0);
}

/* ==========================================================================
   Footer
   ========================================================================== */

.copyright {
  margin: 6em 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

/* ==========================================================================
   Top Page Sections
   ========================================================================== */
.contents p,
.contents dl,
.contents ul,
.contents ol {
  margin-bottom: 2em;
}
.comttl01 {
  font-size: 38px;
  font-weight: 500;
  color: #319ac2;
  position: relative;
  width: fit-content;
  margin: 0 0 2em;
}
.comttl01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  width: 100vw;
  height: 5px;
  background-color: #2f9dcc;
  transform: translateY(-50%);
}
.comttl02 {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  color: #319ac2;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  margin: 0 0 2em;
}

.comttl02::before,
.comttl02::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #319ac2;
}
.topmain {
  background: url(img/main.png) no-repeat center bottom;
  background-size: cover;
  padding: 4em 0 10em;
}
.topmain_txt {
  width: 50%;
  margin-left: 50%;
}
.aboutus_img {
  width: 46%;
}
.aboutus_txt {
  width: 46%;
}
.aboutus_img_photo div {
  margin: 2em 0;
}
.aboutus_txt_title {
  font-size: 36px;
  margin: 0 0 1em;
  letter-spacing: 0.3em;
}
.aboutus_txt_txt {
  font-weight: 300;
}
.product_head {
  height: 233px;
  background: url(img/product_head.png) no-repeat center center;
  background-size: cover;
  margin: 0 0 2em;
}
.product_list {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid #319ac2;
}
.product_unit01 {
  border-bottom: 1px solid #319ac2;
  padding: 1em 0;
  align-items: center;
}
.product_unit01_icn {
  width: 20%;
  padding: 0 2%;
}
.product_unit01_txt {
  width: 78%;
  color: #319ac2;
  font-size: 25px;
}
.product_unit01_txt span {
  font-size: 28px;
}
.logistic_inner {
  max-width: 730px;
  margin: 0 auto;
}
.logistic_img {
  margin: 0 auto 2em;
}
.logistic_gdp {
  max-width: 160px;
  margin: 0 auto 2em;
}
.logistic_title {
  text-align: center;
  color: #319ac2;
  font-size: 60px;
  margin: 0 0 1em;
  font-style: italic;
  font-weight: 500;
}
.logistic_list {
  color: #2999c5;
}

.logistic_list .logistic_unit01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}

.logistic_unit01_title {
  display: flex;
  flex: 0 0 90px;
  align-items: center;
  justify-content: center;
  width: 90px;
  aspect-ratio: 1;
  border: 4px solid #2999c5;
  border-radius: 50%;
  box-sizing: border-box;
  color: #2999c5;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.logistic_unit01_txt {
  flex: 1;
  color: #2999c5;
  font-size: 20px;
  line-height: 1.7;
}
.news_head {
  height: 233px;
  background: url(img/news_head.png) no-repeat center center;
  background-size: cover;
  margin: 0 0 2em;
}
.privacypolicy_inner {
  font-size: 17px;
  font-weight: 300;
  width: 94%;
  max-width: 920px;
  margin: 0 auto;
}
.contact_inner {
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
  color: #5d5c5c;
}
.submitbtn input[type="submit"] {
  display: block;
  width: 248px;
  height: 41px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("img/btn_send.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  appearance: none;
}
.submitbtn input[type="submit"]:hover {
  opacity: 0.8;
}
.contact_head {
  margin-left: 20%;
  margin-bottom: 2em;
}
.contact_head_btn {
  width: 26%;
}
.contact_head_txt {
  width: 70%;
}
.contact_head_title {
  font-size: 19px;
}
.contact_head_txts {
  font-size: 17px;
}
.form table {
  width: 100%;
  margin: 0 0 2em;
}
.form th {
  font-size: 17px;
  text-align: left;
  padding: 20px 0;
  font-weight: 400;
  width: 15%;
  vertical-align: top;
}
.form td {
  padding: 20px 0 20px 2em;
  vertical-align: top;
}
.form th span {
  line-height: 1.4;
  display: block;
}
.form td input[type="text"],
.form td input[type="email"],
.form td textarea {
  font-size: 18px;
  background: #e6e6e6;
  border-radius: 1em;
  padding: 1.5em 1em;
  width: 100%;
}
a.news_unit {
  margin: 0 0 2em;
  display: block;
}
.news_unit_thumb {
  width: 80%;
  margin: 0 auto 1em;
}
.news_unit_thumb div {
  width: 48%;
}
a .news_unit_date {
  color: #319ac2;
  font-size: 36px;
  font-weight: 500;
  font-style: italic;
}
a .news_unit_text {
  color: #000;
  font-size: 26px;
}
.news_more {
  text-align: right;
}
.news_more a {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
}
.lang-content_en01 .aboutus_txt_title {
  letter-spacing: 0;
}
.logistic_unit01_title_en01 {
  font-size: 20px;
}
.logistic_unit01_title_en02 {
  font-size: 14px;
}
.lang-content_ja01,
.lang-content_ja02 {
  font-family: "Noto Sans JP", sans-serif;
}
.jaserif {
  font-family: "Noto Serif JP", serif;
}
.lang-content_ja01 .aboutus_txt_title {
  font-size: 30px;
}

/* ========================================
   Single post
======================================== */

.contents.single {
  padding: 90px 20px 120px;
  /*background-color: #f5fafc;*/
}

.single_contents {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 80px 90px;
  background-color: #fff;
  /*box-shadow: 0 10px 40px rgba(41, 153, 197, 0.08);*/
}

/* 記事タイトル */
.single_title {
  margin: 0;
  color: #2999c5;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

/* 投稿日 */
.single_date {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  color: #84949b;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.single_date::before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #2999c5;
}

/* 本文 */
.single .entry-content {
  margin-top: 55px;
  color: #33434a;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
}

.single .entry-content > *:first-child {
  margin-top: 0;
}

.single .entry-content > *:last-child {
  margin-bottom: 0;
}

.single .entry-content p {
  margin: 0 0 2em;
}

/* 見出し */
.single .entry-content h2 {
  margin: 70px 0 30px;
  padding: 15px 20px;
  border-left: 5px solid #2999c5;
  background-color: #edf8fc;
  color: #237fa3;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
}

.single .entry-content h3 {
  margin: 55px 0 25px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2999c5;
  color: #237fa3;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

.single .entry-content h4 {
  margin: 40px 0 20px;
  color: #237fa3;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}

/* リンク */
.single .entry-content a {
  color: #168dbd;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.3s;
}

.single .entry-content a:hover {
  opacity: 0.65;
}

/* 画像 */
.single .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.single .entry-content figure {
  max-width: 100%;
  margin: 40px 0;
}

.single .entry-content figcaption {
  margin-top: 10px;
  color: #788990;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

/* リスト */
.single .entry-content ul,
.single .entry-content ol {
  margin: 30px 0;
  padding: 25px 30px 25px 50px;
  background-color: #f3f9fb;
}

.single .entry-content li {
  margin-bottom: 10px;
}

.single .entry-content li:last-child {
  margin-bottom: 0;
}

.single .entry-content li::marker {
  color: #2999c5;
}

/* 引用 */
.single .entry-content blockquote {
  position: relative;
  margin: 40px 0;
  padding: 30px 35px 30px 50px;
  border-left: 4px solid #2999c5;
  background-color: #f3f9fb;
  color: #53656d;
}

.single .entry-content blockquote::before {
  content: "“";
  position: absolute;
  top: 5px;
  left: 15px;
  color: rgba(41, 153, 197, 0.25);
  font-family: Georgia, serif;
  font-size: 48px;
  line-height: 1;
}

/* テーブル */
.single .entry-content table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
}

.single .entry-content th,
.single .entry-content td {
  padding: 15px;
  border: 1px solid #cddfe6;
  text-align: left;
}

.single .entry-content th {
  background-color: #2999c5;
  color: #fff;
  font-weight: 700;
}

/* WordPress配置クラス */
.single .entry-content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.single .entry-content .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}

.single .entry-content .alignright {
  float: right;
  margin: 0 0 20px 30px;
}

.single .entry-content::after {
  content: "";
  display: block;
  clear: both;
}

/* ========================================
   Smartphone
======================================== */

@media screen and (max-width: 767px) {
  .contents.single {
    padding: 40px 15px 70px;
  }

  .single_contents {
    padding: 35px 20px 55px;
  }

  .single_title {
    font-size: 25px;
    line-height: 1.5;
  }

  .single_date {
    margin-top: 15px;
    font-size: 12px;
  }

  .single .entry-content {
    margin-top: 35px;
    font-size: 15px;
    line-height: 1.9;
  }

  .single .entry-content h2 {
    margin-top: 50px;
    padding: 12px 15px;
    font-size: 21px;
  }

  .single .entry-content h3 {
    margin-top: 40px;
    font-size: 19px;
  }

  .single .entry-content h4 {
    font-size: 17px;
  }

  .single .entry-content ul,
  .single .entry-content ol {
    padding: 20px 20px 20px 40px;
  }

  .single .entry-content blockquote {
    padding: 25px 20px 25px 40px;
  }

  .single .entry-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .single .entry-content .alignleft,
  .single .entry-content .alignright {
    float: none;
    display: block;
    margin: 30px auto;
  }
}

/* ==========================================================================
   Editor / WordPress Default
   ========================================================================== */
p {
  display: block;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

blockquote {
  display: block;
  margin: 1em 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}
.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.spnav {
  display: none;
}
