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

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

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

/* ===================================
.blogList
=================================== */
.blogList{
	margin-bottom: 90px;
}
.blogList li {
    padding: 40px 0;
    border-bottom: 1px solid #ECECEC;
}
.blogList li:first-child {
    padding-top: 0;
}
.blogList .new h4:after {
    content: '';
    width: 32px;
    height: 15px;
    margin: -12px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/common/img/ico_new_01.png);
    background-repeat: no-repeat;
}
.blogList .info {
    font-size: 16px;
}
.blogList h4 {
	margin-bottom: 20px;
}
.blogList h4 a {
	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;
  display: inline-block;
	background-color: #0B6FC3;
	min-width: 60px;
  text-align: center;
}
/* .b_cate1 {
    background-color: #006DC6;
}
.b_cate2 {
    background-color: #00A9ED;
}
.b_cate3 {
    background-color: #163E9D;
} */
.detailArea {
	clear: both;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	margin-top: 30px;
}
.thumb {
	width: 300px;
	margin-right: 20px;
}
.thumb img {
  	max-width: 300px;
	height: 200px;
  	object-fit: none;
	font-family: 'object-fit: none;';
	background-color: #F5F5F5;
}
.description {
	width: 430px;
  font-size: 20px;
	line-height: 1.6; /* font-size:20pxを基準にしているため行間やや狭く */
  word-break: break-all;
}
.description.noImg {
	width: 100%;
	clear: both;
}
.description a {
	display: table;
}

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

/* ===================================
.blogDetail
=================================== */
.blogDetail {
	width: 780px;
	margin-left: 20px;
	margin-bottom: 90px;
}
.blogDetail .infoArea {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ECECEC;
}
.blogDetail .infoArea .date {
	color: #4C4C48;
}
.blogDetail h1.detailTitle {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	color: #153E9D;
	margin-bottom: 25px;
	/* common相殺 */
	height: auto;
	text-align: left;
	padding-top: 0;
	box-sizing: unset;
}
.blogDetail h1.detailTitle.new:after {
	content: '';
  width: 32px;
  height: 15px;
  margin: -12px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/common/img/ico_new_01.png);
  background-repeat: no-repeat;
}
.blogDetail h2 {
	font-size: 25px !important;
	color: #133E9D;
	font-weight: bold;
	border-left: 5px solid #1BAAEA;
	background-color: #F5F5F5;
	padding: 15px;
	margin: 0;
}
.blogDetail h3 {
	font-size: 20px !important;
	color: #133E9D;
	background-color: #F5F5F5;
	padding: 10px 15px;
	margin: 0;
	border-bottom: none;
}
.blogDetail .mainArea {
	word-break: break-all;
}
.blogDetail .mainArea img {
	margin: 15px 0;
}
/* ===================================
詳細下のカテゴリ別新着記事 .catePostArea
=================================== */
.catePostArea {
	margin-top: 50px;
	background-color: #F5F5F5;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catePostArea .catePostItem {
	width: 510px;
	background-color: #fff;
	height: fit-content;
}
.catePostArea .catePostItem:nth-of-type(n+3) {
	margin-top: 40px;
}
.catePostArea .catePostItem .titleArea {
	background-color: #0B6FC3;
	color: #fff;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px 10px 5px 20px;
}
.catePostArea .catePostItem .titleArea .cateName {
	font-size: 18px;
	margin-right: 5px;
}
.catePostArea .catePostItem .titleArea a.thisCateLink {
	color: #fff;
	float: right;
	line-height: 28px;
	font-weight: normal;
	position: relative;
}
.catePostArea .catePostItem .titleArea a.thisCateLink::before {
	content: '';
	display: inline-block;
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
	top: 9px;
	left: -10px;
}
.catePostArea .catePostItem .newPostArea {
	padding: 0 20px;
}
.catePostArea .catePostItem .newPostArea .postItem {
	padding: 20px 0;
	display: flex;
	min-height: 70px;
}
.catePostArea .catePostItem .newPostArea .postItem .cateThumb {
	width: 100px;
	margin-right: 10px;
}
.catePostArea .catePostItem .newPostArea .postItem .cateThumb img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.catePostArea .catePostItem .newPostArea .postItem .detail {
	width: 370px;
}
.catePostArea .catePostItem .newPostArea .postItem:nth-of-type(2) {
	border-top: 1px solid #ECECEC;
}

/* ===================================
.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;
}

/* ===================================
.listLink
=================================== */
.listLink {
	clear: both;
    padding: 20px 0;
    background-color: #F5F5F5;
    text-align: center;
    position: relative;
}
.listLink a,
.listLink span {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #CCC;
    background-color: #FFF;
    font-size: 14px;
    color: #123AA0;
    text-decoration: none;
    box-sizing: border-box;
	font-weight: bold;
}
.listLink .page,
.listLink .current {
    width: 40px;
    margin: 0 10px;
}
.listLink .page:hover,
.listLink .current,
.listLink .previouspostslink:hover,
.listLink .nextpostslink:hover,
.listLink .toplink:hover {
    background-color: #E8F1F5;
    border: 1px solid #133BA0;
}
.listLink .previouspostslink,
.listLink .nextpostslink {
    width: 200px;
    position: absolute;
}
.listLink .previouspostslink,
.listLink .nextpostslink {
		width: 260px;
}
.listLink .nextpostslink:before,
.listLink .previouspostslink:before {
    font-size: 14px;
    text-decoration: none;
    content: "";
    box-sizing: border-box;
    border: 4px solid transparent;
    position: absolute;
    top: 15px;
}
.listLink .nextpostslink {
    right: 30px;
}
.listLink .nextpostslink:before {
    border-left: 6px solid #163E9D;
    right: 10px;
}
.listLink .previouspostslink {
    left: 30px;
}
.listLink .previouspostslink:before {
    border-right: 6px solid #163E9D;
    left: 10px;
}

/* 詳細 TOPページへ */
.listLink .toplink {
	width: 260px;
}

/* ===================================
.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 .monthBox a span{
    width: 30px;
    display: inline-block;
}
/* IEのみ */
@media all and (-ms-high-contrast: none){
	.blogDetail h2 {
		padding-bottom: 10px;
	}
	.blogDetail h3 {
		padding-bottom: 5px;
	}
	.listLink a, .listLink span {
		line-height: 43px;
	}
	.catePostArea .catePostItem .titleArea {
		padding-bottom: 0px;
	}
	.catePostArea .catePostItem .titleArea a.thisCateLink::before {
		top: 6px;
	}
}
