/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 23 2025 | 05:50:56 */
/* アイコン */
/* 来社現地対応 */
.c-visited-btn {
  font-size: 12px;
  font-weight: 400;
  margin: 16px 0;
  text-align: center;
}
.c-visited-btn > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 28px;
  line-height: 28px;
  padding: 0 12px 0 26px;
  margin-left: 20px;
  background: #fff;
  border: 1px solid #239b91;
  color: #239b91;
  box-sizing: border-box;
}
.c-visited-btn > span::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url('/wp-content/uploads/icon_build.png') no-repeat 50% 50% #239b91;
  background-size: 30px 30px;
}
/* オンライン対応 */
.c-online-btn {
  font-size: 12px;
  font-weight: 400;
  margin: 16px 0;
}
.c-online-btn > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 28px;
  line-height: 28px;
  padding: 0 12px 0 26px;
  margin-left: 20px;
  background: #fff;
  border: 1px solid #eca51b ;
  color: #eca51b ;
  box-sizing: border-box;
}
.c-online-btn > span::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url('/wp-content/uploads/icon_online.png') no-repeat 50% 50% #eca51b;
  background-size: 30px 30px;
}






/* 料金・プラン アンカーリンク */
.p-entry-nav {
  list-style: none;
  margin: 15px 0 0!important;
  padding: 0!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.p-entry-nav li {
  list-style: none;
  width: 50%;
  line-height: 1.25;
}

/* a の下線を消す（SWELL 上書き） */
.p-entry-nav a,
.p-entry-nav a:hover,
.p-entry-nav a:visited {
  text-decoration: none !important;
}

.p-entry-nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  padding: 18px 0 32px;
  text-align: center;
  border-left: 2px solid #dddfeb;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* 一番右だけ右線を付ける（PC 用） */
.p-entry-nav li:last-child a {
  border-right: 2px solid #dddfeb;
}

/* 下の丸い矢印（PC） */
.p-entry-nav li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #df0515;
  background: url("/wp-content/uploads/icon-arrow-down.png") no-repeat 50% calc(50% + 1px) #fff;
  background-size: 12px 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/* 番号 */
.p-entry-nav__num {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #df0515;
}
/* アイコン */
.p-entry-nav__icon {
  display: block;
  width:48px;
  height:48px;
  margin-bottom:5px;
}
/* テキスト */
.p-entry-nav__text {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #221815;
}


/* ===========================
   SP レイアウト（左右バランス調整版）
   =========================== */
@media screen and (max-width: 480px) {
  .p-entry-nav {
    display: block;
    /* border-top: 1px solid #dddfeb; */
	border:none!important;
	padding:0!important;
	margin:0!important;
  }

  .p-entry-nav li {
    margin: 0!important;
	padding: 0!important;
    width: 100%;
    border-bottom: 1px solid #dddfeb;
  }

  .p-entry-nav li a {
    border-left: none;
    border-right: none;                    
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  /* PC 用の右線を打ち消し */
  .p-entry-nav li:last-child a {
    border-right: none;
  }

  /* 右側の丸矢印（位置調整） */
  .p-entry-nav li a::before {
    width: 32px;
    height: 32px;
    border-width: 2px;
    background-size: 16px 8px;
    top: 50%;
    bottom: auto;
    right: 24px;
    left: auto;
    transform: translateY(-50%);
  }

  .p-entry-nav__num {
    margin: 0 16px 0 0;
    font-size: 26px;
    font-weight: 700;
    color: #df0515;
    min-width: 2.5em;
  }
  .p-entry-nav__icon {
    margin: 0 28px 0 0;
  }
  .p-entry-nav__text {
    font-size: 16px;
    line-height: 1.6;
    color: #221815;
  }
}

/* サービス内容 */
.p-plan{
	background-color:#fff;
}
/* サービス内容（見出しリンク色） */
.p-plan h4 a{
	color:#000!important;
}
.p-plan h4 a:hover{
	color: var(--color_main)!important;
}
/* サービス内容（画像上に文字乗せ） */
.p-plan__block-card-img-wrap {
    position: relative;
}
.p-plan__block-card-img--ultrakind {
    position: absolute;
	top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 214px;
    padding: 4px;
    color: #fff;
    font-weight: 600;
    background-color: #97710b;
    font-size: 0.8rem;
    line-height: 1.2;
    text-align: center;
}
.p-plan__block-card-img {
    width: 100%;
    max-width: 214px;
    margin: 0 auto;
}
.p-plan__block-card-value {
    position: absolute;
    bottom: 4px;
    left: 50%;
    translate: -50% 0;
    content: "";
    display: block;
    padding: 2px 8px;
    background: #fff;
    border: solid 1px #df0515;
    border-radius: 4000px;
    color: #df0515;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
}


/* ご成婚までの流れ アンカーリンク */
/* スマホでは非表示 */
@media (max-width: 767px) {
  .p-marriageflow-nav {
    display: none;
  }
}

/* PC 表示 */
@media (min-width: 768px) {
  .p-marriageflow-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 auto 30px;
    padding: 0;
    list-style: none;
  }

  /* a をクリック領域にする */
  .p-marriageflow-nav__item {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  /* 各ステップ共通ボックス */
  .p-marriageflow-nav__item > li {
    position: relative;
    width: 260px;
    padding: 60px 34px 16px 10px!important;
    box-sizing: border-box;
    text-align: center;
    overflow: visible;
  }

  /* Start / Goal ラベル */
  .p-marriageflow-nav__first-child::before,
  .p-marriageflow-nav__last-child::before {
    position: absolute;
    top: -60px;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 600;
    color: #df0515;
    letter-spacing: 0.04em;
  }

  .p-marriageflow-nav__first-child::before {
    content: "＼Start／";
    left: 47%;
  }

  .p-marriageflow-nav__last-child::before {
    content: "＼Goal／";
    left: 44%;
  }

  /* 矢印背景（Step1〜3） */
  .p-marriageflow-nav__bg {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 170px;
    z-index: -1;
    pointer-events: none;
  }

  /* Step4 の四角背景を矢印と同じ高さにする */
  .p-marriageflow-nav__last-child {
    position: relative;
    width: 220px!important;
    height: 210px;
  }

  .p-marriageflow-nav__last-child::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 25px;
    bottom: 0;
    background: #f7f8fc;
    border: 2px solid #dddfeb;
    z-index: -1;
  }

  /* 円形アイコン（矢印・四角から飛び出させる） */
  .p-marriageflow-nav__img {
    display: block;
    width: 136px;
    height: auto;
    margin: -88px auto 16px;
    border-radius: 50%;
  }

  /* Step 表記 */
  .p-marriageflow-nav__item > li > div .step {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #df0515;
  }

  /* 下の日本語テキスト
     └ 幅に収まるようフォントサイズを少し下げて 1 行に */
  .p-marriageflow-nav__item > li > div .text {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #222;
    white-space: nowrap;
  }
}

/* イベント紹介 */
#service_event{
	margin:0 auto;
    width: 1400px;
}
#service_event .mv_area {
    position: relative;
    background: url('/wp-content/uploads/mv_bg.png') no-repeat;
    width: 1400px;
    height: 1000px;
	margin:0 auto;
}
#service_event .mv_area .ttl_img {
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -262px;
}
#service_event .mv_area img {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
}
#service_event .sect_block_inner {
    width: 1400px;
    margin: 0 auto;
}
#service_event .mv_icon_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}
#service_event .mv_icon_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#service_event .mv_icon_list li img {
    width: 30px;
    height: 30px;
}
/* SP表示 */
@media (max-width: 767px) {
  #service_event{
    margin: 0 auto;
    width: 100%;
  }
  #service_event .mv_area {
    position: relative;
    background: url('/wp-content/uploads/mv_bg_sp.png') no-repeat center center / contain;
    width: 100%;
    height: 100vw;
    background-color: #fff;
  }
  #service_event .mv_area .ttl_img {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
  }
  #service_event .mv_area img {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  #service_event .sect_block_inner {
    width: 100%;
    margin: 12px auto 0;
    padding: 0 16px;
    box-sizing: border-box;
  }
  #service_event .mv_icon_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 6px;
    column-gap: 12px; 
    align-items: center;
    justify-items: start;
    margin-top: 10px;
  }
  #service_event .mv_icon_list li {
    display: flex;
    align-items: center;
    font-size: 12px;
    white-space: nowrap;
  }
  #service_event .mv_icon_list li img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
}

/* オープラス */
#service_oplus{
  margin: 0 auto;
  width: 100%;
}
#service_oplus .mv_area{
  text-align: center;
  margin: 0 auto 20px !important;
}
#service_oplus .mv_area picture img {
  display: block;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
  height: auto;
  opacity: 1 !important;
  transform: none !important;
}
/* SP表示 */
@media (max-width: 767px) {
  #service_oplus .mv_area picture img {
    max-width: 100%;
    width: 100%; 
  }
}


/* プレステージ */
#prestige .p-prestige-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 画像エリア（PC） */
#prestige .p-prestige-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}

/* 透過帯（PC時） */
#prestige .p-prestige-hero__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(144, 82, 36, 0.8);
}

/* 文字ブロック */
#prestige .p-prestige-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
}

/* ラベル */
#prestige .p-prestige-hero__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 6px 22px;
  margin: 0 0 10px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
}

/* 王冠アイコン画像 */
#prestige .p-prestige-hero__labelIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/uploads/icon_crown.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
}

/* タイトル */
#prestige .p-prestige-hero__title {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.6;
  font-weight: 700;
}

/* リード文 */
#prestige .p-prestige-hero__lead {
  margin: 0;
  font-size: 1rem!important;
  line-height: 1.9;
}

/* スマホ（SP）調整 */
@media (max-width: 767px) {

  #prestige .p-prestige-hero__media {
    position: relative;
    width: 100%;
    height: 35vh;
    overflow: hidden;
  }

  #prestige .p-prestige-hero__media img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }

  #prestige .p-prestige-hero__overlay {
    position: relative;
    width: 100%;
    margin-top: -14.5vh;

    background: linear-gradient(
      0deg,
      #8b4a1d 75%,
      rgba(135, 56, 2, 0.8) 100%,
      rgba(135, 56, 2, 0) 120%
    );
  }

  #prestige .p-prestige-hero__inner {
    padding: 20px 16px 30px;
  }

  #prestige .p-prestige-hero__label {
    padding: 8px 18px;
    font-size: 14px;
  }

  #prestige .p-prestige-hero__title {
    font-size: 24px;
  }

  #prestige .p-prestige-hero__lead {
    font-size: 14px;
  }
}

/* プラン内容背景 */
.p-prestige-plan {
    padding: 64px 0;
    background: url("/wp-content/uploads/prestage_bk1_cop.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* スマホ */
@media (max-width: 767px) {
	
	.p-prestige-plan{
		background: url("/wp-content/uploads/prestage_bk1_cop_sp.jpg");
	}
}

/* 超親切プラン背景 */
.p-prestige-ican {
    width: 914px;
    padding: 32px 0;
    background: url("/wp-content/uploads/prestage_bk2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* スマホ */
@media (max-width: 767px) {
	
	.p-prestige-ican{
		background: url("/wp-content/uploads/prestage_bk2_sp.jpg");
	}
}
/* サポート */
.p-prestige-support__img {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  left: 28px;
  background-image: url("/wp-content/uploads/point.png");
  background-repeat: no-repeat;
  background-position: 273px 0;
  background-size: 104px 35px;
}

.p-prestige-support__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.p-prestige-corporate {
    background: url("/wp-content/uploads/hojin_bk.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 767px) {
	
	.p-prestige-corporate{
		background: url("/wp-content/uploads/hojin_bk_sp.jpg");
	}
}

/* CTAボタン */
/* =========================
   相談予約CTA 共通
========================= */

.p-consultCta{
  width: 100%;
  padding: 18px 0;
  box-sizing: border-box;
  overflow: visible;
}

.p-consultCta__inner{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;

  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* =========================
   ボタン共通
========================= */

.p-consultBtn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 320px;          /* PC 横幅固定 */
  height: 74px;

  border-radius: 999px;
  text-decoration: none;

  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .02em;

  box-shadow: 0 6px 14px rgba(0,0,0,.18);
  box-sizing: border-box;

  padding-top: 0;
  overflow: visible;
}

/* メインテキスト */
.p-consultBtn__text{
  display: inline-block;
  line-height: 1.15;
  padding-top: 1px;
}

/* サブテキスト（電話用） */
.p-consultBtn__sub{
  display: none;
}

/* 右矢印 */
.p-consultBtn::after{
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid rgba(255,255,255,.95);
  border-right: 3px solid rgba(255,255,255,.95);
  transform: translateY(-50%) rotate(45deg);
}

/* 上ラベル共通 */
.p-consultBtn::before{
  content: attr(data-label);
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 3px 16px;
  border-radius: 999px;
  background: #ffffff;

  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;

  border: 1px solid transparent;
  box-sizing: border-box;
}

/* =========================
   PC表示
========================= */

@media (min-width: 768px){

  /* 電話予約はPCでは非表示 */
  .p-consultBtn--tel{
    display: none;
  }
}

/* 来店（赤） */
.p-consultBtn--visit{
  background: linear-gradient(90deg, #ff6b7a 0%, #e60012 78%);
}
.p-consultBtn--visit::before{
  color: #000;
  border-color: #e60012;
}

/* オンライン（黄） */
.p-consultBtn--online{
  background: linear-gradient(90deg, #f6c300 0%, #d38a00 85%);
}
.p-consultBtn--online::before{
  color: #000;
  border-color: #d38a00;
}

/* 電話予約（オレンジ） */
.p-consultBtn--tel{
  background: linear-gradient(90deg, #ffb65a 0%, #f08a1a 85%);
}

/* =========================
   SP表示
========================= */

@media (max-width: 767px){

  .p-consultCta{
    padding: 14px 0;
  }

  .p-consultCta__inner{
    padding: 0 14px;
    flex-direction: column;
    gap: 10px;
  }

  .p-consultBtn{
    width: 100%;
    max-width: 640px;
    height: 72px;        /* 縦を詰める */
    font-size: 20px;
    box-shadow: none;
    padding-top: 0;
	margin-bottom:10px;
  }

  .p-consultBtn::after{
    right: 18px;
    width: 9px;
    height: 9px;
  }

  .p-consultBtn::before{
    top: -10px;
    font-size: 12px;
    padding: 3px 14px;
  }

  /* SPではオンライン非表示 */
  .p-consultBtn--online{
    display: none;
  }

  /* 電話予約（SP表示） */
  .p-consultBtn--tel{
    display: flex;
    height: 72px;
    flex-direction: column;
    gap: 4px;
  }

  .p-consultBtn--tel .p-consultBtn__sub{
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    opacity: .95;
  }

  /* ★SP 電話予約の上ラベルを必ず表示 */
  .p-consultBtn--tel::before{
    content: "無料通話";
    display: inline-flex;
    color: #000;
    border-color: #f08b1c;
  }
}

/* 結婚相談所比較 */
/* サポート内容 2カラムグリッド */
.p-support-grid{
  list-style: none;
  padding: 0 !important;
  margin: 0 auto 20px !important;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;

  justify-content: center; 
  align-items: stretch;
}

.p-support-grid li{
  display: flex;
  align-items: center; 
  justify-content: center;

  text-align: center;
  margin: 0 !important; 
  padding: 22px 12px;

  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #eee inset;
}

.p-support-grid li::marker{
  content: "";
}

@media (max-width: 767px){
  .p-support-grid{
    gap: 12px;
  }
  .p-support-grid li{
    padding: 18px 10px;
    font-size: 13px;
    line-height: 1.55;
  }
}


/* ここが知りたい Q & A */
/* リンクナビ */
/* =========================
   QA カテゴリナビ（PC / SP 共通）
========================= */
.p-qa-nav{
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 15px 0;
}

/* li 共通 */
.p-qa-nav li{
  margin: 0;
  padding: 0;

  width: 20%;

  display: flex;
  align-items: center;
}

/* =========================
   a 共通（SWELL装飾打ち消し）
========================= */
.p-qa-nav a{
  width: 100%;
  display: inline-flex;
  align-items: center;

  color: #333 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
}

/* 右矢印（aあり） */
.p-qa-nav a::after{
  content: "›";
  display: inline-block;

  margin-left: 10px;
  margin-bottom: 2px;

  color: var(--color_main);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

/* hover */
.p-qa-nav a:hover{
  color: var(--color_main) !important;
}

/* =========================
   カレント判定（aあり）
========================= */
/* href がない、または空 → 今いるページ */
.p-qa-nav a:not([href]),
.p-qa-nav a[href=""]{
  color: var(--color_main) !important;
  pointer-events: none;
  cursor: default;
}

/* =========================
   カレント判定（aなし）
========================= */
/* li 直書き文字は赤 */
.p-qa-nav li{
  color: var(--color_main);
}

/* li 直書き用の ＞ */
.p-qa-nav li::after{
  content: "›";
  display: inline-block;

  margin-left: 10px;
  margin-bottom: 2px;

  color: var(--color_main);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

/* a がある li では、li側の赤と ＞ を無効化 */
.p-qa-nav li:has(> a){
  color: inherit;
}

.p-qa-nav li:has(> a)::after{
  content: none;
}

/* =========================
   SP：2列・左寄せ・フォント完全統一
========================= */
@media (max-width: 767px){
  .p-qa-nav{
    justify-content: flex-start;
    column-gap: 20px;
    gap: 18px 30px;
  }

  .p-qa-nav li{
	margin-left:-10px;
    width: calc((100% - 20px) / 2);
  }

  /* フォントを aあり / なし で完全にそろえる */
  .p-qa-nav,
  .p-qa-nav li,
  .p-qa-nav a{
    font-size: 14px !important;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0;
  }

  /* 文字左・＞右 */
  .p-qa-nav a{
    justify-content: space-between;
  }

  .p-qa-nav a::after{
    margin-left: 12px;
    margin-bottom: 0;
    transform: none;
    font-size: 18px;
  }

  /* aなしも同じ配置 */
  .p-qa-nav li{
    justify-content: space-between;
  }

  .p-qa-nav li::after{
    margin-left: 12px;
    margin-bottom: 0;
    transform: none;
    font-size: 18px;
  }
}

/* qa内テーブル */
.p-qa-table table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

/* th を150pxで固定 */
.p-qa-table th {
  width: 140px;
}

/* td は自動 */
.p-qa-table td {
  width: 40%;
}

/* 法人提携割引 */
/* =====================================
  法人名リスト
  PC：3列 / SP：2列
===================================== */

/* リスト全体 */
.p-orgList{
  list-style: none;
  margin: 0;
  padding: 0;

  /* PCは2列 */
  column-count: 2;
  column-gap: 56px;

  /* 見た目調整 */
  font-size: 12px;
}

/* 各項目 */
.p-orgList > li{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;

  margin: 0 0 14px;
  line-height: 0.5;
  color: #333;
}

/* =========================
  スマホ表示
========================= */
@media (max-width: 767px){
  .p-orgList{
    column-count: 1;
    column-gap: 14px;
  }

  .p-orgList > li{
    margin: 0 0 12px;
	padding-left:0;
    line-height: 0.8;
  }
}
