@charset "utf-8";
.content {
    margin-bottom: 53px;
    padding-bottom: 17px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}



@media (max-width: 896px) {
    .content {
        margin-bottom: 53px;
        padding-bottom: 17px;
        flex-direction: column-reverse;
    }
}


.tText-blog{
padding-bottom: 17px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
}




@media all and (min-width: 897px) {
	#sideBar .sNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#sideBar {
		margin-bottom: 30px;
		width: 100%;
	}
	#sideBar .sTitle {
		margin-bottom: 19px;
		font-size: 1.6rem;
	}
	#sideBar .sNavi a {
		font-size: 1.4rem;
	}
}


@media all and (min-width: 897px) {
	#conts .subBox p a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#conts {
		margin: 0;
		width: 100%;
	}
	#conts .time {
		font-size: 1.4rem;
	}
	#conts .title {
		font-size: 1.6rem;
	}
	#conts h3 {
		margin-bottom: 50px;
		padding-bottom: 15px;
		font-size: 2rem;
	}
	#conts .photoList {
		margin: 0 0 29px;
		display: block;
	}
	#conts .photoList li {
		margin: 0 0 53px;
		width: auto;
	}
	#conts .photoList li:last-of-type {
		margin-bottom: 0;
	}
	#conts .photoList li::before {
		right: 50%;
		top: auto;
		bottom: -63px;
		transform: translate(50%,0) rotate(90deg);
	}
	#conts .photoList li:nth-of-type(2n)::before {
		display: none;
	}
	#conts .photoList .pho {
		height: auto;
	}
	#conts .photoList li p {
		width: 80px;
		height: 80px;
		right: -10px;
		top: -40px;
		font-size: 1.6rem;
	}
	#conts .subBox p {
		margin-bottom: 40px;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	#conts .subBox figure {
		margin: 30px 0;
	}
	#conts .subBox figure img {
		width: 100%;
	}
}

@media (max-width: 896px) {
    .content {
        margin-bottom: 53px !important;
        padding-bottom: 17px !important;
        flex-direction: column-reverse !important;
    }
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}
.center {
    text-align: center;
    padding: 4%;
}






/*------------------------------------------------------------
	hc WordPress化後 ブログ用追加CSS
------------------------------------------------------------*/
#conts {
	margin: 4px -2px 0 0;
	width: calc(100% - 207px);
}
#conts .time {
	margin-bottom: 7px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#conts .title {
	margin-bottom: 9px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#conts h3 {
	margin-bottom: 60px;
	padding-bottom: 32px;
	color : #3783F1;
	font-size: 3.2rem;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #000;
}
#conts .photoList {
	margin: -40px 0 29px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#conts .photoList li {
	margin-top: 40px;
	width: calc((100% - 53px) / 2);
	position: relative;
}
#conts .photoList li::before {
	width: 31px;
	height: 70px;
	position: absolute;
	right: -45px;
	top: calc(50% - 3px);
	transform: translateY(-50%);
	background: url(img/case/bg01.png) no-repeat center center / 100% 100%;
	content: '';
}
#conts .photoList li:nth-of-type(2n)::before {
	display: none;
}
#conts .photoList .pho {
	height: 275px;
	overflow: hidden;
}
#conts .photoList .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#conts .photoList li p {
	width: 107px;
	height: 107px;
	position: absolute;
	right: -10px;
	top: -59px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	border-radius: 50%;
	background-color: #EA545D;
}
#conts .subBox p {
	margin-bottom: 85px;
	font-size: 1.6rem;
	font-weight: 500;
	font-feature-settings: 'palt';
	line-height: 2.38;
	letter-spacing: 0.08em;
	word-break: break-all;
	text-align: justify;
}
#conts .subBox figure {
	margin: 44px 0;
	padding: 0;
}
#conts .subBox p a {
	display: inline-block;
	vertical-align: top;
}
@media all and (min-width: 897px) {
	#conts .subBox p a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#conts {
		margin: 0;
		width: 100%;
	}
	#conts .time {
		font-size: 1.4rem;
	}
	#conts .title {
		font-size: 1.6rem;
	}
	#conts h3 {
		margin-bottom: 99px;
		padding-bottom: 15px;
		font-size: 2rem;
	}
	#conts .photoList {
		margin: 0 0 29px;
		display: block;
	}
	#conts .photoList li {
		margin: 0 0 53px;
		width: auto;
	}
	#conts .photoList li:last-of-type {
		margin-bottom: 0;
	}
	#conts .photoList li::before {
		right: 50%;
		top: auto;
		bottom: -63px;
		transform: translate(50%,0) rotate(90deg);
	}
	#conts .photoList li:nth-of-type(2n)::before {
		display: none;
	}
	#conts .photoList .pho {
		height: auto;
	}
	#conts .photoList li p {
		width: 80px;
		height: 80px;
		right: -10px;
		top: -40px;
		font-size: 1.6rem;
	}
	#conts .subBox p {
		margin-bottom: 40px;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	#conts .subBox figure {
		margin: 30px 0;
	}
	#conts .subBox figure img {
		width: 100%;
	}
}

#main {
    padding-bottom: 15.7rem;
    margin-top: 5rem;
}
