@charset "UTF-8";

/* CSS Document */


/*====================================

    cell_ttl

====================================*/

.cell_ttl {
    display: flex;
    align-items: center;
    font-size: 200%;
    margin-bottom: 40px;
    color: #411600;
}
.cell_ttl:after {
    border-top: 1px solid;
    content: "";
    width: 3em; 
    margin-left: 1em;
}

/*====================================

    category_list

====================================*/

.category_list {
    padding: 0 40px;
    margin-bottom: 40px;
}
.category_list ul {
}
.category_list ul li {
    float: left;
    margin-right: 20px;
}
.category_list ul li a {
    display: inline-block;
    background: url(/news/images/category_arrow.svg) top 50% right 10px no-repeat #f29600;
    background-size: 5px;
    padding: .6em 2em .6em 1em;
    line-height: 1em;
    text-decoration: none;
    font-size: 80%;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.category_list ul li a:hover {
    background: url(/news/images/category_arrow.svg) top 55% right 10px no-repeat #411600;
    background-size: 5px;
}

/*====================================

    lower_news_list

====================================*/

.lower_news_list {
    padding: 0 40px;
}

/*====================================

    news_detail

====================================*/

.news_detail {
    padding: 0 40px;
    margin-bottom: 80px;
}
.news_detail .inner {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row-reverse;
    -webkit-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
    justify-content: top;
    width: 100%;
    margin-bottom: 80px;
}
.news_detail .inner .ph {
    width: 30%;
}
.news_detail .inner .text {
    width: 70%;
    padding-left: 40px;
}
.news_detail .inner .text .ttl {
    margin-bottom: 30px;
}
.news_detail .inner .text .ttl .cate {
    margin-bottom: 10px;
}
.news_detail .inner .text .ttl .cate span {
    line-height: 1em;
    font-size: 70%;
    background: #411600;
    color: #fff;
    line-height: 1em;
    padding: .4em 2em;
}
.news_detail .inner .text .ttl .day {
    font-family: 'Libre Baskerville', serif;
    font-size: 90%;
    color: #411600;
}
.news_detail .inner .text .ttl p {
    font-size: 120%;
    font-weight: 400;
}

/*====================================

    clock

====================================*/

.clock {
    position: absolute;
    right: -80px;
    top: -20px;
}
.clock .clock_long,
.clock .clock_short,
.clock .clock_bg {
    width: 700px !important;
}
.clock .clock_long img,
.clock .clock_short img,
.clock .clock_bg img {
    width: 100%;
}





