.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 .attention {
	background: #FFEBEB;
    border: 2px solid #FF0000;
	padding: 1.5rem;
	margin-bottom: 10px;
}

.maindesign .attention--title {
	display: flex;
	align-items: center;
    color: #FE3737;
    font-size: 1.5rem;
    font-weight: bold;
	line-height: 1.2;
}
.maindesign .attention--icon {
	width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
}
.maindesign .attention--lead {
	margin-top: 30px;
	font-size: 1.25rem;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.maindesign .kome-text {
	padding-left: 1em;
	text-indent: -1em;
}
.maindesign .attention--btn {
	margin-top: 30px;
}


@media screen and (max-width:767px) {
	.maindesign .attention--title {
		font-size: 1.25rem;
	}
	.maindesign .attention--lead {
		font-size: 1.0rem;
		line-height: 1.3;
	}
	.maindesign .attention--lead p:not(:first-child) {
		margin-top: 10px;
	}
}

.maindesign .category-title {
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width:767px) {
	.maindesign .category-title {
		font-size: 1.25rem;
	}
}

.maindesign .explanation-container {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.maindesign .explanation-img {
	width: 47%;
}

.maindesign .product-catch--detail {
	width: 47%;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    padding: 0 15px;
	
}

.maindesign .recommendation--text.title-text {
	font-weight: bold;
    line-height: 1.25em;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.maindesign .product-catch--category {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
}

.maindesign .product-catch--items__size {
    margin-top: 15px;
}

.maindesign .product-catch--items {
    display: flex;
    justify-content: center;
}

/*.maindesign .product-catch--items__size::before, .maindesign .product-catch--items__size::after, .maindesign .size-item {
    width: 14%;
}

.maindesign .product-catch--items::before {
    order: 1;
}

.maindesign .product-catch--items::before, .maindesign .product-catch--items::after {
    content: '';
    display: block;
    height: 0%;
}*/

.maindesign .size-item {
    border-radius: 5px;
    background-color: #595959;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 0;
	width: 16.4%;
}

.maindesign .product-catch--items__size .size-item:not(:last-child) {
    margin-right: 5px;
}

.maindesign .product-catch--detail .product-catch--size {
		margin-top: 20px;
	}

@media screen and (max-width:767px) {
	.maindesign .explanation-img {
    width: 100%;
}
	
	.maindesign .product-catch--detail {
    width: 100%;
	padding: 10px 0;
	}
	
	.maindesign .product-catch--detail .recommendation--text.title-text {
		margin-bottom: 10px;
	}
	
	.maindesign .product-catch--detail .lead-text {
		margin-bottom: 10px;
	}
	
	.maindesign .size-item {
		width: 23%;
	}
		
}

.maindesign .lead-text {
        margin-bottom: 10px;
    }



