.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	}
#main {
	margin-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}

.maindesign .page--item-leave {
	margin-top: 50px;
}
.maindesign .page--item-moderate {
	margin-top: 30px;
}
.maindesign .page--item-close {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .page--item-leave {
		margin-top: 30px;
	}
	.maindesign .page--item-close {
		margin-top: 15px;
	}
	.section-imitation {
		margin: 0 10px;
	}
}


.maindesign img {
	width: 100%;
	height: auto;
}
.maindesign .menu-btn-list a {
	color: #fff !important;
	display: flex !important;
}
.maindesign .breadcrumb {
	margin-bottom: 5px !important;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .breadcrumb {
		margin-left: 5px !important;
	}
}


.maindesign .title {
	position: relative;
}
.maindesign .title--inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 61%;
	height: 75%;
	transform: translate(-50%,-50%);
	background-color: rgba(0,0,0,.25);
}
.maindesign .title--text {
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	margin-left: 15px;
}
.maindesign .title--sub-text {
	display: inline-block;
	font-size: 1.75rem;
}
.maindesign .title--main-text {
	display: inline-block;
	font-size: 3.5rem;
}

@media screen and (max-width:767px) {
	.maindesign .title--inner {
		width: 90%;
	}
	.maindesign .title--sub-text {
		font-size: 5.5vw;
	}
	.maindesign .title--main-text {
		font-size: 9.0vw;
	}
}


.maindesign .topBtn ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .topBtn ul li:nth-child(n+5) {
margin-top: 15px;
}
.maindesign .topBtn li {
width: 24%;
margin-bottom: 0 !important;
}
.maindesign .topBtn ul::before,
.maindesign .topBtn ul::after {
	content: '';
	display: block;
	width: 24%;
	height: 0;
}
.maindesign .topBtn ul::before {
	order: 1;
}
.maindesign .topBtn a {
	display: flex !important;
	align-items: center;
	height: 55px;
}
  
  
@media screen and (max-width:767px) {
	.maindesign .topBtn li {
		width: 49%;
	}
	.maindesign .topBtn ul::before,
	.maindesign .topBtn ul::after {
		width: 49%;
	}
	.maindesign .topBtn ul li:nth-child(n+3) {
		margin-top: 15px;
	}
}


.maindesign .osusume {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .osusume--col {
	width: 49%;
}
.maindesign .osusume--right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .osusume--name {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.25;
}
.maindesign .osusume--name-model {
	font-size: 0.85em;
}
.maindesign .osusume--btn ul {
	margin: 0 !important;
}
.maindesign .osusume--btn li {
	width: 100% !important;
}


@media screen and (max-width:767px) {
	.maindesign .osusume--col {
		width: 100%;
	}
	.maindesign .osusume--right {
		margin-top: 30px;
	}
	.maindesign .osusume--lead {
		margin-top: 15px;
	}
	.maindesign .osusume--btn {
		margin-top: 15px;
	}
}


.maindesign .feature-hdg2--secondary-text {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0.8em;
}

@media screen and (max-width:767px) {
	.maindesign .feature-hdg2--secondary-text {
		font-size: 0.65em;
		right: 0;
		bottom: 3px;
	}
}

.maindesign .card {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .card--item {
	width: 31%;
	border-radius: 5px;
}
.maindesign .card::before,
.maindesign .card::after {
	content: '';
	height: 0;
	display: block;
	width: 31%;
}
.maindesign .card::before {
	order: 1;
}
.maindesign .card .card--item:nth-child(n+4) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .card--item {
		width: 48%;
	}
	.maindesign .card .card--item::before,
	.maindesign .card .card--item::after {
		width: 48%;
	}
	.maindesign .card .card--item:nth-child(n+3) {
		margin-top: 20px;
	}
}

.maindesign .relation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.maindesign .relation .relation--item:nth-of-type(n + 3) {
	margin-top: 15px;
}
.maindesign .relation--item {
	width: 49%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.maindesign .relation--item > a {
	display: block;
	color: #000 !important;
	text-decoration: none;
	height: 100%;
}
.maindesign .relation-inner {
	display: flex;
	padding: 20px 15px;
	justify-content: space-between;
	align-items: flex-start;
	height: 145px;
}
.maindesign .relation-text {
	width: 70%;
	order: 1;
}
.maindesign .relation-text--title {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 10px;
}
.maindesign .relation-text > span {
	line-height: 1.15;
} 
.maindesign .relation-img {
	width: 140px;
	max-width: 25%;
	order: 2;
}
.maindesign .relation-img > img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.maindesign .relation .relation--item:not(:first-child) {
	margin-top: 15px;
}
	.maindesign .relation--item {
		width: 100%;
	}
	.maindesign .relation-inner {
		padding: 15px 10px;
		align-items: center;
	}
	.maindesign .relation-text {
		order: 2;
	}
	.maindesign .relation-img {
		order: 1;
	}
}
