/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2026 | 09:19:01 */
/* 結婚チャンステストフォーム */
.chance-test-form-block{
  width: 100%;
  padding: 0;
  background: #e6e3d2;
  font-family: "Noto Sans JP", sans-serif;
  color: #221815;
}

p.chance-test-form-block__title,
.post_content p.chance-test-form-block__title {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  text-align: center !important;
  font-size: clamp(15px, 4.5vw, 24px) !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
  position: static !important;
}

p.chance-test-form-block__title::before,
p.chance-test-form-block__title::after,
.post_content p.chance-test-form-block__title::before,
.post_content p.chance-test-form-block__title::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

.chance-test-form-block__inner{
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.chance-test-form-block__head{
  padding: 0;
}

.chance-test-form-block__head-title{
  height: 89px;
  margin: 0;
  padding-top: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  background: url(/wp-content/uploads/ttl_input.png) no-repeat 50% 50%;
  background-size: auto 89px;
}

.chance-test-form-block__lead{
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.75;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.chance-test-form-block__required{
  margin: 10px 0 0;
  text-align: left;
  font-size: 12px;
  color: #444;
}

.chance-test-form-block__required span{
  color: #ef7ea1 !important;
  font-weight: 800;
}

.chance-test-form{
  margin: 0;
  padding: 0 0 24px;
}

.chance-test-form__table{
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.chance-test-form__row{
  display: table-row;
  border-bottom: 1px #000 dotted;
}

.chance-test-form__th,
.chance-test-form__td{
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.chance-test-form__th{
  position: relative;
  width: 285px;
  min-width: 285px;
  padding: 8px 15px 10px 40px;
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  background: #f2f1e8;
  border-bottom: 1px #000 dotted;
}

.chance-test-form__th::before{
  content: "＊";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #ef7ea1;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
}

.chance-test-form__th .req{
  display: none;
}

.chance-test-form__th .sub{
  font-size: 14px;
  font-weight: 400;
}

.chance-test-form__td{
  height: 50px;
  padding: 20px 0 20px 23px;
  background-color: #fff;
  word-break: break-all;
  border-bottom: 1px #000 dotted;
}

.chance-test-form__choices{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chance-test-form input[type="radio"]{
  display: none;
}

.chance-test-form .radio{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 46px;
  padding: 0 14px;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #221815;
  background: #f1efe4;
  border: 1px solid #5cc2d8;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  transition: .2s ease;
  white-space: nowrap;
}

.chance-test-form input[type="radio"]:hover + .radio,
.chance-test-form input[type="radio"]:checked + .radio{
  background: #5cc2d8;
  color: #fff;
}

.chance-test-form input[type="text"]{
  display: inline-block;
  width: 220px;
  max-width: 100%;
  height: 48px;
  padding: 0 10px;
  font-size: 16px;
  font-family: inherit;
  color: #221815;
  background: #f1efe4;
  border: 1px solid #5cc2d8;
  border-radius: 5px;
  box-sizing: border-box;
}

.chance-test-form input[type="text"]:focus,
.chance-test-form select:focus{
  outline: none;
}

.chance-test-form__note{
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #6c6c6c;
}

.select-wrap{
  position: relative;
  display: inline-block;
  width: 200px;
  max-width: 100%;
}

.select-wrap::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #5cc2d8;
  transform: translateY(-35%);
  pointer-events: none;
  z-index: 3;
}

.select-wrap select{
  width: 100%;
  height: 44px;
  padding: 0 40px 0 14px;
  font-size: 14px;
  font-family: inherit;
  color: #221815;
  background: #f1efe4;
  border: 1px solid #5cc2d8;
  border-radius: 5px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrap select::-ms-expand{
  display: none;
}

.select-wrap--placeholder .select-placeholder{
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 40px);
  padding: 0 14px;
  font-size: 14px;
  line-height: 44px;
  text-align: left;
  color: #221815;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}

.select-wrap--placeholder select{
  position: relative;
  z-index: 1;
  color: #221815;
}

.select-wrap--placeholder.is-selected .select-placeholder{
  display: none;
}

.select-wrap--income{
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 100%;
  gap: 8px;
}

.select-wrap--income::after{
  right: auto;
  left: 172px;
}

.select-wrap--income select{
  width: 200px;
  padding-right: 40px;
}

.select-wrap--income .select-placeholder{
  width: 160px;
  padding: 0 14px;
}

.select-wrap--income .unit{
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 16px;
  color: #221815;
}

.chance_test_btn{
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 18px;
}

.chance_test_btn.js_non_active{
  opacity: .7;
  pointer-events: none;
}

.chance_test_btn .color_btn{
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 48px 15px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
  transition: all .3s;
  background-image: linear-gradient(to top, #e8427c, #f16395 50%, #f16395 100%);
}

.chance_test_btn .color_btn:hover{
  color: #fff;
}

.chance_test_btn .color_btn::before{
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  border-radius: 15px;
  transition: opacity .3s;
  background-image: linear-gradient(to top, #e41e64, #ee4581 50%, #ee4581 100%);
}

.chance_test_btn .color_btn:hover::before{
  opacity: 1;
}

.chance_test_btn .color_btn::after{
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.chance_test_btn .color_btn_inner{
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}

@media (max-width: 820px){
  .chance-test-form-block{
    padding-top: 0;
  }

  .chance-test-form-block__inner{
    width: calc(100% - 24px);
  }

  .chance-test-form-block__head-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: clamp(54px, 8.6vw, 66px);
    margin: 18px 0 0;
    padding: 0 clamp(28px, 4.5vw, 40px);
    text-align: center;
    font-size: clamp(12px, 3.1vw, 24px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
    box-sizing: border-box;
    background: url(/wp-content/uploads/ttl_input.png) no-repeat center center;
    background-size: contain;
  }

  .chance-test-form-block__lead{
    width: 100%;
    padding-top: clamp(10px, 2vw, 14px);
    font-size: clamp(12px, 3.2vw, 16px);
    line-height: 1.6;
  }

  .chance-test-form-block__required{
    margin-top: 12px;
    text-align: left;
  }

  .chance-test-form__table,
  .chance-test-form__row,
  .chance-test-form__th,
  .chance-test-form__td{
    display: block;
    width: 100%;
  }

  .chance-test-form__row{
    border-bottom: 1px #000 dotted;
  }

  .chance-test-form__th{
    min-width: 0;
    padding: 12px 14px 12px 34px;
    border-bottom: 0;
  }

  .chance-test-form__th::before{
    left: 10px;
    font-size: 20px;
  }

  .chance-test-form__td{
    height: auto;
    padding: 16px 14px;
    border-bottom: 0;
  }

  .chance-test-form__choices{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    gap: 6px;
    align-items: stretch;
  }

  .chance-test-form .radio{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 46px;
    height: auto;
    padding: 8px 6px;
    font-size: clamp(10px, 2.9vw, 12px);
    line-height: 1.35;
    text-align: center;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
    box-sizing: border-box;
  }

  .chance-test-form input[type="text"]{
    width: 100%;
  }

  .select-wrap{
    width: 100%;
  }

  .select-wrap--income{
    width: auto;
    max-width: 100%;
  }

  .select-wrap--income::after{
    left: calc(200px - 28px);
  }

  .select-wrap--income select{
    width: 200px;
    flex: 0 0 200px;
  }

  .chance_test_btn{
    width: 100%;
    padding-top: 16px;
  }

  .chance_test_btn .color_btn{
    padding: 15px 44px 15px 16px;
  }
  .chance_test_btn .color_btn{
    padding: 15px 40px 15px 12px;
  }

  .chance_test_btn .color_btn_inner{
    display: block;
    font-size: clamp(12px, 3.8vw, 16px);
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
  }
}


/* 結婚チャンステストボタン＋マッチング体験 */
/* =========================================
  chance support
========================================= */

.chance-support-wrap{
  --chance-bg:#fcf7f4;
  --chance-line:#cfa55c;
  --chance-text:#2f2f2f;
  --chance-pink1:#f16395;
  --chance-pink2:#e8427c;
  --chance-green1:#2bb3a7;
  --chance-green2:#1d9381;
  --chance-gold:#c8a062;
  --chance-inner:1120px;

  /* advisor位置調整用 */
  --chance-advisor-img-shift-x: 45px;
  --chance-advisor-text-shift-x: 80px;

  background:transparent !important;
}

.chance-support-wrap > .swell-block-fullWide__inner{
  box-sizing:border-box;
  width:min(100%, var(--chance-inner));
  margin:0 auto !important;
  padding-right:24px;
  padding-left:24px;
}

/* =========================================
  SWELL / Gutenberg reset
========================================= */

.chance-support-wrap .wp-block-group{
  box-sizing:border-box;
}

.chance-support-wrap figure,
.chance-support-wrap .wp-block-image,
.chance-support-wrap .wp-block-buttons,
.chance-support-wrap .wp-block-button{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

.chance-support-wrap .wp-block-buttons.is-layout-flex{
  gap:0 !important;
}

.chance-support-wrap .wp-block-button__link{
  margin:0 !important;
  text-decoration:none !important;
  box-shadow:none !important;
  border:none !important;
  background:none;
}

.chance-support-wrap .chance-box__title::before,
.chance-support-wrap .chance-box__title::after{
  content:none !important;
  display:none !important;
}

.chance-support-wrap img{
  vertical-align:bottom;
  max-width:100%;
  height:auto;
}

.chance-support-wrap br.sp_{
  display:none;
}

/* =========================================
  common box
========================================= */

.chance-box{
  box-sizing:border-box;
  width:min(100%, 960px);
  margin-right:auto !important;
  margin-left:auto !important;
  background:var(--chance-bg);
}

.chance-box--test{
  margin-top:22px !important;
  margin-bottom:22px !important;
  padding:42px 44px 38px;
}

.chance-box--advisor{
  position:relative;
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding:38px 44px 48px;
  border:none !important;
  background:
    linear-gradient(var(--chance-line),var(--chance-line)) left top/28px 1px no-repeat,
    linear-gradient(var(--chance-line),var(--chance-line)) left top/1px 28px no-repeat,
    linear-gradient(var(--chance-line),var(--chance-line)) right top/28px 1px no-repeat,
    linear-gradient(var(--chance-line),var(--chance-line)) right top/1px 28px no-repeat,
    linear-gradient(var(--chance-line),var(--chance-line)) left bottom/28px 1px no-repeat,
    linear-gradient(var(--chance-line),var(--chance-line)) left bottom/1px 28px no-repeat,
    linear-gradient(var(--chance-line),var(--chance-line)) right bottom/28px 1px no-repeat,
    linear-gradient(var(--chance-line),var(--chance-line)) right bottom/1px 28px no-repeat,
    var(--chance-bg);
}

/* =========================================
  upper text
========================================= */

.chance-box__title{
  margin-top:0 !important;
  margin-bottom:48px !important;
  padding:0 !important;
  color:#222;
  font-size:23px;
  font-weight:700;
  line-height:1.5;
  text-align:center;
}

.chance-box__text{
  max-width:830px;
  margin-top:0 !important;
  margin-right:auto !important;
  margin-bottom:0 !important;
  margin-left:auto !important;
  padding:0 !important;
  color:var(--chance-text);
  font-size:14px;
  line-height:2.15;
}

.chance-box__text + .chance-box__text{
  margin-top:28px !important;
}

.chance-box__text--last{
  margin-bottom:0 !important;
}

/* =========================================
  upper pink button
========================================= */

.chance-btn-wrap{
  margin-top:44px !important;
  margin-bottom:0 !important;
  padding:0 !important;
}

.chance-btn-wrap > .wp-block-group__inner-container{
  position:relative;
  width:min(100%, 540px);
  margin:0 auto !important;
  padding-top:10px;
}

.chance-btn{
  width:100%;
}

.chance-btn .wp-block-button__link{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  width:100%;
  min-height:58px;
  padding:16px 50px 16px 28px !important;
  color:#fff !important;
  font-size:18px;
  font-weight:700;
  line-height:1.4;
  text-align:center;
  border-radius:7px !important;
  box-shadow:0 4px 6px rgba(0,0,0,.18) !important;
  transition:filter .2s ease, background-image .2s ease;
}

.chance-btn .wp-block-button__link::after{
  content:"";
  position:absolute;
  top:50%;
  right:18px;
  width:11px;
  height:11px;
  border-right:3px solid #fff;
  border-bottom:3px solid #fff;
  transform:translateY(-50%) rotate(-45deg);
}

.chance-btn--pink .wp-block-button__link{
  background-image:linear-gradient(to top,var(--chance-pink2) 0,var(--chance-pink1) 50%,var(--chance-pink1) 100%) !important;
}

/* step_btn_icon準拠（高さ29px版） */
.chance-btn-badge{
  width:60px;
  height:29px;
  padding:0;
  margin:0 !important;
  color:#fff;
  font-size:16px;
  line-height:29px;
  text-align:center;
  background-color:var(--chance-gold);
  position:absolute;
  left:-10px;
  top:-2px;
  z-index:2;
}

.chance-btn-badge::before{
  content:"";
  display:block;
  position:absolute;
  left:100%;
  top:0;
  width:0;
  height:0;
  border-style:solid;
  border-width:14.5px 16px 0 0;
  border-color:var(--chance-gold) transparent transparent transparent;
}

.chance-btn-badge::after{
  content:"";
  display:block;
  position:absolute;
  left:100%;
  bottom:0;
  width:0;
  height:0;
  border-style:solid;
  border-width:14.5px 0 0 16px;
  border-color:transparent transparent transparent var(--chance-gold);
}

/* =========================================
  advisor row
========================================= */

.chance-box--advisor > .wp-block-group__inner-container{
  display:grid;
  grid-template-columns:148px minmax(0,1fr);
  column-gap:20px;
  row-gap:22px;
  align-items:center;
}

.chance-advisor__image{
  grid-column:1;
  grid-row:1;
  width:132px;
  margin:0 !important;
  justify-self:end;
  transform:translateX(var(--chance-advisor-img-shift-x));
  text-align:center;
}

.chance-advisor__image img{
  width:122px;
  height:auto;
}

.chance-advisor-head__text{
  grid-column:2;
  grid-row:1;
  margin:0 !important;
  padding:0 !important;
  transform:translateX(var(--chance-advisor-text-shift-x));
  color:var(--chance-text);
  font-size:14px;
  font-weight:400;
  line-height:2.1;
  text-align:left;
}

/* =========================================
  lower white box
========================================= */

.chance-cv-box{
  grid-column:1 / -1;
  grid-row:2;
  box-sizing:border-box;
  width:100%;
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding:20px 28px 16px;
  background:#fff;
  border:1px solid var(--chance-line);
}

.chance-cv-box__lead{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:0 !important;
  margin-bottom:14px !important;
  padding:0 !important;
  text-align:center;
}

.chance-cv-box__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  height:20px;
  padding:0 9px;
  color:#fff;
  font-size:12px;
  line-height:1;
  border-radius:999px;
  background:var(--chance-gold);
}

.chance-cv-box__leadtext{
  color:#2a2a2a;
  font-size:16px;
  font-weight:700;
  line-height:1.5;
}

.chance-cv-box .wp-block-buttons{
  width:min(100%, 345px);
  margin:0 auto 10px !important;
}

.chance-btn--green .wp-block-button__link{
  min-height:34px;
  padding:14px 16px !important;
  font-size:14px;
  border-radius:7px !important;
  background-image:linear-gradient(to top,var(--chance-green2) 0,var(--chance-green1) 50%,var(--chance-green1) 100%) !important;
}

.chance-btn--green .wp-block-button__link::after{
  right:14px;
  width:9px;
  height:9px;
  border-right-width:3px;
  border-bottom-width:3px;
}

.chance-cv-box__note{
  margin-top:0 !important;
  margin-bottom:0 !important;
  color:#666;
  font-size:10px;
  line-height:1.7;
  text-align:center;
}

/* =========================================
  tablet
========================================= */

@media (max-width: 959px){

  .chance-support-wrap > .swell-block-fullWide__inner{
    padding-right:18px;
    padding-left:18px;
  }

  .chance-box{
    width:100%;
  }

  .chance-box--test{
    margin-top:16px !important;
    margin-bottom:18px !important;
    padding:34px 28px 34px;
  }

  .chance-box--advisor{
    padding:30px 28px 38px;
  }

  .chance-box__title{
    margin-bottom:34px !important;
  }

  .chance-box__text + .chance-box__text{
    margin-top:22px !important;
  }

  .chance-btn-wrap{
    margin-top:32px !important;
  }

  .chance-box--advisor > .wp-block-group__inner-container{
    grid-template-columns:124px minmax(0,1fr);
    column-gap:18px;
  }

  .chance-advisor__image{
    width:110px;
    transform:translateX(calc(var(--chance-advisor-img-shift-x) * .6));
  }

  .chance-advisor__image img{
    width:104px;
  }

  .chance-advisor-head__text{
    transform:translateX(calc(var(--chance-advisor-text-shift-x) * .6));
    font-size:13px;
    line-height:2;
  }

  .chance-cv-box .wp-block-buttons{
    width:min(100%, 345px);
  }
}

/* =========================================
  smartphone
========================================= */
@media (max-width: 767px){

  .chance-support-wrap{
    --chance-sp-gap:3.2vw;
    --chance-sp-stripe-h:24px;

    position:relative;
    background-color:#ece9e6 !important;
    background-image:none !important;
    padding-top:var(--chance-sp-gap) !important;
    padding-bottom:var(--chance-sp-gap) !important;
  }

  .chance-support-wrap::before,
  .chance-support-wrap::after{
    content:"";
    position:absolute;
    left:0;
    width:100%;
    height:var(--chance-sp-gap);
    background-image:url(/wp-content/uploads/bg_sect_stripe.jpg);
    background-repeat:repeat-x;
    background-position:left top;
    background-size:auto var(--chance-sp-stripe-h);
    pointer-events:none;
    z-index:0;
  }

  .chance-support-wrap::before{
    top:0;
  }

  .chance-support-wrap::after{
    bottom:0;
  }

  .chance-support-wrap > .swell-block-fullWide__inner{
    position:relative;
    z-index:1;
    width:100%;
    padding-right:0;
    padding-left:0;
  }

  .chance-support-wrap br.sp_{
    display:block;
  }

  .chance-box{
    width:100%;
    margin-right:0 !important;
    margin-left:0 !important;
  }

  /* =========================
    1つ目：結婚チャンステスト
  ========================= */
  .chance-box--test{
    position:relative;
    margin-top:0 !important;
    margin-bottom:var(--chance-sp-gap) !important;
    padding:4.2666vw;
    background:#fff;
  }

  .chance-box--test::after{
    content:"";
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    height:var(--chance-sp-gap);
    background-image:url(/wp-content/uploads/bg_sect_stripe.jpg);
    background-repeat:repeat-x;
    background-position:left top;
    background-size:auto var(--chance-sp-stripe-h);
    pointer-events:none;
    z-index:0;
  }

  .chance-box--test > .wp-block-group__inner-container{
    position:relative;
    z-index:1;
    padding:4.2666vw;
    background:var(--chance-bg);
  }

  .chance-box__title{
    margin-bottom:5.6vw !important;
    font-size:clamp(18px, 5vw, 22px);
    line-height:1.45;
    letter-spacing:.02em;
  }

  .chance-box__text{
    font-size:clamp(12px, 3.65vw, 14px);
    line-height:2;
  }

  .chance-box__text + .chance-box__text{
    margin-top:4.8vw !important;
  }

  .chance-btn-wrap{
    margin-top:5.8666vw !important;
  }

  .chance-btn-wrap > .wp-block-group__inner-container{
    width:100%;
    padding-top:0;
  }

  .chance-btn{
    width:100%;
  }

  .chance-btn-badge{
    width:13.8666vw;
    max-width:52px;
    height:6.6666vw;
    max-height:25px;
    left:0;
    top:-2.1333vw;
    font-size:clamp(10px, 2.9vw, 12px);
    line-height:min(6.6666vw, 25px);
  }

  .chance-btn-badge::before{
    border-width:3.3333vw 3.4666vw 0 0;
  }

  .chance-btn-badge::after{
    border-width:3.3333vw 0 0 3.4666vw;
  }

  .chance-btn .wp-block-button__link{
    min-height:14.4vw;
    padding:4vw !important;
    font-size:clamp(14px, 4vw, 16px);
    line-height:1.4;
    border-radius:6px !important;
  }

  .chance-btn .wp-block-button__link::after{
    right:3.7333vw;
    width:2.2666vw;
    height:2.2666vw;
    min-width:8px;
    min-height:8px;
    border-right-width:3px;
    border-bottom-width:3px;
  }

  /* =========================
    2つ目：アドバイザー
  ========================= */
  .chance-box--advisor{
    position:relative;
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding:4.2666vw;
    background:var(--chance-bg);
    border:none !important;
    background:
      linear-gradient(var(--chance-line),var(--chance-line)) left top/20px 1px no-repeat,
      linear-gradient(var(--chance-line),var(--chance-line)) left top/1px 20px no-repeat,
      linear-gradient(var(--chance-line),var(--chance-line)) right top/20px 1px no-repeat,
      linear-gradient(var(--chance-line),var(--chance-line)) right top/1px 20px no-repeat,
      linear-gradient(var(--chance-line),var(--chance-line)) left bottom/20px 1px no-repeat,
      linear-gradient(var(--chance-line),var(--chance-line)) left bottom/1px 20px no-repeat,
      linear-gradient(var(--chance-line),var(--chance-line)) right bottom/20px 1px no-repeat,
      linear-gradient(var(--chance-line),var(--chance-line)) right bottom/1px 20px no-repeat,
      var(--chance-bg);
  }

  .chance-box--advisor > .wp-block-group__inner-container{
    display:block;
  }

  .chance-advisor-head__text{
    margin:0 0 5.8666vw !important;
    padding:0 2.6666vw !important;
    transform:none;
    color:#2f2f2f;
    font-size:clamp(12px, 3.4vw, 16px);
    font-weight:500;
    line-height:1.75;
    text-align:center;
  }

  .chance-box--advisor figure.chance-advisor__image.wp-block-image{
    width:100%;
    margin:0 auto 5.8666vw !important;
    transform:none;
    text-align:center;
  }

  .chance-advisor__image img{
    width:min(38vw, 150px);
  }

  .chance-cv-box{
    width:100%;
    margin-top:0 !important;
    padding:5.3333vw 3.7333vw 4.2666vw;
    background:#fff;
    border:1px solid var(--chance-line);
  }

  .chance-cv-box__lead{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:2.1333vw;
    margin-bottom:3.4666vw !important;
  }

  .chance-cv-box__badge{
    min-width:11.4666vw;
    height:5.8666vw;
    padding:0 2.1333vw;
    font-size:clamp(10px, 2.8vw, 11px);
    background:var(--chance-gold);
  }

  .chance-cv-box__leadtext{
    font-size:clamp(13px, 3.9vw, 16px);
    line-height:1.45;
    font-weight:700;
  }

  .chance-cv-box .wp-block-buttons{
    width:100%;
    margin:0 auto !important;
  }

  .chance-btn--green .wp-block-button__link{
    min-height:13.3333vw;
    padding:3.6vw !important;
    font-size:clamp(13px, 3.85vw, 15px);
    line-height:1.4;
    border-radius:6px !important;
  }

  .chance-btn--green .wp-block-button__link::after{
    right:3.7333vw;
    width:2.1333vw;
    height:2.1333vw;
    min-width:8px;
    min-height:8px;
  }

  .chance-cv-box__note{
    margin-top:2.6666vw !important;
    font-size:clamp(9px, 2.5vw, 10px);
    line-height:1.6;
    text-align:center;
  }
}


/* 単一チャンステストCTA */
/* =========================================
  mini cta
========================================= */

.chance-mini-cta{
  margin:0 0 40px !important;
  padding:0 !important;
}

.chance-mini-cta > .wp-block-group__inner-container{
  margin:0 !important;
  padding:0 !important;
}

.chance-mini-cta__inner{
  box-sizing:border-box;
  width:100%;
  margin:0 !important;
  padding:36px 24px 30px;
  border:1px solid #cfa55c;
}

.chance-mini-cta__inner > .wp-block-group__inner-container{
  max-width:520px;
  margin:0 auto !important;
  padding:0 !important;
}

.chance-mini-cta__lead{
  margin:0 0 12px !important;
  padding:0 !important;
  color:#222 !important;
  font-size:16px !important;
  font-weight:600 !important;
  line-height:1.5 !important;
  text-align:center !important;
}

/* -----------------------------------------
  button wrap
----------------------------------------- */

.chance-mini-cta .chance-mini-cta__btnwrap{
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
}

.chance-mini-cta .chance-mini-cta__btnwrap > .wp-block-group__inner-container{
  position:relative;
  width:100%;
  max-width:500px;
  margin:0 auto !important;
  padding:8px 0 0 !important;
}

.chance-mini-cta .chance-mini-cta__btnwrap .wp-block-buttons,
.chance-mini-cta .chance-mini-cta__btnwrap .wp-block-buttons.is-layout-flex{
  margin:0 !important;
  gap:0 !important;
}

.chance-mini-cta .chance-mini-cta__btnwrap .wp-block-button{
  margin:0 !important;
}

.chance-mini-cta .chance-mini-cta__btnwrap .chance-btn{
  width:100%;
}

/* -----------------------------------------
  pink button
----------------------------------------- */

.chance-mini-cta .chance-mini-cta__btnwrap .chance-btn .wp-block-button__link,
.chance-mini-cta .chance-mini-cta__btnwrap .chance-btn .wp-element-button{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  width:100% !important;
  min-height:60px !important;
  margin:0 !important;
  padding:16px 24px !important;
  color:#fff !important;
  font-size:18px !important;
  font-weight:700 !important;
  line-height:1.4 !important;
  text-align:center !important;
  text-decoration:none !important;
  border:none !important;
  border-radius:10px !important;
  box-shadow:0 4px 6px rgba(0,0,0,.18) !important;
  background:#f16395 !important;
  background-image:linear-gradient(to top,#e8427c 0,#f16395 50%,#f16395 100%) !important;
  transition:filter .2s ease, background-image .2s ease;
}

.chance-mini-cta .chance-mini-cta__btnwrap .chance-btn .wp-block-button__link::before,
.chance-mini-cta .chance-mini-cta__btnwrap .chance-btn .wp-element-button::before{
  content:none !important;
  display:none !important;
}

.chance-mini-cta .chance-mini-cta__btnwrap .chance-btn .wp-block-button__link::after,
.chance-mini-cta .chance-mini-cta__btnwrap .chance-btn .wp-element-button::after{
  content:"" !important;
  position:absolute !important;
  top:50% !important;
  right:20px !important;
  width:12px !important;
  height:12px !important;
  border-right:3px solid #fff !important;
  border-bottom:3px solid #fff !important;
  transform:translateY(-50%) rotate(-45deg) !important;
}

/* -----------------------------------------
  badge
----------------------------------------- */

.chance-mini-cta .chance-mini-cta__btnwrap .chance-btn-badge{
  position:absolute !important;
  left:-10px !important;
  top:0 !important;
  z-index:2 !important;
  width:60px !important;
  height:29px !important;
  margin:0 !important;
  padding:0 !important;
  color:#fff !important;
  font-size:16px !important;
  line-height:29px !important;
  text-align:center !important;
  background:#c8a062 !important;
}

.chance-mini-cta .chance-mini-cta__btnwrap .chance-btn-badge::before{
  content:"" !important;
  position:absolute !important;
  left:100% !important;
  top:0 !important;
  width:0 !important;
  height:0 !important;
  border-style:solid !important;
  border-width:14.5px 16px 0 0 !important;
  border-color:#c8a062 transparent transparent transparent !important;
}

.chance-mini-cta .chance-mini-cta__btnwrap .chance-btn-badge::after{
  content:"" !important;
  position:absolute !important;
  left:100% !important;
  bottom:0 !important;
  width:0 !important;
  height:0 !important;
  border-style:solid !important;
  border-width:14.5px 0 0 16px !important;
  border-color:transparent transparent transparent #c8a062 !important;
}

/* =========================================
  smartphone
========================================= */

@media (max-width: 767px){

  .chance-mini-cta__inner{
    padding:4.2666vw 4.2666vw 8vw;
  }

  .chance-mini-cta__inner > .wp-block-group__inner-container{
    max-width:none;
  }

  .chance-mini-cta__lead{
    margin-bottom:3.2vw !important;
    font-size:clamp(14px,4.2vw,16px) !important;
    line-height:1.45 !important;
  }

  .chance-mini-cta .chance-mini-cta__btnwrap > .wp-block-group__inner-container{
    max-width:none;
    padding-top:8px !important;
  }

  .chance-mini-cta .chance-mini-cta__btnwrap .chance-btn .wp-block-button__link,
  .chance-mini-cta .chance-mini-cta__btnwrap .chance-btn .wp-element-button{
    min-height:56px !important;
    padding:16px !important;
    font-size:clamp(14px,4vw,16px) !important;
    border-radius:6px !important;
  }

  .chance-mini-cta .chance-mini-cta__btnwrap .chance-btn .wp-block-button__link::after,
  .chance-mini-cta .chance-mini-cta__btnwrap .chance-btn .wp-element-button::after{
    right:14px !important;
    width:10px !important;
    height:10px !important;
    border-right-width:3px !important;
    border-bottom-width:3px !important;
  }

  .chance-mini-cta .chance-mini-cta__btnwrap .chance-btn-badge{
    left:0 !important;
    top:1px !important;
    width:46px !important;
    height:22px !important;
    font-size:11px !important;
    line-height:22px !important;
  }

  .chance-mini-cta .chance-mini-cta__btnwrap .chance-btn-badge::before{
    border-width:11px 12px 0 0 !important;
  }

  .chance-mini-cta .chance-mini-cta__btnwrap .chance-btn-badge::after{
    border-width:11px 0 0 12px !important;
  }
}


/* 並列CTA */
/* =========================================
  dual cta
========================================= */

.chance-dual-cta-wrap{
  --cdw-inner:1120px;
  --cdw-gap:28px;
  --cdw-badge:#c8a062;
  --cdw-pink1:#f16395;
  --cdw-pink2:#e8427c;
  --cdw-green1:#2bb3a7;
  --cdw-green2:#1d9381;
}

.chance-dual-cta-wrap > .swell-block-fullWide__inner{
  box-sizing:border-box;
  width:min(100%, var(--cdw-inner));
  margin:0 auto !important;
  padding-right:24px;
  padding-left:24px;
}

.chance-dual-cta,
.chance-dual-cta__item,
.chance-dual-cta__inner{
  box-sizing:border-box;
}

.chance-dual-cta .wp-block-group,
.chance-dual-cta .wp-block-buttons,
.chance-dual-cta .wp-block-button{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

.chance-dual-cta .wp-block-buttons.is-layout-flex{
  gap:0 !important;
}

.chance-dual-cta .wp-block-button__link{
  text-decoration:none !important;
  box-shadow:none;
  border:none;
}

.chance-dual-cta > .wp-block-group__inner-container{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:var(--cdw-gap);
  align-items:start;
  max-width:960px;
  margin:0 auto !important;
}

.chance-dual-cta__item{
  width:100%;
}

.chance-dual-cta__item > .wp-block-group__inner-container{
  padding:0 !important;
}

.chance-dual-cta__inner{
  width:100%;
  margin:0 !important;
  padding:0 !important;
}

.chance-dual-cta__inner > .wp-block-group__inner-container{
  position:relative;
  width:100%;
  margin:0 auto !important;
  padding-top:0;
}

/* -----------------------------------------
  badge
----------------------------------------- */

.chance-dual-cta__badge{
  position:absolute;
  left:14px;
  top:0;
  z-index:3;
  display:inline-block;
  margin:0 !important;
  padding:0 14px;
  min-height:30px;
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:30px;
  white-space:nowrap;
  border-radius:999px;
  background:var(--cdw-badge);
}

.chance-dual-cta__badge::before,
.chance-dual-cta__badge::after{
  content:none !important;
  display:none !important;
}

.chance-dual-cta__badge span{
  position:relative;
  z-index:2;
}

/* 逆向きで細め、かつ少し下に見える先端 */
.chance-dual-cta__badge{
  overflow:visible;
}

.chance-dual-cta__badge::before{
  content:"" !important;
  position:absolute;
  left:30px;
  bottom:-10px;
  z-index:1;
  display:block !important;
  width:0;
  height:0;
  border-style:solid;
  border-width:0 8px 12px 0;
  border-color:transparent var(--cdw-badge) transparent transparent;
  transform:rotate(10deg);
  transform-origin:top right;
}

/* -----------------------------------------
  button common
----------------------------------------- */

.chance-dual-cta__btn{
  width:100%;
}

.chance-dual-cta__btn .wp-block-button__link,
.chance-dual-cta__btn .wp-element-button{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  width:100% !important;
  min-height:80px !important;
  margin:0 !important;
  padding:20px !important;
  color:#fff !important;
  font-size:18px !important;
  font-weight:700 !important;
  line-height:1.4 !important;
  text-align:center !important;
  text-decoration:none !important;
  border:none !important;
  border-radius:9px !important;
  box-shadow:0 4px 6px rgba(0,0,0,.18) !important;
  transition:filter .2s ease, background-image .2s ease;
}

.chance-dual-cta__btn .wp-block-button__link::before,
.chance-dual-cta__btn .wp-element-button::before{
  content:none !important;
  display:none !important;
}

.chance-dual-cta__btn .wp-block-button__link::after,
.chance-dual-cta__btn .wp-element-button::after{
  content:"" !important;
  position:absolute !important;
  top:50% !important;
  right:20px !important;
  width:12px !important;
  height:12px !important;
  border-right:3px solid #fff !important;
  border-bottom:3px solid #fff !important;
  transform:translateY(-50%) rotate(-45deg) !important;
}

.chance-dual-cta__btn--pink .wp-block-button__link,
.chance-dual-cta__btn--pink .wp-element-button{
  background:#f16395 !important;
  background-image:linear-gradient(to top,var(--cdw-pink2) 0,var(--cdw-pink1) 50%,var(--cdw-pink1) 100%) !important;
}

.chance-dual-cta__btn--green .wp-block-button__link,
.chance-dual-cta__btn--green .wp-element-button{
  background:#2bb3a7 !important;
  background-image:linear-gradient(to top,var(--cdw-green2) 0,var(--cdw-green1) 50%,var(--cdw-green1) 100%) !important;
}

/* =========================================
  tablet
========================================= */

@media (max-width: 959px){

  .chance-dual-cta-wrap > .swell-block-fullWide__inner{
    padding-right:18px;
    padding-left:18px;
  }

  .chance-dual-cta > .wp-block-group__inner-container{
    gap:20px;
    max-width:none;
  }

  .chance-dual-cta__badge{
    left:10px;
    padding:0 12px;
    min-height:28px;
    font-size:13px;
    line-height:28px;
  }

  .chance-dual-cta__badge::before{
    left:26px;
    bottom:-8px;
    border-width:0 8px 12px 0;
    border-color:transparent var(--cdw-badge) transparent transparent;
    transform:rotate(10deg);
    transform-origin:top right;
  }

  .chance-dual-cta__btn .wp-block-button__link,
  .chance-dual-cta__btn .wp-element-button{
    min-height:72px !important;
    padding:18px 48px 18px 18px !important;
    font-size:clamp(16px,2vw,18px) !important;
  }
}

/* =========================================
  smartphone
========================================= */

@media (max-width: 767px){

  .chance-dual-cta-wrap > .swell-block-fullWide__inner{
    padding-right:14px;
    padding-left:14px;
  }

  .chance-dual-cta > .wp-block-group__inner-container{
    grid-template-columns:1fr;
    gap:14px;
  }

  .chance-dual-cta__inner > .wp-block-group__inner-container{
    padding-top:0;
  }

  .chance-dual-cta__badge{
    left:10px;
    top:-4px;
    padding:0 10px;
    min-height:24px;
    font-size:clamp(11px,3.2vw,13px);
    line-height:24px;
  }

  .chance-dual-cta__badge::before{
    left:22px;
    bottom:-8px;
    border-width:0 8px 12px 0;
    border-color:transparent var(--cdw-badge) transparent transparent;
    transform:rotate(10deg);
    transform-origin:top right;
  }

  .chance-dual-cta__btn .wp-block-button__link,
  .chance-dual-cta__btn .wp-element-button{
    min-height:48px !important;
    padding:14px !important;
    font-size:clamp(14px,4.6vw,16px) !important;
    line-height:1.35 !important;
    border-radius:6px !important;
  }

  .chance-dual-cta__btn .wp-block-button__link::after,
  .chance-dual-cta__btn .wp-element-button::after{
    right:14px !important;
    width:10px !important;
    height:10px !important;
    border-right-width:3px !important;
    border-bottom-width:3px !important;
  }
}

/* =========================================
  hover
========================================= */

@media (hover:hover){

  .chance-btn .wp-block-button__link:hover{
    filter:brightness(.96);
  }

  .chance-mini-cta .chance-mini-cta__btnwrap .chance-btn .wp-block-button__link:hover,
  .chance-mini-cta .chance-mini-cta__btnwrap .chance-btn .wp-element-button:hover{
    filter:brightness(.96);
  }

  .chance-dual-cta__btn .wp-block-button__link:hover,
  .chance-dual-cta__btn .wp-element-button:hover{
    filter:brightness(.96);
  }
}

/* =========================================
  並列CTA 今回用の個別調整
  ※ 既存の .chance-dual-cta は壊さない
========================================= */

/* 今回の並列CTAだけ、元の1120px幅指定を解除 */
.chance-dual-cta-wrap.chance-dual-cta-wrap--simple > .swell-block-fullWide__inner,
.chance-dual-cta-wrap.chance-dual-cta-wrap--simple > .swell-block-fullWide__inner.l-container{
  width: auto !important;
  margin-bottom:3rem!important;
}

.chance-dual-cta-wrap--simple .chance-dual-cta{
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 18px 22px 14px;
  border: 1px solid #c8a062;
}

.chance-dual-cta-wrap--simple .chance-dual-cta > .wp-block-group__inner-container{
  max-width: none;
  gap: var(--cdw-gap);
}

.chance-dual-cta-wrap--simple .chance-dual-cta__inner p{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #222 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.chance-dual-cta-wrap--simple .chance-dual-cta__inner p::before,
.chance-dual-cta-wrap--simple .chance-dual-cta__inner p::after{
  content: none !important;
  display: none !important;
}

.chance-dual-cta-wrap--simple .chance-dual-cta__badge{
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 30px;
  padding: 0 12px;
  margin: 0 !important;
  border-radius: 999px;
  background: #c8a062;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  overflow: visible;
}

.chance-dual-cta-wrap--simple .chance-dual-cta__badge::before,
.chance-dual-cta-wrap--simple .chance-dual-cta__badge::after{
  content: none !important;
  display: none !important;
}

.chance-dual-cta-wrap--simple .chance-dual-cta__btn .wp-block-button__link,
.chance-dual-cta-wrap--simple .chance-dual-cta__btn .wp-element-button{
  min-height: 58px !important;
  padding: 16px 20px !important;
  font-size: 16px !important;
  border-radius: 10px !important;
}

/* 左側の注記の上に余白を作る */
.chance-dual-cta-wrap--simple .chance-dual-cta__item--left .wp-block-buttons{
  margin-bottom: 10px !important;
}

.chance-dual-cta-wrap--simple .chance-dual-cta__note{
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #666 !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.chance-dual-cta-wrap--simple .chance-dual-cta__note::before,
.chance-dual-cta-wrap--simple .chance-dual-cta__note::after{
  content: none !important;
  display: none !important;
}

@media (max-width: 959px){
  .chance-dual-cta-wrap--simple .chance-dual-cta{
    padding: 16px 18px 14px;
  }
}

@media (max-width: 767px){
  .chance-dual-cta-wrap--simple .chance-dual-cta{
    padding: 14px 12px 12px;
  }

  .chance-dual-cta-wrap--simple .chance-dual-cta > .wp-block-group__inner-container{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .chance-dual-cta-wrap--simple .chance-dual-cta__inner p{
    gap: 8px;
    margin-bottom: 10px !important;
    font-size: clamp(13px, 3.8vw, 16px);
    line-height: 1.45;
  }

  .chance-dual-cta-wrap--simple .chance-dual-cta__badge{
    min-width: 52px;
    height: 22px;
    padding: 0 10px;
    font-size: 11px;
  }

  .chance-dual-cta-wrap--simple .chance-dual-cta__btn .wp-block-button__link,
  .chance-dual-cta-wrap--simple .chance-dual-cta__btn .wp-element-button{
    min-height: 56px !important;
    font-size: clamp(14px, 4vw, 16px) !important;
  }

  .chance-dual-cta-wrap--simple .chance-dual-cta__item--left .wp-block-buttons{
    margin-bottom: 8px !important;
  }

  .chance-dual-cta-wrap--simple .chance-dual-cta__note{
    font-size: 10px !important;
    line-height: 1.5 !important;
  }
}

/* =========================================
  並列CTA 吹き出し位置調整
========================================= */

.chance-dual-cta__item--pink .chance-dual-cta__inner > .wp-block-group__inner-container,
.chance-dual-cta__item--green .chance-dual-cta__inner > .wp-block-group__inner-container{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0 !important;
}

.chance-dual-cta__item--pink .chance-dual-cta__badge,
.chance-dual-cta__item--green .chance-dual-cta__badge{
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  display: inline-block !important;
  width: fit-content;
  max-width: calc(100% - 24px);
  margin: 0 0 -18px 18px !important;
  padding: 0 18px !important;
  min-height: 36px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 999px;
  white-space: nowrap;
  z-index: 3;
}

/* 先端 */
.chance-dual-cta__item--pink .chance-dual-cta__badge::before,
.chance-dual-cta__item--green .chance-dual-cta__badge::before{
  content: "" !important;
  position: absolute;
  left: 28px;
  bottom: -10px;
  display: block !important;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 0 0;
  border-color: var(--cdw-badge) transparent transparent transparent;
  transform: rotate(-30deg);
  transform-origin: top left;
}

.chance-dual-cta__item--pink .chance-dual-cta__badge::after,
.chance-dual-cta__item--green .chance-dual-cta__badge::after{
  content: none !important;
  display: none !important;
}

/* ボタンは上に余白を作る */
.chance-dual-cta__item--pink .wp-block-buttons,
.chance-dual-cta__item--green .wp-block-buttons{
  margin-top: 0 !important;
}

.chance-dual-cta__item--pink .chance-dual-cta__btn .wp-block-button__link,
.chance-dual-cta__item--pink .chance-dual-cta__btn .wp-element-button,
.chance-dual-cta__item--green .chance-dual-cta__btn .wp-block-button__link,
.chance-dual-cta__item--green .chance-dual-cta__btn .wp-element-button{
  min-height: 80px !important;
  padding-top: 28px !important;
}

/* SP */
@media (max-width: 767px){
  .chance-dual-cta__item--pink .chance-dual-cta__badge,
  .chance-dual-cta__item--green .chance-dual-cta__badge{
    max-width: calc(100% - 16px);
    margin: 0 0 -15px 10px !important;
    padding: 0 14px !important;
    min-height: 30px;
    font-size: 12px;
    line-height: 30px;
  }

  .chance-dual-cta__item--pink .chance-dual-cta__badge::before,
  .chance-dual-cta__item--green .chance-dual-cta__badge::before{
    left: 24px;
    bottom: -7px;
    border-width: 9px 8px 0 0;
    transform: rotate(-30deg);
  }

  .chance-dual-cta__item--pink .chance-dual-cta__btn .wp-block-button__link,
  .chance-dual-cta__item--pink .chance-dual-cta__btn .wp-element-button,
  .chance-dual-cta__item--green .chance-dual-cta__btn .wp-block-button__link,
  .chance-dual-cta__item--green .chance-dual-cta__btn .wp-element-button{
    min-height: 60px !important;
    padding-top: 20px !important;
  }
}


/* ========================================
  気になるキーワード
======================================== */

/* タイトル */
.p-keyword-links__title{
  margin: 0 0 14px !important;
  padding: 0 !important;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}

/* SWELL/Gutenberg打ち消し */
.p-keyword-links__list,
.p-keyword-links__list.wp-block-list{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.p-keyword-links__list li{
  margin: 0 !important;
  padding: 0 !important;
}

.p-keyword-links__list a{
  text-decoration: none;
}

/* リスト本体 */
.p-keyword-links__list{
  display: block;
  line-height: 1.9;
}

/* 各項目 */
.p-keyword-links__list li{
  display: inline;
}

/* 区切り線 */
.p-keyword-links__list li::after{
  content: "｜";
  display: inline-block;
  margin: 0;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}

.p-keyword-links__list li:last-child::after{
  display: none;
}

/* リンク */
.p-keyword-links__list li a{
  display: inline;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: rgba(34,34,34,.45);
  transition: color .25s ease, text-decoration-color .25s ease, opacity .25s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.p-keyword-links__list li a:hover{
  color: #8b5a2b;
  text-decoration-color: rgba(139,90,43,.7);
  opacity: 1;
}

/* SP */
@media (max-width: 767px){

	.p-keyword-links__title{
    margin-bottom: 14px !important;

  }

  .p-keyword-links__list{
    line-height: 1.85;
  }

  .p-keyword-links__list li::after{
    margin: 0;
    font-size: 13px;
  }

  .p-keyword-links__list li a{
    font-size: 13px;
    line-height: 1.6;
  }
}

/* ========================================
  婚活応援コラム メインビジュアル
======================================== */
.p-marriage-column-mv{
  position: relative;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
}

.p-marriage-column-mv__img{
  display: block;
  width: 100%;
  margin: 0;
}

.p-marriage-column-mv__img img{
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* タイトル */
.p-marriage-column-mv__title{
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  width: max-content;
  max-width: calc(100% - 32px);
  text-align: center;
  pointer-events: none;
}

.p-marriage-column-mv__title span{
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0 12px;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .08em;
  color: #61b6e8;
  white-space: nowrap;
}

/* ========================================
  tablet
======================================== */
@media (max-width: 921px){
  .p-marriage-column-mv__title{
    top: 5%;
    max-width: calc(100% - 20px);
  }
}
/* ========================================
  SP
======================================== */
@media (max-width: 767px){
  .p-marriage-column-mv__title{
    top: 9%;
    max-width: calc(100% - 20px);
  }

  .p-marriage-column-mv__title span{
    padding: 0 0 8px;
    font-size: clamp(12px, 2vw, 14px);
    letter-spacing: .06em;
  }

  .p-marriage-column-mv__title span::after{
    height: 6px;
    background-image: radial-gradient(circle, #61b6e8 1.6px, transparent 2px);
    background-size: 9px 6px;
  }
}

/* ========================================
  婚活応援コラム メインビジュアル下の余白
======================================== */
.swell-block-fullWide.is-marriage-column-mv{
  margin-bottom: 3em !important;
}


/* ========================================
  投稿ページ用フッター直前：カテゴリー表示
======================================== */

.w-postBeforeFooterWidget{
  clear: both;
  width: 100%;
  margin: 48px 0 0 !important;
  padding: 0;
  box-sizing: border-box;
}

.w-postBeforeFooterWidget,
.w-postBeforeFooterWidget *{
  box-sizing: border-box;
}

/* SWELLのサイト幅に合わせるため、幅は上書きしない */
.w-postBeforeFooterWidget .l-container{
  margin-right: auto;
  margin-left: auto;
}

/* ウィジェット共通 */
.w-postBeforeFooterWidget .c-postBeforeFooterWidget__item{
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 !important;
}

/* カテゴリーウィジェット下の余白 */
.w-postBeforeFooterWidget .c-postBeforeFooterWidget__item.widget_categories{
  margin-bottom: 48px !important;
}

/* ブロック版カテゴリーの場合 */
.w-postBeforeFooterWidget .c-postBeforeFooterWidget__item:has(.wp-block-categories),
.w-postBeforeFooterWidget .c-postBeforeFooterWidget__item:has(.wp-block-categories-list){
  margin-bottom: 48px !important;
}

/* タイトル */
.w-postBeforeFooterWidget .c-widgetTitle{
  margin: 0 0 18px !important;
  padding: 0 !important;
  font-size: clamp(18px, 1.6vw, 21px);
  font-weight: 700;
  line-height: 1.5;
}

/* カテゴリーウィジェット本体 */
.w-postBeforeFooterWidget .widget_categories ul,
.w-postBeforeFooterWidget .wp-block-categories,
.w-postBeforeFooterWidget .wp-block-categories-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(7px, .8vw, 9px) clamp(8px, 1vw, 11px);
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* カテゴリー項目 */
.w-postBeforeFooterWidget .widget_categories li,
.w-postBeforeFooterWidget .wp-block-categories li,
.w-postBeforeFooterWidget .wp-block-categories-list li{
  width: auto !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
}

/* li側の装飾を打ち消し */
.w-postBeforeFooterWidget .widget_categories li::before,
.w-postBeforeFooterWidget .wp-block-categories li::before,
.w-postBeforeFooterWidget .wp-block-categories-list li::before{
  display: none !important;
  content: none !important;
}

/* カテゴリーリンク */
.w-postBeforeFooterWidget .widget_categories a,
.w-postBeforeFooterWidget .wp-block-categories a,
.w-postBeforeFooterWidget .wp-block-categories-list a{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 0;
  min-height: clamp(28px, 3vw, 34px);
  padding: clamp(4px, .65vw, 6px) clamp(11px, 1.35vw, 15px) !important;
  border: 1px solid #5aa9df;
  border-radius: 999px;
  background: #fff;
  color: #4a9fd8;
  font-size: clamp(12px, 1.15vw, 14px);
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none;
}

/* SWELLのカテゴリーアイコンを消す */
.w-postBeforeFooterWidget .widget_categories > ul > .cat-item > a::before,
.w-postBeforeFooterWidget .wp-block-categories-list > li > a::before,
.w-postBeforeFooterWidget .wp-block-categories > li > a::before{
  display: none !important;
  content: none !important;
  font-family: inherit !important;
}

/* hover */
.w-postBeforeFooterWidget .widget_categories a:hover,
.w-postBeforeFooterWidget .wp-block-categories a:hover,
.w-postBeforeFooterWidget .wp-block-categories-list a:hover{
  border-color: #4a9fd8;
  background: #4a9fd8;
  color: #fff;
}

/* 現在ページのカテゴリー */
.w-postBeforeFooterWidget .widget_categories .current-cat > a,
.w-postBeforeFooterWidget .wp-block-categories .current-cat > a,
.w-postBeforeFooterWidget .wp-block-categories-list .current-cat > a{
  border-color: #4a9fd8;
  background: #4a9fd8;
  color: #fff;
}

/* 子カテゴリーがある場合 */
.w-postBeforeFooterWidget .widget_categories .children,
.w-postBeforeFooterWidget .wp-block-categories .children,
.w-postBeforeFooterWidget .wp-block-categories-list .children{
  display: flex;
  flex-wrap: wrap;
  gap: clamp(7px, .8vw, 9px) clamp(8px, 1vw, 11px);
  width: 100%;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

/* 念のため、カテゴリーリスト自体の下余白はリセット */
.w-postBeforeFooterWidget .widget_categories,
.w-postBeforeFooterWidget .wp-block-categories,
.w-postBeforeFooterWidget .wp-block-categories-list{
  margin-bottom: 0 !important;
}

/* ========================================
  記事ページ：関連記事下〜フッター直前カテゴリの余白調整
======================================== */

.single-post .l-content{
  margin-bottom: 1.5em !important;
}

/* タブレット */
@media (max-width: 959px){
  .w-postBeforeFooterWidget{
    margin-top: 42px !important;
  }

  .w-postBeforeFooterWidget .c-postBeforeFooterWidget__item.widget_categories,
  .w-postBeforeFooterWidget .c-postBeforeFooterWidget__item:has(.wp-block-categories),
  .w-postBeforeFooterWidget .c-postBeforeFooterWidget__item:has(.wp-block-categories-list){
    margin-bottom: 40px !important;
  }

  .w-postBeforeFooterWidget .widget_categories ul,
  .w-postBeforeFooterWidget .wp-block-categories,
  .w-postBeforeFooterWidget .wp-block-categories-list,
  .w-postBeforeFooterWidget .widget_categories .children,
  .w-postBeforeFooterWidget .wp-block-categories .children,
  .w-postBeforeFooterWidget .wp-block-categories-list .children{
    gap: 8px;
  }

  .w-postBeforeFooterWidget .widget_categories a,
  .w-postBeforeFooterWidget .wp-block-categories a,
  .w-postBeforeFooterWidget .wp-block-categories-list a{
    font-size: clamp(12px, 2.3vw, 13px);
  }

  .single-post .l-content{
    margin-bottom: 2em !important;
  }
}

/* スマホ */
@media (max-width: 599px){
  .w-postBeforeFooterWidget{
    margin-top: 36px !important;
  }

  .w-postBeforeFooterWidget .c-postBeforeFooterWidget__item.widget_categories,
  .w-postBeforeFooterWidget .c-postBeforeFooterWidget__item:has(.wp-block-categories),
  .w-postBeforeFooterWidget .c-postBeforeFooterWidget__item:has(.wp-block-categories-list){
    margin-bottom: 32px !important;
  }

  .w-postBeforeFooterWidget .c-widgetTitle{
    margin-bottom: 14px !important;
    font-size: clamp(18px, 5vw, 20px);
  }

  .w-postBeforeFooterWidget .widget_categories ul,
  .w-postBeforeFooterWidget .wp-block-categories,
  .w-postBeforeFooterWidget .wp-block-categories-list,
  .w-postBeforeFooterWidget .widget_categories .children,
  .w-postBeforeFooterWidget .wp-block-categories .children,
  .w-postBeforeFooterWidget .wp-block-categories-list .children{
    gap: 8px 7px;
  }

  .w-postBeforeFooterWidget .widget_categories a,
  .w-postBeforeFooterWidget .wp-block-categories a,
  .w-postBeforeFooterWidget .wp-block-categories-list a{
    min-height: 28px;
    padding: 4px 11px !important;
    font-size: clamp(11px, 3.2vw, 13px);
    line-height: 1.35;
  }

  .single-post .l-content{
    margin-bottom: 1.75em !important;
  }
}