﻿/* =========================================
   大判マスター ベーシックモード共通CSS
   ファイル名例：om-basic-renewal.css
========================================= */

/* ===== 基本 ===== */

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #222;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #005bac;
}

a:hover {
  text-decoration: underline;
}

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

p {
  margin: 0 0 12px;
}

ul,
ol {
  margin-top: 0;
}

/* =========================================
   ヘッダー
========================================= */

.om-header {
  background: #fff;
  border-bottom: 3px solid #005bac;
}

.om-header-campaign {
  background: #ff7a00;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 10px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.om-header-campaign strong {
  font-weight: 900;
  font-size: 16px;
}

.om-header-campaign .campaign-label {
  background: #fff;
  color: #ff7a00;
  padding: 2px 6px;
  margin-right: 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 900;
}

.om-header-campaign .sep {
  margin: 0 6px;
  opacity: 0.7;
}

.om-header-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 10px;
}

.om-header-top {
  display: grid;
  grid-template-columns: 32fr 22fr 28fr 18fr;
  gap: 8px;
  align-items: stretch;
}

.om-logo,
.om-free,
.om-tel,
.om-actions {
  min-width: 0;
}

.om-logo {
  display: flex;
  align-items: center;
}

.om-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.om-free {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  background: linear-gradient(#ff7a3d, #e60012);
  color: #fff;
  text-align: center;
  border-radius: 6px;
}

.om-free span {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.om-free strong {
  color: #fff100;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
}

.om-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  background: #f2fbff;
  border: 2px solid #1ca8eb;
  text-align: center;
  border-radius: 6px;
}

.om-tel span {
  margin-bottom: 4px;
  padding: 4px 8px;
  background: #1ca8eb;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 999px;
}

.om-tel strong {
  color: #222;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.om-tel strong a {
  color: #222;
  text-decoration: none;
}

.om-tel em {
  margin-top: 4px;
  color: #444;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.om-speed-inline {
  margin: 6px 0 0;
  padding: 5px 8px;
  background: #fff5f5;
  border: 1px solid #ff9f9f;
  color: #d60000;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  border-radius: 4px;
}

.om-speed-inline strong {
  color: #e60012;
  font-size: 15px;
  font-weight: 900;
}

/* ===== ヘッダーボタン ===== */

.om-actions {
  display: grid;
  gap: 6px;
}

.om-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}

.om-action:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.om-action-icon {
  display: inline-block;
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}

.om-action-text {
  display: inline-block;
}

.om-upload {
  background: #00a862;
}

.om-estimate {
  background: #005bac;
}

.om-cart {
  background: #ff7a00;
}

/* ===== グローバルナビ ===== */

.om-nav {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
}

.om-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 6px;
  background: linear-gradient(#24b7f2, #008fd3);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.om-nav a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

/* =========================================
   全体レイアウト
========================================= */

.top-page {
  background: #fff;
}

.top-page__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 12px 10px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.top-side {
  width: 240px;
  min-width: 0;
}

.top-main {
  min-width: 0;
}

/* =========================================
   サイドメニュー
========================================= */

.om-sidebar {
  width: 100%;
}

.om-side-box {
  margin-bottom: 14px;
  background: #fff;
  border: 1px solid #d8e7f5;
  border-radius: 6px;
  overflow: hidden;
}

.om-side-title {
  display: block;
  margin: 0;
  padding: 9px 10px;
  background: linear-gradient(#24b7f2, #008fd3);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.om-side-acc > summary {
  cursor: default;
  list-style: none;
}

.om-side-acc > summary::-webkit-details-marker {
  display: none;
}

.om-side-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.om-side-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6eef5;
  list-style: none;
}

.om-side-list li:last-child {
  border-bottom: none;
}

.om-side-list a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 22px;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  background: #fff;
}

.om-side-list a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #008fd3;
  border-right: 2px solid #008fd3;
  transform: translateY(-50%) rotate(45deg);
}

.om-side-list a:hover {
  background: #f2fbff;
  color: #005bac;
  text-decoration: none;
}

/* ===== サイド：ログイン ===== */

.om-side-login {
  padding: 10px;
}

.om-side-login-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.om-side-login-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  background: #005bac;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.om-side-login-links a:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}

/* ===== サイド：強調リンク ===== */

.om-side-simple-links {
  padding: 10px;
  border-color: #ffb36b;
}

.om-side-button {
  display: block;
  margin: 0 0 8px;
  padding: 10px;
  background: #f5f9ff;
  border: 1px solid #b9d9f2;
  color: #005bac;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.om-side-button:last-child {
  margin-bottom: 0;
}

.om-side-button-main {
  background: #fff5e8;
  border-color: #ff9a3d;
  color: #d35400;
}

.om-side-button:hover {
  opacity: 0.9;
  text-decoration: none;
}

/* ===== サイド：会社情報 ===== */

.om-side-company {
  padding: 10px;
  font-size: 12px;
  line-height: 1.55;
  color: #333;
}

.om-side-company p {
  margin: 0 0 10px;
}

.om-side-company p:last-child {
  margin-bottom: 0;
}

.om-pc-only {
  display: block;
}

/* =========================================
   本文共通
========================================= */

.om-page {
  width: 100%;
}

.om-page img {
  display: block;
}

.om-page-section {
  margin-bottom: 28px;
}

.om-breadcrumbs {
  margin: 0 0 12px;
  padding: 8px 10px;
  background: #f7fbff;
  border: 1px solid #d8e7f5;
  border-radius: 6px;
  color: #555;
  font-size: 13px;
  line-height: 1.6;
}

.om-breadcrumbs a {
  color: #005bac;
  text-decoration: none;
}

.om-breadcrumbs a:hover {
  text-decoration: underline;
}

/* ===== 本文ヒーロー ===== */

.om-page-hero {
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #d8e7f5;
  border-radius: 10px;
  overflow: hidden;
}

.om-page-hero-image {
  background: #f2fbff;
}

.om-page-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.om-page-hero-copy {
  padding: 18px 18px 20px;
  background: linear-gradient(#ffffff, #f2fbff);
  text-align: center;
}

.om-page-hero-copy h1 {
  margin: 0 0 8px;
  color: #005bac;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.35;
}

.om-page-hero-copy .lead {
  margin: 0 0 10px;
  color: #d60000;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.om-page-hero-copy .sub {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

/* ===== 見出し ===== */

.om-page-title {
  margin: 0 0 14px;
  padding: 10px 12px;
  background: linear-gradient(#24b7f2, #008fd3);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  border-radius: 6px;
}

.om-category {
  margin-bottom: 26px;
}

.om-category h3 {
  margin: 0 0 10px;
  padding: 8px 12px;
  background: #f2fbff;
  border-left: 5px solid #005bac;
  color: #005bac;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

/* ===== 説明ボックス ===== */

.om-lead-box {
  margin-bottom: 20px;
  padding: 16px;
  background: #fff;
  border: 1px solid #d8e7f5;
  border-radius: 8px;
}

.om-lead-box p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.8;
}

.om-lead-box p:last-child {
  margin-bottom: 0;
}

/* ===== 3点訴求 ===== */

.om-point-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}

.om-point {
  padding: 12px;
  background: #f2fbff;
  border: 1px solid #b9d9f2;
  border-radius: 8px;
  text-align: center;
}

.om-point span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 26px;
  margin-bottom: 7px;
  padding: 0 8px;
  background: #005bac;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  border-radius: 999px;
}

.om-point strong {
  display: block;
  margin-bottom: 6px;
  color: #005bac;
  font-size: 16px;
  font-weight: 900;
}

.om-point p {
  margin: 0;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

/* ===== 商品カード ===== */

.om-product-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.om-product-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 120px;
  gap: 12px;
  align-items: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #d8e7f5;
  border-radius: 8px;
  color: #222;
  text-decoration: none;
}

.om-product-card:hover {
  background: #f2fbff;
  text-decoration: none;
}

.om-product-card img {
  width: 220px;
  height: 54px;
  object-fit: contain;
}

.om-product-card h4 {
  margin: 0 0 4px;
  color: #005bac;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.om-product-card p {
  margin: 0;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.om-product-card .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 10px;
  background: #ff7a00;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  border-radius: 999px;
}

/* ===== 情報カード ===== */

.om-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.om-info-card {
  padding: 14px;
  background: #fff;
  border: 1px solid #d8e7f5;
  border-radius: 8px;
}

.om-info-card h3 {
  margin: 0 0 8px;
  color: #005bac;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
}

.om-info-card p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}

/* ===== 画像説明ボックス ===== */

.om-image-box {
  margin-bottom: 18px;
  padding: 12px;
  background: #fff;
  border: 1px solid #d8e7f5;
  border-radius: 8px;
}

.om-image-box img {
  width: 100%;
  border-radius: 6px;
}

.om-note {
  margin: 8px 0 0;
  color: #555;
  font-size: 12px;
  text-align: right;
}

/* ===== CTA ===== */

.om-consult {
  padding: 16px;
  background: #fff8e8;
  border: 1px solid #ffbd6b;
  border-radius: 8px;
}

.om-consult h2 {
  margin: 0 0 10px;
  color: #d35400;
  font-size: 20px;
  font-weight: 900;
}

.om-consult p {
  margin: 0 0 14px;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}

.om-consult-button {
  margin: 0;
  text-align: center;
}

.om-consult-button a {
  display: inline-block;
  padding: 10px 18px;
  background: #ff7a00;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  border-radius: 6px;
}

.om-consult-button a:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}

/* =========================================
   汎用バナー
========================================= */

.om-banner-list {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.om-banner-list a {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  line-height: 0;
}

.om-banner-list a:last-child {
  margin-bottom: 0;
}

.om-banner-list img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================
   フッター
========================================= */

.om-footer {
  margin-top: 40px;
  background: #005bac;
  color: #fff;
}

.om-footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 28px 10px;
}

.om-footer-contact {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 16px;
  align-items: stretch;
  margin-bottom: 24px;
}

.om-footer-tel {
  padding: 16px;
  background: #fff;
  color: #222;
  border-radius: 8px;
  text-align: center;
}

.om-footer-tel span {
  display: block;
  margin-bottom: 4px;
  color: #005bac;
  font-size: 14px;
  font-weight: 900;
}

.om-footer-tel strong {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
}

.om-footer-tel strong a {
  color: #222;
  text-decoration: none;
}

.om-footer-tel em {
  display: block;
  margin-top: 5px;
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.om-footer-contact-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 86px;
  background: #ff7a00;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}

.om-footer-contact-button a:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}

/* ===== PCフッター ===== */

.om-footer-pc {
  display: block;
}

.om-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.om-footer-col h3 {
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  color: #fff100;
  font-size: 15px;
  font-weight: 900;
}

.om-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.om-footer-col li {
  margin: 0 0 7px;
  padding: 0;
  list-style: none;
}

.om-footer-col a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.om-footer-col a:hover {
  text-decoration: underline;
}

/* ===== スマホフッター ===== */

.om-footer-sp {
  display: none;
}

.om-footer-sp-box {
  margin: 0 0 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  overflow: hidden;
}

.om-footer-sp-box h3 {
  margin: 0;
  padding: 10px 12px;
  background: rgba(0,0,0,0.18);
  color: #fff100;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}

.om-footer-sp-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.om-footer-sp-box li {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  list-style: none;
}

.om-footer-sp-box a {
  display: block;
  padding: 10px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.om-footer-sp-box a:hover {
  color: #fff;
  text-decoration: underline;
}

.om-footer-bottom {
  padding: 14px 10px;
  background: #003f80;
  color: #fff;
  text-align: center;
}

.om-footer-bottom p {
  margin: 0;
  font-size: 12px;
}

/* =========================================
   レスポンシブ：タブレット
========================================= */

@media (max-width: 900px) {

  .om-header-top {
    grid-template-columns: 1fr 1fr;
  }

  .om-logo {
    grid-column: 1 / 3;
  }

  .om-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .top-page__inner {
    display: flex;
    flex-direction: column;
  }

  .top-main {
    order: 1;
    width: 100%;
  }

  .top-side {
    order: 2;
    width: 100%;
  }

  .om-point-grid,
  .om-info-grid {
    grid-template-columns: 1fr;
  }

  .om-product-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .om-product-card .btn {
    grid-column: 1 / 3;
  }

  .om-footer-contact {
    grid-template-columns: 1fr;
  }

  .om-footer-contact-button a {
    min-height: 58px;
  }

  .om-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================
   レスポンシブ：スマホ
========================================= */

@media (max-width: 640px) {

  body {
    font-size: 14px;
  }

  .om-header-campaign {
    font-size: 13px;
    line-height: 1.45;
    padding: 7px 8px;
  }

  .om-header-campaign strong {
    font-size: 14px;
  }

  .om-header-inner {
    padding: 8px;
  }

  .om-header-top {
    grid-template-columns: 1fr;
  }

  .om-logo {
    grid-column: auto;
  }

  .om-free strong {
    font-size: 30px;
  }

  .om-tel strong {
    font-size: 26px;
  }

  .om-action {
    min-height: 50px;
    font-size: 16px;
  }

  .om-action-icon {
    font-size: 26px;
  }

  .om-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .om-nav a {
    min-height: 48px;
    font-size: 14px;
  }

  .top-page__inner {
    padding: 10px;
    gap: 14px;
  }

  .om-side-box {
    margin-bottom: 10px;
  }

  .om-side-title {
    position: relative;
    padding: 12px 38px 12px 12px;
    font-size: 15px;
    cursor: pointer;
  }

  .om-side-acc > summary {
    cursor: pointer;
  }

  .om-side-acc > summary::after {
    content: "＋";
    position: absolute;
    right: 12px;
    top: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    transform: translateY(-50%);
  }

  .om-side-acc[open] > summary::after {
    content: "－";
  }

  .om-side-login-links {
    grid-template-columns: 1fr 1fr;
  }

  .om-side-login-links a {
    min-height: 42px;
    font-size: 15px;
  }

  .om-side-list a {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
  }

  .om-side-button {
    padding: 11px 10px;
    font-size: 14px;
  }

  .om-pc-only {
    display: none;
  }

  .om-pc-payment {
    display: none;
  }

  .om-sp-payment {
    display: block;
  }

  .om-page-hero-copy {
    padding: 14px 12px 16px;
  }

  .om-page-hero-copy h1 {
    font-size: 22px;
  }

  .om-page-hero-copy .lead {
    font-size: 16px;
  }

  .om-page-title {
    font-size: 18px;
  }

  .om-category h3 {
    font-size: 17px;
  }

  .om-product-card {
    grid-template-columns: 1fr;
  }

  .om-product-card img {
    width: 100%;
    height: auto;
  }

  .om-product-card .btn {
    grid-column: auto;
    width: 100%;
  }

  .om-footer {
    margin-top: 28px;
  }

  .om-footer-inner {
    padding: 22px 12px;
  }

  .om-footer-contact {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .om-footer-tel {
    padding: 14px 10px;
  }

  .om-footer-tel strong {
    font-size: 28px;
  }

  .om-footer-contact-button a {
    min-height: 54px;
    font-size: 16px;
  }

  .om-footer-pc {
    display: none;
  }

  .om-footer-sp {
    display: block;
  }

  .om-footer-sp-box:last-child {
    margin-bottom: 0;
  }
}

/* ===== PCではスマホ用お支払いリンクを非表示 ===== */

.om-sp-payment {
  display: none;
}
/* フッター強制修正版（共通） */

.om-footer .om-footer-sp {
  display: none !important;
}

.om-footer .om-footer-pc {
  display: block !important;
}

@media (max-width: 640px) {
  .om-footer .om-footer-pc {
    display: none !important;
  }

  .om-footer .om-footer-sp {
    display: block !important;
  }
}
/* ===== フッターPC/SP切り替え 強制修正版 ===== */

.om-footer .om-footer-sp {
  display: none !important;
}

.om-footer .om-footer-pc {
  display: block !important;
}

.om-footer .om-footer-sp ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.om-footer .om-footer-sp li {
  list-style: none !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}

.om-footer .om-footer-sp-box {
  margin: 0 0 18px !important;
}

.om-footer .om-footer-sp-box h3 {
  margin: 0 0 8px !important;
  padding-bottom: 6px !important;
  border-bottom: 1px solid rgba(255,255,255,0.35) !important;
  color: #fff100 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

.om-footer .om-footer-sp a {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

@media (max-width: 640px) {
  .om-footer .om-footer-pc {
    display: none !important;
  }

  .om-footer .om-footer-sp {
    display: block !important;
  }
}