@charset "utf-8";
.content {
    margin-bottom: 53px;
    padding-bottom: 17px;
    display: block !important;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-bottom: none;
}

@media (max-width: 896px) {
    .content {
        margin-bottom: 10px !important;
        border-bottom: none !important;
    }
}



/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content_ssblog {
	margin-bottom: 53px;
	padding-bottom: 17px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	border-bottom: 1px solid #000;
}
@media all and (max-width: 896px) {
	.content_ssblog {
		margin-bottom: 53px;
		padding-bottom: 17px;
		flex-direction: column-reverse;
	}
}



.topBox {
    /*margin-bottom: 195px;*/
}


.comBox {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px;
}



/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn_ssblog a {
	margin: 0 auto;
	padding: 6px 35px 7px 30px;
	width: 212px;
	display: block;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-radius: 16px;
	box-sizing: border-box;
	background: url(img/common/icon02.png) no-repeat right 14px center / 14px auto;
	background-color: #1ec57f;
}
.comBtn_ssblog .cor01 a {
	background-color: #159b5b;
}
@media all and (min-width: 897px) {
	.comBtn_ssblog a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn_ssblog a {
		padding: 6px 35px 7px 30px;
	}
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#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 : #ED6177;
	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%;
	}
}


/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin: -30px 0 35px;
	display: flex;
	flex-wrap: wrap;
}
.comLinkList li {
	margin: 30px 32px 0 0;
	width: calc((100% - 96px) / 4);
	display: flex;
}
.comLinkList a {
	width: 100%;
	background-color: #fff;
}
.comLinkList li:nth-of-type(4n) {
	margin-right: 0;
}
.comLinkList .pho {
	margin-bottom: 13px;
	height: 0;
	padding-bottom: 81.51%;
	position: relative;
	overflow: hidden;
}
.comLinkList .pho img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.comLinkList .time {
	margin-bottom: 6px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.comLinkList .ttl {
	margin-bottom: 4px;
	color : #3783F1;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.comLinkList .txt {
	margin-bottom: 8px;
	color : #231815;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.comLinkList .link span {
	padding: 2px 20px 2px 0;
	display: inline-block;
	color : #ED6177;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	vertical-align: top;
	background: url(img/common/icon03.png) no-repeat right top calc(50% + 1px) / 16px auto;
}
.comLinkList.linkList01 {
	margin-bottom: 33px;
}
.comLinkList.linkList01 .txtBox {
	padding: 0 10px 7px;
}
.comLinkList.linkList01 .ttl {
	font-feature-settings: 'palt';
	letter-spacing: 0;
}
.comLinkList.linkList01 .txt {
	font-feature-settings: 'palt';
}
@media all and (min-width: 897px) {
	.comLinkList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLinkList {
		margin: 0 0 35px;
		display: block;
	}
	.comLinkList li {
		margin: 0 0 30px;
		width: auto;
		display: block;
	}
	.comLinkList li:last-of-type {
		margin-bottom: 0;
	}
	.comLinkList a {
		display: block;
	}
	.comLinkList.linkList01 {
		margin-bottom: 33px;
	}
}
