@charset "UTF-8";
:root {
  --jhm-color: #B9B1DD;  /* ベースカラー */
  --jhm-color-dark: #e7213f; /* ボタンに使用 */
  --jhm-color-thin: #00000020; /* 今は不使用 */
  --jhm-color-text: #8469a8; /* 今は不使用 */
  --jhm-color-shadow: #786DA840; /* ボタンの影 */
  --beige-color:#D48D75; /* ベージュ */

  --aie-color: #E9DCCC; /* ベースカラー */
  --aie-color-dark: #D5ECEA; /* ボタンにカラー */
  --aie-color-dark2: #559ec5; /* 今は不使用 */
  --aie-color-thin: #C0D3E6; /* 今は不使用 */
  --aie-color-text:#6C9DC5; /* 今は不使用 */
  --aie-color-shadow:#B3997020; /* ボタンの影 */
  --aie-color-table-head:#ffe0e4; /* 入試概要 */
}

/* ================================================== */
/* ================================================== */
.post_news{
    padding: 90px 8.1%;
}
.ob_news_list_title{
    margin-left: unset;
    margin-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #999;
}
.ob_news_list_img_box{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.ob_news_list_img{
    width: 48%;
}
@media (max-width: 768px) {
    .ob_news_list_cont{
        display: flex;
        flex-direction: column-reverse;
    }
    .ob_news_list_img_box{
        margin-top: unset;
        display: block;
    }
    .ob_news_list_img{
        width: 100%;
        margin-bottom: 30px;
    }
}
/* ================================================== */
/* 上書き */
/* ================================================== */
.link_btn{
    margin: 60px auto 0;
    display: block;
    padding: 20px;
    height: 60px;
    max-width: 350px;
    background-color: #000;
    filter: unset;
    position: relative;
}
.link_btn p{
    color: #fff;
    line-height: 1;
    margin: unset;
    position: relative;
}
.link_btn p::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-180deg);
    width: 28px;
    height: 8px;
    background: url(../img/ob-arrow.png)no-repeat center;
    background-size: contain;
}
.ob_news_list_title{
    width: 100%;
}