.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 767px) {
	.maindesign .small-nav {
    	font-size: 0.65rem !important;
	}
}


.maindesign h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    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.2;
}
.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 .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;
	}
}

.maindesign .btnstyle {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.maindesign .btnstyle .images {
	height: 6em;
	background: #fff;
	border-right: 1px solid #ababab;
	display: inline-block;
	padding: 5px;
	box-sizing: border-box;
}

.maindesign .btnstyle .images img {
	width: auto;
	height: 100%;
}

.maindesign .btnstyle a {
	display: flex !important;
	align-items: center;
	width: 100%;
	color: #000 !important;
}

.maindesign .btnstyle li {
	width: calc(50% - 5px);
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #ababab;
	background: #f1f1f1;
	display: flex;
	overflow: hidden;
}

.maindesign .btnstyle .arrow {
	background: #aaa;
	height: 100%;
	width: 2em;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.maindesign .btnstyle .textBox {
	padding: 0.5em;
	font-weight: 700;
	line-height: 1.3em;
	width: calc(100% - 6em);
}

@media screen and (max-width:767px) {
	.maindesign .btnstyle li {
		width: 100%;
	}
}

.maindesign .product-catch {
	display: flex;
	justify-content: space-between;
}
.maindesign .product-catch--img {
	width: 42%;
	border: 1px solid #000;
	padding: 15px;
}
.maindesign .product-catch--detail {
	width: 52%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .product-catch--category {
	text-align: center;
	font-weight: bold;
	font-size: 1.25rem;
}
.maindesign .product-catch--items {
	display: flex;
	justify-content: space-between;
}
.maindesign .product-catch--items__color {
	margin-top: 5px;
}
.maindesign .product-catch--items__size {
	margin-top: 15px;
}
.maindesign .product-catch--items::before,
.maindesign .product-catch--items::after {
	content: '';
	display: block;
	height: 0%;
}
.maindesign .product-catch--items::before {
	order: 1;
}
.maindesign .product-catch--items__color::before,
.maindesign .product-catch--items__color::after,
.maindesign .color-item {
	width: 24%;
}
.maindesign .product-catch--items__size::before,
.maindesign .product-catch--items__size::after,
.maindesign .size-item {
	width: 14%;
}

.maindesign .color-item--name {
	text-align: center;
	font-weight: bold;
	font-size: 1.0rem;
	margin-top: 5px;
}
.maindesign .size-item {
	border-radius: 5px;
	background-color: #595959;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}


@media screen and (max-width:767px) {
	.maindesign .product-catch {
		flex-wrap: wrap;
	}
	.maindesign .product-catch--img {
		width: 100%;
	}
	.maindesign .product-catch--detail {
		width: 100%;
		margin-top: 15px;
	}
	.maindesign .product-catch--color {
		margin-top: 30px;
	}
	.maindesign .product-catch--size {
		margin-top: 35px;
	}
	.maindesign .color-item {
		width: 49%;
	}
	.maindesign .size-item {
		width: 24%;
	}
	.maindesign .product-catch--items::before,
	.maindesign .product-catch--items::after {
		content: none;
	}
}

.maindesign .half-images {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .half-images--unit {
	width: 49%;
}

@media screen and (max-width:767px) {
	.maindesign .half-images {
		flex-wrap: wrap;
	}
	.maindesign .half-images--unit {
		width: 100%;
	}
	.maindesign .half-images .half-images--unit:not(:first-child) {
		margin-top: 20px;
	}
}

.maindesign .half-only {
	width: 50%;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
	.maindesign .half-only {
		width: 100%;
	}
}