
.menu{
    font-size: 18px;
    padding: 5px;
    display: flex;
    align-items: center;
    padding-left: 100px;
    background-color: #f1f1f1;
}

.menu a{
    color: #000000;
}

/*----*/



.left{
    width: 70%;
}

.new_news{
    display: flex;
    align-items: baseline;
}

h1 svg{
    width: 60px;
    padding-top:25px;
}

h1.title{
    display: flex;
    align-items: baseline;
    font-size:40px;
    color: #575457;
    font-weight: 600;
    width: 50%;
    background: linear-gradient(transparent 70%, #f5f5f6 70%);
}

.amount{
    color: #575457;
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
}


.arrival{
    margin-top: 30px;
    display: flex;
    color: #fff;
    height: 50px;
    justify-content:space-between;
}

.new_tub{
    background-color: #fff;
    color: #ff6069;
    border: 2px solid #ff6069;
    border-radius: 10px;
    text-align: center;
    padding: 0px 0px;
    width: 49%;
    position: relative;
    transition: 0.2s;
}

.new_tub a{
    color: #ff6069;
    padding: 10px;
    text-decoration: none;
    position: absolute;
    display: block;
    width: 100%;
}

.new_tub:hover,.new_tub.active{
    background-color: #ff6069;
}
.new_tub:hover a,.new_tub.active a{
    color: #fff;
}


.notice_tub{
    background-color: #fff;
    color: #919191;
    border-radius: 10px;
    border: 1px solid #919191;
    text-align: center;
    padding: 10px 0px;
    width: 47%;
    position: relative;
}

.notice_tub:hover{
    background-color: #ffd3d3;
    border: 1px solid #ffd3d3;
    transition: 0.8s;
}

a.new1{
    padding-top: 10px;
    color:#fff;
    text-decoration: none;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

a.new2{
    padding-top: 10px;
    color: #919191;
    text-decoration: none;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}



/*-----ﾎﾞﾀﾝｰ-------*/

.column_list{
    margin-top: 40px;
    width: 100%;
}

li .column{
    display: flex;
    position: relative;
    width: 100%;
    padding: 15px 0px 15px 10px;
}

li.column:hover{
    background-color: #eaeaea;
    transition: 0.5s;
}

li .column .inner{
    width: 100%;
    padding-right: 40px;
}

.column_title{
    width: 100%;
    font-size: 25px;
}

.column_date{
    color: #78af99;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.column svg{
    height: 20px;
    position: absolute;
    top: 30px;
    right: 10px;
}

hr.style-one{
    margin: 0;
}

.column #chevron-left{
    stroke:#919191;
}


/*-------左側------*/

.right{
    width: 25%;
    min-width: 340px;
    height: 100%;
}



h1{}


body{
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 123px);
    background-color: #fff;
}