        
span.wpcf7-list-item {
    margin-top:5px;
    display: block !important;
}

.cus_box{
    max-width: 80%;
    margin: 0 auto;
    margin-bottom:2rem;
}
h3.cus_interview_ttl {
    position: relative;
    padding: 0.5em;
    background: #a6d3c8;
    color: #333;
font-weight:bold;
    margin-bottom: 10px;
}

h3.cus_interview_ttl::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
}

.cus_interview{
max-width:80%;
}

/* 機能ページの5大要素部分*/

.blogs_divide {
    margin-top:90px;
    position: relative;
}

.blogs__tag{
    font-size: 16px;
    text-align: center;
    background-color: green;
    width: 150px;
    /* text-align: center; */
    margin: 0 auto;
    margin-bottom: 1rem;
    border-radius: 100px;
    color: #fff;
}

.voice-content {
    margin-bottom: 70px;
}

.voice-q {
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
    font-size: 1.25em;
}

.voice-q::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 25px;
    height: 4px;
    background-color: #006CD1;
}

.voice-a {
    margin-bottom: 0;
    color: #444;
}

.swell-block-accordion__title {
    max-width: 750px;
    margin: 0 auto;
}

.swell-block-accordion__body {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 1em 0 0 0;
}

figure.wp-block-table.is-style-regular table tr {
    border-bottom: 1px dashed #ddd !important;
}

figure.wp-block-table.is-style-regular table td,
figure.wp-block-table.is-style-regular table th {
    border: none !important;
}

@media screen and (min-width: 769px) { 
    .compare_sp{
        display:none;
    }
} 
.selected_blogs{
        grid-template-columns: repeat(5, 1fr) !important;
    margin: 0 2rem ;
}


/* SP */ 
@media screen and (max-width: 768px) { 
    header {
    background: transparent !important;
    backdrop-filter: blur(6px); /* 半透明ガラス風にするなら */
    }

    .compare_pc{
        display:none;
    }
    .selected_blogs{
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .selected_blogs > article > a >  .item__title{
        font-size:1.4rem !important;
    }
    .swell-block-accordion__body .wp-block-table.is-style-regular table tr {
        display: flex;
        flex-direction: column;
    }
}		

.toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    background: rgba(30,41,59,0.95);
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    z-index: 9999;
}

</style>
        
<link rel="stylesheet" href="./assets/images/hp/print.css" media="print">
<style id="swell_custom_css">@media screen and (min-width: 769px){
.p-home_mv {
    display: none!important;
}
}

/*表のデザインサンプル：ボタンデザイン*/
.table_design button{
    border: 1px double hsla(0,0%,78%,.5);
    border-radius: 5px;
    color: #fff;
    padding: 0.25em 1.5em;
    font-size: 1.05em;
    text-shadow: 1px 2px 5px #808080;
}

.button_ki{
    background-color: #2EC1AB;
}

.button_cus{
    background-color: #FE725F;
}

.button_ori{
    background-color: #5E96FE;
}

.table_design button:hover{
    opacity: 0.4;
    transition-duration: 0.4s;
}

/*　　メインビジュアル動画
------------------------*/
.p-home_mv_video_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%); /* 動画をコンテナの中央に配置 */
}

.p-home_mv_v2 {
    position: relative; /* 子要素の位置を相対的に制御するため */
    overflow: hidden;   /* このエリア外の動画の部分を非表示にする */
    height: 640px;
}

/**** メインビジュアル画像を非表示 
.p-home_mv_v2 {
        display: none;
}
****/
/** mobile 判定 **/
@media screen and (max-width: 640px) and (hover: none) and (pointer: coarse) {
    .p-home_mv_v2 {
    display: none;
    }
    .p-home_mv{
    display: block;
    }
}


/*23_11_20 SEOアイコン*/
.zeroone_seo_area {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.zeroone_seo_area img {
    width: 20%;
    margin: 0 auto;
}

.zeroone_seo_text {
    text-align: center;
    margin: 3% 0 2%;
    font-size: 21px;
}

@media screen and (max-width: 768px){
.top-movie {
    margin-top: 6% !important;
}
.top-movie-main {
    width: 60% !important;
    height: auto;
}
}

@media screen and (max-width: 729px){
.top-movie {
    margin-top: 10% !important;
}
}

@media screen and (max-width: 659px){
.top-movie {
    margin-top: 15% !important;
}
}

@media screen and (max-width: 560px){
.top-movie {
    margin-top: inherit !important;
}
}

/* SPはデフォ非表示、開いたときだけ表示 */
@media (max-width: 779px) {
    .header__nav { display: none !important; }
    .header__nav.is-open { display: block !important; }
}

/* ▼共通：PC・SPどちらでも効かせたい最低限 */
#userEmail {
    color: #fff;              /* PCヘッダーも白文字 */
}

/* PC用（768px以上） */
@media (min-width: 769px) {
    #userItem {
    display: flex;
    align-items: center;
    gap: 8px;
    }

    #logoutBtn {
    background: #ffffff;
    color: #2563eb;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 4px 10px;
    cursor: pointer;
    }

    #logoutBtn:hover {
    opacity: 0.9;
    }
}

/* スマホ用（768px以下） */
@media (max-width: 768px) {
    /* メニュー内で縦並びにする */
    .header__nav ul #userItem {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0;
    }

    .header__nav ul #userItem #userEmail {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 6px;
    }

    .header__nav ul #userItem #logoutBtn {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 13px;
    cursor: pointer;
    }

    .header__nav ul #userItem #logoutBtn:hover {
    background: rgba(255,255,255,0.15);
    }
}

.hero__download-buttons {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* ===== TalkMate デモ動画ブロック ===== */

.p-top__movie {
    padding: 64px 0 72px;
    background: #f9fafb;            /* うっすらグレー背景でセクション感 */
  }
  
  .p-top__movie__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.04em;
    margin: 0 0 8px;
    color: #111827;                 /* 濃いめグレー */
  }
  
  .p-top__movie__lead {
    font-size: 14px;
    text-align: center;
    color: #6b7280;                 /* 説明文は少し薄く */
    margin: 0 0 24px;
  }
  
  .p-top__movie__embed {
    position: relative;
    width: 100%;
    max-width: 900px;               /* 横幅を少し絞る */
    margin: 0 auto;
    padding-top: 56.25%;            /* 16:9 比率 */
  }
  
  .p-top__movie__embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;            /* 角丸で今っぽく */
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18); /* ふわっと浮かせる */
  }
  
  /* スマホ向けに少しだけサイズ調整 */
  @media (max-width: 640px) {
    .p-top__movie {
      padding: 40px 0 48px;
    }
  
    .p-top__movie__title {
      font-size: 20px;
    }
  
    .p-top__movie__lead {
      font-size: 13px;
      padding: 0 12px;
    }
  }