/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*--
    Common Css
--*/
html {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  font-family: "Noto Sans JP" ,"Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family:'Kaisotai';
  src: url('/css/fonts/Kaisotai-Next-UP-B.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px;
}

h1,
.h1 {
  font-size: 44px;
  line-height: 56px;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 35px;
}

h3,
.h3 {
  font-size: 23px;
  line-height: 25px;
}

h4,
.h4 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

p {
  font-size: 18px;
  line-height: 25px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  transition: all 0.2s ease-in-out 0s;
}

.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 20px;
	  position: relative;
      border-radius: 50px;
	  width: 100%;
		    box-shadow: 0 11px 38px 0 rgba(51, 51, 51, .19);
    border-radius: 50px;
    overflow: hidden;
    }
	 


    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper {
      width: 100%;
      height: 600px;
      margin: 20px auto;
	  padding: 50px;
    }

    .append-buttons {
      text-align: center;
      margin-top: 20px;
    }
	 
	.title {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 55px);
    background: rgba(32, 24, 1, .5);
    padding: 21px 22px 25px;
    border-radius: 50px 0 50px 0;}

.append-buttons button {
display: inline-block;
cursor: pointer;
color: #007aff;
text-decoration: none;
padding: 4px 10px;
border-radius: 4px;
margin: 0 10px;
font-size: 13px;
}
	 
.swiper-button-next,
.swiper-button-prev {
  background-image: url('https://www.kacco.jp/wp-content/themes/kacco/images/next.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px; /* 可依需求調整大小 */
  width: 70px;  /* 可依需求調整按鈕大小 */
  height: 70px;
}

.swiper-button-prev {
  /* 左箭頭要水平翻轉 */
  transform: scaleX(-1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.mt-100 {
  margin-top: 100px;
}

.mt-30 {
  margin-top: 30px;
}

.bg-1 {
  background-image: url(../images/call-to-action.jpg);
}

.bg-orange {
  background: #f9a743;
}

.bg-gray{  background: #e4e4e4;}

.bg-opacity {
  position: relative;
}
.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none;
}

.section {
  padding: 50px 0;
}

.font-size-60 {
  font-size: 60px;
  line-height: 1.2;
}

.font-style1 {
	font-size: 1rem;
    letter-spacing: .5rem;
    line-height: 2.5;
    margin-bottom: 30px;}

@media (max-width: 575px) {
  .font-size-60 {
    font-size: 40px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 100px;
}


.mb-100 {
  margin-bottom: 100px;
}


.slick-slide {
  outline: 0;
}

.font-Kanit{
	font-family: Kanit;
}

/*--
    custom heading
--*/
.text-center {
  text-align: center;
}

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px;
}
.heading h2 {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
.heading p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.subheading {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
}

.btn {
  border-radius: 0;
  text-decoration: none !important;
}

.btn-black{
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 100px 19px;
  display: inline-block;
  background: #0B0B0B;
}

.btn-black:hover, .btn-black:focus {
  background-color: #f9a743;
  color: #fff;
}

.btn-main {
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 100px 19px;
  display: inline-block;
  background: #0B0B0B;
}
.btn-main:hover {
  background:#0B0B0B ;
  background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  color: #fff;
}

.btn-main-sm {
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

/* navigation */
.navbar-brand {
  color: #444;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}

.nav-link {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #444;
}

.lang-list {
  border: 0;
  margin: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.navigation .dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.navigation .dropdown-menu li:first-child {
  margin-top: 5px;
}
.navigation .dropdown-menu li:last-child {
  margin-bottom: 5px;
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropdown-toggle > i {
  font-size: 14px;
}
.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}
.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "Noto Sans JP","Raleway";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
  display: inline-block;
}
.navigation .dropleft .dropdown-toggle::before {
  margin-right: 5px;
  content: "\f124";
}
.navigation .dropright .dropdown-toggle::after {
  margin-left: 5px;
  content: "\f125";
}
.navigation .dropdown-item {
  color: #444;
  padding: 0.6rem 1rem 0.35rem;
  font-weight: 600;
  font-size: 15px;
}
.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: #f9a743;
  color: white;
}
@media (min-width: 992px) {
  .navigation .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 8px;
  }
  .navigation .dropdown-menu li:first-child {
    margin-top: 10px;
  }
  .navigation .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }
  .navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
    margin-top: -9px;
  }
  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}

.navbar-collapse.show {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
}

.navbar-toggler:focus {
  outline: 0;
}

/* cart */
.cart {
  background: transparent;
  border: 0;
  position: relative;
}
.cart i {
  font-size: 20px;
}
@media (max-width: 991px) {
  .cart {
    position: absolute;
    top: 23px;
    right: 90px;
  }
}
.cart .badge {
  position: absolute;
  top: -5px;
  border-radius: 50%;
  right: -10px;
}
.cart:focus {
  outline: 0;
}

.badge-primary {
  background-color: #f9a743;
}

/*--
    Feature-list start
--*/
.feature-list .btn-main {
  margin-top: 15px;
}

/*--
  Gallery start
--*/
.gallery {
  padding-bottom: 100px;
}
.gallery .owl-item {
  overflow: hidden;
  position: relative;
}
.gallery .block {
  padding: 20px;
  position: relative;
}
.gallery .block:hover .gallery-overlay {
  transform: scale(1);
  opacity: 1;
  border-radius: 0;
}
.gallery .gallery-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: inherit;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
}
.gallery .gallery-overlay .gallery-popup {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f9a743;
  padding: 5px 10px;
  border-radius: 40px;
  width: 50px;
  height: 50px;
}
.gallery .gallery-overlay .gallery-popup i {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
}

/* Works 作品分類切換（works.html / works2.html） */
.works-category-switch {
  display: inline-flex;
  max-width: 100%;
  min-width: min(100%, 640px);
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
}
.works-category-switch__tab {
  flex: 1 1 50%;
  min-width: 0;
  text-align: center;
  padding: 22px 48px;
  text-decoration: none;
  color: #111;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.works-category-switch__tab + .works-category-switch__tab {
  border-left: 1px solid #ddd;
}
.works-category-switch__tab--link:hover {
  background: #f7f7f7;
  color: #000;
  text-decoration: none;
}
.works-category-switch__tab--active {
  background: #000;
  color: #fff;
  cursor: default;
}
.works-category-switch__tab--active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
}
@media (max-width: 575px) {
  .works-category-switch {
    font-size: 16px;
    width: 100%;
    min-width: 0;
    flex-direction: column;
  }
  .works-category-switch__tab {
    padding: 18px 24px;
  }
  .works-category-switch__tab + .works-category-switch__tab {
    border-left: none;
    border-top: 1px solid #ddd;
  }
  .works-category-switch__tab--active::after {
    display: none;
  }
}

/*--
    service start
--*/
.testimonials .testimonial-block {
  padding: 0 10px;
}
.testimonials .testimonial-block i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
  color: #f9a743;
}
.testimonials .testimonial-block p {
  font-family: "Noto Sans JP", "Raleway", serif;
  font-size: 14px;
  color: #777;
}
.testimonials .testimonial-block .author-details {
  margin-top: 30px;
}
.testimonials .testimonial-block .author-details img {
  border-radius: 50%;
  width: 50px;
}
.testimonials .testimonial-block .author-details h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}

/*--
    call-to-action start
--*/
.call-to-action {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.input-group {
  margin-top: 30px;
  position: relative;
}
.input-group .btn-submit {
  padding: 10.5px 40px !important;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
  right: 0;
}
.input-group input {
  height: 50px;
  border-radius: 40px;
  border: none;
  padding-left: 15px;
  box-shadow: none;
  display: table-cell;
}

.footer-menu a {
  font-size: 14;
  font-weight: 700;
  color: #444;
  padding: 10px;
}

footer {
  text-align: center;
  background: #f4f4f4;
  padding: 50px 0px;
}
footer .footer-logo {
  color: #555;
  display: block;
}
footer p.copyright-text {
  font-weight: 300;
  font-size: 12px;
  color: #888;
  letter-spacing: 3px;
  margin-top: 15px;
}
footer p.copyright-text a {
  color: #282828;
}
footer p.copyright-text a:hover {
  text-decoration: none;
}

p.price {
  font-size: 30px;
  font-family: "Noto Sans JP", 'Raleway', serif;
}

s.price {
  color: red;
  font-size: 25px;
  font-family: "Noto Sans JP", serif;
}

.product-info {
  text-align: center;
}
.product-info .price {
  font-size: 100%;
}

.contact-list li,
.contact-list a {
  color: #282828;
  font-size: 18px;
}

.form-control {
  border: 1px solid #dadada;
  border-radius: 35px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-control:focus {
  border-color: #f9a743;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  font-size: 80%;
}
.form-control::placeholder {
  font-size: 80%;
}

textarea.form-control {
  height: 150px;
  padding-top: 15px;
}

.sticky-image {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
}

.imgBox {
    width: 320px;
    margin-right: 100px;
    margin-top: -160px;
    -webkit-box-shadow: 0 11px 38px 0 rgba(51, 51, 51, .19);
    box-shadow: 0 11px 38px 0 rgba(51, 51, 51, .19);
    border-radius: 50px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
  .imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* product sinngle page */
.product-image-slider {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.product-image-slider .slick-list {
  margin-bottom: 10px;
  border-radius: 5px;
}
.product-image-slider .slick-dots {
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}
.product-image-slider .slick-dots li {
  list-style-type: none;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.product-image-slider .slick-dots li:first-child {
  margin-left: 0;
}
.product-image-slider .slick-dots li:last-child {
  margin-right: 0;
}
.product-image-slider .slick-dots li img {
  max-height: 80px;
  height: auto;
  max-width: 100%;
}

/* content style */
.content * {
  margin-bottom: 20px;
}
.content a {
  text-decoration: underline;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px;
}
.content ol,
.content ul {
  padding-left: 10px;
}
.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.content table th,
.content table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.content table thead {
  background: #d5d5d5;
}
.content table tbody {
  background: #dadada;
}
.content table tbody td {
  text-align: left !important;
}
.content blockquote {
  border-left: 1px solid #f9a743;
  padding: 20px;
}
.content blockquote p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
}
.content pre {
  padding: 10px 20px;
  background: #dadada;
}

.content p {
  font-weight: 500;
  line-height: 2rem;
}

.link-title {
  color: inherit;
  text-decoration: none !important;
}
.link-title:hover {
  color: #f9a743;
}
/*# sourceMappingURL=style.css.map */

.service-box {
      background-color: #f5f5f5;
      border-radius: 50px 0 0 50px;
      padding:  2rem 4rem;
      text-align: center;
      height: 100%;
	  margin-right: -20px;
    }



@media (max-width:992px) {

  .service-box {
      background-color: #f5f5f5;
      border-radius: 50px ;
      padding:  2rem 4rem;
      text-align: center;
	  margin: 10px;
	  margin-left: 0px;
    }
	
	.service-box2 {
      border-radius: 50px;
	  margin-left:0px;
	  margin: 10px;
    }
	
	.service-box3 {
      margin: 10px;
    }
}

.service-box2 {
      background-color: #FFFFFF;
      border-radius: 50px 0 0 50px;
      padding: 2rem 4rem;
      text-align: center;
      height: 100%;
	    margin-left: -20px;
    }
.service-box3 {
      background-color: #f5f5f5;
      border-radius: 50px;
      padding: 2rem;
      text-align: center;
      height: 100%;
    }
    .service-box4 {
      background-color: #f5f5f5;
      border-radius: 50px;
      padding: 1rem;
      text-align: center;
      height: 100%;
    }

    .service-icon {
      margin-bottom: 1rem;
	border-style: none;
    display: block;
    line-height: 0;
    }
    .service-title {
      font-weight: bold;
      margin-bottom: 0.5rem;
	  letter-spacing: .22em;
	  font-size: 1.3rem;
	  line-height: 1.8;
    }
    .service-number {
	  font-family: Kanit;
      font-weight: bold;
      font-size: 2.2rem;
      color: #333;
	  letter-spacing: .15em;
      line-height: 1.8;
    }

.service-img {
      width: 90px;
      height: 90px;
      object-fit: contain;
    }
.text-start{
	font-size: 15px;
    line-height: 25px;
}

.bg-light-s{
	    background: #f5f5f5;
}

.border-50{
	    border-radius: 50px;
}

.contact-font{
	line-height: 2.5;
    font-size: medium;
    padding: 0px 100px 20px;
	font-weight: 400;
}

@media (max-width: 576px) {
 .contact-font{
    padding: 0px 10px 20px;

}
}

.font-sz-xxlarge{
	font-size: xx-large;
}

.font-sz-large{
	font-size:large;
}

.contact-icon{
	color:black;
	font-size: 30px;
}

.service-line
{    margin-top: 60px;
  background: #f2f2f2;
  width: 100%;
  padding: 70px 25px;
  margin-bottom: 50px;
  border-radius: 50px 50px 0 0;
  position: relative;
  text-align: center;}

  .service-flow-box {
    width: 120px;
    height: 120px;
    border-radius: 10%;
    border: 1.5px solid #000;
    line-height: 50px;
    font-size: 2em;
    font-weight: 500;
    margin: 0 auto 8px;
    padding: 18px;
    background-color: #fff;
  }
  .service-flow-box p {font-size: 1.5rem; line-height: 1.7rem;}

  .service-flow-box::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: -10px; /* 調整箭頭距離 */
    transform: translateY(-50%);
    font-size: 20px;
    color: #333;
  }
  
  /* 移除最後一個的箭頭 */
  .col-md-2:last-child .service-flow-box::after {
    content: none;
  }

  .service-note {
    background-color: #f2f2f2;
    box-shadow: -5px -5px 15px 0 rgba(255, 255, 255, .5), 5px 5px 15px 0 rgba(33, 40, 54, .1);
    padding: 30px 70px;
    border-radius: 20px;
  }

  .slogan-home{
    font-family:'Kaisotai';
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 500;
  }

  .works-img {
    max-height:515px; 
    overflow-y:auto; 
    overflow-x:hidden; 
    -webkit-overflow-scrolling:touch;
    border-radius: 40px;
  }

  /* 作品頁 PC / SP 預覽切換 */
  .device-preview-wrap {
    width: 100%;
  }
  .device-toggle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 1.5rem;
  }
  .device-toggle__btn {
    position: relative;
    min-width: 118px;
    padding: 12px 20px 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: #e8e8e8;
    color: #777;
    font-weight: 700;
    line-height: 1.2;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .device-toggle__btn:focus,
  .device-toggle__btn:focus-visible {
    outline: none;
    box-shadow: none;
  }
  .device-toggle__btn .device-toggle__abbr {
    font-size: 1.35rem;
    letter-spacing: 0.02em;
  }
  .device-toggle__btn .device-toggle__suffix {
    font-size: 0.82rem;
    font-weight: 600;
    margin-left: 2px;
  }
  .device-toggle__btn.is-active {
    background: #f9a743;
    color: #fff;
  }
  .device-toggle__btn.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f9a743;
  }
  .device-preview-inner {
    margin-left: auto;
    margin-right: auto;
    transition: max-width 0.35s ease, border-width 0.35s ease, box-shadow 0.35s ease, border-radius 0.35s ease;
  }
  .device-preview-wrap[data-mode="pc"] .device-preview-inner {
    max-width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .device-preview-wrap[data-mode="sp"] .device-preview-inner {
    max-width: 340px;
    border: 10px solid #c9c9c9;
    border-radius: 36px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    background: #000;
  }
  .device-preview-wrap[data-mode="sp"] .device-preview-inner .works-img {
    border-radius: 22px;
    max-height: 560px;
  }

  .device-preview-wrap .works-img--device-sp {
    display: none;
  }
  .device-preview-wrap[data-mode="pc"] .works-img--device-pc {
    display: block;
  }
  .device-preview-wrap[data-mode="pc"] .works-img--device-sp {
    display: none;
  }
  .device-preview-wrap[data-mode="sp"] .works-img--device-pc {
    display: none;
  }
  .device-preview-wrap[data-mode="sp"] .works-img--device-sp {
    display: block;
  }

  /* graphic-design.html：平面／介面作品預覽完整高度展開（不分段捲動） */
  .page-graphic-design .device-toggle--kv-detail .device-toggle__btn {
    min-width: 148px;
  }
  .page-graphic-design .works-img {
    max-height: none;
    overflow: visible;
    border-radius: 0;
  }
  .page-graphic-design .device-preview-wrap[data-mode="sp"] .device-preview-inner {
    max-width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }
  .page-graphic-design .device-preview-wrap[data-mode="sp"] .device-preview-inner .works-img {
    border-radius: 0;
    max-height: none;
  }

/* 作品／案例規格表（參考日式兩欄說明表） */
.project-spec-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #111;
}
.project-spec-table th,
.project-spec-table td {
  padding: 1.1rem 1.35rem;
  text-align: left;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.project-spec-table tr:last-child th,
.project-spec-table tr:last-child td {
  border-bottom: none;
}
.project-spec-table th {
  width: 30%;
  font-weight: 700;
  background: #f7f7f7;
}
.project-spec-table td {
  width: 70%;
  font-weight: 400;
  background: #fff;
}
@media (max-width: 575.98px) {
  .project-spec-table th,
  .project-spec-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .project-spec-table th {
    padding-bottom: 0.5rem;
    border-bottom: none;
  }
  .project-spec-table td {
    padding-top: 0.5rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .project-spec-table tr:last-child td {
    border-bottom: none;
  }
}