@charset "utf-8";

.section .head-static {
margin: 0 auto;
width: 82.933vw;
}
.section .head-static h1 {
margin-bottom: 2.4vw;
font-family: 'Gotham-Bold', sans-serif;
font-size: 8vw;
line-height: 1.2;
}
.section .head-static p {
font-weight: 700;
font-size: 3.733vw;
line-height: 6.4vw;
}
.section .head-static p span {
display: inline-block;
padding: 0 2.667vw;
color: #fff;
}
@media screen and (min-width: 768px) {
	.section .head-static {
	margin: 0 auto;
	width: 960px;
	}
	.section .head-static h1 {
	margin-bottom: 17px;
	font-size: 60px;
	}
	.section .head-static p {
	font-size: 18px;
	line-height: 30px;
	}
	.section .head-static p span {
	padding: 0 12px;
	}
}

#staticSCT {
padding: 6.4vw 0 12vw 0;
}
#staticSCT .cont {
position: relative;
margin: 0 auto;
padding: 8vw 0 0 0;
width: 82.933vw;
}
#staticSCT .cont h4 {
font-weight: 700;
font-size: 3.467vw;
line-height: 2;
}
#staticSCT .cont dl,
#staticSCT .cont ol,
#staticSCT .cont ul,
#staticSCT .cont p {
margin-bottom: 2em;
font-size: 3.467vw;
line-height: 2;
}
#staticSCT .cont ul li {
position: relative;
padding-left: 1em;
}
#staticSCT .cont ul li::before {
content: '・';
position: absolute;
left: 0;
top: 0;
}

@media screen and (min-width: 768px) {
	#staticSCT {
	margin-bottom: 145px;
	padding: 148px 0 0 0;
	}
	#staticSCT .cont {
	position: relative;
	margin: 0 auto;
	padding: 65px 0 0 0;
	width: 960px;
	}
	#staticSCT .cont h4 {
	font-size: 14px;
	line-height: 2.29;
	}
	#staticSCT .cont dl,
	#staticSCT .cont ol,
	#staticSCT .cont ul,
	#staticSCT .cont p {
	font-size: 14px;
	line-height: 2.29;
	}
}