/* カスタマイズ用CSS */

/* ===== トップページ（index） ===== */

.info_oh {
  max-width: 1000px;
  margin: 60px auto 40px;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 6px;
  background: #0265c2;
}
p.info_oh_txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
.price-shop-btn {
  width: 70%;
  font-size: clamp(10px, 2.6vw, 18px);
  font-weight: bold;
  text-shadow: 2px 2px 0 orange;
  background: linear-gradient(#e6e6fa, #f5f5f5);
  border: 2px solid;
  border-radius: 20px;
  margin: 1% auto;
  text-align: center;
}
.price-shop-btn:hover {
  color: royalblue;
  background: linear-gradient(#f5f5f5, #e6e6fa);
}
.price-infobtn {
  padding: 2% 10%;
  border-radius: 20px;
}
.price-infobtn:hover {
  text-decoration: none;
}
.haisou-jouhou1 {
  border: 1px solid black;
  background: linear-gradient(#e6e6fa, #f5f5f5);
}
.haisou-jouhou1:hover {
  color: royalblue;
  background: linear-gradient(#f5f5f5, #e6e6fa);
  border: none;
}
.haisou-jouhou2 {
  border: 1px solid black;
  background: linear-gradient(#e6e6fa, #f5f5f5);
}
.haisou-jouhou2:hover {
  color: crimson;
  background: linear-gradient(#f5f5f5, #e6e6fa);
  border: none;
}
.shop-banner {
  display: block;
  max-width: 1200px;
  width: 100%;
  height: 30px;
  background-color: #001f4d;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-family: sans-serif;
  font-size: 14px;
  text-decoration: none;
  margin: 0 auto;
  box-sizing: border-box;
}
.notice-box {
  width: 100%;
  max-width: 1250px;
  margin: 2% auto;
  padding: 1.5% 8%;
  border: 1px solid #333;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 1.1em;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .notice-box {
    padding: 4% 5%;
    font-size: 1em;
  }
}
.info-box {
  max-width: 1000px;
  margin: 2% auto;
  padding: 1em;
  border: 2px solid #0366C2;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-family: sans-serif;
}
.info-box h2 {
  font-size: 16px;
  background: #f2f2f2;
  padding: 0.4em;
  text-align: center;
  margin: 0 0 0.8em;
}
.info-box a {
  color: #005bac;
  text-decoration: underline;
  margin-right: 1em;
  white-space: nowrap;
}
.invoice-btn {
  display: inline-block;
  font-size: 1.5vw;
  background: #f6fcd3;
  border: 2px solid rgb(175, 130, 71);
  padding: 1em 2em;
  margin-top: 2%;
  text-align: center;
  color: #e66800;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
}
.invoice-wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .invoice-btn {
    font-size: 16px;
    width: 90%;
    padding: 1em;
  }
}

/* ========================================
   ナビゲーション（ACT JAPAN カスタムナビ）
   旧サイト合わせ: 上段60px + 下段71px = 131px
   ======================================== */

.act-navbar {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.act-navbar__top {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /*padding: 10px 16px;*/
    padding: 0px;
    background: #fff;
}

.act-navbar__logo {
    padding: 10px 16px;
}

.act-navbar__logo img {
    display: block;
    height: 39px;
    width: auto;
}

.act-navbar__top-links {
    display: flex;
    /* align-items: center; */
    list-style: none;
    margin: 0;
    padding: 0;
    /* gap: 4px; */
}

.act-navbar__top-links li a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 16px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    height: 100%;
}

.act-navbar__top-links li a:hover {
    color: #005bac;
}

.act-navbar__shop-btn a {
    background: #102d5f;
    color: #fff !important;
    /* border-radius: 3px; */
    font-weight: bold;
}

.act-navbar__shop-btn a:hover {
    background: #102d5f;
    color: #fff !important;
}

.act-navbar__fb-btn a {
    background: #1e56b3;
    color: #fff !important;
    /* border-radius: 3px; */
    font-size: 18px !important;
}

.act-navbar__bottom {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}

.act-navbar__main-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: stretch;
}

.act-navbar__main-links li {
    flex: 1;
    border-right: 1px solid #ddd;
    text-align: center;
}

.act-navbar__main-links li:first-child {
    border-left: 1px solid #ddd;
}

.act-navbar__main-links li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    white-space: normal;
    line-height: 1.3;
}

.act-navbar__main-links li a:hover {
    background: #e0e0e0;
    color: #005bac;
}

.act-navbar__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.act-navbar__toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: #333;
    transition: 0.3s;
}

.act-navbar__drawer {
    display: none;
    background: #fff;
    border-top: 1px solid #ddd;
}

.act-navbar__drawer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.act-navbar__drawer ul li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.act-navbar__drawer ul li a:hover {
    background: #f5f5f5;
}

.act-navbar__drawer.is-open {
    display: block;
}

body {
    /*padding-top: 131px !important;*/
}

.ec-layoutRole .ec-layoutRole__contents {
    margin: 108px auto 80px;
    max-width: 1350px;
}

ul {
    list-style: none;
    padding-left: 0px;
}

@media (max-width: 767px) {
    body {
        padding-top: 60px !important;
    }
    .act-navbar__top-links {
        display: none;
    }
    .act-navbar__bottom {
        display: none;
    }
    .act-navbar__toggle {
        display: flex;
    }
}

/* ================================================
   reason_page（ACTの誕生背景と性能保証）
   ================================================ */

.reason_wrap {
    margin: 0 auto;
    padding: 0 0 60px;
}

.article-header {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.reason_fullimg {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}
.reason_fullimg img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}
.reason_fullimg--rudolf img {
    height: 420px;
    object-fit: cover;
    object-position: center top;
}

.reason_text_block {
    padding: 0 20px;
    margin-bottom: 36px;
}

.reason_section_heading {
    padding: 0 20px;
}
.reason_section_heading h2 {
    display: inline-block;
    font-size: 1.7rem;
    color: #1a4fa0;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 8px;
}
.reason_section_heading h2 a {
    color: inherit;
    text-decoration: none;
}
.reason_section_heading h2 a:hover {
    opacity: 0.8;
}

.reason_section_label {
    margin: 40px 0 20px;
}
.reason_section_label h2 {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
}

.reason_text_block h3 {
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
    border-left: 4px solid #1a4fa0;
    padding-left: 10px;
}
.reason_text_block p {
    line-height: 1.9;
    color: #444;
}

.reason_developer_title {
    font-size: 1.1rem;
    color: #555;
    text-align: center;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
}
.reason_history_body {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 40px;
}
.reason_history_img {
    flex: 0 0 220px;
}
.reason_history_img img {
    width: 100%;
    border-radius: 4px;
    display: block;
}
.reason_history_text {
    flex: 1;
}
.reason_history_text p {
    line-height: 1.9;
    color: #444;
    margin-bottom: 14px;
}
.reason_history_subtitle {
    font-style: italic;
    color: #1a4fa0;
    font-weight: bold;
    font-size: 1.05rem;
}

.reason_warranty_lead {
    text-align: center;
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 20px;
}
.reason_warranty_box {
    border: 2px solid #1a4fa0;
    border-radius: 6px;
    padding: 30px 36px;
    margin-bottom: 40px;
    background: #f8faff;
}
.reason_warranty_box h3 {
    font-size: 1.25rem;
    color: #1a4fa0;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.reason_warranty_box p {
    line-height: 1.9;
    color: #444;
    margin-bottom: 14px;
}
.reason_warranty_note {
    font-size: 0.9rem;
    color: #666;
    background: #fff;
    border-left: 3px solid #ccc;
    padding: 10px 14px;
}

.reason_feature {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 6px;
    margin-bottom: 50px;
}
.reason_feature_heading {
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}
.reason_link {
    color: #1a4fa0;
    text-decoration: underline;
    font-weight: bold;
}
.reason_link:hover {
    opacity: 0.8;
}

.reason_scene_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 10px;
}
.reason_scene_item {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.reason_scene_item:hover .reason_scene_img img {
    transform: scale(1.05);
}
.reason_scene_img {
    overflow: hidden;
}
.reason_scene_img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.reason_scene_label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    padding: 10px 8px;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .reason_wrap {
        padding: 0 15px 40px;
    }
    .reason_fullimg img {
        height: 200px;
    }
    .reason_fullimg--rudolf img {
        height: 260px;
    }
    .reason_history_body {
        flex-direction: column;
        gap: 20px;
    }
    .reason_history_img {
        flex: none;
        width: 160px;
        margin: 0 auto;
    }
    .reason_warranty_box {
        padding: 20px;
    }
    .reason_feature {
        padding: 24px 18px;
    }
    .reason_scene_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .reason_scene_img img {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .reason_scene_grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ===== 製品紹介ページ（product_index） ===== */

.products_wrap {
    max-width: 1350px;
    margin: 0 auto;
    padding: 40px 20px;
}

.products_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.products_item {
    display: block;
    text-decoration: none;
    color: #333;
}

.products_item:hover {
    opacity: 0.85;
}

.products_item__img img {
    width: 100%;
    height: auto;
    display: block;
}

.products_item__info {
    padding: 10px 0;
}

.products_item__name {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 15px;
}

.products_item__desc {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.products_banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.products_banner__item img {
    width: 100%;
    height: auto;
    display: block;
}

.products_banner__item:hover {
    opacity: 0.85;
}

@media (max-width: 767px) {
    .products_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .products_banner {
        grid-template-columns: 1fr;
    }
}

/* ===== キャンペーンページ（campaign） ===== */

.campaign_wrap {
    max-width: 1350px;
    margin: 0 auto;
    padding: 40px 20px;
}

.archive_boxwrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.archive_boxwrap .archive_box {
    max-width: 100%;
    padding: 0;
}

.archive_box a {
    display: block;
    text-decoration: none;
    color: #333;
    border: 1px solid #e0e0e0;
    transition: opacity 0.2s;
}

.archive_box a:hover {
    opacity: 0.85;
}

.archive_box .photo {
    position: relative;
    overflow: hidden;
}

.archive_box .photo img {
    width: 100%;
    height: auto;
    display: block;
}

.flag_badge {
    display: block;
    width: 100px;
    position: absolute;
    top: 0;
    left: 10px;
}
.flag_badge:after {
    content: url(../../../template/default/assets/img/icon_campaign.png);
}

.archive_box .text {
    padding: 14px 16px;
}

.archive_box .text h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.archive_box .text h2 span {
    display: block;
}

.archive_box .date {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.archive_box .description {
    font-size: 13px;
    line-height: 1.7;
    color: #555;
}

@media (max-width: 767px) {
    .archive_boxwrap {
        grid-template-columns: 1fr;
    }
}

/* ===== 実演販売スケジュールページ（event） ===== */

.event_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px 60px;
}

.event_lead {
    margin-bottom: 30px;
    line-height: 1.8;
    color: #444;
}

.calender_wrap {
    margin-bottom: 40px;
}

.event_area_tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    gap: 6px;
}

.event_area_tabs li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    background: #f9f9f9;
}

.event_area_tabs li a:hover {
    background: #eee;
}

.icon_area {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    flex-shrink: 0;
}

.archive_listwrap h2 {
    font-size: 1.2rem;
    color: #1a4fa0;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 8px;
    margin: 30px 0 16px;
}

.archive_listwrap h2 span {
    display: inline-block;
}

.archive_listwrap .archive_box {
    max-width: 100%;
    border-top: 1px solid #ddd;
    padding: 16px 0;
}

.archive_listwrap .archive_box .text {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.archive_listwrap .archive_box .date {
    font-weight: bold;
    width: 240px;
    flex-shrink: 0;
    font-size: 14px;
    padding-top: 2px;
}

.archive_listwrap .archive_box .info {
    flex: 1;
    font-size: 14px;
    line-height: 1.8;
}

.archive_listwrap .archive_box .link_googlemap {
    flex-shrink: 0;
}


@media (max-width: 767px) {
    .archive_listwrap .archive_box .text {
        flex-direction: column;
        gap: 10px;
    }
    .archive_listwrap .archive_box .date {
        width: auto;
    }
    .event_area_tabs {
        gap: 4px;
    }
    .event_area_tabs li a {
        font-size: 12px;
        padding: 6px 10px;
    }
}

/* ===== 感染予防のレンタルシステム（business_page） ===== */

.business_wrap {
    margin: 0 auto;
    padding: 0 0 60px;
}

.business_section_heading {
    padding: 0 20px;
    margin-bottom: 24px;
}

.business_section_heading h2 {
    display: inline-block;
    font-size: 1.6rem;
    color: #1a4fa0;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 8px;
}

.business_lead_heading {
    padding: 40px 20px 24px;
}

.business_lead_heading h2 {
    font-size: 1.4rem;
    color: #c0392b;
    font-weight: bold;
}

.business_fullimg {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.business_fullimg img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.business_text_block {
    padding: 0 20px;
    margin-bottom: 40px;
}

.business_text_block p {
    line-height: 1.9;
    color: #444;
    margin-bottom: 14px;
}

.business_fcc_note {
    background: #f8faff;
    border-left: 4px solid #1a4fa0;
    padding: 14px 18px !important;
    margin: 20px 0 !important;
}

.business_btn {
    display: inline-block;
    padding: 10px 30px;
    background: #1a4fa0;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
}

.business_btn:hover {
    background: #154090;
    color: #fff;
}

.business_voice {
    padding: 0 0 40px;
}

.business_voice_item {
    padding: 30px 20px;
    border-top: 1px solid #e0e0e0;
}

.business_voice_item h3 {
    font-size: 1.15rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
    border-left: 4px solid #1a4fa0;
    padding-left: 10px;
}

.business_voice_body {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.business_voice_img {
    flex: 0 0 200px;
}

.business_voice_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.business_voice_text {
    flex: 1;
}

.business_voice_text p {
    line-height: 1.9;
    color: #444;
    margin-bottom: 12px;
}

.business_link {
    color: #1a4fa0;
    text-decoration: underline;
    font-size: 14px;
}

.business_link:hover {
    opacity: 0.8;
}

.business_performance {
    padding: 30px 20px;
    background: #f5f5f5;
    margin: 20px 0;
}

.business_performance h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.business_performance p {
    color: #555;
    margin-bottom: 16px;
    line-height: 1.7;
}

.business_performance_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.business_performance_list li a {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #1a4fa0;
    border-radius: 3px;
    color: #1a4fa0;
    text-decoration: none;
    font-size: 14px;
}

.business_performance_list li a:hover {
    background: #1a4fa0;
    color: #fff;
}

.business_seminar_list {
    padding-left: 20px;
    margin: 10px 0 16px;
}

.business_seminar_list li {
    line-height: 2;
    color: #444;
}

.business_wica {
    padding-bottom: 40px;
}

.business_wica img {
    display: block;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .business_fullimg img {
        height: 220px;
    }
    .business_voice_body {
        flex-direction: column;
        gap: 16px;
    }
    .business_voice_img {
        flex: none;
        width: 160px;
    }
    .business_performance_list {
        gap: 8px;
    }
}

/* ===== 導入施設実績一覧（performance_page） ===== */

.performance_wrap {
    padding: 30px 20px 60px;
    max-width: 900px;
    margin: 0 auto;
}

.performance_note {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 14px;
    margin-bottom: 24px;
    padding: 12px 16px;
    background: #f8faff;
    border-radius: 4px;
}

.performance_flag_icon {
    width: 20px;
    height: auto;
    flex-shrink: 0;
}

.performance_cat_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.performance_cat_nav li a {
    display: inline-block;
    padding: 7px 14px;
    background: #1a4fa0;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.4;
}

.performance_cat_nav li a:hover {
    background: #154090;
}

.performance_cat {
    margin-bottom: 50px;
    border-top: 3px solid #1a4fa0;
    padding-top: 24px;
}

.performance_cat_title {
    font-size: 1.4rem;
    color: #1a4fa0;
    font-weight: bold;
    margin-bottom: 20px;
}

.performance_pref {
    margin-bottom: 20px;
}

.performance_pref h3 {
    font-size: 0.95rem;
    font-weight: bold;
    color: #fff;
    background: #4a7abf;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 8px;
}

.performance_pref dl {
    margin: 0;
    padding: 0 0 0 8px;
}

.performance_pref dt {
    display: inline;
    font-size: 13px;
    color: #888;
    font-weight: normal;
}

.performance_pref dt::after {
    content: "　";
}

.performance_pref dd {
    display: inline;
    font-size: 14px;
    color: #333;
    margin: 0;
}

.performance_pref dd::after {
    content: "";
    display: block;
    margin-bottom: 5px;
}

.performance_pref dd a {
    font-size: 12px;
    color: #1a4fa0;
    text-decoration: underline;
    margin-left: 8px;
}

.performance_pref dd a:hover {
    opacity: 0.8;
}

.performance_back {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

@media (max-width: 767px) {
    .performance_cat_nav li a {
        font-size: 12px;
        padding: 6px 10px;
    }
    .performance_pref dt {
        font-size: 12px;
    }
    .performance_pref dd {
        font-size: 13px;
    }
}

/* ===== Q&A（qa_page） ===== */

.qa_wrap {
    padding: 30px 20px 60px;
    max-width: 900px;
    margin: 0 auto;
}

.qa_intro {
    color: #555;
    margin-bottom: 30px;
    font-size: 15px;
}

.qa_list {
    margin: 0 0 60px;
    padding: 0;
}

.qa_item {
    border-bottom: 1px solid #e0e0e0;
}

.qa_item dt {
    position: relative;
    padding: 18px 20px 18px 48px;
    font-weight: bold;
    color: #1a4fa0;
    cursor: pointer;
    line-height: 1.6;
    font-size: 15px;
}

.qa_item dt::before {
    content: "Q";
    position: absolute;
    left: 14px;
    top: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #1a4fa0;
    line-height: 1;
}

.qa_item dt::after {
    content: "▼";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #999;
    transition: transform 0.2s;
}

.qa_item.is_open dt::after {
    transform: translateY(-50%) rotate(180deg);
}

.qa_item dd {
    display: none;
    margin: 0;
    padding: 0 20px 20px 48px;
    color: #444;
    line-height: 1.9;
    font-size: 14px;
    position: relative;
}

.qa_item dd::before {
    content: "A";
    position: absolute;
    left: 14px;
    top: 0;
    font-size: 18px;
    font-weight: bold;
    color: #c0392b;
    line-height: 1;
}

.qa_item dd p {
    margin: 0 0 10px;
}

.qa_item dd p:last-child {
    margin-bottom: 0;
}

.qa_item.is_open dd {
    display: block;
}

.qa_section_title {
    font-size: 1.4rem;
    color: #1a4fa0;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 8px;
    margin-bottom: 24px;
    display: inline-block;
}

.qa_cat_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.qa_cat_list li a {
    display: block;
    text-decoration: none;
    color: #333;
    text-align: center;
    transition: opacity 0.2s;
}

.qa_cat_list li a:hover {
    opacity: 0.8;
}

.qa_cat_list li img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
}

.qa_cat_name {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;
    color: #1a4fa0;
}

.qa_cat_desc {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 767px) {
    .qa_cat_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .qa_item dt {
        font-size: 14px;
        padding-right: 32px;
    }
}

/* ===== お客様の声（voice_page） ===== */

.voice_page p:first-child {
    margin-top: 0;
    margin-bottom: 30px;
    color: #444;
    line-height: 1.8;
}

.voice_page h2 {
    font-size: 1.1rem;
    color: #333;
    font-weight: bold;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 30px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.voice_page p {
    font-size: 14px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .voice_page h2 {
        font-size: 1rem;
    }
}

/* ===== ウルトラマイクロファイバーの性能（umf_page） ===== */

.umf_wrap {
    padding: 0 0 60px;
}

.umf_section {
    padding: 40px 20px;
}

.umf_section_heading {
    padding: 0 20px;
    margin-bottom: 30px;
}
.umf_section_heading h2 {
    display: inline-block;
    font-size: 1.7rem;
    color: #1a4fa0;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 8px;
}

.umf_text_block {
    padding: 0 20px;
    margin-bottom: 24px;
}
.umf_text_block h3 {
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
    border-left: 4px solid #1a4fa0;
    padding-left: 10px;
}
.umf_text_block h3 small {
    font-size: 0.85rem;
    display: block;
    color: #555;
    font-weight: normal;
    margin-top: 4px;
}
.umf_text_block p {
    line-height: 1.9;
    color: #444;
}

.umf_about_main_img {
    text-align: center;
    margin-bottom: 30px;
}
.umf_about_main_img img {
    max-width: 100%;
    height: auto;
}
.umf_about_cols {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.umf_about_img {
    flex: 0 0 343px;
}
.umf_about_img img {
    width: 100%;
    height: auto;
}
.umf_about_cols .umf_text_block {
    flex: 1 1 0;
}

.umf_reason_body {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    text-align: center;
}
.umf_reason_col {
    flex: 1 1 0;
}
.umf_reason_img {
    margin-bottom: 16px;
}
.umf_reason_img img {
    width: 100%;
    max-width: 410px;
    height: auto;
}

.umf_performance_lead {
    text-align: center;
    margin-bottom: 24px;
    padding: 0 20px;
}
.umf_lead_txt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #1a4fa0;
    line-height: 1.5;
    margin-bottom: 8px;
}
.umf_pdf_main {
    text-align: center;
    margin-bottom: 20px;
}
.umf_pdf_link {
    display: inline-block;
    border: 2px solid #1a4fa0;
    transition: opacity 0.2s;
}
.umf_pdf_link:hover {
    opacity: 0.75;
}
.umf_pdf_link img {
    display: block;
    max-width: 100%;
    height: auto;
}
.umf_pdf_grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0 auto 30px;
    max-width: 700px;
    padding: 0 20px;
}
.umf_pdf_grid .umf_pdf_link {
    flex: 1 1 0;
    max-width: 210px;
}

.umf_products_grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 20px;
}
.umf_product_item {
    flex: 1 1 calc(25% - 15px);
    display: block;
    text-align: center;
    color: #1a4fa0;
    text-decoration: none;
    transition: opacity 0.2s;
}
.umf_product_item:hover {
    opacity: 0.75;
    text-decoration: none;
    color: #1a4fa0;
}
.umf_product_item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
}
.umf_product_item span {
    font-size: 0.9rem;
}

@media (max-width: 767px) {
    .umf_about_cols {
        flex-direction: column;
    }
    .umf_about_img {
        flex: none;
        width: 100%;
    }
    .umf_reason_body {
        flex-direction: column;
    }
    .umf_pdf_grid {
        gap: 10px;
    }
    .umf_lead_txt {
        font-size: 1.3rem;
    }
    .umf_product_item {
        flex: 1 1 calc(50% - 10px);
    }
}

/* ===== ご利用ガイド ===== */

.guide_page_title {
    text-align: center;
    padding: 40px 20px 10px;
}
.guide_page_title h1 {
    font-size: 2rem;
    color: #1a4fa0;
    display: inline-block;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 8px;
}
.guide_wrap {
    padding: 40px 20px 60px;
    max-width: 900px;
    margin: 0 auto;
}
.guide_section {
    margin-bottom: 60px;
}
.guide_section_heading {
    margin-bottom: 20px;
    border-bottom: 2px solid #1a4fa0;
}
.guide_section_heading h2 {
    font-size: 1.7rem;
    color: #1a4fa0;
    padding-bottom: 8px;
    margin: 0;
}
.guide_text_block {
    margin-top: 24px;
    margin-bottom: 16px;
}
.guide_text_block h3 {
    font-size: 1.2rem;
    font-weight: bold;
    border-left: 4px solid #1a4fa0;
    padding-left: 10px;
    margin-bottom: 12px;
}
.guide_text_block h4 {
    font-size: 1.05rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #333;
}
.guide_text_block h5 {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 6px;
    color: #555;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}
.guide_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}
.guide_table th,
.guide_table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: center;
    font-size: 0.9rem;
}
.guide_table th {
    background: #e8eef8;
    color: #1a4fa0;
    font-weight: bold;
}
.guide_table_bank th {
    width: 28%;
    text-align: left;
}
.guide_table_bank td {
    text-align: left;
}
.guide_time_list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.guide_time_list li {
    background: #f5f7fc;
    border: 1px solid #d0d8ec;
    padding: 4px 14px;
    border-radius: 4px;
    font-size: 0.9rem;
}
.guide_caution_list {
    padding-left: 1.5em;
    margin-bottom: 16px;
}
.guide_caution_list li {
    margin-bottom: 4px;
}
.guide_contact_box {
    background: #f5f7fc;
    border: 1px solid #d0d8ec;
    border-radius: 4px;
    padding: 16px 20px;
    margin: 16px 0 24px;
}
.guide_contact_box h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #1a4fa0;
    margin-bottom: 10px;
}
.guide_note_danger {
    color: #a94442;
    font-weight: bold;
}

@media (max-width: 560px) {
    .guide_page_title h1 {
        font-size: 1.5rem;
    }
    .guide_table {
        font-size: 0.78rem;
    }
    .guide_table th,
    .guide_table td {
        padding: 6px 6px;
    }
    .guide_time_list {
        flex-direction: column;
    }
}

/* ===== 会社概要 ===== */

.about_page_title {
    text-align: center;
    padding: 40px 20px 10px;
}
.about_page_title h1 {
    font-size: 2rem;
    color: #1a4fa0;
    display: inline-block;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 8px;
}
.about_wrap {
    padding: 40px 20px 60px;
    max-width: 900px;
    margin: 0 auto;
}
.about_section {
    margin-bottom: 60px;
}
.about_section_heading {
    margin-bottom: 20px;
    border-bottom: 2px solid #1a4fa0;
}
.about_section_heading h2 {
    font-size: 1.7rem;
    color: #1a4fa0;
    padding-bottom: 8px;
    margin: 0;
}

.about_philosophy_text {
    font-size: 1.2rem;
    line-height: 2;
    color: #1a4fa0;
    font-weight: bold;
    padding: 20px;
    background: #f5f7fc;
    border-left: 4px solid #1a4fa0;
}

.about_dl {
    margin: 0;
    padding: 0;
}
.about_dl_row {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.about_dl_row:first-child {
    border-top: 1px solid #ddd;
}
.about_dl_row dt {
    flex: 0 0 9em;
    background: #e8eef8;
    color: #1a4fa0;
    font-weight: bold;
    padding: 12px 16px;
    font-size: 0.95rem;
}
.about_dl_row dd {
    flex: 1;
    padding: 12px 16px;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
}

.about_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}
.about_table th,
.about_table td {
    border: 1px solid #ccc;
    padding: 10px 16px;
    font-size: 0.95rem;
    vertical-align: top;
}
.about_table_history th {
    background: #e8eef8;
    color: #1a4fa0;
    font-weight: bold;
    white-space: nowrap;
    width: 6em;
    text-align: center;
}

.about_sdgs_goals_img {
    text-align: center;
    margin-bottom: 24px;
}
.about_sdgs_goals_img img {
    max-width: 100%;
    height: auto;
}
.about_sdgs_title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #D30000;
    text-align: center;
    margin: 24px 0 16px;
}
.about_sdgs_photos {
    display: flex;
    gap: 20px;
    margin: 24px 0;
}
.about_sdgs_photo {
    flex: 1 1 0;
}
.about_sdgs_photo img {
    width: 100%;
    height: auto;
    display: block;
}
.about_sdgs_block {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 24px 0;
}
.about_sdgs_block_icons {
    flex: 0 0 auto;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 180px;
}
.about_sdgs_block_icons img {
    width: 80px;
    height: auto;
}
.about_sdgs_block_body {
    flex: 1;
}
.about_sdgs_block_lead {
    font-size: 1.05rem;
    font-weight: bold;
    margin-bottom: 8px;
}
.about_sdgs_hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 0;
}

@media (max-width: 767px) {
    .about_dl_row {
        flex-direction: column;
    }
    .about_dl_row dt {
        flex: none;
        padding: 8px 12px;
    }
    .about_dl_row dd {
        padding: 8px 12px;
    }
    .about_sdgs_photos {
        flex-direction: column;
    }
    .about_sdgs_block {
        flex-direction: column;
    }
    .about_sdgs_block_icons {
        max-width: 100%;
    }
    .about_sdgs_block_icons img {
        width: 60px;
    }
}

/* ===== 特定商取引 ===== */

.tradelaw_page_title {
    text-align: center;
    padding: 40px 20px 10px;
}
.tradelaw_page_title h1 {
    font-size: 1.8rem;
    color: #1a4fa0;
    display: inline-block;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 8px;
}
.tradelaw_wrap {
    padding: 40px 20px 60px;
    max-width: 900px;
    margin: 0 auto;
}
.tradelaw_dl {
    margin: 0;
    padding: 0;
}
.tradelaw_dl_row {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.tradelaw_dl_row:first-child {
    border-top: 1px solid #ddd;
}
.tradelaw_dl_row dt {
    flex: 0 0 11em;
    background: #e8eef8;
    color: #1a4fa0;
    font-weight: bold;
    padding: 14px 16px;
    font-size: 0.95rem;
}
.tradelaw_dl_row dd {
    flex: 1;
    padding: 14px 16px;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .tradelaw_page_title h1 {
        font-size: 1.3rem;
    }
    .tradelaw_dl_row {
        flex-direction: column;
    }
    .tradelaw_dl_row dt {
        flex: none;
        padding: 8px 12px;
    }
    .tradelaw_dl_row dd {
        padding: 8px 12px;
    }
}

/* ===== プライバシーポリシー ===== */

.privacy_page_title {
    text-align: center;
    padding: 40px 20px 10px;
}
.privacy_page_title h1 {
    font-size: 1.8rem;
    color: #1a4fa0;
    display: inline-block;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 8px;
}
.privacy_wrap {
    padding: 40px 20px 60px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.9;
}
.privacy_declaration {
    margin-bottom: 1.5em;
}
.privacy_list {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}
.privacy_list li {
    margin-bottom: 0.8em;
}
.privacy_note {
    font-size: 0.9rem;
    color: #555;
}

@media (max-width: 767px) {
    .privacy_page_title h1 {
        font-size: 1.3rem;
    }
    .privacy_wrap {
        padding: 30px 15px 40px;
    }
}

/* ===== 利用規約 ===== */

#page_help_agreement .ec-pageHeader {
    text-align: center;
    padding: 40px 20px 10px;
    background: none;
    border: none;
}
#page_help_agreement .ec-pageHeader h1 {
    font-size: 1.8rem;
    color: #1a4fa0;
    display: inline-block;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 8px;
    background: none;
}
#page_help_agreement .ec-off1Grid {
    max-width: 900px;
    margin: 0 auto;
}
#page_help_agreement .ec-off1Grid__cell {
    padding: 30px 20px 60px;
    line-height: 1.9;
}

@media (max-width: 767px) {
    #page_help_agreement .ec-pageHeader h1 {
        font-size: 1.3rem;
    }
    #page_help_agreement .ec-off1Grid__cell {
        padding: 20px 15px 40px;
    }
}

/* ===== セラピードッグ ===== */

.therapydogs_banner img {
    width: 100%;
    height: auto;
    display: block;
}
.therapydogs_title {
    text-align: center;
    padding: 30px 20px 10px;
}
.therapydogs_title img {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}
.therapydogs_title h1 {
    font-size: 1.8rem;
    color: #333;
    margin: 0;
}
.therapydogs_intro {
    text-align: center;
    padding: 20px;
    line-height: 1.9;
}
.therapydogs_top_photo {
    text-align: center;
    padding: 10px 20px 30px;
}
.therapydogs_top_photo img {
    max-width: 320px;
    width: 100%;
    height: auto;
}
.therapydogs_about_title {
    text-align: center;
    padding: 10px 20px;
}
.therapydogs_about_title h2 {
    font-size: 1.4rem;
    color: #1a4fa0;
    display: inline-block;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 6px;
}
.therapydogs_about_text {
    text-align: center;
    padding: 15px 20px;
    line-height: 1.9;
}
.therapydogs_img_center {
    text-align: center;
    padding: 10px 20px;
}
.therapydogs_img_center img {
    max-width: 320px;
    width: 100%;
    height: auto;
}
.therapydogs_sweden_text {
    text-align: center;
    padding: 15px 40px;
    line-height: 1.9;
    max-width: 700px;
    margin: 0 auto;
}
.therapydogs_catch {
    text-align: center;
    padding: 10px 20px;
}
.therapydogs_catch h3 {
    font-size: 1.2rem;
    color: #1a4fa0;
}
.therapydogs_dogs_title {
    text-align: center;
    padding: 20px 20px 10px;
}
.therapydogs_dogs_title h2 {
    font-size: 1.4rem;
    color: #1a4fa0;
    display: inline-block;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 6px;
}
.therapydogs_dog_item {
    text-align: center;
    padding: 15px 20px;
}
.therapydogs_dot {
    display: block;
    margin: 0 auto 8px;
    width: 20px;
    height: auto;
}
.therapydogs_dog_item img:not(.therapydogs_dot) {
    max-width: 320px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.therapydogs_dog_item h3 {
    font-size: 1.2rem;
    color: #1a4fa0;
    margin-top: 10px;
}
.therapydogs_blog_link {
    text-align: center;
    padding: 30px 20px 50px;
}
.therapydogs_blog_link a {
    color: #1a4fa0;
    text-decoration: underline;
}
.therapydogs_blog_link a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .therapydogs_sweden_text {
        padding: 15px 20px;
    }
}

/* ===== 代理店のお話（dairiten_guest） ===== */

.dairiten_guest_box {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}
.dairiten_guest_title_box {
    background: #fff;
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 0 auto 30px;
    padding: 20px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.dairiten_guest_illust {
    display: block;
    margin: 0 auto 10px;
    max-width: 200px;
    height: auto;
}
.dairiten_guest_name {
    margin: 0;
    font-size: 1.3rem;
}
.dairiten_guest_article {
    font-size: 1rem;
    line-height: 2;
    padding: 0 10%;
}
.dairiten_guest_backpage {
    width: 30%;
    text-align: center;
    margin: 20px auto 40px;
}
.dairiten_guest_backpage a {
    font-size: 1rem;
    color: #1a4fa0;
    text-decoration: underline;
}
.dairiten_guest_backpage p {
    margin: 0;
}

@media (max-width: 767px) {
    .dairiten_guest_title_box {
        font-size: 1.1rem;
    }
    .dairiten_guest_article {
        padding: 0 5%;
        font-size: 0.95rem;
    }
    .dairiten_guest_backpage {
        width: 80%;
    }
}

/* ===== 新生活セレクトフェア（selectfea） ===== */

.selectfea_camp_header_top { width: 100%; }
.selectfea_camp_header_top img { display: block; width: 100%; }
.selectfea_event_timedata { width: 100%; text-align: center; padding: 20px 0; }
.selectfea_event_timedata h1 { font-size: 1.5rem; margin-bottom: 10px; }
.selectfea_period { font-size: 1.5rem; font-weight: 900; text-align: center; }
.selectfea_camp_header_title { display: flex; align-items: center; justify-content: center; padding: 4% 0; margin: 2% 0; }
.selectfea_camp_header_title_img { width: 90%; margin: 0; }
.selectfea_coupon_container { width: 80%; background: #fff; margin: 0 auto 5%; padding: 1% 1% 0 1%; filter: drop-shadow(1px 2px 6px rgba(0,0,0,0.2)); }
.selectfea_coupon_heading { font-size: 2rem; margin: 4%; line-height: 1; }
.selectfea_coupon_pic { width: 100%; height: auto; padding: 1% 0; display: block; }
.selectfea_inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.selectfea_campaign_page { margin-bottom: 5%; }
.selectfea_content_box img { width: 100%; height: auto; display: block; }
.selectfea_txt_space { margin-bottom: 5%; text-align: center; }
.selectfea_txt_space h2 { font-size: 1.8rem; margin: 20px 0 10px; }
.selectfea_set_name { font-size: 1.3rem; font-weight: 900; text-align: center; margin: 10px 0 4px; }
.selectfea_set_sub { text-align: center; font-size: 1rem; margin: 0 0 10px; }
.selectfea_caution_red { color: red; text-align: center; }
.selectfea_btn_img { display: block; background-color: #3d405b; border: none; border-radius: 30px; color: #fff; text-align: center; cursor: pointer; padding: 12px 24px; margin: 20px auto 0; transition: all 0.5s; }
.selectfea_btn_img span { font-size: 1rem; display: inline-block; position: relative; transition: 0.5s; }
.selectfea_btn_img span::after { content: '»'; position: absolute; opacity: 0; top: 0; right: -15px; transition: 0.5s; }
.selectfea_btn_img:hover span { padding-right: 15px; }
.selectfea_btn_img:hover span::after { opacity: 1; right: 0; }
.selectfea_annaibtn_link { display: block; width: 50%; float: right; margin-bottom: 5%; text-decoration: none; }
.selectfea_img_box { position: relative; width: 80%; height: 75px; margin: 0 auto; overflow: hidden; }
.selectfea_img_box img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; display: block; transition: 0.4s ease-in-out; }
.selectfea_annaibtn_link:hover .selectfea_img_box img:nth-of-type(2) { opacity: 0; }
.selectfea_products_info { display: flex; flex-wrap: wrap; margin: 30px 0; }
.selectfea_products_txt_box { width: 100%; text-align: center; }
.selectfea_products_heading { font-size: 2rem; margin-bottom: 5px; }
.selectfea_products_note { font-size: 1rem; margin-bottom: 20px; }
.selectfea_products_info_box { min-width: 100px; max-width: 33.333%; flex-grow: 1; padding: 1%; }
.selectfea_products_info_box .photo img { width: 100%; height: auto; display: block; }
.selectfea_products_info_box .name { font-weight: bold; margin: 8px 0 4px; }
.selectfea_products_info_box .price { margin-bottom: 6px; }
.selectfea_camp_caution_box { margin: 0 auto 2%; max-width: 1100px; padding: 0 20px; }
.selectfea_camp_caution { font-size: 1rem; font-weight: bold; color: #222; text-align: justify; width: 94%; margin: 10px auto; }

@media (max-width: 767px) {
    .selectfea_coupon_container { width: 95%; }
    .selectfea_coupon_heading { font-size: 1.4rem; }
    .selectfea_products_info_box { max-width: 50%; }
    .selectfea_annaibtn_link { width: 80%; float: none; margin: 0 auto 5%; }
    .selectfea_period { font-size: 1.1rem; }
    .selectfea_btn_img span { font-size: 0.9rem; }
}
@media (max-width: 480px) {
    .selectfea_products_info_box { max-width: 100%; }
}

/* ===== 動画一覧（videolist） ===== */

#nav_music {
    background-image: url(/html/user_data/dougahaikei.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.videolist_title {
    font-size: clamp(1.2rem, 2.5vw, 2rem);
    font-weight: bold;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: orange;
    -webkit-text-fill-color: white;
    margin: 0;
    text-align: center;
}

.music_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
}

.music_kobox1 {
    width: 45%;
    padding: 2%;
    margin: 0 auto;
}

.music_kobox2 {
    width: 45%;
    padding: 2%;
    margin: 0 auto;
}

.change-box1 {
    position: relative;
}

.change-box1 video {
    width: 91%;
    position: absolute;
    bottom: 6%;
}

@media (max-width: 860px) {
    .music_box {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .music_kobox1 {
        width: 90%;
        margin: 0 auto;
    }
    .music_kobox2 {
        width: 90%;
        margin: 0 auto;
    }
    .change-box1 {
        width: 90%;
        position: initial;
    }
    .change-box1 video {
        width: 100%;
        position: initial;
        bottom: auto;
    }
}

/* ===== 主要商品一覧（mainproduct） ===== */

#mainproduct-main-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

.mainproduct_img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/* ===== 法人レンタル・代理店（rental） ===== */

.recruit_contents_fv_top { background-image: url("/html/user_data/dairiten/fv.png"); padding: 60px; }
.recruit_contents_fv_top p { border-bottom: 1px solid #fff; color: #fff; font-size: 20px; padding-bottom: 10px; text-align: center; width: 340px; font-weight: normal; margin: 0 auto; }
.recruit_contents_fv_middle { margin: 90px 0; }
.recruit_contents_fv_middle_inner { display: flex; justify-content: center; align-items: center; margin: auto; }
.recruit_contents_fv_flex_left,
.recruit_contents_fv_flex_center,
.recruit_contents_fv_flex_right { margin: 0 10px; color: #1e56b3; }
.recruit_contents_fv_flex_left { font-size: 25px; margin: 0; }
.recruit_contents_fv_flex_top { background: #fabd01; display: flex; margin-right: 3%; }
img.logo01 { width: 62px; padding-top: 15px; padding-right: 5px; }
img.logo02 { width: 62px; padding-top: 15px; padding-left: 5px; }
.recruit_contents_fv_flex_center { font-size: 95px; line-height: 1; white-space: nowrap; font-family: 'Noto Sans JP', sans-serif; font-weight: bolder; text-shadow: #fabd01 8px 8px 2px; color: #1e56b3; }
.recruit_contents_fv_flex_right { font-size: 35px; line-height: 1.3; margin: 0 0 0 3%; white-space: nowrap; }
.recruit_contents_fv_bottom { background: #1e56b3; padding: 30px 0; margin: 0 calc(50% - 50vw); }
.recruit_contents_fv_detail { width: 90%; font-size: 40px; color: #fff; line-height: 1.5; letter-spacing: 0; margin: 20px auto 0; }
.recruit_contents_fv_area { background: #fff; color: #1e56b3; text-align: center; margin: 0 auto; font-size: 26px; font-weight: bolder; width: 100%; display: block; border: 0 solid #fff; }
.recruit_challenge { margin-top: 60px; }
.recruit_challenge_bnr { padding: 20px 20px 20px 3em; color: #fff; font-size: 44px; line-height: initial; text-align: center; height: 103px; display: grid; place-items: center; }
#recruit_agency_box_wrap { display: flex; justify-content: center; align-items: center; margin: auto; }
.recruit_agency_wrap { width: 55%; padding: 45px 0; }
.recruit_agency_tit { color: #002854; text-align: center; font-size: 40px; padding: 50px 0; }
.recruit_agency_list { display: flex; flex-wrap: wrap; gap: 30px 4%; list-style-type: none; }
.recruit_agency_list_item { width: 22%; }
.recruit_agency_list_comment { margin-top: 10px; }
.recruit_agency_comment_text { color: #1e56b3; }
.recruit_agency_money_wrap { margin-bottom: 120px; }
.recruit_agency_money_tit { color: #002854; text-align: center; font-size: 40px; font-weight: bolder; padding: 50px 0; }
.recruit_short_tit { font-size: 30px; font-weight: bolder; text-align: center; }
.recruit_agency_money_box { margin-bottom: 50px; }
.recruit_list_itembox { font-size: 25px; text-align: center; border: 2px solid #1e56b3; border-radius: 10px; padding: 30px; margin: 20px auto; }
.recruit_challenge_merit_img { width: 40%; text-align: right; display: block; }
.recruit_challenge_cont_display { display: flex; align-items: center; }
.recruit_challenge_cont_img { width: 60%; display: block; }
.recruit_challenge_cont_txt { width: 40%; color: black; font-size: 2.1vw; padding: 2%; line-height: 4vw; }
.recruit_challenge_cont_txt span { background: #e7363d; color: white; font-size: 2.1vw; font-weight: bolder; padding: 3px 4px; margin: 1% auto; display: block; text-align: center; }
.recruit_challenge_merit_txt_wrap { width: 90%; color: #1e56b3; padding: 20px; border: 2px solid #1e56b3; border-radius: 10px; line-height: 1.5; font-size: 21px; margin: 0 auto 5px; }
.recruit_challenge_merit_item { margin-top: 30px; }
.recruit_challenge_cont { margin-top: 30px; }
.recruit_challenge_merit { margin-top: 40px; }
.recruit_challenge_campaign { color: #1e56b3; padding: 10px; line-height: 1.4; text-align: center; background: #fabd01; letter-spacing: 1px; font-size: 28px; font-weight: 900; }
.recruit_challenge_campaign_bottom { text-align: center; font-size: 18px; }
.recruit_btn_wrap { display: flex; place-items: center; margin: 50px auto 0; justify-content: center; }
.recruit_btn_wrap a { background-color: #fa514b; color: #fff; font-size: 24px; padding: 10px 43px; border-radius: 35px; text-decoration: none; display: block; margin: 0 10px 60px; }
.recruit_btn_wrap a:hover { opacity: 0.5; }
.recruit_btn_wrap p a { color: #fff; font-size: 28px; padding: 5px 2em; border: 1px solid #e7363d; background: #e7363d; border-radius: 50px; transition: 0.2s; display: block; }
.recruit_btn_wrap p a:hover { color: #e7363d; background: #fff; }
.recruit_cleaning_item_wrap { background: url("/html/user_data/dairiten/bg.png") no-repeat; margin: 0 calc(50% - 50vw); }
.recruit_cleaning_item_wrap_inner { max-width: 1100px; margin: 0 auto; }
.recruit_cleaning_list_item { display: flex; align-items: center; background: #fabd01; height: 180px; color: #1e56b3; margin-top: 25px; padding: 20px 0 20px 105px; gap: 3%; }
.recruit_cleaning_list_item + .recruit_cleaning_list_item { margin-top: 40px; }
.recruit_cleaning_tit { color: #fff; text-align: center; font-size: 40px; padding: 55px 0 30px; margin: 0; }
.recruit_cleaning_list_txt { width: 55%; font-size: 24px; }
.recruit_cleaning_list_txt p { color: #002854; font-size: 23px; }
.recruit_cleaning_list_img { width: 30%; display: grid; place-items: center; }
.recruit_cleaning_graph_tit { background: #1e56b3; color: #fff; padding: 15px; text-align: center; font-size: 32px; }
.recruit_cleaning_graph_wrap { border: 2px solid #1e56b3; border-radius: 10px; padding: 25px; margin-top: 45px; }
.recruit_cleaning_graph_img { margin-top: 20px; }
.recruit_cont_wrap { max-width: 1100px; margin: 0 auto; }
.recruit_intro_tit { color: #002854; text-align: center; font-size: 40px; padding: 130px 0 25px; }
.recruit_intro_text_wrap > p.recruit_intro_small_tit { font-size: 2vw; white-space: nowrap; color: #1e56b3; }
.recruit_intro_list_item:nth-of-type(1) .recruit_intro_small_tit::before { content: ""; background: url("/html/user_data/dairiten/no_1.png") 0 0 / contain no-repeat; width: 75px; height: 77px; display: inline-block; vertical-align: middle; margin-right: 10px; }
.recruit_intro_list_item:nth-of-type(2) .recruit_intro_small_tit::before { content: ""; background: url("/html/user_data/dairiten/no_2.png") 0 0 / contain no-repeat; width: 75px; height: 77px; display: inline-block; vertical-align: middle; margin-right: 10px; }
.recruit_intro_list_item:nth-of-type(3) .recruit_intro_small_tit::before { content: ""; background: url("/html/user_data/dairiten/no_3.png") 0 0 / contain no-repeat; width: 75px; height: 77px; display: inline-block; vertical-align: middle; margin-right: 10px; }
.recruit_intro_detail { margin-top: 15px; }
.recruit_intro_list_item { display: flex; border: 2px solid #1e56b3; border-radius: 10px; padding: 30px; gap: 3%; justify-content: space-between; }
.recruit_intro_list_item + .recruit_intro_list_item { margin-top: 40px; }
.recruit_intro_text_wrap { width: 44%; }
.recruit_intro_img_wrap { width: 53%; }
.recruit_intro_text_wrap > p { font-size: 18px; }
.recruit_intro_text_wrap > p.big { font-size: 20px; }
.recruit_movie_tit { color: #002854; text-align: center; font-size: 40px; padding: 50px 0; }
.recruit_movie_list { display: flex; justify-content: space-between; gap: 2%; }
.recruit_movie_list_item { width: 32%; }
.recruit_movie_contact { display: flex; justify-content: center; align-items: center; gap: 30px; margin-top: 40px; }
.recruit_movie_contact_item p { font-size: 20px; }
.recruit_movie_youtube_url a { color: #1a1a1a; text-decoration: underline; transition: 0.2s; }
.recruit_movie_youtube_url a:hover { color: #1e56b3; }
.recruit_section_wrap { margin: 0 auto; max-width: 1100px; }
.recruit_challenge_boxtitle { background: #eee; color: black; }
.dairiten_title_box { display: flex; place-content: center; }
.dairiten_seikourei_illust { width: 12%; height: auto; padding: 2%; margin: 0 auto; }
.dairiten_seikourei_page { width: 60%; font-size: 4vw; font-weight: bolder; -webkit-text-stroke: 2px black; margin: auto; }
.dairiten_next_page { width: 30%; margin: 2% auto 0; }
.dairiten_next_page a { width: 100%; }
.dairiten_next_page a p { width: 100%; background: #102d5f; color: #fff; border-radius: 40px; padding: 7px 10px; }
.dairiten_next_page a p:hover { background: #626660; }
.dairiten_guest-box { margin: 1em 0; padding: 1em; background-size: 20px 20px; border-radius: 5px; background-color: #f9ffff; border: 2px solid #42a5f5; }
.backpage { width: 30%; }
.backpage a { width: 100%; }
.backpage p { width: 100%; background: #102d5f; color: #fff; margin: 0 auto; border-radius: 40px; padding: 7px 10px; }
.backpage a:hover { text-decoration: none; }
.backpage p:hover { background: #626660; }

@media screen and (max-width: 1100px) {
    .recruit_intro_list_item { padding: 10px; align-items: center; justify-content: flex-end; }
    .recruit_intro_text_wrap > p.big { font-size: 17px; margin: 15px 0; }
    .recruit_intro_list_item:nth-of-type(1) .recruit_intro_small_tit::before,
    .recruit_intro_list_item:nth-of-type(2) .recruit_intro_small_tit::before,
    .recruit_intro_list_item:nth-of-type(3) .recruit_intro_small_tit::before { width: 35px; height: 35px; }
    .recruit_cleaning_list_txt { width: 50%; font-size: 20px; padding-left: 10px; }
    .recruit_challenge_merit_txt_wrap { font-size: 15px; padding: 15px; }
    .recruit_cleaning_graph_wrap { margin: 0 20px; }
    .recruit_movie_contact_item p { font-size: 15px; }
    .recruit_intro_text_wrap > p.recruit_intro_small_tit { font-size: 22px; }
    .recruit_challenge_campaign { font-size: 23px; }
    .recruit_challenge_campaign_bottom { font-size: 18px; }
    .recruit_challenge_cont_txt { font-size: 20px; }
    .recruit_contents_fv_detail { font-size: 22px; }
    .recruit_contents_fv_area { font-size: 23px; }
    .recruit_contents_fv_flex_left { font-size: 20px; }
    .recruit_contents_fv_flex_center { font-size: 45px; }
    .recruit_contents_fv_flex_right { font-size: 23px; }
    .recruit_movie_youtube_url a { word-break: break-all; }
}

@media screen and (max-width: 550px) {
    .recruit_contents_fv_middle { margin: 60px 0; }
    .recruit_contents_fv_flex_center { text-align: center; margin: 30px 0; }
    .recruit_contents_fv_flex_right { text-align: center; }
    .recruit_contents_fv_area { font-size: 13px; padding: 5px; height: 7.5vw; }
    .recruit_contents_fv_detail { font-size: 18px; }
    .recruit_contents_fv_bottom { padding: 20px 0; }
    .recruit_challenge_cont_txt { font-size: 11px; }
    .recruit_challenge_merit { margin-top: 25px; }
    .recruit_challenge_merit_txt_wrap { font-size: 10px; padding: 6px; }
    .recruit_challenge { margin-top: 40px; }
    .recruit_challenge_campaign { font-size: 11px; padding: 5px; }
    .recruit_challenge_campaign_bottom { font-size: 11px; }
    .recruit_btn_wrap { margin: 10px auto 0; }
    .recruit_btn_wrap a { margin-bottom: 30px; font-size: 11px; }
    .recruit_cleaning_tit { font-size: 21px; padding: 50px 0; }
    .recruit_cleaning_list_txt { width: 70%; font-size: 15px; padding-left: 10px; }
    .recruit_cleaning_list_item { margin-top: 0; padding: 5px 10px; }
    .recruit_cleaning_list_item + .recruit_cleaning_list_item { margin-top: 50px; }
    .recruit_cleaning_graph_tit { padding: 5px; font-size: 18px; }
    .recruit_intro_tit { font-size: 21px; padding: 75px 0 15px; }
    .recruit_agency_tit { font-size: 21px; padding: 75px 0 15px; }
    .recruit_intro_text_wrap { width: 57%; }
    .recruit_intro_list_item { padding: 5px; }
    .recruit_intro_text_wrap > p.big { font-size: 10px; margin: 0; }
    .recruit_intro_text_wrap > p.recruit_intro_small_tit { font-size: 10px; }
    .recruit_intro_list_item:nth-of-type(1) .recruit_intro_small_tit::before,
    .recruit_intro_list_item:nth-of-type(2) .recruit_intro_small_tit::before,
    .recruit_intro_list_item:nth-of-type(3) .recruit_intro_small_tit::before { width: 15px; height: 15px; }
    .recruit_intro_list_item { gap: 2%; }
    .recruit_movie_list { display: block; }
    .recruit_movie_list_item { width: 100%; margin-bottom: 20px; }
    .recruit_agency_list_item { width: 45%; }
    .recruit_agency_list { gap: 10%; }
    .recruit_agency_comment_text { font-size: 11px; }
}

@media screen and (max-width: 446px) {
    .recruit_contents_fv_flex_top { padding: 5px 5px 0; }
    img.logo01 { width: 50px; height: 58px; }
    .recruit_contents_fv_flex_top .recruit_contents_fv_flex_left { font-size: 15px; }
}

/* ================================================
   以下、旧 my-style.css より統合（クリーンアップ済み）
   削除済み：Bootstrap navbar系、WordPress固有クラス、
            IEハック、btn_outline_blue（上記に既存）、
            archive_boxwrap系（上記campaign/eventセクションに統合済み）
   URL変換：actjapan.co.jp絶対URL → 相対パス
   ================================================ */

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family:
    Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #2c3328;
  background-color: #fff;
  overflow-x: hidden;
}
i {
  margin: 0 2px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: underline;
}
a:active,
a:hover {
  outline: 0;
}
/* EC-CUBE本体ショップページのリンクを戻す */
.ec-role a,
.ec-layoutRole a {
    /*color: #0056b3;*/
    /*text-decoration: none;*/
}

.ec-role a:hover,
.ec-layoutRole a:hover {
    /*color: #003d80;*/
    /*text-decoration: underline;*/
}

/* ナビゲーションのリンクは inherit を維持 */
.act-navbar a {
    color: inherit;
    text-decoration: none;
}
.page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
  background: #1e56b3;
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.width_10 {
  width: 10%;
}
.margin_top_2 {
  margin-top: 2%;
}
.margin_top_4 {
  margin-top: 4%;
}
.margin_bottom_2 {
  margin-bottom: 2%;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.h1,
h1 {
  font-size: 30px;
  text-align: center;
  color: #102d5f;
  line-height: 1.7;
}
h2,
.h2 {
  font-size: 24px;
}
h1 span {
  border-bottom: 1px solid #102d5f;
  border-bottom-width: thin;
  display: inline-block;
  margin: auto;
}
h1.white,
h2.white,
h3.white {
  color: #fff;
}
h1.white span {
  border-bottom: 1px solid #fff;
  border-bottom-width: thin;
  display: inline-block;
  margin: auto;
}
h1.section_inner {
  text-align: left !important;
}
header.article-header > h1 {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin: 0;
  padding: 100px 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 2px;
}
header.article-header > h1:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(10px) brightness(0.8);
  -moz-filter: blur(10px) brightness(0.8);
  -o-filter: blur(10px) brightness(0.8);
  -ms-filter: blur(10px) brightness(0.8);
  filter: blur(10px) brightness(0.8);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
header.article-header > h1 span {
  border-bottom: 1px solid #fff;
  border-bottom-width: thin;
  display: inline-block;
  margin: auto;
}
header.article-noimageheader > h1 {
  margin: 0;
  padding: 50px 0 0 0;
  z-index: 0;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 2px;
}
ul.list_disc li {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
ol.list_decimal li {
  list-style-type: decimal;
  margin: 0 0 0 20px;
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.alignleft {
  float: left;
  padding: 0 2% 0 0;
}
.alignright {
  float: right;
  padding: 0 0 0 2%;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.shopinfo_wrap {
  background: url(../../../template/default/assets/images/shopinfo_bg.jpg);
  background-size: cover;
  padding: 40px 20px;
}
.shopinfo_wrap .shopinfo_wrap_box {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}
.shopinfo_wrap .shopinfo_wrap_box .left_box {
  float: left;
  width: 40%;
}
.shopinfo_wrap .shopinfo_wrap_box .right_box {
  float: right;
  width: 60%;
}
.shopinfo_wrap .shopinfo_wrap_box .right_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopinfo_wrap_box .right_box .button {
  width: 50%;
  max-width: 320px;
  margin: 13px auto 0;
  text-align: center;
  padding: 1px;
}
.shopinfo_wrap_box .right_box .button a,
.tel_link {
  background: #102d5f;
  color: #fff;
  border-radius: 30px;
  padding: 7px 10px;
  width: 100%;
  display: block;
  transition: 0.2s;
}
.shopinfo_wrap_box .right_box .button.btn_shop a {
  color: #102d5f;
  background: #fdcd26;
}
.shopinfo_wrap_box .right_box .button a:hover,
.shopinfo_wrap_box .right_box .button a:active,
.shopinfo_wrap_box .right_box .button a:focus {
  background: #626660;
  text-decoration: none;
}
.shopinfo_wrap_box .right_box .button.btn_shop a:hover,
.shopinfo_wrap_box .right_box .button.btn_shop a:active,
.shopinfo_wrap_box .right_box .button.btn_shop a:focus {
  color: #fff;
  background: #626660;
}
.shopinfo_wrap_box .right_box .button.btn_dm {
  order: 1;
}
.shopinfo_wrap_box .right_box .button.btn_contact {
  order: 3;
}
.shopinfo_wrap_box .right_box .button.btn_shop {
  order: 4;
}
.shopinfo_wrap_box .right_box .button.btn_tel_sp,
.shopinfo_wrap_box .right_box .button.btn_tel_pc {
  order: 2;
}
.shopinfo_wrap_box .right_box .button.btn_tel_sp {
  display: none;
}
.shopinfo_wrap_box .right_box .button.btn_tel_pc {
  display: block;
}
.shopinfo_wrap_box .right_box .button.btn_tel_pc img,
.shopinfo_wrap_box .right_box .button.btn_tel_sp img {
  max-height: 25px;
  width: 41%;
  margin: 0 auto;
}
footer .footer_nav {
  background: #f5f3f0;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
}
footer .footer_nav > div {
  flex-grow: 1;
  padding: 0 20px;
}
footer .footer_nav .title {
  color: #102d5f;
  border-bottom: 1px solid #102d5f;
  margin-bottom: 10px;
}
footer .footer_nav .footer_contents_box {
  display: flex;
}
footer .footer_nav .footer_contents_box ul {
  flex-grow: 1;
}
footer .copy {
  background: #102d5f;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
}
.container-fluid {
  margin: 110px 0 0 0;
  padding: 0 0 0 0;
}
.inner {
  max-width: 1350px;
  margin: 80px auto 0;
}
.front_page .inner {
  max-width: 100%;
  margin: 80px auto 0;
  padding: 40px 0 0;
}
#contents {
  padding-top: 0;
  margin: 110px 0 0 0;
}
@media only screen and (min-width: 1350px) {
  body#page_news_detail .container-fluid.inner {
    padding: 40px 20px;
  }
}
.page_photo {
  margin: 0 0 2% 0;
}
.page_photo img {
  width: 100%;
}
.qa_wrap dt {
  font-size: 18px;
}
.qa_wrap dd {
  margin: 0 0 4% 0;
}
.qa_wrap dt:before {
  content: 'Q';
  font-size: 40px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.qa_wrap dd:before {
  content: 'A';
  font-size: 40px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.campaign_detail .date {
  text-align: center;
  font-size: 18px;
}
.campaign_detail .photo {
  margin: 20px 0 2%;
  text-align: center;
}
.campaign_detail .text {
  margin: 20px 0 0;
}
.campaign_detail .products-info {
  display: flex;
  flex-wrap: wrap;
}
.campaign_detail .products-info .products-info-box {
  min-width: 100px;
  max-width: 33.333%;
  flex-grow: 1;
  padding: 0 1%;
}
.campaign_detail .products-info .products-info-box .photo {
  height: auto;
}
.campaign_detail .products-info .products-info-box .text {
  font-weight: 700;
}
.campaign_detail .products-info .products-info-box .text .price {
  color: #f2571c;
}
.number {
  font-size: 40px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.archive_listwrap .archive_box {
  border-top: 1px solid #ddd;
  padding: 1% 0%;
}
.archive_listwrap .archive_box .text .date {
  font-weight: 700;
  margin: 0 0 0 0;
  padding: 0 2% 0 0;
  width: 30%;
}
.archive_listwrap .archive_box .text .info {
  width: 40%;
}
.archive_listwrap .archive_box .text {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
}
.archive_listwrap .archive_box .text .link_googlemap {
  min-width: 300px;
  text-align: right;
}
.calender_wrap {
  max-width: 1200px;
  min-height: 500px;
  margin: auto;
}
.event_tab {
  margin: 2% 0 0 0;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 0 solid #ddd;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 0 solid #ddd;
  border-radius: 5px 5px 0 0;
}
.nav-tabs.nav-justified > li:last-child > a {
  border-right: 1px solid #ddd;
}
.fc-day-grid-container.fc-scroller {
  height: auto !important;
  overflow-y: auto;
}
.icon_area {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.news_detail .photo {
  margin: 20px 0 0;
  text-align: center;
}
.news_detail .text {
  margin: 20px 0 0;
}
.news_detail .text img {
  height: auto;
}
@media (max-width: 768px) {
  .news_detail .text .alignright,
  .news_detail .text .alignleft {
    float: none;
  }
}
.certification-mark:before {
  content: url(../../../template/default/assets/img/flag.jpg);
  min-width: 20px;
  min-height: 20px;
}

.slick-dotted.slick-slider {
    padding-top: 108px;
}

.slick-slide img {
  display: block;
  width: 100%;
}
.main_visual .slick-slider {
  margin-bottom: 20px;
}
.main_visual .slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.main_visual .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 5px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.main_visual .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.main_visual .slick-dots li button:before {
  content: ' ';
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 5px;
  text-align: center;
  opacity: 0.25;
  background-color: #103d5f;
  border-radius: 0;
}
.main_visual .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #102d5f;
}
.category_wrap {
  max-width: 1100px;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: no-wrap;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
.category_wrap .category_box {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 100%;
  padding: 0 1%;
  margin: 0 0;
}
.category_wrap .category_box:hover {
  opacity: 0.7;
}
.category_wrap .category_box a:hover {
  text-decoration: none;
}
.category_wrap .category_box .photo img {
  width: 100%;
}
.category_wrap .category_box .name {
  font-weight: 700;
  text-align: center;
}
.category_wrap .category_box .text {
  padding: 0 2%;
}
.pickup_item_wrap {
  max-width: 1100px;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: no-wrap;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
.pickup_item {
  flex-grow: 1;
  padding: 0 1%;
}
.item_photo {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 15px 0;
  height: auto;
}
.pickup_item .flag_badge {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
}
.pickup_item .flag_badge:after {
  content: url(../../../template/default/assets/img/icon_pickup.png);
}
.campaign_block_wrap {
  background: #102d5f;
  color: #fff;
  margin: 50px 0 0 0;
  padding: 2% 0;
}
.campaign_block_wrap h1 {
  margin-top: 0;
}
.campaign_block_inner {
  max-width: 1100px;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: no-wrap;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
.campaign_box {
  flex-basis: 330px;
  flex-grow: 1;
  padding: 0 2%;
}
.campaign_box .photo {
  height: auto;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 10px 0;
}
.campaign_box .photo img {
  height: auto;
}
.campaign_box .flag_badge {
  display: block;
  width: 100px;
  position: absolute;
  top: 0;
  left: 10px;
}
.campaign_box .flag_badge:after {
  content: url(../../../template/default/assets/img/icon_campaign.png);
}
.scene_banners_wrap {
  margin: auto;
}
.scene_banners_wrap .scene_wrap,
.scene_banners_wrap .contents_wrap {
  display: flex;
  flex-wrap: no-wrap;
}
.scene_banners_wrap .scene_wrap .photo span,
.scene_banners_wrap .contents_wrap .photo span {
  color: #fff;
  text-align: center;
  font-size: 20px;
  display: block;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scene_banners_wrap .photo a {
  height: 100%;
  display: block;
  transition: 0.2s;
}
.scene_banners_wrap .photo a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.scene_banners_wrap .scene_wrap .photo {
  width: 25%;
  height: 280px;
  position: relative;
}
.scene_banners_wrap .scene_wrap .photo.case01 {
  background: url(../../../template/default/assets/img/top_scene_img_baby.jpg) no-repeat center center;
  background-size: cover;
}
.scene_banners_wrap .scene_wrap .photo.case02 {
  background: url(../../../template/default/assets/img/top_scene_img_senior.jpg) no-repeat center center;
  background-size: cover;
}
.scene_banners_wrap .scene_wrap .photo.case03 {
  background: url(../../../template/default/assets/img/top_scene_img_pet.jpg) no-repeat center center;
  background-size: cover;
}
.scene_banners_wrap .scene_wrap .photo.case04 {
  background: url(../../../template/default/assets/img/top_scene_img_mom.jpg) no-repeat center center;
  background-size: cover;
}
.scene_banners_wrap .contents_wrap .photo {
  width: 33.333%;
  height: 280px;
  position: relative;
}
.scene_banners_wrap .contents_wrap .photo.case01 {
  background: url(../../../template/default/assets/img/top_scene_img_birth.jpg) no-repeat center center;
  background-size: cover;
}
.scene_banners_wrap .contents_wrap .photo.case02 {
  background: url(../../../template/default/assets/img/top_scene_img_business.jpg) no-repeat center center;
  background-size: cover;
}
.scene_banners_wrap .contents_wrap .photo.case03 {
  background: url(../../../template/default/assets/img/top_scene_img_faq.jpg) no-repeat center center;
  background-size: cover;
}
.event_news_block {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: no-wrap;
  padding: 2% 0;
}
.event_list_box {
  width: 50%;
  padding: 0 2%;
}
.news_list_box {
  width: 50%;
  padding: 0 2%;
}
.event_list li {
  padding: 2% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list li {
  padding: 2% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category {
  margin: 0 2% 0 0;
  min-width: 70px;
  display: inline-block;
  text-align: center;
}
.category.cate_news {
  background: #c91212;
  color: #fff;
  font-weight: bold;
}
.category.cate_event {
  background: #00d0d0;
  color: #fff;
}
.category.cate_seminar {
  background: #fdcd26;
  color: #fff;
}
.date {
  font-weight: 700;
  padding: 0 2% 0 0;
}
.area {
  padding: 0 2% 0 0;
}
.link_banner_wrap {
  display: flex;
  flex-wrap: no-wrap;
  margin: 2% auto;
  justify-content: center;
}
.link_banner_box {
  margin: 0 1%;
}
.cart_area_wrap {
  float: right;
  position: relative;
  top: 0;
  left: 0;
  min-width: 256px;
  min-height: 50px;
}
#cart_area {
  top: 0;
  right: 0;
}
.member_wrap {
  float: right;
  position: relative;
  top: 0;
  left: 0;
  min-width: 400px;
  min-height: 50px;
}
.serch_wrap {
  float: right;
  position: relative;
  top: 0;
  left: 0;
  min-width: 120px;
  min-height: 50px;
}
.customer-edit input {
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  margin: 0 5px 15px 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
@media only screen and (max-width: 1100px) {
  .inner {
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px;
  }
  #contents {
    padding-top: 0;
    margin: 110px 0 0 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 1.4;
  }
  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .h1,
  h1 {
    font-size: 26px;
    text-align: center;
    color: #102d5f;
    line-height: 1.7;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  header.article-header > h1 {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin: 0;
    padding: 100px 2%;
    z-index: 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  header.article-header > h1:before {
    content: '';
    background: inherit;
    -webkit-filter: blur(10px) brightness(0.8);
    -moz-filter: blur(10px) brightness(0.8);
    -o-filter: blur(10px) brightness(0.8);
    -ms-filter: blur(10px) brightness(0.8);
    filter: blur(10px) brightness(0.8);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
  }
  header.article-header > h1 span {
    border-bottom: 1px solid #fff;
    border-bottom-width: thin;
    display: inline-block;
    margin: auto;
  }
  header.article-noimageheader > h1 {
    margin: 0;
    padding: 50px 2% 0;
    z-index: 0;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  ul.list_disc li {
    list-style-type: disc;
    margin: 0 0 0 20px;
  }
  .shopinfo_wrap {
    background: url(../../../template/default/assets/images/shopinfo_bg.jpg);
    background-size: cover;
    padding: 40px 20px;
  }
  .shopinfo_wrap .shopinfo_wrap_box {
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
  }
  .shopinfo_wrap .shopinfo_wrap_box .left_box {
    float: none;
    max-width: 300px;
    margin: auto;
    width: 100%;
  }
  .shopinfo_wrap .shopinfo_wrap_box .right_box {
    float: none;
  }
  .shopinfo_wrap .shopinfo_wrap_box .right_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .shopinfo_wrap_box .right_box .button {
    width: 100%;
    max-width: 320px;
    margin: 13px auto 0;
    text-align: center;
    padding: 1px;
    margin: auto;
  }
  .shopinfo_wrap_box .right_box .button a {
    background: #102d5f;
    color: #fff;
    border-radius: 30px;
    padding: 7px 10px;
    width: 100%;
    display: block;
    transition: 0.2s;
  }
  .shopinfo_wrap_box .right_box .button.btn_shop a {
    color: #102d5f;
    background: #fdcd26;
  }
  .shopinfo_wrap_box .right_box .button a:hover,
  .shopinfo_wrap_box .right_box .button a:active,
  .shopinfo_wrap_box .right_box .button a:focus {
    background: #626660;
    text-decoration: none;
  }
  .shopinfo_wrap_box .right_box .button.btn_shop a:hover,
  .shopinfo_wrap_box .right_box .button.btn_shop a:active,
  .shopinfo_wrap_box .right_box .button.btn_shop a:focus {
    color: #fff;
    background: #626660;
  }
  .shopinfo_wrap_box .right_box .button.btn_dm {
    order: 1;
  }
  .shopinfo_wrap_box .right_box .button.btn_contact {
    order: 3;
  }
  .shopinfo_wrap_box .right_box .button.btn_shop {
    order: 4;
  }
  .shopinfo_wrap_box .right_box .button.btn_tel_pc,
  .shopinfo_wrap_box .right_box .button.btn_tel_sp {
    order: 2;
  }
  .shopinfo_wrap_box .right_box .button.btn_tel_sp {
    display: block;
  }
  .shopinfo_wrap_box .right_box .button.btn_tel_pc {
    display: none;
  }
  footer .footer_nav {
    display: none;
  }
  #contents {
    padding-top: 0;
    margin: 60px 0 0 0;
  }
  .calender_wrap {
    display: none;
  }
  .page_photo {
    margin: 0 0 2% 0;
  }
  .page_photo img {
    width: 100%;
  }
  .qa_wrap dt {
    font-size: 18px;
  }
  .qa_wrap dd {
    margin: 0 0 4% 0;
  }
  .qa_wrap dt:before {
    content: 'Q';
    font-size: 40px;
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .qa_wrap dd:before {
    content: 'A';
    font-size: 40px;
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .campaign_detail .date {
    text-align: center;
    font-size: 18px;
  }
  .campaign_detail .photo {
    margin: 20px 0 2%;
    text-align: center;
  }
  .campaign_detail .text {
    margin: 20px 0 0;
  }
  .campaign_detail .products-info {
    display: flex;
    flex-wrap: wrap;
  }
  .campaign_detail .products-info .products-info-box {
    min-width: 100px;
    max-width: 33.333%;
    flex-grow: 1;
    padding: 0 1%;
  }
  .campaign_detail .products-info .products-info-box .photo {
    height: auto;
  }
  .campaign_detail .products-info .products-info-box .text {
    font-weight: 700;
  }
  .campaign_detail .products-info .products-info-box .text .price {
    color: #f2571c;
  }
  .number {
    font-size: 40px;
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .archive_listwrap .archive_box {
    border-top: 1px solid #ddd;
    padding: 1% 0%;
  }
  .archive_listwrap .archive_box .text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive_listwrap .archive_box .text .date {
    font-weight: 700;
    margin: 0 0 0 0;
    padding: 0 2% 0 0;
    width: 100%;
  }
  .archive_listwrap .archive_box .text .info {
    width: 100%;
  }
  .archive_listwrap .archive_box .text .link_googlemap {
    min-width: 300px;
    text-align: right;
  }
  .calender_wrap {
    max-width: 1200px;
    min-height: 500px;
    margin: auto;
  }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs.nav-justified > li:last-child > a {
    border-right: 1px solid #ddd;
  }
  .news_detail .photo {
    margin: 20px 0 0;
    text-align: center;
  }
  .news_detail .text {
    margin: 20px 0 0;
  }
  .certification-mark:before {
    content: url(../../../template/default/assets/img/flag.jpg);
    min-width: 20px;
    min-height: 20px;
  }
  .slick-slide img {
    display: block;
    width: 100%;
  }
  .category_wrap {
    max-width: 1100px;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category_wrap .category_box {
    width: 50%;
    flex-grow: 1;
    padding: 0 2%;
    margin: 0 0;
  }
  .category_wrap .category_box:hover {
    opacity: 0.7;
  }
  .category_wrap .category_box a:hover {
    text-decoration: none;
  }
  .category_wrap .category_box .photo img {
    width: 100%;
  }
  .category_wrap .category_box .name {
    font-weight: 700;
    text-align: center;
  }
  .category_wrap .category_box .text {
    padding: 0 2%;
  }
  .pickup_item_wrap {
    max-width: 1100px;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pickup_item {
    width: 50%;
    flex-grow: 1;
    padding: 0 2%;
  }
  .item_photo {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 15px 0;
    height: auto;
  }
  .pickup_item .flag_badge {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
  }
  .pickup_item .flag_badge:after {
    content: url(../../../template/default/assets/img/icon_pickup.png);
  }
  .campaign_block_wrap {
    background: #102d5f;
    color: #fff;
    margin: 50px 0 0 0;
    padding: 2% 0;
  }
  .campaign_block_wrap h1 {
    margin-top: 0;
  }
  .campaign_block_inner {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .campaign_box {
    flex-basis: 330px;
    flex-grow: 1;
    padding: 0 4%;
  }
  .campaign_box .photo {
    height: auto;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 10px 0;
  }
  .campaign_box .photo img {
    height: auto;
  }
  .campaign_box .flag_badge {
    display: block;
    width: 100px;
    position: absolute;
    top: 0;
    left: 10px;
  }
  .campaign_box .flag_badge:after {
    content: url(../../../template/default/assets/img/icon_campaign.png);
  }
  .scene_banners_wrap {
    margin: auto;
  }
  .scene_banners_wrap .scene_wrap,
  .scene_banners_wrap .contents_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .scene_banners_wrap .scene_wrap .photo span,
  .scene_banners_wrap .contents_wrap .photo span {
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: block;
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .scene_banners_wrap .photo a {
    height: 100%;
    display: block;
    transition: 0.2s;
  }
  .scene_banners_wrap .photo a:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .scene_banners_wrap .scene_wrap .photo {
    width: 50%;
    height: 280px;
    position: relative;
  }
  .scene_banners_wrap .scene_wrap .photo.case01 {
    background: url(../../../template/default/assets/img/top_scene_img_baby.jpg) no-repeat center center;
    background-size: cover;
  }
  .scene_banners_wrap .scene_wrap .photo.case02 {
    background: url(../../../template/default/assets/img/top_scene_img_senior.jpg) no-repeat center center;
    background-size: cover;
  }
  .scene_banners_wrap .scene_wrap .photo.case03 {
    background: url(../../../template/default/assets/img/top_scene_img_pet.jpg) no-repeat center center;
    background-size: cover;
  }
  .scene_banners_wrap .scene_wrap .photo.case04 {
    background: url(../../../template/default/assets/img/top_scene_img_mom.jpg) no-repeat center center;
    background-size: cover;
  }
  .scene_banners_wrap .contents_wrap .photo {
    width: 100%;
    height: 280px;
    position: relative;
  }
  .scene_banners_wrap .contents_wrap .photo.case01 {
    background: url(../../../template/default/assets/img/top_scene_img_birth.jpg) no-repeat center center;
    background-size: cover;
  }
  .scene_banners_wrap .contents_wrap .photo.case02 {
    background: url(../../../template/default/assets/img/top_scene_img_business.jpg) no-repeat center center;
    background-size: cover;
  }
  .scene_banners_wrap .contents_wrap .photo.case03 {
    background: url(../../../template/default/assets/img/top_scene_img_faq.jpg) no-repeat center center;
    background-size: cover;
  }
  .event_news_block {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .event_list_box {
    width: 100%;
    padding: 0 2%;
  }
  .news_list_box {
    width: 100%;
    padding: 0 2%;
  }
  .event_list li {
    padding: 2% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news_list li {
    padding: 2% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .category {
    margin: 0 2% 0 0;
    min-width: 70px;
    display: inline-block;
    text-align: center;
  }
  .category.cate_news {
    background: #f2571c;
    color: #fff;
  }
  .category.cate_event {
    background: #00d0d0;
    color: #fff;
  }
  .category.cate_seminar {
    background: #fdcd26;
    color: #fff;
  }
  .date {
    font-weight: 700;
    padding: 0 2% 0 0;
  }
  .area {
    padding: 0 2% 0 0;
  }
  .link_banner_wrap {
    display: flex;
    flex-wrap: no-wrap;
    margin: 2% auto;
    justify-content: center;
  }
  .link_banner_box {
    margin: 0 1%;
  }
  .cart_area_wrap {
    float: right;
    position: relative;
    top: 0;
    left: 0;
    min-width: 256px;
    min-height: 50px;
    margin-bottom: 2%;
  }
  #cart_area {
    top: 0;
    right: 0;
  }
  .member_wrap {
    display: none;
    float: right;
    position: relative;
    top: 0;
    left: 0;
    min-width: 400px;
    min-height: 50px;
  }
  .serch_wrap {
    float: right;
    position: relative;
    top: 0;
    left: 0;
    min-width: 120px;
    min-height: 50px;
  }
}
.prevention-masked {
  display: none !important;
}
div[class^='ttl-dib-'] {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin: 0 auto 2rem;
  padding: 4px 15px;
  font-size: 20px;
  line-height: 20px;
}
.ttl-dib-orange {
  background-color: #f2571c;
}
.ttl-dib-yellow {
  background-color: #fdcd26;
}
.ttl-dib-blue {
  background-color: #00d0d0;
}
#act_banner01 {
  text-align: center;
  margin-top: 20px;
}
.act_banner02 {
  width: 100%;
}
.tenkou-jouhou {
  background: #fff;
  color: #0265c2;
}
.tenkou-jouhou:hover {
  background: lightgray;
  color: red;
}
.rental_banner_container img:hover {
  filter: brightness(90%);
}
#page_business .archive_box {
  text-align: center;
  font-size: clamp(14px, 1.5vw, 20px);
}

/* ================================================
   News Page
   ================================================ */
.news_page .news_wrap {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}
.news_page .news_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news_page .news_list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}
.news_page .news_category {
    display: inline-block;
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    white-space: nowrap;
}
.news_page .cate_event   { background-color: #e05a2b; }
.news_page .cate_info    { background-color: #1a4fa0; }
.news_page .cate_product { background-color: #2a9a4a; }
.news_page .news_date {
    font-size: 0.85rem;
    color: #666;
    white-space: nowrap;
}
.news_page .news_title {
    font-size: 0.95rem;
    color: #333;
}
@media (max-width: 767px) {
    .news_page .news_list li {
        gap: 8px;
    }
}
/* ===== ご利用シーン（scene_page） ===== */
.scene_wrap {
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px 20px 60px;
}

.scene_lead {
    margin-bottom: 30px;
    line-height: 1.8;
    color: #444;
}

.scene_section {
    border-top: 1px solid #ddd;
    padding: 40px 0;
}

.scene_section h2 {
    font-size: 1.7rem;
    color: #102d5f;
    border-bottom: 1px solid #102d5f;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.scene_section h3 {
    font-size: 1.1rem;
    font-weight: bold;
    border-left: 4px solid #1a4fa0;
    padding-left: 10px;
    margin: 20px 0 12px;
}

.scene_section p {
    line-height: 1.9;
    color: #444;
    margin-bottom: 12px;
}

.scene_btn_wrap {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .scene_btn_wrap {
        flex-direction: column;
    }
}

/* ===== ウルトラマイクロファイバー（umf_page） ===== */
.umf_wrap {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 0 60px;
}

/* ===== 汎用ボタン（btn_outline_blue） ===== */
.btn_outline_blue {
    width: 100%;
    max-width: 320px;
    margin: 13px auto 0;
    text-align: center;
    display: block;
}

.btn_outline_blue a {
    background: #fff;
    border: 1px solid #102d5f;
    color: #102d5f;
    border-radius: 30px;
    padding: 7px 10px;
    width: 100%;
    display: block;
    transition: 0.2s;
    text-decoration: none;
}

.btn_outline_blue a:hover {
    background: #102d5f;
    color: #fff;
    text-decoration: none;
}

/* ===== ご利用シーン画像（scene_page） ===== */
.scene_img img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.scene_img_wrap {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.scene_img_wrap img {
    width: 50%;
    height: auto;
    display: block;
}

.scene_btn_wrap {
    margin: 20px 0 30px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.scene_btn {
    display: inline-block;
    padding: 8px 24px;
    background: #102d5f;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
}

.scene_btn:hover {
    background: #1a4fa0;
    color: #fff;
    text-decoration: none;
}

.scene_btn--sub {
    background: #fff;
    color: #102d5f;
    border: 1px solid #102d5f;
}

.scene_btn--sub:hover {
    background: #102d5f;
    color: #fff;
}

.scene_section_heading h2 {
    font-size: 1.5rem;
    color: #1a4fa0;
    border-bottom: 2px solid #1a4fa0;
    padding-bottom: 8px;
    margin-bottom: 20px;
    display: inline-block;
}

.scene_text_block {
    padding: 0 20px;
    margin-bottom: 24px;
}

.scene_text_block h3 {
    font-size: 1.1rem;
    font-weight: bold;
    border-left: 4px solid #1a4fa0;
    padding-left: 10px;
    margin-bottom: 12px;
}

.scene_text_block p {
    line-height: 1.9;
    color: #444;
}

@media (max-width: 767px) {
    .scene_img_wrap {
        flex-direction: column;
    }
    .scene_img_wrap img {
        width: 100%;
    }
    .scene_btn_wrap {
        flex-direction: column;
    }
    .scene_btn {
        text-align: center;
    }
}

.d-b {
    display: block !important;
}

.border-blue {
    border: 3px solid #1E56B3;
}

.mx-a {
    margin-left: auto !important;
    margin-right: auto !important;
}