@charset "utf-8";
/* CSS Document */

.head2-uline, h2.uline {
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-align: center;
}
.head2-uline:after, h2.uline:after {
    background: #c00;
    content: "";
    display: block;
    height: 3px;
    margin: 8px auto 10px;
    width: 50px;
}
.arrange-r.more a {
    color: #c00;
    text-decoration: none;
}
.hov_ul a, a.hov_ul {
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.hov_ul a, a.hov_ul:hover {
    text-decoration: underline;
}
.ic_arrowR:before {
    content: "\f105";
    display: inline-block;
    font-family: yubin;
    font-weight: 400;
    margin-right: .5em;
}

.hov_ul a:after, a.hov_ul::after {
    background: #aaa;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0,1);
    transform-origin: left top;
    transition: transform .3s;
    width: 100%;
}

/*reset*/
dl, ul {
    list-style-type: none;
}
.newsList dl dt {
    flex: 1;
}
.newsList dl dd {
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Sans","ヒラギノ角ゴシック",メイリオ,Meiryo,sans-serif;
    width: 20em;
}
.newsList dd.meta{
    margin-left: 0;
    
}
.newsList dl {
    border-bottom: 1px solid #ccc;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    padding: 18px 2%;
}
.newsList dl dd .date {
    color: #676767;
    margin-right: 1em;
}
.newsList dl:first-child {
    border-top: 1px solid #ccc;
}
.newsList dl dd .cat {
    border: 1px solid #c00;
    color: #c00;
    display: inline-block;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1;
    min-width: 10em;
    padding: .3em .8em;
    text-align: center;
}
.sp-t40{
    margin-top: 40px !important;
}
@media screen and (max-width: 750px){
#main-box h2.uline {
    position: relative;
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 1.4;
    margin:auto;
    padding: auto;
    border-top: none;
    border-bottom: none;
    background: none;
}
    #main-box h2.uline:before{
        content: none;
    }
.newsList dl {
    display: block;
    padding: 14px 2% 10px;
}
.hov_ul a, a.hov_ul {
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.ic_arrowR:before {   
    font-family: 'jpsmt';
    content: "\3e";
    font-weight: normal;
    color: #ce0000;
    margin-left: 2px;
    font-size: 0.7em;
}
}/*end*/

/*print*/
@media print {
    body {
        zoom: 0.5;
        -webkit-print-color-adjust: exact;
        font-size: 0.88em;
    }
    div.type{
        white-space: nowrap;
    }
    .val_center{
        white-space: nowrap;
        
    }
}/**/

/* IE10以上 */
@media print and (-ms-high-contrast: none) {
        /* @pageの指定 */
    @page {
        size: A4;
        margin: 12.7mm 9.7mm;
    }

    body {
        zoom: 1.8;
        width: 1200px;
        transform: scale(0.48);
        transform-origin: 0 0;
    }
    html, body,#main {
        height: auto !important;
         height:251mm !important;
}
}/*end*/
