@charset "utf-8";
/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.newsTtl {
    background: url(../../img/news/news_mv_bg.jpg) no-repeat center center / cover;
}
.newsInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.listWrap {
    width: 69.2%;
    border-top: 1px solid #ccc;
}
.newsListBox {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}
.newsFigure {
    width: 38.5%;
    overflow: hidden;
}
.newsFigure img {
    width: 100%;
	height: auto;
    transition: all .3s ease-in-out;
}
.newsListBox:hover .newsFigure img {
    transform: scale(1.05);
}
.newsConts {
    width: 61.5%;
    padding: 0 0 0 40px;
    position: relative;
}
.newsConts:before, .newsConts:after {
    position: absolute;
    content: "";
    transition: all .3s ease-in-out;
}
.newsConts:before {
    bottom: 19px;
    right: 11px;
    width: 50px;
    height: 1px;
    background: #ab0106;
}
.newsConts:after {
    bottom: 15px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ab0106;
    border-right: 1px solid #ab0106;
    transform: rotate(45deg);
}
.newsListBox:hover .newsConts:before {
    transform: translateX(5px);
}
.newsListBox:hover .newsConts:after {
    transform: translateX(5px) rotate(45deg);
}
.dateCat {
    margin: 0 0 18px;
    font-size: 0;
}
.listDate, .listCat {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 700;
    color: #969696;
}
.listDate:after {
    content: "|";
    margin: 0 15px;
}
.listTtl {
    font-size: 1.6rem;
    line-height: 1.5;
}
.newsSide {
    width: 26.7%;
}
.sideSelect {
    width: 100%;
    margin: 0 0 50px;
    padding: 32px 25px;
    background: #f9f9f9;
}
.archiveHead {
    margin: 0 0 8px;
    font-size: 1.6rem;
}
.sideSelect select {
    width: 100%;
    height: 54px;
    padding: 0 0 0 25px;
    background: #fff url(../../img/news/select_arrow.png) no-repeat right 11px center;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.sideSelect select::-ms-expand {
    display: none;
}
.selectCat {
    margin: 0 0 30px;
}
.latestHead {
    margin: 0 0 20px;
    padding: 0 0 15px;
    position: relative;
    z-index: 0;
    font-size: 2.0rem;
    border-bottom: 1px solid #dadada;
}
.latestHead:after {
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    background: #ab0106;
}
.latestLinkBox {
    margin: 0 0 12px;
}
.latestLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.latestFigure {
    width: 15.6%;
}
.latestFigure img {
    width: 100%;
}
.latestTtl {
    width: 84.4%;
    padding: 0 0 0 14px;
    font-size: 1.3rem;
    line-height: 1.4;
    transition: all .3s ease-in-out;
}
.latestLink:hover .latestTtl {
    color: #ab0106;
}
#pageNavWrap {
    margin: 60px 0 0;
    text-align: center;
}
.page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    border: 1px solid #1a1a1a;
    padding: 8px 0 0;
    font-size: 1.5rem;
    text-align: center;
    transition: all .3s ease-in-out;
}
.page-numbers.current, .page-numbers:hover {
    background: #1a1a1a;
    color: #fff;
}

.taxTxt {
    font-size: 1.8rem;
    margin: 0 0 24px;
    line-height: 1.4;
}

/* 詳細 */
.postWrap {
    width: 69.2%;
    border-top: 1px solid #ccc;
}
.postHead {
    margin: 0 0 30px;
    padding: 26px 0 0;
    border-bottom: 2px dotted #ccc;
}
.postHead .dateCat {
    margin: 0 0 20px;
    font-size: 0;
}
.postDate, .postCat {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 700;
    color: #969696;
}
.postDate:after {
    content: "|";
    margin: 0 15px;
}
.postTtl {
    padding: 0 0 20px;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.4;
}
.postCont p {
    margin: 0 0 25px;
    font-size: 1.6rem;
    line-height: 1.4
}
.postCont h2, .head02 {
    margin: 0 0 1em;
    padding: 0 0 0 20px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    border-left: 4px solid #ab0106;
}
.postCont h3, .head03 {
    margin: 0 0 1em;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4
}
.postCont img {
    max-width: 100%;
    height: auto;
}
.postCont a {
    color: #AB0106;  
}
.postCont a:hover {
    text-decoration: underline;  
}


/*ページャー*/
.pageNation {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.prevBtn, .nextBtn {
    font-size: 1.5rem;
    transition: all .3s ease-in-out;
}
.prevBtn:hover, .nextBtn:hover {
    opacity: 0.7;
}
.prevBtn {
    padding: 0 0 0 20px;
    background: url(../../img/news/icon_arrow_pager01.png) no-repeat left top 5px;
}
.nextBtn {
    padding: 0 20px 0 0;
    background: url(../../img/news/icon_arrow_pager02.png) no-repeat right top 5px;
}
.btnArchive {
	width: 100%;
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.linkArchive {
    width: 100%;
    padding: 13px 0;
    display: block;
    background: #1A1A1A;
    font-size: 1.4rem;
    color: #FFFFFF !important;
    border: 1px solid #1A1A1A;
    transition: all .3s ease-in-out;
}
.linkArchive:hover {
    background: #FFFFFF;
    color: #1A1A1A !important;
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {
	
	
	/*ページャー*/
	.linkPrev, .linkNext {
		width: 48%;
	}
	.linkPrev {
		text-align: left;
	}
	.linkNext {
		text-align: right;
	}
	.prevBtn, .nextBtn {
		display: block;
		font-size: 1.3rem;
	}
	.prevBtn:hover, .nextBtn:hover {
		opacity: 1.0;
	}
	.prevBtn {
		padding: 0 0 0 20px;
		background: url(../../img/news/icon_arrow_pager01.png) no-repeat left top 5px;
	}
	.nextBtn {
		padding: 0 20px 0 0;
		background: url(../../img/news/icon_arrow_pager02.png) no-repeat right top 5px;
	}
	.btnArchive {
		width: 100%;
		max-width: 300px;
		position: absolute;
		top: inherit;
		bottom: -80px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.linkArchive {
		width: 100%;
		padding: 13px 0;
		display: block;
		background: #1A1A1A;
		font-size: 1.4rem;
		color: #FFFFFF !important;
		border: 1px solid #1A1A1A;
		transition: all .3s ease-in-out;
	}
	.linkArchive:hover {
		background: #1a1a1a;
		color: #FFFFFF !important;
	}
	
}


/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .listWrap {
        width: 100%;
        border-top: 1px solid #ccc;
    }
    .newsConts {
        padding: 0 0 0 20px;
    }
    .newsSide {
        width: 100%;
    }
    .latestFigure {
        width: 50px;
    }
    .latestTtl {
        width: calc(100% - 50px);
    }
    .postWrap {
        width: 100%;
		margin: 0 0 120px;
        border-top: 1px solid #ccc;
    }
	
	.postCont a:hover {
		text-decoration: none;  
	}
	
	/*ページャー*/
	.linkPrev, .linkNext {
		width: 48%;
	}
	.linkPrev {
		text-align: left;
	}
	.linkNext {
		text-align: right;
	}
	.prevBtn, .nextBtn {
		display: block;
		font-size: 1.3rem;
	}
	.prevBtn:hover, .nextBtn:hover {
		opacity: 1.0;
	}
	.prevBtn {
		padding: 0 0 0 20px;
		background: url(../../img/news/icon_arrow_pager01.png) no-repeat left top 5px;
	}
	.nextBtn {
		padding: 0 20px 0 0;
		background: url(../../img/news/icon_arrow_pager02.png) no-repeat right top 5px;
	}
	.btnArchive {
		width: 300px;
		width: 100%;
		position: absolute;
		top: inherit;
		bottom: -80px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.linkArchive {
		width: 100%;
		padding: 13px 0;
		display: block;
		background: #1A1A1A;
		font-size: 1.4rem;
		color: #FFFFFF !important;
		border: 1px solid #1A1A1A;
		transition: all .3s ease-in-out;
	}
	.linkArchive:hover {
		background: #1a1a1a;
		color: #FFFFFF !important;
	}	
	
}
/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
    .listWrap {
        width: 100%;
        border-top: 1px solid #ccc;
    }
    .newsConts {
        padding: 0 0 0 20px;
    }
    .listDate, .listCat {
        font-size: 1.2rem;
    }
    .listDate:after {
        margin: 0 10px;
    }
    .newsConts:before {
        bottom: 4px;
    }
    .newsConts:after {
        bottom: 0;
    }
    .newsSide {
        width: 100%;
    }
    .latestFigure {
        width: 50px;
    }
    .latestTtl {
        width: calc(100% - 50px);
    }
    .postWrap {
        width: 100%;
		margin: 0 0 120px;
        border-top: 1px solid #ccc;
    }
	
	.postCont a:hover {
		text-decoration: none;  
	}
	
	/*ページャー*/
	.linkPrev, .linkNext {
		width: 48%;
	}
	.linkPrev {
		text-align: left;
	}
	.linkNext {
		text-align: right;
	}
	.prevBtn, .nextBtn {
		display: block;
		font-size: 1.3rem;
	}
	.prevBtn:hover, .nextBtn:hover {
		opacity: 1.0;
	}
	.prevBtn {
		padding: 0 0 0 20px;
		background: url(../../img/news/icon_arrow_pager01.png) no-repeat left top 5px;
	}
	.nextBtn {
		padding: 0 20px 0 0;
		background: url(../../img/news/icon_arrow_pager02.png) no-repeat right top 5px;
	}
	.btnArchive {
		width: 100%;
		max-width: inherit;
		position: absolute;
		top: inherit;
		bottom: -80px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.linkArchive {
		width: 100%;
		padding: 13px 0;
		display: block;
		background: #1A1A1A;
		font-size: 1.4rem;
		color: #FFFFFF !important;
		border: 1px solid #1A1A1A;
		transition: all .3s ease-in-out;
	}
	.linkArchive:hover {
		background: #1a1a1a;
		color: #FFFFFF !important;
	}	
}