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

h1 {
	background: url(../img/sp/bg_news_01_sp.png) no-repeat;
	background-size: cover;
}
h1 img{
	width: 70%;
}
/* ===================================
#contents
=================================== */
#contents .clearfix{
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.content{
	margin: 0 20px;
	order: 0;
}
/* ===================================
.newsList
=================================== */
.newsList li {
	padding: 30px 0;
	border-bottom: 1px solid #ECECEC;
}
.newsList li:first-child {
	padding-top: 0;
}
.newsList .new h4:after {
	content: '';
	width: 32px;
	height: 15px;
	margin: -12px 0 0 10px;
	display: inline-block;
	background-image: url(/common/img/ico_new_01.png);
	background-repeat: no-repeat;
}
.newsList .info {
	font-size: 12px;
	margin-bottom: 15px;
}
.newsList h4 {
    margin-bottom: 20px;
    font-size: 20px;
	font-weight: bold;
	color: #153E9D;
}
.category {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FFF;
    margin-left: 25px;
	padding: 0;
	display: inline-block;
	background-color: #0B6FC3;
	min-width: 60px;
	text-align: center;
}
.n_cate1 {
    background-color: #006DC6;
}
.n_cate2 {
    background-color: #00A9ED;
}
.n_cate3 {
    background-color: #163E9D;
}
.description {
	width: 100%;
	font-size: 16px;
	line-height: 1.4; /* font-size:20pxを基準にしているため行間やや狭く */
	word-break: break-all;
}
.description img{
	max-width: 100%;
	height: auto;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.description.noImg {
	width: 100%;
	clear: both;
}
.description a {
	display: table;
	margin: 20px 0 0;
}

.notFonund {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-left: 315px;
}

/* ===================================
.pagenavi
=================================== */
.pagenavi{
	width: 100%;
	margin: 40px 0;
	order: 1;
}
.next__large{
	margin-bottom: 25px;
}
.next__large-link{
	display: block;
	color: #191919;
	border: 2px solid #0059B2;
	text-align: center;
	font-size: 20px;
	margin: 0 20px;
	padding: 20px 0;
	position: relative;
}
.next__large-link:before{
	position: absolute;
	width: 8px;
	height: 8px;
	right: 20px;
	top: 33px;
	content: "";
	transform: rotate(45deg);
	border-top: 3px solid #0059B2;
	border-right: 3px 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;
}
/* ===================================
.sidebar
=================================== */
.sidebar {
	order: 2;
	width: 100%;
	margin-top: 20px;
}
.newentryBox,
.categoryBox,
.archiveBox {
	padding: 0;
    border-top: 1px solid #D6D6D6;
    overflow: hidden;
}
.sTitle {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #153E9D;
	background-color: #F5F5F5;
	margin-bottom: 25px;
	padding: 20px 0;
}
.sidebar .archiveBox .sTitle{
    margin-bottom: 35px;
}
.sidebar ul{
	margin: 0 20px;
}
.sidebar li{
	border-bottom: 1px solid #F5F5F5;
	padding: 0 10px;
}
.sidebar a {
	position: relative;
	color: #000;
	padding-left: 15px;
	margin: 18px 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
}
.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;
	margin-left: 9px;
	font-size: 14px;
}
.sidebar .newentryBox li:first-child a{
	margin: 5px 0 20px;
}
.sidebar .newentryBox li:last-child a{
	margin: 16px 0;
}
.sidebar .newentryBox a.topLink{
    float: right;
    width: auto;
    font-size: 14px;
    margin: 15px 22px;
}
.sidebar .newentryBox a.topLink:before{
    width: 7px;
    height: 7px;
    border: 1px solid;
    border-color: #163E9D #163E9D transparent transparent;
    transform: rotate(45deg);
}
.sidebar .archive{
    margin: 6px 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5;
}
.sidebar .archive:last-child{
    border: none;
}
.sidebar .archive .sideYear{
    position: relative;
    padding: 0;
}
.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: 16px 0 8px;
}
.sidebar .archive .monthBox{
    margin: 0 20px;
    display: none;
}
.sidebar .archive .monthBox a{
    margin: 15px 0 0;
    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;
}