@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

h1 {
	background: url(../img/bg_news_01.png) no-repeat;
	background-size: cover;
}
/* ===================================
#contents
=================================== */
#contents {
    width: 1100px;
    margin: 0 auto 65px;
}

/* ===================================
.content
=================================== */
.content {
    width: 800px;
    float: left;
}

/* ===================================
.newsList
=================================== */
.newsList{
	margin-bottom: 90px;
}
.newsList li {
    padding: 40px 0;
    border-bottom: 1px solid #ECECEC;
}
.newsList li:first-child {
    padding-top: 0;
}
.newsList .new h4:after {
    content: '';
    width: 32px;
    height: 15px;
    margin: -7px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/common/img/ico_new_01.png);
    background-repeat: no-repeat;
}
.newsList .info {
    font-size: 16px;
    margin-bottom: 25px;
}
.newsList h4 {
    font-size: 30px;
	font-weight: bold;
    line-height: 1.4;
    color: #153E9D;
    margin-bottom: 25px;
}
.category {
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FFF;
    padding: 1px 22px;
    margin-left: 25px;
    display: inline-block;
}
.n_cate1 {
    background-color: #006DC6;
}
.n_cate2 {
    background-color: #00A9ED;
}
.n_cate3 {
    background-color: #163E9D;
}
.description {
    font-size: 20px;
    /*line-height: 1.8;*/
	line-height: 1.6; /* font-size:20pxを基準にしているため行間やや狭く */
    word-break: break-all;
}
.description img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.notFonund {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	padding-left: 315px;
}

/* ===================================
.pagenavi
=================================== */
.pagenavi{
	width: 800px;
	clear: both;
}
.next__large{
	margin-bottom: 45px;
}
.next__large-link{
	display: block;
	color: #191919;
	border: 2px solid #0059B2;
	text-align: center;
	font-size: 22px;
	padding: 20px 0;
	position: relative;
}
.next__large-link:before{
	position: absolute;
	width: 8px;
	height: 8px;
	right: 40px;
	top: 33px;
	content: "";
	transform: rotate(45deg);
	border-top: 2px solid #0059B2;
	border-right: 2px solid #0059B2;
}
.page{
	text-align: center;
}
.page .prev,
.page .next{
	width: 52px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	box-sizing: border-box;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	color: #191919;
}
.page .nolink{
	pointer-events: none;
	opacity: 0.5;
}
.page .page-number{
	width: 168px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.page .page-number .page-number__label{
	width: 100%;
	height: 100%;
	text-align: center;
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	box-sizing: border-box;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.page .page-number .page-number__label:after{
	position: absolute;
	width: 5px;
	height: 5px;
	right: 9px;
	top: 15px;
	content: "";
	transform: rotate(135deg);
	transition: 0.5s;
	vertical-align: middle;
	border-top: 1px solid #C8C4BE;
	border-right: 1px solid #C8C4BE;
}
.page .page-number select {
	width: 168px;
	height: 42px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-appearance: button;
	appearance: button;
}

.next__large-link:hover,
.page .prev:hover,
.page .next:hover{
	opacity: 0.7;
	text-decoration: none;
}
/* ===================================
.sidebar
=================================== */
.sidebar {
    width: 240px;
    float: right;
}
.newentryBox,
.categoryBox,
.archiveBox {
    background-color: #F5F5F5;
    padding: 25px;
    margin-bottom: 20px;
}
.sTitle {
    font-size: 20px;
    line-height: 1;
    color: #153E9D;
    margin-bottom: 25px;
}
.sidebar a {
    position: relative;
    color: #000;
    padding-left: 15px;
    margin: 5px 0;
    display: block;
}
.sidebar a:before {
    content: "";
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 6px solid #163E9D;
    position: absolute;
    top: 7px;
    left: 0;
}
.sidebar .sideTxt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.sidebar .under {
    padding-left: 20px;
}
.sidebar .archive{
    border-bottom: 1px solid #F5F5F5;
}
.sidebar .archive:last-child{
    border: none;
}
.sidebar .archive .link a{
	margin: 8px 0
}
.sidebar .archive .sideYear{
    position: relative;
    padding: 0;
}
.sidebar .archive .sideYear .link{
	cursor: pointer
}
.sidebar .archive .sideYear:last-child{
	border: none;
}
.sidebar .archive .sideYear .link:before{
	content: "";
	box-sizing: border-box;
	border: 4px solid transparent;
	border-top: 7px solid #163E9D;
	position: absolute;
	top: 8px;
    right: 13px;
    left: auto;
}
.sidebar .archive .sideYear .open:before{
    border-bottom: 7px solid #163E9D;
    border-top: 0;
}
.sidebar .archive .sideYear a{
	margin: 8px 0;
	padding: 0;
}
.sidebar .archive .monthBox{
    padding: 10px 20px;
    display: none;
}
.sidebar .archive .monthBox a{
	margin: 15px 0 0;
	padding-left: 15px;
    font-size: 14px;
}
.sidebar .archive .monthBox a:first-child{
	margin: 0
}
.sidebar .archive .monthBox a:last-child{
	margin-bottom: 15px;
}
.sidebar .archive .monthBox a span{
	display: inline-block;
	width: 30px;
}
