.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
	}

.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 .feature-hdg2 {
	position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.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(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .pc-only {
	display: block;
}
.maindesign .sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .pc-only {
		display: none;
	}
	.maindesign .sp-only {
		display: block;
	}
}

.maindesign .komeri-btn {
	position: relative;
	background-color: #979797;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .komeri-btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .komeri-btn > a {
	text-decoration: none;
}
.maindesign .komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
font-weight: bold;
}
.maindesign .komeri-btn__orange {
	background-color: #EA6D0D !important;
}
.maindesign .komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}

.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;
}
.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 img {
	width: 100%;
	height: auto;
	display: block;
}

.maindesign .product-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .product-detail--img {
	width: 49%;
}
.maindesign .product-detail--text {
	width: 49%;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.3;
}
.maindesign .product-lead {
	font-size: 1.25rem;
	line-height: 1.3;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.maindesign .product-detail {
		flex-wrap: wrap;
	}
	.maindesign .product-detail--img {
		width: 100%;
	}
	.maindesign .product-detail--text {
		width: 100%;
		margin-top: 10px;
		font-size: 1.0rem;
	}

	.maindesign .product-lead {
		font-size: 1.0rem;
	}
}

.maindesign .catch-text {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.35;
}
.maindesign .catch-text .catch-text--item:not(:first-child) {
	margin-top: 10px;
}
.maindesign .kome-text {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width:767px) {
	.maindesign .catch-text {
		font-size: 1.0rem;
	}
}
@media screen and (min-width:768px) {
.maindesign .product-list.col-2 li {
        width: calc(50% - 10px);
        margin-top: 2.5rem;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        border: 1px solid #000;
        padding: 20px 25px;
        
    }
.maindesign .product-list {
        margin: 40px 0 0;
    }
}
@media screen and (max-width:767px) {
.maindesign .product-list.col-2 li {
        width: 100%;
        margin-top: 2.5rem;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        border: 1px solid #000;
        padding: 20px 25px;
        
    }
.maindesign .product-list {
        margin: 40px 0 0;
    }
}