@charset "UTF-8";

.oneblock {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    padding-bottom:2rem;
}

.date {
    position: relative;
    width: 30%;
    font-size:1.8rem;
    color:#9a071a;
}

.oneblock ul li {
    list-style: none;
    /* デフォルトのマーカーを非表示にする */
          background-image: url('../../images/tarrow.svg');
          background-repeat: no-repeat;
          background-position: left center; /* 下揃え */
          background-size:1rem;
          list-style: none;
          padding-left: 2rem;

}

.oneblock ul li p{
    display:inline-block;
}
.box30 ul{
    font-size:1.6rem;
}
.oneblock ul li p a{
   color: #113043;
   text-decoration:none;
}
.oneblock ul li p a:visited{
       color: #113043;
}
.oneblock ul li p a:hover{
    text-decoration:underline;
    color:#a17534;
}
/*===============================================
●style.css 画面の横幅が520pxまで　スマホ
===============================================*/

@media screen and (max-width: 520px) {
    .oneblock{
        display:block;
    }
    .date{
        width:100%;
    }
    .box30 ul{
        font-size:1.4rem;
        line-height: 2.6;
    }
    .box30{
        padding:2rem 1rem;
    }
}
