@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* 色 */
/* フォント */
/* スペース */
/* 角丸 */
/* 背景 */
.c-bg {
  background-position: center;
  background-size: cover;
  width: 100%;
}

/* ハイライト */
.highlight {
  background-color: #ffff00;
  padding: 0 4px; /* テキストと背景の間に余白を追加 */
  border-radius: 4px; /* 背景を少し丸みを持たせる */
}

/* 背景 */
.c-grid-cover {
  background-image: linear-gradient(0deg, transparent 26px, #E5E5E5 27px), linear-gradient(90deg, transparent 26px, #E5E5E5 27px);
  background-size: 27px 27px;
  background-color: #fff;
}

/* ボタン */
.c-read-button__icon {
  position: relative;
}
.c-read-button__arrow {
  width: 100%;
}
@media (max-width: 576px) {
  .c-read-button__arrow {
    max-width: 24px;
  }
}

/* ホバー */
.c-hover, .c-client-tool__detail h2 a:hover, .c-client-tool__btn-edit:hover, .c-sidebar-d-menu-list li a:hover, .p-mypage-top .c-dashboard-card li a:hover, .p-mypage-client-top .c-dashboard-card li a:hover, .p-mypage-order-history .c-order-history__detail h2:hover, .p-mypage-order-history .c-order-history__btn-refund:hover, .p-mypage-order-history .c-order-history__btn-review:hover, .p-mypage-favorite .c-favorite__detail h2:hover, .p-mypage-favorite .c-favorite__btn-remove:hover, .p-mypage-favorite .c-favorite__btn-review:hover, .c-tool__ctg-list li a:hover, .c-tool__tag-list li a:hover, .c-tool__item a:hover, .c-tool__sub-ranking-list a:hover, .p-tool-ctgtag__content-right .p-tool-ctgtag-list__item a:hover, .p-tool-introduce__blur-msg a:hover, .l-tool__ctg a:hover, .c-column__ctg-list li a:hover, .c-column__tag-list li a:hover, .c-column__item a:hover, .c-column__sub-ranking-list a:hover, .c-sidebar-ctg-list li a:hover, .c-sidebar-tag-list li a:hover, .c-sidebar-blog-tag-list li a:hover, .c-sidebar-keyword-list li a:hover, .c-sidebar-help-list li a:hover, .p-news__ctg-item a:hover, .c-news__sub-recent-list a:hover, .p-top-search-ctg .l-ctg-block-list__item a:hover, .p-top-search-tag .l-tag-block-list__item a:hover, .p-problem-list__item a:hover, .c-news-list__item a:hover, .c-sidebar-column-list li a:hover, .l-breadcrumbs__item:hover, .l-article__ctg a:hover, .l-article__tag-area li a:hover, .c-list-btn:hover, .c-hamburger-menu__item a:hover, .c-hamburger-menu__help-list li a:hover {
  opacity: 0.7;
  transition: 300ms;
}

.c-hover-plus, .c-contact__section-login-btn a:hover, .c-contact__section-btn a:hover, .c-header__contact a:hover, .c-header-login__contact a:hover {
  opacity: 0.8;
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

/* 改行 */
.br500 {
  display: none;
}
@media (max-width: 576px) {
  .br500 {
    display: block;
  }
}

.u-padding-inner, .p-news-related, .l-block, .c-footer__inner, .c-header, .c-header-login {
  padding: 8rem;
}
@media (max-width: 1200px) {
  .u-padding-inner, .p-news-related, .l-block, .c-footer__inner, .c-header, .c-header-login {
    padding: 6.4rem;
  }
}
@media (max-width: 992px) {
  .u-padding-inner, .p-news-related, .l-block, .c-footer__inner, .c-header, .c-header-login {
    padding: 5.6rem;
  }
}
@media (max-width: 768px) {
  .u-padding-inner, .p-news-related, .l-block, .c-footer__inner, .c-header, .c-header-login {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .u-padding-inner, .p-news-related, .l-block, .c-footer__inner, .c-header, .c-header-login {
    padding: 1.6rem;
  }
}

.u-container, .p-spot__inner, .p-seo-skill__inner, .p-top-tool__inner, .p-top-column__inner, .l-block__inner, .c-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 80em) {
  .u-container, .p-spot__inner, .p-seo-skill__inner, .p-top-tool__inner, .p-top-column__inner, .l-block__inner, .c-footer__inner {
    max-width: 1500px;
  }
}

.u-mb80, .p-mypage-client-info, .p-mypage-top-client, .p-tool-creator, .p-tool-review, .p-tool-ctgtag, .p-tool-profile-top, .p-tool-detail, .p-tool-introduce, .p-product-detail, .p-product-detail__description, .p-tendering__content, .p-contact__head, .p-seo__head, .p-seo-marketing__item, .c-policy-list li, .p-column, .p-column-article, .p-blog-article, .p-news-article, .p-top-about, .p-top-search-ctgtag, .p-top-tool, .p-problem, .p-top-column, .p-top-news, .p-top-faq, .c-thanks h1, .c-features__item, .l-main {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .u-mb80, .p-mypage-client-info, .p-mypage-top-client, .p-tool-creator, .p-tool-review, .p-tool-ctgtag, .p-tool-profile-top, .p-tool-detail, .p-tool-introduce, .p-product-detail, .p-product-detail__description, .p-tendering__content, .p-contact__head, .p-seo__head, .p-seo-marketing__item, .c-policy-list li, .p-column, .p-column-article, .p-blog-article, .p-news-article, .p-top-about, .p-top-search-ctgtag, .p-top-tool, .p-problem, .p-top-column, .p-top-news, .p-top-faq, .c-thanks h1, .c-features__item, .l-main {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 576px) {
  .u-mb80, .p-mypage-client-info, .p-mypage-top-client, .p-tool-creator, .p-tool-review, .p-tool-ctgtag, .p-tool-profile-top, .p-tool-detail, .p-tool-introduce, .p-product-detail, .p-product-detail__description, .p-tendering__content, .p-contact__head, .p-seo__head, .p-seo-marketing__item, .c-policy-list li, .p-column, .p-column-article, .p-blog-article, .p-news-article, .p-top-about, .p-top-search-ctgtag, .p-top-tool, .p-problem, .p-top-column, .p-top-news, .p-top-faq, .c-thanks h1, .c-features__item, .l-main {
    margin-bottom: 4rem;
  }
}

.u-mb48, .l-tool h1, .l-article h1, .c-number-list__item {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .u-mb48, .l-tool h1, .l-article h1, .c-number-list__item {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 576px) {
  .u-mb48, .l-tool h1, .l-article h1, .c-number-list__item {
    margin-bottom: 2.4rem;
  }
}

.u-mb40, .c-tool__sub-keyword-tag, .p-tool-profile-top__content, .l-tool__thumbnail, .l-tool__main-content h2, .p-line-field__title h2, .p-line-field__title, .p-line-field__main-content-title p, .p-other-media__head, .p-design__head, .p-tendering__head, .p-tendering__item, .c-discrimination__item h2, .c-skill__item h2, .p-marketing-field__title h2, .p-marketing-field__title, .p-marketing-field__main-content-title p, .p-spot__title, .tab-container .tab-contents .tab-content__text-area h2, .p-town-community__head, .p-contact__form .form-group, .p-seo-field-seo__title h2, .p-seo-field-seo__title, .p-seo-field-seo__main-content-title p, .p-seo-support__item, .p-seo-marketing__head, .p-seo-stelmah__head h2, .p-seo-stelmah__main-content, .p-seo-stelmah__text-area h3, .p-seo-stelmah__contact-head h3, .c-column__sub-keyword-tag, .c-news__sub-keyword, .p-feature, .p-feature__title, .p-top-search-ctgtag__head, .p-support__head, .p-problem__head, .p-top-news__btnarea, .l-breadcrumbs, .c-page__head, .l-article__thumbnail, .l-article__main-content h2, .l-article__main-content span, .c-other-business__head, .c-contents-list__item, .c-contents-list__item2-wrap, .c-contents-list2__item, .c-slider-related__head, .c-features__head, .c-flow__head, .c-flow__content-left, .c-footer__main-content, .c-footer__section, .c-heading {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .u-mb40, .c-tool__sub-keyword-tag, .p-tool-profile-top__content, .l-tool__thumbnail, .l-tool__main-content h2, .p-line-field__title h2, .p-line-field__title, .p-line-field__main-content-title p, .p-other-media__head, .p-design__head, .p-tendering__head, .p-tendering__item, .c-discrimination__item h2, .c-skill__item h2, .p-marketing-field__title h2, .p-marketing-field__title, .p-marketing-field__main-content-title p, .p-spot__title, .tab-container .tab-contents .tab-content__text-area h2, .p-town-community__head, .p-contact__form .form-group, .p-seo-field-seo__title h2, .p-seo-field-seo__title, .p-seo-field-seo__main-content-title p, .p-seo-support__item, .p-seo-marketing__head, .p-seo-stelmah__head h2, .p-seo-stelmah__main-content, .p-seo-stelmah__text-area h3, .p-seo-stelmah__contact-head h3, .c-column__sub-keyword-tag, .c-news__sub-keyword, .p-feature, .p-feature__title, .p-top-search-ctgtag__head, .p-support__head, .p-problem__head, .p-top-news__btnarea, .l-breadcrumbs, .c-page__head, .l-article__thumbnail, .l-article__main-content h2, .l-article__main-content span, .c-other-business__head, .c-contents-list__item, .c-contents-list__item2-wrap, .c-contents-list2__item, .c-slider-related__head, .c-features__head, .c-flow__head, .c-flow__content-left, .c-footer__main-content, .c-footer__section, .c-heading {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 576px) {
  .u-mb40, .c-tool__sub-keyword-tag, .p-tool-profile-top__content, .l-tool__thumbnail, .l-tool__main-content h2, .p-line-field__title h2, .p-line-field__title, .p-line-field__main-content-title p, .p-other-media__head, .p-design__head, .p-tendering__head, .p-tendering__item, .c-discrimination__item h2, .c-skill__item h2, .p-marketing-field__title h2, .p-marketing-field__title, .p-marketing-field__main-content-title p, .p-spot__title, .tab-container .tab-contents .tab-content__text-area h2, .p-town-community__head, .p-contact__form .form-group, .p-seo-field-seo__title h2, .p-seo-field-seo__title, .p-seo-field-seo__main-content-title p, .p-seo-support__item, .p-seo-marketing__head, .p-seo-stelmah__head h2, .p-seo-stelmah__main-content, .p-seo-stelmah__text-area h3, .p-seo-stelmah__contact-head h3, .c-column__sub-keyword-tag, .c-news__sub-keyword, .p-feature, .p-feature__title, .p-top-search-ctgtag__head, .p-support__head, .p-problem__head, .p-top-news__btnarea, .l-breadcrumbs, .c-page__head, .l-article__thumbnail, .l-article__main-content h2, .l-article__main-content span, .c-other-business__head, .c-contents-list__item, .c-contents-list__item2-wrap, .c-contents-list2__item, .c-slider-related__head, .c-features__head, .c-flow__head, .c-flow__content-left, .c-footer__main-content, .c-footer__section, .c-heading {
    margin-bottom: 1.6rem;
  }
}

.u-mb32, .l-tool__ctg-area, .l-tool__ctg-other, .l-tool__main-content h3, .p-line-field__main-content-title h3, .p-marketing-field__main-content-title h3, .p-seo-field-seo__main-content-title h3, .l-article__ctg-area, .l-article__main-content h3 {
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .u-mb32, .l-tool__ctg-area, .l-tool__ctg-other, .l-tool__main-content h3, .p-line-field__main-content-title h3, .p-marketing-field__main-content-title h3, .p-seo-field-seo__main-content-title h3, .l-article__ctg-area, .l-article__main-content h3 {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 576px) {
  .u-mb32, .l-tool__ctg-area, .l-tool__ctg-other, .l-tool__main-content h3, .p-line-field__main-content-title h3, .p-marketing-field__main-content-title h3, .p-seo-field-seo__main-content-title h3, .l-article__ctg-area, .l-article__main-content h3 {
    margin-bottom: 1.4rem;
  }
}

.u-mb24, .p-refund-complete2 .p-alert, .p-tool-create .p-tool-form__item, .p-tool-creator__heading, .l-tool__main-content span, .l-tool__main-content p, .l-tool__main-content img, .p-product-detail__description-heading, .p-line-field__main-content, .p-line-field__item-image, .p-line-field__sub-contents h4, .p-srilanka-marketing__item-number, .p-srilanka-marketing__item h3, .p-other-media__head h2, .p-marketing-field__main-content, .p-marketing-field__item-image, .p-marketing-field__sub-contents h4, .p-spot__list, .tab-container .tab-contents .tab-content__text-area h3, .tab-container .tab-contents .tab-content__text-area p, .p-seo-field-seo__main-content, .p-seo-field-seo__sub-contents h4, .p-seo-field-seo__sub-contents img, .p-seo-support__head, .p-seo-marketing__head h2, .p-seo-marketing__item-text h3, .c-policy-list li h2, .p-top-tool__heading, .p-top-column__heading, .c-news-list__item, .l-article__main-content h4, .l-article__main-content h5, .l-article__main-content p, .l-article__main-content img, .c-thanks p, .c-features__head h2, .c-features__item-text h3 {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .u-mb24, .p-refund-complete2 .p-alert, .p-tool-create .p-tool-form__item, .p-tool-creator__heading, .l-tool__main-content span, .l-tool__main-content p, .l-tool__main-content img, .p-product-detail__description-heading, .p-line-field__main-content, .p-line-field__item-image, .p-line-field__sub-contents h4, .p-srilanka-marketing__item-number, .p-srilanka-marketing__item h3, .p-other-media__head h2, .p-marketing-field__main-content, .p-marketing-field__item-image, .p-marketing-field__sub-contents h4, .p-spot__list, .tab-container .tab-contents .tab-content__text-area h3, .tab-container .tab-contents .tab-content__text-area p, .p-seo-field-seo__main-content, .p-seo-field-seo__sub-contents h4, .p-seo-field-seo__sub-contents img, .p-seo-support__head, .p-seo-marketing__head h2, .p-seo-marketing__item-text h3, .c-policy-list li h2, .p-top-tool__heading, .p-top-column__heading, .c-news-list__item, .l-article__main-content h4, .l-article__main-content h5, .l-article__main-content p, .l-article__main-content img, .c-thanks p, .c-features__head h2, .c-features__item-text h3 {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 576px) {
  .u-mb24, .p-refund-complete2 .p-alert, .p-tool-create .p-tool-form__item, .p-tool-creator__heading, .l-tool__main-content span, .l-tool__main-content p, .l-tool__main-content img, .p-product-detail__description-heading, .p-line-field__main-content, .p-line-field__item-image, .p-line-field__sub-contents h4, .p-srilanka-marketing__item-number, .p-srilanka-marketing__item h3, .p-other-media__head h2, .p-marketing-field__main-content, .p-marketing-field__item-image, .p-marketing-field__sub-contents h4, .p-spot__list, .tab-container .tab-contents .tab-content__text-area h3, .tab-container .tab-contents .tab-content__text-area p, .p-seo-field-seo__main-content, .p-seo-field-seo__sub-contents h4, .p-seo-field-seo__sub-contents img, .p-seo-support__head, .p-seo-marketing__head h2, .p-seo-marketing__item-text h3, .c-policy-list li h2, .p-top-tool__heading, .p-top-column__heading, .c-news-list__item, .l-article__main-content h4, .l-article__main-content h5, .l-article__main-content p, .l-article__main-content img, .c-thanks p, .c-features__head h2, .c-features__item-text h3 {
    margin-bottom: 1.2rem;
  }
}

.u-mb16, .c-tool__item-image, .p-other-media__list li h3, .p-other-media__contact-section-inner h3, .p-design__item-text-area h3, .p-design__item-text-area p, .p-tendering__item a h3, .tab-container .tab-contents .tab-content__text-area ol, .tab-container .tab-contents .tab-content__text-area ul, .p-seo-skill__list li h3, .p-seo-stelmah__contact-btn, .c-policy-list li p, .c-column__item-image, .p-support__list li h3, .c-other-business__item-image, .c-flow__tab-content-text-area h4 {
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .u-mb16, .c-tool__item-image, .p-other-media__list li h3, .p-other-media__contact-section-inner h3, .p-design__item-text-area h3, .p-design__item-text-area p, .p-tendering__item a h3, .tab-container .tab-contents .tab-content__text-area ol, .tab-container .tab-contents .tab-content__text-area ul, .p-seo-skill__list li h3, .p-seo-stelmah__contact-btn, .c-policy-list li p, .c-column__item-image, .p-support__list li h3, .c-other-business__item-image, .c-flow__tab-content-text-area h4 {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 576px) {
  .u-mb16, .c-tool__item-image, .p-other-media__list li h3, .p-other-media__contact-section-inner h3, .p-design__item-text-area h3, .p-design__item-text-area p, .p-tendering__item a h3, .tab-container .tab-contents .tab-content__text-area ol, .tab-container .tab-contents .tab-content__text-area ul, .p-seo-skill__list li h3, .p-seo-stelmah__contact-btn, .c-policy-list li p, .c-column__item-image, .p-support__list li h3, .c-other-business__item-image, .c-flow__tab-content-text-area h4 {
    margin-bottom: 0.8rem;
  }
}

.u-mb8, .c-tool__item-text, .c-tool__sub-ranking-img, .l-tool__writer-name, .c-discrimination__item h2 span, .c-skill__item h2 span, .p-spot__item, .p-spot__item h3, .tab-container .tab-contents .tab-content__text-area ol li, .tab-container .tab-contents .tab-content__text-area ul li, .tab-container .tab-contents .tab-content__text-area table__inner p, .p-seo-skill__list li, .c-column__sub-ranking-img, .p-support__list li, .c-news-list__item-text-area, .c-news-list__item-title, .c-news-list__item-ctg, .c-news-list__item-ctg-area, .l-article__writer-name, .c-table__inner p, .p-declaration-page-table__inner p, .c-other-business__item h3, .c-flow__section-item h3, .c-flow__section-item p {
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .u-mb8, .c-tool__item-text, .c-tool__sub-ranking-img, .l-tool__writer-name, .c-discrimination__item h2 span, .c-skill__item h2 span, .p-spot__item, .p-spot__item h3, .tab-container .tab-contents .tab-content__text-area ol li, .tab-container .tab-contents .tab-content__text-area ul li, .tab-container .tab-contents .tab-content__text-area table__inner p, .p-seo-skill__list li, .c-column__sub-ranking-img, .p-support__list li, .c-news-list__item-text-area, .c-news-list__item-title, .c-news-list__item-ctg, .c-news-list__item-ctg-area, .l-article__writer-name, .c-table__inner p, .p-declaration-page-table__inner p, .c-other-business__item h3, .c-flow__section-item h3, .c-flow__section-item p {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 576px) {
  .u-mb8, .c-tool__item-text, .c-tool__sub-ranking-img, .l-tool__writer-name, .c-discrimination__item h2 span, .c-skill__item h2 span, .p-spot__item, .p-spot__item h3, .tab-container .tab-contents .tab-content__text-area ol li, .tab-container .tab-contents .tab-content__text-area ul li, .tab-container .tab-contents .tab-content__text-area table__inner p, .p-seo-skill__list li, .c-column__sub-ranking-img, .p-support__list li, .c-news-list__item-text-area, .c-news-list__item-title, .c-news-list__item-ctg, .c-news-list__item-ctg-area, .l-article__writer-name, .c-table__inner p, .p-declaration-page-table__inner p, .c-other-business__item h3, .c-flow__section-item h3, .c-flow__section-item p {
    margin-bottom: 0.4rem;
  }
}

.u-mt80, .admin-client-profile-tool-list, .p-profile-complete {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .u-mt80, .admin-client-profile-tool-list, .p-profile-complete {
    margin-top: 6.4rem;
  }
}
@media (max-width: 576px) {
  .u-mt80, .admin-client-profile-tool-list, .p-profile-complete {
    margin-top: 4rem;
  }
}

.u-mt40, .client-news-list-btn, .p-news__btn, .c-page__head-title p, .c-heading-text {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .u-mt40, .client-news-list-btn, .p-news__btn, .c-page__head-title p, .c-heading-text {
    margin-top: 3.2rem;
  }
}
@media (max-width: 576px) {
  .u-mt40, .client-news-list-btn, .p-news__btn, .c-page__head-title p, .c-heading-text {
    margin-top: 2rem;
  }
}

.u-p40, .c-tool__btn-area, .c-column__btn-area, .p-news__ctg-list {
  padding: 4rem;
}
@media (max-width: 768px) {
  .u-p40, .c-tool__btn-area, .c-column__btn-area, .p-news__ctg-list {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .u-p40, .c-tool__btn-area, .c-column__btn-area, .p-news__ctg-list {
    padding: 1.6rem;
  }
}

.u-br-sp {
  display: none;
}
@media (max-width: 576px) {
  .u-br-sp {
    display: block;
  }
}

@media (max-width: 576px) {
  .u-br-sp-none {
    display: none;
  }
}

.u-padding-inner-tb {
  padding: 8rem 8rem 4rem 8rem;
  padding: 4rem 8rem;
}
@media (max-width: 1200px) {
  .u-padding-inner-tb {
    padding: 3.2rem 6.4rem;
  }
}
@media (max-width: 992px) {
  .u-padding-inner-tb {
    padding: 2.8rem 5.6rem;
  }
}
@media (max-width: 768px) {
  .u-padding-inner-tb {
    padding: 2rem 4rem;
  }
}
@media (max-width: 576px) {
  .u-padding-inner-tb {
    padding: 1.6rem 1.6rem;
  }
}

.u-block-inner, .p-top-tool__inner, .p-top-column__inner {
  padding: 8rem;
}
@media (max-width: 1200px) {
  .u-block-inner, .p-top-tool__inner, .p-top-column__inner {
    padding: 6.4rem;
  }
}
@media (max-width: 992px) {
  .u-block-inner, .p-top-tool__inner, .p-top-column__inner {
    padding: 5.6rem;
  }
}
@media (max-width: 768px) {
  .u-block-inner, .p-top-tool__inner, .p-top-column__inner {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .u-block-inner, .p-top-tool__inner, .p-top-column__inner {
    padding: 4rem 1.6rem;
  }
}

.l-content-container {
  margin-top: 0;
}

.back-gray {
  background-color: #F5F5F5;
}

.l-main-layout {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 16px;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 992px) {
  .l-main-layout {
    padding: 24px 16px;
    display: block;
  }
}
@media (max-width: 576px) {
  .l-main-layout {
    padding: 16px;
  }
}

.l-fv-layout {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 768px) {
  .l-fv-layout {
    padding: 24px 16px;
  }
}
@media (max-width: 576px) {
  .l-fv-layout {
    padding: 16px;
  }
}

.l-main {
  flex: 1;
  min-width: 0;
}

.l-sidebar {
  width: 300px;
}
@media (max-width: 992px) {
  .l-sidebar {
    width: 100%;
  }
}

.l-page-wrapper {
  margin: 0 16px;
  padding: 40px;
}
@media (max-width: 576px) {
  .l-page-wrapper {
    padding: 8px 0px;
  }
}

.ibm-mono, .c-header__nav-item span, .c-header__nav-list a span, .c-header__menu-item a span, .c-header-login__nav-item span, .c-header-login__nav-list a span, .c-header-login__menu-item a span, .u-eng20, .p-srilanka-marketing__item-number, .u-eng18, .c-tool__sub h2, .c-column__sub h2, .c-news__sub h2, .c-page__head-title h1 span, .c-page__head-title h2 span, .u-eng16, .u-eng12, .c-tool__ctg-list__title, .c-tool__tag-list__title, .p-seo-stelmah__contact-head h3 span, .c-column__ctg-list__title, .c-column__tag-list__title, .p-top-search-ctgtag__head h2 span, .p-problem__head h2 span, .c-flow__tab-content-text-area h4 span, .c-contact__title h2 span, .c-hamburger-menu__item-title span, .c-hamburger-menu__tag-list-title span, .c-heading span, .u-eng10, .p-design__item-text-area h3 span, .c-other-business__item-dcr, .c-flow__section-title h2 span, .c-flow__section-item h3 span, .c-footer__child-list li a span, .c-hamburger-menu__submenu li a span {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-size: 1rem; /* 16px → 1rem */
  line-height: 1.6;
}

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

.ibm-jp, .c-floating__inner p span, .c-header__contact p span, .c-header-login__contact p span, .u-jp40, .p-tool-detail h1, .p-line-field__title h2, .p-marketing-field__title h2, .p-seo-field-seo__title h2, .p-top-fv__content h1, .c-cta-circle span, .c-page__head-title h1, .c-page__head-title h2, .c-thanks h1, .u-jp32, .p-profile-complete__head, .p-tool-introduce__head, .p-product-detail__info .p-product-detail__price-box .p-product-detail__price-main span, .p-srilanka-marketing__head h2, .p-other-media__head h2, .p-seo-marketing__head h2, .p-seo-stelmah__head h2, .p-feature__title, .c-flow__section-title h2, .u-jp30, .u-jp28, .p-login-content__inner h2, .p-tool__comment .c-page__head-title h2, .l-tool h1, .p-product-detail__description-heading, .p-line-field__main-content-title h3, .p-srilanka-marketing__item h3 span, .p-srilanka-marketing__item h3 .number, .p-marketing-field__main-content-title h3, .p-seo-field-seo__main-content-title h3, .p-seo-field-seo__sub-contents h4, .p-seo-stelmah__text-area h3, .p-seo-stelmah__contact-head h3, .c-policy-list li h2, .p-top-search-ctgtag__head h2, .p-problem__head h2, .l-article h1, .c-features__head h2, .c-footer__brand-title, .c-contact__title h2, .c-heading, .u-jp26, .p-top-about__content-left h2, .u-jp24, .p-tool-create .note span, .c-mypage-title, .p-signup-content-right h2, .p-signup--complete__title, .p-tool-creator__heading, .p-tool-review__heading, .p-tool-profile-top__content-textarea h2, .l-tool__main-content h2, .p-purchase-detail__heading h2, .p-purchase-details h2, .p-product-detail__info h1, .p-line-field__sub-contents h4, .p-marketing-field__sub-contents h4, .tab-container .tab-contents .tab-content__text-area h2, .c-cta-circle__arrow, .c-faq-list__heading h2, .l-article__main-content h2, .c-flow__tab-content-text-area h4, .c-hamburger-menu__contact-title span, .c-hamburger-menu__contact2-title span, .u-jp22, .p-tool-ctgtag h2, .p-srilanka-marketing__item h3, .p-design__item-text-area h3, .p-tendering__item a h3, .c-discrimination__item h2, .c-skill__item h2, .p-spot__item h3, .p-seo-support__item h3, .p-seo-marketing__item-text h3, .p-seo-skill__list li h3, .p-top-search-ctg .l-ctg-block-list__item-textarea h3, .p-top-search-tag .l-tag-block-list__item-textarea h3, .p-support__list li h3, .c-other-business__item h3, .c-contents-list__item-text-area h3, .c-contents-list__item2-text-area h3, .c-contents-list2__item-text-area h3, .c-features__item-text h3, .c-flow__section-item h3, .u-jp20, .p-profile-editor .c-mypage-subtitle, .p-refund-complete__title, .l-tool__main-content h3, .c-purchase-block-sam span, .p-line-field__title p, .p-other-media__contact-section-inner h3, .c-discrimination__item h2 span, .c-skill__item h2 span, .p-marketing-field__title p, .tab-container .tab-buttons .tab-button p, .tab-container .tab-contents .tab-content__text-area h3, .p-seo-field-seo__title p, .p-top-about__content-right .l-feature-list__item-textarea h3, .l-article__main-content h3, .c-tag-js__item, .c-contact__section h3, .u-jp18, .p-refund-complete .p-alert, .c-client-tool__detail h2, .p-profile-complete__portfolio-title, .p-mypage-order-history .c-order-history__detail h2, .p-mypage-favorite .c-favorite__detail h2, .p-review-summary__detail h2, .p-tool-review__stars, .p-tool-introduce__btnarea .download-btn, .p-tool-introduce__btnarea .favorite-btn, .p-purchase-detail__textarea h3, .p-purchase-details__textarea h3, .p-purchase-note__top, .p-product-detail__info .p-product-detail__title, .p-product-detail__info .p-product-detail__price-box .p-product-detail__price-main, .p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--purchase, .p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--favorite-inner .c-button--favorite, .c-purchase-block__title, .c-purchase-payment__button--submit, .p-srilanka-marketing__head p, .p-other-media__head p, .p-other-media__list li h3, .p-design__btn a, .tab-container .tab-contents .tab-content__text-area ol li strong, .p-contact__text, .p-seo-marketing__head p, .p-seo-stelmah__text, .p-seo-stelmah__note, .p-seo-stelmah__contact-btn-inner, .p-about-download__heading, .c-policy-list li p, .p-feature__item h3, .c-floating__inner a, .l-article__main-content h4, .c-number-list__number, .c-number-list__text, .c-features__head p, .c-flow__tab-content-btn a, .c-footer__brand-text, .c-footer__section-title, .c-hamburger-menu__item-title, .c-hamburger-menu__contact-title, .c-hamburger-menu__contact2-title, .c-hamburger-menu__tag-list-title, .c-heading-text, .u-jp16, .p-news-list-create-btn .c-btn.-primary,
.p-blog-list-create-btn .c-btn.-primary, .p-news-create__item .-meta p,
.p-blog-create__item .-meta p,
.p-category-create__item .-meta p,
.p-tag-create__item .-meta p, .c-modal__text, .p-news-complete__item label,
.p-blog-complete__item label,
.p-category-complete__item label,
.p-tag-complete__item label, .p-news-complete__message,
.p-blog-complete__message,
.p-category-complete__message,
.p-tag-complete__message, .p-category-list .detail-button, .p-category-list .edit-button, .p-category-list .delete-button, .p-category-list__note, .p-ctg-tag-table__filter label, .p-ctg-tag-table__filter select, .p-ctg-tag-table__tabs, .p-refund-list .detail-button, .p-refund-detail__form .form-group label, .p-refund-complete2 .p-alert, .admin-client-profile-tool-list .c-client-tool__meta-item a, .c-btn-load-more, .detail-button, .edit-button, .delete-button, .c-client-tool__detail p, .p-tool-create p strong, .p-tool-create label, .p-trade-history, .p-trade-history .p-trade-search, .p-trade-history .p-trade-search .p-trade-search__group, .p-trade-history .p-trade-search .p-trade-search__group input[type=text],
.p-trade-history .p-trade-search .p-trade-search__group input[type=date],
.p-trade-history .p-trade-search .p-trade-search__group select, .p-trade-history .p-trade-search .p-trade-search__submit button, .p-trade-history .p-trade-table .edit-button, .p-trade-edit__actions button, .p-refund-summary .p-trade-search, .p-refund-summary .p-trade-search .p-trade-search__group, .p-refund-summary .p-trade-search .p-trade-search__group input[type=text],
.p-refund-summary .p-trade-search .p-trade-search__group input[type=date],
.p-refund-summary .p-trade-search .p-trade-search__group select, .p-refund-summary .p-trade-search .p-trade-search__submit button, .p-trade-table table tbody td button,
.p-client-table table tbody td button,
.p-news-table table tbody td button,
.p-blog-table table tbody td button,
.p-category-list__table table tbody td button,
.p-ctg-tag-table-wrap table tbody td button, .p-trade-table__btn-area .delete-button,
.p-client-table__btn-area .delete-button,
.p-news-table__btn-area .delete-button,
.p-blog-table__btn-area .delete-button,
.p-category-list__table__btn-area .delete-button,
.p-ctg-tag-table-wrap__btn-area .delete-button, .p-client-table-wrap .detail-button,
.p-news-table-wrap .detail-button,
.p-blog-table-wrap .detail-button,
.p-ctg-tag-table .detail-button, .p-client-table-wrap .edit-button,
.p-news-table-wrap .edit-button,
.p-blog-table-wrap .edit-button,
.p-ctg-tag-table .edit-button, .p-trade-search, .p-trade-search .p-trade-search__group, .p-trade-search .p-trade-search__group input[type=text],
.p-trade-search .p-trade-search__group input[type=date],
.p-trade-search .p-trade-search__group select, .p-trade-search .p-trade-search__submit button, .p-mypage-order-history .c-order-history__detail p, .p-profile-form__item label, .p-profile-form__submit, .p-profile-form__back, .p-profile-complete__message, .p-mypage-favorite .c-favorite__detail .c-favorite__price, .c-favorite-purchase__text, .c-favorite-purchase__btn, .p-review-summary__detail .c-favorite__price, .p-review-form__submit, .p-review-form__back, .p-review-complete__heading, .p-review-complete__btn-back, .p-review-complete__btn-edit, .p-refund-form__submit, .p-refund-form__back, .p-signup-content-left__list li, .p-signup-note p, .p-signup-form__submit, .p-login-content__inner p, .p-login-note p, .p-login-form__submit, .p-signup--complete__text, .p-signup--complete__note, .p-signup--complete__btn .c-btn--primary, .p-login-complete__btns a, .c-tool__item-title, .p-tool-creator__name, .p-tool-review__tool-name, .p-tool-ctgtag__content-right .p-tool-ctgtag-list__item-textarea h3, .p-tool-profile-top__content-textarea p, .p-tool-introduce__blur-msg .download-btn, .l-tool__main-content span, .l-tool__main-content p, .l-tool__main-content strong, .l-tool__main-content a, .l-tool__main-content b, .l-tool__writer-name, .l-tool__writer-text, .p-purchase-detail__textarea p, .p-purchase-detail__note a, .p-purchase-details__textarea p, .p-purchase-details__note a, .p-purchase-note-list__item p, .c-purchase-payment__title, .p-other-media__contact-section-btn a, .p-design__item-text-area p, .tab-container .tab-contents .tab-content__text-area p, .tab-container .tab-contents .tab-content__text-area ol li, .tab-container .tab-contents .tab-content__text-area ul li, .tab-container .tab-contents .tab-content__text-area table th, .tab-container .tab-contents .tab-content__text-area table td, .tab-container .tab-contents .tab-content__text-area table__inner p, .p-contact__form .form-group label, .p-contact__form .form-group input, .p-contact__form .form-group select, .p-contact__form .form-group textarea, .p-contact__form .submit-button, .c-column__item-title, .c-sidebar p, .p-top-about__content-left p, .p-top-about__content-right .l-feature-list__item-textarea p, .p-problem-list__item-textarea h3, .c-cta-circle a, .c-news-list__item-title, .c-faq-list__item-q, .c-faq-list__item-a, .c-page__head-title p, .l-article__main-content span, .l-article__main-content p, .l-article__main-content strong, .l-article__main-content a, .l-article__main-content b, .l-article__writer-name, .c-table th, .c-table td, .c-table__inner p, .p-declaration-page-table th, .p-declaration-page-table td, .p-declaration-page-table__inner p, .c-thanks p, .c-thanks p a, .c-page__head-slider-text-area p, .c-page__related-slider-text-area p, .c-flow__tab-content-text-area p, .c-contact__section-login-btn a, .c-contact__section-btn a, .c-header-search .search-box, .c-header-search .category-button, .c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link-parent, .c-header-login-left .c-header-login-search .search-box, .c-header-login-left .c-header-login-search .category-button, .c-header-login__user-name strong, .u-jp14, .p-blog-create .select-multibox__selected, .p-blog-create .select-multibox__options li label, .p-blog-create__label, .p-refund-detail__form .form-group .readonly, .c-dashboard-card-admin .error-text, .p-tool-form__item.admin-video-check .p-tool-review-checks label, .c-request-list .hide-button, .c-request-list__meta .request-date,
.c-request-list__meta .request-user, .c-client-tool__btn-edit, .c-client-tool__btn-new, .p-profile-complete__portfolio-content, .p-tool-submit-complete__message .p-tool-submit-complete__text, .p-tool-submit-complete__message .p-tool-draft-complete__text, .p-tool-create .alert-comment, .p-tool-create p, .p-tool-create a, .p-tool-create .note, .p-tool-create .p-tool-form__thumbnails .thumbnail-row label, .p-trade-history .p-trade-table button.edit, .p-trade-history .p-trade-table table th,
.p-trade-history .p-trade-table table td, .p-mypage-order-history .c-order-history__btn-review, .p-profile-form__item input[type=text],
.p-profile-form__item input[type=email],
.p-profile-form__item input[type=password],
.p-profile-form__item textarea,
.p-profile-form__item input[type=file], .p-profile-form__image-wrap input[type=file], .p-profile-complete__list, .p-profile-complete__btn-area a, .p-mypage-favorite .c-favorite__detail .c-favorite__desc, .p-mypage-favorite .c-favorite__btn-review, .p-review-summary__detail .c-favorite__desc, .p-review-form__label, .p-review-form__textarea, .p-review-form__select, .p-review-complete__text, .p-review-complete__rating, .p-refund-form__label, .p-refund-form__select, .p-refund-form__textarea, .p-refund-complete__text, .p-signup-form__item label, .p-signup-form__item input, .p-signup-form__link a, .p-login-form__item label, .p-login-form__item input, .p-login-form__link a, .p-login-tab li, .c-tool__item-bottom__left p, .c-tool__sub-text-area h3, .p-tool__comment-list-item-text, .p-tool-creator__description, .p-tool-review__text, .p-tool-ctgtag__content-left p, .p-tool-introduce__btnarea-favorite p, .l-tool__ctg-other p, .p-purchase-details-list__item-delete a, .p-purchase-note2-list li, .p-tool-detail__download .c-button--primary, .p-product-detail__info .l-tool__ctg-area .l-tool__ctg, .p-product-detail__info .l-tool__ctg-area .l-tool__tagarea li a, .p-product-detail__info .l-tool__ctg-other p, .p-product-detail__info .p-product-detail__id, .p-product-detail__info .p-product-detail__delivery, .c-purchase-block-list__item-title, .c-purchase-block-list__item-cost, .c-purchase-block-sam p, .c-purchase-payment__text, .c-purchase-payment__button, .c-purchase-payment__label, .c-purchase-payment__input input[type=text],
.c-purchase-payment__input input[type=password], .c-purchase-payment__input--checkbox label, .c-purchase-payment__input--expiry .c-expiry-select select, .c-purchase-payment__input--expiry .c-expiry-select span, .p-line-field__main-content-title p, .p-line-field__sub-contents p, .p-srilanka-marketing__item-text, .p-tendering__item a p, .c-discrimination__item p, .c-skill__item p, .p-marketing-field__main-content-title p, .p-marketing-field__sub-contents p, .p-spot__item p, .p-seo-field-seo__main-content-title p, .p-seo-field-seo__sub-contents p, .p-seo-support__item-list-title, .p-seo-support__item-list-text, .p-seo-marketing__item-text p, .p-about-download__list li, .p-about-download__text, .c-page__lead, .c-button--primary, .c-column__sub-text-area h3, .c-sidebar-ctg-list li a, .c-sidebar-tag-list li a, .c-sidebar-blog-tag-list li, .c-sidebar-keyword-list li a, .c-sidebar-help-list li a, .c-sidebar-ranking-list .side-ranking-list__bottom h3, .c-news__sub-text-area h3, .p-feature__item p, .p-top-search-ctg .l-ctg-block-list__item-textarea p, .p-top-search-tag .l-tag-block-list__item-textarea p, .c-sidebar-blog-tag-list li a, .c-sidebar-column-list .side-column__bottom h3, .l-article__tag-area li a, .l-article__main-content ul li, .l-article__writer-text, .c-other-business__item-text, .c-contents-list__ctg-title, .c-contents-list__ctg-text, .c-contents-list2__ctg-title, .c-contents-list2__ctg-text, .pagination__item a, .c-features__item-text p, .c-flow__section-item p, .c-flow__child-list li, .c-pagination ul li a, .c-pagination a,
.c-pagination span, .c-footer__sub-content ul li a, .c-contact__section p, .c-header__contact .client-btn, .c-header__contact .signup-btn, .c-header__contact .login-btn, .c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link, .c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link-child, .c-header-login__contact .client-btn, .c-header-login__contact .signup-btn, .c-header-login__contact .login-btn, .c-header-login__user-menu li, .c-hamburger-menu__help-list li a, .category-dropdown .category-list li a, .u-jp12, .c-dashboard-card .error-text, .admin-client-profile-tool-list .c-client-tool__detail-status .date, .admin-client-profile-tool-list .c-client-tool__detail-status .status, .c-client-tool__status, .p-mypage-order-history .c-order-history__btn-refund, .p-mypage-order-history .c-order-history__date, .p-mypage-favorite .c-favorite__btn-remove, .p-review-summary__item-right .c-favorite__date, .p-refund-form__required, .p-signup-form__note, .p-login-form__note, .c-tool__ctg-list li a, .c-tool__tag-list li a, .c-tool__item-price, .c-tool__item-ctg, .c-tool__item-text, .c-tool__item-tag-list li, .c-tool__item-bottom__right p, .c-tool__sub-keyword ul li a, .c-tool__sub-tag ul li a, .c-tool__sub-tag-list li, .c-tool__sub-ctg, .c-tool__sub-date, .p-tool__comment-list-item-iconarea p, .p-tool-ctgtag__content-right .p-tool-ctgtag-list__item-textarea p, .l-tool__date, .l-tool__ctg a, .l-tool__tagarea li a, .p-product-detail__info .p-product-detail__price-box .p-product-detail__discount, .p-contact__form .form-group .required, .p-contact__form .submit-button__note, .p-seo-skill__list li p, .c-column__ctg-list li a, .c-column__tag-list li a, .c-column__item-ctg, .c-column__item-tag-list li, .c-column__item-btn__inner, .c-column__sub-keyword ul li a, .c-column__sub-tag ul li a, .c-column__sub-tag-list li, .c-column__sub-ctg, .c-column__sub-date, .c-sidebar-ranking-list .side-ranking-list__ctg, .c-sidebar-ranking-list .side-ranking-list__taglist li, .p-news__ctg-item a, .p-news__ctg-title, .c-news__sub-keyword ul li a, .c-news__sub-ctg, .c-news__sub-date, .p-support__list li p, .p-support__list li p span, .p-problem-list__item-textarea p, .c-news-list__item-text, .c-news-list__item-ctg, .c-news-list__item-date, .c-sidebar-column-list .side-column__ctg, .c-sidebar-column-list .side-column__taglist li, .c-floating__inner p, .l-breadcrumbs__item, .l-article__date, .l-article__ctg a, .c-contents-list__item-text-area h3 span, .c-contents-list__item2-text-area h3 span, .c-contents-list2__item-text-area h3 span, .c-list-btn, .c-label-required, .c-footer__child-list li a, .c-footer__copy, .c-header__contact p, .c-header-login__contact p, .c-hamburger-menu__item, .c-hamburger-menu__contact, .c-hamburger-menu__contact2, .c-hamburger-menu__submenu li a, .c-hamburger-menu__ctg-list li a, .c-hamburger-menu__tag-list li a, .u-jp11, .p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--favorite-inner .p-product-detail__note, .c-header-login__user-name, body, h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
}

.roboto_condensed, .c-tool__item-price span, .c-column__item-date {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}

.ibm-mono, .c-header__nav-item span, .c-header__nav-list a span, .c-header__menu-item a span, .c-header-login__nav-item span, .c-header-login__nav-list a span, .c-header-login__menu-item a span, .u-eng20, .p-srilanka-marketing__item-number, .u-eng18, .c-tool__sub h2, .c-column__sub h2, .c-news__sub h2, .c-page__head-title h1 span, .c-page__head-title h2 span, .u-eng16, .u-eng12, .c-tool__ctg-list__title, .c-tool__tag-list__title, .p-seo-stelmah__contact-head h3 span, .c-column__ctg-list__title, .c-column__tag-list__title, .p-top-search-ctgtag__head h2 span, .p-problem__head h2 span, .c-flow__tab-content-text-area h4 span, .c-contact__title h2 span, .c-hamburger-menu__item-title span, .c-hamburger-menu__tag-list-title span, .c-heading span, .u-eng10, .p-design__item-text-area h3 span, .c-other-business__item-dcr, .c-flow__section-title h2 span, .c-flow__section-item h3 span, .c-footer__child-list li a span, .c-hamburger-menu__submenu li a span {
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
}

.u-jp11, .p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--favorite-inner .p-product-detail__note, .c-header-login__user-name {
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp11, .p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--favorite-inner .p-product-detail__note, .c-header-login__user-name {
    font-size: 1rem;
  }
}

.u-jp12, .c-dashboard-card .error-text, .admin-client-profile-tool-list .c-client-tool__detail-status .date, .admin-client-profile-tool-list .c-client-tool__detail-status .status, .c-client-tool__status, .p-mypage-order-history .c-order-history__btn-refund, .p-mypage-order-history .c-order-history__date, .p-mypage-favorite .c-favorite__btn-remove, .p-review-summary__item-right .c-favorite__date, .p-refund-form__required, .p-signup-form__note, .p-login-form__note, .c-tool__ctg-list li a, .c-tool__tag-list li a, .c-tool__item-price, .c-tool__item-ctg, .c-tool__item-text, .c-tool__item-tag-list li, .c-tool__item-bottom__right p, .c-tool__sub-keyword ul li a, .c-tool__sub-tag ul li a, .c-tool__sub-tag-list li, .c-tool__sub-ctg, .c-tool__sub-date, .p-tool__comment-list-item-iconarea p, .p-tool-ctgtag__content-right .p-tool-ctgtag-list__item-textarea p, .l-tool__date, .l-tool__ctg a, .l-tool__tagarea li a, .p-product-detail__info .p-product-detail__price-box .p-product-detail__discount, .p-contact__form .form-group .required, .p-contact__form .submit-button__note, .p-seo-skill__list li p, .c-column__ctg-list li a, .c-column__tag-list li a, .c-column__item-ctg, .c-column__item-tag-list li, .c-column__item-btn__inner, .c-column__sub-keyword ul li a, .c-column__sub-tag ul li a, .c-column__sub-tag-list li, .c-column__sub-ctg, .c-column__sub-date, .c-sidebar-ranking-list .side-ranking-list__ctg, .c-sidebar-ranking-list .side-ranking-list__taglist li, .p-news__ctg-item a, .p-news__ctg-title, .c-news__sub-keyword ul li a, .c-news__sub-ctg, .c-news__sub-date, .p-support__list li p, .p-support__list li p span, .p-problem-list__item-textarea p, .c-news-list__item-text, .c-news-list__item-ctg, .c-news-list__item-date, .c-sidebar-column-list .side-column__ctg, .c-sidebar-column-list .side-column__taglist li, .c-floating__inner p, .l-breadcrumbs__item, .l-article__date, .l-article__ctg a, .c-contents-list__item-text-area h3 span, .c-contents-list__item2-text-area h3 span, .c-contents-list2__item-text-area h3 span, .c-list-btn, .c-label-required, .c-footer__child-list li a, .c-footer__copy, .c-header__contact p, .c-header-login__contact p, .c-hamburger-menu__item, .c-hamburger-menu__contact, .c-hamburger-menu__contact2, .c-hamburger-menu__submenu li a, .c-hamburger-menu__ctg-list li a, .c-hamburger-menu__tag-list li a {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp12, .c-dashboard-card .error-text, .admin-client-profile-tool-list .c-client-tool__detail-status .date, .admin-client-profile-tool-list .c-client-tool__detail-status .status, .c-client-tool__status, .p-mypage-order-history .c-order-history__btn-refund, .p-mypage-order-history .c-order-history__date, .p-mypage-favorite .c-favorite__btn-remove, .p-review-summary__item-right .c-favorite__date, .p-refund-form__required, .p-signup-form__note, .p-login-form__note, .c-tool__ctg-list li a, .c-tool__tag-list li a, .c-tool__item-price, .c-tool__item-ctg, .c-tool__item-text, .c-tool__item-tag-list li, .c-tool__item-bottom__right p, .c-tool__sub-keyword ul li a, .c-tool__sub-tag ul li a, .c-tool__sub-tag-list li, .c-tool__sub-ctg, .c-tool__sub-date, .p-tool__comment-list-item-iconarea p, .p-tool-ctgtag__content-right .p-tool-ctgtag-list__item-textarea p, .l-tool__date, .l-tool__ctg a, .l-tool__tagarea li a, .p-product-detail__info .p-product-detail__price-box .p-product-detail__discount, .p-contact__form .form-group .required, .p-contact__form .submit-button__note, .p-seo-skill__list li p, .c-column__ctg-list li a, .c-column__tag-list li a, .c-column__item-ctg, .c-column__item-tag-list li, .c-column__item-btn__inner, .c-column__sub-keyword ul li a, .c-column__sub-tag ul li a, .c-column__sub-tag-list li, .c-column__sub-ctg, .c-column__sub-date, .c-sidebar-ranking-list .side-ranking-list__ctg, .c-sidebar-ranking-list .side-ranking-list__taglist li, .p-news__ctg-item a, .p-news__ctg-title, .c-news__sub-keyword ul li a, .c-news__sub-ctg, .c-news__sub-date, .p-support__list li p, .p-support__list li p span, .p-problem-list__item-textarea p, .c-news-list__item-text, .c-news-list__item-ctg, .c-news-list__item-date, .c-sidebar-column-list .side-column__ctg, .c-sidebar-column-list .side-column__taglist li, .c-floating__inner p, .l-breadcrumbs__item, .l-article__date, .l-article__ctg a, .c-contents-list__item-text-area h3 span, .c-contents-list__item2-text-area h3 span, .c-contents-list2__item-text-area h3 span, .c-list-btn, .c-label-required, .c-footer__child-list li a, .c-footer__copy, .c-header__contact p, .c-header-login__contact p, .c-hamburger-menu__item, .c-hamburger-menu__contact, .c-hamburger-menu__contact2, .c-hamburger-menu__submenu li a, .c-hamburger-menu__ctg-list li a, .c-hamburger-menu__tag-list li a {
    font-size: 1.2rem;
  }
}

.u-jp14, .p-blog-create .select-multibox__selected, .p-blog-create .select-multibox__options li label, .p-blog-create__label, .p-refund-detail__form .form-group .readonly, .c-dashboard-card-admin .error-text, .p-tool-form__item.admin-video-check .p-tool-review-checks label, .c-request-list .hide-button, .c-request-list__meta .request-date,
.c-request-list__meta .request-user, .c-client-tool__btn-edit, .c-client-tool__btn-new, .p-profile-complete__portfolio-content, .p-tool-submit-complete__message .p-tool-submit-complete__text, .p-tool-submit-complete__message .p-tool-draft-complete__text, .p-tool-create .alert-comment, .p-tool-create p, .p-tool-create a, .p-tool-create .note, .p-tool-create .p-tool-form__thumbnails .thumbnail-row label, .p-trade-history .p-trade-table button.edit, .p-trade-history .p-trade-table table th,
.p-trade-history .p-trade-table table td, .p-mypage-order-history .c-order-history__btn-review, .p-profile-form__item input[type=text],
.p-profile-form__item input[type=email],
.p-profile-form__item input[type=password],
.p-profile-form__item textarea,
.p-profile-form__item input[type=file], .p-profile-form__image-wrap input[type=file], .p-profile-complete__list, .p-profile-complete__btn-area a, .p-mypage-favorite .c-favorite__detail .c-favorite__desc, .p-mypage-favorite .c-favorite__btn-review, .p-review-summary__detail .c-favorite__desc, .p-review-form__label, .p-review-form__textarea, .p-review-form__select, .p-review-complete__text, .p-review-complete__rating, .p-refund-form__label, .p-refund-form__select, .p-refund-form__textarea, .p-refund-complete__text, .p-signup-form__item label, .p-signup-form__item input, .p-signup-form__link a, .p-login-form__item label, .p-login-form__item input, .p-login-form__link a, .p-login-tab li, .c-tool__item-bottom__left p, .c-tool__sub-text-area h3, .p-tool__comment-list-item-text, .p-tool-creator__description, .p-tool-review__text, .p-tool-ctgtag__content-left p, .p-tool-introduce__btnarea-favorite p, .l-tool__ctg-other p, .p-purchase-details-list__item-delete a, .p-purchase-note2-list li, .p-tool-detail__download .c-button--primary, .p-product-detail__info .l-tool__ctg-area .l-tool__ctg, .p-product-detail__info .l-tool__ctg-area .l-tool__tagarea li a, .p-product-detail__info .l-tool__ctg-other p, .p-product-detail__info .p-product-detail__id, .p-product-detail__info .p-product-detail__delivery, .c-purchase-block-list__item-title, .c-purchase-block-list__item-cost, .c-purchase-block-sam p, .c-purchase-payment__text, .c-purchase-payment__button, .c-purchase-payment__label, .c-purchase-payment__input input[type=text],
.c-purchase-payment__input input[type=password], .c-purchase-payment__input--checkbox label, .c-purchase-payment__input--expiry .c-expiry-select select, .c-purchase-payment__input--expiry .c-expiry-select span, .p-line-field__main-content-title p, .p-line-field__sub-contents p, .p-srilanka-marketing__item-text, .p-tendering__item a p, .c-discrimination__item p, .c-skill__item p, .p-marketing-field__main-content-title p, .p-marketing-field__sub-contents p, .p-spot__item p, .p-seo-field-seo__main-content-title p, .p-seo-field-seo__sub-contents p, .p-seo-support__item-list-title, .p-seo-support__item-list-text, .p-seo-marketing__item-text p, .p-about-download__list li, .p-about-download__text, .c-page__lead, .c-button--primary, .c-column__sub-text-area h3, .c-sidebar-ctg-list li a, .c-sidebar-tag-list li a, .c-sidebar-blog-tag-list li, .c-sidebar-keyword-list li a, .c-sidebar-help-list li a, .c-sidebar-ranking-list .side-ranking-list__bottom h3, .c-news__sub-text-area h3, .p-feature__item p, .p-top-search-ctg .l-ctg-block-list__item-textarea p, .p-top-search-tag .l-tag-block-list__item-textarea p, .c-sidebar-blog-tag-list li a, .c-sidebar-column-list .side-column__bottom h3, .l-article__tag-area li a, .l-article__main-content ul li, .l-article__writer-text, .c-other-business__item-text, .c-contents-list__ctg-title, .c-contents-list__ctg-text, .c-contents-list2__ctg-title, .c-contents-list2__ctg-text, .pagination__item a, .c-features__item-text p, .c-flow__section-item p, .c-flow__child-list li, .c-pagination ul li a, .c-pagination a,
.c-pagination span, .c-footer__sub-content ul li a, .c-contact__section p, .c-header__contact .client-btn, .c-header__contact .signup-btn, .c-header__contact .login-btn, .c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link, .c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link-child, .c-header-login__contact .client-btn, .c-header-login__contact .signup-btn, .c-header-login__contact .login-btn, .c-header-login__user-menu li, .c-hamburger-menu__help-list li a, .category-dropdown .category-list li a {
  font-size: 1.4rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp14, .p-blog-create .select-multibox__selected, .p-blog-create .select-multibox__options li label, .p-blog-create__label, .p-refund-detail__form .form-group .readonly, .c-dashboard-card-admin .error-text, .p-tool-form__item.admin-video-check .p-tool-review-checks label, .c-request-list .hide-button, .c-request-list__meta .request-date,
  .c-request-list__meta .request-user, .c-client-tool__btn-edit, .c-client-tool__btn-new, .p-profile-complete__portfolio-content, .p-tool-submit-complete__message .p-tool-submit-complete__text, .p-tool-submit-complete__message .p-tool-draft-complete__text, .p-tool-create .alert-comment, .p-tool-create p, .p-tool-create a, .p-tool-create .note, .p-tool-create .p-tool-form__thumbnails .thumbnail-row label, .p-trade-history .p-trade-table button.edit, .p-trade-history .p-trade-table table th,
  .p-trade-history .p-trade-table table td, .p-mypage-order-history .c-order-history__btn-review, .p-profile-form__item input[type=text],
  .p-profile-form__item input[type=email],
  .p-profile-form__item input[type=password],
  .p-profile-form__item textarea,
  .p-profile-form__item input[type=file], .p-profile-form__image-wrap input[type=file], .p-profile-complete__list, .p-profile-complete__btn-area a, .p-mypage-favorite .c-favorite__detail .c-favorite__desc, .p-mypage-favorite .c-favorite__btn-review, .p-review-summary__detail .c-favorite__desc, .p-review-form__label, .p-review-form__textarea, .p-review-form__select, .p-review-complete__text, .p-review-complete__rating, .p-refund-form__label, .p-refund-form__select, .p-refund-form__textarea, .p-refund-complete__text, .p-signup-form__item label, .p-signup-form__item input, .p-signup-form__link a, .p-login-form__item label, .p-login-form__item input, .p-login-form__link a, .p-login-tab li, .c-tool__item-bottom__left p, .c-tool__sub-text-area h3, .p-tool__comment-list-item-text, .p-tool-creator__description, .p-tool-review__text, .p-tool-ctgtag__content-left p, .p-tool-introduce__btnarea-favorite p, .l-tool__ctg-other p, .p-purchase-details-list__item-delete a, .p-purchase-note2-list li, .p-tool-detail__download .c-button--primary, .p-product-detail__info .l-tool__ctg-area .l-tool__ctg, .p-product-detail__info .l-tool__ctg-area .l-tool__tagarea li a, .p-product-detail__info .l-tool__ctg-other p, .p-product-detail__info .p-product-detail__id, .p-product-detail__info .p-product-detail__delivery, .c-purchase-block-list__item-title, .c-purchase-block-list__item-cost, .c-purchase-block-sam p, .c-purchase-payment__text, .c-purchase-payment__button, .c-purchase-payment__label, .c-purchase-payment__input input[type=text],
  .c-purchase-payment__input input[type=password], .c-purchase-payment__input--checkbox label, .c-purchase-payment__input--expiry .c-expiry-select select, .c-purchase-payment__input--expiry .c-expiry-select span, .p-line-field__main-content-title p, .p-line-field__sub-contents p, .p-srilanka-marketing__item-text, .p-tendering__item a p, .c-discrimination__item p, .c-skill__item p, .p-marketing-field__main-content-title p, .p-marketing-field__sub-contents p, .p-spot__item p, .p-seo-field-seo__main-content-title p, .p-seo-field-seo__sub-contents p, .p-seo-support__item-list-title, .p-seo-support__item-list-text, .p-seo-marketing__item-text p, .p-about-download__list li, .p-about-download__text, .c-page__lead, .c-button--primary, .c-column__sub-text-area h3, .c-sidebar-ctg-list li a, .c-sidebar-tag-list li a, .c-sidebar-blog-tag-list li, .c-sidebar-keyword-list li a, .c-sidebar-help-list li a, .c-sidebar-ranking-list .side-ranking-list__bottom h3, .c-news__sub-text-area h3, .p-feature__item p, .p-top-search-ctg .l-ctg-block-list__item-textarea p, .p-top-search-tag .l-tag-block-list__item-textarea p, .c-sidebar-blog-tag-list li a, .c-sidebar-column-list .side-column__bottom h3, .l-article__tag-area li a, .l-article__main-content ul li, .l-article__writer-text, .c-other-business__item-text, .c-contents-list__ctg-title, .c-contents-list__ctg-text, .c-contents-list2__ctg-title, .c-contents-list2__ctg-text, .pagination__item a, .c-features__item-text p, .c-flow__section-item p, .c-flow__child-list li, .c-pagination ul li a, .c-pagination a,
  .c-pagination span, .c-footer__sub-content ul li a, .c-contact__section p, .c-header__contact .client-btn, .c-header__contact .signup-btn, .c-header__contact .login-btn, .c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link, .c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link-child, .c-header-login__contact .client-btn, .c-header-login__contact .signup-btn, .c-header-login__contact .login-btn, .c-header-login__user-menu li, .c-hamburger-menu__help-list li a, .category-dropdown .category-list li a {
    font-size: 1.3rem;
  }
}

.u-jp16, .p-news-list-create-btn .c-btn.-primary,
.p-blog-list-create-btn .c-btn.-primary, .p-news-create__item .-meta p,
.p-blog-create__item .-meta p,
.p-category-create__item .-meta p,
.p-tag-create__item .-meta p, .c-modal__text, .p-news-complete__item label,
.p-blog-complete__item label,
.p-category-complete__item label,
.p-tag-complete__item label, .p-news-complete__message,
.p-blog-complete__message,
.p-category-complete__message,
.p-tag-complete__message, .p-category-list .detail-button, .p-category-list .edit-button, .p-category-list .delete-button, .p-category-list__note, .p-ctg-tag-table__filter label, .p-ctg-tag-table__filter select, .p-ctg-tag-table__tabs, .p-refund-list .detail-button, .p-refund-detail__form .form-group label, .p-refund-complete2 .p-alert, .admin-client-profile-tool-list .c-client-tool__meta-item a, .c-btn-load-more, .detail-button, .edit-button, .delete-button, .c-client-tool__detail p, .p-tool-create p strong, .p-tool-create label, .p-trade-history, .p-trade-history .p-trade-search, .p-trade-history .p-trade-search .p-trade-search__group, .p-trade-history .p-trade-search .p-trade-search__group input[type=text],
.p-trade-history .p-trade-search .p-trade-search__group input[type=date],
.p-trade-history .p-trade-search .p-trade-search__group select, .p-trade-history .p-trade-search .p-trade-search__submit button, .p-trade-history .p-trade-table .edit-button, .p-trade-edit__actions button, .p-refund-summary .p-trade-search, .p-refund-summary .p-trade-search .p-trade-search__group, .p-refund-summary .p-trade-search .p-trade-search__group input[type=text],
.p-refund-summary .p-trade-search .p-trade-search__group input[type=date],
.p-refund-summary .p-trade-search .p-trade-search__group select, .p-refund-summary .p-trade-search .p-trade-search__submit button, .p-trade-table table tbody td button,
.p-client-table table tbody td button,
.p-news-table table tbody td button,
.p-blog-table table tbody td button,
.p-category-list__table table tbody td button,
.p-ctg-tag-table-wrap table tbody td button, .p-trade-table__btn-area .delete-button,
.p-client-table__btn-area .delete-button,
.p-news-table__btn-area .delete-button,
.p-blog-table__btn-area .delete-button,
.p-category-list__table__btn-area .delete-button,
.p-ctg-tag-table-wrap__btn-area .delete-button, .p-client-table-wrap .detail-button,
.p-news-table-wrap .detail-button,
.p-blog-table-wrap .detail-button,
.p-ctg-tag-table .detail-button, .p-client-table-wrap .edit-button,
.p-news-table-wrap .edit-button,
.p-blog-table-wrap .edit-button,
.p-ctg-tag-table .edit-button, .p-trade-search, .p-trade-search .p-trade-search__group, .p-trade-search .p-trade-search__group input[type=text],
.p-trade-search .p-trade-search__group input[type=date],
.p-trade-search .p-trade-search__group select, .p-trade-search .p-trade-search__submit button, .p-mypage-order-history .c-order-history__detail p, .p-profile-form__item label, .p-profile-form__submit, .p-profile-form__back, .p-profile-complete__message, .p-mypage-favorite .c-favorite__detail .c-favorite__price, .c-favorite-purchase__text, .c-favorite-purchase__btn, .p-review-summary__detail .c-favorite__price, .p-review-form__submit, .p-review-form__back, .p-review-complete__heading, .p-review-complete__btn-back, .p-review-complete__btn-edit, .p-refund-form__submit, .p-refund-form__back, .p-signup-content-left__list li, .p-signup-note p, .p-signup-form__submit, .p-login-content__inner p, .p-login-note p, .p-login-form__submit, .p-signup--complete__text, .p-signup--complete__note, .p-signup--complete__btn .c-btn--primary, .p-login-complete__btns a, .c-tool__item-title, .p-tool-creator__name, .p-tool-review__tool-name, .p-tool-ctgtag__content-right .p-tool-ctgtag-list__item-textarea h3, .p-tool-profile-top__content-textarea p, .p-tool-introduce__blur-msg .download-btn, .l-tool__main-content span, .l-tool__main-content p, .l-tool__main-content strong, .l-tool__main-content a, .l-tool__main-content b, .l-tool__writer-name, .l-tool__writer-text, .p-purchase-detail__textarea p, .p-purchase-detail__note a, .p-purchase-details__textarea p, .p-purchase-details__note a, .p-purchase-note-list__item p, .c-purchase-payment__title, .p-other-media__contact-section-btn a, .p-design__item-text-area p, .tab-container .tab-contents .tab-content__text-area p, .tab-container .tab-contents .tab-content__text-area ol li, .tab-container .tab-contents .tab-content__text-area ul li, .tab-container .tab-contents .tab-content__text-area table th, .tab-container .tab-contents .tab-content__text-area table td, .tab-container .tab-contents .tab-content__text-area table__inner p, .p-contact__form .form-group label, .p-contact__form .form-group input, .p-contact__form .form-group select, .p-contact__form .form-group textarea, .p-contact__form .submit-button, .c-column__item-title, .c-sidebar p, .p-top-about__content-left p, .p-top-about__content-right .l-feature-list__item-textarea p, .p-problem-list__item-textarea h3, .c-cta-circle a, .c-news-list__item-title, .c-faq-list__item-q, .c-faq-list__item-a, .c-page__head-title p, .l-article__main-content span, .l-article__main-content p, .l-article__main-content strong, .l-article__main-content a, .l-article__main-content b, .l-article__writer-name, .c-table th, .c-table td, .c-table__inner p, .p-declaration-page-table th, .p-declaration-page-table td, .p-declaration-page-table__inner p, .c-thanks p, .c-thanks p a, .c-page__head-slider-text-area p, .c-page__related-slider-text-area p, .c-flow__tab-content-text-area p, .c-contact__section-login-btn a, .c-contact__section-btn a, .c-header-search .search-box, .c-header-search .category-button, .c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link-parent, .c-header-login-left .c-header-login-search .search-box, .c-header-login-left .c-header-login-search .category-button, .c-header-login__user-name strong {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp16, .p-news-list-create-btn .c-btn.-primary,
  .p-blog-list-create-btn .c-btn.-primary, .p-news-create__item .-meta p,
  .p-blog-create__item .-meta p,
  .p-category-create__item .-meta p,
  .p-tag-create__item .-meta p, .c-modal__text, .p-news-complete__item label,
  .p-blog-complete__item label,
  .p-category-complete__item label,
  .p-tag-complete__item label, .p-news-complete__message,
  .p-blog-complete__message,
  .p-category-complete__message,
  .p-tag-complete__message, .p-category-list .detail-button, .p-category-list .edit-button, .p-category-list .delete-button, .p-category-list__note, .p-ctg-tag-table__filter label, .p-ctg-tag-table__filter select, .p-ctg-tag-table__tabs, .p-refund-list .detail-button, .p-refund-detail__form .form-group label, .p-refund-complete2 .p-alert, .admin-client-profile-tool-list .c-client-tool__meta-item a, .c-btn-load-more, .detail-button, .edit-button, .delete-button, .c-client-tool__detail p, .p-tool-create p strong, .p-tool-create label, .p-trade-history, .p-trade-history .p-trade-search, .p-trade-history .p-trade-search .p-trade-search__group, .p-trade-history .p-trade-search .p-trade-search__group input[type=text],
  .p-trade-history .p-trade-search .p-trade-search__group input[type=date],
  .p-trade-history .p-trade-search .p-trade-search__group select, .p-trade-history .p-trade-search .p-trade-search__submit button, .p-trade-history .p-trade-table .edit-button, .p-trade-edit__actions button, .p-refund-summary .p-trade-search, .p-refund-summary .p-trade-search .p-trade-search__group, .p-refund-summary .p-trade-search .p-trade-search__group input[type=text],
  .p-refund-summary .p-trade-search .p-trade-search__group input[type=date],
  .p-refund-summary .p-trade-search .p-trade-search__group select, .p-refund-summary .p-trade-search .p-trade-search__submit button, .p-trade-table table tbody td button,
  .p-client-table table tbody td button,
  .p-news-table table tbody td button,
  .p-blog-table table tbody td button,
  .p-category-list__table table tbody td button,
  .p-ctg-tag-table-wrap table tbody td button, .p-trade-table__btn-area .delete-button,
  .p-client-table__btn-area .delete-button,
  .p-news-table__btn-area .delete-button,
  .p-blog-table__btn-area .delete-button,
  .p-category-list__table__btn-area .delete-button,
  .p-ctg-tag-table-wrap__btn-area .delete-button, .p-client-table-wrap .detail-button,
  .p-news-table-wrap .detail-button,
  .p-blog-table-wrap .detail-button,
  .p-ctg-tag-table .detail-button, .p-client-table-wrap .edit-button,
  .p-news-table-wrap .edit-button,
  .p-blog-table-wrap .edit-button,
  .p-ctg-tag-table .edit-button, .p-trade-search, .p-trade-search .p-trade-search__group, .p-trade-search .p-trade-search__group input[type=text],
  .p-trade-search .p-trade-search__group input[type=date],
  .p-trade-search .p-trade-search__group select, .p-trade-search .p-trade-search__submit button, .p-mypage-order-history .c-order-history__detail p, .p-profile-form__item label, .p-profile-form__submit, .p-profile-form__back, .p-profile-complete__message, .p-mypage-favorite .c-favorite__detail .c-favorite__price, .c-favorite-purchase__text, .c-favorite-purchase__btn, .p-review-summary__detail .c-favorite__price, .p-review-form__submit, .p-review-form__back, .p-review-complete__heading, .p-review-complete__btn-back, .p-review-complete__btn-edit, .p-refund-form__submit, .p-refund-form__back, .p-signup-content-left__list li, .p-signup-note p, .p-signup-form__submit, .p-login-content__inner p, .p-login-note p, .p-login-form__submit, .p-signup--complete__text, .p-signup--complete__note, .p-signup--complete__btn .c-btn--primary, .p-login-complete__btns a, .c-tool__item-title, .p-tool-creator__name, .p-tool-review__tool-name, .p-tool-ctgtag__content-right .p-tool-ctgtag-list__item-textarea h3, .p-tool-profile-top__content-textarea p, .p-tool-introduce__blur-msg .download-btn, .l-tool__main-content span, .l-tool__main-content p, .l-tool__main-content strong, .l-tool__main-content a, .l-tool__main-content b, .l-tool__writer-name, .l-tool__writer-text, .p-purchase-detail__textarea p, .p-purchase-detail__note a, .p-purchase-details__textarea p, .p-purchase-details__note a, .p-purchase-note-list__item p, .c-purchase-payment__title, .p-other-media__contact-section-btn a, .p-design__item-text-area p, .tab-container .tab-contents .tab-content__text-area p, .tab-container .tab-contents .tab-content__text-area ol li, .tab-container .tab-contents .tab-content__text-area ul li, .tab-container .tab-contents .tab-content__text-area table th, .tab-container .tab-contents .tab-content__text-area table td, .tab-container .tab-contents .tab-content__text-area table__inner p, .p-contact__form .form-group label, .p-contact__form .form-group input, .p-contact__form .form-group select, .p-contact__form .form-group textarea, .p-contact__form .submit-button, .c-column__item-title, .c-sidebar p, .p-top-about__content-left p, .p-top-about__content-right .l-feature-list__item-textarea p, .p-problem-list__item-textarea h3, .c-cta-circle a, .c-news-list__item-title, .c-faq-list__item-q, .c-faq-list__item-a, .c-page__head-title p, .l-article__main-content span, .l-article__main-content p, .l-article__main-content strong, .l-article__main-content a, .l-article__main-content b, .l-article__writer-name, .c-table th, .c-table td, .c-table__inner p, .p-declaration-page-table th, .p-declaration-page-table td, .p-declaration-page-table__inner p, .c-thanks p, .c-thanks p a, .c-page__head-slider-text-area p, .c-page__related-slider-text-area p, .c-flow__tab-content-text-area p, .c-contact__section-login-btn a, .c-contact__section-btn a, .c-header-search .search-box, .c-header-search .category-button, .c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link-parent, .c-header-login-left .c-header-login-search .search-box, .c-header-login-left .c-header-login-search .category-button, .c-header-login__user-name strong {
    font-size: 1.4rem;
  }
}

.u-jp18, .p-refund-complete .p-alert, .c-client-tool__detail h2, .p-profile-complete__portfolio-title, .p-mypage-order-history .c-order-history__detail h2, .p-mypage-favorite .c-favorite__detail h2, .p-review-summary__detail h2, .p-tool-review__stars, .p-tool-introduce__btnarea .download-btn, .p-tool-introduce__btnarea .favorite-btn, .p-purchase-detail__textarea h3, .p-purchase-details__textarea h3, .p-purchase-note__top, .p-product-detail__info .p-product-detail__title, .p-product-detail__info .p-product-detail__price-box .p-product-detail__price-main, .p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--purchase, .p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--favorite-inner .c-button--favorite, .c-purchase-block__title, .c-purchase-payment__button--submit, .p-srilanka-marketing__head p, .p-other-media__head p, .p-other-media__list li h3, .p-design__btn a, .tab-container .tab-contents .tab-content__text-area ol li strong, .p-contact__text, .p-seo-marketing__head p, .p-seo-stelmah__text, .p-seo-stelmah__note, .p-seo-stelmah__contact-btn-inner, .p-about-download__heading, .c-policy-list li p, .p-feature__item h3, .c-floating__inner a, .l-article__main-content h4, .c-number-list__number, .c-number-list__text, .c-features__head p, .c-flow__tab-content-btn a, .c-footer__brand-text, .c-footer__section-title, .c-hamburger-menu__item-title, .c-hamburger-menu__contact-title, .c-hamburger-menu__contact2-title, .c-hamburger-menu__tag-list-title, .c-heading-text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp18, .p-refund-complete .p-alert, .c-client-tool__detail h2, .p-profile-complete__portfolio-title, .p-mypage-order-history .c-order-history__detail h2, .p-mypage-favorite .c-favorite__detail h2, .p-review-summary__detail h2, .p-tool-review__stars, .p-tool-introduce__btnarea .download-btn, .p-tool-introduce__btnarea .favorite-btn, .p-purchase-detail__textarea h3, .p-purchase-details__textarea h3, .p-purchase-note__top, .p-product-detail__info .p-product-detail__title, .p-product-detail__info .p-product-detail__price-box .p-product-detail__price-main, .p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--purchase, .p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--favorite-inner .c-button--favorite, .c-purchase-block__title, .c-purchase-payment__button--submit, .p-srilanka-marketing__head p, .p-other-media__head p, .p-other-media__list li h3, .p-design__btn a, .tab-container .tab-contents .tab-content__text-area ol li strong, .p-contact__text, .p-seo-marketing__head p, .p-seo-stelmah__text, .p-seo-stelmah__note, .p-seo-stelmah__contact-btn-inner, .p-about-download__heading, .c-policy-list li p, .p-feature__item h3, .c-floating__inner a, .l-article__main-content h4, .c-number-list__number, .c-number-list__text, .c-features__head p, .c-flow__tab-content-btn a, .c-footer__brand-text, .c-footer__section-title, .c-hamburger-menu__item-title, .c-hamburger-menu__contact-title, .c-hamburger-menu__contact2-title, .c-hamburger-menu__tag-list-title, .c-heading-text {
    font-size: 1.6rem;
  }
}

.u-jp20, .p-profile-editor .c-mypage-subtitle, .p-refund-complete__title, .l-tool__main-content h3, .c-purchase-block-sam span, .p-line-field__title p, .p-other-media__contact-section-inner h3, .c-discrimination__item h2 span, .c-skill__item h2 span, .p-marketing-field__title p, .tab-container .tab-buttons .tab-button p, .tab-container .tab-contents .tab-content__text-area h3, .p-seo-field-seo__title p, .p-top-about__content-right .l-feature-list__item-textarea h3, .l-article__main-content h3, .c-tag-js__item, .c-contact__section h3 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp20, .p-profile-editor .c-mypage-subtitle, .p-refund-complete__title, .l-tool__main-content h3, .c-purchase-block-sam span, .p-line-field__title p, .p-other-media__contact-section-inner h3, .c-discrimination__item h2 span, .c-skill__item h2 span, .p-marketing-field__title p, .tab-container .tab-buttons .tab-button p, .tab-container .tab-contents .tab-content__text-area h3, .p-seo-field-seo__title p, .p-top-about__content-right .l-feature-list__item-textarea h3, .l-article__main-content h3, .c-tag-js__item, .c-contact__section h3 {
    font-size: 1.8rem;
  }
}

.u-jp22, .p-tool-ctgtag h2, .p-srilanka-marketing__item h3, .p-design__item-text-area h3, .p-tendering__item a h3, .c-discrimination__item h2, .c-skill__item h2, .p-spot__item h3, .p-seo-support__item h3, .p-seo-marketing__item-text h3, .p-seo-skill__list li h3, .p-top-search-ctg .l-ctg-block-list__item-textarea h3, .p-top-search-tag .l-tag-block-list__item-textarea h3, .p-support__list li h3, .c-other-business__item h3, .c-contents-list__item-text-area h3, .c-contents-list__item2-text-area h3, .c-contents-list2__item-text-area h3, .c-features__item-text h3, .c-flow__section-item h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp22, .p-tool-ctgtag h2, .p-srilanka-marketing__item h3, .p-design__item-text-area h3, .p-tendering__item a h3, .c-discrimination__item h2, .c-skill__item h2, .p-spot__item h3, .p-seo-support__item h3, .p-seo-marketing__item-text h3, .p-seo-skill__list li h3, .p-top-search-ctg .l-ctg-block-list__item-textarea h3, .p-top-search-tag .l-tag-block-list__item-textarea h3, .p-support__list li h3, .c-other-business__item h3, .c-contents-list__item-text-area h3, .c-contents-list__item2-text-area h3, .c-contents-list2__item-text-area h3, .c-features__item-text h3, .c-flow__section-item h3 {
    font-size: 2rem;
  }
}

.u-jp24, .p-tool-create .note span, .c-mypage-title, .p-signup-content-right h2, .p-signup--complete__title, .p-tool-creator__heading, .p-tool-review__heading, .p-tool-profile-top__content-textarea h2, .l-tool__main-content h2, .p-purchase-detail__heading h2, .p-purchase-details h2, .p-product-detail__info h1, .p-line-field__sub-contents h4, .p-marketing-field__sub-contents h4, .tab-container .tab-contents .tab-content__text-area h2, .c-cta-circle__arrow, .c-faq-list__heading h2, .l-article__main-content h2, .c-flow__tab-content-text-area h4, .c-hamburger-menu__contact-title span, .c-hamburger-menu__contact2-title span {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp24, .p-tool-create .note span, .c-mypage-title, .p-signup-content-right h2, .p-signup--complete__title, .p-tool-creator__heading, .p-tool-review__heading, .p-tool-profile-top__content-textarea h2, .l-tool__main-content h2, .p-purchase-detail__heading h2, .p-purchase-details h2, .p-product-detail__info h1, .p-line-field__sub-contents h4, .p-marketing-field__sub-contents h4, .tab-container .tab-contents .tab-content__text-area h2, .c-cta-circle__arrow, .c-faq-list__heading h2, .l-article__main-content h2, .c-flow__tab-content-text-area h4, .c-hamburger-menu__contact-title span, .c-hamburger-menu__contact2-title span {
    font-size: 2.2rem;
  }
}

.u-jp26, .p-top-about__content-left h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp26, .p-top-about__content-left h2 {
    font-size: 2.3rem;
  }
}

.u-jp28, .p-login-content__inner h2, .p-tool__comment .c-page__head-title h2, .l-tool h1, .p-product-detail__description-heading, .p-line-field__main-content-title h3, .p-srilanka-marketing__item h3 span, .p-srilanka-marketing__item h3 .number, .p-marketing-field__main-content-title h3, .p-seo-field-seo__main-content-title h3, .p-seo-field-seo__sub-contents h4, .p-seo-stelmah__text-area h3, .p-seo-stelmah__contact-head h3, .c-policy-list li h2, .p-top-search-ctgtag__head h2, .p-problem__head h2, .l-article h1, .c-features__head h2, .c-footer__brand-title, .c-contact__title h2, .c-heading {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp28, .p-login-content__inner h2, .p-tool__comment .c-page__head-title h2, .l-tool h1, .p-product-detail__description-heading, .p-line-field__main-content-title h3, .p-srilanka-marketing__item h3 span, .p-srilanka-marketing__item h3 .number, .p-marketing-field__main-content-title h3, .p-seo-field-seo__main-content-title h3, .p-seo-field-seo__sub-contents h4, .p-seo-stelmah__text-area h3, .p-seo-stelmah__contact-head h3, .c-policy-list li h2, .p-top-search-ctgtag__head h2, .p-problem__head h2, .l-article h1, .c-features__head h2, .c-footer__brand-title, .c-contact__title h2, .c-heading {
    font-size: 2.4rem;
  }
}

.u-jp30 {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp30 {
    font-size: 2.6rem;
  }
}

.u-jp32, .p-profile-complete__head, .p-tool-introduce__head, .p-product-detail__info .p-product-detail__price-box .p-product-detail__price-main span, .p-srilanka-marketing__head h2, .p-other-media__head h2, .p-seo-marketing__head h2, .p-seo-stelmah__head h2, .p-feature__title, .c-flow__section-title h2 {
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp32, .p-profile-complete__head, .p-tool-introduce__head, .p-product-detail__info .p-product-detail__price-box .p-product-detail__price-main span, .p-srilanka-marketing__head h2, .p-other-media__head h2, .p-seo-marketing__head h2, .p-seo-stelmah__head h2, .p-feature__title, .c-flow__section-title h2 {
    font-size: 2.8rem;
  }
}

.u-jp40, .p-tool-detail h1, .p-line-field__title h2, .p-marketing-field__title h2, .p-seo-field-seo__title h2, .p-top-fv__content h1, .c-cta-circle span, .c-page__head-title h1, .c-page__head-title h2, .c-thanks h1 {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-jp40, .p-tool-detail h1, .p-line-field__title h2, .p-marketing-field__title h2, .p-seo-field-seo__title h2, .p-top-fv__content h1, .c-cta-circle span, .c-page__head-title h1, .c-page__head-title h2, .c-thanks h1 {
    font-size: 3.2rem;
  }
}

.u-eng10, .p-design__item-text-area h3 span, .c-other-business__item-dcr, .c-flow__section-title h2 span, .c-flow__section-item h3 span, .c-footer__child-list li a span, .c-hamburger-menu__submenu li a span {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-eng10, .p-design__item-text-area h3 span, .c-other-business__item-dcr, .c-flow__section-title h2 span, .c-flow__section-item h3 span, .c-footer__child-list li a span, .c-hamburger-menu__submenu li a span {
    font-size: 1rem;
  }
}

.u-eng12, .c-tool__ctg-list__title, .c-tool__tag-list__title, .p-seo-stelmah__contact-head h3 span, .c-column__ctg-list__title, .c-column__tag-list__title, .p-top-search-ctgtag__head h2 span, .p-problem__head h2 span, .c-flow__tab-content-text-area h4 span, .c-contact__title h2 span, .c-hamburger-menu__item-title span, .c-hamburger-menu__tag-list-title span, .c-heading span {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-eng12, .c-tool__ctg-list__title, .c-tool__tag-list__title, .p-seo-stelmah__contact-head h3 span, .c-column__ctg-list__title, .c-column__tag-list__title, .p-top-search-ctgtag__head h2 span, .p-problem__head h2 span, .c-flow__tab-content-text-area h4 span, .c-contact__title h2 span, .c-hamburger-menu__item-title span, .c-hamburger-menu__tag-list-title span, .c-heading span {
    font-size: 1.2rem;
  }
}

.u-eng16 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-eng16 {
    font-size: 1.4rem;
  }
}

.u-eng18, .c-tool__sub h2, .c-column__sub h2, .c-news__sub h2, .c-page__head-title h1 span, .c-page__head-title h2 span {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-eng18, .c-tool__sub h2, .c-column__sub h2, .c-news__sub h2, .c-page__head-title h1 span, .c-page__head-title h2 span {
    font-size: 1.4rem;
  }
}

.u-eng20, .p-srilanka-marketing__item-number {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .u-eng20, .p-srilanka-marketing__item-number {
    font-size: 1.6rem;
  }
}

.c-heading {
  font-weight: 900;
}
.c-heading span {
  display: block;
  font-weight: 400;
  margin-bottom: 0.25rem; /* 4px → 0.25rem */
}
.c-heading-text {
  font-weight: 500;
}

.c-header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 12px 16px;
  z-index: 9999;
  background-color: #212121;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.c-header__logo {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .c-header__logo img {
    max-width: 80px;
  }
}
.c-header-left {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .c-header-search {
    display: none;
  }
}
.c-header-search .search-box {
  width: 300px !important;
  max-width: 300px;
  min-width: 300px !important;
}
.c-header-search .search-box .search-input-wrap input {
  min-width: auto;
}
.c-header-search .category-button {
  padding: 8px 24px !important;
}
@media (max-width: 576px) {
  .c-header {
    padding: 0.8rem 1.2rem;
  }
}
@media print, screen and (min-width: 80em) {
  .c-header {
    padding-right: 6%;
    padding-left: 6%;
  }
}
.c-header__nav {
  margin-left: 3rem;
}
.c-header__nav-item {
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0.65rem 1.6rem;
  background-color: #fff;
  border-radius: 2em;
  color: #212121;
  transition: opacity 0.3s ease;
}
.c-header__nav-item span {
  margin-left: 8px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}
.c-header__nav-item:hover {
  opacity: 0.7;
}
.c-header__nav-list a {
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0.65rem 1.6rem;
  background-color: #fff;
  border-radius: 2em;
  color: #212121;
  transition: opacity 0.3s ease;
}
.c-header__nav-list a span {
  margin-left: 8px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}
.c-header__nav-list a:hover {
  opacity: 0.7;
}
.c-header__contact {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 16px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .c-header__contact {
    display: none;
  }
}
.c-header__contact .client-btn {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
  white-space: nowrap;
}
.c-header__contact .client-btn span {
  margin-right: 8px;
  font-size: 14px;
}
.c-header__contact .signup-btn {
  white-space: nowrap;
  display: block;
  padding: 8px 24px;
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  border-radius: 24px;
  color: #212121;
  font-weight: 700;
}
.c-header__contact .signup-btn span {
  margin-right: 8px;
  font-size: 14px;
}
.c-header__contact .login-btn {
  background-color: #fff;
  display: block;
  white-space: nowrap;
  padding: 8px 24px;
  border: 2px solid #49FFF9;
  border-radius: 24px;
  color: #212121;
  font-weight: 700;
}
.c-header__contact .login-btn span {
  margin-right: 8px;
  font-size: 14px;
}
.c-header__contact p {
  padding: 0.25em 0.5em;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  color: #212121;
}
.c-header__contact p span {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-header__contact p img {
  position: absolute;
  top: 40%;
  transform: translateX(-40%);
  right: -12px;
}
.c-header__contact a {
  transition: all 0.3s ease;
  opacity: 1;
}
.c-header__menu {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.c-header__menu-item {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .c-header__menu-item {
    display: none;
  }
}
.c-header__menu-item a {
  white-space: nowrap;
  display: flex;
  margin-bottom: 0.5em;
  padding: 0.65em 1.6em;
  background-color: #fff;
  border-radius: 16px;
  color: #212121;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05;
  transition: opacity 0.3s ease;
}
.c-header__menu-item a span {
  margin-left: 8px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-header__menu-item a:hover {
  opacity: 0.7;
}
.c-header__menu-hamburger {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-left: 8px;
}
.c-header__menu-hamburger a {
  white-space: nowrap;
  display: flex;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 16px;
  color: #212121;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media (max-width: 576px) {
  .c-header__menu-hamburger a {
    padding: 0.65em 1.6em;
  }
}
.c-header__menu-hamburger a span {
  display: block;
  width: 8px;
  height: 1px;
  background: #212121;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.c-header__menu-hamburger a span:nth-child(1) {
  top: -3px;
}
.c-header__menu-hamburger a span:nth-child(2) {
  top: 0px;
}
.c-header__menu-hamburger a span:nth-child(3) {
  top: 3px;
}
.c-header__menu-hamburger a:hover {
  opacity: 0.7;
}
.c-header__menu-hamburger-list {
  margin: 0 8px;
  position: relative;
}
.c-header__menu__item {
  margin-left: 20px;
  font-size: 1rem;
}
.c-header__menu__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header__menu__dropdown {
  position: relative;
}
.c-header__menu__dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.c-header__menu__dropdown-menu-item {
  padding: 10px 20px;
}
.c-header__menu__dropdown-menu-item:hover {
  background-color: rgb(225.2719665272, 239.9163179916, 249.7280334728);
}
.c-header__menu__dropdown:hover .c-header__menu__dropdown-menu {
  display: block;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list {
  position: relative;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list.-dropdown:hover .c-header__submenu {
  display: block;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background-color: #fff;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu li {
  border-bottom: 1px solid #ddd;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu li:last-child {
  border-bottom: none;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu li a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu li a:hover {
  background-color: #ddd;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-item {
  margin-bottom: 2.4rem;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-item:last-child {
  margin-bottom: 0rem;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link-parent {
  padding: 0.8rem 1.6rem;
  border-radius: 0rem;
  margin-bottom: 0rem;
  border-bottom: 1px solid #ddd;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link {
  padding: 0.8rem 1.6rem 0.8rem 3.2rem;
  border-radius: 0rem;
  margin-bottom: 0rem;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link-child {
  padding: 0.8rem 1.6rem 0.8rem 4.8rem;
  border-radius: 0rem;
  margin-bottom: 0rem;
  position: relative;
}
.c-header .c-header__nav .c-header__menu .c-header__nav-list .c-header__submenu .c-header__submenu-link-child::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  background-color: #212121;
  top: 50%;
  transform: translateY(-50%);
  left: 3.2rem;
}
.c-header-login {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #212121;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .c-header-login {
    padding: 1.6rem;
  }
}
@media print, screen and (min-width: 80em) {
  .c-header-login {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.c-header-login-left {
  display: flex;
  align-items: center;
}
.c-header-login-left .c-header-login__logo {
  margin-right: 8px;
}
.c-header-login-left .c-header-login__logo img {
  height: 36px;
}
@media (max-width: 576px) {
  .c-header-login-left .c-header-login__logo img {
    height: 28px;
  }
}
.c-header-login-left .c-header-login-search {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .c-header-login-left .c-header-login-search {
    display: none;
  }
}
.c-header-login-left .c-header-login-search__inner {
  display: flex;
}
.c-header-login-left .c-header-login-search .search-box {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}
.c-header-login-left .c-header-login-search .search-box .search-input-wrap input {
  min-width: auto;
}
.c-header-login-left .c-header-login-search .category-button {
  padding: 8px 24px !important;
}
.c-header-login__nav {
  margin-left: 3rem;
}
.c-header-login__nav-item {
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0.65rem 1.6rem;
  background-color: #fff;
  border-radius: 2em;
  color: #212121;
  transition: opacity 0.3s ease;
}
.c-header-login__nav-item span {
  margin-left: 8px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}
.c-header-login__nav-item:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .c-header-login__nav-list {
    display: none;
  }
}
.c-header-login__nav-list a {
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0.65rem 1.6rem;
  background-color: #fff;
  border-radius: 2em;
  color: #212121;
  transition: opacity 0.3s ease;
}
.c-header-login__nav-list a span {
  margin-left: 8px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}
.c-header-login__nav-list a:hover {
  opacity: 0.7;
}
.c-header-login__contact {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 16px;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .c-header-login__contact {
    display: none;
  }
}
.c-header-login__contact .client-btn {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}
.c-header-login__contact .client-btn span {
  margin-right: 8px;
  font-size: 14px;
}
.c-header-login__contact .signup-btn {
  display: block;
  padding: 8px 24px;
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  border-radius: 24px;
  color: #212121;
  font-weight: 700;
}
.c-header-login__contact .signup-btn span {
  margin-right: 8px;
  font-size: 14px;
}
.c-header-login__contact .login-btn {
  background-color: #fff;
  display: block;
  padding: 8px 24px;
  border: 2px solid #49FFF9;
  border-radius: 24px;
  color: #212121;
  font-weight: 700;
}
.c-header-login__contact .login-btn span {
  margin-right: 8px;
  font-size: 14px;
}
.c-header-login__contact p {
  padding: 0.25em 0.5em;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  color: #212121;
}
.c-header-login__contact p span {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-header-login__contact p img {
  position: absolute;
  top: 40%;
  transform: translateX(-40%);
  right: -12px;
}
.c-header-login__contact a {
  transition: all 0.3s ease;
  opacity: 1;
}
.c-header-login__menu {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.c-header-login__menu-item {
  margin-left: 8px;
}
@media (max-width: 992px) {
  .c-header-login__menu-item {
    display: none;
  }
}
.c-header-login__menu-item a {
  white-space: nowrap;
  display: flex;
  margin-bottom: 0.5em;
  padding: 0.65em 1.6em;
  background-color: #fff;
  border-radius: 16px;
  color: #212121;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05;
  transition: opacity 0.3s ease;
}
.c-header-login__menu-item a span {
  margin-left: 8px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-header-login__menu-item a:hover {
  opacity: 0.7;
}
.c-header-login__menu-hamburger {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-left: 8px;
}
.c-header-login__menu-hamburger a {
  white-space: nowrap;
  display: flex;
  padding: 0.65em 1.6em;
  background-color: #fff;
  border-radius: 16px;
  color: #212121;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media (max-width: 576px) {
  .c-header-login__menu-hamburger a {
    padding: 0.65em 1.6em;
  }
}
.c-header-login__menu-hamburger a span {
  display: block;
  width: 8px;
  height: 1px;
  background: #212121;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.c-header-login__menu-hamburger a span:nth-child(1) {
  top: -3px;
}
.c-header-login__menu-hamburger a span:nth-child(2) {
  top: 0px;
}
.c-header-login__menu-hamburger a span:nth-child(3) {
  top: 3px;
}
.c-header-login__menu-hamburger a:hover {
  opacity: 0.7;
}
.c-header-login__menu-hamburger-list {
  margin: 0 8px;
  position: relative;
}
.c-header-login__menu__item {
  margin-left: 20px;
  font-size: 1rem;
}
.c-header-login__menu__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header-login__menu__dropdown {
  position: relative;
}
.c-header-login__menu__dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.c-header-login__menu__dropdown-menu-item {
  padding: 10px 20px;
}
.c-header-login__menu__dropdown-menu-item:hover {
  background-color: rgb(225.2719665272, 239.9163179916, 249.7280334728);
}
.c-header-login__menu__dropdown:hover .c-header-login__menu__dropdown-menu {
  display: block;
}
.c-header-login__user {
  position: relative;
}
.c-header-login__user-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 24px;
  transition: opacity 0.3s ease;
}
.c-header-login__user-toggle:hover {
  opacity: 0.8;
}
.c-header-login__user-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-header-login__user-name strong {
  font-weight: 700;
}
.c-header-login__user-arrow {
  width: 16px;
  height: 16px;
}
.c-header-login__user-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  width: 220px;
}
.c-header-login__user-menu li {
  padding: 12px 16px;
}
.c-header-login__user-menu li.c-header-login__user-email {
  font-size: 12px;
  color: #545454;
  pointer-events: none;
}
.c-header-login__user-menu li a {
  color: #212121;
  text-decoration: none;
  font-weight: 500;
}
.c-header-login__user-menu li a:hover {
  text-decoration: underline;
}
.c-header-login__user.is-active .c-header-login__user-menu {
  display: block;
}

.c-hamburger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 40%;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  box-shadow: -20px 0 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .c-hamburger-menu {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .c-hamburger-menu {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .c-hamburger-menu {
    width: 90%;
  }
}
.c-hamburger-menu__title {
  padding: 2.4rem;
  background-color: #212121;
}
.c-hamburger-menu__title-iconarea {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.c-hamburger-menu__title-iconarea img {
  width: 40px;
}
.c-hamburger-menu__title-iconarea p {
  font-size: 12px;
  color: #fff;
}
.c-hamburger-menu__title-iconarea p strong {
  margin-right: 4px;
  font-size: 18px;
  font-weight: 700;
}
.c-hamburger-menu__title-login {
  font-size: 12px;
  color: #fff;
}
@media (max-width: 768px) {
  .c-hamburger-menu__title {
    padding: 1.6rem;
    min-height: 79px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-hamburger-menu__title {
    padding: 1.6rem;
    min-height: 62px;
  }
}
.c-hamburger-menu__list {
  list-style: none;
}
.c-hamburger-menu__item {
  border-bottom: 1px solid #212121;
}
.c-hamburger-menu__item-title {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 900;
  padding: 2.4rem;
  background-color: #ddd;
  transition: opacity 0.3s ease;
}
.c-hamburger-menu__item-title span {
  margin-left: 0.4rem;
}
.c-hamburger-menu__item-title img {
  width: 100%;
  max-width: 30px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .c-hamburger-menu__item-title img {
    max-width: 24px;
  }
}
@media (max-width: 768px) {
  .c-hamburger-menu__item-title {
    padding: 1.6rem;
  }
}
.c-hamburger-menu__item.-hamburger-dropdown > a {
  cursor: pointer;
}
.c-hamburger-menu__item.-hamburger-dropdown .c-hamburger-menu__submenu {
  display: none;
  padding-left: 1rem;
}
.c-hamburger-menu__item.-hamburger-dropdown .c-hamburger-menu__submenu a {
  font-size: 1rem;
  font-weight: normal;
}
.c-hamburger-menu__contact-title {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 900;
  padding: 2.4rem;
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  transition: opacity 0.3s ease;
}
.c-hamburger-menu__contact-title span {
  margin-right: 0.8rem;
}
.c-hamburger-menu__contact-title img {
  width: 100%;
  max-width: 30px;
  margin-right: 8px;
}
.c-hamburger-menu__contact-title:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .c-hamburger-menu__contact-title {
    padding: 1.6rem;
  }
}
.c-hamburger-menu__contact.-hamburger-dropdown > a {
  cursor: pointer;
}
.c-hamburger-menu__contact.-hamburger-dropdown .c-hamburger-menu__submenu {
  display: none;
  padding-left: 1rem;
}
.c-hamburger-menu__contact.-hamburger-dropdown .c-hamburger-menu__submenu a {
  font-size: 1rem;
  font-weight: normal;
}
.c-hamburger-menu__contact2-title {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 900;
  padding: 2.4rem;
  color: #fff;
  background: #212121;
  transition: opacity 0.3s ease;
}
.c-hamburger-menu__contact2-title span {
  margin-right: 0.8rem;
}
.c-hamburger-menu__contact2-title img {
  width: 100%;
  max-width: 30px;
  margin-right: 8px;
}
.c-hamburger-menu__contact2-title:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .c-hamburger-menu__contact2-title {
    padding: 1.6rem;
  }
}
.c-hamburger-menu__contact2.-hamburger-dropdown > a {
  cursor: pointer;
}
.c-hamburger-menu__contact2.-hamburger-dropdown .c-hamburger-menu__submenu {
  display: none;
  padding-left: 1rem;
}
.c-hamburger-menu__contact2.-hamburger-dropdown .c-hamburger-menu__submenu a {
  font-size: 1rem;
  font-weight: normal;
}
.c-hamburger-menu__submenu {
  padding: 2.4rem;
}
@media (max-width: 768px) {
  .c-hamburger-menu__submenu {
    padding: 1.6rem;
  }
}
.c-hamburger-menu__submenu li {
  margin-bottom: 8px;
}
.c-hamburger-menu__submenu li a {
  border: 1px solid #212121;
  display: inline-block;
  padding: 0.65rem 1.6rem;
  border-radius: 30px;
  color: #212121;
  background-color: #fff;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .c-hamburger-menu__submenu li a {
    padding: 0.4em 0.8em;
  }
}
.c-hamburger-menu__submenu li a span {
  font-weight: 700;
  margin-left: 8px;
}
.c-hamburger-menu__submenu li a:hover {
  opacity: 0.7;
}
.c-hamburger-menu__ctg-list {
  padding: 2.4rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .c-hamburger-menu__ctg-list {
    padding: 1.6rem;
  }
}
.c-hamburger-menu__ctg-list li {
  margin-bottom: 8px;
  margin-right: 8px;
}
.c-hamburger-menu__ctg-list li a {
  display: inline-block;
  padding: 0.65rem 1.6rem;
  border-radius: 30px;
  color: #212121;
  background-color: #fff;
  border: 1px solid #212121;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .c-hamburger-menu__ctg-list li a {
    padding: 0.4em 0.8em;
  }
}
.c-hamburger-menu__ctg-list li a:hover {
  opacity: 0.7;
}
.c-hamburger-menu__tag-list {
  padding: 2.4rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .c-hamburger-menu__tag-list {
    padding: 1.6rem;
  }
}
.c-hamburger-menu__tag-list-title {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 900;
  padding: 2.4rem;
  background-color: #ddd;
  border-bottom: 1px solid #212121;
}
.c-hamburger-menu__tag-list-title span {
  margin-left: 0.4rem;
}
.c-hamburger-menu__tag-list-title img {
  width: 100%;
  max-width: 30px;
  margin-right: 8px;
}
.c-hamburger-menu__tag-list li {
  margin-bottom: 8px;
  margin-right: 8px;
}
.c-hamburger-menu__tag-list li a {
  display: inline-block;
  padding: 0.65rem 1.6rem;
  border-radius: 30px;
  color: #212121;
  background-color: #E5E5E5;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .c-hamburger-menu__tag-list li a {
    padding: 0.4em 0.8em;
  }
}
.c-hamburger-menu__tag-list li a:hover {
  opacity: 0.7;
}
.c-hamburger-menu__help-list li a {
  padding: 2.4rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ABABAB;
}
@media (max-width: 768px) {
  .c-hamburger-menu__help-list li a {
    padding: 1.6rem;
  }
}
.c-hamburger-menu__help-list li a img {
  width: 16px;
  margin-right: 8px;
}
.c-hamburger-menu__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
}
.c-hamburger-menu__close span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}
.c-hamburger-menu__close span:first-child {
  transform: rotate(45deg);
}
.c-hamburger-menu__close span:last-child {
  transform: rotate(-45deg);
}
.c-hamburger-menu__close.is-active span:first-child {
  transform: rotate(0deg) translateY(-5px);
}
.c-hamburger-menu__close.is-active span:last-child {
  transform: rotate(0deg) translateY(5px);
}

.c-hamburger-menu.is-active {
  right: 0;
}

.c-hamburger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
  display: none;
}

.c-hamburger-overlay.is-active {
  display: block;
}

.category-dropdown {
  position: relative;
  display: inline-block;
}
.category-dropdown .category-button {
  border-radius: 4px;
  background: none;
  border: none;
  font-size: 14px;
  background-color: #fff;
  color: #212121;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 10px;
  line-height: 1.5;
}
.category-dropdown .category-button img {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}
.category-dropdown .category-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 12px 0;
}
.category-dropdown .category-list.is-open {
  display: block;
}
.category-dropdown .category-list li a {
  display: block;
  padding: 8px 16px;
  font-weight: 500;
  text-decoration: none;
}
.category-dropdown .category-list li a:hover {
  background-color: #f5f5f5;
}
@media (max-width: 576px) {
  .category-dropdown--simple {
    width: 100%;
  }
}
.category-dropdown--simple .category-list {
  background-color: #f8f8f8;
  border: 1px dashed #ccc;
}
.category-dropdown--simple .category-button {
  justify-content: space-between;
  font-size: 13px;
  min-width: 280px;
  padding: 8px;
  height: 40px;
  width: 100%;
}
.category-dropdown.is-active .category-button img {
  transform: rotate(180deg);
}

.c-footer {
  background-color: #212121;
}
@media (max-width: 576px) {
  .c-footer__inner {
    padding: 40px 12px !important;
  }
}
.c-footer__main-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 768px) {
  .c-footer__main-content {
    gap: 40px;
  }
}
.c-footer__brand {
  width: 40%;
}
@media (max-width: 992px) {
  .c-footer__brand {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 576px) {
  .c-footer__brand {
    margin-bottom: 1.6rem;
  }
}
.c-footer__brand-title {
  color: #fff;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.c-footer__brand-text {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
}
.c-footer__brand-logo img {
  width: 100px;
}
.c-footer__content {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 768px) {
  .c-footer__content {
    gap: 24px;
  }
}
.c-footer__content-left {
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .c-footer__content-left {
    margin-right: 0rem;
  }
}
.c-footer__content-right {
  flex-shrink: 0;
  max-width: 200px;
}
.c-footer__sub-content {
  margin-bottom: 2.5rem;
}
.c-footer__sub-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 16px;
}
@media (max-width: 576px) {
  .c-footer__sub-content ul {
    gap: 8px;
    justify-content: center;
  }
}
.c-footer__sub-content ul li a {
  font-weight: 500;
  color: #fff;
  transition: opacity 0.3s ease;
}
.c-footer__sub-content ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .c-footer__sub-content ul li a {
    font-size: 1.2rem;
  }
}
.c-footer__section-title {
  color: #fff;
  display: flex;
  font-weight: 700;
  margin-bottom: 8px;
  transition: opacity 0.3s ease;
}
.c-footer__section-title img {
  margin-right: 8px;
}
.c-footer__section-title:hover {
  opacity: 0.7;
}
.c-footer__child-list li {
  margin-bottom: 8px;
}
.c-footer__child-list li a {
  display: inline-block;
  padding: 0.65rem 1.6rem;
  border-radius: 30px;
  color: #212121;
  background-color: #fff;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .c-footer__child-list li a {
    padding: 0.4em 0.8em;
  }
}
.c-footer__child-list li a span {
  font-weight: 700;
  margin-left: 8px;
}
.c-footer__child-list li a:hover {
  opacity: 0.7;
}
.c-footer__copy {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.c-contact {
  background-position: center;
  background-size: cover;
}
.c-contact__title h2 {
  font-weight: 900;
  text-align: center;
}
.c-contact__title h2 span {
  display: block;
  font-weight: 700;
}
.c-contact__content {
  margin-top: 2.5rem;
}
.c-contact__section {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-contact__section {
    display: block;
  }
}
.c-contact__section li {
  width: 50%;
  background-color: #fff;
  padding: 1em;
  border: 1px solid #212121;
}
@media (max-width: 768px) {
  .c-contact__section li {
    margin-right: 0rem;
    margin-bottom: 1.5em;
    width: 100%;
  }
}
.c-contact__section-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 1em;
  border: 1px dashed #212121;
}
.c-contact__section h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
}
.c-contact__section p {
  margin-bottom: 8px;
}
.c-contact__section-login-btn {
  text-align: center;
}
.c-contact__section-login-btn span {
  margin-right: 8px;
}
.c-contact__section-login-btn a {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 20px;
  font-weight: 700;
  border: 2px solid #47FCC0;
  transition: all 0.3s ease;
  opacity: 1;
}
.c-contact__section-btn {
  text-align: center;
}
.c-contact__section-btn span {
  margin-right: 8px;
}
.c-contact__section-btn a {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #212121;
  border-radius: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
  opacity: 1;
}
/*パンクズ*/
.l-breadcrumbs__inner {
  display: flex;
  white-space: nowrap;
  overflow-y: scroll;
  align-items: center;
}
.l-breadcrumbs__item {
  font-weight: 400;
}
.l-breadcrumbs__item:hover:last-child {
  opacity: 1;
}
.l-breadcrumbs__text {
  color: #484848;
  font-weight: 500;
}

.u-text-hover-in {
  color: #484848;
  font-weight: 700;
}

@media (max-width: 576px) {
  .l-block {
    padding: 4rem 1.2rem;
  }
}
.c-page__head-title h1 {
  font-weight: 900;
}
@media (max-width: 576px) {
  .c-page__head-title h1 {
    font-size: 28px;
  }
}
.c-page__head-title h1 span {
  display: block;
  font-weight: 400;
}
.c-page__head-title h2 {
  font-weight: 900;
}
@media (max-width: 576px) {
  .c-page__head-title h2 {
    font-size: 28px;
  }
}
.c-page__head-title h2 span {
  display: block;
  font-weight: 400;
}
/*記事*/
.l-article__inner {
  padding: 40px 24px;
  border: 1px solid #ABABAB;
  background-color: #fff;
}
@media (max-width: 576px) {
  .l-article__inner {
    padding: 20px 12px;
  }
}
.l-article__inner-top {
  margin-bottom: 16px;
}
.l-article__ctg-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.l-article__ctg a {
  border: 1px solid #212121;
  background-color: #fff;
  font-weight: 500;
  padding: 2px 8px 0px;
  background-color: #fff;
  display: inline-block;
  border-radius: 20px;
  font-weight: 500;
}
.l-article__ctg a.active {
  background-color: #212121;
  color: #fff;
}
.l-article__tag-area {
  display: flex;
  gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.l-article__tag-area li a {
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  margin-left: 9px;
  color: #545454;
  padding: 2px 4px 0px;
  background-color: #dedede;
}
.l-article__tag-area li a::before {
  content: "";
  background: url(../images/common/column-tag-dcr.svg) no-repeat center/contain;
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 40px;
}
.l-article h1 {
  font-weight: 900;
}
.l-article__thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.l-article__main-content h2 {
  border-radius: 4px;
  background-color: #f9fafb;
  padding: 12px 0px 12px 16px;
  border-left: 4px solid #49FFF9;
  font-weight: 700;
}
@media (max-width: 576px) {
  .l-article__main-content h2 {
    font-size: 18px;
  }
}
.l-article__main-content h3 {
  position: relative;
  font-weight: 700;
  padding-bottom: 8px;
}
.l-article__main-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #49FFF9 20%, #dedede 20%);
  border-radius: 2px;
}
@media (max-width: 576px) {
  .l-article__main-content h3 {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
.l-article__main-content h4 {
  font-weight: 500;
  color: #212121;
  padding-left: 1em;
  position: relative;
}
.l-article__main-content h4::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 0.8em;
  color: #49FFF9;
}
@media (max-width: 576px) {
  .l-article__main-content h4 {
    font-size: 15px;
  }
}
.l-article__main-content h5 {
  font-size: 14px;
  font-style: italic;
  color: #545454;
  padding-left: 1.2em;
  position: relative;
}
.l-article__main-content h5::before {
  content: "※";
  position: absolute;
  left: 0;
  color: #49FFF9;
}
.l-article__main-content span {
  display: block;
  padding: 1.6rem;
  line-height: 1.65;
  font-weight: 500;
  border-radius: 10px;
  background-color: #F5F5F5;
}
@media (max-width: 576px) {
  .l-article__main-content span {
    margin-bottom: 18px;
    padding: 1.2rem;
  }
}
.l-article__main-content p {
  font-weight: 400;
  line-height: 1.65;
}
@media (max-width: 576px) {
  .l-article__main-content p {
    margin-bottom: 18px;
  }
}
.l-article__main-content strong {
  font-weight: 700;
}
.l-article__main-content a {
  text-decoration: none;
  position: relative;
  color: #212121;
  display: inline-block;
  padding-bottom: 2px;
}
.l-article__main-content a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #49FFF9 0%, #00B8C4 100%);
  transition: background 0.3s ease;
}
.l-article__main-content a:hover {
  color: #00B8C4;
}
.l-article__main-content a:hover::after {
  background: #00B8C4;
}
.l-article__main-content b {
  display: inline-block;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #BDFF00 20%);
}
.l-article__main-content img {
  width: 100%;
  display: block;
  height: auto;
}
.l-article__main-content ul {
  margin-bottom: 8px;
  padding: 8px;
  font-weight: 700;
  background-color: #f0f4ff;
  border-radius: 4px;
}
.l-article__main-content ul li {
  margin-bottom: 8px;
}
.l-article__writer {
  padding: 1.6rem;
  border: 1px solid #212121;
  display: flex;
  align-items: start;
}
@media (max-width: 576px) {
  .l-article__writer {
    padding: 1.2rem;
  }
}
.l-article__writer img {
  width: 100%;
  height: auto;
  max-width: 80px;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .l-article__writer img {
    margin-right: 12px;
    max-width: 48px;
  }
}
.l-article__writer-name {
  font-weight: 700;
}
.l-article__writer-text {
  font-weight: 400;
}

.c-table {
  width: 100%; /* テーブル全体の幅 */
  max-width: 676px;
  border-collapse: collapse; /* ボーダーの重複を解消 */
  text-align: left;
  font-family: Arial, sans-serif;
}
.c-table th, .c-table td {
  padding: 10px; /* セルの余白 */
  border: 1px solid #212121;
}
.c-table thead th {
  background-color: #D9D9D9; /* 1行目（ヘッダー）の背景色 */
  font-weight: bold;
  font-weight: 700;
}
.c-table tbody td:first-child {
  font-weight: 700;
  background-color: #D9D9D9; /* 1列目の背景色 */
}
.c-table__inner {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.c-table__inner p {
  font-weight: 500;
}

.p-declaration-page-table {
  width: 100%; /* テーブル全体の幅 */
  border-collapse: collapse; /* ボーダーの重複を解消 */
  text-align: left;
  font-family: Arial, sans-serif;
}
.p-declaration-page-table th, .p-declaration-page-table td {
  padding: 10px; /* セルの余白 */
  border: 1px solid #212121;
}
.p-declaration-page-table td:first-child {
  min-width: 300px;
}
@media (max-width: 768px) {
  .p-declaration-page-table td:first-child {
    min-width: 100px;
  }
}
.p-declaration-page-table td a {
  text-decoration: underline;
}
.p-declaration-page-table thead th {
  background-color: #D9D9D9; /* 1行目（ヘッダー）の背景色 */
  font-weight: bold;
  font-weight: 700;
}
.p-declaration-page-table tbody td:first-child {
  font-weight: 700;
  background-color: #D9D9D9; /* 1列目の背景色 */
}
.p-declaration-page-table__inner {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.p-declaration-page-table__inner p {
  font-weight: 500;
}
.c-thanks h1 {
  text-align: center;
  font-weight: 900;
}
.c-thanks p {
  text-align: center;
  font-weight: 500;
}
.c-thanks p a {
  text-decoration: underline;
}
.c-thanks__btn {
  display: flex;
  justify-content: center;
}

.c-other-business__list {
  display: flex;
  flex-wrap: wrap;
}
.c-other-business__item {
  width: calc((100% - 4rem) / 3);
  margin-bottom: 20px;
  margin-right: 2rem;
  margin-right: 20px;
}
.c-other-business__item a {
  display: block;
  padding: 2.4rem;
  border: 1px solid #212121;
  border: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #212121;
  height: 413px;
  transition: 0.7s;
}
@media (max-width: 768px) {
  .c-other-business__item a {
    height: auto;
    height: 413px;
  }
}
@media (max-width: 576px) {
  .c-other-business__item a {
    height: auto;
    height: 300px;
    padding: 1.6rem 1.6rem 1.6rem 1.2rem;
    border-radius: 10px;
  }
}
.c-other-business__item a:hover {
  opacity: 0.7;
}
.c-other-business__item:nth-child(3n) {
  margin-right: 0px;
}
@media (max-width: 768px) {
  .c-other-business__item:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .c-other-business__item:nth-child(2n) {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .c-other-business__item {
    width: calc((100% - 1.6rem) / 2);
    margin-right: 1.6rem;
  }
}
.c-other-business__item-image {
  margin-right: 24px;
}
.c-other-business__item-image img {
  width: 100%;
}
@media (max-width: 576px) {
  .c-other-business__item-image {
    margin-right: 16px;
  }
}
.c-other-business__item-text {
  padding-bottom: 4rem;
}
@media (max-width: 576px) {
  .c-other-business__item-text {
    font-size: 1.1rem;
    padding-bottom: 2.4rem;
  }
}
.c-other-business__item h3 {
  font-weight: 700;
}
@media (max-width: 576px) {
  .c-other-business__item h3 {
    font-size: 1.8rem;
  }
}
.c-other-business__item-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 576px) {
  .c-other-business__item-btn {
    right: 8px;
    bottom: 8px;
  }
}
.c-other-business__item-dcr {
  position: absolute;
  white-space: nowrap;
  top: 24px;
  right: 24px;
  font-weight: 700;
  transform: rotate(-90deg);
  transform-origin: top right;
}
@media (max-width: 576px) {
  .c-other-business__item-dcr {
    top: 16px;
    right: 16px;
  }
}

.c-page__head-slider {
  width: 100%;
  position: relative;
  width: 60%;
}
@media (max-width: 768px) {
  .c-page__head-slider {
    width: 100%;
  }
}
.c-page__head-slider-left {
  margin-right: 40px;
  width: 40%;
}
@media (max-width: 768px) {
  .c-page__head-slider-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 2.4rem;
  }
}
.c-page__head-slider-image {
  width: 100%;
  height: 420px;
  background-position: center;
  background-size: cover;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .c-page__head-slider-image {
    height: 360px;
  }
}
@media (max-width: 576px) {
  .c-page__head-slider-image {
    height: 160px;
  }
}
.c-page__head-slider-text-area {
  padding: 1.6rem;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 576px) {
  .c-page__head-slider-text-area {
    padding: 0.8rem;
  }
}
.c-page__head-slider-text-area p {
  font-weight: 700;
}

.c-contents-list {
  display: flex;
  flex-wrap: wrap;
}
.c-contents-list__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: calc((100% - 8rem) / 3);
  margin-right: 4rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #212121;
}
@media (max-width: 768px) {
  .c-contents-list__item {
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 576px) {
  .c-contents-list__item {
    margin-right: 2rem;
    width: calc((100% - 2rem) / 2);
  }
}
.c-contents-list__item:nth-child(3n) {
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .c-contents-list__item:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .c-contents-list__item:nth-child(2n) {
    margin-right: 0rem;
  }
}
.c-contents-list__item-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  border: 1px solid #212121;
  border-radius: 1.6rem;
}
@media (max-width: 768px) {
  .c-contents-list__item-img {
    height: 160px;
  }
}
@media (max-width: 576px) {
  .c-contents-list__item-img {
    height: 100px;
    border-radius: 1rem;
  }
}
.c-contents-list__item img {
  width: 100%;
}
.c-contents-list__item-text-area {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-contents-list__item-text-area h3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  height: auto;
  font-weight: 700;
}
@media (max-width: 576px) {
  .c-contents-list__item-text-area h3 {
    font-size: 1.8rem;
  }
}
.c-contents-list__item-text-area h3 span {
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
}
.c-contents-list__item2 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #212121;
  height: 100%;
}
.c-contents-list__item2-wrap {
  width: calc((100% - 8rem) / 3);
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .c-contents-list__item2-wrap {
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 576px) {
  .c-contents-list__item2-wrap {
    margin-right: 2rem;
    width: calc((100% - 2rem) / 2);
  }
}
.c-contents-list__item2-wrap:nth-child(3n) {
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .c-contents-list__item2-wrap:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .c-contents-list__item2-wrap:nth-child(2n) {
    margin-right: 0rem;
  }
}
.c-contents-list__item2-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  border: 1px solid #212121;
  border-radius: 1.6rem;
}
@media (max-width: 768px) {
  .c-contents-list__item2-img {
    height: 160px;
  }
}
@media (max-width: 576px) {
  .c-contents-list__item2-img {
    height: 100px;
    border-radius: 1rem;
  }
}
.c-contents-list__item2 img {
  width: 100%;
}
.c-contents-list__item2-text-area {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-contents-list__item2-text-area h3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  height: auto;
  font-weight: 700;
}
@media (max-width: 576px) {
  .c-contents-list__item2-text-area h3 {
    font-size: 1.8rem;
  }
}
.c-contents-list__item2-text-area h3 span {
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
}
.c-contents-list__ctg-list li {
  display: flex;
  margin-bottom: 4px;
}
.c-contents-list__ctg-list li:last-child {
  margin-bottom: 0px;
}
.c-contents-list__ctg-title {
  white-space: nowrap;
  margin-right: 24px;
  letter-spacing: 0.64rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-contents-list__ctg-title {
    margin-right: 8px;
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .c-contents-list__ctg-text {
    font-size: 1.1rem;
  }
}

.c-contents-list2 {
  display: flex;
  flex-wrap: wrap;
}
.c-contents-list2__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.8rem;
  width: calc((100% - 4rem) / 2);
  margin-right: 4rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #212121;
}
@media (max-width: 768px) {
  .c-contents-list2__item {
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 576px) {
  .c-contents-list2__item {
    margin-right: 2rem;
    width: calc((100% - 2rem) / 2);
  }
}
.c-contents-list2__item:nth-child(2n) {
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .c-contents-list2__item:nth-child(2n) {
    margin-right: auto;
  }
}
.c-contents-list2__item img {
  width: 100%;
}
.c-contents-list2__item-text-area {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1.6rem;
}
@media (max-width: 576px) {
  .c-contents-list2__item-text-area {
    gap: 0.8rem;
  }
}
.c-contents-list2__item-text-area h3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  height: auto;
  font-weight: 700;
}
@media (max-width: 576px) {
  .c-contents-list2__item-text-area h3 {
    font-size: 1.8rem;
  }
}
.c-contents-list2__item-text-area h3 span {
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
}
.c-contents-list2__ctg-list li {
  display: flex;
  margin-bottom: 4px;
}
.c-contents-list2__ctg-list li:last-child {
  margin-bottom: 0px;
}
.c-contents-list2__ctg-title {
  white-space: nowrap;
  margin-right: 24px;
  letter-spacing: 0.64rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-contents-list2__ctg-title {
    margin-right: 8px;
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .c-contents-list2__ctg-text {
    font-size: 1.1rem;
  }
}

.c-number-list__flex {
  display: flex;
}
@media (max-width: 768px) {
  .c-number-list__flex {
    display: block;
  }
}
.c-number-list__head {
  width: 40%;
  margin-right: 8rem;
}
@media (max-width: 768px) {
  .c-number-list__head {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 4rem;
  }
}
.c-number-list__list {
  width: 60%;
}
@media (max-width: 768px) {
  .c-number-list__list {
    width: 100%;
  }
}
.c-number-list__item {
  display: flex;
}
.c-number-list__number {
  margin-right: 4px;
  min-width: 80px;
  max-width: 80px;
}
@media (max-width: 576px) {
  .c-number-list__number {
    min-width: 40px;
    max-width: 40px;
  }
}
.c-number-list__text {
  font-weight: 700;
}
.c-number-list__text a {
  text-decoration: underline;
  transition: 0.3s;
}
.c-number-list__text a:hover {
  opacity: 0.7;
}

.slick-prev {
  background-image: url(../images/common/arrow-right.svg);
}

.c-slider__arrows {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 1.5rem;
  bottom: -24px;
  right: 280px;
}
@media (max-width: 1200px) {
  .c-slider__arrows {
    bottom: -56px;
    right: 22%;
  }
}
@media (max-width: 768px) {
  .c-slider__arrows {
    bottom: -56px;
    right: 20%;
  }
}
@media (max-width: 576px) {
  .c-slider__arrows {
    bottom: -64px;
    right: 20%;
  }
}
.c-slider__arrows button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.c-slider__arrows button img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 4px 0px rgb(0, 0, 0);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.c-slider__arrows button img:hover {
  transform: translateY(-2px);
}
.c-slider__arrows button img:active {
  box-shadow: none;
  transform: translateY(2px);
}
.c-slider__arrows button.c-slider__arrow-left {
  margin-right: 0.4rem;
}
/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.pagination__list {
  display: flex;
  gap: 0.5rem;
}
.pagination__item a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #212121;
  color: #212121;
  background-color: #fff;
  transition: all 0.3s ease;
}
.pagination__item a:hover {
  background-color: #f0f0f0;
}
.pagination__item a.current {
  background-color: #212121;
  color: #fff;
  border-color: #212121;
}
.pagination__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #212121;
}
.pagination__dots img {
  width: 24px;
  height: auto;
}

.c-slider-head__arrows {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 1.5rem;
  bottom: -24px;
  right: 0%;
}
@media (max-width: 768px) {
  .c-slider-head__arrows {
    bottom: -48px;
  }
}
.c-slider-head__arrows button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.c-slider-head__arrows button img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 4px 0px rgb(0, 0, 0);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.c-slider-head__arrows button img:hover {
  transform: translateY(-2px);
}
.c-slider-head__arrows button img:active {
  box-shadow: none;
  transform: translateY(2px);
}
.c-slider-head__arrows button.c-slider-head__arrow-left {
  margin-right: 0.4rem;
}
/* 関連コンテンツ */
.c-page__related-slider {
  width: 100%;
  position: relative;
}
.c-page__related-slider .slick-dots {
  display: flex;
  justify-content: center;
}
.c-page__related-slider .slick-dots .presentation {
  display: inline-block;
}
@media (max-width: 768px) {
  .c-page__related-slider {
    width: 100%;
  }
}
.c-page__related-slider-item {
  width: 100%;
  max-width: 840px;
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .c-page__related-slider-item {
    margin-right: 2rem;
    width: auto;
  }
}
.c-page__related-slider-left {
  margin-right: 40px;
  width: 40%;
}
@media (max-width: 768px) {
  .c-page__related-slider-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 2.4rem;
  }
}
.c-page__related-slider-image {
  background-position: center;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 420px;
}
@media (max-width: 768px) {
  .c-page__related-slider-image {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .c-page__related-slider-image {
    height: 240px;
  }
}
.c-page__related-slider-image iframe {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
}
.c-page__related-slider-text-area {
  padding: 1.6rem;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
.c-page__related-slider-text-area p {
  font-weight: 700;
}

.c-slider-related__arrows {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 1.5rem;
  bottom: -48px;
  right: 0px;
}
.c-slider-related__arrows button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.c-slider-related__arrows button img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 4px 0px rgb(0, 0, 0);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.c-slider-related__arrows button img:hover {
  transform: translateY(-2px);
}
.c-slider-related__arrows button img:active {
  box-shadow: none;
  transform: translateY(2px);
}
.c-slider-related__arrows button.c-slider-related__arrow-left {
  margin-right: 0.4rem;
}
/* 反転ブロック */
.c-features__head {
  text-align: center;
}
.c-features__head h2 {
  font-weight: 700;
}
.c-features__head p {
  font-weight: 500;
}
.c-features__list {
  padding: 0rem 8rem;
}
@media (max-width: 1200px) {
  .c-features__list {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .c-features__list {
    padding: 0rem;
  }
}
.c-features__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-features__item {
    display: block;
  }
}
.c-features__item:last-child {
  margin-bottom: 0rem;
}
.c-features__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.c-features__item:nth-child(2n) img {
  margin-right: 0px;
  margin-left: -2.4rem;
}
@media (max-width: 992px) {
  .c-features__item:nth-child(2n) img {
    margin-left: -1.2rem;
  }
}
@media (max-width: 768px) {
  .c-features__item:nth-child(2n) img {
    margin-left: 0px;
  }
}
.c-features__item img {
  width: 50%;
  display: block;
  margin-right: -2.4rem;
  position: relative;
  z-index: 5;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .c-features__item img {
    margin-right: -1.2rem;
  }
}
@media (max-width: 768px) {
  .c-features__item img {
    margin-right: 0px;
    width: 100%;
    margin-bottom: -2rem;
  }
}
.c-features__item-text {
  position: relative;
  z-index: 10;
  width: 50%;
  padding: 6.4rem 4rem;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #212121;
}
@media (max-width: 992px) {
  .c-features__item-text {
    padding: 4rem 2.4rem;
  }
}
@media (max-width: 768px) {
  .c-features__item-text {
    width: 100%;
    padding: 2rem 2rem;
  }
}
.c-features__item-text h3 {
  font-weight: 700;
}
/*タグが落ちるJSエリア*/
.c-tag-js {
  background-color: #212121;
  width: 100%;
  height: 340px;
}
@media (max-width: 768px) {
  .c-tag-js {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .c-tag-js {
    height: 160px;
  }
}
.c-tag-js__item {
  display: inline-block;
  padding: 0.8rem;
  background-color: #fff;
  border-radius: 100px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-tag-js__item {
    padding: 0.4rem 0.8rem;
  }
}
@media (max-width: 576px) {
  .c-tag-js__item {
    padding: 0.2rem 0.4rem;
    font-size: 1.6rem;
  }
}

/* 制作の流れ　*/
.c-flow {
  background-color: #fff;
}
.c-flow-wrap {
  background-color: #fff;
  border-bottom: 1px solid #212121;
}
.c-flow__section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .c-flow__section-title {
    display: block;
  }
}
.c-flow__section-title h2 {
  font-weight: 900;
}
@media (max-width: 768px) {
  .c-flow__section-title h2 {
    font-size: 2.8rem;
  }
}
.c-flow__section-title h2 span {
  display: block;
  margin-bottom: 4px;
}
.c-flow__section-btn {
  display: flex;
  justify-content: end;
}
.c-flow__section-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 992px) {
  .c-flow__section-list {
    flex-direction: row;
  }
}
.c-flow__section-dcr1 {
  content: "";
  display: block;
  background-image: url("../images/top/fv-section-dcr1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 87px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: -83px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 576px) {
  .c-flow__section-dcr1 {
    width: 86px;
    height: 54px;
  }
}
.c-flow__section-dcr1-pc {
  content: "";
  display: block;
  background-image: url("../images/top/fv-section-dcr1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 87px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: -83px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 992px) {
  .c-flow__section-dcr1-pc {
    display: none;
  }
}
@media (max-width: 576px) {
  .c-flow__section-dcr1-pc {
    width: 80px;
    height: 64px;
  }
}
.c-flow__section-dcr2 {
  content: "";
  display: block;
  background-image: url("../images/top/fv-section-dcr2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 87px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 3;
}
@media (max-width: 576px) {
  .c-flow__section-dcr2 {
    height: 64px;
  }
}
.c-flow__section-dcr2-pc {
  content: "";
  display: block;
  background-image: url("../images/top/fv-section-dcr2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 87px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 3;
}
@media (max-width: 992px) {
  .c-flow__section-dcr2-pc {
    display: none;
  }
}
.c-flow__section-dcr3 {
  content: "";
  display: none;
  background-image: url("../images/top/fv-section-dcr3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -66px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
@media (max-width: 992px) {
  .c-flow__section-dcr3 {
    display: block;
  }
}
@media (max-width: 576px) {
  .c-flow__section-dcr3 {
    width: 52px;
    height: 69px;
  }
}
.c-flow__section-dcr4 {
  content: "";
  display: none;
  background-image: url("../images/top/fv-section-dcr4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 87px;
  height: 66px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
  z-index: 3;
}
@media (max-width: 992px) {
  .c-flow__section-dcr4 {
    display: block;
  }
}
@media (max-width: 576px) {
  .c-flow__section-dcr4 {
    left: -21px;
    height: 54px;
  }
}
.c-flow__section-dcr5 {
  content: "";
  display: block;
  background-image: url("../images/top/fv-section-dcr5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 87px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -86px;
  z-index: 3;
}
.c-flow__section-dcr6 {
  content: "";
  display: none;
  background-image: url("../images/top/fv-section-dcr6.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 87px;
  height: 70px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 992px) {
  .c-flow__section-dcr6 {
    display: block;
  }
}
@media (max-width: 576px) {
  .c-flow__section-dcr6 {
    width: 64px;
  }
}
.c-flow__section-dcr7 {
  content: "";
  display: none;
  background-image: url("../images/top/fv-section-dcr2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 87px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -86px;
  z-index: 3;
}
@media (max-width: 992px) {
  .c-flow__section-dcr7 {
    display: block;
  }
}
@media (max-width: 576px) {
  .c-flow__section-dcr7 {
    height: 64px;
  }
}
.c-flow__section-item {
  z-index: 1;
  position: relative;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .c-flow__section-item {
    width: calc((100% - 24px) / 2);
    margin-right: 24px;
  }
}
@media (max-width: 768px) {
  .c-flow__section-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 23px;
  }
}
@media (max-width: 992px) {
  .c-flow__section-item:nth-child(2n) {
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  .c-flow__section-item:nth-child(4n) {
    margin-right: 20px;
  }
}
.c-flow__section-item:nth-child(1) {
  order: 1;
}
.c-flow__section-item:nth-child(2) {
  order: 2;
}
.c-flow__section-item:nth-child(3) {
  order: 4;
  margin-right: 0px;
}
.c-flow__section-item:nth-child(4) {
  order: 3;
}
@media (max-width: 992px) {
  .c-flow__section-item:nth-child(1) {
    order: 1;
  }
  .c-flow__section-item:nth-child(2) {
    order: 2;
  }
  .c-flow__section-item:nth-child(3) {
    order: 3;
    margin-right: 20px;
  }
  .c-flow__section-item:nth-child(4) {
    order: 4;
    margin-right: 0px;
  }
}
.c-flow__section-item h3 {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 992px) {
  .c-flow__section-item h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .c-flow__section-item h3 {
    font-size: 1.6rem;
  }
}
.c-flow__section-item h3 span {
  display: block;
  margin-bottom: 4px;
}
.c-flow__section-item a {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 24px;
  color: #212121;
  background-color: #fff;
  display: block;
  padding: 1.6rem;
  border: 1px solid #212121;
  min-height: 387px;
}
@media (max-width: 992px) {
  .c-flow__section-item a {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .c-flow__section-item a {
    min-height: auto;
    height: 100%;
    padding: 0.8em;
    border-radius: 16px;
  }
}
.c-flow__section-item .action {
  background-color: #F5F5F5;
  height: 100%;
}
.c-flow__section-item-wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 24px;
  color: #212121;
  background-color: #fff;
  display: block;
  padding: 1.6rem;
  border: 1px solid #212121;
  min-height: 387px;
}
@media (max-width: 992px) {
  .c-flow__section-item-wrap {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .c-flow__section-item-wrap {
    min-height: auto;
    height: 100%;
    padding: 0.8em;
    border-radius: 16px;
  }
}
.c-flow__section-item-inner {
  display: flex;
  height: auto;
  flex-direction: column;
  padding: 4.8rem 1.6rem 1.6rem;
  border-radius: 20px;
  position: relative;
  background-color: #fff;
}
.c-flow__section-item-inner:hover {
  background-color: #F5F5F5;
  height: 100%;
}
@media (max-width: 576px) {
  .c-flow__section-item-inner {
    padding: 0.8em;
    border-radius: 12px;
  }
}
.c-flow__section-item img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.c-flow__child-list li {
  list-style-type: disc;
  margin-left: 16px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .c-flow__child-list li {
    font-size: 1.1rem;
    margin-left: 8px;
  }
}
.c-flow__tab-content {
  display: none;
}
.c-flow__tab-content.active {
  display: block;
}
.c-flow__tab-content-inner {
  display: flex;
}
@media (max-width: 992px) {
  .c-flow__tab-content-inner {
    display: block;
  }
}
.c-flow__tab-content-text-area {
  width: 100%;
}
.c-flow__tab-content-text-area h4 {
  font-weight: 900;
}
.c-flow__tab-content-text-area h4 span {
  display: block;
}
@media (max-width: 992px) {
  .c-flow__tab-content-text-area h4 {
    font-size: 2rem;
  }
}
.c-flow__tab-content-btn {
  margin-top: 4rem;
  display: flex;
  justify-content: end;
}
.c-flow__tab-content-btn a {
  font-weight: 700;
  border: 1px solid #212121;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem;
  justify-content: center;
  border-radius: 100px;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
@media (max-width: 576px) {
  .c-flow__tab-content-btn a {
    padding: 0.8rem 1.6rem;
  }
}
.c-flow__tab-content-btn a:hover {
  opacity: 0.7;
}
.c-flow__tab-content-btn img {
  width: 100%;
  max-width: 30px;
  min-width: 30px;
}
.c-flow__tab-content-image {
  width: 100%;
  max-width: 316px;
  margin-right: 4rem;
}
.c-flow__tab-content-image img {
  width: 100%;
}
@media (max-width: 992px) {
  .c-flow__tab-content-image {
    max-width: none;
  }
}
.c-flow__content {
  border-radius: 20px;
  background-color: #F5F5F5;
  padding: 4rem;
}
@media (max-width: 992px) {
  .c-flow__content {
    display: block;
    padding: 2rem;
  }
}
.c-flow__content-left {
  width: 50%;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .c-flow__content-left {
    width: 100%;
  }
}
.c-flow__content-left img {
  border-radius: 20px;
  width: 100%;
}
.c-flow__content-left h1 {
  margin-top: -60px;
  margin-left: 16px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}
@media (max-width: 992px) {
  .c-flow__content-left h1 {
    margin-left: 8px;
  }
}
.c-flow__content-left h1 span {
  font-size: 1.5rem;
  display: block;
}
@media (max-width: 768px) {
  .c-flow__content-left h1 {
    font-size: 3rem;
  }
}
.c-flow__content-left h1 strong {
  background: linear-gradient(transparent 60%, #FCFC47 20%);
}
.c-flow__content-right {
  width: 50%;
}
@media (max-width: 992px) {
  .c-flow__content-right {
    width: 100%;
  }
}
.c-list-btn {
  display: flex;
  align-items: center;
  padding: 8px 16px 4px;
  border: 1px solid #212121;
  border-radius: 100px;
  gap: 8px;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
}
.c-list-btn img {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
}
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}
.c-pagination ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-pagination ul li a {
  display: inline-block;
  padding: 8px 16px;
  min-width: 40px;
  background-color: #fff;
  border: 1px solid #dedede;
  color: #212121;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-pagination ul li a:hover {
  background-color: #F5F5F5;
}
.c-pagination ul li a.is-current {
  background-color: #212121;
  color: #fff;
  font-weight: bold;
}
.c-pagination a,
.c-pagination span {
  display: inline-block;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #dedede;
  color: #212121;
  text-align: center;
  border-radius: 4px;
}
.c-pagination a:hover,
.c-pagination span:hover {
  background-color: #F5F5F5;
}
.c-pagination .current {
  background-color: #212121;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 576px) {
  .c-pagination {
    gap: 8px;
  }
  .c-pagination li a,
  .c-pagination li span {
    padding: 6px 10px;
    font-size: 13px;
  }
}
.c-label-required {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 8px 2px;
  background-color: #FFD3D3;
  color: #B60000;
  font-weight: 700;
  border-radius: 12px;
  vertical-align: middle;
  line-height: 1;
}

.c-floating {
  position: fixed;
  z-index: 1000;
  right: 3.2rem;
  bottom: 3.2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 768px) {
  .c-floating {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
@media (max-width: 576px) {
  .c-floating {
    width: 80%;
    margin: 0 auto;
    right: auto;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
}
.c-floating.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 576px) {
  .c-floating.is-visible {
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(0);
    transform: translateX(-50%);
  }
}
.c-floating.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.c-floating__inner {
  width: 100%;
  text-align: center;
}
.c-floating__inner p {
  border: 1px solid #212121;
  z-index: 100;
  padding: 0.25rem 0.5rem;
  box-shadow: 3px 2px 0px rgb(0, 0, 0);
  display: inline-block;
  margin-bottom: -2.4rem;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  color: #212121;
}
.c-floating__inner p span {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-floating__inner p img {
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  bottom: -18px;
}
.c-floating__inner a {
  border: 1px solid #212121;
  margin-left: 16px;
  justify-content: center;
  display: flex;
  padding: 0.8em 2.4em;
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  border-radius: 100px;
  color: #212121;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
@media (max-width: 576px) {
  .c-floating__inner a {
    margin-left: 0px;
  }
}
.c-floating__inner a span {
  margin-right: 8px;
  font-size: 14px;
}
.c-floating__inner a:hover {
  opacity: 0.7;
}

.c-fv {
  width: 100%;
}

.c-sidebar {
  margin-bottom: 40px;
}
.c-sidebar p {
  border: 1px solid #212121;
  border-bottom: 0px;
  font-weight: 700;
  padding: 8px 20px;
  background-color: #ABABAB;
}
.c-sidebar-ctg-list {
  border: 1px solid #212121;
  padding: 24px;
  background: #fff;
}
@media (max-width: 576px) {
  .c-sidebar-ctg-list {
    padding: 12px;
  }
}
.c-sidebar-ctg-list li a {
  padding: 12px 0;
  border-bottom: 1px solid #ABABAB;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
}
.c-sidebar-ctg-list li a img {
  width: 14px;
}
.c-sidebar-blog-tag-list {
  border: 1px solid #212121;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 576px) {
  .c-sidebar-blog-tag-list {
    padding: 12px;
  }
}
.c-sidebar-tag-list {
  border: 1px solid #212121;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 576px) {
  .c-sidebar-tag-list {
    padding: 12px;
  }
}
.c-sidebar-help-list {
  border: 1px solid #212121;
  padding: 24px;
  background: #fff;
}
@media (max-width: 576px) {
  .c-sidebar-help-list {
    padding: 12px;
  }
}
.c-sidebar-help-list li a {
  padding: 12px 0;
  border-bottom: 1px solid #ABABAB;
  display: flex;
  justify-content: space-between;
}
.c-sidebar-help-list li a img {
  width: 14px;
}
.c-sidebar-column-list {
  border: 1px solid #ABABAB;
  padding: 24px;
  background: #fff;
}
@media (max-width: 576px) {
  .c-sidebar-column-list {
    padding: 12px;
  }
}
.c-sidebar-column-list .side-column__top {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.c-sidebar-column-list .side-column__img {
  background-position: center;
  background-size: cover;
  min-width: 96px;
  max-width: 96px;
  height: 50px;
}
.c-sidebar-column-list .side-column__ctg {
  display: inline-block;
  padding: 2px 8px 0px;
  background-color: #fff;
  border-radius: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  border: 1px solid #212121;
}
.c-sidebar-column-list .side-column__taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.c-sidebar-column-list .side-column__taglist li {
  font-weight: 500;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  margin-left: 9px;
  color: #545454;
  padding: 2px 4px 0px;
  background-color: #dedede;
}
.c-sidebar-column-list .side-column__taglist li::before {
  content: "";
  background: url(../images/common/column-tag-dcr.svg) no-repeat center/contain;
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 21px;
}
.c-sidebar-column-list .side-column__bottom h3 {
  font-weight: 700;
}
.c-sidebar-column-list li a {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #ABABAB;
  margin-bottom: 16px;
}
.p-top-fv {
  padding: 80px 0px;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 576px) {
  .p-top-fv {
    padding: 40px 0px;
  }
}
.p-top-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.p-top-fv__btn-area {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.p-top-fv__btn-area .search-box {
  flex: 1;
  min-width: 250px;
}
.p-top-fv__btn-area .search-box .search-input-wrap {
  position: relative;
}
.p-top-fv__btn-area .search-box .search-input-wrap input {
  width: 100%;
  padding: 10px 42px 10px 14px;
  border: 1px solid #212121;
  border-radius: 4px;
  font-size: 16px;
}
.p-top-fv__btn-area .search-box .search-input-wrap .search-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.p-top-fv__btn-area .search-box .search-input-wrap .search-button img {
  width: 20px;
  height: 20px;
}
.p-top-fv__btn-area .search-box input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  height: 40px;
}
.p-top-fv__btn-area .search-box input:focus {
  border-color: #47FCC0;
  outline: none;
}
.p-top-fv__btn-area .search-box .popular-keywords {
  margin-top: 8px;
  font-size: 14px;
}
.p-top-fv__btn-area .search-box .popular-keywords span {
  margin-right: 8px;
  font-weight: bold;
}
.p-top-fv__btn-area .search-box .popular-keywords button {
  background: #f0f0f0;
  border: none;
  margin-right: 8px;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}
.p-top-fv__btn-area .search-box .popular-keywords button:hover {
  background: #ddd;
}
.p-top-fv__content {
  max-width: 650px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-top-fv__content h1 {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  color: #fff;
}
.p-feature {
  text-align: center;
  padding: 40px 24px;
}
@media (max-width: 576px) {
  .p-feature {
    padding: 20px 12px;
  }
}
.p-feature__title {
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .p-feature__title {
    font-size: 24px;
  }
}
.p-feature__title .blue {
  color: #00B8C4;
}
.p-feature__list {
  display: flex;
  gap: 24px;
}
@media (max-width: 576px) {
  .p-feature__list {
    flex-direction: column;
    gap: 8px;
  }
}
.p-feature__item {
  width: calc((100% - 48px) / 3);
  background-color: #ffffff;
  border: 2px solid #00B8C4;
  padding: 12px;
  max-width: 320px;
  margin: 0 auto;
  text-align: left;
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .p-feature__item {
    padding: 8px;
  }
}
@media (max-width: 576px) {
  .p-feature__item {
    width: 100%;
    display: flex;
    max-width: none;
  }
}
.p-feature__item img {
  width: 80px;
}
.p-feature__item h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .p-feature__item h3 {
    text-align: start;
  }
}
.p-feature__item p {
  line-height: 1.6;
}
@media (max-width: 576px) {
  .p-feature__item p {
    text-align: start;
  }
}
.p-feature__icon {
  flex-shrink: 0;
  text-align: center;
}
.p-feature__text {
  flex-grow: 1;
}

.p-top-about__content {
  display: flex;
  gap: 40px;
}
@media (max-width: 992px) {
  .p-top-about__content {
    flex-direction: column;
  }
}
.p-top-about__content-left {
  width: calc(100% - 340px);
}
.p-top-about__content-left h2 {
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 24px;
}
.p-top-about__content-left h2 .g-marker {
  background-color: #f1f5f9;
  color: #1e293b;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
}
.p-top-about__content-left p {
  line-height: 1.8;
  color: #334155;
  margin-bottom: 16px;
  font-weight: 500;
}
.p-top-about__content-left p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .p-top-about__content-left {
    width: 100%;
    order: 2;
  }
}
.p-top-about__content-right {
  width: 340px;
}
@media (max-width: 992px) {
  .p-top-about__content-right {
    width: 100%;
    order: 1;
  }
}
.p-top-about__content-right .l-feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-top-about__content-right .l-feature-list__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.p-top-about__content-right .l-feature-list__item-number {
  background-color: #00B8C4;
  color: white;
  font-weight: bold;
  font-size: 14px;
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.p-top-about__content-right .l-feature-list__item-textarea h3 {
  font-weight: 600;
  margin-bottom: 6px;
}
.p-top-about__content-right .l-feature-list__item-textarea h3 .gr-marker {
  background: #212121;
  padding: 2px 8px;
  color: #fff;
  border-radius: 4px;
}
.p-top-about__content-right .l-feature-list__item-textarea p {
  font-weight: 400;
  color: #475569;
}

.p-top-search-ctgtag {
  padding: 40px 24px;
  background-color: #F5F5F5;
}
@media (max-width: 576px) {
  .p-top-search-ctgtag {
    padding: 20px 12px;
  }
}
.p-top-search-ctgtag__head h2 {
  text-align: center;
}
.p-top-search-ctgtag__head h2 span {
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
}

.p-top-search-ctg {
  margin-bottom: 40px;
}
.p-top-search-ctg .l-ctg-block-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 576px) {
  .p-top-search-ctg .l-ctg-block-list {
    flex-direction: column;
  }
}
.p-top-search-ctg .l-ctg-block-list__item {
  width: calc((100% - 48px) / 4);
}
@media (max-width: 1200px) {
  .p-top-search-ctg .l-ctg-block-list__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 576px) {
  .p-top-search-ctg .l-ctg-block-list__item {
    width: 100%;
  }
}
.p-top-search-ctg .l-ctg-block-list__item a {
  position: relative;
  padding: 12px;
  box-shadow: 4px 4px 0 rgb(0, 0, 0);
  border: 1px solid #212121;
  background-color: #fff;
  display: block;
}
.p-top-search-ctg .l-ctg-block-list__item img {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 36px;
}
.p-top-search-ctg .l-ctg-block-list__item-textarea h3 {
  font-weight: 700;
}
.p-top-search-ctg .l-ctg-block-list__item-textarea p {
  font-weight: 400;
}
.p-top-search-ctg .l-ctg-block-list__item-img {
  border: 1px solid #212121;
  height: 112px;
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-bottom: 8px;
}
.p-top-search-tag .l-tag-block-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-top-search-tag .l-tag-block-list {
    flex-direction: column;
  }
}
.p-top-search-tag .l-tag-block-list__item {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 768px) {
  .p-top-search-tag .l-tag-block-list__item {
    width: 100%;
  }
}
.p-top-search-tag .l-tag-block-list__item a {
  display: flex;
  align-items: start;
  gap: 8px;
  position: relative;
  padding: 12px;
  box-shadow: 4px 4px 0 rgb(0, 0, 0);
  border: 1px solid #212121;
  background-color: #fff;
}
.p-top-search-tag .l-tag-block-list__item img {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 36px;
}
.p-top-search-tag .l-tag-block-list__item-textarea h3 {
  font-weight: 700;
}
.p-top-search-tag .l-tag-block-list__item-textarea p {
  font-weight: 400;
}
.p-top-search-tag .l-tag-block-list__item-img {
  border: 1px solid #212121;
  min-width: 123px;
  max-width: 123px;
  height: 123px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.p-support__list {
  display: flex;
  overflow-y: hidden;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.p-support__list-inner {
  padding-right: 0px !important;
}
.p-support__list li {
  width: calc((100% - 4rem) / 5); /* 5列のグリッド */
  min-width: 240px;
  margin-bottom: 16px; /* 各リストアイテムの間隔 */
}
.p-support__list li h3 {
  font-weight: 700;
  margin-bottom: auto; /* 下部にスペースを確保 */
}
.p-support__list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  align-items: stretch;
  background-color: #fff;
  color: #212121;
  padding: 1em;
  margin-right: 16px;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #212121;
  box-shadow: 5px 5px 0px #212121;
  transition: opacity 0.3s ease;
}
.p-support__list li a:hover {
  opacity: 0.7;
}
.p-support__list li p {
  text-align: center;
  padding: 1em 2em;
  background-color: #212121;
  color: #fff;
  border-radius: 20px;
  font-weight: 700;
}
.p-support__list li p span {
  margin-right: 4px;
}
.p-support__company-list {
  margin-bottom: 2.4rem;
  gap: 1.6rem;
}
.p-support__company-item {
  margin-right: 16px;
}
.p-support__company-item img {
  width: 100%;
  max-width: 240px;
}
@media (max-width: 576px) {
  .p-support__company-item img {
    max-width: 160px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-support__company-item img {
    max-width: 280px;
  }
}

.p-top-tool__btn {
  display: flex;
  justify-content: center;
}
.p-problem {
  padding: 40px 24px;
  background-color: #F5F5F5;
}
@media (max-width: 576px) {
  .p-problem {
    padding: 20px 12px;
  }
}
.p-problem__head h2 {
  text-align: center;
}
.p-problem__head h2 span {
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
}
.p-problem-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.p-problem-list__item {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 1200px) {
  .p-problem-list__item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 576px) {
  .p-problem-list__item {
    width: 100%;
  }
}
.p-problem-list__item a {
  background-color: #fff;
  padding: 12px;
  border: 1px solid #212121;
  display: flex;
  gap: 12px;
}
.p-problem-list__item-image {
  border: 1px solid #212121;
  max-width: 80px;
  min-width: 80px;
  height: 80px;
  background-position: center;
  background-size: cover;
}
.p-problem-list__item-textarea h3 {
  font-weight: 700;
  margin-bottom: 8px;
}
.p-top-column__btn {
  display: flex;
  justify-content: center;
}
.c-cta-circle {
  margin-top: -120px;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  display: flex;
  justify-content: flex-end; /* 右寄せ */
}
@media (max-width: 1200px) {
  .c-cta-circle {
    width: 100%;
    margin-right: 0em;
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .c-cta-circle {
    width: 100%;
    margin-right: 0em;
    margin-top: 80px;
  }
}
.c-cta-circle a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 2.4rem;
  font-weight: bold;
  width: 180px;
  height: 180px;
  border-radius: 100px;
  background-color: #212121;
  color: #fff;
  animation: float 2s ease-in-out infinite;
}
@media (max-width: 768px) {
  .c-cta-circle a {
    width: 160px;
    height: 160px;
  }
}
.c-cta-circle__arrow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.slick-track {
  display: flex;
}

.p-top-news__btn {
  display: flex;
  justify-content: end;
}
@media (max-width: 576px) {
  .p-top-news__btn {
    justify-content: center;
  }
}
.p-top-news__btnarea {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.p-top-news__btnarea .c-heading {
  margin-bottom: 0px !important;
}

.c-news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.c-news-list__item {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 768px) {
  .c-news-list__item {
    width: 100%;
    margin-right: 0px;
  }
}
.c-news-list__item-content {
  display: flex;
}
.c-news-list__item-content-btn {
  position: absolute;
  bottom: 4px;
  right: 0px;
}
.c-news-list__item-content-btn img {
  display: inline-block;
  width: 100%;
  max-width: 30px;
}
@media (max-width: 576px) {
  .c-news-list__item-content-btn img {
    max-width: 24px;
  }
}
@media (max-width: 768px) {
  .c-news-list__item-content-btn {
    bottom: 3px;
  }
}
@media (max-width: 576px) {
  .c-news-list__item-content-btn {
    bottom: 1px;
  }
}
.c-news-list__item-img {
  width: 100%;
  margin-right: 16px;
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  background-position: center;
  background-size: cover;
  border: 1px solid #212121;
}
@media (max-width: 576px) {
  .c-news-list__item-img {
    min-width: 120px;
    max-width: 120px;
    height: 120px;
  }
}
.c-news-list__item-img img {
  width: 100%;
}
.c-news-list__item a {
  display: block;
  color: #212121;
  position: relative;
}
.c-news-list__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-news-list__item-title {
  font-weight: 700;
}
.c-news-list__item-ctg {
  font-weight: 500;
  padding: 0 1em;
  background-color: #47FCFC;
  display: inline-block;
  border: 1px solid #212121;
  border-radius: 20px;
}
.c-news-list__item-ctg-area {
  display: flex;
  justify-content: space-between;
}
.c-news-list__item-date {
  margin-bottom: 8px;
}

/*　よくある質問 */
.p-top-faq__btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-faq-list__heading {
  margin: 48px 0 24px;
  padding: 16px 24px;
  background-color: #F5F5F5;
  border-left: 6px solid #49FFF9;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .c-faq-list__heading {
    padding: 8px 16px;
    margin-bottom: 12px;
  }
}
.c-faq-list__heading:first-child {
  margin-top: 0px;
}
.c-faq-list__heading h2 {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #212121;
  margin: 0;
}
.c-faq-list__heading h2 span {
  font-size: 1.6rem;
  margin-right: 12px;
}
.c-faq-list__item {
  background-color: #fff;
  border: 1px solid #212121;
  overflow: hidden;
}
.c-faq-list__item-q {
  background-color: #D6FBF8;
  color: #212121;
  padding: 12px;
  display: flex;
  align-items: center;
  font-weight: 700;
  border-bottom: 1px solid #212121;
}
@media (max-width: 576px) {
  .c-faq-list__item-q {
    padding: 8px;
  }
}
.c-faq-list__item-q img {
  width: 20px;
  margin-right: 12px;
}
@media (max-width: 576px) {
  .c-faq-list__item-q img {
    width: 16px;
  }
}
.c-faq-list__item-q h3 {
  margin: 0;
}
.c-faq-list__item-a {
  padding: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: #F5F5F5;
}
@media (max-width: 576px) {
  .c-faq-list__item-a {
    padding: 8px;
  }
}
.c-faq-list__item-a img {
  width: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
@media (max-width: 576px) {
  .c-faq-list__item-a img {
    width: 16px;
  }
}
.c-faq-list__item-a p {
  margin: 0;
  line-height: 1.6;
  color: #212121;
}

.pick-up-icon {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 40px;
  max-width: 40px;
}
.p-news__ctg-inner {
  display: flex;
  flex-wrap: wrap;
}
.p-news__ctg-list {
  border-radius: 20px;
  border: 1px solid #212121;
  background-color: #fff;
  margin-bottom: 2.4rem;
  display: flex;
}
.p-news__ctg-item a {
  display: block;
  border: 1px solid #212121;
  background-color: #fff;
  font-weight: 500;
  padding: 0 16px;
  background-color: #47FCFC;
  display: inline-block;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .p-news__ctg-item a {
    margin-right: 4px;
  }
}
.p-news__ctg-item.active a {
  background-color: #212121;
  color: #ffffff;
}
.p-news__ctg-title {
  padding-right: 4em;
  border-right: 1px solid #212121;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .p-news__ctg-title {
    padding-right: 1.6em;
  }
}
.p-news__btn {
  display: flex;
  justify-content: center;
}
.c-column__flex {
  display: flex;
}
@media (max-width: 992px) {
  .c-column__flex {
    display: block;
  }
}

.c-column__content-left {
  width: 70%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .c-column__content-left {
    width: 100%;
  }
}

.c-news__sub {
  width: 30%;
}
.c-news__sub-dcr {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  max-width: 28px;
}
.c-news__sub h2 {
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .c-news__sub {
    width: 100%;
    margin-top: 4rem;
  }
}
.c-news__sub-keyword {
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid #212121;
  background-color: #fff;
}
.c-news__sub-keyword ul {
  display: flex;
  flex-wrap: wrap;
}
.c-news__sub-keyword ul li a {
  display: block;
  border: 1px solid #212121;
  background-color: #fff;
  font-weight: 500;
  padding: 0 16px;
  background-color: #47FCFC;
  display: inline-block;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-news__sub-keyword ul li a {
    margin-right: 4px;
  }
}
.c-news__sub-recent {
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid #212121;
  background-color: #fff;
}
.c-news__sub-recent-list a {
  padding: 16px 0;
  border-bottom: 1px solid #212121;
  position: relative;
  display: flex;
  align-items: start;
}
.c-news__sub-recent-list li:last-of-type a {
  border-bottom: 0px;
}
.c-news__sub-img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #212121;
  margin-right: 8px;
}
.c-news__sub-text-area h3 {
  font-weight: 700;
}
.c-news__sub-ctg-area {
  display: flex;
  flex-wrap: wrap;
}
.c-news__sub-ctg {
  display: block;
  border: 1px solid #212121;
  background-color: #fff;
  font-weight: 500;
  padding: 0 16px;
  background-color: #47FCFC;
  display: inline-block;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-news__sub-ctg {
    margin-right: 4px;
  }
}
.c-column__btn-area {
  border: 1px solid #212121;
  background-color: #fff;
  margin-bottom: 2.4rem;
}
.c-column__ctg-list {
  display: flex;
  align-items: start;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #212121;
}
.c-column__ctg-list__title {
  font-weight: 400;
  min-width: 100px;
  max-width: 100px;
}
@media (max-width: 576px) {
  .c-column__ctg-list__title {
    min-width: 80px;
    max-width: none;
  }
}
.c-column__ctg-list__inner {
  display: flex;
  align-items: start;
  gap: 8px;
  flex-wrap: wrap;
  padding-left: 10px;
  border-left: 1px solid #212121;
}
.c-column__ctg-list li {
  margin-right: 8px;
}
.c-column__ctg-list li a {
  color: #212121;
  border: 1px solid #212121;
  background-color: #fff;
  font-weight: 500;
  padding: 4px 16px 0;
  display: inline-block;
  border-radius: 20px;
  font-weight: 500;
}
.c-column__ctg-list li a.active {
  background-color: #212121;
  color: #ffffff;
}
.c-column__tag-list {
  display: flex;
  align-items: start;
  padding-top: 24px;
}
.c-column__tag-list__title {
  font-weight: 400;
  min-width: 100px;
  max-width: 100px;
}
@media (max-width: 576px) {
  .c-column__tag-list__title {
    min-width: 80px;
    max-width: none;
  }
}
.c-column__tag-list__inner {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 8px;
  padding-left: 10px;
  border-left: 1px solid #212121;
}
.c-column__tag-list li {
  margin-right: 8px;
}
.c-column__tag-list li a {
  color: #545454;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  margin-left: 9px;
  padding: 2px 4px 0px;
  background-color: #dedede;
}
.c-column__tag-list li a::before {
  content: "";
  background: url(../images/common/column-tag-dcr.svg) no-repeat center/contain;
  position: absolute;
  left: -9.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 20px;
}
.c-column__tag-list li.active a {
  font-weight: 900;
}
.c-column__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 576px) {
  .c-column__list {
    flex-direction: column;
  }
}
.c-column__item {
  width: calc((100% - 32px) / 3);
}
.c-column__item .pick-up-icon {
  z-index: 100;
}
@media (max-width: 992px) {
  .c-column__item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 576px) {
  .c-column__item {
    width: 100%;
    margin-right: 0em;
  }
}
.c-column__item:nth-child(3n) {
  margin-right: 0px;
}
@media (max-width: 992px) {
  .c-column__item:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .c-column__item:nth-child(2n) {
    margin-right: 0rem;
  }
}
.c-column__item a {
  position: relative;
  background-color: #fff;
  color: #212121;
  display: block;
  padding: 12px;
  border: 1px solid #212121;
}
.c-column__item a img {
  width: 100%;
}
.c-column__item-image {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.c-column__item-date {
  font-size: 12px;
  margin-bottom: 4px;
}
.c-column__item-title {
  font-weight: 700;
  margin-bottom: 4px;
}
.c-column__item-ctg {
  position: absolute;
  top: 8px;
  left: 8px;
  font-weight: 500;
  padding: 4px 8px 0;
  display: inline-block;
  color: #212121;
  border: 1px solid #212121;
  background-color: #fff;
  border-radius: 20px;
}
.c-column__item-ctg.active {
  background-color: #212121;
  color: #ffffff;
}
.c-column__item-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 8px;
}
.c-column__item-tag-list li {
  white-space: nowrap;
  position: relative;
  margin-left: 9px;
  color: #545454;
  padding: 2px 4px 0px;
  background-color: #dedede;
}
.c-column__item-tag-list li::before {
  content: "";
  background: url(../images/common/column-tag-dcr.svg) no-repeat center/contain;
  position: absolute;
  left: -9.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 20px;
}
.c-column__item-tag-list li.active {
  color: #fff;
  background-color: #212121;
}
.c-column__item-tag-list li.active:before {
  background: url(../images/common/column-tag-dcr-bl.svg) no-repeat center/contain;
}
.c-column__item-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.c-column__item-btn__inner {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 700;
}
.c-column__item-btn__inner img {
  width: 16px;
  margin-left: 4px;
}
.c-column__sub {
  width: 30%;
}
.c-column__sub-dcr {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  max-width: 28px;
}
.c-column__sub h2 {
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .c-column__sub {
    width: 100%;
    margin-top: 4rem;
  }
}
.c-column__sub-keyword-tag {
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid #212121;
  background-color: #fff;
}
.c-column__sub-keyword-tag ul {
  display: flex;
  flex-wrap: wrap;
}
.c-column__sub-keyword {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #212121;
}
.c-column__sub-keyword ul li a {
  display: block;
  border: 1px solid #212121;
  background-color: #fff;
  font-weight: 500;
  padding: 0 16px;
  background-color: #A3DFFE;
  display: inline-block;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-column__sub-keyword ul li a {
    margin-right: 4px;
  }
}
.c-column__sub-tag {
  padding-top: 2.4rem;
}
.c-column__sub-tag ul li a {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-column__sub-tag ul li a {
    margin-right: 4px;
  }
}
.c-column__sub-tag ul li a span {
  color: #47C0FC;
}
.c-column__sub-tag-list {
  display: flex;
}
.c-column__sub-tag-list li {
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-column__sub-tag-list li {
    margin-right: 4px;
  }
}
.c-column__sub-tag-list li span {
  color: #A3DFFE;
}
.c-column__sub-ranking {
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid #212121;
  background-color: #fff;
}
.c-column__sub-ranking-item {
  position: relative;
  margin-bottom: 1.5rem;
}
.c-column__sub-ranking-item:nth-child(1)::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 8px;
  left: -10px;
  width: 24px;
  height: 24px;
  background-image: url("../images/common/gold-medal.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-column__sub-ranking-item:nth-child(2)::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 8px;
  left: -10px;
  width: 24px;
  height: 24px;
  background-image: url("../images/common/silver-medal.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-column__sub-ranking-item:nth-child(3)::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 8px;
  left: -10px;
  width: 24px;
  height: 24px;
  background-image: url("../images/common/bronze-medal.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-column__sub-ranking-item:nth-child(4)::before, .c-column__sub-ranking-item:nth-child(5)::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 8px;
  left: -10px;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/standard-crown.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-column__sub-ranking-list a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #212121;
}
.c-column__sub-ranking-list li:last-of-type a {
  border-bottom: 0px;
}
.c-column__sub-ranking-img {
  display: flex;
}
.c-column__sub-img {
  width: 96px;
  min-width: 96px;
  height: 50px;
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  border: 1px solid #212121;
  margin-right: 8px;
}
.c-column__sub-text-area h3 {
  font-weight: 700;
}
.c-column__sub-ctg {
  display: block;
  border: 1px solid #212121;
  background-color: #fff;
  font-weight: 500;
  padding: 0 16px;
  background-color: #A3DFFE;
  display: inline-block;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-column__sub-ctg {
    margin-right: 4px;
  }
}
.c-sidebar {
  margin-bottom: 40px;
}
.c-sidebar p {
  border: 1px solid #ABABAB;
  border-bottom: 0px;
  font-weight: 700;
  padding: 8px 20px;
  background-color: #ABABAB;
}
.c-sidebar-ctg-list {
  border: 1px solid #ABABAB;
  padding: 24px;
  background: #fff;
}
@media (max-width: 576px) {
  .c-sidebar-ctg-list {
    padding: 12px;
  }
}
.c-sidebar-ctg-list li a {
  padding: 12px 8px;
  border-bottom: 1px solid #ABABAB;
  display: flex;
  justify-content: space-between;
}
.c-sidebar-ctg-list li a img {
  width: 14px;
}
.c-sidebar-ctg-list li a.active {
  background-color: #E5E5E5;
}
.c-sidebar-tag-list {
  border: 1px solid #ABABAB;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 576px) {
  .c-sidebar-tag-list {
    padding: 12px;
  }
}
.c-sidebar-tag-list li a {
  padding: 2px 8px 0px;
  border-radius: 24px;
  background-color: #E5E5E5;
}
.c-sidebar-tag-list li a.active {
  background-color: #212121;
  color: #fff;
}
.c-sidebar-blog-tag-list {
  border: 1px solid #ABABAB;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 576px) {
  .c-sidebar-blog-tag-list {
    padding: 12px;
  }
}
.c-sidebar-blog-tag-list li a {
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  margin-left: 9px;
  color: #545454;
  padding: 2px 4px 0px;
  background-color: #dedede;
}
.c-sidebar-blog-tag-list li a::before {
  content: "";
  background: url(../images/common/column-tag-dcr.svg) no-repeat center/contain;
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 40px;
}
.c-sidebar-blog-tag-list li a.active {
  color: #fff;
  background-color: #212121;
}
.c-sidebar-blog-tag-list li a.active:before {
  background: url(../images/common/column-tag-dcr-bl.svg) no-repeat center/contain;
}
.c-sidebar-keyword-list {
  border: 1px solid #ABABAB;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 576px) {
  .c-sidebar-keyword-list {
    padding: 12px;
  }
}
.c-sidebar-keyword-list li a {
  border-radius: 24px;
  font-weight: 500;
  padding: 2px 8px 0px;
  border: 1px solid #212121;
  background-color: #fff;
}
.c-sidebar-keyword-list li a.active {
  background-color: #212121;
  color: #fff;
}
.c-sidebar-help-list {
  border: 1px solid #ABABAB;
  padding: 24px;
  background: #fff;
}
@media (max-width: 576px) {
  .c-sidebar-help-list {
    padding: 12px;
  }
}
.c-sidebar-help-list li a {
  padding: 12px 0;
  border-bottom: 1px solid #ABABAB;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
}
.c-sidebar-help-list li a img {
  width: 14px;
}
.c-sidebar-ranking-list {
  border: 1px solid #ABABAB;
  padding: 24px;
  background: #fff;
}
@media (max-width: 576px) {
  .c-sidebar-ranking-list {
    padding: 12px;
  }
}
.c-sidebar-ranking-list .side-ranking-list__top {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.c-sidebar-ranking-list .side-ranking-list__img {
  width: 40%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.c-sidebar-ranking-list .side-ranking-list__ctg {
  display: inline-block;
  padding: 2px 8px 0px;
  background-color: #fff;
  color: #212121;
  border-radius: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  border: 1px solid #212121;
}
.c-sidebar-ranking-list .side-ranking-list__taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.c-sidebar-ranking-list .side-ranking-list__taglist li {
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  margin-left: 9px;
  color: #545454;
  padding: 2px 4px 0px;
  background-color: #dedede;
}
.c-sidebar-ranking-list .side-ranking-list__taglist li::before {
  content: "";
  background: url(../images/common/column-tag-dcr.svg) no-repeat center/contain;
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 18px;
}
.c-sidebar-ranking-list .side-ranking-list__bottom h3 {
  font-weight: 700;
}
.c-sidebar-ranking-list li a {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #ABABAB;
  margin-bottom: 16px;
}

.c-policy-list li h2 {
  font-weight: 900;
}
.c-policy-list li p {
  font-weight: 500;
}
.c-policy__end p {
  text-align: end;
}

.p-about-download__section {
  background-color: #fff;
  padding: 32px;
  margin-bottom: 32px;
  border: 1px solid #dedede;
}
.p-about-download__heading {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 16px;
  color: #212121;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-about-download__heading::before {
  content: "✓";
  font-size: 1.2rem;
  color: #00B8C4;
}
.p-about-download__list {
  list-style: none;
  padding-left: 0;
}
.p-about-download__list li {
  margin-bottom: 8px;
  padding-left: 1.2em;
  position: relative;
  color: #212121;
}
.p-about-download__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00B8C4;
}
.p-about-download__text {
  margin-bottom: 16px;
  color: #212121;
}

.c-page__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-page__title span {
  display: block;
  font-size: 1.2rem;
  color: #00B8C4;
  font-weight: 500;
}

.c-button--primary {
  display: inline-block;
  padding: 12px 24px;
  background-color: #212121;
  color: #fff;
  border-radius: 24px;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.3s ease;
}
.c-button--primary:hover {
  opacity: 0.9;
}

.p-seo__head-flex {
  display: flex;
}
@media (max-width: 992px) {
  .p-seo__head-flex {
    display: block;
  }
}
.p-seo__head img {
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .p-seo__head img {
    width: 100%;
    padding: 4rem 8rem 0rem;
  }
}
@media (max-width: 576px) {
  .p-seo__head img {
    margin-top: 0;
    padding: 2rem 4rem 0rem;
  }
}
.p-seo__head-text {
  width: 50%;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .p-seo__head-text {
    width: 100%;
  }
}
.p-seo__head-bottom {
  width: 100%;
  height: 100px;
  margin-top: -140px;
  background: #212121;
}
@media (max-width: 992px) {
  .p-seo__head-bottom {
    margin-top: -120px;
  }
}
@media (max-width: 576px) {
  .p-seo__head-bottom {
    margin-top: -80px;
    height: 40px;
  }
}

.p-seo-field-seo {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.p-seo-field-seo__title {
  color: #fff;
}
.p-seo-field-seo__title h2 {
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-seo-field-seo__title h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .p-seo-field-seo__title h2 {
    font-size: 2.8rem;
  }
}
.p-seo-field-seo__title p {
  font-weight: 500;
}
.p-seo-field-seo__main-content {
  padding: 4rem;
  background-color: rgba(255, 255, 255, 0.6666666667);
  border-radius: 24px;
}
@media (max-width: 768px) {
  .p-seo-field-seo__main-content {
    padding: 2rem;
  }
}
.p-seo-field-seo__main-content img {
  display: block;
  width: 100%;
}
.p-seo-field-seo__main-content-title h3 {
  text-align: center;
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-seo-field-seo__main-content-title h3 {
    font-size: 2rem;
  }
}
.p-seo-field-seo__main-content-title p {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-seo-field-seo__main-content-title p {
    text-align: start;
  }
}
.p-seo-field-seo__sub-contents {
  display: flex;
}
.p-seo-field-seo__sub-contents-tool {
  margin-right: 2.4rem;
  padding: 4rem;
  background-color: rgba(255, 255, 255, 0.6666666667);
  border-radius: 24px;
}
@media (max-width: 768px) {
  .p-seo-field-seo__sub-contents-tool {
    margin-right: 0rem;
    margin-bottom: 1.2rem;
    padding: 2rem;
  }
}
.p-seo-field-seo__sub-contents-stelmah {
  padding: 4rem;
  background-color: rgba(255, 255, 255, 0.6666666667);
  border-radius: 24px;
}
@media (max-width: 768px) {
  .p-seo-field-seo__sub-contents-stelmah {
    padding: 2rem;
  }
}
.p-seo-field-seo__sub-contents-stelmah img {
  margin: 24px auto;
  max-width: 400px;
}
@media (max-width: 768px) {
  .p-seo-field-seo__sub-contents {
    display: block;
  }
}
.p-seo-field-seo__sub-contents h4 {
  font-weight: 900;
  text-align: center;
}
@media (max-width: 768px) {
  .p-seo-field-seo__sub-contents h4 {
    font-size: 2rem;
  }
}
.p-seo-field-seo__sub-contents img {
  width: 100%;
  display: block;
}
.p-seo-field-seo__sub-contents p {
  font-weight: 500;
}

.p-seo-support__list {
  display: flex;
  flex-wrap: wrap;
}
.p-seo-support__item {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #212121;
  position: relative;
  margin-right: 4rem;
  width: calc((100% - 8rem) / 3);
}
.p-seo-support__item-dcr {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p-seo-support__item-dcr {
    width: 24px;
  }
}
@media (max-width: 768px) {
  .p-seo-support__item {
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 576px) {
  .p-seo-support__item {
    margin-right: 2rem;
    width: calc((100% - 2rem) / 2);
  }
}
.p-seo-support__item:nth-child(3n) {
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .p-seo-support__item:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .p-seo-support__item:nth-child(2n) {
    margin-right: 0rem;
  }
}
.p-seo-support__item h3 {
  padding: 2.4rem 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-seo-support__item h3 {
    font-size: 18px;
    padding: 1.6rem 0.8rem;
  }
}
@media (max-width: 576px) {
  .p-seo-support__item h3 {
    font-size: 1.8rem;
  }
}
.p-seo-support__item h3 span {
  background: linear-gradient(transparent 70%, #FCFC47 20%);
}
.p-seo-support__item-list li {
  display: flex;
}
.p-seo-support__item-list-title {
  margin-right: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.64rem;
}
@media (max-width: 768px) {
  .p-seo-support__item-list-title {
    margin-right: 1.2rem;
  }
}
.p-seo-support__item-list-text {
  font-weight: 500;
}

.p-seo-marketing__head {
  text-align: center;
}
.p-seo-marketing__head h2 {
  font-weight: 900;
}
@media (max-width: 576px) {
  .p-seo-marketing__head h2 {
    font-size: 2.6rem;
  }
}
.p-seo-marketing__head p {
  font-weight: 500;
}
.p-seo-marketing__list {
  padding: 0rem 8rem;
}
@media (max-width: 992px) {
  .p-seo-marketing__list {
    padding: 0rem;
  }
}
.p-seo-marketing__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-seo-marketing__item {
    display: block;
  }
}
.p-seo-marketing__item:last-child {
  margin-bottom: 0rem;
}
.p-seo-marketing__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-seo-marketing__item:nth-child(2n) img {
  margin-right: 0px;
  margin-left: -80px;
}
@media (max-width: 992px) {
  .p-seo-marketing__item:nth-child(2n) img {
    margin-left: -40px;
  }
}
@media (max-width: 768px) {
  .p-seo-marketing__item:nth-child(2n) img {
    margin-left: 0px;
  }
}
.p-seo-marketing__item img {
  width: 50%;
  display: block;
  margin-right: -80px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .p-seo-marketing__item img {
    margin-right: -40px;
  }
}
@media (max-width: 768px) {
  .p-seo-marketing__item img {
    margin-right: 0px;
    width: 100%;
  }
}
.p-seo-marketing__item-text {
  width: 50%;
  padding: 6.4rem 4rem;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #212121;
}
@media (max-width: 992px) {
  .p-seo-marketing__item-text {
    padding: 4rem 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-seo-marketing__item-text {
    width: 100%;
  }
}
.p-seo-marketing__item-text h3 {
  font-weight: 700;
}
.p-seo-skill__inner {
  padding: 8em 0em 8em 8em;
}
@media (max-width: 1200px) {
  .p-seo-skill__inner {
    padding: 6.4em 0em 6.4em 6.4em; /* 64px → 2.5rem */
  }
}
@media (max-width: 992px) {
  .p-seo-skill__inner {
    padding: 5.6em 0em 5.6em 5.6em; /* 64px → 2.5rem */
  }
}
@media (max-width: 768px) {
  .p-seo-skill__inner {
    padding: 4em 0em 4em 4em; /* 40px → 2.5rem */
  }
}
@media (max-width: 576px) {
  .p-seo-skill__inner {
    padding: 4em 0em 1.6em 1.6em; /* 20px → 1.25rem */
  }
}
.p-seo-skill__title {
  padding: 0 5em 0em 0em;
}
.p-seo-skill__list {
  display: flex;
  overflow-y: hidden;
  margin-top: 2.5rem;
}
.p-seo-skill__list li {
  background-color: #fff;
  color: #212121;
  padding: 1em;
  margin-right: 16px;
  width: calc((100% - 4rem) / 5); /* 5列のグリッド */
  min-width: 240px;
  margin-bottom: 16px; /* 各リストアイテムの間隔 */
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  align-items: stretch;
  height: 100%;
  border: 1px solid #212121;
  box-shadow: 5px 5px 0px #212121;
  transition: opacity 0.3s ease;
}
.p-seo-skill__list li:hover {
  opacity: 0.7;
}
.p-seo-skill__list li h3 {
  font-weight: 700;
  margin-bottom: auto; /* 下部にスペースを確保 */
}
.p-seo-skill__company-list {
  margin-bottom: 2.4rem;
  display: flex;
}
.p-seo-skill__company-list img {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
}
.p-seo-skill__company-list li {
  margin: 0 16px;
}

.p-seo-stelmah {
  border-bottom: 1px solid #212121;
}
.p-seo-stelmah__inner {
  padding: 0 8rem;
}
@media (max-width: 992px) {
  .p-seo-stelmah__inner {
    padding: 0rem;
  }
}
.p-seo-stelmah__head h2 {
  text-align: center;
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-seo-stelmah__head h2 {
    font-size: 2.4rem;
  }
}
.p-seo-stelmah__main-content {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-seo-stelmah__main-content {
    display: block;
  }
}
.p-seo-stelmah__main-content img {
  display: block;
  width: 50%;
  margin-right: 8rem;
}
@media (max-width: 992px) {
  .p-seo-stelmah__main-content img {
    margin-right: 4rem;
  }
}
@media (max-width: 768px) {
  .p-seo-stelmah__main-content img {
    width: 100%;
    margin-right: 0rem;
    padding: 0 4rem;
  }
}
.p-seo-stelmah__text-area {
  padding: 5.6rem 0;
  width: 50%;
}
@media (max-width: 992px) {
  .p-seo-stelmah__text-area {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .p-seo-stelmah__text-area {
    width: 100%;
    padding: 2.8rem 0;
  }
}
.p-seo-stelmah__text-area h3 {
  font-weight: 900;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-seo-stelmah__text-area h3 {
    text-align: center;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .p-seo-stelmah__text-area h3 {
    font-size: 2rem;
  }
}
.p-seo-stelmah__text {
  font-weight: 500;
  margin-bottom: 4px;
}
.p-seo-stelmah__note {
  font-weight: 500;
  color: #878787;
}
.p-seo-stelmah__contact {
  padding: 4rem;
  border-radius: 20px;
  text-align: center;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .p-seo-stelmah__contact {
    padding: 2rem;
  }
}
.p-seo-stelmah__contact-head h3 {
  text-align: center;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 576px) {
  .p-seo-stelmah__contact-head h3 {
    font-size: 2rem;
  }
}
.p-seo-stelmah__contact-head h3 span {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.p-seo-stelmah__contact-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-seo-stelmah__contact-btn {
  display: inline-block;
}
.p-seo-stelmah__contact-btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  padding: 1.6rem 2.4rem;
  background: linear-gradient(to right, #82B0E7, #E781A9);
  border: 1px solid #212121;
  border-radius: 100px;
  transition: 0.7s;
}
.p-seo-stelmah__contact-btn-inner span {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .p-seo-stelmah__contact-btn-inner {
    padding: 1.2rem 2.4rem;
  }
}
@media (max-width: 576px) {
  .p-seo-stelmah__contact-btn-inner {
    font-size: 1.4rem;
    padding: 0.8rem 2.4rem;
  }
}
.p-seo-stelmah__contact-btn-inner:hover {
  opacity: 0.7;
}

.p-contact__form {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.p-contact__text {
  width: 50%;
  margin-right: 8rem;
}
@media (max-width: 768px) {
  .p-contact__text {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 4rem;
  }
}
.p-contact__main-contents {
  display: flex;
}
@media (max-width: 768px) {
  .p-contact__main-contents {
    display: block;
  }
}

.p-contact__form {
  width: 50%;
  padding: 40px 24px;
}
@media (max-width: 768px) {
  .p-contact__form {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .p-contact__form {
    padding: 20px 12px;
  }
}
@media (max-width: 576px) {
  .p-contact__form {
    padding: 4rem 1.6rem;
  }
}
.p-contact__form .form-group label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.p-contact__form .form-group input, .p-contact__form .form-group select, .p-contact__form .form-group textarea {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #dedede;
  border-radius: 2px;
  box-sizing: border-box;
}
.p-contact__form .form-group input:focus, .p-contact__form .form-group select:focus, .p-contact__form .form-group textarea:focus {
  border-color: #49FFF9;
  outline: none;
}
.p-contact__form .form-group input ::-moz-placeholder, .p-contact__form .form-group select ::-moz-placeholder, .p-contact__form .form-group textarea ::-moz-placeholder {
  color: #CCCCCC;
}
.p-contact__form .form-group input ::placeholder, .p-contact__form .form-group select ::placeholder, .p-contact__form .form-group textarea ::placeholder {
  color: #CCCCCC;
}
.p-contact__form .form-group textarea {
  resize: vertical;
}
.p-contact__form .form-group .required {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 8px 2px;
  background-color: #FFD3D3;
  color: #B60000;
  font-weight: 700;
  border-radius: 12px;
  vertical-align: middle;
  line-height: 1;
}
.p-contact__form .submit-button {
  display: inline-block;
  background: #212121;
  font-weight: 700;
  color: #fff;
  padding: 12px 32px 12px 24px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.7s ease;
}
.p-contact__form .submit-button__inner {
  text-align: center;
}
.p-contact__form .submit-button__note {
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.p-contact__form .submit-button__note a {
  text-decoration: underline;
}
.p-contact__form .submit-button img {
  margin-right: 1.2rem;
}
.p-contact__form .submit-button:hover {
  background: linear-gradient(to right, #47C0FC, #47FCC0);
}

.p-town__head-flex {
  display: flex;
}
@media (max-width: 768px) {
  .p-town__head-flex {
    display: block;
  }
}

.p-fb-success-stories {
  background-color: #fff;
}

.p-fb-collection {
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
}
.p-fb-collection__img {
  margin-top: -120px;
}
.p-fb-collection__img img {
  width: 100%;
}
@media (max-width: 992px) {
  .p-fb-collection__img {
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .p-fb-collection__img {
    margin-top: -80px;
  }
}
@media (max-width: 576px) {
  .p-fb-collection__img {
    margin-top: -20px;
  }
}

.tab-container .tab-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
.tab-container .tab-buttons .tab-button {
  padding: 1.6rem;
  background-color: #fff;
  border: 1px solid #212121;
  border-radius: 24px;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .tab-container .tab-buttons .tab-button {
    padding: 0.8rem;
  }
}
.tab-container .tab-buttons .tab-button p {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #212121;
  padding: 1.6rem;
  border-radius: 20px;
  height: 100%;
  font-weight: 700;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .tab-container .tab-buttons .tab-button p {
    padding: 0.8rem;
    font-size: 1.6rem;
  }
}
.tab-container .tab-buttons .tab-button:hover p {
  background-color: #F5F5F5;
}
.tab-container .tab-buttons .tab-button.active {
  border-color: #212121;
}
.tab-container .tab-buttons .tab-button.active p {
  background-color: #F5F5F5;
}
.tab-container .tab-contents {
  border-radius: 20px;
  background-color: #F5F5F5;
  padding: 4rem;
}
@media (max-width: 992px) {
  .tab-container .tab-contents {
    padding: 2rem;
  }
}
.tab-container .tab-contents .tab-content {
  display: none;
}
.tab-container .tab-contents .tab-content.active {
  display: block;
}
.tab-container .tab-contents .tab-content__inner {
  display: flex;
}
@media (max-width: 992px) {
  .tab-container .tab-contents .tab-content__inner {
    display: block;
  }
}
.tab-container .tab-contents .tab-content__image {
  width: 100%;
  max-width: 316px;
  margin-right: 4rem;
}
.tab-container .tab-contents .tab-content__image img {
  width: 100%;
}
@media (max-width: 992px) {
  .tab-container .tab-contents .tab-content__image {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 2.4rem;
  }
}
.tab-container .tab-contents .tab-content__text-area {
  width: 100%;
}
.tab-container .tab-contents .tab-content__text-area h2 {
  font-weight: 900;
}
.tab-container .tab-contents .tab-content__text-area h3 {
  font-weight: 900;
}
.tab-container .tab-contents .tab-content__text-area ol li {
  font-weight: 500;
}
.tab-container .tab-contents .tab-content__text-area ol li strong {
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.tab-container .tab-contents .tab-content__text-area ul {
  padding-left: 10px;
}
.tab-container .tab-contents .tab-content__text-area ul li {
  font-weight: 500;
  padding-left: 10px;
  position: relative;
}
.tab-container .tab-contents .tab-content__text-area ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #212121;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.tab-container .tab-contents .tab-content__text-area table {
  width: 100%; /* テーブル全体の幅 */
  border-collapse: collapse; /* ボーダーの重複を解消 */
  text-align: left;
  table-layout: fixed;
}
.tab-container .tab-contents .tab-content__text-area table th, .tab-container .tab-contents .tab-content__text-area table td {
  padding: 10px; /* セルの余白 */
  border: 1px solid #212121; /* セルのボーダー */
}
.tab-container .tab-contents .tab-content__text-area table td a {
  text-decoration: underline;
}
.tab-container .tab-contents .tab-content__text-area table thead th {
  background-color: #D9D9D9; /* 1行目（ヘッダー）の背景色 */
  font-weight: bold;
  font-weight: 700;
}
.tab-container .tab-contents .tab-content__text-area table tbody td:first-child {
  font-weight: 700;
  background-color: #D9D9D9; /* 1列目の背景色 */
}
.tab-container .tab-contents .tab-content__text-area table__inner {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.tab-container .tab-contents .tab-content__text-area table__inner p {
  font-weight: 500;
}
.p-marketing-field {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.p-marketing-field__title {
  color: #fff;
}
.p-marketing-field__title h2 {
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-marketing-field__title h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 576px) {
  .p-marketing-field__title h2 {
    font-size: 2.8rem;
  }
}
.p-marketing-field__title p {
  font-weight: 500;
}
.p-marketing-field__main-content {
  padding: 4rem;
  background-color: rgba(255, 255, 255, 0.6666666667);
  border-radius: 24px;
}
@media (max-width: 768px) {
  .p-marketing-field__main-content {
    padding: 2rem;
  }
}
.p-marketing-field__main-content img {
  display: block;
  width: 100%;
}
.p-marketing-field__main-content-title h3 {
  text-align: center;
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-marketing-field__main-content-title h3 {
    font-size: 2rem;
  }
}
.p-marketing-field__main-content-title p {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-marketing-field__main-content-title p {
    text-align: start;
  }
}
.p-marketing-field__item {
  width: calc((100% - 4.8rem) / 3);
  margin-right: 2.4rem;
  background-color: rgba(255, 255, 255, 0.6666666667);
  padding: 4rem;
  border-radius: 24px;
}
.p-marketing-field__item:last-child {
  margin-right: 0rem;
}
@media (max-width: 992px) {
  .p-marketing-field__item {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .p-marketing-field__item {
    padding: 2rem;
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 2.4rem;
  }
}
.p-marketing-field__item-image {
  width: 100%;
  display: block;
}
.p-marketing-field__sub-contents {
  display: flex;
}
.p-marketing-field__sub-contents h4 {
  font-weight: 900;
  text-align: center;
}
@media (max-width: 992px) {
  .p-marketing-field__sub-contents h4 {
    font-size: 2rem;
  }
}
.p-marketing-field__sub-contents p {
  font-weight: 500;
}
@media (max-width: 992px) {
  .p-marketing-field__sub-contents p {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .p-marketing-field__sub-contents {
    display: block;
  }
}
.p-marketing-field__sub-contents-stelmah img {
  margin: 24px auto;
  max-width: 300px;
}
.p-marketing-field__sub-contents-line__btn {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
}

/* スポット */
.p-spot {
  border-top: 1px solid #212121;
}
.p-spot__inner {
  padding: 8em 0em 8em 8em;
}
@media (max-width: 1200px) {
  .p-spot__inner {
    padding: 6.4em 0em 6.4em 6.4em; /* 64px → 2.5rem */
  }
}
@media (max-width: 992px) {
  .p-spot__inner {
    padding: 5.6em 0em 5.6em 5.6em; /* 64px → 2.5rem */
  }
}
@media (max-width: 768px) {
  .p-spot__inner {
    padding: 4em 0em 4em 4em; /* 40px → 2.5rem */
  }
}
@media (max-width: 576px) {
  .p-spot__inner {
    padding: 4em 0em 6.4em 1.6em; /* 20px → 1.25rem */
  }
}
.p-spot__title {
  padding: 0 5em 0em 0em;
}
@media (max-width: 576px) {
  .p-spot__title {
    padding: 0 1.6em 0em 0em;
  }
}
.p-spot-slider {
  position: relative;
}
.p-spot-slider__arrows {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 1.5rem;
  bottom: -48px;
  right: 4%;
}
@media (max-width: 576px) {
  .p-spot-slider__arrows {
    bottom: -64px;
  }
}
.p-spot-slider__arrows button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.p-spot-slider__arrows button img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 4px 0px rgb(0, 0, 0);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.p-spot-slider__arrows button img:hover {
  transform: translateY(-2px);
}
.p-spot-slider__arrows button img:active {
  box-shadow: none;
  transform: translateY(2px);
}
.p-spot-slider__arrows button.p-spot-slider__arrow-left {
  margin-right: 0.4rem;
}
.p-spot__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
  color: #212121;
  padding: 1.6em;
  margin-right: 16px;
  height: auto;
  border-radius: 20px;
  border: 1px solid #212121;
  box-shadow: 5px 5px 0px #212121;
  transition: opacity 0.3s ease;
  width: calc((100% - 4rem) / 5); /* 5列のグリッド */
}
@media (max-width: 576px) {
  .p-spot__item {
    max-width: 240px;
  }
}
.p-spot__item h3 {
  font-weight: 700;
}
.p-spot__item p {
  font-weight: 500;
}
.p-spot__company-list {
  margin-bottom: 2.4rem;
  display: flex;
}
.p-spot__company-list img {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
}
.p-spot__company-list li {
  margin: 0 16px;
}

.p-discrimination__image {
  width: 100%;
  margin-bottom: -4px;
}
.p-discrimination__image img {
  width: 100%;
}

.c-discrimination {
  display: flex;
}
@media (max-width: 768px) {
  .c-discrimination {
    display: block;
  }
}
.c-discrimination__head {
  width: 33.3333333333%;
  padding: 8rem 0rem 4rem 8rem;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
}
@media (max-width: 1200px) {
  .c-discrimination__head {
    padding: 8rem 0rem 4rem 6.4rem;
  }
}
@media (max-width: 992px) {
  .c-discrimination__head {
    padding: 4rem 0rem 4rem 5.6rem;
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .c-discrimination__head {
    border-right: 0px;
    padding: 4rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .c-discrimination__head {
    padding: 4rem 1.6rem 1.6rem 1.6rem;
  }
}
.c-discrimination__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-discrimination__item {
  width: 33.3333333333%;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
  padding: 6.4rem 4rem 4rem 4rem;
}
.c-discrimination__item:nth-child(3n) {
  border-right: 0px;
}
@media (max-width: 992px) {
  .c-discrimination__item:nth-child(3n) {
    border-right: 1px solid #212121;
  }
}
@media (max-width: 992px) {
  .c-discrimination__item:nth-child(2n) {
    border-right: 0px;
  }
}
@media (max-width: 992px) {
  .c-discrimination__item {
    padding: 2rem;
    width: 50%;
  }
}
@media (max-width: 576px) {
  .c-discrimination__item {
    padding: 1.6rem;
  }
}
.c-discrimination__item h2 {
  font-weight: 700;
}
@media (max-width: 576px) {
  .c-discrimination__item h2 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.c-discrimination__item h2 span {
  font-weight: 500;
  display: block;
}
.c-skill {
  display: flex;
}
@media (max-width: 768px) {
  .c-skill {
    display: block;
  }
}
.c-skill__head {
  width: 33.3333333333%;
  padding: 8rem 0rem 4rem 8rem;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
}
@media (max-width: 1200px) {
  .c-skill__head {
    padding: 8rem 0rem 4rem 6.4rem;
  }
}
@media (max-width: 992px) {
  .c-skill__head {
    padding: 4rem 0rem 4rem 5.6rem;
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .c-skill__head {
    padding: 4rem;
    width: 100%;
    border-right: 0px;
  }
}
@media (max-width: 576px) {
  .c-skill__head {
    padding: 4rem 2rem 2rem;
  }
}
.c-skill__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-skill__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  width: 100%;
  border-bottom: 1px solid #212121;
  padding: 6.4rem 4rem 4rem 4rem;
}
.c-skill__item img {
  width: 100%;
  max-width: 320px;
  margin-left: 2.4rem;
}
@media (max-width: 576px) {
  .c-skill__item img {
    max-width: none;
    margin-left: 0rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 576px) {
  .c-skill__item {
    display: block;
    padding: 2rem;
  }
}
.c-skill__item h2 {
  font-weight: 700;
}
@media (max-width: 576px) {
  .c-skill__item h2 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
.c-skill__item h2 span {
  font-weight: 500;
  display: block;
}
.p-tendering__content:last-child {
  margin-bottom: 0rem;
}
.p-tendering__list {
  display: flex;
  flex-wrap: wrap;
}
.p-tendering__item {
  width: calc((100% - 4rem) / 2);
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .p-tendering__item {
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 576px) {
  .p-tendering__item {
    margin-right: 0rem;
    width: 100%;
  }
}
.p-tendering__item:nth-child(2n) {
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .p-tendering__item:nth-child(2n) {
    margin-right: auto;
  }
}
.p-tendering__item a {
  display: block;
  transition: opacity 0.3s ease;
}
.p-tendering__item a img {
  width: 100%;
  max-width: 30px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .p-tendering__item a img {
    max-width: 24px;
  }
}
.p-tendering__item a h3 {
  display: flex;
  font-weight: 700;
}
@media (max-width: 576px) {
  .p-tendering__item a h3 {
    font-size: 1.8rem;
  }
}
.p-tendering__item a:hover {
  opacity: 0.7;
}

.p-skill {
  border-top: 1px solid #212121;
}

.p-collection__slider {
  display: flex;
  overflow: hidden;
  align-items: end;
}
.p-collection__slider-item {
  min-width: 400px;
  margin-right: 1.6rem;
  width: 100%;
  margin-bottom: 16px;
}
.p-collection__slider-item img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-collection__slider-item {
    min-width: 300px;
  }
}
@media (max-width: 576px) {
  .p-collection__slider-item {
    min-width: 240px;
  }
}

.p-design__list {
  display: flex;
  padding: 0 4rem;
}
@media (max-width: 992px) {
  .p-design__list {
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .p-design__list {
    display: block;
  }
}
.p-design__btn {
  display: flex;
  justify-content: center;
}
.p-design__btn img {
  width: 100%;
  max-width: 30px;
  min-width: 30px;
}
.p-design__btn a {
  display: flex;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  white-space: nowrap;
  border-radius: 100px;
  border: 1px solid #212121;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.p-design__btn a:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .p-design__btn a {
    padding: 0.4rem 0.8rem;
  }
}
@media (max-width: 992px) {
  .p-design__btn a {
    white-space: wrap;
  }
}
.p-design__item {
  width: calc((100% - 8rem) / 2);
  margin-right: 8rem;
}
.p-design__item:nth-child(2n) {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-design__item:nth-child(2n) {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .p-design__item {
    width: 100%;
    padding-right: 4rem;
    margin-bottom: 4rem;
  }
}
.p-design__item-img {
  width: 100%;
  margin-bottom: -4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .p-design__item-img {
    min-width: 300px;
  }
}
@media (max-width: 768px) {
  .p-design__item-img {
    width: 100%;
    min-width: auto;
  }
}
.p-design__item-text-area {
  margin-left: 5.2rem;
  margin-right: -5.2rem;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  background-color: #fff;
  padding: 2.4rem 4rem;
  border: 1px solid #212121;
}
@media (max-width: 992px) {
  .p-design__item-text-area {
    margin-left: 3.2rem;
    margin-right: -3.2rem;
    padding: 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-design__item-text-area {
    margin-left: 4rem;
    margin-right: -4rem;
    padding: 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-design__item-text-area {
    padding: 1.6rem;
  }
}
.p-design__item-text-area h3 {
  text-align: center;
  font-weight: 700;
}
.p-design__item-text-area h3 span {
  display: block;
}
.p-srilanka-marketing__head {
  margin-bottom: 4rem;
}
.p-srilanka-marketing__head h2 {
  font-weight: 900;
  text-align: center;
}
@media (max-width: 576px) {
  .p-srilanka-marketing__head h2 {
    font-size: 2.2rem;
  }
}
.p-srilanka-marketing__head p {
  font-weight: 500;
}
.p-srilanka-marketing__list {
  display: flex;
}
@media (max-width: 992px) {
  .p-srilanka-marketing__list {
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .p-srilanka-marketing__list {
    display: block;
  }
}
.p-srilanka-marketing__item {
  width: calc((100% - 2.4rem) / 3);
  margin-right: 2.4rem;
}
.p-srilanka-marketing__item:nth-child(3n) {
  margin-right: 0px;
}
@media (max-width: 768px) {
  .p-srilanka-marketing__item:nth-child(3n) {
    margin-right: auto;
    margin-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .p-srilanka-marketing__item {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 3.2rem;
  }
}
.p-srilanka-marketing__item-number {
  font-weight: 500;
  text-align: center;
}
.p-srilanka-marketing__item h3 {
  text-align: center;
  font-weight: 700;
}
.p-srilanka-marketing__item-text {
  font-weight: 500;
}
.p-srilanka-marketing__image {
  text-align: center;
}
.p-srilanka-marketing__image img {
  width: 100%;
  max-width: 680px;
  padding: 0 1.6rem;
}
@media (max-width: 576px) {
  .p-srilanka-marketing__image img {
    padding: 0rem 4rem 0;
  }
}
.p-srilanka-marketing__image-bottom {
  margin-top: -4rem;
  width: 100%;
  height: 100px;
  background-color: #212121;
}
@media (max-width: 576px) {
  .p-srilanka-marketing__image-bottom {
    height: 40px;
    margin-top: -2rem;
  }
}

.p-other-media__head {
  text-align: center;
}
.p-other-media__head h2 {
  font-weight: 900;
}
@media (max-width: 576px) {
  .p-other-media__head h2 {
    font-size: 2.4rem;
  }
}
.p-other-media__head h2 span {
  font-size: 5.6rem;
}
@media (max-width: 576px) {
  .p-other-media__head h2 span {
    font-size: 3.6rem;
  }
}
.p-other-media__head p {
  font-weight: 500;
}
.p-other-media__list {
  padding: 0 8rem;
  display: flex;
}
@media (max-width: 992px) {
  .p-other-media__list {
    padding: 0rem;
  }
}
.p-other-media__list li {
  text-align: center;
  width: calc((100% - 4rem) / 3);
  margin-right: 4rem;
}
.p-other-media__list li:nth-child(3n) {
  margin-right: 0px;
}
@media (max-width: 768px) {
  .p-other-media__list li:nth-child(3n) {
    margin-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .p-other-media__list li {
    width: calc((100% - 0.8rem) / 3);
    margin-right: 0.8rem;
  }
}
@media (max-width: 576px) {
  .p-other-media__list li h3 {
    font-size: 1.4rem;
  }
}
.p-other-media__list li img {
  width: 100%;
}
.p-other-media__bottom {
  margin-top: -16rem;
  width: 100%;
  padding: 2.4rem 1.6rem 8rem;
  background-color: #212121;
}
.p-other-media__bottom-inner {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .p-other-media__bottom {
    margin-top: -10rem;
  }
}
@media (max-width: 768px) {
  .p-other-media__bottom {
    margin-top: -8rem;
    padding: 2.4rem 2.4rem 4rem;
  }
}
@media (max-width: 576px) {
  .p-other-media__bottom {
    padding: 2.4rem 1.6rem 4rem;
  }
}
.p-other-media__contact {
  margin-top: 8rem;
  max-width: 700px;
  position: relative;
  background-color: #fff;
  padding: 1em;
  border-radius: 24px;
  border: 1px solid #212121;
}
@media (max-width: 992px) {
  .p-other-media__contact {
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .p-other-media__contact {
    margin-top: 4rem;
  }
}
.p-other-media__contact-dcr {
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 80px;
  left: -40px;
  z-index: 100;
}
@media (max-width: 768px) {
  .p-other-media__contact-dcr {
    left: -8px;
    top: 120px;
  }
}
@media (max-width: 768px) {
  .p-other-media__contact-dcr {
    left: -8px;
    top: 140px;
  }
}
.p-other-media__contact-dcr-inner {
  position: relative;
}
.p-other-media__contact-dcr-inner p {
  position: absolute;
  top: -13px;
  left: 8px;
  font-size: 62px;
  transform: rotate(-11deg);
  margin-bottom: 8px;
}
.p-other-media__contact-section-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 1em;
  border-radius: 20px;
  border: 1px dashed #212121;
}
.p-other-media__contact-section-inner h3 {
  text-align: center;
}
.p-other-media__contact-section-btn {
  text-align: center;
}
.p-other-media__contact-section-btn a {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #212121;
  border-radius: 20px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 768px) {
  .p-srilanka-features__head h2 {
    font-size: 2.2rem !important;
  }
}
.p-srilanka-features__head p {
  font-size: 1.4rem !important;
}

.p-line-field {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.p-line-field__title {
  color: #fff;
}
.p-line-field__title h2 {
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-line-field__title h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 576px) {
  .p-line-field__title h2 {
    font-size: 2.8rem;
  }
}
.p-line-field__title p {
  font-weight: 500;
}
.p-line-field__contents {
  display: flex;
}
.p-line-field__main-content {
  padding: 4rem;
  background-color: rgba(255, 255, 255, 0.6666666667);
  border-radius: 24px;
}
@media (max-width: 768px) {
  .p-line-field__main-content {
    padding: 2rem;
  }
}
.p-line-field__main-content img {
  display: block;
  width: 100%;
}
.p-line-field__main-content-title h3 {
  text-align: center;
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-line-field__main-content-title h3 {
    font-size: 2rem;
  }
}
.p-line-field__main-content-title p {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-line-field__main-content-title p {
    text-align: start;
  }
}
.p-line-field__item {
  width: calc((100% - 4.8rem) / 2);
  margin-right: 2.4rem;
  margin-bottom: 2.4rem;
  background-color: rgba(255, 255, 255, 0.6666666667);
  padding: 4rem;
  border-radius: 24px;
}
.p-line-field__item:last-child {
  margin-right: 0rem;
}
@media (max-width: 992px) {
  .p-line-field__item {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .p-line-field__item {
    padding: 2rem;
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 2.4rem;
  }
}
.p-line-field__item-image {
  width: 100%;
  display: block;
}
.p-line-field__sub-contents {
  display: flex;
  flex-wrap: wrap;
}
.p-line-field__sub-contents h4 {
  font-weight: 900;
  text-align: center;
}
@media (max-width: 992px) {
  .p-line-field__sub-contents h4 {
    font-size: 2rem;
  }
}
.p-line-field__sub-contents p {
  font-weight: 500;
}
@media (max-width: 992px) {
  .p-line-field__sub-contents p {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .p-line-field__sub-contents {
    display: block;
  }
}
.p-line-field__sub-contents-stelmah img {
  margin: 24px auto;
  max-width: 300px;
}
.p-line-field__sub-contents-line__btn {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
}

.c-tool__btn-area {
  border: 1px solid #212121;
  background-color: #fff;
  margin-bottom: 2.4rem;
}
.c-tool__ctg-list {
  display: flex;
  align-items: start;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #212121;
}
.c-tool__ctg-list__title {
  font-weight: 400;
  min-width: 100px;
  max-width: 100px;
}
@media (max-width: 576px) {
  .c-tool__ctg-list__title {
    min-width: 80px;
    max-width: none;
  }
}
.c-tool__ctg-list__inner {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 8px;
  padding-left: 10px;
  border-left: 1px solid #212121;
}
.c-tool__ctg-list li {
  margin-right: 8px;
}
.c-tool__ctg-list li a {
  border: 1px solid #212121;
  background-color: #fff;
  font-weight: 500;
  padding: 4px 16px 0;
  color: #212121;
  display: inline-block;
  border-radius: 20px;
  font-weight: 500;
}
.c-tool__ctg-list li a.active {
  background-color: #212121;
  color: #fff;
}
.c-tool__tag-list {
  display: flex;
  align-items: start;
  padding-top: 24px;
}
.c-tool__tag-list__title {
  font-weight: 400;
  min-width: 100px;
  max-width: 100px;
}
@media (max-width: 576px) {
  .c-tool__tag-list__title {
    min-width: 80px;
    max-width: none;
  }
}
.c-tool__tag-list__inner {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 8px;
  padding-left: 10px;
  border-left: 1px solid #212121;
}
.c-tool__tag-list li {
  margin-right: 8px;
}
.c-tool__tag-list li a {
  color: #545454;
  font-weight: 500;
  padding: 2px 8px 0px;
  border-radius: 24px;
  background-color: #E5E5E5;
}
.c-tool__tag-list li.active a {
  font-weight: 900;
}
.c-tool__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 576px) {
  .c-tool__list {
    flex-direction: column;
  }
}
.c-tool__item {
  width: calc((100% - 32px) / 3);
}
.c-tool__item .pick-up-icon {
  z-index: 100;
}
@media (max-width: 992px) {
  .c-tool__item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 576px) {
  .c-tool__item {
    width: 100%;
    margin-right: 0em;
  }
}
.c-tool__item:nth-child(3n) {
  margin-right: 0px;
}
@media (max-width: 992px) {
  .c-tool__item:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .c-tool__item:nth-child(2n) {
    margin-right: 0rem;
  }
}
.c-tool__item a {
  position: relative;
  background-color: #fff;
  color: #212121;
  display: block;
  padding: 12px;
  border: 1px solid #212121;
}
.c-tool__item a img {
  width: 100%;
}
.c-tool__item-image {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.c-tool__item-title {
  font-weight: 700;
  margin-bottom: 4px;
}
.c-tool__item-price {
  text-align: end;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 4px;
}
.c-tool__item-price span {
  font-size: 20px;
}
.c-tool__item-ctg {
  position: absolute;
  top: 8px;
  left: 8px;
  font-weight: 500;
  padding: 4px 8px 0;
  background-color: #fff;
  color: #212121;
  display: inline-block;
  border: 1px solid #212121;
  border-radius: 20px;
}
.c-tool__item-ctg.active {
  background-color: #212121;
  color: #fff;
}
.c-tool__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-tool__item-tag-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4px;
  gap: 4px;
}
.c-tool__item-tag-list li {
  padding: 2px 8px 0px;
  border-radius: 24px;
  background-color: #E5E5E5;
}
.c-tool__item-tag-list li.active {
  background-color: #212121;
  color: #fff;
}
.c-tool__item-bottom {
  gap: 4px;
}
.c-tool__item-bottom__left {
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
.c-tool__item-bottom__left .heart_link img {
  margin-bottom: -2px;
}
.c-tool__item-bottom__left .comment_link img {
  margin-bottom: -4px;
}
.c-tool__item-bottom__left p img {
  display: inline-block;
  width: 18px;
}
.c-tool__item-bottom__right {
  text-align: end;
}
.c-tool__item-bottom__right p {
  font-weight: 500;
}
.c-tool__item-bottom__right p img {
  display: inline-block;
  width: 18px;
  margin-bottom: -2px;
}
.c-tool__sub {
  width: 30%;
}
.c-tool__sub-dcr {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  max-width: 28px;
}
.c-tool__sub h2 {
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .c-tool__sub {
    width: 100%;
    margin-top: 4rem;
  }
}
.c-tool__sub-keyword-tag {
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid #212121;
  background-color: #fff;
}
.c-tool__sub-keyword-tag ul {
  display: flex;
  flex-wrap: wrap;
}
.c-tool__sub-keyword {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #212121;
}
.c-tool__sub-keyword ul li a {
  display: block;
  border: 1px solid #212121;
  background-color: #fff;
  font-weight: 500;
  padding: 0 16px;
  background-color: #A3DFFE;
  display: inline-block;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-tool__sub-keyword ul li a {
    margin-right: 4px;
  }
}
.c-tool__sub-tag {
  padding-top: 2.4rem;
}
.c-tool__sub-tag ul li a {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-tool__sub-tag ul li a {
    margin-right: 4px;
  }
}
.c-tool__sub-tag ul li a span {
  color: #47C0FC;
}
.c-tool__sub-tag-list {
  display: flex;
}
.c-tool__sub-tag-list li {
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-tool__sub-tag-list li {
    margin-right: 4px;
  }
}
.c-tool__sub-tag-list li span {
  color: #A3DFFE;
}
.c-tool__sub-ranking {
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid #212121;
  background-color: #fff;
}
.c-tool__sub-ranking-item {
  position: relative;
  margin-bottom: 1.5rem;
}
.c-tool__sub-ranking-item:nth-child(1)::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 8px;
  left: -10px;
  width: 24px;
  height: 24px;
  background-image: url("../images/common/gold-medal.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-tool__sub-ranking-item:nth-child(2)::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 8px;
  left: -10px;
  width: 24px;
  height: 24px;
  background-image: url("../images/common/silver-medal.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-tool__sub-ranking-item:nth-child(3)::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 8px;
  left: -10px;
  width: 24px;
  height: 24px;
  background-image: url("../images/common/bronze-medal.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-tool__sub-ranking-item:nth-child(4)::before, .c-tool__sub-ranking-item:nth-child(5)::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 8px;
  left: -10px;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/standard-crown.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-tool__sub-ranking-list a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #212121;
}
.c-tool__sub-ranking-list li:last-of-type a {
  border-bottom: 0px;
}
.c-tool__sub-ranking-img {
  display: flex;
}
.c-tool__sub-img {
  width: 96px;
  min-width: 96px;
  height: 50px;
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  border: 1px solid #212121;
  margin-right: 8px;
}
.c-tool__sub-text-area h3 {
  font-weight: 700;
}
.c-tool__sub-ctg {
  display: block;
  border: 1px solid #212121;
  background-color: #fff;
  font-weight: 500;
  padding: 0 16px;
  background-color: #A3DFFE;
  display: inline-block;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-tool__sub-ctg {
    margin-right: 4px;
  }
}
.p-tool-list {
  margin-bottom: 80px;
}
.p-tool__comment {
  margin-bottom: 40px;
}
.p-tool__comment .c-page__head-title {
  text-align: center;
}
.p-tool__comment-inner {
  padding: 24px;
  background-color: #F5F5F5;
}
@media (max-width: 576px) {
  .p-tool__comment-inner {
    padding: 12px;
  }
}
.p-tool__comment-list {
  overflow-y: scroll;
  height: 400px;
}
.p-tool__comment-list-item {
  display: flex;
  align-items: start;
  gap: 16px;
  margin-bottom: 24px;
}
.p-tool__comment-list-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-tool__comment-list-item:nth-child(2n) .c-product__comment-list-item-text {
  border-radius: 12px 0px 12px 12px;
}
.p-tool__comment-list-item-iconarea img {
  margin-bottom: 4px;
  width: 80px;
}
@media (max-width: 992px) {
  .p-tool__comment-list-item-iconarea img {
    width: 60px;
  }
}
.p-tool__comment-list-item-iconarea p {
  text-align: center;
}
.p-tool__comment-list-item-text {
  border: 1px solid #212121;
  font-weight: 500;
  padding: 8px;
  background-color: #fff;
  border-radius: 0 12px 12px 12px;
  width: 100%;
}
.p-tool__comment-list-item-text a {
  text-decoration: underline;
  color: #ffff00;
}
.p-tool-article {
  margin-bottom: 80px;
}
.p-tool-blog-related {
  margin-bottom: 80px;
}
.p-tool-creator {
  background: #f9f9f9;
  border: 1px solid #ABABAB;
  padding: 24px;
}
@media (max-width: 576px) {
  .p-tool-creator {
    padding: 12px;
  }
}
.p-tool-creator__heading {
  font-weight: 700;
  text-align: center;
}
.p-tool-creator__profile {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.p-tool-creator__icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.p-tool-creator__icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-tool-creator__text {
  flex: 1;
}
.p-tool-creator__name {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 8px;
}
.p-tool-creator__name:hover {
  opacity: 0.8;
  text-decoration: none;
}
.p-tool-creator__description {
  color: #545454;
  line-height: 1.6;
}
.p-tool-review {
  background: #fff;
}
.p-tool-review .p-top-column__btn {
  margin-top: 24px;
}
.p-tool-review__tool-img {
  width: 30%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #212121;
}
.p-tool-review__heading {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
.p-tool-review__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-tool-review__grid {
    grid-template-columns: 1fr;
  }
}
.p-tool-review__item {
  border: 1px solid #212121;
  padding: 24px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .p-tool-review__item {
    padding: 12px;
  }
}
.p-tool-review__tool {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.p-tool-review__tool-name {
  font-weight: 600;
  text-decoration: underline;
}
.p-tool-review__tool-name:hover {
  opacity: 0.8;
  text-decoration: none;
}
.p-tool-review__stars {
  color: #3498db;
  margin-bottom: 12px;
}
.p-tool-review__text {
  line-height: 1.7;
  color: #212121;
  flex-grow: 1;
  margin-bottom: 16px;
}
.p-tool-review__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-tool-review__user {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-tool-review__user-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-tool-review__user-name {
  font-size: 13px;
  font-weight: 500;
  color: #545454;
}
.p-tool-review__date {
  font-size: 13px;
  color: #545454;
}
.p-tool-ctgtag {
  background-color: #F5F5F5;
  padding: 24px;
}
@media (max-width: 576px) {
  .p-tool-ctgtag {
    padding: 12px;
  }
}
.p-tool-ctgtag h2 {
  font-weight: 700;
  margin-bottom: 16px;
}
.p-tool-ctgtag__content {
  display: flex;
  align-items: start;
  gap: 24px;
}
@media (max-width: 576px) {
  .p-tool-ctgtag__content {
    flex-direction: column;
  }
}
.p-tool-ctgtag__content-left {
  max-width: 280px;
}
@media (max-width: 576px) {
  .p-tool-ctgtag__content-left {
    width: 100%;
    max-width: none;
  }
}
.p-tool-ctgtag__content-left-img {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #212121;
  margin-bottom: 8px;
}
.p-tool-ctgtag__content-right .p-tool-ctgtag-list {
  display: flex;
  gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-wrap: wrap;
}
.p-tool-ctgtag__content-right .p-tool-ctgtag-list__item {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 576px) {
  .p-tool-ctgtag__content-right .p-tool-ctgtag-list__item {
    width: 100%;
  }
}
.p-tool-ctgtag__content-right .p-tool-ctgtag-list__item a {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 8px;
  align-items: start;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #212121;
  box-shadow: 4px 4px 0 rgb(0, 0, 0);
}
@media (max-width: 576px) {
  .p-tool-ctgtag__content-right .p-tool-ctgtag-list__item a {
    padding: 8px;
  }
}
.p-tool-ctgtag__content-right .p-tool-ctgtag-list__item-img {
  width: 30%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #212121;
}
.p-tool-ctgtag__content-right .p-tool-ctgtag-list__item-textarea {
  width: 70%;
}
.p-tool-ctgtag__content-right .p-tool-ctgtag-list__item-textarea h3 {
  margin-bottom: 4px;
  font-weight: 700;
}
.p-tool-profile-top__content {
  background: #f9f9f9;
  border: 1px solid #ABABAB;
  padding: 24px;
  display: flex;
  gap: 24px;
  align-items: start;
}
@media (max-width: 576px) {
  .p-tool-profile-top__content {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .p-tool-profile-top__content {
    gap: 8px;
  }
}
.p-tool-profile-top__content-icon img {
  width: 80px;
}
@media (max-width: 768px) {
  .p-tool-profile-top__content-icon img {
    width: 60px;
  }
}
.p-tool-profile-top__content-textarea h2 {
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .p-tool-profile-top__content-textarea h2 {
    margin-bottom: 8px;
  }
}
.p-tool-detail h1 {
  margin-bottom: 24px;
}
.p-tool-introduce__article {
  margin-bottom: 40px;
}
.p-tool-introduce__head {
  margin-bottom: 24px;
}
.p-tool-introduce__btnarea {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .p-tool-introduce__btnarea {
    display: block;
  }
}
.p-tool-introduce__btnarea .download-btn {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  font-weight: 700;
}
.p-tool-introduce__btnarea .download-btn img {
  width: 30px;
}
@media (max-width: 992px) {
  .p-tool-introduce__btnarea .download-btn {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .p-tool-introduce__btnarea .download-btn {
    padding: 16px;
  }
}
.p-tool-introduce__btnarea .favorite-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  border-radius: 100px;
  background: #212121;
  color: #fff;
  font-weight: 700;
}
.p-tool-introduce__btnarea .favorite-btn img {
  width: 30px;
}
@media (max-width: 768px) {
  .p-tool-introduce__btnarea .favorite-btn {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .p-tool-introduce__btnarea .favorite-btn {
    padding: 16px;
  }
}
.p-tool-introduce__btnarea-favorite {
  text-align: center;
}
.p-tool-introduce__btnarea-favorite p {
  font-weight: 500;
  margin-bottom: 4px;
}
.p-tool-introduce__locked {
  text-align: center;
  padding: 40px 20px;
  background: #f9f9f9;
  border: 1px dashed #dedede;
  border-radius: 8px;
}
.p-tool-introduce__lock-list {
  margin: 16px 0;
  list-style: none;
  padding: 0;
}
.p-tool-introduce__lock-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.p-tool-introduce__lock-list li img {
  width: 20px;
  height: 20px;
}
.p-tool-introduce__main-content {
  position: relative;
}
.p-tool-introduce__blur-content {
  position: relative;
  overflow: hidden;
  max-height: 320px;
}
.p-tool-introduce__blur-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1));
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.p-tool-introduce__blur-msg {
  width: 100%;
  text-align: center;
  background: #F5F5F5;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 20px;
  pointer-events: auto;
}
.p-tool-introduce__blur-msg img {
  width: 28px;
  margin-bottom: 12px;
}
.p-tool-introduce__blur-msg p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.p-tool-introduce__blur-msg a {
  text-decoration: none !important;
}
.p-tool-introduce__blur-msg a::after {
  display: none;
}
.p-tool-introduce__blur-msg a:hover {
  color: #212121;
}
.p-tool-introduce__blur-msg .download-btn {
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  padding: 12px 20px;
  border-radius: 100px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.p-tool-introduce__blur-msg .download-btn img {
  width: 20px;
}
.p-tool-related {
  margin-bottom: 80px;
}
.p-tool-other {
  margin-bottom: 80px;
}

.l-tool__inner {
  padding: 4rem;
  border: 1px solid #212121;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .l-tool__inner {
    padding: 3.2rem;
  }
}
@media (max-width: 992px) {
  .l-tool__inner {
    padding: 2.4rem;
  }
}
@media (max-width: 768px) {
  .l-tool__inner {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .l-tool__inner {
    padding: 1.6rem;
  }
}
.l-tool__ctg-area {
  display: flex;
  gap: 8px;
}
.l-tool__ctg-other {
  display: flex;
  gap: 8px;
}
.l-tool__ctg-other p {
  font-weight: 500;
}
.l-tool__date {
  margin-right: 2.4rem;
}
.l-tool__ctg a {
  border: 1px solid #212121;
  background-color: #fff;
  font-weight: 500;
  padding: 4px 8px 2px;
  background-color: #fff;
  display: inline-block;
  border-radius: 20px;
  margin-right: 8px;
  font-weight: 500;
}
.l-tool__ctg a.active {
  background-color: #212121;
  color: #fff;
}
.l-tool__tagarea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.l-tool__tagarea li a {
  padding: 2px 8px 0px;
  border-radius: 24px;
  background-color: #E5E5E5;
  display: inline-block;
  font-weight: 500;
}
@media (max-width: 576px) {
  .l-tool__tagarea li a {
    margin-right: 4px;
  }
}
.l-tool h1 {
  font-weight: 900;
}
.l-tool__thumbnail {
  width: 100%;
}
.l-tool__main-content h2 {
  font-weight: 700;
}
@media (max-width: 576px) {
  .l-tool__main-content h2 {
    font-size: 18px;
  }
}
.l-tool__main-content h3 {
  font-weight: 700;
}
@media (max-width: 576px) {
  .l-tool__main-content h3 {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
.l-tool__main-content span {
  display: block;
  padding: 1.6rem;
  font-weight: 500;
  border-radius: 10px;
  background-color: #F5F5F5;
}
@media (max-width: 576px) {
  .l-tool__main-content span {
    margin-bottom: 18px;
    padding: 1.2rem;
  }
}
.l-tool__main-content p {
  font-weight: 400;
}
@media (max-width: 576px) {
  .l-tool__main-content p {
    margin-bottom: 18px;
  }
}
.l-tool__main-content strong {
  font-weight: 700;
}
.l-tool__main-content a {
  text-decoration: underline;
}
.l-tool__main-content b {
  display: inline-block;
  background: linear-gradient(transparent 60%, #FCFC47 20%);
}
.l-tool__main-content img {
  width: 100%;
  display: block;
}
.l-tool__writer {
  padding: 1.6rem;
  border: 1px solid #212121;
  display: flex;
  align-items: start;
}
@media (max-width: 576px) {
  .l-tool__writer {
    padding: 1.2rem;
  }
}
.l-tool__writer img {
  width: 100%;
  height: auto;
  max-width: 80px;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .l-tool__writer img {
    margin-right: 12px;
    max-width: 48px;
  }
}
.l-tool__writer-name {
  font-weight: 700;
}
.l-tool__writer-text {
  font-weight: 500;
}

.p-purchase-detail {
  margin-bottom: 40px;
}
.p-purchase-detail__heading {
  margin-bottom: 24px;
  padding: 16px 24px;
  background-color: #F5F5F5;
  border-left: 6px solid #49FFF9;
  border-radius: 4px;
}
.p-purchase-detail__heading h2 {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin: 0;
}
.p-purchase-detail__top {
  display: flex;
  align-items: start;
  margin-bottom: 24px;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-purchase-detail__top {
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .p-purchase-detail__top {
    flex-direction: column;
  }
}
.p-purchase-detail__top img {
  width: 40%;
}
@media (max-width: 576px) {
  .p-purchase-detail__top img {
    width: 100%;
  }
}
.p-purchase-detail__textarea h3 {
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .p-purchase-detail__textarea h3 {
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .p-purchase-detail__textarea p {
    margin-bottom: 8px;
  }
}
.p-purchase-detail__note a {
  text-decoration: underline;
}
.p-purchase-details {
  margin-bottom: 40px;
}
.p-purchase-details h2 {
  padding: 24px;
  margin-bottom: 24px;
  background-color: #49FFF9;
}
@media (max-width: 576px) {
  .p-purchase-details h2 {
    padding: 12px;
  }
}
.p-purchase-details-list li {
  margin-bottom: 12px;
}
.p-purchase-details-list__item {
  align-items: start;
  border: 1px solid #212121;
  padding: 24px;
  background-color: #fff;
  display: flex;
  margin-bottom: 24px;
  gap: 20px;
}
@media (max-width: 576px) {
  .p-purchase-details-list__item {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .p-purchase-details-list__item {
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .p-purchase-details-list__item {
    flex-direction: column;
  }
}
.p-purchase-details-list__item img {
  width: 40%;
}
@media (max-width: 576px) {
  .p-purchase-details-list__item img {
    width: 100%;
  }
}
.p-purchase-details-list__item-delete {
  display: flex;
  justify-content: flex-end;
}
.p-purchase-details-list__item-delete a {
  text-decoration: underline;
}
.p-purchase-details__textarea h3 {
  font-weight: 700;
  margin-bottom: 16px;
}
.p-purchase-details__textarea p {
  margin-bottom: 8px;
}
.p-purchase-details__note a {
  text-decoration: underline;
}
.p-purchase-note {
  margin-bottom: 40px;
  background-color: #FFE2E2;
  padding: 24px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .p-purchase-note {
    padding: 12px;
  }
}
.p-purchase-note__top {
  text-align: center;
  margin-bottom: 16px;
}
.p-purchase-note-list {
  display: flex;
  gap: 24px;
}
@media (max-width: 576px) {
  .p-purchase-note-list {
    gap: 8px;
  }
}
.p-purchase-note-list__item {
  width: calc((100% - 24px) / 3);
}
@media (max-width: 576px) {
  .p-purchase-note-list__item {
    width: calc((100% - 16px) / 3);
  }
}
.p-purchase-note-list__item img {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 8px;
}
.p-purchase-note-list__item p {
  text-align: center;
  font-weight: 700;
}
@media (max-width: 576px) {
  .p-purchase-note-list__item p {
    font-size: 12px;
  }
}
.p-purchase-note2 {
  background-color: #F5F5F5;
  padding: 24px;
}
@media (max-width: 576px) {
  .p-purchase-note2 {
    padding: 12px;
  }
}
.p-purchase-note2-list li {
  margin-bottom: 8px;
}
.p-purchase-note2-list li a {
  text-decoration: underline;
}

.p-tool-detail {
  margin-bottom: 80px;
}
.p-tool-detail__top {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  background-color: #fff;
  padding: 32px;
  border: 1px solid #dedede;
}
.p-tool-detail__image {
  flex: 1 1 60%;
}
.p-tool-detail__image .main-slider {
  width: 100%;
  margin-bottom: 16px;
}
.p-tool-detail__info {
  flex: 1 1 35%;
}
.p-tool-detail__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-tool-detail__id, .p-tool-detail__price, .p-tool-detail__tag {
  font-size: 1rem;
  margin-bottom: 8px;
}
.p-tool-detail__price {
  color: #212121;
  font-weight: 700;
  font-size: 1.4rem;
}
.p-tool-detail__download {
  margin: 16px 0;
}
.p-tool-detail__download .c-button--primary {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  color: #212121;
  border-radius: 24px;
  font-weight: 700;
  text-align: center;
}
.p-tool-detail__download .c-button--primary:hover {
  opacity: 0.9;
}
.p-tool-detail__actions {
  margin: 16px 0;
}
.p-tool-detail__actions .c-button--purchase {
  background: #212121;
  color: #fff;
  padding: 14px 32px;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
.p-tool-detail__actions .c-button--purchase:hover {
  opacity: 0.9;
}
.p-tool-detail__actions .p-product-detail__note {
  font-size: 0.85rem;
  margin-top: 8px;
  color: #49FFF9;
  font-weight: 500;
}
.p-tool-detail__delivery {
  font-size: 0.9rem;
  line-height: 1.6;
  background-color: #f9f9f9;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #dedede;
}
.p-tool-detail__delivery p {
  margin-bottom: 4px;
}
.p-tool-detail__delivery p strong {
  color: #212121;
  font-weight: 600;
}
.p-tool-detail__delivery p a {
  text-decoration: underline;
  color: #49FFF9;
}
.p-tool-detail__tabs {
  margin-top: 40px;
}
.p-tool-detail__tab-list {
  display: flex;
  border-bottom: 2px solid #dedede;
  margin-bottom: 16px;
}
.p-tool-detail__tab-list li {
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 600;
  border-bottom: 3px solid transparent;
}
.p-tool-detail__tab-list li.active {
  border-bottom: 3px solid #212121;
}
.p-tool-detail__tab-content {
  display: none;
  background-color: #fff;
  padding: 24px;
  border: 1px solid #dedede;
  border-radius: 8px;
}
.p-tool-detail__tab-content.active {
  display: block;
}
.p-tool-detail__tab-content h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-tool-detail__tab-content p, .p-tool-detail__tab-content ul {
  font-size: 1rem;
  line-height: 1.8;
}
.p-tool-detail__tab-content ul {
  padding-left: 1.2em;
}
.p-tool-detail__tab-content ul li {
  list-style: disc;
  margin-bottom: 8px;
}

.c-favorite-popup {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.c-favorite-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.p-product-detail__top {
  display: flex;
  gap: 32px;
  background-color: #fff;
  padding: 24px;
  border: 1px solid #ABABAB;
}
@media (max-width: 576px) {
  .p-product-detail__top {
    padding: 12px;
  }
}
@media (max-width: 992px) {
  .p-product-detail__top {
    flex-direction: column;
  }
}
.p-product-detail__slider-wrap {
  flex: 1 1 60%;
  max-width: 50%;
}
@media (max-width: 992px) {
  .p-product-detail__slider-wrap {
    max-width: none;
  }
}
.p-product-detail__slider-wrap .main-slider {
  width: 100%;
  margin-bottom: 16px;
}
.p-product-detail__slider-wrap .main-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product-detail__slider-wrap .thumb-slider {
  display: flex;
  justify-content: flex-start;
}
.p-product-detail__slider-wrap .thumb-slider .swiper-wrapper {
  display: flex;
  gap: 8px;
}
.p-product-detail__slider-wrap .thumb-slider .swiper-slide {
  width: 80px !important;
  height: auto;
  opacity: 0.4;
  cursor: pointer;
}
.p-product-detail__slider-wrap .thumb-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ccc;
}
.p-product-detail__slider-wrap .thumb-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #00B8C4;
}
.p-product-detail__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-product-detail__info h1 {
  font-weight: 900;
  margin-bottom: 16px;
}
.p-product-detail__info .l-tool__ctg-area {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.p-product-detail__info .l-tool__ctg-area .l-tool__ctg {
  font-weight: 600;
  color: #212121;
}
.p-product-detail__info .l-tool__ctg-area .l-tool__tagarea {
  display: flex;
  gap: 4px;
}
.p-product-detail__info .l-tool__ctg-other {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.p-product-detail__info .l-tool__ctg-other p {
  font-weight: 500;
  color: #545454;
}
.p-product-detail__info .p-product-detail__title {
  font-weight: 700;
  margin-bottom: 8px;
}
.p-product-detail__info .p-product-detail__id {
  color: #545454;
  font-weight: 500;
  margin-bottom: 8px;
}
.p-product-detail__info .p-product-detail__id .label {
  font-weight: 700;
  color: #212121;
  margin-right: 4px;
}
.p-product-detail__info .p-product-detail__price-box {
  margin: 12px 0 16px;
}
.p-product-detail__info .p-product-detail__price-box .p-product-detail__price-main {
  font-weight: 900;
  text-align: end;
  color: #212121;
}
.p-product-detail__info .p-product-detail__price-box .p-product-detail__price-main span {
  font-weight: 900;
  margin: 0 2px;
}
.p-product-detail__info .p-product-detail__price-box .p-product-detail__discount {
  color: #49FFF9;
  font-weight: 500;
  margin-top: 4px;
}
.p-product-detail__info .p-product-detail__price-box .p-product-detail__discount span {
  color: #ffff00;
  font-weight: bold;
}
.p-product-detail__info .p-product-detail__tag {
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.p-product-detail__info .p-product-detail__tag .label {
  font-weight: 700;
  color: #212121;
  margin-right: 4px;
}
.p-product-detail__info .p-product-detail__download-actions {
  margin: 24px 0;
}
.p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row {
    flex-direction: column;
  }
}
.p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--purchase {
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  color: #212121;
  padding: 16px 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  display: block;
}
.p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--favorite-inner {
  text-align: center;
}
.p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--favorite-inner .p-product-detail__note {
  margin-bottom: 8px;
}
.p-product-detail__info .p-product-detail__download-actions .p-product-detail__download-actions-row .c-button--favorite-inner .c-button--favorite {
  background-color: #212121;
  color: #fff;
  padding: 16px 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  display: block;
}
.p-product-detail__info .p-product-detail__delivery {
  background-color: #f9f9f9;
  padding: 16px;
  border: 1px solid #dedede;
}
.p-product-detail__info .p-product-detail__delivery p {
  margin-bottom: 4px;
}
.p-product-detail__info .p-product-detail__delivery p strong {
  color: #212121;
  font-weight: 600;
}
.p-product-detail__info .p-product-detail__delivery p a {
  text-decoration: underline;
  color: #00B8C4;
}
.p-product-detail__description {
  background-color: #fff;
  padding: 40px 24px;
  border: 1px solid #ABABAB;
}
@media (max-width: 576px) {
  .p-product-detail__description {
    padding: 20px 12px;
  }
}
.p-product-detail__tabs {
  margin-top: 40px;
}
.p-product-detail__tab-list {
  display: flex;
  border-bottom: 2px solid #dedede;
  margin-bottom: 16px;
}
.p-product-detail__tab-list li {
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 600;
  border-bottom: 3px solid transparent;
}
.p-product-detail__tab-list li.active {
  border-bottom: 3px solid #212121;
}
.p-product-detail__tab-content {
  display: none;
  background-color: #fff;
  padding: 24px;
  border: 1px solid #dedede;
  border-radius: 8px;
}
.p-product-detail__tab-content.active {
  display: block;
}
.p-product-detail__tab-content h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-product-detail__tab-content p, .p-product-detail__tab-content ul {
  font-size: 1rem;
  line-height: 1.8;
}
.p-product-detail__tab-content ul {
  padding-left: 1.2em;
}
.p-product-detail__tab-content ul li {
  list-style: disc;
  margin-bottom: 8px;
}

.p-product-detail__description-heading {
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  color: #212121;
}
.p-product-detail__description-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #49FFF9;
  margin: 12px auto 0;
  border-radius: 2px;
}

.l-purchase-side {
  min-width: 500px !important;
  max-width: 500px !important;
}
@media (max-width: 576px) {
  .l-purchase-side {
    min-width: auto !important;
  }
}

.c-purchase-block {
  margin-bottom: 40px;
}
.c-purchase-block__content {
  background-color: #fff;
  padding: 24px;
  border: 1px solid #ABABAB;
}
@media (max-width: 576px) {
  .c-purchase-block__content {
    padding: 12px;
  }
}
.c-purchase-block__title {
  font-weight: 700;
  padding: 8px 20px;
  background-color: #F5F5F5;
  border: 1px solid #ABABAB;
  border-bottom: 0px;
}
.c-purchase-block-list {
  padding-bottom: 16px;
  border-bottom: 4px solid #545454;
}
.c-purchase-block-list li {
  display: flex;
  margin-bottom: 8px;
  align-items: end;
}
.c-purchase-block-list__item {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}
.c-purchase-block-list__item-title {
  font-weight: 500;
}
.c-purchase-block-list__item-cost {
  text-align: end;
  min-width: 100px;
  font-weight: 500;
}
.c-purchase-block-sam {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}
.c-purchase-block-sam span {
  font-weight: 700;
}
.c-purchase-payment__inner {
  margin-bottom: 24px;
}
.c-purchase-payment__title {
  font-weight: 700;
  padding-left: 8px;
  border-left: 2px solid #49FFF9;
  margin-bottom: 8px;
}
.c-purchase-payment__text {
  font-weight: 500;
}
.c-purchase-payment__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.c-purchase-payment__button {
  padding: 10px 24px;
  border-radius: 40px;
  font-weight: bold;
  cursor: pointer;
}
.c-purchase-payment__button--back {
  background-color: #ccc;
  color: #333;
  width: 120px;
}
.c-purchase-payment__button--submit {
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  width: 280px;
}
.c-purchase-payment__button:hover {
  opacity: 0.9;
}

.c-purchase-payment__form-table {
  display: flex;
  flex-direction: column;
  border: 1px solid #212121;
  border-bottom: none;
}
.c-purchase-payment__form-row {
  display: flex;
  border-bottom: 1px solid #212121;
}
.c-purchase-payment__form-row:last-child {
  border-bottom: 1px solid #212121;
}
@media (max-width: 576px) {
  .c-purchase-payment__form-row {
    display: block;
  }
}
.c-purchase-payment__label {
  width: 180px;
  background-color: #F5F5F5;
  padding: 12px;
  font-weight: 500;
  border-right: 1px solid #212121;
}
@media (max-width: 576px) {
  .c-purchase-payment__label {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #212121;
  }
}
.c-purchase-payment__input {
  flex: 1;
  padding: 12px;
}
.c-purchase-payment__input input[name=security-code] {
  max-width: 80px;
}
.c-purchase-payment__input input[type=text],
.c-purchase-payment__input input[type=password] {
  width: 100%;
  padding: 8px;
  border: 2px solid #ABABAB;
  border-radius: 4px;
}
.c-purchase-payment__input--checkbox {
  display: flex;
  align-items: center;
}
.c-purchase-payment__input--checkbox label {
  display: flex;
  align-items: center;
}
.c-purchase-payment__input--checkbox label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #dedede;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.c-purchase-payment__input--checkbox label input[type=checkbox]:checked {
  background-color: #3498db;
  border-color: #3498db;
}
.c-purchase-payment__input--checkbox label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 3px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.c-purchase-payment__input--checkbox label input {
  margin-right: 8px;
}
.c-purchase-payment__input--expiry .c-expiry-select {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-purchase-payment__input--expiry .c-expiry-select select {
  padding: 8px;
  border: 2px solid #ABABAB;
  border-radius: 4px;
}
.c-signup {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 40px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-signup {
    padding: 64px 24px;
  }
}
@media (max-width: 576px) {
  .c-signup {
    padding: 48px 16px;
  }
}

.p-signup-content {
  display: flex;
  margin-bottom: 40px;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-signup-content {
    display: block;
  }
}
.p-signup-content-left {
  width: 50%;
}
.p-signup-content-left h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-signup-content-left h1 {
    text-align: center;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-signup-content-left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-signup-content-left__list {
  padding: 12px;
  background-color: #F5F5F5;
}
.p-signup-content-left__list li {
  margin-bottom: 8px;
  font-weight: 500;
}
.p-signup-content-left__list li:last-child {
  margin-bottom: 0px;
}
.p-signup-content-right {
  width: 50%;
  padding: 24px;
  background-color: #F5F5F5;
}
.p-signup-content-right h2 {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-signup-content-right {
    width: 100%;
    padding: 24px 12px;
  }
}
.p-signup-note {
  padding: 24px;
  border: 1px solid #212121;
}
@media (max-width: 768px) {
  .p-signup-note {
    padding: 24px 12px;
  }
}
.p-signup-note p {
  margin-bottom: 24px;
  font-weight: 500;
}
.p-signup-note p:last-child {
  margin-bottom: 0px;
}

.p-signup-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-signup-form__item {
  display: flex;
  flex-direction: column;
}
.p-signup-form__item label {
  margin-bottom: 6px;
  font-weight: 600;
}
.p-signup-form__item input {
  padding: 10px;
  border: 1px solid #212121;
  border-radius: 4px;
}
.p-signup-form__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-signup-form__checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #dedede;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.p-signup-form__checkbox input[type=checkbox]:checked {
  background-color: #3498db;
  border-color: #3498db;
}
.p-signup-form__checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.p-signup-form__checkbox label {
  font-size: 13px;
  color: #212121;
  cursor: pointer;
  font-weight: 500;
}
.p-signup-form__submit {
  padding: 12px;
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  font-weight: bold;
  width: 100%;
  border-radius: 40px;
  cursor: pointer;
}
.p-signup-form__submit:hover {
  opacity: 0.9;
}
.p-signup-form__link {
  text-align: center;
  margin-top: 8px;
}
.p-signup-form__link a {
  text-decoration: underline;
  color: #212121;
  font-weight: 500;
}
.p-signup-form__link a:hover {
  opacity: 0.8;
}
.p-signup-form__btn-area {
  width: 100%;
}
.p-signup-form__note {
  text-align: center;
  margin-bottom: 8px;
}
.p-signup-form__note a {
  text-decoration: underline;
}

.c-login {
  max-width: 640px;
  margin: 0 auto;
  padding: 80px 40px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-login {
    padding: 64px 24px;
  }
}
@media (max-width: 576px) {
  .c-login {
    padding: 48px 16px;
  }
}

.p-login-content__inner h2 {
  text-align: center;
  margin-bottom: 16px;
}
.p-login-content__inner p {
  text-align: center;
  margin-bottom: 24px;
}
.p-login-note {
  padding: 24px;
  border: 1px solid #212121;
}
.p-login-note p {
  margin-bottom: 24px;
  font-weight: 500;
}
.p-login-note p:last-child {
  margin-bottom: 0px;
}

.p-login-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-login-form__item {
  display: flex;
  flex-direction: column;
}
.p-login-form__item label {
  margin-bottom: 6px;
  font-weight: 600;
}
.p-login-form__item input {
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.p-login-form__item input:focus {
  border-color: #47FCC0;
  outline: none;
}
.p-login-form__item .p-login-form__input--disabled {
  background-color: #F5F5F5;
  color: #666;
  cursor: not-allowed;
}
.p-login-form__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-login-form__checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #dedede;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.p-login-form__checkbox input[type=checkbox]:checked {
  background-color: #3498db;
  border-color: #3498db;
}
.p-login-form__checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.p-login-form__checkbox label {
  font-size: 13px;
  color: #212121;
  cursor: pointer;
  font-weight: 500;
}
.p-login-form__submit {
  padding: 12px;
  border: 2px solid #49FFF9;
  background: #fff;
  font-weight: bold;
  border-radius: 40px;
  color: #212121;
  cursor: pointer;
}
.p-login-form__submit:hover {
  opacity: 0.9;
}
.p-login-form__link {
  text-align: center;
  margin-top: 8px;
}
.p-login-form__link a {
  text-decoration: underline;
  color: #212121;
  font-weight: 500;
}
.p-login-form__link a:hover {
  opacity: 0.8;
}
.p-login-form__note {
  text-align: center;
}

.p-login-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  list-style: none;
  border-bottom: 2px solid #dedede;
}
.p-login-tab li {
  padding: 10px 24px;
  cursor: pointer;
  font-weight: bold;
  color: #545454;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}
.p-login-tab li.is-active {
  color: #212121;
  border-bottom: 2px solid #49FFF9;
}

/* 仮登録 */
.p-signup--complete {
  text-align: center;
}
.p-signup--complete .p-signup-content-center {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 24px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p-signup--complete .p-signup-content-center {
    padding: 16px;
  }
}
.p-signup--complete__title {
  font-weight: 700;
  margin-bottom: 24px;
}
.p-signup--complete__text, .p-signup--complete__note {
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.8;
}
.p-signup--complete__btn {
  margin-top: 24px;
}
.p-signup--complete__btn .c-btn--primary {
  display: inline-block;
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  color: #fff;
  font-weight: bold;
  border-radius: 40px;
  padding: 12px 32px;
}
.p-signup--complete__btn .c-btn--primary:hover {
  opacity: 0.9;
}

.p-login-complete__btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.p-login-complete__btns a {
  text-align: center;
  border-radius: 40px;
  padding: 12px 32px;
  font-weight: bold;
}
.p-login-complete__btns .c-btn--primary {
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  color: #fff;
}
.p-login-complete__btns .c-btn--primary:hover {
  opacity: 0.9;
}
.p-login-complete__btns .c-btn--secondary {
  background: #f0f0f0;
  color: #212121;
  border: 1px solid #dedede;
}
.p-login-complete__btns .c-btn--secondary:hover {
  background: #e5e5e5;
}

@media (max-width: 992px) {
  .l-dashboard {
    display: block;
  }
}
@media (max-width: 992px) {
  .l-dashboard-sidebar {
    margin-top: 40px;
    display: flex;
    gap: 24px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .l-dashboard-sidebar {
    display: block;
  }
}

.l-dashboard-content {
  padding: 40px 24px;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 576px) {
  .l-dashboard-content {
    padding: 20px 12px;
  }
}
@media (max-width: 992px) {
  .l-dashboard-content {
    padding: 24px 12px;
  }
}

.c-sidebar-d {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .c-sidebar-d {
    width: 100%;
  }
}
.c-sidebar-d:last-child {
  margin-bottom: 0px;
}
.c-sidebar-d p {
  border: 1px solid #ABABAB;
  border-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 20px;
  background-color: #ABABAB;
}
.c-sidebar-d-menu-list {
  border: 1px solid #ABABAB;
  padding: 20px;
  background: #fff;
}
@media (max-width: 992px) {
  .c-sidebar-d-menu-list {
    padding: 12px;
  }
}
.c-sidebar-d-menu-list li a {
  padding: 12px 0;
  border-bottom: 1px solid #ABABAB;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
}
.c-sidebar-d-menu-list li a img {
  width: 14px;
}
.c-mypage-title {
  margin-bottom: 24px;
}

.p-mypage-top {
  display: flex;
  align-items: start;
  gap: 40px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 1200px) {
  .p-mypage-top {
    flex-direction: column;
  }
}
.p-mypage-top .c-top-profile {
  width: 240px;
}
@media (max-width: 992px) {
  .p-mypage-top .c-top-profile {
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-mypage-top .c-top-profile__icon-area {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.p-mypage-top .c-top-profile__icon-area img {
  width: 40px;
  margin-right: 8px;
}
.p-mypage-top .c-top-profile__icon-area p {
  font-size: 14px;
}
.p-mypage-top .c-top-profile__icon-area p strong {
  font-size: 18px;
  margin-right: 2px;
  font-weight: 700;
}
.p-mypage-top .c-top-profile__mail {
  font-size: 14px;
}
.p-mypage-top .c-dashboard-card {
  width: calc(100% - 280px);
  display: flex;
  gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .p-mypage-top .c-dashboard-card {
    width: 100%;
  }
}
.p-mypage-top .c-dashboard-card li {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 992px) {
  .p-mypage-top .c-dashboard-card li {
    width: 100%;
  }
}
.p-mypage-top .c-dashboard-card li a {
  height: 100%;
  display: flex;
  align-items: start;
  gap: 8px;
  padding: 12px;
  background-color: #dedede;
  border: 1px solid #212121;
}
@media (max-width: 992px) {
  .p-mypage-top .c-dashboard-card li a {
    padding: 12px;
    gap: 12px;
  }
}
.p-mypage-top .c-dashboard-card li a img {
  width: calc((100% - 16px) / 2);
}
.p-mypage-top .c-dashboard-card li a p {
  font-size: 18px;
  font-weight: 700;
}
.p-mypage-client-top {
  display: flex;
  align-items: start;
  gap: 40px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 1200px) {
  .p-mypage-client-top {
    flex-direction: column;
  }
}
.p-mypage-client-top .c-top-profile {
  width: 240px;
}
@media (max-width: 992px) {
  .p-mypage-client-top .c-top-profile {
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-mypage-client-top .c-top-profile__icon-area {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.p-mypage-client-top .c-top-profile__icon-area img {
  width: 40px;
  margin-right: 8px;
}
.p-mypage-client-top .c-top-profile__icon-area p {
  font-size: 14px;
}
.p-mypage-client-top .c-top-profile__icon-area p strong {
  font-size: 18px;
  margin-right: 2px;
  font-weight: 700;
}
.p-mypage-client-top .c-top-profile__mail {
  font-size: 14px;
}
.p-mypage-client-top .c-dashboard-card {
  width: calc(100% - 280px);
  display: flex;
  gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .p-mypage-client-top .c-dashboard-card {
    width: 100%;
  }
}
.p-mypage-client-top .c-dashboard-card li {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 992px) {
  .p-mypage-client-top .c-dashboard-card li {
    width: 100%;
  }
}
.p-mypage-client-top .c-dashboard-card li a {
  height: 100%;
  display: flex;
  align-items: start;
  gap: 8px;
  padding: 12px;
  background-color: #dedede;
  border: 1px solid #212121;
}
@media (max-width: 992px) {
  .p-mypage-client-top .c-dashboard-card li a {
    padding: 12px;
    gap: 12px;
  }
}
.p-mypage-client-top .c-dashboard-card li a img {
  width: calc((100% - 16px) / 2);
}
.p-mypage-client-top .c-dashboard-card li a p {
  font-size: 18px;
  font-weight: 700;
}
.p-mypage-client-top .c-dashboard-card-admin {
  width: 100%;
}

.p-mypage-order-history .c-order-history-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-mypage-order-history .c-order-history-list__item-inner {
  width: 100%;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #dedede;
  display: flex;
  align-items: start;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-mypage-order-history .c-order-history-list__item-inner {
    display: block;
  }
}
.p-mypage-order-history .c-order-history-list__item-left {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 8px;
}
@media (max-width: 768px) {
  .p-mypage-order-history .c-order-history-list__item-left {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .p-mypage-order-history .c-order-history-list__item-left {
    flex-direction: column;
  }
}
.p-mypage-order-history .c-order-history-list__item-right {
  min-width: 257px;
}
@media (max-width: 576px) {
  .p-mypage-order-history .c-order-history-list__item-right {
    min-width: auto;
  }
}
.p-mypage-order-history .c-order-history-list__item-right-top {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.p-mypage-order-history .c-order-history__img {
  width: 60%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 576px) {
  .p-mypage-order-history .c-order-history__img {
    width: 100%;
  }
}
.p-mypage-order-history .c-order-history__detail {
  width: 100%;
}
.p-mypage-order-history .c-order-history__detail h2 {
  font-weight: 700;
  margin-bottom: 16px;
  text-decoration: underline;
}
.p-mypage-order-history .c-order-history__detail p {
  font-weight: 500;
}
@media (max-width: 576px) {
  .p-mypage-order-history .c-order-history__detail p {
    text-align: end;
  }
}
.p-mypage-order-history .c-order-history__btn-refund {
  padding: 4px 16px;
  width: 100%;
  display: block;
  background-color: #dedede;
  color: #212121;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mypage-order-history .c-order-history__btn-review {
  padding: 12px;
  width: 100%;
  display: block;
  background-color: #212121;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-profile-form {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-profile-form {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .p-profile-form {
    padding: 12px;
  }
}
.p-profile-form__item {
  display: flex;
  flex-direction: column;
}
.p-profile-form__item label {
  margin-bottom: 8px;
  font-weight: 600;
  color: #212121;
}
.p-profile-form__item input[type=text],
.p-profile-form__item input[type=email],
.p-profile-form__item input[type=password],
.p-profile-form__item textarea,
.p-profile-form__item input[type=file] {
  padding: 12px;
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: #fff;
  color: #212121;
  transition: border-color 0.3s;
}
.p-profile-form__item input[type=text]:focus,
.p-profile-form__item input[type=email]:focus,
.p-profile-form__item input[type=password]:focus,
.p-profile-form__item textarea:focus,
.p-profile-form__item input[type=file]:focus {
  border-color: #49FFF9;
  outline: none;
}
.p-profile-form__item input[type=text]::-moz-placeholder, .p-profile-form__item input[type=email]::-moz-placeholder, .p-profile-form__item input[type=password]::-moz-placeholder, .p-profile-form__item textarea::-moz-placeholder, .p-profile-form__item input[type=file]::-moz-placeholder {
  color: #545454;
}
.p-profile-form__item input[type=text]::placeholder,
.p-profile-form__item input[type=email]::placeholder,
.p-profile-form__item input[type=password]::placeholder,
.p-profile-form__item textarea::placeholder,
.p-profile-form__item input[type=file]::placeholder {
  color: #545454;
}
.p-profile-form__item input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
  border: 2px solid #dedede;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.p-profile-form__item input[type=checkbox]:checked {
  background-color: #3498db;
  border-color: #3498db;
}
.p-profile-form__item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.p-profile-form__item textarea {
  resize: vertical;
  min-height: 120px;
}
.p-profile-form__image-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.p-profile-form__image-wrap input[type=file] {
  flex: 1;
  min-width: 180px;
}
@media (max-width: 576px) {
  .p-profile-form__image-wrap input[type=file] {
    max-width: 100%;
    min-width: auto;
  }
}
.p-profile-form__image-wrap img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #dedede;
}
@media (max-width: 576px) {
  .p-profile-form__image-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-profile-form__image-wrap img {
    margin-bottom: 8px;
  }
}
.p-profile-form__image-preview {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #dedede;
  background-color: #F5F5F5;
}
.p-profile-form__btn-area {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.p-profile-form__submit, .p-profile-form__back {
  padding: 12px 32px;
  border-radius: 6px;
  font-weight: bold;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.p-profile-form__submit {
  border: none;
  background: #212121;
  color: #fff;
  cursor: pointer;
}
.p-profile-form__submit:hover {
  opacity: 0.9;
}
.p-profile-form__back {
  display: inline-block;
  border: 1px solid #dedede;
  background: #fff;
  color: #545454;
  text-align: center;
  text-decoration: none;
}
.p-profile-form__back:hover {
  opacity: 0.8;
}

.p-profile-complete .c-mypage-title {
  text-align: center;
  margin-bottom: 24px;
}
.p-profile-complete__message {
  font-weight: 500;
  margin-bottom: 24px;
}
.p-profile-complete__info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 768px) {
  .p-profile-complete__info {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .p-profile-complete__info {
    padding: 12px;
  }
}
@media (max-width: 576px) {
  .p-profile-complete__info {
    flex-direction: column;
    align-items: center;
  }
}
.p-profile-complete__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #dedede;
}
.p-profile-complete__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-profile-complete__list {
  flex: 1;
}
.p-profile-complete__list li {
  margin-bottom: 12px;
  line-height: 1.6;
}
.p-profile-complete__list li strong {
  font-weight: 600;
  color: #212121;
}
.p-profile-complete__password {
  color: #545454;
  font-style: italic;
}
.p-profile-complete__btn-area {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.p-profile-complete__btn-area a {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  transition: opacity 0.3s ease;
}
.p-profile-complete__btn-area a.p-profile-complete__btn.-edit {
  background: #212121;
  color: #fff;
}
.p-profile-complete__btn-area a.p-profile-complete__btn.-edit:hover {
  opacity: 0.9;
}
.p-profile-complete__btn-area a.p-profile-complete__btn.-back {
  background: #fff;
  border: 1px solid #dedede;
  color: #212121;
}
.p-profile-complete__btn-area a.p-profile-complete__btn.-back:hover {
  background: #F5F5F5;
}

.p-mypage-favorite .c-favorite-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-mypage-favorite .c-favorite-list__item-inner {
  width: 100%;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #dedede;
  display: flex;
  gap: 16px;
  align-items: start;
}
@media (max-width: 768px) {
  .p-mypage-favorite .c-favorite-list__item-inner {
    display: block;
  }
}
.p-mypage-favorite .c-favorite-list__item-left {
  display: flex;
  align-items: start;
  gap: 8px;
}
@media (max-width: 768px) {
  .p-mypage-favorite .c-favorite-list__item-left {
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .p-mypage-favorite .c-favorite-list__item-left {
    flex-direction: column;
  }
}
.p-mypage-favorite .c-favorite-list__item-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 576px) {
  .p-mypage-favorite .c-favorite-list__item-right {
    min-width: auto;
  }
}
.p-mypage-favorite .c-favorite__img {
  width: 30%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 576px) {
  .p-mypage-favorite .c-favorite__img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .p-mypage-favorite .c-favorite__detail {
    margin-bottom: 8px;
  }
}
.p-mypage-favorite .c-favorite__detail h2 {
  font-weight: 700;
  margin-bottom: 8px;
  text-decoration: underline;
}
.p-mypage-favorite .c-favorite__detail .c-favorite__desc {
  margin-bottom: 8px;
  color: #545454;
}
.p-mypage-favorite .c-favorite__detail .c-favorite__price {
  font-weight: 500;
  color: #212121;
}
@media (max-width: 576px) {
  .p-mypage-favorite .c-favorite__detail .c-favorite__price {
    text-align: end;
  }
}
.p-mypage-favorite .c-favorite__btn-remove {
  padding: 8px;
  width: 100%;
  display: block;
  background-color: #dedede;
  color: #212121;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mypage-favorite .c-favorite__btn-review {
  padding: 12px;
  width: 100%;
  display: block;
  background-color: #212121;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-favorite-purchase {
  margin-top: 40px;
  padding: 24px;
  background-color: #fff;
  border: 2px dashed #49FFF9;
  border-radius: 8px;
  text-align: center;
}
.c-favorite-purchase__text {
  font-weight: 700;
  margin-bottom: 16px;
  color: #212121;
}
.c-favorite-purchase__text strong {
  font-size: 24px;
  color: #00afaa;
  font-weight: 800;
}
.c-favorite-purchase__btn-area {
  display: flex;
  justify-content: center;
}
.c-favorite-purchase__btn {
  padding: 12px 32px;
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  color: #212121;
  font-weight: bold;
  border-radius: 32px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-favorite-purchase__btn:hover {
  opacity: 0.9;
}

.p-review-summary {
  background-color: #fff;
  padding: 24px;
  border: 1px solid #dedede;
}
@media (max-width: 576px) {
  .p-review-summary {
    padding: 12px;
  }
}
.p-review-summary__item-inner {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .p-review-summary__item-inner {
    display: block;
  }
}
.p-review-summary__item-left {
  display: flex;
  gap: 12px;
  flex: 1;
  min-width: 300px;
}
@media (max-width: 576px) {
  .p-review-summary__item-left {
    min-width: auto;
    display: block;
  }
}
.p-review-summary__img {
  width: 120px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .p-review-summary__img {
    max-width: none;
    min-width: auto;
    height: 200px;
    width: 100%;
    margin-bottom: 8px;
  }
}
.p-review-summary__detail h2 {
  font-weight: 700;
  margin-bottom: 8px;
  text-decoration: underline;
}
.p-review-summary__detail .c-favorite__desc {
  margin-bottom: 8px;
  color: #212121;
}
.p-review-summary__detail .c-favorite__price {
  font-weight: 600;
  color: #212121;
}
.p-review-summary__item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 200px;
}
.p-review-summary__item-right .c-favorite__date {
  color: #545454;
}

.p-review-form {
  background-color: #fff;
  padding: 24px;
  border: 1px solid #dedede;
  margin-top: 32px;
}
@media (max-width: 576px) {
  .p-review-form {
    padding: 12px;
  }
}
.p-review-form__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.p-review-form__label {
  font-weight: 600;
  color: #212121;
}
.p-review-form__textarea {
  padding: 12px;
  border: 1px solid #dedede;
  border-radius: 4px;
  min-height: 140px;
  resize: vertical;
  color: #212121;
  background: #fff;
}
.p-review-form__textarea::-moz-placeholder {
  color: #545454;
}
.p-review-form__textarea::placeholder {
  color: #545454;
}
.p-review-form__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-review-form__rating--row {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-review-form__select {
  padding: 8px 12px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fff;
  color: #212121;
}
.p-review-form__btn-area {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  gap: 16px;
}
.p-review-form__submit, .p-review-form__back {
  padding: 12px 32px;
  font-weight: 700;
  border-radius: 32px;
  cursor: pointer;
  border: none;
  transition: opacity 0.3s ease;
}
.p-review-form__submit {
  background-color: #212121;
  color: #fff;
}
.p-review-form__submit:hover {
  opacity: 0.85;
}
.p-review-form__back {
  background-color: #dedede;
  color: #212121;
}
.p-review-form__back:hover {
  opacity: 0.85;
}

.p-review-complete {
  background-color: #fff;
  padding: 24px;
  border: 1px solid #dedede;
  margin-top: 32px;
}
@media (max-width: 576px) {
  .p-review-complete {
    padding: 12px;
  }
}
.p-review-complete__heading {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 16px;
  color: #212121;
}
.p-review-complete__content {
  margin-bottom: 24px;
}
.p-review-complete__text {
  background-color: #F5F5F5;
  padding: 16px;
  border-radius: 4px;
  color: #212121;
  margin-bottom: 16px;
  line-height: 1.6;
}
.p-review-complete__rating {
  font-weight: bold;
  color: #212121;
}
.p-review-complete__btn-area {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.p-review-complete__btn-back, .p-review-complete__btn-edit {
  padding: 12px 32px;
  font-weight: 700;
  border-radius: 32px;
  text-align: center;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.p-review-complete__btn-back {
  background-color: #dedede;
  color: #212121;
}
.p-review-complete__btn-back:hover {
  opacity: 0.85;
}
.p-review-complete__btn-edit {
  background-color: #212121;
  color: #fff;
}
.p-review-complete__btn-edit:hover {
  opacity: 0.85;
}

.p-refund-form {
  background-color: #fff;
  padding: 24px;
  border: 1px solid #dedede;
  margin-top: 32px;
}
@media (max-width: 576px) {
  .p-refund-form {
    padding: 12px;
  }
}
.p-refund-form__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.p-refund-form__label {
  font-weight: 600;
  color: #212121;
}
.p-refund-form__required {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 8px 2px;
  background-color: #ffd3d3;
  color: #b60000;
  font-weight: 700;
  border-radius: 12px;
  vertical-align: middle;
  line-height: 1;
}
.p-refund-form__select, .p-refund-form__textarea {
  padding: 12px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  color: #212121;
  transition: border-color 0.3s ease;
}
.p-refund-form__select:focus, .p-refund-form__textarea:focus {
  border-color: #49FFF9;
  outline: none;
}
.p-refund-form__textarea {
  min-height: 140px;
  resize: vertical;
}
.p-refund-form__textarea::-moz-placeholder {
  color: #545454;
}
.p-refund-form__textarea::placeholder {
  color: #545454;
}
.p-refund-form__btn-area {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.p-refund-form__submit {
  padding: 12px 32px;
  background-color: #212121;
  color: #fff;
  border: none;
  border-radius: 32px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-refund-form__submit:hover {
  opacity: 0.9;
}
.p-refund-form__back {
  padding: 12px 32px;
  background-color: #dedede;
  color: #212121;
  border: none;
  border-radius: 32px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-refund-form__back:hover {
  opacity: 0.9;
}

.p-refund-complete {
  margin-top: 32px;
}
.p-refund-complete__message {
  text-align: center;
  background: #fff;
  padding: 48px 24px;
  border: 1px solid #dedede;
  margin-top: 32px;
  margin-bottom: 32px;
}
.p-refund-complete__title {
  font-weight: bold;
  margin-bottom: 16px;
  color: #212121;
}
.p-refund-complete__text {
  color: #212121;
  line-height: 1.8;
}

/* クライアント */
/* リクエスト　*/
.p-mypage-client-request .p-top-column__btn {
  margin-top: 24px;
}

.c-request-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.c-request-list .hide-button {
  background-color: #dedede;
  padding: 8px;
  border-radius: 24px;
  font-weight: 500;
}
.c-request-list__meta {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
.c-request-list__item {
  background-color: #fff;
  border: 1px solid #dedede;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  padding: 24px;
  width: calc((100% - 24px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.2s;
}
.c-request-list__item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.c-request-list__item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-request-list__item .request-detail {
  margin-bottom: 16px;
}
.c-request-list__item .request-detail .request-detail-item {
  margin-bottom: 12px;
}
.c-request-list__item .request-detail .request-detail-item .request-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
  color: #545454;
}
.c-request-list__item .request-detail .request-detail-item .request-detail {
  font-size: 14px;
  color: #212121;
}
.c-request-list__item a {
  display: inline-block;
  margin-top: auto;
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  color: #212121;
  padding: 10px 16px;
  text-align: center;
  border-radius: 40px;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.3s;
}
.c-request-list__item a:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .c-request-list__item {
    width: 100%;
  }
}

/* クライアントツール一覧*/
.c-client-tool__img {
  width: 60%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 576px) {
  .c-client-tool__img {
    width: 100%;
  }
}
.c-client-tool__detail {
  width: 100%;
}
.c-client-tool__detail h2 {
  font-weight: 700;
  margin-bottom: 16px;
}
.c-client-tool__detail h2 a {
  text-decoration: underline;
}
.c-client-tool__detail p {
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-client-tool__detail p {
    text-align: end;
  }
}
.c-client-tool__status {
  padding: 4px 16px;
  width: 100%;
  display: block;
  background-color: #dedede;
  color: #212121;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-client-tool__btn-edit {
  padding: 12px;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #212121;
  font-weight: 700;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-client-tool__btn-edit.-black {
  background-color: #212121;
  color: #fff;
}
.c-client-tool__btn-new {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 40px;
  background-color: #212121;
  font-weight: 700;
  color: #fff;
}
.c-client-tool__btn-new:hover {
  opacity: 0.9;
}
@media (max-width: 576px) {
  .c-client-tool__btn-new {
    margin-bottom: 24px;
  }
}

.p-mypage-client-tool-list .is-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.c-client-tool-list__item {
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
  background-color: #fff;
}
.c-client-tool-list__item .c-client-tool-list__item-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 576px) {
  .c-client-tool-list__item .c-client-tool-list__item-inner {
    flex-direction: column;
  }
}
.c-client-tool-list__item .c-client-tool-list__item-left {
  display: flex;
  gap: 16px;
  width: 70%;
}
@media (max-width: 576px) {
  .c-client-tool-list__item .c-client-tool-list__item-left {
    width: 100%;
    flex-direction: column;
  }
}
.c-client-tool-list__item .c-client-tool-list__item-right {
  width: 30%;
}
@media (max-width: 576px) {
  .c-client-tool-list__item .c-client-tool-list__item-right {
    width: 100%;
    flex-direction: row;
    gap: 12px;
  }
}
.c-client-tool-list__item .c-client-tool-list__item-right-top {
  margin-bottom: 12px;
}
.c-client-tool-list__item .c-client-tool-list__item-right-bottom {
  display: flex;
  gap: 12px;
}
@media (max-width: 576px) {
  .c-client-tool-list__item .c-client-tool-list__item-right-bottom {
    flex-direction: row;
  }
}

.c-faq-list__heading {
  scroll-margin-top: 120px;
}
@media (max-width: 576px) {
  .c-faq-list__heading {
    scroll-margin-top: 100px;
  }
}

/* エディター　クライアント*/
.p-profile-editor {
  margin-top: 40px;
}
.p-profile-editor .c-mypage-subtitle {
  font-weight: 700;
  margin-bottom: 16px;
}
.p-profile-editor #editor-container {
  min-height: 300px;
  border: 1px solid #dedede;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
.p-profile-editor .ql-toolbar {
  border-radius: 8px 8px 0 0;
  background-color: #f9f9f9;
  border: 1px solid #dedede;
  border-bottom: none;
}
.p-profile-editor .ql-container {
  border: 1px solid #dedede;
  border-top: none;
}
.p-profile-editor .p-profile-form__btn-area {
  margin-top: 24px;
}
.p-profile-editor .p-editor-output {
  margin-top: 16px;
  padding: 12px;
  background: #f4f4f4;
  border: 1px dashed #ccc;
  font-size: 13px;
  white-space: pre-wrap;
}

.p-profile-complete__head {
  font-weight: 700;
}

.p-profile-complete__portfolio {
  margin-top: 40px;
  padding: 32px;
  background-color: #f9f9f9;
  border: 1px solid #dedede;
}
@media (max-width: 576px) {
  .p-profile-complete__portfolio {
    padding: 8px;
  }
}
.p-profile-complete__portfolio-title {
  font-weight: 700;
  margin-bottom: 24px;
  border-left: 5px solid #3498db;
  padding-left: 12px;
}
.p-profile-complete__portfolio-content {
  color: #212121;
  line-height: 1.9;
}
.p-profile-complete__portfolio-content ul,
.p-profile-complete__portfolio-content ol {
  margin: 16px 0;
  padding-left: 1.5em;
}
.p-profile-complete__portfolio-content ul li,
.p-profile-complete__portfolio-content ol li {
  margin-bottom: 8px;
  list-style-position: inside;
}
.p-profile-complete__portfolio-content ul {
  list-style-type: disc;
}
.p-profile-complete__portfolio-content ol {
  list-style-type: decimal;
}
.p-profile-complete__portfolio-content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  background: #eef3f9;
  border-left: 4px solid #49FFF9;
  font-style: italic;
  color: #545454;
}
.p-profile-complete__portfolio-content img {
  max-width: 100%;
  height: auto;
  margin: 16px 0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.p-profile-complete__portfolio-content pre {
  margin: 24px 0;
  padding: 16px;
  background: #2d2d2d;
  font-family: "Source Code Pro", monospace;
  font-size: 13px;
  overflow-x: auto;
  border-radius: 8px;
  color: #ffff00;
}
.p-profile-complete__portfolio-content code {
  font-family: "Source Code Pro", monospace;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
}
.p-profile-complete__portfolio-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}
.p-profile-complete__portfolio-content table th,
.p-profile-complete__portfolio-content table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}
.p-profile-complete__portfolio-content table th {
  background-color: #f0f0f0;
}
.p-profile-complete__portfolio-content hr {
  margin: 32px 0;
  border: none;
  border-top: 1px solid #dedede;
}

.p-tool-submit-complete__message {
  margin-top: 32px;
  background: #f9f9f9;
  border: 1px solid #dedede;
  padding: 24px;
}
.p-tool-submit-complete__message__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-tool-submit-complete__message__text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.p-tool-submit-complete__message__info-box {
  background: #fff;
  padding: 16px;
  border-left: 4px solid #3498db;
  font-size: 14px;
  line-height: 1.6;
}
.p-tool-submit-complete__message__info-box p {
  margin-bottom: 8px;
}
.p-tool-submit-complete__message__info-box p:last-child {
  margin-bottom: 0;
}

.p-tool-submit-complete {
  max-width: 960px;
  margin: 0 auto;
}
.p-tool-submit-complete__message {
  padding: 24px 20px;
  margin-bottom: 32px;
}
.p-tool-submit-complete__message .p-tool-submit-complete__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #3498db;
}
@media (max-width: 576px) {
  .p-tool-submit-complete__message .p-tool-submit-complete__title {
    text-align: center;
  }
}
.p-tool-submit-complete__message .p-tool-draft-complete__text {
  margin-bottom: 8px;
}
.p-tool-submit-complete__message .p-tool-submit-complete__info-box {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 16px;
  border-radius: 6px;
  margin-top: 16px;
  font-size: 14px;
}
.p-tool-submit-complete__message .p-tool-submit-complete__info-box p {
  margin-bottom: 8px;
}
.p-tool-submit-complete__message .p-tool-submit-complete__info-box p:last-child {
  margin-bottom: 0;
}
.p-tool-submit-complete__message .p-tool-submit-complete__info-box p strong {
  font-weight: bold;
  color: #222;
}
.p-tool-submit-complete__next .p-tool-submit-complete__subtitle {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-tool-submit-complete__next .p-tool-submit-complete__action-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.p-tool-submit-complete__next .p-tool-submit-complete__action-list a.c-btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.p-tool-submit-complete__next .p-tool-submit-complete__action-list a.c-btn.-primary {
  background-color: #212121;
  color: #fff;
  transition: opacity 0.3s ease;
}
.p-tool-submit-complete__next .p-tool-submit-complete__action-list a.c-btn.-primary:hover {
  opacity: 0.7;
}
.p-tool-submit-complete__next .p-tool-submit-complete__action-list a.c-btn.-secondary {
  background-color: #e0e0e0;
  color: #333;
}
.p-tool-submit-complete__next .p-tool-submit-complete__action-list a.c-btn.-secondary:hover {
  background-color: rgb(198.5, 198.5, 198.5);
}
.p-tool-submit-complete__next .p-tool-draft-complete__action {
  justify-content: center;
}
.p-tool-submit-complete__next .p-tool-submit-complete__contact {
  font-size: 13px;
  color: #666;
}
.p-tool-submit-complete__next .p-tool-submit-complete__contact a {
  color: #1e90ff;
  text-decoration: underline;
}
.p-tool-submit-complete__next .p-tool-submit-complete__contact a:hover {
  opacity: 0.8;
}

.p-tool-submit-confirm {
  padding: 40px 20px;
  background: #fff;
  border-top: 1px solid #e0e0e0;
}
.p-tool-submit-confirm__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
.p-tool-submit-confirm__lead {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: center;
  margin-bottom: 24px;
}
.p-tool-submit-confirm__note {
  background: #f2faff;
  padding: 16px;
  font-size: 14px;
  color: #444;
  margin-bottom: 32px;
}
.p-tool-submit-confirm__note .emphasis {
  color: #d9534f;
  font-weight: bold;
}
.p-tool-submit-confirm__btn-area {
  text-align: center;
}
.p-tool-submit-confirm__btn-area .c-btn {
  padding: 14px 28px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.p-tool-submit-confirm__btn-area .c-btn.-primary {
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  color: #212121;
  transition: opacity 0.3s ease;
}
.p-tool-submit-confirm__btn-area .c-btn.-primary:hover {
  opacity: 0.7;
}

.p-tool-create {
  background-color: #fff;
  padding: 40px;
}
.p-tool-create .alert-comment {
  background: #fff3cd;
  padding: 12px;
  border-left: 5px solid #ffeeba;
  margin-bottom: 24px;
}
.p-tool-create .btn-delete {
  padding: 6px 12px;
  font-size: 13px;
  background: #e74c3c;
  color: #fff;
  white-space: nowrap;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.p-tool-create .btn-add {
  margin-top: 8px;
}
.p-tool-create .tool-file {
  max-width: 300px;
}
@media (max-width: 576px) {
  .p-tool-create .tool-file {
    max-width: none;
  }
}
.p-tool-create .tool-btn-flex {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.p-tool-create .p-tool-form__item input[type=number] {
  width: 100%;
  max-width: 200px;
  padding: 12px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color 0.2s;
}
.p-tool-create .p-tool-form__item input[type=number]:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.1);
}
.p-tool-create .p-tool-form__item input[type=number]::-moz-placeholder {
  color: #aaa;
}
.p-tool-create .p-tool-form__item input[type=number]::placeholder {
  color: #aaa;
}
.p-tool-create .p-tool-form__item input[type=number]::-webkit-inner-spin-button, .p-tool-create .p-tool-form__item input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-tool-create .note {
  margin-top: 8px;
}
.p-tool-create .preview {
  width: 100px;
  aspect-ratio: 16/9;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .p-tool-create .preview {
    width: 100%;
  }
}
.p-tool-create .preview img,
.p-tool-create .preview video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-tool-create h1,
.p-tool-create h2,
.p-tool-create h3 {
  margin-bottom: 16px;
  font-weight: bold;
  color: #333;
}
.p-tool-create h1 {
  font-size: 24px;
}
.p-tool-create h2 {
  font-size: 20px;
}
.p-tool-create h3 {
  font-size: 18px;
}
.p-tool-create label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}
.p-tool-create input[type=text],
.p-tool-create input[type=email],
.p-tool-create input[type=file],
.p-tool-create input[type=password],
.p-tool-create textarea,
.p-tool-create select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.p-tool-create .p-tool-create__item {
  margin-bottom: 30px;
}
.p-tool-create .p-tool-create__image-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.p-tool-create .p-tool-create__image-item {
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px;
  width: calc(33% - 12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-tool-create .p-tool-create__image-item img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.p-tool-create .p-tool-create__image-item .file-name {
  font-size: 13px;
  color: #666;
  word-break: break-all;
}
.p-tool-create .p-tool-create__editor {
  margin-bottom: 40px;
}
.p-tool-create .p-tool-create__editor .ql-editor {
  min-height: 180px;
}
.p-tool-create .p-tool-create__note {
  font-size: 13px;
  color: #888;
  margin-top: -8px;
  margin-bottom: 16px;
}
.p-tool-create .p-tool-create__btn-area {
  display: flex;
  gap: 12px;
}
.p-tool-create .p-tool-create__btn-area button,
.p-tool-create .p-tool-create__btn-area a {
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}
.p-tool-create .p-tool-create__btn-area .is-submit {
  background: #0d6efd;
  color: #fff;
  border: none;
}
.p-tool-create .p-tool-create__btn-area .is-draft {
  background: #6c757d;
  color: #fff;
  border: none;
}
.p-tool-create .p-tool-create__btn-area .is-cancel {
  background: #f8f9fa;
  border: 1px solid #ccc;
  color: #333;
}
.p-tool-create .p-tool-create__preview-video {
  margin-top: 10px;
}
.p-tool-create .p-tool-create__preview-video video {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.p-tool-create .p-tool-form__thumbnails {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-tool-create .p-tool-form__thumbnails .thumbnail-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-tool-create .p-tool-form__thumbnails .thumbnail-row input[type=file] {
  flex: 1;
  margin-bottom: 0;
}
.p-tool-create .p-tool-form__thumbnails .thumbnail-row label {
  margin: 0;
  white-space: nowrap;
}
.p-tool-create .p-tool-form__thumbnails .thumbnail-row .filename {
  font-size: 13px;
  color: #666;
}
.p-tool-create .p-tool-form__thumbnails .thumbnail-row .btn-delete {
  padding: 6px 12px;
  font-size: 13px;
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.ql-toolbar.ql-snow {
  border-radius: 4px 4px 0 0;
}

.ql-container.ql-snow {
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-tool-create {
    padding: 24px 16px;
  }
  .p-tool-create h1 {
    font-size: 20px;
  }
  .p-tool-create h2 {
    font-size: 18px;
  }
  .p-tool-create h3 {
    font-size: 16px;
  }
  .p-tool-create .p-tool-create__image-item {
    width: 100%;
  }
  .p-tool-create .p-tool-create__btn-area {
    flex-direction: column;
  }
  .p-tool-create .p-tool-create__btn-area button,
  .p-tool-create .p-tool-create__btn-area a {
    width: 100%;
    text-align: center;
  }
  .p-tool-create .p-tool-form__thumbnails .thumbnail-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-tool-create .p-tool-form__thumbnails .thumbnail-row input[type=file] {
    width: 100%;
  }
  .p-tool-create .p-tool-form__thumbnails .thumbnail-row .filename,
  .p-tool-create .p-tool-form__thumbnails .thumbnail-row label,
  .p-tool-create .p-tool-form__thumbnails .thumbnail-row .btn-delete {
    display: inline-block;
  }
  .p-tool-create .p-tool-form__thumbnails .thumbnail-row .btn-delete {
    margin-top: 6px;
  }
}
/* ツール作成　*/
.p-tool-form__editor .editor-area .ql-toolbar.ql-snow {
  border-radius: 6px 6px 0 0;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}
.p-tool-form__editor .editor-area .ql-container.ql-snow {
  border-radius: 0 0 6px 6px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  min-height: 200px;
  font-size: 14px;
  line-height: 1.6;
}
.p-tool-form__editor .guide-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #0d6efd;
  text-decoration: underline;
}
.p-tool-form__editor .guide-link:hover {
  text-decoration: none;
  color: #084298;
}

.ql-editor {
  min-height: 400px;
  max-height: 400px;
  overflow-y: auto;
}
.ql-editor::-webkit-scrollbar {
  width: 8px;
}
.ql-editor::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.ql-editor::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 4px;
}
.ql-editor::-webkit-scrollbar-thumb:hover {
  background: #999;
}
@media (max-width: 576px) {
  .ql-editor {
    min-height: 200px;
    max-height: 200px;
    padding: 8px !important;
  }
}

.ql-toolbar.ql-snow {
  border-radius: 4px 4px 0 0;
}

.guide-link {
  font-size: 13px;
  color: #0d6efd;
  text-decoration: underline;
  display: inline-block;
  margin-top: 4px;
}

.ql-container.ql-snow {
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.6;
}

.p-tool-create__btn-area,
.p-tool-form__btn-area {
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 576px) {
  .p-tool-create__btn-area,
  .p-tool-form__btn-area {
    flex-direction: column;
  }
}
.p-tool-create__btn-area button,
.p-tool-create__btn-area a,
.p-tool-form__btn-area button,
.p-tool-form__btn-area a {
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}
.p-tool-create__btn-area .is-submit,
.p-tool-create__btn-area .p-tool-form__submit,
.p-tool-form__btn-area .is-submit,
.p-tool-form__btn-area .p-tool-form__submit {
  background: linear-gradient(to right, #47C0FC, #47FCC0);
  color: #212121;
  border: none;
  transition: opacity 0.3s ease;
}
.p-tool-create__btn-area .is-submit:hover,
.p-tool-create__btn-area .p-tool-form__submit:hover,
.p-tool-form__btn-area .is-submit:hover,
.p-tool-form__btn-area .p-tool-form__submit:hover {
  opacity: 0.9;
}
.p-tool-create__btn-area .is-draft,
.p-tool-create__btn-area .p-tool-form__draft,
.p-tool-form__btn-area .is-draft,
.p-tool-form__btn-area .p-tool-form__draft {
  background: #6c757d;
  color: #fff;
  border: none;
}
.p-tool-create__btn-area .is-cancel,
.p-tool-create__btn-area .p-tool-form__cancel,
.p-tool-form__btn-area .is-cancel,
.p-tool-form__btn-area .p-tool-form__cancel {
  background: #f8f9fa;
  border: 1px solid #ccc;
  color: #333;
}

.p-tool-create__preview-video {
  margin-top: 10px;
}
.p-tool-create__preview-video video {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ccc;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .p-tool-create {
    padding: 24px 12px;
  }
  .p-tool-create .p-tool-create__image-item {
    width: 100%;
  }
  .p-tool-create .p-tool-form__btn-area {
    flex-direction: column;
  }
  .p-tool-create .p-tool-form__btn-area button,
  .p-tool-create .p-tool-form__btn-area a {
    width: 100%;
    padding: 14px;
    font-size: 16px;
  }
  .p-tool-create .p-tool-form__item p strong {
    font-size: 14px;
  }
  .p-tool-create .p-tool-form__item .guide-link {
    font-size: 12px;
  }
  .p-tool-create .p-tool-form__thumbnails .thumbnail-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-tool-create .p-tool-form__thumbnails .thumbnail-row input[type=file] {
    width: 100%;
  }
  .p-tool-create .p-tool-form__thumbnails .thumbnail-row .btn-delete {
    align-self: flex-end;
  }
  .p-tool-create .p-tool-create__preview-video video {
    width: 100%;
  }
}
.p-tool-form__btn-area button:disabled {
  background: #e0e0e0;
  color: #999;
  border: 1px solid #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

.p-tool-form__btn-area .p-tool-form__back {
  background: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  transition: background-color 0.3s ease;
}
.p-tool-form__btn-area .p-tool-form__back:hover {
  background-color: #e0e0e0;
}

.p-tool-status {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 16px;
  background-color: #eee;
  color: #333;
}
.p-tool-status.is-pending {
  background-color: rgba(52, 152, 219, 0.15);
  color: #3498db;
}
.p-tool-status.is-approved {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.p-tool-status.is-rejected {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.ql-snow .ql-editor a {
  text-decoration: none !important;
}

.ql-snow a {
  color: #212121 !important;
}

/* 売買履歴 */
.p-trade-history .p-trade-summary {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.p-trade-history .p-trade-summary .summary-item {
  background: #fff;
  padding: 16px;
  border-radius: 6px;
  text-align: center;
  flex: 1;
  min-width: 200px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.p-trade-history .p-trade-summary .summary-item .label {
  font-size: 14px;
  color: #666;
}
.p-trade-history .p-trade-summary .summary-item .value {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 4px;
}
.p-trade-history .p-trade-search {
  margin-bottom: 32px;
}
.p-trade-history .p-trade-search .p-trade-search__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-end;
}
.p-trade-history .p-trade-search .p-trade-search__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 180px;
}
@media (max-width: 576px) {
  .p-trade-history .p-trade-search .p-trade-search__group {
    min-width: auto;
    width: 100%;
  }
}
.p-trade-history .p-trade-search .p-trade-search__group label {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.p-trade-history .p-trade-search .p-trade-search__group input[type=text],
.p-trade-history .p-trade-search .p-trade-search__group input[type=date],
.p-trade-history .p-trade-search .p-trade-search__group select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-trade-history .p-trade-search .p-trade-search__range {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 576px) {
  .p-trade-history .p-trade-search .p-trade-search__range {
    flex-wrap: wrap;
  }
}
.p-trade-history .p-trade-search .separator {
  color: #666;
  font-size: 14px;
}
.p-trade-history .p-trade-search .p-trade-search__submit {
  margin-top: 24px;
}
@media (max-width: 576px) {
  .p-trade-history .p-trade-search .p-trade-search__submit {
    margin-top: 8px;
  }
}
.p-trade-history .p-trade-search .p-trade-search__submit button {
  padding: 10px 20px;
  background-color: #00B8C4;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.2s ease;
}
.p-trade-history .p-trade-search .p-trade-search__submit button:hover {
  background-color: rgb(0, 136.1224489796, 145);
}
.p-trade-history .p-trade-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.p-trade-history .p-trade-table button.edit {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 700;
  color: #fff;
  background-color: #212121;
  transition: opacity 0.3s ease;
}
.p-trade-history .p-trade-table button.edit:hover {
  opacity: 0.7;
}
.p-trade-history .p-trade-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.p-trade-history .p-trade-table table th,
.p-trade-history .p-trade-table table td {
  padding: 12px;
  text-align: left;
  vertical-align: middle;
  min-width: 120px;
  padding: 8px 12px;
}
.p-trade-history .p-trade-table table th {
  font-weight: 600;
}
.p-trade-history .p-trade-table table tr.editing {
  background-color: #fffefb;
}
.p-trade-history .p-trade-table table td {
  background-color: #fff;
}
.p-trade-history .p-trade-table table td input[type=text],
.p-trade-history .p-trade-table table td input[type=date],
.p-trade-history .p-trade-table table td input[type=number],
.p-trade-history .p-trade-table table td select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 14px;
  width: 100%;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
.p-trade-history .p-trade-table table td span {
  display: block;
  margin-bottom: 4px;
}
.p-trade-history .p-trade-table .edit-button {
  display: inline-block;
  padding: 6px 12px;
  background-color: #212121;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.p-trade-history .p-trade-table .edit-button:hover {
  opacity: 0.7;
}
.p-trade-history .p-trade-table .p-trade-edit__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.p-trade-history .p-trade-table .p-trade-edit__actions button {
  padding: 6px 12px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.p-trade-history .p-trade-table .p-trade-edit__actions .save {
  background-color: #00B8C4;
  color: #fff;
}
.p-trade-history .p-trade-table .p-trade-edit__actions .save:hover {
  background-color: rgb(0, 145.6979591837, 155.2);
}
.p-trade-history .p-trade-table .p-trade-edit__actions .cancel {
  background-color: #f4f4f4;
  color: #333;
  border: 1px solid #ccc;
}
.p-trade-history .p-trade-table .p-trade-edit__actions .cancel:hover {
  background-color: #e0e0e0;
}

.p-trade-edit__actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.p-trade-edit__actions button {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.p-trade-edit__actions .save {
  background-color: #212121 !important;
  color: #fff;
}
.p-trade-edit__actions .save:hover {
  background-color: rgb(0, 145.6979591837, 155.2);
}
.p-trade-edit__actions .cancel {
  background: #f8f9fa !important;
  color: #212121 !important;
  border: 1px solid #ccc !important;
}
.p-trade-edit__actions .cancel:hover {
  background-color: #e0e0e0;
}

/* 返金リクエスト */
.p-refund-summary {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.p-refund-summary .p-trade-search {
  margin-bottom: 32px;
}
.p-refund-summary .p-trade-search .p-trade-search__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-end;
}
.p-refund-summary .p-trade-search .p-trade-search__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 180px;
}
@media (max-width: 576px) {
  .p-refund-summary .p-trade-search .p-trade-search__group {
    min-width: auto;
    width: 100%;
  }
}
.p-refund-summary .p-trade-search .p-trade-search__group label {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.p-refund-summary .p-trade-search .p-trade-search__group input[type=text],
.p-refund-summary .p-trade-search .p-trade-search__group input[type=date],
.p-refund-summary .p-trade-search .p-trade-search__group select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-refund-summary .p-trade-search .p-trade-search__range {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 576px) {
  .p-refund-summary .p-trade-search .p-trade-search__range {
    flex-wrap: wrap;
  }
}
.p-refund-summary .p-trade-search .separator {
  color: #666;
  font-size: 14px;
}
.p-refund-summary .p-trade-search .p-trade-search__submit {
  margin-top: 24px;
}
@media (max-width: 576px) {
  .p-refund-summary .p-trade-search .p-trade-search__submit {
    margin-top: 8px;
  }
}
.p-refund-summary .p-trade-search .p-trade-search__submit button {
  padding: 10px 20px;
  background-color: #00B8C4;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.2s ease;
}
.p-refund-summary .p-trade-search .p-trade-search__submit button:hover {
  background-color: rgb(0, 136.1224489796, 145);
}
.p-refund-summary .summary-item {
  background: #fff;
  border-radius: 6px;
  padding: 16px 20px;
  flex: 1;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
.p-refund-summary .summary-item .label {
  font-size: 14px;
  color: #666;
}
.p-refund-summary .summary-item .value {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}

.p-trade-table-wrap,
.p-news-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 32px;
}
.p-trade-table-wrap::-webkit-scrollbar,
.p-news-table-wrap::-webkit-scrollbar {
  height: 8px;
}
.p-trade-table-wrap::-webkit-scrollbar-thumb,
.p-news-table-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.p-trade-table table,
.p-client-table table,
.p-news-table table,
.p-blog-table table,
.p-category-list__table table,
.p-ctg-tag-table-wrap table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}
.p-trade-table table th,
.p-trade-table table td,
.p-client-table table th,
.p-client-table table td,
.p-news-table table th,
.p-news-table table td,
.p-blog-table table th,
.p-blog-table table td,
.p-category-list__table table th,
.p-category-list__table table td,
.p-ctg-tag-table-wrap table th,
.p-ctg-tag-table-wrap table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-size: 14px;
  max-width: 400px;
}
.p-trade-table table thead,
.p-client-table table thead,
.p-news-table table thead,
.p-blog-table table thead,
.p-category-list__table table thead,
.p-ctg-tag-table-wrap table thead {
  background-color: #dedede;
}
.p-trade-table table thead th,
.p-client-table table thead th,
.p-news-table table thead th,
.p-blog-table table thead th,
.p-category-list__table table thead th,
.p-ctg-tag-table-wrap table thead th {
  font-weight: bold;
  color: #333;
}
.p-trade-table table tbody td,
.p-client-table table tbody td,
.p-news-table table tbody td,
.p-blog-table table tbody td,
.p-category-list__table table tbody td,
.p-ctg-tag-table-wrap table tbody td {
  color: #444;
}
.p-trade-table table tbody td button,
.p-client-table table tbody td button,
.p-news-table table tbody td button,
.p-blog-table table tbody td button,
.p-category-list__table table tbody td button,
.p-ctg-tag-table-wrap table tbody td button {
  padding: 6px 12px;
  font-weight: 600;
  border: none;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 6px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.p-trade-table table tbody td .approve,
.p-client-table table tbody td .approve,
.p-news-table table tbody td .approve,
.p-blog-table table tbody td .approve,
.p-category-list__table table tbody td .approve,
.p-ctg-tag-table-wrap table tbody td .approve {
  background-color: #00B8C4;
  color: #fff;
}
.p-trade-table table tbody td .approve:hover,
.p-client-table table tbody td .approve:hover,
.p-news-table table tbody td .approve:hover,
.p-blog-table table tbody td .approve:hover,
.p-category-list__table table tbody td .approve:hover,
.p-ctg-tag-table-wrap table tbody td .approve:hover {
  background-color: rgb(0, 145.6979591837, 155.2);
}
.p-trade-table table tbody td .reject,
.p-client-table table tbody td .reject,
.p-news-table table tbody td .reject,
.p-blog-table table tbody td .reject,
.p-category-list__table table tbody td .reject,
.p-ctg-tag-table-wrap table tbody td .reject {
  background-color: #dc3545;
  color: #fff;
}
.p-trade-table table tbody td .reject:hover,
.p-client-table table tbody td .reject:hover,
.p-news-table table tbody td .reject:hover,
.p-blog-table table tbody td .reject:hover,
.p-category-list__table table tbody td .reject:hover,
.p-ctg-tag-table-wrap table tbody td .reject:hover {
  background-color: rgb(197.9088607595, 34.2911392405, 49.9670886076);
}
.p-trade-table table tbody td button:disabled,
.p-client-table table tbody td button:disabled,
.p-news-table table tbody td button:disabled,
.p-blog-table table tbody td button:disabled,
.p-category-list__table table tbody td button:disabled,
.p-ctg-tag-table-wrap table tbody td button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: default;
}
.p-trade-table__btn-area,
.p-client-table__btn-area,
.p-news-table__btn-area,
.p-blog-table__btn-area,
.p-category-list__table__btn-area,
.p-ctg-tag-table-wrap__btn-area {
  display: flex;
  gap: 4px;
}
.p-trade-table__btn-area .delete-button,
.p-client-table__btn-area .delete-button,
.p-news-table__btn-area .delete-button,
.p-blog-table__btn-area .delete-button,
.p-category-list__table__btn-area .delete-button,
.p-ctg-tag-table-wrap__btn-area .delete-button {
  background-color: #e74c3c;
  color: #fff;
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.p-trade-table__btn-area .delete-button:hover,
.p-client-table__btn-area .delete-button:hover,
.p-news-table__btn-area .delete-button:hover,
.p-blog-table__btn-area .delete-button:hover,
.p-category-list__table__btn-area .delete-button:hover,
.p-ctg-tag-table-wrap__btn-area .delete-button:hover {
  background-color: #c0392b;
}

.p-client-table-wrap,
.p-news-table-wrap,
.p-blog-table-wrap,
.p-ctg-tag-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 32px;
}
.p-client-table-wrap::-webkit-scrollbar,
.p-news-table-wrap::-webkit-scrollbar,
.p-blog-table-wrap::-webkit-scrollbar,
.p-ctg-tag-table::-webkit-scrollbar {
  height: 8px;
}
.p-client-table-wrap::-webkit-scrollbar-thumb,
.p-news-table-wrap::-webkit-scrollbar-thumb,
.p-blog-table-wrap::-webkit-scrollbar-thumb,
.p-ctg-tag-table::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.p-client-table-wrap .list-number,
.p-news-table-wrap .list-number,
.p-blog-table-wrap .list-number,
.p-ctg-tag-table .list-number {
  text-decoration: underline;
  color: #3498db;
}
.p-client-table-wrap .p-client-table-btn-area,
.p-client-table-wrap .p-news-table-btn-area,
.p-client-table-wrap .p-ctg-tag-table__btn-area,
.p-client-table-wrap .p-refund-list__actions,
.p-news-table-wrap .p-client-table-btn-area,
.p-news-table-wrap .p-news-table-btn-area,
.p-news-table-wrap .p-ctg-tag-table__btn-area,
.p-news-table-wrap .p-refund-list__actions,
.p-blog-table-wrap .p-client-table-btn-area,
.p-blog-table-wrap .p-news-table-btn-area,
.p-blog-table-wrap .p-ctg-tag-table__btn-area,
.p-blog-table-wrap .p-refund-list__actions,
.p-ctg-tag-table .p-client-table-btn-area,
.p-ctg-tag-table .p-news-table-btn-area,
.p-ctg-tag-table .p-ctg-tag-table__btn-area,
.p-ctg-tag-table .p-refund-list__actions {
  display: flex;
  gap: 8px;
}
.p-client-table-wrap .detail-button,
.p-news-table-wrap .detail-button,
.p-blog-table-wrap .detail-button,
.p-ctg-tag-table .detail-button {
  white-space: nowrap;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #212121;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.p-client-table-wrap .detail-button:hover,
.p-news-table-wrap .detail-button:hover,
.p-blog-table-wrap .detail-button:hover,
.p-ctg-tag-table .detail-button:hover {
  opacity: 0.7;
}
.p-client-table-wrap .edit-button,
.p-news-table-wrap .edit-button,
.p-blog-table-wrap .edit-button,
.p-ctg-tag-table .edit-button {
  white-space: nowrap;
  display: inline-block;
  padding: 6px 12px;
  background-color: #212121;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.p-client-table-wrap .edit-button:hover,
.p-news-table-wrap .edit-button:hover,
.p-blog-table-wrap .edit-button:hover,
.p-ctg-tag-table .edit-button:hover {
  opacity: 0.7;
}

.p-ctg-tag-table .detail-button {
  white-space: nowrap;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #212121;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.p-ctg-tag-table .detail-button:hover {
  opacity: 0.7;
}
.p-ctg-tag-table .edit-button {
  white-space: nowrap;
  display: inline-block;
  padding: 6px 12px;
  background-color: #212121;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.p-ctg-tag-table .edit-button:hover {
  opacity: 0.7;
}

.p-trade-search {
  margin-bottom: 32px;
}
.p-trade-search .p-trade-search__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-end;
}
.p-trade-search .p-trade-search__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 160px;
}
@media (max-width: 576px) {
  .p-trade-search .p-trade-search__group {
    min-width: auto;
    width: 100%;
  }
}
.p-trade-search .p-trade-search__group label {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.p-trade-search .p-trade-search__group input[type=text],
.p-trade-search .p-trade-search__group input[type=date],
.p-trade-search .p-trade-search__group select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-trade-search .p-trade-search__range {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 576px) {
  .p-trade-search .p-trade-search__range {
    flex-wrap: wrap;
  }
}
.p-trade-search .separator {
  color: #666;
  font-size: 14px;
}
.p-trade-search .p-trade-search__submit {
  margin-top: 24px;
}
@media (max-width: 576px) {
  .p-trade-search .p-trade-search__submit {
    margin-top: 8px;
  }
}
.p-trade-search .p-trade-search__submit button {
  padding: 9px 19px;
  background-color: #00B8C4;
  color: #fff;
  font-weight: bold;
  border: 1px solid #00B8C4;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.2s ease;
}
.p-trade-search .p-trade-search__submit button:hover {
  background-color: rgb(0, 136.1224489796, 145);
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-modal.hidden {
  display: none;
}
.c-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.c-modal__content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 400px;
  text-align: center;
}
.c-modal__text {
  font-size: 16px;
  margin-bottom: 24px;
}
.c-modal__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.c-modal__buttons .c-btn {
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
}
.c-modal__buttons .c-btn.cancel {
  background-color: #f4f4f4;
  color: #333;
  border: 1px solid #ccc;
}
.c-modal__buttons .c-btn.cancel:hover {
  background-color: #e0e0e0;
}
.c-modal__buttons .c-btn.primary {
  background-color: #00B8C4;
  color: #fff;
}
.c-modal__buttons .c-btn.primary:hover {
  background-color: rgb(0, 145.6979591837, 155.2);
}

.c-client-tool__status,
.c-client-tool__status-btn {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.c-client-tool__status.-pending,
.c-client-tool__status-btn.-pending {
  background-color: rgba(52, 152, 219, 0.15);
  color: #3498db;
}
.c-client-tool__status.-edit-approved,
.c-client-tool__status-btn.-edit-approved {
  background-color: rgba(46, 204, 113, 0.15);
  color: #2ecc71;
}
.c-client-tool__status.-approved,
.c-client-tool__status-btn.-approved {
  background-color: rgba(39, 174, 96, 0.15);
  color: #27ae60;
}
.c-client-tool__status.-request,
.c-client-tool__status-btn.-request {
  background-color: rgba(230, 126, 34, 0.15);
  color: #e67e22;
  border: 1px solid #e67e22;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-client-tool__status.-request:hover,
.c-client-tool__status-btn.-request:hover {
  background-color: #e67e22;
  color: #fff;
}

/* クライアントプロフィール編集 */
.p-profile-form__gpt-button {
  display: inline-block !important;
  align-items: end;
  margin-bottom: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  background-color: #f0f4ff;
  color: #3498db;
  border: 1px solid #3498db;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-profile-form__gpt-button-wrap {
  display: flex;
  justify-content: end;
}
.p-profile-form__gpt-button:hover {
  background-color: #dceaff;
  color: #1e4aa8;
}
.p-profile-form__gpt-button:active {
  background-color: #c6ddff;
}

.p-profile-form__item select {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23999' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
.p-profile-form__item select:focus {
  border-color: #49FFF9;
  box-shadow: 0 0 0 2px rgba(91, 158, 255, 0.2);
  outline: none;
}

/*　ユーザープロフィール */
.p-profile-form__item input[readonly] {
  background-color: inherit;
  color: #212121;
  cursor: not-allowed;
  border: none;
  padding: 0px;
}

.p-profile-form__readonly-text {
  background-color: #f5f5f5;
  padding: 10px 12px;
  border: 1px solid #ddd;
  color: #555;
  border-radius: 4px;
}

/* お知らせ一覧　*/
.p-news-list-create-btn,
.p-blog-list-create-btn {
  display: flex;
  justify-content: end;
}
.p-news-list-create-btn .c-btn.-primary,
.p-blog-list-create-btn .c-btn.-primary {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 40px;
  background-color: #212121;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.p-news-list-create-btn .c-btn.-primary:hover,
.p-blog-list-create-btn .c-btn.-primary:hover {
  opacity: 0.7;
}

/*　お知らせ作成 */
.p-news-create__form,
.p-blog-create__form,
.p-category-create__form,
.p-tag-create__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
}
.p-news-create__note,
.p-blog-create__note,
.p-category-create__note,
.p-tag-create__note {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}
.p-news-create__item,
.p-blog-create__item,
.p-category-create__item,
.p-tag-create__item {
  display: flex;
  flex-direction: column;
}
.p-news-create__item .-meta,
.p-blog-create__item .-meta,
.p-category-create__item .-meta,
.p-tag-create__item .-meta {
  margin-bottom: 8px;
}
.p-news-create__item .-meta p,
.p-blog-create__item .-meta p,
.p-category-create__item .-meta p,
.p-tag-create__item .-meta p {
  margin-bottom: 8px;
}
.p-news-create__item label,
.p-blog-create__item label,
.p-category-create__item label,
.p-tag-create__item label {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}
.p-news-create__item input[type=date],
.p-news-create__item select,
.p-news-create__item textarea,
.p-blog-create__item input[type=date],
.p-blog-create__item select,
.p-blog-create__item textarea,
.p-category-create__item input[type=date],
.p-category-create__item select,
.p-category-create__item textarea,
.p-tag-create__item input[type=date],
.p-tag-create__item select,
.p-tag-create__item textarea {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  background-color: #fdfdfd;
}
.p-news-create__item input[type=date]:focus,
.p-news-create__item select:focus,
.p-news-create__item textarea:focus,
.p-blog-create__item input[type=date]:focus,
.p-blog-create__item select:focus,
.p-blog-create__item textarea:focus,
.p-category-create__item input[type=date]:focus,
.p-category-create__item select:focus,
.p-category-create__item textarea:focus,
.p-tag-create__item input[type=date]:focus,
.p-tag-create__item select:focus,
.p-tag-create__item textarea:focus {
  border-color: #49FFF9;
  outline: none;
}
@media (max-width: 768px) {
  .p-news-create__item input[type=date],
  .p-news-create__item select,
  .p-news-create__item textarea,
  .p-blog-create__item input[type=date],
  .p-blog-create__item select,
  .p-blog-create__item textarea,
  .p-category-create__item input[type=date],
  .p-category-create__item select,
  .p-category-create__item textarea,
  .p-tag-create__item input[type=date],
  .p-tag-create__item select,
  .p-tag-create__item textarea {
    max-width: none;
  }
}
.p-news-create__item textarea,
.p-blog-create__item textarea,
.p-category-create__item textarea,
.p-tag-create__item textarea {
  resize: vertical;
}
.p-news-create__item input[type=text],
.p-blog-create__item input[type=text],
.p-category-create__item input[type=text],
.p-tag-create__item input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.p-news-create__item input[type=text]:focus,
.p-blog-create__item input[type=text]:focus,
.p-category-create__item input[type=text]:focus,
.p-tag-create__item input[type=text]:focus {
  border-color: #49FFF9;
  outline: none;
}
.p-news-create__thumb-preview,
.p-blog-create__thumb-preview,
.p-category-create__thumb-preview,
.p-tag-create__thumb-preview {
  width: 200px;
  aspect-ratio: 16/9;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 10px;
  overflow: hidden;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-news-create__thumb-preview,
  .p-blog-create__thumb-preview,
  .p-category-create__thumb-preview,
  .p-tag-create__thumb-preview {
    width: 100%;
  }
}
.p-news-create__thumb-preview img,
.p-blog-create__thumb-preview img,
.p-category-create__thumb-preview img,
.p-tag-create__thumb-preview img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.p-news-create__thumb-preview img.is-show,
.p-blog-create__thumb-preview img.is-show,
.p-category-create__thumb-preview img.is-show,
.p-tag-create__thumb-preview img.is-show {
  display: block;
}
@media (max-width: 768px) {
  .p-news-create__thumb-preview img,
  .p-blog-create__thumb-preview img,
  .p-category-create__thumb-preview img,
  .p-tag-create__thumb-preview img {
    max-width: none !important;
  }
}
.p-news-create__btn-area,
.p-blog-create__btn-area,
.p-category-create__btn-area,
.p-tag-create__btn-area {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.p-news-create__btn-area .c-btn,
.p-blog-create__btn-area .c-btn,
.p-category-create__btn-area .c-btn,
.p-tag-create__btn-area .c-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
@media (max-width: 768px) {
  .p-news-create__btn-area .c-btn,
  .p-blog-create__btn-area .c-btn,
  .p-category-create__btn-area .c-btn,
  .p-tag-create__btn-area .c-btn {
    padding: 12px;
  }
}
.p-news-create__btn-area .c-btn.-primary,
.p-blog-create__btn-area .c-btn.-primary,
.p-category-create__btn-area .c-btn.-primary,
.p-tag-create__btn-area .c-btn.-primary {
  background-color: #212121;
  color: #fff;
  transition: opacity 0.3s ease;
}
.p-news-create__btn-area .c-btn.-primary:hover,
.p-blog-create__btn-area .c-btn.-primary:hover,
.p-category-create__btn-area .c-btn.-primary:hover,
.p-tag-create__btn-area .c-btn.-primary:hover {
  opacity: 0.7;
}
.p-news-create__btn-area .c-btn.-secondary,
.p-blog-create__btn-area .c-btn.-secondary,
.p-category-create__btn-area .c-btn.-secondary,
.p-tag-create__btn-area .c-btn.-secondary {
  background-color: #e0e0e0;
  color: #333;
}
.p-news-create__btn-area .c-btn.-secondary:hover,
.p-blog-create__btn-area .c-btn.-secondary:hover,
.p-category-create__btn-area .c-btn.-secondary:hover,
.p-tag-create__btn-area .c-btn.-secondary:hover {
  background-color: #d5d5d5;
}
.p-news-create__btn-area .c-btn.-danger,
.p-blog-create__btn-area .c-btn.-danger,
.p-category-create__btn-area .c-btn.-danger,
.p-tag-create__btn-area .c-btn.-danger {
  background-color: #f44336;
  color: #fff;
}
.p-news-create__btn-area .c-btn.-danger:hover,
.p-blog-create__btn-area .c-btn.-danger:hover,
.p-category-create__btn-area .c-btn.-danger:hover,
.p-tag-create__btn-area .c-btn.-danger:hover {
  background-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}

.p-blog-create .select-multibox {
  position: relative;
  width: 100%;
  max-width: 360px;
}
.p-blog-create .select-multibox__selected {
  padding: 10px 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}
.p-blog-create .select-multibox__selected::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.p-blog-create .select-multibox__options {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 6px 6px;
  max-height: 200px;
  overflow-y: auto;
  padding: 8px 12px;
}
.p-blog-create .select-multibox__options li {
  margin-bottom: 8px;
}
.p-blog-create .select-multibox__options li label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.p-blog-create .select-multibox__options li label input[type=checkbox] {
  accent-color: #4a90e2;
}
.p-blog-create .select-multibox.is-open .select-multibox__options {
  display: block;
}
.p-blog-create .-meta {
  background-color: #f9f9f9;
  padding: 16px;
  border: 1px dashed #ccc;
  border-radius: 4px;
}
.p-blog-create .-meta p {
  margin: 4px 0;
  font-size: 14px;
}
.p-blog-create .-meta p span {
  font-weight: bold;
  color: #333;
}
.p-blog-create__tags .tag-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.p-blog-create__tags .tag-checkboxes label {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 14px;
}
.p-blog-create__tags .tag-checkboxes label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #dedede;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.p-blog-create__tags .tag-checkboxes label input[type=checkbox]:checked {
  background-color: #3498db;
  border-color: #3498db;
}
.p-blog-create__tags .tag-checkboxes label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.p-blog-create__label {
  margin-bottom: 8px;
}
.p-blog-create__item {
  margin-bottom: 24px;
}
.p-blog-create__item label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-blog-create__item input[type=text],
.p-blog-create__item input[type=file],
.p-blog-create__item input[type=url],
.p-blog-create__item select,
.p-blog-create__item .tag-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.p-blog-create__item #new-category {
  max-width: 300px;
}
.p-blog-create__item .admin-blog__create-ctg {
  margin-bottom: 8px;
}
.p-blog-create__item .tag-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-blog-create__item .tag-list input {
  max-width: 300px;
}
.p-blog-create__item .js-add-tag {
  margin-top: 8px;
}
.p-blog-create__item .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.p-blog-create__item .checkbox-group label {
  display: flex;
  align-items: center;
}
.p-blog-create__item .checkbox-group label input[type=checkbox] {
  margin-right: 6px;
}
.p-blog-create__item .tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.p-blog-create__item .tag-container .tag {
  background: #eee;
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.p-blog-create__item .tag-container .tag .remove-tag {
  margin-left: 6px;
  cursor: pointer;
}
.p-blog-create__item .add-tag-btn {
  margin-top: 8px;
  display: inline-block;
  padding: 6px 12px;
  background-color: #007bff;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.p-blog-create__item .add-tag-btn:hover {
  background-color: #0056b3;
}

.p-category-create textarea {
  max-width: none;
  width: 100%;
}

/* 削除モーダル用の基本スタイル */
.c-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-modal__overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-modal__content {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  max-width: 400px;
  margin: 10% auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.c-modal__btns {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.c-modal.is-active {
  display: block;
}
.c-modal .c-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
@media (max-width: 768px) {
  .c-modal .c-btn {
    padding: 12px;
  }
}
.c-modal .c-btn.-primary {
  background-color: #212121;
  color: #fff;
  transition: opacity 0.3s ease;
}
.c-modal .c-btn.-primary:hover {
  opacity: 0.7;
}
.c-modal .c-btn.-secondary {
  background-color: #e0e0e0;
  color: #333;
}
.c-modal .c-btn.-secondary:hover {
  background-color: #d5d5d5;
}
.c-modal .c-btn.-danger {
  background-color: #f44336;
  color: #fff;
}
.c-modal .c-btn.-danger:hover {
  background-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}

.p-news-complete-inner,
.p-blog-complete-inner,
.p-category-complete-inner,
.p-tag-complete-inner {
  padding: 40px 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-news-complete-inner,
  .p-blog-complete-inner,
  .p-category-complete-inner,
  .p-tag-complete-inner {
    padding: 20px 12px;
  }
}
.p-news-complete__item,
.p-blog-complete__item,
.p-category-complete__item,
.p-tag-complete__item {
  margin-bottom: 24px;
}
.p-news-complete__item label,
.p-blog-complete__item label,
.p-category-complete__item label,
.p-tag-complete__item label {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.p-news-complete__item p,
.p-blog-complete__item p,
.p-category-complete__item p,
.p-tag-complete__item p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
.p-news-complete__content,
.p-blog-complete__content,
.p-category-complete__content,
.p-tag-complete__content {
  background: #f9f9f9;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.p-news-complete__btn-area,
.p-blog-complete__btn-area,
.p-category-complete__btn-area,
.p-tag-complete__btn-area {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.p-news-complete__btn-area .c-btn,
.p-blog-complete__btn-area .c-btn,
.p-category-complete__btn-area .c-btn,
.p-tag-complete__btn-area .c-btn {
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.p-news-complete__btn-area .c-btn.is-edit,
.p-blog-complete__btn-area .c-btn.is-edit,
.p-category-complete__btn-area .c-btn.is-edit,
.p-tag-complete__btn-area .c-btn.is-edit {
  background-color: #212121;
  color: #fff;
}
.p-news-complete__btn-area .c-btn.is-back,
.p-blog-complete__btn-area .c-btn.is-back,
.p-category-complete__btn-area .c-btn.is-back,
.p-tag-complete__btn-area .c-btn.is-back {
  background-color: #ccc;
  color: #333;
}
.p-news-complete__btn-area .c-btn:hover,
.p-blog-complete__btn-area .c-btn:hover,
.p-category-complete__btn-area .c-btn:hover,
.p-tag-complete__btn-area .c-btn:hover {
  opacity: 0.85;
}
.p-news-complete__message,
.p-blog-complete__message,
.p-category-complete__message,
.p-tag-complete__message {
  margin-bottom: 16px;
}
.p-news-complete__thumbnail,
.p-blog-complete__thumbnail,
.p-category-complete__thumbnail,
.p-tag-complete__thumbnail {
  width: 200px;
  aspect-ratio: 16/9;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 10px;
  overflow: hidden;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-news-complete__thumbnail,
  .p-blog-complete__thumbnail,
  .p-category-complete__thumbnail,
  .p-tag-complete__thumbnail {
    width: 100%;
  }
}
.p-news-complete__thumbnail img,
.p-blog-complete__thumbnail img,
.p-category-complete__thumbnail img,
.p-tag-complete__thumbnail img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-complete__thumbnail img.is-show,
.p-blog-complete__thumbnail img.is-show,
.p-category-complete__thumbnail img.is-show,
.p-tag-complete__thumbnail img.is-show {
  display: block;
}
@media (max-width: 768px) {
  .p-news-complete__thumbnail img,
  .p-blog-complete__thumbnail img,
  .p-category-complete__thumbnail img,
  .p-tag-complete__thumbnail img {
    max-width: none !important;
  }
}

/*　カテゴリーリスト */
.p-category-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.p-category-list .p-ctg-table__btn-area {
  display: flex;
  gap: 8px;
}
.p-category-list .detail-button {
  white-space: nowrap;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #212121;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.p-category-list .detail-button:hover {
  opacity: 0.7;
}
.p-category-list .edit-button {
  white-space: nowrap;
  display: inline-block;
  padding: 6px 12px;
  background-color: #212121;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.p-category-list .edit-button:hover {
  opacity: 0.7;
}
.p-category-list .delete-button {
  white-space: nowrap;
  background-color: #e74c3c;
  color: #fff;
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.p-category-list .delete-button:hover {
  background-color: #c0392b;
}
.p-category-list__note {
  font-weight: bold;
  color: #333;
}
.p-category-list__table {
  border-radius: 8px;
  width: 100%;
  overflow-x: auto;
}
.p-category-list__table td {
  background-color: #fff;
}

/*　掛け合わせ */
.p-ctg-tag-table {
  border-radius: 8px;
  width: 100%;
  overflow-x: auto;
}
.p-ctg-tag-table td {
  background-color: #fff;
  overflow: hidden;
}
.p-ctg-tag-table__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.p-ctg-tag-table__filter label {
  font-weight: 700;
  margin-right: 10px;
}
.p-ctg-tag-table__filter select {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 200px;
}
.p-ctg-tag-table__tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}
.p-ctg-tag-table__tabs button {
  background: none;
  border: none;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.2s ease;
  border-bottom: 3px solid transparent;
}
.p-ctg-tag-table__tabs button.is-active {
  color: #49FFF9;
}
.p-ctg-tag-table__tabs button:hover {
  opacity: 0.8;
}

.p-category-tag-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 30px;
}
.p-category-tag-filter__select {
  display: flex;
  flex-direction: column;
}
.p-category-tag-filter__select label {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
}
.p-category-tag-filter__select select {
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 200px;
  background-color: #fff;
}
.p-category-tag-filter__select select:focus {
  border-color: #49FFF9;
}

.c-tab {
  margin-bottom: 20px;
}
.c-tab__nav {
  display: flex;
  border-bottom: 2px solid #ddd;
}
.c-tab__nav-item {
  cursor: pointer;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 15px;
  color: #555;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
}
.c-tab__nav-item:hover {
  color: #3498db;
}
.c-tab__nav-item.is-active {
  color: #3498db;
  border-color: #3498db;
  background-color: #f8f8f8;
}

.p-ctg-tag-table-wrap {
  display: none;
  width: 100%;
  overflow-x: auto;
}
.p-ctg-tag-table-wrap.is-active {
  display: block;
}

/* 返金申請一覧 */
.p-refund-list .detail-button {
  white-space: nowrap;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #212121;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.p-refund-list .detail-button:hover {
  opacity: 0.7;
}
.p-refund-list .is-pending {
  color: #c0392b;
}

.p-refund-detail h2 {
  font-size: 24px;
  margin-bottom: 1em;
}
.p-refund-detail__form {
  background-color: #fff;
  border-radius: 6px;
  padding: 24px;
}
@media (max-width: 576px) {
  .p-refund-detail__form {
    padding: 12px;
  }
}
.p-refund-detail__form .c-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 240px;
  padding: 10px 40px 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.p-refund-detail__form .c-select:hover {
  border-color: #888;
}
.p-refund-detail__form .c-select:focus {
  border-color: #49FFF9;
  outline: none;
}
.p-refund-detail__form .form-group {
  margin-bottom: 24px;
}
.p-refund-detail__form .form-group label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.p-refund-detail__form .form-group .email-copy {
  display: flex;
  align-items: center;
  gap: 1em;
}
.p-refund-detail__form .form-group .email-copy .copy-btn {
  padding: 0.5em 1em;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.p-refund-detail__form .form-group textarea {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  resize: vertical;
}
.p-refund-detail__form .form-group textarea:focus {
  border-color: #49FFF9;
  outline: none;
}
.p-refund-detail__form .form-actions {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.p-refund-detail__form .form-actions .btn-submit {
  background-color: #212121;
  color: #fff;
  font-weight: 700;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.p-refund-detail__form .form-actions .btn-submit:hover {
  opacity: 0.7;
}
.p-refund-detail__form .form-actions .btn-cancel {
  background-color: #ccc;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.p-refund-detail__form .form-actions .btn-cancel:hover {
  background-color: #999;
}

.p-refund-update {
  padding: 32px;
  background-color: #fff;
}
.p-refund-update__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-refund-update__message {
  background-color: #e6f3ff;
  border: 1px solid #91c4f2;
  color: #0a4c8b;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.6;
}
.p-refund-update__form {
  max-width: 600px;
}
.p-refund-update__item {
  margin-bottom: 20px;
}
.p-refund-update__item label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-refund-update__item textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
}
.p-refund-update__buttons {
  display: flex;
  gap: 16px;
}
.p-refund-update__buttons .c-button {
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.p-refund-update__buttons .c-button--primary {
  background-color: #007bff;
  color: #fff;
  border: none;
}
.p-refund-update__buttons .c-button--primary:hover {
  background-color: #0056b3;
}
.p-refund-update__buttons .c-button--cancel {
  background-color: #ccc;
  color: #333;
}
.p-refund-update__buttons .c-button--cancel:hover {
  background-color: #aaa;
}

.p-refund-complete .p-alert {
  margin-bottom: 24px;
}
.p-refund-complete .aleart {
  color: #c0392b;
}

/* レビュー一覧 */
.p-review-list {
  width: 100%;
}
.p-review-list thead {
  background-color: #dedede !important;
}
.p-review-list th,
.p-review-list td {
  padding: 12px 10px;
  text-align: left;
  vertical-align: middle;
}
.p-review-list th {
  font-weight: bold;
}
.p-review-list__rating {
  display: flex;
  gap: 2px;
}
.p-review-list__rating .star {
  color: #ccc;
  font-size: 16px;
}
.p-review-list__rating .star.active {
  color: #f5a623;
}
.p-review-list__actions {
  text-align: center;
}
.p-review-list__actions .edit-button {
  padding: 6px 12px;
  font-size: 13px;
  background-color: #212121;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-review-list__actions .edit-button:hover {
  opacity: 0.7;
}

.p-review-header {
  display: flex;
  justify-content: flex-end;
  margin: 16px 0;
}
.p-review-header .c-button--export {
  padding: 8px 16px;
  font-size: 14px;
  background-color: #27ae60;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.p-review-header .c-button--export:hover {
  background-color: #219150;
}

.error-text {
  color: #e74c3c;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}
.error-text img {
  width: 100%;
  max-width: 32px;
}

/* ユーザープロフィール詳細 */
.c-dashboard-card-admin .error-text img {
  max-width: 24px;
}
.c-dashboard-card .error-text img {
  max-width: 18px;
}

/*  返金申請　*/
.tool-lisk img {
  max-width: 24px;
}

.admin-client-profile-tool-list .c-client-tool__detail-status {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.admin-client-profile-tool-list .c-client-tool__detail-status .status {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: #ffff00;
}
.admin-client-profile-tool-list .c-client-tool__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.admin-client-profile-tool-list .c-client-tool__btn-edit {
  white-space: nowrap;
}
.admin-client-profile-tool-list .c-client-tool-list__item-inner {
  flex-direction: column;
}
.admin-client-profile-tool-list .c-client-tool-list__item-left {
  width: 100%;
}
.admin-client-profile-tool-list .c-client-tool__detail-status {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.admin-client-profile-tool-list .c-client-tool__img {
  max-width: 200px;
}
@media (max-width: 768px) {
  .admin-client-profile-tool-list .c-client-tool__img {
    max-width: none;
  }
}
.admin-client-profile-tool-list .c-client-tool__intro {
  text-align: start;
}
.admin-client-profile-tool-list .c-client-tool__meta {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.admin-client-profile-tool-list .c-client-tool__meta-item {
  width: 50%;
}
.admin-client-profile-tool-list .c-client-tool__meta-item a {
  display: block;
  padding: 24px;
  font-weight: 700;
  background-color: #dedede;
  transition: all 0.3s ease;
}
.admin-client-profile-tool-list .c-client-tool__meta-item a:hover {
  opacity: 0.7;
}

.c-load-more-wrap {
  text-align: center;
  margin: 40px 0;
}

.c-btn-load-more {
  padding: 12px 32px;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.c-btn-load-more:hover {
  background-color: #555;
}
.c-btn-load-more:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.p-review-list__actions .edit-button {
  white-space: nowrap;
  font-weight: 700;
}

.p-tool-thumbnail__scan {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.c-button.is-scan {
  background-color: #4caf50;
  color: #fff;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.scan-result {
  color: #4caf50;
  font-weight: bold;
}

.file-link {
  text-decoration: underline;
  color: #3498db;
}

.p-tool-form__item .ctg-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.p-tool-form__item.admin-video-check {
  margin-bottom: 2rem;
}
.p-tool-form__item.admin-video-check video {
  width: 100%;
  max-width: 600px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.p-tool-form__item.admin-video-check .p-tool-review-checks {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.p-tool-form__item.admin-video-check .p-tool-review-checks label {
  display: inline-block !important;
  margin-bottom: 8px;
}
.p-tool-form__item.admin-video-check .p-tool-review-checks label input[type=checkbox] {
  margin-right: 0.5em;
}
.p-tool-form__item.admin-video-check .p-tool-review-comment {
  margin-top: 1.5rem;
}
.p-tool-form__item.admin-video-check .p-tool-review-comment label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
.p-tool-form__item.admin-video-check .p-tool-review-comment textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  resize: vertical;
}
.p-tool-form__item.admin-video-check .p-tool-review-status {
  margin-top: 1.5rem;
}
.p-tool-form__item.admin-video-check .p-tool-review-status label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.p-tool-form__item.admin-video-check .p-tool-review-status select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.admin-tool-edit .p-tool-review-checks label {
  display: inline-block !important;
}

.p-ctg-tag-list__table__table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.p-ctg-tag-list__table table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}
.p-ctg-tag-list__table table th, .p-ctg-tag-list__table table td {
  white-space: nowrap;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 14px;
}

.ctg-tag-chat-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  line-height: 1.5;
  max-height: 4.5em;
}

.c-tab {
  overflow-x: auto;
}

.p-ctg-tag-table {
  display: none;
}
.p-ctg-tag-table.is-active {
  display: block;
}

.detail-button {
  white-space: nowrap;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #212121;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.detail-button:hover {
  opacity: 0.7;
}

.edit-button {
  white-space: nowrap;
  display: inline-block;
  padding: 6px 12px;
  background-color: #212121;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.edit-button:hover {
  opacity: 0.7;
}

.delete-button {
  white-space: nowrap;
  background-color: #e74c3c;
  color: #fff;
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.delete-button:hover {
  background-color: #c0392b;
}

.p-ctg-table__btn-area {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.p-category-tag-filter__selects {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.p-category-tag-filter__selects .p-category-tag-filter__select {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.p-category-tag-filter__selects .p-category-tag-filter__select label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #333;
}
.p-category-tag-filter__selects .p-category-tag-filter__select select {
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;
}
.p-category-tag-filter__selects .p-category-tag-filter__select select:focus {
  outline: none;
  border-color: #49FFF9;
}

.p-category-tag-filter2 .p-ctg-tag-table {
  background-color: inherit;
}

.select-multibox {
  position: relative;
  border-radius: 6px;
  min-height: 40px;
  background: #fff;
  cursor: pointer;
  outline: none;
  transition: border 0.2s;
}

.select-multibox:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

.select-multibox__selected {
  font-size: 14px;
  color: #333;
}

.select-multibox__options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  margin: 4px 0 0;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
}

.select-multibox.open .select-multibox__options {
  display: block;
}

.select-multibox__options li {
  padding: 4px 12px;
  font-size: 14px;
}

.select-multibox__options input[type=checkbox] {
  margin-right: 6px;
}

.tag-list2 {
  display: flex;
  gap: 8px;
}
.tag-list2 label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14pxo;
}
.tag-list2 label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #dedede;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.tag-list2 label input[type=checkbox]:checked {
  background-color: #3498db;
  border-color: #3498db;
}
.tag-list2 label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #212121;
}

/* ベースのフォントサイズ */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.swal-title {
  font-size: 14px !important;
}

.required-span {
  color: #e55353;
  margin-left: 2px;
}

.error-message {
  color: #f34541;
  margin-top: 5px;
  font-size: 12px;
}

.p-trade-search .p-trade-search__submit .clear {
  border: 1px solid #212121;
  color: #212121;
  background-color: white;
}

.p-trade-search .p-trade-search__submit .clear:hover {
  opacity: 0.7;
  background-color: unset;
}

.status-published {
  background-color: #4caf50;
  color: white;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px;
}

.flex-table {
  width: 100%;
}

td {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.status-waiting {
  background-color: #ffff00;
  color: black;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px;
}

.status-closed {
  background-color: #e55353;
  color: white;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-header__logo img {
  height: 36px;
  width: auto;
  display: block;
}

@media (max-width: 768px) {
  .c-header__logo img {
    height: 28px;
    max-width: none;
  }
}

.c-footer__brand-logo img {
  width: 160px;
  height: auto;
}
/*# sourceMappingURL=style.css.map */

/* トップの p-feature 見出し：3つの文をスロットのように入れ替える（2026-08-28） */
.p-feature__slot {
  display: grid;
  justify-items: center;
}

.p-feature__slot-item {
  grid-area: 1/1;
  width: 100%;
  opacity: 0;
}

/* アニメーションが効かない環境では1つ目だけを静止表示する */
.p-feature__slot-item:first-child {
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .p-feature__slot-item,
  .p-feature__slot-item:first-child {
    opacity: 0;
    animation: pFeatureSlot 18s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  }
  .p-feature__slot-item:nth-child(2) {
    animation-delay: 6s;
  }
  .p-feature__slot-item:nth-child(3) {
    animation-delay: 12s;
  }
}

@keyframes pFeatureSlot {
  0% {
    opacity: 0;
    transform: translateY(0.8em);
  }
  2%, 32% {
    opacity: 1;
    transform: translateY(0);
  }
  35%, 100% {
    opacity: 0;
    transform: translateY(-0.8em);
  }
}
