/* ====================
各見出し
======================= */
.info__topic {
    position: relative;
    text-align: center; /* 文字の中央寄せ */
}

.contact__topic {
    position: relative;
    text-align: center; /* 文字の中央寄せ */
}

.info__topic::before {
    background: linear-gradient(90deg, #236194 0%, rgba(35, 97, 148, 0.40) 100%);
    bottom: -5px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
}
.contact__topic::before {
    background: linear-gradient(90deg, #236194 0%, rgba(35, 97, 148, 0.40) 100%);
    bottom: -10px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
}



.info__inner {
    padding-top: 40px;
    padding-bottom: 200px;
    max-width: 1083px;
    
}

.info_list {
    background-color: var(--background-color--white);
    margin:0 20px ;
    
}
.news__content {
    margin-top: 50px;
}

.info_list {
    margin: 30px 20px 0;
}

.info_list_item {
    padding: 25px 0;
    border-bottom: 1px dashed var(--primary-black);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    line-height: normal;
  
}

.info_list_item:first-child {
    border-top: 1px dashed var(--primary-black);
}
.info_list_item a {
    display: block;
    padding-right: 30px;
 
}

.info_list_date {
    display: block;
    color: var(--primary-black);
    font-family: Roboto;
    font-size: 1.6rem;
    line-height: normal;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 12px;
}

.info_item {
    background:#4E4B4B;
    padding: 1px 8px;
    width: 5em;
    margin-top: 12px;
    color: var(--primary-white);
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
}


.info_txt {
    margin-top: 12px;
    color: var(--primary-black);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    line-height: normal;
}
.info_link {
    text-align: end;
}


.info__top {
    display: block;
    font-size: 1.6rem;
    text-align: right;
    margin: 25px 20px 0 0;
}

/* pc__INFO */
@media screen and (min-width:769px) {
    .info_title {
        margin-top: 220px;
    }
    .info__inner {
        margin: 0 auto;
        margin-top: 82px;
    }
    .info_list_date {
        display: flex;
        font-size: 1.6rem;
        line-height: normal;
        align-items: baseline;
        gap: 32px;
    }
}
/* INFO__375px */