@charset "utf-8";

/* for news */

/* common */
.news main section {color:#673B00; }
.news p, .news ul { margin:0; padding:0;list-style:none;}
.news .date { letter-spacing: 1px;
	font-weight:900;
    color: #5c5c5c;
	font-size:0.9em;
	font-weight: 600;
	font-family: "tbudrgothic-std", helvetica, arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.bg_news { background:#E8F5FF;}
.news li.icon {
    display: inline-block;
    padding: 2px 6px 3px;
    color: #fff;
    font-size: 0.8em;
	font-weight: 600;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
}


/* news_list */
.news section, .news aside { background-color:#FFF;}
.news_list { padding:2em; flex: 1;}
.news_list p { margin:0 0 2px 0; padding:0;}
.news_list ul {
	display:flex; flex-wrap:wrap; justify-content:space-between;
}
.news_list li {
	margin-bottom:1em;
}
.news_list .tit {
	font-size:0.9em;
	font-weight: 600;
}
.news_list .box a:hover .tit { color: #f8a604;}
.news_list a:hover, .news_list a:active {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

/* 再度メニュー*/
.news .side{width: 30%;padding:2em; }
.news aside .archive { width: 90%; margin: 0 auto 30px;}
.news .archive { margin-bottom: 30px; }
.news .archive a { 
	color:#673B00;
	font-family: "tbudrgothic-std", helvetica, arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	}
.news .side_tit {
    background: #f8a604;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 1.2em;
	font-weight:900;
}
.archive .nextback {
    height: 34px;
    padding: 0;
    text-align: center;
    position: relative;
    background: #e4e4e4;
}
.archive .nextback .back {float: left;}
.archive .nextback .back{ width: 30%;}
.archive .nextback .back a, .archive .nextback .next a {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    letter-spacing: 1.0px;
}
.archive .nextback .back a { padding-left: 15px;}
.archive .nextback {
    height: 34px;
    padding: 0;
    text-align: center;
    position: relative;
    background: #e4e4e4;
}
.archive .nextback .back a span, .archive .nextback .next a span {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 12px;
	font-weight: 600;
}
.archive .nextback .back a span:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 4px solid transparent;
    border-right: 5px solid rgba(6,31,56,.8);
    transition-duration: 200ms;
}
.archive .nextback p.yearbox {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    height: 34px;
    text-align: center;
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25%;
    letter-spacing: 1px;
}
.archive ul li a {
    border-bottom: 1px dotted #888;
    display: block;
    padding: 9px 15px 8px 15px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    font-size: 13px;
	font-weight: 600;
}
.archive ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    border-left: 5px solid rgba(6,31,56,.8);
    transition-duration: 200ms;
}
/* detail */
.section_detail {
    margin-bottom: 20px;
    padding: 20px 10px;
    background: #FFF;
}
.section_detail .unit .date {
    margin-bottom: 5px;
    margin-top: 15px;
    color: #5c5c5c;
}
.section_detail .unit .icon {
    margin-bottom: 10px;
    text-align: center;
}
.section_detail .unit .txtbox {
    text-align: center;
}
.section_detail .unit .tit {
    font-size: 18px;
    line-height: 1.6;
}
.section_detail .unit {
    margin-bottom: 30px;
}
.cnt_box.system_article { font-size:0.9em;font-weight: 600;}
.btn {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.btn a {
    text-align: center;
    text-decoration: none;
    color: #FFF;
    position: relative;
    display: block;
    line-height: 54px;
    transition: all .4s;
    -webkit-transition: all .4s;
    background: #ff8d00;
    border-radius: 5px;
    font-size: 16px;
    width: 300px;
}


@media screen and (min-width:641px){
.news_list li {
	width:220px;
	margin: 0 20px 20px 0;
}
/*------------------------------------------------------*/}

/* スマホ用
********************************************************************************/
@media screen and (max-width:640px){
.news_list li {
	width: 46%;
}
	
/*------------------------------------------------------*/}
