/* common */
.inner__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.pos {
    display: block;
}

/* example list */
.casehead .inner__flex li {
    width: 48%;
    padding: 0;
}
.casehead .inner__flex li:not(:last-of-type) {
    margin-bottom: 8px;
}
.casehead .inner__flex li .ex-num {
    position: relative;
    display: inline-block;
    width: 100px;
    margin-right: 16px;
}
.casehead .inner__flex li .sup {
    position: relative;
    font-size: 12px;
}

/* examples */
.case .cont.cf h2 {
    line-height: 30px;
    padding: 0;
}
.case .cont.cf h2 span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}
.case .cont.cf dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: #b0b5bc dotted 1px;
    font-size: 16px;
}
.case .cont.cf dt {
    position: relative;
    width: auto;
    text-align: left;
    padding: 10px 0;
    margin-right: 16px;
}
.case .cont.cf dd {
    border-bottom: none;
    padding: 10px 0;
}
.case .cont.cf .inner__flex {
    align-items: flex-start;
}
.case .cont.cf .detail__wrap {
    margin-bottom: 24px;
}
.case .cont.cf .detail__wrap p .text-link {
    color: #00478a;
    text-decoration: underline;
}
.case .cont.cf .detail__wrap.sm {
    width: 70%;
}
.case .cont.cf .ex-img {
    width: 25%;
}
.case .cont.cf .ex-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.case .cont.cf .vt {
    font-size: 18px;
}


/* related products */
.related-padding {
    padding-bottom: 53px;
}
.ttl_relative_products {
	position: relative;
	font-size: 24px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: solid 1px #dee2e7;
}
.ttl_relative_products:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: " ";
	width: 142px;
	height: 1px;
	background: #0c96db;
}
.relative_products li {
	width: 479px;
	float: left;
	margin-right: 10px;
	padding: 0 10px 10px 0;
	border-right: none;
}
.relative_products li:nth-child(2n) {
	border-right: none;
	margin-right: 0;
	padding: 0 0 10px 0;
}
.relative_products li a {
	display: block;
	padding: 5px 15px;
	color: #373737;
	background: url(../img/icon_arrow_right.webp) no-repeat 96% center #f2f4f7;
}
.relative_products li a:hover{
	background-color: #e6eaf0;
	color: #373737;
	text-decoration: none;
}