@charset "utf-8";
/* CSS Document */

/*事例/実績*/
dd{
	margin-left: 0;
}
main section.page-title h1::before {
	content: "CASE/ACTUAL";
}
main section.info p.headline {
    font-weight: bold;
    font-size: 112.5%;
}
@media screen and (min-width: 769px) {
	main section.page-title h1 {
		margin-right: 245px;
	}
}

/*事例一覧ページ*/
.tax-case_type main section.info article h2 span {
	font-size: 87.5%;
	color: #68030b;
	display: block;
}
.post-type-archive-case main section article ul,
.tax-case_type main section article ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #ccc;
}
.post-type-archive-case main section article ul li,
.tax-case_type main section article ul li {
    width: 50%;
    border: 1px solid #ccc;
    border-left: none;
    padding: 10px;
    box-sizing: border-box;
    font-size: 75%;
    background-color: #fff;
}
.post-type-archive-case main section article ul li:nth-child(n+3),
.tax-case_type main section article ul li:nth-child(n+3) {
	border-top: 0;
}
.post-type-archive-case main section article ul li span,
.tax-case_type main section article ul li span {
	background: linear-gradient(#68030b, #4f030d);
	font-size: 75%;
	font-weight: bold;
	padding: 0 5px;
	text-align: center;
	color: #fff;
	display: block;
	width: calc(100% - 10px);
	text-decoration: inherit;
}
@media screen and (min-width: 769px) {
	.post-type-archive-case main section article ul li,
	.tax-case_type main section article ul li {
		width: 20%;
	}
	.post-type-archive-case main section article ul li:nth-child(n+3),
	.tax-case_type main section article ul li:nth-child(n+3) {
		border-top: 1px solid #ccc;
	}
	.post-type-archive-case main section article ul li:nth-child(n+6),
	.tax-case_type main section article ul li:nth-child(n+6) {
		border-top: 0;
	}
}
/*詳細ページ*/
.single-case main article p.headline span {
	color: #ffffff;
	background: linear-gradient(#68030b, #4f030d);
	font-size: 87.5%;
	padding: 0 10px;
	display: block;
	width: fit-content;
}
.single-case main section.info article h2 {
	line-height: 1.2;
	margin-bottom: 5px;
}
.single-case main section article h3{
	margin-top: 40px;
	color: #68030b;
	font-size: 125%;
	font-weight: normal;
}
.single-case main section article h4 {
	font-size: 112.5%;
	font-weight: normal;
	margin-bottom: 10px;
}
.single-case main section article h4::before {
	color: #68030b;
	content: "- ";
}
.single-case main ol{
	list-style-type: none;
	counter-reset: item;
	padding-left: 0;
	margin: 0;
}
.single-case main ol > li::before{
	counter-increment: item;
	content: counter(item)'.';
	font-weight: 900;
	padding-right: .5em;
	color: #68030b;
	font-family: acumin-pro-condensed;
	font-style: normal;
}
.single-case main ol > li{
	padding-left: 1.3em;
	font-size: 100%;
	text-indent: -1em;
	padding-left: 1em;
}
.single-case main ol li+li{
	margin-top: 1em;
}
.single-case main section article ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.single-case main section article ul li:before {
	vertical-align: middle;
	content: "● ";
	color: #68030b;
	font-size: 75%;
}
@media screen and (min-width: 769px) {
	.single-case main article p.headline span {
		display: inline-block;
		margin-right: 1em;
	}
	.single-case main section.info article h2 + p {
		margin-bottom: 40px;
	}
	.single-case main section.info article div.figure {
		float: right;
		width: 56%;
		margin-left: 4%;
	}
	.single-case main section.info article div.figure h4 {
		margin-top: 0;
	}
}