body {
    font-size: 16px;
    color: #333;
    letter-spacing: 0em;
}


.pc-none {
    display: none;
}
@media (max-width: 767px) {
    .pc-none {
        display: block;
    }
}

.sp-none {
    display: block;
}
@media (max-width: 767px) {
    .sp-none {
        display: none;
    }
}

/* 色 */
.blue01 {
    background-color: #003C84;
}

.blue02 {
    background-color: #0099A7;
}

.blue03 {
    background-color: #00AFE4;;
}

.blue04 {
    background-color: #005BC3;
}

.green {
    background-color: #179B26;
}

.pink {
    background-color: #DC697A;
}

.yellow {
    background-color: #DBA620;
}

/* セレクトボックス */

.page-news_select{
    position: relative;
    width: 296px;
    margin-top: 33px;
}
@media (max-width: 767px) {
    .page-news_select{
        width: 100%;
    }
}

select{
    position: relative;
    display: flex;
    width: 100%;
    padding: 11px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--Gray_03, #858585);
    background: var(--white, #FFF);
    color: var(--Gray_01, #333);
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
}
@media (max-width: 767px) {
    select {
        padding: 11px 23px 13px;
    }
}

.page-news_select::before{
    content:"";
    width:12px;
    height:6px;
    display:block;
    background:url(../../../news/images/select_arrow.svg) no-repeat 0 0;
    background-size:100% auto;
    position:absolute;
    top:47%;
    right:25px;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}
@media (max-width: 767px) {
    .page-news_select::before{
        top: 50%;
        right: 24px;
    }
}


/* ページネーション */

.page-nation {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
    margin-top: -7px;
}

@media (max-width: 1024px) {
    .page-nation {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .page-nation {
        margin-top: 25px;
        gap: 26px;
    }
}

.number {
    display: flex;
    gap: 7px;
    align-items: center;
}

.number a{
    color: var(--000_blue, #277ADF);
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 25.6px */
}

.number a.is-select {
    color: var(--Gray-1, #333);
    font-feature-settings: 'palt' on;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.number a:not(:first-of-type) {
    border-left: 1px solid #BDBDBD;
    padding-left: 10px;
}
@media (max-width: 767px) {
    .number a:not(:first-of-type) {
        padding-left: 9px;
        line-height: 130%;
    }
}

.page-heading-wrapper {
    padding: 69px 43px 14px;
}
@media (max-width: 767px) {
    .page-heading-wrapper {
        padding: 6px 12px 11px;
    }
}




.page-contents {
    margin-top: 90px;
}
    @media (max-width: 767px) {
        .page-contents {
            margin-top: 1px;
        }
}
.news-achives_list {
    margin-top: 29px;
}

.page-section-heading {
    padding-left: 29px;
}
@media (max-width: 767px) {
    .page-section-heading {
        padding-left: 23px;
    }
}

.page-section-heading::before {
    top: 13px;
}

.news-achives_item{

    display: flex;
    border-bottom: 1px solid #668ab5;
}
@media (max-width: 767px) {
    .news-achives_item {
        flex-flow: column;
        padding-inline: 1px 6px;
        padding-block: 11px 14px;

    }
}

.news-achives_item-link{
    padding-inline: 16px 6px;
    padding-block: 31px 25px;
        display: flex;
}
@media (max-width: 767px) {
    .news-achives_item-link{
                flex-flow: column;
        padding-inline: 1px 6px;
        padding-block: 11px 14px;

    }
}

@media (min-width: 768px) {
    .news-achives_item-link:hover .news-achives_item-text{
        text-decoration: underline;
    }
}

.news-achives_item-link.nolink {
  pointer-events:none;
}
.news-achives_item-link.nolink:hover {
  text-decoration:none;
}

.news-achives_item time {
    width: 140px;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.8px;
}

.news-achives_item-textWrap {
    flex:1;
}
@media (max-width: 767px) {
    .news-achives_item-textWrap {
    margin-top: 10px;
}
}

.news-achives_item-title{
    display: inline-block;
    color: var(--white, #FFF);
    font-feature-settings: 'palt' on;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.65px;
    border-radius: 2px;
    display: flex;
    width: 125px;
    padding: 6px;
    margin-bottom:10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.news-achives_item-text{
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.8px;
    display: inline-block;
    color: var(--Gray_01, #333);
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.8px;
}

@media (max-width: 1024px) {
.news-achives_item-text{
    padding-right: 30px;
}
}

@media (max-width: 767px) {
.news-achives_item-text{
    display: block;
}
@media (max-width: 380px) {
    .news-achives_item-text{
        padding-right: 0;
    }
}

}

/* .news-achives_item-text.item_pdf {
    position: relative;
}
.news-achives_item-text.item_pdf::before {
    content: "";
    position: absolute;
    aspect-ratio: 18.46 / 20;
    top: 4px;
    right: -34px;
    background-image: url(../../../news/images/pdf.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 18px;
} */

@media (max-width: 1024px) {
    .news-achives_item-text.item_pdf::before {
    right: 0;

    }
}

@media (max-width: 767px) {
    .news-achives_item-text.item_pdf::before {
    top: unset;
        right: -6px;
        bottom: 3px;
    }
}
@media (max-width: 767px) {
    .news-achive-content {
        padding-bottom: 8px;
    }
}

.news-achives_item-textBox {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.news-achives_item-text {
    flex: 1;
}

.pdf {
    width: 19px;
    height: 20px;
}


.contents_col .right_con {
    background: url(/products/images/bg_documents.jpg) no-repeat top right;
    background-size: 100%;
    padding: 40px;
}
@media (max-width: 767px) {
    .contents_col .right_con {
        background: url(/products/images/bg_documents_sp.jpg) no-repeat top right;
        background-size: 100%;
        padding: 20px 18px;
        width: calc(100% - 32px);
        margin: 80px auto;
    }
}