﻿.maindesign *,
.maindesign *:before,
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
.maindesign .mv {
	position: relative;
}
.maindesign .mv__txt {
	position: absolute;
	bottom: 18%;
	left: 5%;
	font-size: 4rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 6px #000;
}
@media screen and (max-width: 767px) {
	.maindesign .mv__txt {
		font-size: 6.5vw;
		left: 4%;
		bottom: 16%;
	}
}
.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .img_container {
	width: 100%;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.maindesign .img_container {
		margin-top: 30px;
	}
}
.maindesign .lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.maindesign .lead-text {
		font-size: 0.95rem;
	}
}
.maindesign .lead-text--bold {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}
.maindesign .feature-hdg2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 1.25rem;
	border-bottom: 3px solid #b6b6b6;
	font-size: 1.75rem;
	margin-top: calc(70px - 0.6rem);
	margin-bottom: calc(40px - 0.75rem);
	background-color: transparent;
	color: #333;
	text-indent: 0;
}
.maindesign .feature-hdg2::after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #e5002d;
	bottom: -3px;
	width: 8%;
	display: block;
}

@media screen and (max-width: 767px) {
	.maindesign .feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(50px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign h3.checkPoint {
	position: relative;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 60px 0 20px 0;
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: #aaaaaa 2px solid;
	display: flex;
	align-items: center;
	line-height: 1.15;
}
@media screen and (max-width: 767px) {
	.maindesign h3.checkPoint {
		font-size: 1.1rem;
	}
}
.maindesign h3.checkPoint .st0 {
	fill: #aaaaaa;
}
.maindesign h3.checkPoint .st1 {
	fill: none;
	stroke: #ffffff;
	stroke-width: 3;
	stroke-miterlimit: 10;
}
.maindesign h3.checkPoint span {
	margin: 0 0 0 20px;
	width: calc(100% - 60px);
}

.maindesign .itemBtn > a {
	width: 48%;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.maindesign .itemBtn > a {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
}
.maindesign .itemBtn .txt2 {
	font-size: 0.85rem;
}
@media screen and (max-width: 767px) {
	.maindesign .itemBtn .txt2 {
		margin-top: 5px;
	}
}
