@charset "utf-8";


/* ==================================================================
	news.css
	
=================================================================== */

/* --------------------------------
   □ accent
-------------------------------- */ 
.contents main .accent .mv {
    background: url(../../images/news/mv_bg.jpg) center / cover;
}

.contents main#lower .accent .title:before {   
    background: url(../../images/news/icon.svg) no-repeat;
}

/* --------------------------------
   □ 共通
-------------------------------- */ 
.contents main > section {
    padding: 0 0 90px;
}
.contents main > section p {
    line-height: 2;
}

/* --------------------------------
   □  newsList 一覧
--------------------------------*/ 
#newsList{
    justify-content: center;
    flex-wrap: nowrap;
}
#newsList .title{    
    min-width: 162px;
    text-align: center;
    padding-right: 4%;
}
    #newsList .title h3{
        margin-bottom: 26px;
    }
#newsList ul.list{
    line-height: 1;
}
    #newsList ul.list li{
        text-align: left;
        padding: 20px 10px;
        border-top: 1px solid #E5E5E5
    }
        #newsList ul.list li:first-child{ 
            border-top: none;
        }   
    #newsList ul.list li a {
        display: block;
    }
    #newsList ul.list li dl{
        display: table;
        width: 100%;
    }
        #newsList ul.list li dl > *{
            display: table-cell;
            vertical-align: middle;
        }
        #newsList ul.list li dl > dt{
            width: 96px;
            color: #965D57;
        }
        #newsList ul.list li dl > dd.text{
            padding-left: 30px;
            padding-right: 30px;
        }
        #newsList ul.list li:hover{
            opacity: 0.7;
        }
        #newsList ul.list li.nopost:hover{
            opacity: 1;
        }
        /*
        #newsList ul.list li:hover a dd:after {
            content: "";
            display: inline-block;
            width: 15px;
            height: 11px;
            margin-left: 20px;
            background: url(../../images/common/icon/right.svg) no-repeat right center;
            background-size: contain;
            transition: all 300ms 0s ease;
        }
        */

/* --------------------------------
   □  newsDetails 詳細
--------------------------------*/ 
#newsDetails h3.lv3{
    text-align: left;
}
.news .contents .buttonStyle a{
    width: 100%;
    padding: 10px 30px;    
    max-width: 235px;
    border-radius: 30px;
}
    .news .contents .buttonStyle a span:before{
        content: none;
    }
    .news .contents .buttonStyle a span:after{
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 15%;
        display: inline-block;
        width: 15px;
        height: 11px;
        margin-left: 5px;
        background: url(../../images/common/icon/right.svg) no-repeat right center;
        background-size: contain;            
        z-index: 1;
        transition: all 300ms 0s ease;
    }
    .news .contents .buttonStyle a:hover span:after {
        right: 10%;
    }

    .news .section.sentence ul {
        list-style-type: disc;
        line-height: 2;
        margin-left: 1em;
    }
    .news .section.sentence ul li {
        margin: 0 0 0.8em 0;      
    }

/* ◆ メニュー(サイド)
-------------------------------- */
/*  
.side .sidenavi#category {
    display: none;
}
 */
.side .sidenavi:first-child {
    margin-bottom: 30px;
}
.side .sidenavi h3 {
    font-size: 112.5%;
    margin-bottom: 20px;
}
.side .sidenavi li {
    margin-bottom: 15px;
    font-size: 93.75%;
}
.side .sidenavi li a {
    text-decoration: none;
    padding-left: 25px;    
    position: relative;
}
.side .sidenavi li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid #F39800;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* --------------------------------
   □  アーカイブ
--------------------------------*/ 
.contents main#lower .newsArchive h3.lv3 span {
    font-size: 100%;
    display: inline-block;
    margin-bottom: 11px;
}

/* --------------------------------
   □  検索ボタン
--------------------------------*/ 
.searchform input{
    color: #965D57;
}
.searchform input[type]{
    border: 2px solid #965D57;
    padding: 5px 10px;
}
.searchform input#searchsubmit{
    padding: 9px 20px;    
}

@media only screen and
(max-width : 767px) {

    .contents main .accent .mv {
        background-position: left top;
    }
    .contents main > section {
        padding-bottom: 70px;
    }

    /* --------------------------------
    □  newsList 一覧
    --------------------------------*/ 
    #newsList{
        background: none;
    }
    #newsList ul.list li{
        padding: 15px 0px;
    }       
        #newsList ul.list li:last-child{
            border-bottom: 1px solid #E5E5E5;
        }
        #newsList ul.list li.nopost {
            border: none;
        }
    /*
    #newsList ul.list li a {
        display: block;
        background: url(../../images/common/icon/right.svg) 100% 50% no-repeat;
    }
    */
    #newsList ul.list li dl > dt{     
        display: block;
        width: auto;
        padding: 0px;
        font-size: 93.75%;
        margin-bottom: 5px;
    }
    #newsList ul.list li dl > dd.text{         
        display: block;
        padding: 0;
        line-height: 1.5;
        font-size: 93.75%;
    }

    /* --------------------------------
    □  newsDetails 詳細
    --------------------------------*/ 
    #newsDetails h3.lv3{
        font-size: 125%;
    }
    #newsDetails p{ 
        font-size: 93.75%;
        line-height: 2;
    }
    .news .contents .buttonStyle{
        margin-top: 40px;
        line-height: 1.5;
    }
        .news .contents .buttonStyle a{
            width: auto;
            min-width: 208px;
            padding: 14px 60px;
            border-radius: 26px;
            max-width: 300px;
        }
    .side .sidenavi h3 {
        font-size: 100%;
        margin-bottom: 15px;
    }
    .side .sidenavi li {
        margin-bottom: 10px;
        font-size: 87.5%;
    }

    /* --------------------------------
    □  検索ボタン
    --------------------------------*/ 
    .searchform label{
        font-size: 93.75%;
        line-height: 2;
    }
    .searchform input[type]{
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    .searchform input#searchsubmit{
        padding: 9px 20px;
        font-size: 93.75%; 
    }


}
