/* add 2023/07/19 datapot*/
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 0px;
}

.scroll-top img {
    width: 50%;
}

.grecaptcha-badge {
    margin-bottom: 70px;
}

.form_pp_head {
    padding-top: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.form_pp_check {
    padding-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.form_pp {
    background: #FFF;
    overflow: auto;
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    padding: 25px;
    box-sizing: border-box;
}

.form_pp::-webkit-scrollbar {
    width: 8px;
}

.form_pp::-webkit-scrollbar-thumb {
    background: #1999D7;
    border-radius: 4px;
}

.form_pp::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.form_pp::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.p-idx_case {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.p_idx_case__inner {
    margin: 0px auto 80px auto;
    text-align: left;
    background-image: url('../img/index/case_pc.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 326px;
    width: 100%;
}

.p_idx_case__inner .c-ttl01 {
    text-align: left;
}

.p_idx_case__inner p {
    padding-bottom: 15px;
}

.p_idx_case__inner .p_idx_case_text {
    position: absolute;
    top: 20%;
    left: 5%;
}

.p_idx_case__inner_sp {
    display: none;
}

.p-search_filter__btn {
    display: none;
}

/* news */
ul.c-news_list_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
    padding: 0;
    gap: 10px;
}

ul.c-news_list_tab li {
    flex: 1 0 calc(25% - 10px);
    box-sizing: border-box;
}

ul.c-news_list_tab li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

ul.c-news_list_tab li a:hover {
    opacity: 0.7;
}

ul.c-news_list_tab li a img {
    display: block;
    width: 235px;
    height: 200px;
    border: 1px solid #CCC;
    object-fit: cover;
    margin: 0 auto 0 auto;
}

ul.c-news_list_tab li a .title {
    text-align: left;
    display: block;
    margin-top: 15px;
}

ul.c-news_list_tab li a .time-term-container {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

ul.c-news_list_tab li a time {
    margin-top: 20px;
    margin-right: 20px;
}

ul.c-news_list_tab li a .term {
    display: block;
    background: #009be6;
    color: #fff;
    font-size: .75em;
    line-height: 1;
    height: 22px;
    padding: 4px 0;
    width: 7em;
    margin-top: 20px;
    text-align: center;
}

ul.c-news_list_tab li a .term.-product {
    background: #1999d7
}

ul.c-news_list_tab li a .term.-news {
    background: #2152b7
}

ul.c-news_list_tab li a .term.-event {
    background: #27b4c9
}

/* news detail */
ul.p-topics_archive__list.c-news_list li {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

ul.p-topics_archive__list.c-news_list li a.c-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
    text-decoration: none;
}

ul.p-topics_archive__list.c-news_list li a.c-flex .image {
    flex-shrink: 0;
    margin-right: 20px;
    width: 200px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.p-topics_archive__list.c-news_list li a.c-flex .image img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    border: 1px solid #CCC;
}

ul.p-topics_archive__list.c-news_list li a.c-flex .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% - 220px);
}

ul.p-topics_archive__list.c-news_list li a.c-flex .info time,
ul.p-topics_archive__list.c-news_list li a.c-flex .info .term {
    margin-bottom: 10px;
}

ul.p-topics_archive__list.c-news_list li a.c-flex .title {
    margin-top: 0;
}

ul.p-topics_archive__list.c-news_list li a:hover {
    opacity: 0.7;
}

ul.p-topics_archive__list.c-news_list li a .term {
    display: block;
    background: #009be6;
    color: #fff;
    font-size: .75em;
    line-height: 2;
    padding: 0 1em;
    width: 7em;
    margin-right: 3rem;
    text-align: center
}

ul.p-topics_archive__list.c-news_list li a .term.-product {
    background: #1999d7
}

ul.p-topics_archive__list.c-news_list li a .term.-news {
    background: #2152b7
}

ul.p-topics_archive__list.c-news_list li a .term.-event {
    background: #27b4c9
}

@media screen and (max-width:991px) {
    .p-idx_case {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 0px auto;
    }

    .p_idx_case__inner {
        display: block;
        position: relative;
        width: 95%;
        padding-top: 110%;
        margin: 0 auto;
        background: url('../img/index/case_sp.jpg') no-repeat;
        background-size: contain;
        background-position: center;
    }

    .p_idx_case__inner .c-ttl01 {
        text-align: center;
    }

    .p_idx_case__inner .p_idx_case_text {
        width: 100%;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    ul.c-news_list_tab {
        margin-top: 25px;
    }

    ul.c-news_list_tab li a .title {
        margin-bottom: 50px !important;
    }

}

@media print {
    script {
        display: none;
    }

    .l-main {
        width: 100% !important;
    }

    .scroll-top,
    .l-header__inner,
    .l-side,
    .p-search_single_relation,
    .l-footer {
        display: none;
    }
}

/* 202502 */

@media screen and (max-width:991px) {
    .p-idx_case {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 0px auto;
    }

    .p_idx_case__inner {
        display: block;
        position: relative;
        width: 95%;
        padding-top: 110%;
        margin: 0 auto;
        background: url('../img/index/case_sp.jpg') no-repeat;
        background-size: contain;
        background-position: center;
    }

    .p_idx_case__inner .c-ttl01 {
        text-align: center;
    }

    .p_idx_case__inner .p_idx_case_text {
        width: 100%;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    ul.c-news_list_tab {
        margin-top: 25px;
    }

    ul.c-news_list_tab li a .title {
        margin-bottom: 50px !important;
    }

}

@media print {
    script {
        display: none;
    }

    .l-main {
        width: 100% !important;
    }

    .scroll-top,
    .l-header__inner,
    .l-side,
    .p-search_single_relation,
    .l-footer {
        display: none;
    }
}

/* 20250226 */
/* Cookie同意プロンプトのスタイル */
/* Cookie同意プロンプトのスタイル */
.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 360px;
    background-color: white;
    color: #333;
    padding: 20px;
    text-align: left;
    z-index: 999;
    display: none;
    /* 初期状態では非表示 */
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
    line-height: 1.5;
    animation: slideIn 0.5s forwards;
}

@keyframes slideIn {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-consent h3 {
    margin-top: 0;
    color: #333;
    font-size: 18px;
}

.cookie-consent p {
    margin-bottom: 15px;
    font-size: 14px;
}

.cookie-consent .buttons {
    display: flex;
    justify-content: space-between;
}

.cookie-consent button {
    background-color: #4361ee;
    color: white;
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s;
    font-size: 14px;
}

.cookie-consent button:hover {
    background-color: #3a56d4;
}

.cookie-consent .cookie-icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cookie-consent .cookie-icon svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}


@media screen and (max-width: 575px) {
    .p-idx_info__item {
        width: 100%
    }

    .p-idx_info__item:nth-child(n+2) {
        margin-top: 1.5rem
    }
}

.p-member__scrollNote {
    margin-bottom: 1em
}

.p-member_anchor {
    display: flex;
    align-items: center;
    margin-bottom: 5rem
}

.p-member_anchor__item:not(:first-child) {
    margin-left: 3.7rem
}

.p-member_anchor__link {
    position: relative;
    padding-left: 1.5625em;
    color: #333
}

.p-member_anchor__link.-current {
    color: #1999d7
}

.p-member_anchor__link:before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/member/icon_anchor.svg) no-repeat center/contain
}

@media screen and (max-width: 991px) {
    .p-member_anchor {
        flex-wrap: wrap
    }

    .p-member_anchor__item {
        width: 33.333%
    }

    .p-member_anchor__item:nth-child(n+4) {
        margin-top: .5em
    }

    .p-member_anchor__item:not(:first-child) {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .p-member_anchor__item {
        width: 50%
    }

    .p-member_anchor__item:nth-child(n+3) {
        margin-top: .5em
    }
}

.p-member_tbl tr {
    border-bottom: 1px solid #e2e2e2
}

.p-member_tbl th {
    padding-bottom: 2rem;
    text-align: left
}

.p-member_tbl th:not(:last-child) {
    padding-right: 2.5rem
}

.p-member_tbl th:first-child {
    padding-left: 1.5rem
}

.p-member_tbl th:last-child {
    padding-right: 1.5rem
}

.p-member_tbl th.icon {
    text-align: center
}

.p-member_tbl td {
    padding: 2rem 0
}

.p-member_tbl td:not(:last-child) {
    padding-right: 2.5rem
}

.p-member_tbl td:first-child {
    padding-left: 1.5rem
}

.p-member_tbl td:last-child {
    padding-right: 1.5rem
}

.p-member_tbl__cnt.-icon {
    text-align: center
}

.p-member_tbl__cnt.-icon img {
    max-width: 31px
}

@media screen and (min-width: 992px) {
    .p-member_tbl__cnt.-icon a:hover {
        opacity: .7
    }
}

@media screen and (max-width: 991px) {
    .p-member_tbl__wrap {
        overflow-x: auto
    }

    .p-member_tbl th,
    .p-member_tbl td {
        white-space: nowrap
    }
}

.p-member_index__sec:not(:first-child) {
    padding-top: 9rem
}

.p-member_index__btn {
    margin-top: 6rem;
    text-align: center
}

.p-download__search {
    margin-bottom: 5rem
}

.p-download_category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8.5rem
}

.p-download_category__item {
    margin-right: 4rem;
    margin-bottom: 4rem
}

.p-download_category__link {
    position: relative;
    padding-left: 1.5625em;
    color: #333
}

.p-download_category__link.-current {
    color: #1999d7
}

.p-download_category__link:before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/member/icon_anchor.svg) no-repeat center/contain
}

@media screen and (max-width: 991px) {
    .p-download_category {
        flex-wrap: wrap
    }

    .p-download_category__item {
        width: 33.333%;
        margin-right: 0;
        margin-bottom: 0
    }

    .p-download_category__item:nth-child(n+4) {
        margin-top: .5em
    }
}

@media screen and (max-width: 767px) {
    .p-download_category {
        margin-bottom: 5rem
    }

    .p-download_category__item {
        width: 50%
    }

    .p-download_category__item:nth-child(n+3) {
        margin-top: 1em
    }
}

.p-download_cnt__ttl {
    padding-top: 3.3rem;
    position: relative
}

.p-download_cnt__ttl .check_all {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 6px 8px;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    border-radius: 2px;
    background: #2152b7
}

.p-download_cnt__ttl .check_all:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #2152b7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    bottom: -8px;
    left: 2.6rem;
    position: absolute
}

.p-download_cnt__ttlInner {
    background: #1999d7;
    color: #fff;
    display: flex;
    padding: 1.3rem 2rem;
    margin-bottom: .4rem
}

.p-download_cnt__ttlInner .check input {
    display: none
}

.p-download_cnt__ttlInner .check input+span {
    display: block;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 1px;
    position: relative
}

.p-download_cnt__ttlInner .check input+span:before {
    position: absolute;
    content: "";
    left: 0;
    width: 1em;
    height: .65em;
    transform: rotate(-45deg) translate(0, 50%);
    top: 0;
    border-left: solid 3px #1999d7;
    border-bottom: solid 3px #1999d7;
    visibility: hidden
}

.p-download_cnt__ttlInner .check input:checked+span:before {
    visibility: visible
}

.p-download_cnt__ttlInner .ttl {
    line-height: 1;
    font-size: 2.4rem;
    font-weight: 500;
    margin-left: 5rem
}

.p-download_cnt__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2.7rem 2rem 1rem;
    border-bottom: 1px solid #e2e2e2
}

.p-download_cnt__item .check {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 4rem
}

.p-download_cnt__item .check .check_txt {
    line-height: 1;
    font-size: 1.2rem;
    margin-bottom: 1.2rem
}

.p-download_cnt__item .img {
    margin-right: 1.2rem
}

.p-download_cnt__item .item_ttl {
    margin-right: 8rem
}

.p-download_cnt__item .size {
    margin-right: 6rem
}

.p-download_cnt__item .btn a {
    background: #404040;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    position: relative;
    text-align: center;
    padding: .65rem 1rem;
    display: block;
    border-radius: 1.2rem
}

.p-download_cnt__item .btn a span {
    padding-right: 1.7rem
}

.p-download_cnt__item .btn a span:before {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .8rem;
    background: url(../img/download/icon_download.svg) no-repeat center/contain
}

@media screen and (max-width: 1199px) {
    .p-download_cnt__item .check {
        margin-right: 3rem
    }

    .p-download_cnt__item .item_ttl {
        margin-right: 6rem
    }

    .p-download_cnt__item .size {
        margin-right: 5rem
    }
}

@media screen and (max-width: 991px) {
    .p-download_cnt__itemWrap {
        overflow-x: auto
    }

    .p-download_cnt__item {
        white-space: nowrap
    }
}

@media screen and (max-width: 767px) {
    .p-download_cnt__ttlInner .ttl {
        font-size: 2rem;
        margin-left: 1em
    }
}

.p-download_pager {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.2rem
}

.p-download_pager__item:not(:first-child) {
    margin-left: .9rem
}

.p-download_pager__item.-current .p-download_pager__link {
    color: #404040;
    color: #fff
}

.p-download_pager__link {
    display: block;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #404040;
    color: #404040;
    line-height: 4.6rem;
    text-align: center
}

@media screen and (min-width: 992px) {
    .p-download_pager__link:hover {
        background: #404040;
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    .p-download_pager__link {
        width: 4rem;
        height: 4rem;
        line-height: 4rem
    }
}

.p-download_fixBtn {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 100
}

.p-download_fixBtn__item a {
    border-radius: 0 8px 8px 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4;
    width: 8.5rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.p-download_fixBtn__item.-check a {
    background: #404040;
    border: 1px solid #404040
}

@media screen and (min-width: 992px) {
    .p-download_fixBtn__item.-check a:hover {
        background: #fff;
        color: #404040
    }

    .p-download_fixBtn__item.-check a:hover .icon {
        fill: #404040
    }
}

.p-download_fixBtn__item.-check .icon {
    fill: #fff
}

.p-download_fixBtn__item.-all a {
    background: #27b4c9;
    border: 1px solid #27b4c9
}

@media screen and (min-width: 992px) {
    .p-download_fixBtn__item.-all a:hover {
        background: #fff;
        color: #27b4c9
    }

    .p-download_fixBtn__item.-all a:hover .icon {
        stroke: #27b4c9
    }
}

.p-download_fixBtn__item.-all .icon {
    stroke: #fff
}

.p-download_fixBtn__item.-clear a {
    background: gray;
    border: 1px solid gray
}

@media screen and (min-width: 992px) {
    .p-download_fixBtn__item.-clear a:hover {
        background: #fff;
        color: gray
    }

    .p-download_fixBtn__item.-clear a:hover .icon {
        stroke: gray
    }
}

.p-download_fixBtn__item.-clear .icon {
    stroke: #fff
}

.p-download_fixBtn__item .icon {
    margin-bottom: 6px;
    width: 2.4rem;
    height: 2.4rem;
    transition: .4s
}

.p-download_fixBtn__item .txt {
    text-align: center;
    font-weight: 700
}

.p-download_fixBtn__item:not(:first-child) {
    margin-top: 1.5rem
}

@media screen and (max-width: 767px) {
    .p-download_fixBtn {
        left: 0;
        bottom: 0;
        top: inherit;
        display: flex;
        width: 100%
    }

    .p-download_fixBtn__item {
        width: 50%
    }

    .p-download_fixBtn__item a {
        width: 100%;
        border-radius: 0;
        flex-direction: row;
        align-items: center;
        height: auto;
        padding: .8rem 0
    }

    .p-download_fixBtn__item:not(:first-child) {
        margin-top: 0
    }

    .p-download_fixBtn__item .icon {
        margin-right: 6px;
        margin-bottom: 0
    }
}

.favorite-btn .btn {
    color: #fff;
    background: #58535e;
    font-size: 1.2rem;
    border: solid 1px #58535e;
    border-radius: 2rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    transition: .4s
}

.favorite-btn .btn:before {
    content: "";
    width: 8px;
    height: 12px;
    display: inline-block;
    transition: .4s;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
    background: url(../img/search/icon_favorite_off.svg) no-repeat center/contain
}

.favorite-btn .btn.active {
    color: #1999d7;
    border-color: #1999d7;
    background: #fff
}

.favorite-btn .btn.active:before {
    background: url(../img/search/icon_favorite_on.svg) no-repeat center/contain
}

@media screen and (min-width: 992px) {
    .favorite-btn .btn:not(.active):hover {
        background: #1999d7;
        color: #fff;
        border-color: #1999d7
    }

    .favorite-btn .btn:not(.active):hover:before {
        background: url(../img/search/icon_favorite_off.svg) no-repeat center/contain
    }
}

.hd_logout a {
    position: relative;
    padding-left: 1.5em;
    display: inline-block;
}

.hd_logout a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2em;
    height: 1.2em;
    background: url(../img/common/icon_logout.svg) no-repeat center/contain;
}

.message {
    color: #F00;
    border:1px solid #F00;
    background: #FFF3F3;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
}