﻿.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 .nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .nav-list .nav-list--btn:nth-child(n + 5) {
	margin-top: 15px;
}
.maindesign .nav-list--btn {
	position: relative;
	border: 1px solid #b6b6b6;
	width: 24%;
	font-size: 1em;
	font-feature-settings: 'palt';
	line-height: 1.3;
	text-align: center;
	border-radius: 40px;
	color: #333;
	cursor: pointer;
	overflow: hidden;
}
.maindesign .nav-list--btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 2px solid #b6b6b6;
	border-right: 2px solid #b6b6b6;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(135deg);
}
.maindesign .nav-list--btn:hover {
	border-color: #e5002d;
	opacity: 0.75;
	transition: 0.6s;
}
.maindesign .nav-list--inner {
	display: flex !important;
	opacity: 1;
	width: auto;
	height: 100%;
	align-items: center;
	justify-content: center;
	height: 3em;
	color: #333;
}
.maindesign .nav-list::before,
.maindesign .nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .nav-list::before {
	order: 1;
}

@media screen and (max-width: 767px) {
	.maindesign .nav-list--btn {
		width: 49%;
	}
	.maindesign .nav-list::before,
	.maindesign .nav-list::after {
		width: 49%;
	}
	.maindesign .nav-list .nav-list--btn:nth-child(n + 3) {
		margin-top: 15px;
	}
	.maindesign .nav-list--inner {
		font-size: 0.9rem;
	}
}

.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .img_container {
	width: 100%;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .img_container {
		margin-top: 20px;
	}
}
.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 .standard_crescent {
	display: flex;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.maindesign .standard_crescent {
		flex-direction: column;
	}
}
.maindesign .standard_crescent > dt {
	background-color: #ddd;
	border: 1px solid #ccc;
	width: 40%;
	padding: 10px 5px;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.maindesign .standard_crescent > dt {
		font-size: 0.8rem;
		width: 100%;
		padding: 5px;
	}
}
.maindesign .standard_crescent > dd {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 60%;
	padding: 10px 5px;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.maindesign .standard_crescent > dd {
		font-size: 0.9rem;
		border-left: 1px solid #ccc;
		border-top: none;
		width: 100%;
	}
}

.maindesign .inner-window-order {
	font-size: 0.8rem;
}
.maindesign .inner-window-order th.th-head {
	width: 200px;
}
.maindesign .inner-window-order td {
	height: 7em;
}
