/*--------------------------------------------------------------
	CSS
--------------------------------------------------------------*/

/* -------------------------
   Reset & Base
------------------------- */
:root{
  --blue-900:#0d47a1;
  --blue-700:#1565c0;
  --water: #589ae5;
  --brand:#ffca28;
  --brand-hover:#ffc107;
  --gray-900:#1e1e1e;
  --gray-700:#4d4d4d;
  --gray-200:#f3f5f7;
  --line: rgb(64, 71, 81);
  --card:#ffffff;
  --shadow-1:0 6px 18px rgba(0,0,0,.10);
  --shadow-2:0 12px 28px rgba(0,0,0,.14);
  --light-1:0 12px 28px rgb(255, 201, 40);
  --radius:16px;
  --header-footer-background-color:rgb(11 31 63);

  --navtoggle-width: 40px;
}
*{
  box-sizing:border-box
}
html,
body{
  height:100%
}
body{
  margin:0;
  color:#333;
  background:#fefefe;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",Roboto,"Hiragino Kaku Gothic ProN","Noto Sans JP","Meiryo",sans-serif;
  line-height:1.72;
  letter-spacing:.02em;
}
ul{
  list-style: none;
}
img{
  max-width:100%;
  display:block;
}
a{
  color:inherit;
  text-decoration:none;
}
section{
  padding:96px 0;
  display:flex;
  justify-content:center;
  position:relative;
}
section:nth-of-type(even):before{
  content: "";
  display: block;
  position: absolute;
  bottom: -48px;
  width: 0;
  height: 0;
  border-left: 64px solid transparent;
  border-right: 64px solid transparent;
  border-top: 48px solid #FFF;
  z-index: 1;
}
section:first-of-type:before,
section:last-of-type:before{
  display: none !important;
}
section:nth-of-type(odd){
  background-color:rgb(243, 250, 255);
}
section:nth-of-type(odd):before{
  content: "";
  display: block;
  position: absolute;
  bottom: -48px;
  width: 0;
  height: 0;
  border-left: 64px solid transparent;
  border-right: 64px solid transparent;
  border-top: 48px solid rgb(243, 250, 255);
  z-index: 1;
}
.section-container{
  max-width:1200px;
  width:100%;
  padding:0 28px;
}
h1,
h2,
h3,
h4,
h5{
  color:var(--blue-700);
}
h1,
h2,
h3{
  margin:0 0 .6em;
}
h2{
  font-size:36px;
  line-height:1.25;
}
.hero h2{
  letter-spacing: 4px;
  color: #FFF;
}
h3{
  font-size:24px;
}
h4{
  font-size:20px;
}
h5{
  border-bottom: 1px solid #ebf4ff;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}
p{
  margin:.6em 0;
}
ul{
  margin:.4em 0 0;
  padding-left:0px;
}
ul li{
  margin:.45em 0;
  position:relative;
  padding-left:18px;
}
ul li::before{
  content:"\f00c";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  left:-2px;
  top:2px;
  color:var(--brand);
}
.grid{
  display:grid;
  gap:24px;
  margin-top:28px;
}
.card{
  position:relative;
  box-shadow:var(--shadow-1);
  border-radius:var(--radius);
  background:var(--card);
  padding:12px;
  font-size: 16px;
  transition: .3s ease-in-out;
}
.card .feature_image,
.card .usecase_image,
.card .benefit_image{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #F6F6F6;
  margin-bottom:16px;
  padding: 32px;
}
.card h4{
  text-align:center;
  color:var(--blue-700);
}
.card p{
  margin: 0px;
  padding: 0px 12px;
  text-align:left;
}
.card p:not(:first-of-type){
  margin-top: 16px;
}
.card strong{
  position:relative;
}
.card strong {
  position: relative;
  z-index: 1;
}
.card strong::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--brand);
  z-index: -1;
}
.card ul{
  padding: 12px;
}
.card ul li{
  font-size:14px;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:.4em;
  background:#fff;
  color:var(--blue-900);
  border:1px solid #e6eefc;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}
.icon{
  width: auto;
  height: 160px;
  margin: auto;
}
.security .icon{
  width: -webkit-fill-available;
  margin: 0px 20px;
}
.multi_functions .icon{
  width: -webkit-fill-available;
  margin: 0px 24px;
}
.filter .icon{
  width: -webkit-fill-available;
  margin: 0px 24px;
}

/* -------------------------
   Header / Nav
------------------------- */
header{
  position:fixed;
  top:0;
  width: -webkit-fill-available;
  height: 64px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:var(--header-footer-background-color);
  backdrop-filter:saturate(140%) blur(6px);
  color:#fff;
  z-index:999;
}
.header-inner{
  max-width:1200px;
  height: inherit;
  margin:0 auto;
  padding:14px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:800;
}
.brand .logo{
  width:28px;
  height:28px;
  display:inline-block;
  border-radius:6px;
  background:linear-gradient(135deg,var(--brand),#ffe388);
}
.brand .title{
  height: 32px;
  letter-spacing:.02em;
  font-size:20px;
}
nav a{
  color:#fff;
  margin-left:18px;
  font-size:14px;
  font-weight:700;
  opacity:.9;
  padding:8px 10px;
  border-radius:8px;
  transition:color .2s, background .2s, opacity .2s;
}
@media (max-width:1000px) and (min-width:961px) {
  nav a {
    font-size:12px;
  }
}
nav a:hover{
  color:var(--gray-900);
  background:var(--brand);
}
nav a.active{
  background:#ffffff22;
}

.navlinks {
    display: none;
}
@media (min-width:961px) {
    .navlinks {
        display: flex !important;
        margin-right: auto;
    }
}
.navtoggle {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 12px;
    width: var(--navtoggle-width);
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: transparent;
    color: var(--text);
    cursor: pointer;
}
@media (min-width:961px) {
    .navtoggle {
        display: none;
    }
}


/* -------------------------
   Hero
------------------------- */
.hero{
  color:#fff;
  padding:0;
  min-height:78vh;
  display:flex;
  align-items:center;
}
.hero .slides{
  position:absolute;
  inset:0;
  overflow:hidden;
  z-index:0;
}
.hero .slide{
  position:absolute;
  inset:0;
  object-fit:cover;
  width:100%;
  height:100%;
  opacity:0;
  transform:scale(1.08);
  transition:opacity 1.1s ease, transform 2.4s ease;
}
.hero .slide.is-active{
  opacity:1;
  transform:scale(1.0);
}
.hero {
  color: #fff;
  padding: 0;
  min-height: 78vh;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url('/wp-content/themes/onepress/lp/mailplus_lp/img/hero_image.jpg');
  background-size: cover;
  background-position: center;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(30 58 111 / 80%);
  /* 半透明オーバーレイ */
  z-index: 0;
}
.hero .section-container {
  position: relative;
  z-index: 1;
}
.hero .section-container{
  position:relative;
  z-index:1;
}
.hero-content{
  xdisplay:grid;
  grid-template-columns:repeat(2,1fr);
  gap:36px;
  align-items:center;
  padding:110px 0 90px;
}
.hero h2{
  font-size:40px;
  line-height:1.5;
  text-shadow:0 8px 24px rgba(0,0,0,.35);
}
.hero h2 .highlight{
  color:var(--brand);
}
.hero .title{
  margin: 48px 0px;
}
.hero p.lead{
  font-size:20px;
  opacity:.96;
  margin-bottom:1.1em;
}
.hero .cta-wrap{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.6em;
  padding:16px 26px;
  border-radius:12px;
  font-weight:800;
  font-size:16px;
  cursor:pointer;
  border:0;
  background:var(--brand);
  color:#333;
  box-shadow:0 8px 18px rgba(255,202,40,.25);
  xtransition:transform .15s ease, background .2s ease, box-shadow .2s ease;
}

.bright{
  background-image: linear-gradient(120deg, #ffca28 0%, #ffca28 40%, #fffde7 50%, #ffca28 100%);
  background-size: 300% 100%;
  background-position: -100% 0%;
  background-repeat: no-repeat;
  animation: bright 3s linear infinite both;
  will-change: background-position;
}

@keyframes bright{
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

.btn:hover{
  background:var(--brand-hover);
  transform:translateY(-2px);
}
.btn-outline{
  background:transparent;
  color:#fff;
  border:2px solid #fff;
  box-shadow:none;
}
.btn-outline:hover{
  background:#ffffff;
  color:var(--blue-900);
}
.hero .stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:96px;
}
.stat{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #ffae00;
  border-radius: 8px;
  padding: 24px 16px;
  padding-top: 40px;
  text-align: center;
  color: #ffae00;
}
.stat .tag_campaign{
  display: flex;
  gap: 4px;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  border-bottom-right-radius: 8px;
  background: #ffae00;
  padding: 4px;
  padding-left: 8px;
  padding-right: 12px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
.stat .tag_campaign .number{
  margin-left: -2px;
}
.stat strong{
  display:block;
  letter-spacing: 4px;
  font-size:32px;
}
.stat span{
  font-size:12px;
}

/* 製品概要 */
#outline .card{
  box-shadow: none;
}

/* -------------------------
   Section: Why
------------------------- */
/* 困っている人物イメージ */
#why .section-container:before{
  content: "";
  position: absolute;
  top: 48px;
  left: calc(50% + 64px);
  width: 329px;
  height: 312px;
  background: url(/wp-content/themes/onepress/lp/mailplus_lp/img/trouble.svg);
  background-repeat: no-repeat;
  z-index: 0;
}
#why .grid{
  margin-top: 96px;
}
.section-eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom: 8px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--brand);
  font-size:12px;
  font-weight:800;
}
.section-eyebrow i{
  color:var(--brand);
}
.kv-emph{
  text-align:center;
  color:#d32f2f;
  font-size:26px;
  font-weight:900;
  margin-top:18px;
}

/* -------------------------
   Features / Extra
------------------------- */
.grid.cols-2{
  grid-template-columns:repeat(2,1fr);
}
.grid.cols-3{
  grid-template-columns:repeat(3,1fr);
}
.grid.cols-4{
  grid-template-columns:repeat(4,1fr);
}
.feature-list{
  display:grid;
  gap:8px;
  margin-top:10px;
  list-style:none;
}
.feature-list li{
  padding-left:20px;
}

/* -------------------------
   Usecase / Benefit / Pricing
------------------------- */
.table-wrap{
  overflow:auto;
  border-radius:14px;
  box-shadow:var(--shadow-1);
  margin-top:16px;
}
#pricing table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
  background:#fff;
}
#pricing th,
#pricing td{
  padding:16px 14px;
  border:1px solid #e5e7eb;
  text-align:center;
}
#pricing th{
  background:var(--water);
  color:#fff;
  position:sticky;
  top:0;
}
#pricing tr:nth-child(even) td{
  background:#fafafa;
}
#pricing .btn:not(:first-of-type){
  margin-left: 8px;
}
.pricing-note{
  text-align:center;
  color:#333;
  margin-top:10px;
}

.campaign{
  width: fit-content;
  margin: auto;
  color: #ffae00;
  font-size: 40px;
  font-weight: bold;

  /* background: linear-gradient(90deg, #ffae00, #fffbe6, #ffae00);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bright 2s linear infinite; */
}

/* -------------------------
   FAQ
------------------------- */
.faq-grid{
  display:grid;
  gap:16px;
  margin-top:20px;
}
.faq-card{
  background:#fff;
  border-radius:12px;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
  overflow:hidden;
  transition:.3s;
}
.faq-card:hover{
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.faq-question{
  display:flex;
  align-items:center;
  position: relative;
  padding: 16px 24px;
  line-height:1.6;
  font-size:18px;
  cursor:pointer;
}
.faq-question .q,
.faq-answer .a{
  margin-top: -8px;
  font-size:24px;
  font-weight:bold;
  color: var(--water);
}
.faq-question .q{
  margin-right: 16px;
}
.faq-answer .a{
  margin-right: 12px;
}
.faq-question i{
  position: absolute;
  right: 24px;
  transition:transform .25s;
}
.faq-card.active .faq-question i{
  transform:rotate(180deg);
}
.faq-answer{
  display:none;
  background:#f9f9f9;
  padding: 16px 24px;
  line-height:1.8;
  color:#333;
  font-size:16px;
}
.faq-card.active .faq-answer{
  display:block;
}

/* -------------------------
   Contact / Company / Footer
------------------------- */

/* 問い合わせフォーム */
#contact .card,
#company .card{
  padding: 16px 24px;
}
#contact input[type="text"]::placeholder,
#contact input[type="email"]::placeholder,
#contact textarea::placeholder{
  color: #ccc;
}
#contact .card > div > label,
#contact .card > div:nth-of-type(4){
  margin-left: 8px;
  color: #888;
  font-size: 14px;
}
#contact .card > div:not(:first-of-type){
  margin-top: 16px;
}
#contact .card > div:nth-of-type(4){
  color: #AAA;
  font-size: 12px;
}
#contact .card > div:last-of-type{
  margin-top: initial;
}
#contact .card button[type="submit"]{
  margin: auto;
}

/* お急ぎの方はこちら / ドメイン認証・技術相談 */
#contact .card > img{
  position: absolute;
  right: 48px;
  top: -24px;
  width: 180px;
  height: auto;
  z-index: 0;
}
#contact-urgent{
  margin-top: 140px;
}
#contact-urgent #contact_info{
  padding-left: 8px;
  padding-top: 16px;
}
#contact-urgent #contact_info .record{
  display: flex;
  gap: 8px;
  align-items: center;
  width: -webkit-fill-available;
  padding: 4px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#contact-urgent #contact_info .record .category{
  width: 48px;
  color: #999;
}
#contact-urgent #contact_info .record img{
  display: inline;
  height: 20px;
  margin: 0px;
}
#contact-technical{
  margin-top: 24px !important;
}

/* サービス提供会社 */
#company h5{
  margin-top: initial;
}
#company #company_info{
  padding-left: 8px;
  padding-top: 16px;
}
#company #company_info .record{
  display: flex;
  gap: 8px;
  align-items: center;
  width: -webkit-fill-available;
  padding: 4px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#company #company_info .record .category{
  width: 48px;
  color: #999;
}
#company #company_info .record img{
  display: inline;
  height: 20px;
  margin: 0px;
}

form{
  display:flex;
  flex-direction:column;
  gap:12px;
}
form input, form textarea, form select{
  padding:12px 14px;
  border:1px solid #d8dee9;
  border-radius:10px;
  font-size:16px;
  width:100%;
  background:#fff;
}
form .small{
  font-size:12px;
  color:#607d8b;
}
form button{
  padding:16px;
}

/* フッタ */
footer {
  background: var(--header-footer-background-color);
  padding-top: 24px;
  color:#eee;
  font-size:14px;
}
footer a {
  color:#eee;
}
footer a:hover {
  color:#fff;
}
.foot{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:28px;
}
.foot .brand{
  color:#fff;
}
.foot ul{
  list-style:none;
}
.foot .logo{
  background:linear-gradient(135deg,var(--brand),#ffe388);
}
footer .quicklink{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 320px;
}
footer .copyright{
  padding: 16px;
  text-align: center;
  color: #4a79a3;
}

/* -------------------------
   問合せ完了thanks画面
------------------------- */
@media (max-width:428px) {
  #thanks{
    padding-top: 50px;
  }
}

/* -------------------------
   CTA Sticky / Back to top
------------------------- */
.cta-sticky{
  position: fixed;
  right: 24px;
  top: calc((64px - 40px) / 2);
  width: 200px;
  height: 40px;
  border-radius: 999px;
  background: var(--brand);
  text-align: center;
  line-height: 40px;
  color: #222;
  font-weight: 900;
  transition: .2s;
  z-index: 1000;
}
.cta-sticky:hover{
  transform:translateY(-2px);
  background:var(--brand-hover);
}
.to-top{
  position:fixed;
  right:28px;
  bottom:16px;
  background:#fff;
  border:1px solid #e5e7eb;
  color:#333;
  border-radius:999px;
  padding:10px 12px;
  box-shadow:var(--shadow-1);
  opacity:0;
  pointer-events:none;
  transition:.2s;
  cursor:pointer;
  z-index: 1;
}
.to-top.is-show{
  opacity:1;
  pointer-events:auto;
}

/* -------------------------
   Animations / Reveal
------------------------- */
.reveal{
  opacity:0;
  transform:translateY(20px);
  transition:all .8s cubic-bezier(.2,.8,.2,1);
}
.reveal.is-in{
  opacity:1;
  transform:none;
}

/* -------------------------
   Responsive
------------------------- */
@media (max-width: 1080px){
  .hero-content{
    grid-template-columns:1fr;
    padding:90px 0 70px;
  }
  .hero .stats{
    grid-template-columns:repeat(3,1fr);
  }
}
@media (max-width: 768px){
  .grid.cols-4{
    grid-template-columns:repeat(2,1fr);
  }
  .grid.cols-3{
    grid-template-columns:repeat(2,1fr);
  }
  .hero h2{
    font-size:36px;
  }
  nav{
    display:none;
  }
  .foot{
    grid-template-columns:1fr;
  }
}

/* ヘッダーレスポンシブ向け */
@media (max-width:960px) {

    /* SPメニュー押下時のスクロール位置調整 */
    html{
      scroll-padding-top: 64px;
    }

    main{
      overflow: hidden;
    }

    /* お問い合わせ固定ボタン */
    .cta-sticky {
      right: calc(var(--navtoggle-width) + 24px);
    } 
    
    /* ナビメニュー */
    header #primary-nav{
        position: fixed;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        top: 63px;
        left: 0px;
        height: 100vh;
        gap: 16px;
        box-sizing: border-box;
        width: -webkit-fill-available;
        height: 100vh;
        border: none;
        background: var(--header-footer-background-color);
        padding: 16px 32px;
    }
    header #primary-nav a{
        width: -webkit-fill-available;
        height: 48px;
        margin-left: auto;
        line-height: 32px;
        text-indent: 16px;
        color: #FFF;
    }
    header #primary-nav a.cta{
        display: inline-block;
        width: 180px;
        margin: auto;
        text-indent: 0px;
        color: #1b1205;
    }
    header #primary-nav a:hover{
        background: rgba(255, 255, 255, 0.05);
    }
}

/* SP向け */
@media (max-width: 428px) {
  /* 全体のレイアウト */
  header,
  main,
  footer{
    width: -webkit-fill-available;
    /* overflow: hidden; */
  }

  /* 共通 */
  h2{
    margin-top: 32px;
    font-size: 16px !important;
  }
  h4{
    margin: 4px;
  }
  section{
    flex-direction: column;
    padding: initial;
  }
  section:nth-of-type(odd):before,
  section:nth-of-type(even):before{
    bottom: -32px;
    left: calc(50% - 96px / 2);
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
  }
  section:nth-of-type(odd):before{
    border-top: 32px solid rgb(243, 250, 255);
  }
  section:nth-of-type(even):before{
    border-top: 32px solid #FFF;
  }
  ul{
    margin: initial;
    padding: 8px !important;
  }
  strong{
    font-size: 20px !important;
  }
  .section-container{
    padding: 0px 24px;
    padding-bottom: 32px;
  }
  .btn{
    margin: auto;
    padding: 12px 24px;
  }

  .brand img.title{
    height: 24px;
  }
  .cta-sticky{
    right: calc(var(--navtoggle-width) + 24px);
    top: calc((64px - 40px) / 2);
    width: fit-content;
    padding: 0px 16px;
    font-size: 14px;
  }
  .card strong{
    font-size: 16px !important;
  }

  /* ヒーローヘッダ */
  .hero-content{
    padding-top: 80px;
  }
  .hero img.title{
    margin: 24px 0px;
  }
  .hero .lead{
    text-align: center;
    font-size: 14px !important;
  }
  .hero .cta-wrap{
    margin: 32px;
  }
  .hero .hero-badges{
    justify-content: center;
  }
  .hero .hero-badges .badge{
    font-size: 10px;
  }
  .hero .stats{
    display: flex;
    flex-direction: column;
  }
  .hero .stats .stat{
    padding: 8px 16px;
    padding-top: 24px;
  }
  .hero .stats .stat .tag_campaign{
    padding: 2px 8px;
  }
  .hero .stats .stat .tag_campaign span{
    font-size: 10px;
  }

  /* こんなお悩みはありませんか？ */
  #why .section-container:before{
    top: -48px;
    left: initial;
    right: -24px;
    width: 200px;
    height: 190px;
    border: none;
    background-size: contain;
    margin-bottom: -108px;
    z-index: 0;
  }
  #why .section-container{
    position: relative;
    z-index: 1;
  }
  #why .section-container h2{
    position: relative;
    width: fit-content;
    background: #ffffffed;
  }
  #why .section-container .grid{
    display: flex;
    flex-direction: column;
    margin-top: 8px;
  }

  /* MAIL+の強み / 利用シーン */
  #features h4,
  #usecase h4,
  #benefit h4{
    margin-top: -32px;
  }
  #features .grid,
  #usecase .grid,
  #benefit .grid,
  #process .grid,
  #contact .grid{
    display: flex;
    flex-direction: column;
    margin-top: 8px;
  }
  #features .grid .feature_image,
  #usecase .grid .usecase_image,
  #benefit .grid .benefit_image{
    padding: 8px;
    padding-bottom: 16px;
  }
  #features .grid .feature_image img,
  #usecase .grid .usecase_image img,
  #benefit .grid .benefit_image img{
    height: 80px;
  }
  #features .grid .security .feature_image img,
  #features .grid .filter .feature_image img,
  #usecase .grid .EC .usecase_image img,
  #usecase .grid .calendar .usecase_image img,
  #usecase .grid .site .usecase_image img{
    height: 60px;
    margin: 10px auto;
  }
  #features .grid .multi_functions .feature_image img{
    height: 70px;
    margin: 5px 0px;
  }
  #features .feature-list{
    gap: 0px;
  }
  #features .feature-list li{
    margin: initial;
  }

  /* プラン・料金 */
  #pricing .campaign{
    font-size: 24px;
  }
  #pricing .table-wrap{
    border-radius: initial;
    box-shadow: initial;
  }
  #pricing table{
    min-width: initial !important;
  }
  #pricing table th,
  #pricing table td{
    width: fit-content;
    padding: 4px;
    font-size: 12px;
  }
  #pricing .btn{
    width: 286px;
  }
  #pricing .btn:not(:first-of-type){
    margin-left: initial;
    margin-top: 8px;
  }
  #pricing .pricing-note{
    color: #999;
    font-size: 12px;
  }

  /* よくある質問 */
  #faq .faq-question,
  #faq .faq-answer{
    padding: 8px 12px;
    font-size: 14px;
  }
  #faq .faq-question{
    padding-right: 40px;
  }
  #faq .faq-question .q,
  #faq .faq-answer .a{
    margin-top: initial;
    margin-right: 8px;
    font-size: 16px;
  }
  #faq .faq-question i{
    right: 16px;
  }

  /* お急ぎの方はこちら */
  #contact .wpcf7+.card{
    margin-top: 48px;
    padding: 16px;
  }
  #contact .card > img{
    position: initial;
    right: initial;
    top: initial;
    width: 120px;
    margin-top: -80px;
    margin-left: 180px;
  }
  #contact #contact-urgent{
    margin-top: -80px;
  }
  #contact #contact-urgent #contact_info{
    padding-left: initial;
  }
  #contact #contact-urgent #contact_info .data span{
    color: #999;
  }

  /* サービス提供会社 */
  #company .section-container > .card{
    padding: 16px;
  }
  #company #company_info{
    padding: initial;
  }
  #company #company_info .address+.data{
    font-size: 12px;
  }

  /* フッタ */
  footer .foot{
    padding: 24px;
    padding-top: 0px;
  }
  footer .foot strong{
    font-size: 16px !important;
  }
  footer .foot .quicklink{
    width: -webkit-fill-available;
  }
}