@charset "UTF-8";

/* ========== ========== ========== ========== ==========
　アーカイブ対応
========== ========== ========== ========== ==========*/
.archive_text {
    margin: 0 auto 20px;
    text-align: center;
}
.campaign_info .archive_text {
    margin-top: 15px;
}
.archive_text h6 p {
    display: inline-block;
    width: 410px;
    padding-top: 4px;
}
.archive_text h6 p span {
    font-size: 26px;
}
.archive_text h6 p i {
    font-size: 18px;
    display: inline-block;
    margin: 0 2px;
}
/*.archive_text h6 {
    display: inline-block;
    text-align: center;
    position: relative;
    height: 50px;
    padding: 0 30px;
    font-size: 24px;
    background: var(--basic);
    color: #FFF;
    font-weight: bold;
}*/

.archive_text h6 {
    position: relative;
    display: inline-block;
    height: 50px;
    margin-left: 20px;
    padding: 1.3rem 0rem 0.5rem 1.5rem;
    background: var(--y);
    width: 445px;
    font-weight: bold;
    font-size: 2.5rem;
  }
.archive_text h6:before {
    position: absolute;
    top: 0;
    left: -28px;
    content: '';
    border-width: 26px 28px 25px 0;
    border-style: solid;
    border-color: transparent var(--y) transparent transparent;
  }
.archive_text h6:after {
    position: absolute;
    top: calc(50% - 7px);
    left: 2px;
    width: 11px;
    height: 11px;
    content: '';
    border-radius: 50%;
    background: #fff;
  }
.archive_text h6 span{
    font-size: 3rem;
    font-weight: bold;
  }
.archive_text h6 span b{
    font-size: 2.4rem;
    font-weight: bold;
  }
.archive_text h6 i {
    font-weight: bold;
    font-size: 1.8rem;
}
.archive_text h6 span.normal {
    font-style: normal;
    font-size: 1.8rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.detail_info .archive_detail {
    display: flex;
}
.detail_info .archive_text {
    margin: 0 auto 10px;
    text-align: left;
}
.detail_info .archive_text h6 p {
    width: 280px;
    padding-top: 2px;
}
.detail_info .archive_text h6 p span {
    font-size: 22px;
}
.detail_info .archive_text h6 p i {
    font-size: 16px;
}
.detail_info .archive_text h6 {
    height: 40px;
    padding: 0;
    font-size: 20px;
}
.detail_info .archive_text h6::before {
    border-width: 20px 0 20px 10px;
}
.detail_info .archive_text h6::after {
    border-width: 20px 10px 20px 0;
}

@media screen and (max-width: 740px) {
    .archive_text {
        margin: 5px auto 15px;
        width: 90%;
    }
    .fv_title .archive_text {
        width: 100%;
    }
    .archive_text h6 p {
        width: 100%;
        padding-top: 2px;
    }
    .archive_text h6 p span {
        font-size: 22px;
    }
    .archive_text h6 p i {
        font-size: 16px;
        margin: 0 2px;
    }
    .archive_text h6 {
        height: auto;
        padding: 5px 0;
        /* font-size: 18px; */
        margin-left: 0;
        width: 100%;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .archive_text h6:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid var(--y);
      }
      .archive_text h6:after {
        background: var(--y);
    }      
    .entry .archive_text {
        margin: -5px auto 20px;
    }
    .schedule_info .archive_text {
        margin: 0 auto 12px;
    }
    .campaign_cont .archive_text {
        width: 100%;
    }
    .campaign_cont .archive_text h6 p {
        width: 100%;
        font-size: 18px;
    }
    
    .speaker_date .archive_detail .eventdate {
        margin-bottom: 2px;
    }
    .detail_info .archive_detail {
        display: block;
    }
    .detail_info .archive_text {
        width: 100%;
    }
    .detail_info .archive_text h6 p {
        width: 100%;
        padding-top: 0;
        line-height: 1.5em;
    }
    .detail_info .archive_text h6 p span {
        font-size: 16px;
    }
    .detail_info .archive_text h6 p i {
        font-size: 13px;
        margin: 0;
    }
    .detail_info .archive_text h6 {
        height: 24px;
        padding: 0 15px;
        font-size: 14px;
    }
    .detail_info .archive_text h6::before {
        border-width: 12px 0 12px 7px;
    }
    .detail_info .archive_text h6::after {
        border-width: 12px 7px 12px 0;
    }
    .fv_title .archive_text h6::before {
        border-color: transparent transparent transparent var(--light);
    }
    .fv_title .archive_text h6::after {
        border-color: transparent var(--light) transparent transparent;
    }
}

/* ========== ========== ========== ========== ==========
　アーカイブ対応　2210271追記
========== ========== ========== ========== ==========*/
.entry .archive_text {
    margin: 20px auto 0px;
}
