@charset "UTF-8";

/*---------------------------------------------------------
wide-range
---------------------------------------------------------*/
#wide-range .case-support{
	background-color: #fff78c;
	padding: 0 1.5%;
	position: relative;
	z-index: 1;
}
#wide-range .case-support::before{
	font-size: min(2.8vw,176%);
	letter-spacing: .12em;
	line-height: 1.5;
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 0.9em;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	z-index: -1;
}
#wide-range .case-support::after{
	font-size: min(1.8vw,1.05rem);
	letter-spacing: .15em;
    line-height: 1.2;
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 1.5em;
	left: 0;
	right: 0;
	margin: auto;
	bottom:0;
	z-index: -1;
}
#wide-range .case-support .c-txt--fuki{
	margin-bottom: 0!important;
}
#wide-range .case-support ul{
	font: var(--font-min);
	font-size: min(2vw,135%);
	letter-spacing: .2em;
	line-height: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	max-width: 1155px;
	margin: 30px auto 35px;
}
#wide-range .case-support ul li{
	max-width: 165px;
	width: calc(100% / 7);
}
#wide-range .case-support ul li div{
	max-width: 165px;
	margin: 0 auto 0.4em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#wide-range .case-support ul{
	letter-spacing: .1em;
	margin: 2.5% auto 3%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#wide-range .case-support{
	padding: 0 3%;
}
#wide-range .case-support::before{
	font-size: 120%;
    letter-spacing: .1em;
	height: 0.9em;
}
#wide-range .case-support::after{
	font-size: 3.5vw;
	height: 1.5em;
}
#wide-range .case-support ul{
	font: var(--font-min);
	font-size: 105%;
	letter-spacing: .05em;
	line-height: 1;
	flex-wrap: wrap;
	max-width: 100%;
	margin: 5% auto 7%;
}
#wide-range .case-support ul li{
	max-width: 165px;
	width: calc(100% / 4);
	margin-top: 3%;
}
#wide-range .case-support ul li:nth-child(-n + 4){
		margin-top: 0;
}
#wide-range .case-support ul li div{
	margin: 0 auto 0.2em;
}
}