h3 {
	margin-bottom: 50px !important;
}


.maker_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 750px;
	margin: 0 auto 30px;
}
.maker_nav a {
	width: calc((100% - 30px) / 2);
	margin-bottom: 1em;
	padding: 6px;
	text-align: center;
	font-size: 16px;
	color: #d80c18;
	border: solid 1px #d80c18;
}


section dl {
	max-width: 750px;
	margin: auto;
	border: solid 1px #646464;
	box-sizing: border-box;
}
section dl dt {
	padding: 6px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #d80c18;
	color: white;
}
section dl dd {
	padding: 30px 50px;
}
section dl dd .maker_link {
	margin-bottom: 30px;
	text-align: center;
}
section dl dd .maker_link a {
	text-decoration: underline;
	font-size: 16px;
	color: #d80c18;
}
section dl dd .list_title {
	margin-bottom: 1rem;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	border-left: solid 4px #d80c18;
}
section dl dd ul {
	column-count: 2;
	margin-bottom: 30px;
}
section dl dd ul:last-of-type {
	margin-bottom: 0;
}
section dl dd ul li {
	font-size: 16px;
}
section dl dd ul li::before {
	content: "□";
}


h3 + p {
	max-width: 750px;
	margin: 0 auto 30px;
	font-size: 16px;
}
.scp {
	padding: 50px calc((100% - 1000px) / 2) !important;
}
.scp ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.scp ul li {
	width: calc((100% - 60px) / 4);
	margin-bottom: 40px;
}
.scp ul li .image {
	position: relative;
}
.scp ul li .image .icon {
	position: absolute;
	top: 3%;
	left: 2%;
	width: 21%;
	padding: 2%;
	background: white;
	border: solid 2px #d80c18;
	border-radius: 50%;
}
.scp ul li .list_title {
	padding: .5em;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #d80c18;
}
.scp ul li p {
	font-size: 16px;
}
.scp ul li a {
	font-size: 16px;
	color: #d80c18;
}
.scp ul li a::before {
	content: ">>";
}


.scpr {
	padding: 50px calc((100% - 1000px) / 2) !important;
	background: #eee;
}
.scpr .wrap_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.scpr .wrap_list ul.tool {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc((100% - 60px) / 4);
}
.scpr .wrap_list ul.tool li {
	width: 100%;
}
.scpr .wrap_list ul.tool li .image {
	position: relative;
}
.scpr .wrap_list ul.tool li .image .icon {
	position: absolute;
	top: 3%;
	left: 2%;
	width: 21%;
	padding: 2%;
	background: white;
	border: solid 2px #d80c18;
	border-radius: 50%;
}
.scpr .wrap_list ul.tool li .list_title {
	padding: .5em;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #d80c18;
}
.scpr .wrap_list ul.tool li p {
	font-size: 16px;
}
.scpr .wrap_list ul.screen {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - ((100% - 60px) / 4));
	padding: 0 8%;
}
.scpr .wrap_list ul.screen li {
	width: calc((100% - 20px) / 2);
}
.scpr .wrap_list ul.screen li p {
	margin-top: 1em;
	text-align: center;
	font-size: 16px;
}
.scpr .video {
	width: 100%;
	max-width: 750px;
	margin: auto;
}
.scpr .video .wrap_video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.scpr .video .wrap_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.price {
	padding: 50px calc((100% - 1000px) / 2) !important;
}
.price div {
	width: 100%;
	height: 500px;
	margin-top: 30px;
	border: solid 1px black;
}


@media (max-width: 860px) {
	
}


@media (max-width: 560px) {
	section dl dd {
		padding: 20px;
	}
	section dl dd ul {
		column-count: 1;
	}
}
