@charset "utf-8";

/* header表示崩れ対応 */
@media screen and (max-width: 1280px) and (min-width: 768px) {
    .header-menu-right {
        gap: 10px;
    }
}

@media screen and (max-width: 1530px) and (min-width: 1020px) {
    .header-menu__item:first-of-type .header-menu__link {
        padding: 0 6px;
    }
    .header-menu__list {
        gap: 0px;
    }
    .header-menu__link {
        padding: 0 6px;
    }
    .header-btn-download,
    .cmn-large-link {
        width: 140px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1020px) {
    .header-menu__body {
        padding: 0px 12px;
    }
    .header-menu__link {
        font-size: 14px;
    }
    .header-btn-download,
    .cmn-large-link {
        font-size: 14px;
    }
    .header-btn-download,
    .cmn-large-link {
        width: 120px;
    }
}

@media screen and (min-width: 1280px) {
    .header-menu__list {
        margin-left: 12px;
    }
}

/* /product/anews/ページのボタン角丸＋色変更 */
#js-detail-product__trial-wrapper > a {
    border-radius: 28px;
}
#js-detail-product__trial-wrapper > a .detail-product__trial-txt {
    font-size: 20px;
}
#js-detail-product__trial-wrapper > a:nth-of-type(2) {
    background-color: rgb(220, 84, 52);
}
#js-detail-product__trial-wrapper > a:nth-of-type(2):hover {
    background-color: rgb(174, 70, 46);
}
@media screen and (max-width: 1400px) {
    #js-detail-product__trial-wrapper > a .detail-product__trial-txt {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    #js-detail-product__trial-wrapper > a .detail-product__trial-txt {
        font-size: 16px;
    }
}

/* Download Complete Format2 カード型リンク掲載 */
.download-content-area {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.download-content-area__title {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
}

.download-content-area__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: 16px;
    align-items: flex-start;
}

.download-content-area__item {
    margin-inline: auto;
    max-width: 400px;
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
}
.download-content-area__item-textWrap {
    padding: 20px 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.download-content-area__item-text {
    margin-bottom: 16px;
    line-height: 1.6;
}
.download-content-area__item-link {
    margin: 0 auto 0;
    padding: 0.25em 1em;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #1a1a1a;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .download-content-area__inner {
        gap: 40px 16px;
    }
}


/* /product/anewsページにSecurityの項目を追加 */
.detail-product__security{
    background: #f3f3f3;
    padding: 120px 0;
}
.detail-product__security-body{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 120px;
}
.detail-product__security-body-inner{
    background: #fff;
    padding: 90px 0;
}
.cmn-lower-title--security .cmn-lower-title__en{
    color: #22a583;
}
.cmn-lower-title--security .cmn-lower-title__ja{
    color: #1a1a1a;
}
.detail-product__security-txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .02em;
}

@media screen and (max-width: 768px) {
    .detail-product__security {
        padding: 50px 0 100px;
    }
    .detail-product__security-body {
        padding: 0 20px;
    }
    .detail-product__security-body-inner {
        padding: 54px 20px 50px;
    }
    .detail-product__security-img{
        margin-bottom: 18px;
        padding:0 20px;
    }
}
@media screen and (min-width: 769px) {
.detail-product__security-box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 150px;
    }
    .detail-product__security-img {
        margin-right: 40px;
        width: calc(35% - 40px);
    }
    .detail-product__security-txt {
        width: 75%;
    }
}
/* /product/anewsページにSecurityの項目を追加　ここまで */

/* 20250116 追加修正 */

@media screen and (max-width: 767px) {
    .header-menu__body .header-menu__logo--coevo{
        flex-direction: column;
        height: auto;
    }
    .header-menu__body .header-menu__logo-link--coevo{
        height: 17px;
    }
    .p-coevo-sec__tagWrap{
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .archive__body--coevo-front .archive__body-left{
        padding: 0 39px 0 40px;
        background: transparent;
    }
    .p-coevo-sec__tagWrap{
        display: block;
    }
    .archive__body--coevo-front .archive__body-headerWrapper{
        padding: 20px 40px;
        background: #fff;
    }
    .cmn-coevo-search{
        width: 100%;
    }
    .searchandfilter li:first-of-type input{
        max-width: 100% !important;
        width: 100% !important;
    }
    .archive__body-tag{
        margin-bottom: 40px;
        padding: 20px;
        background: #fff;
    }
    .archive__body-tag .cmn-coevo-tag-list__item{
        margin: 0 10px 10px 0;
    }
    .archive__body-tag h2{
        padding-left: 0 !important;
    }
    .archive__body-tag h2::before{
        content: none !important;
    }
    .p-coevo-sec .cmn-coevo-tag-list--index .cmn-coevo-tag-list__wrapper{
        height: 100px;
    }
    .p-coevo-sec .cmn-coevo-tag-list--index .cmn-coevo-tag-list__wrapper.is-open{
        height: auto !important;
    }
    .archive__body-tag .cmn-coevo-tag-list__item-link{
        border-radius: 4px;
        background: #ddd;
    }
    /* .cmn-header__body{
        height: 240px;
        padding-bottom: 150px;
    } */
    /* .cmn-header__body-inner{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 96px);
    } */
    .cmn-header__title-sub{
        margin-bottom: 10px;
    }
    .cmn-header__title-main{
        font-size: 30px;
    }
    .page-thanks .cmn-header__body{
        height: 240px;
        padding-bottom: 150px;
    }
    .page-thanks .cmn-header__body-inner{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 96px);
    }
}

/* 20250116 追加修正 */