﻿@media screen and (max-width: 767px) {
	.pc-only#html2 {
		display: block !important;
	}
}
#html2 .kokoro-product-block {
	display: none !important;
}
#store-device-html2 .front-product-block {
	display: none !important;
}
#store-device-html2 .kokoro-product-block {
	display: block !important;
}

.maindesign *,
.maindesign *:before,
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .insert-container {
	margin: 50px 0;
}

@media screen and (max-width: 767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
}

.maindesign .mt-leave {
	margin-top: 50px;
}
.maindesign .mt-moderate {
	margin-top: 30px;
}
.maindesign .mt-close {
	margin-top: 20px;
}
.maindesign .mt-thin {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.maindesign .mt-leave {
		margin-top: 30px;
	}
	.maindesign .mt-moderate {
		margin-top: 20px;
	}
	.maindesign .mt-close {
		margin-top: 15px;
	}
}

.maindesign .card_column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .card_column > li {
	width: 48%;
}
.maindesign .card_column > li:nth-child(n + 3) {
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.maindesign .card_column > li {
		width: 100%;
	}
	.maindesign .card_column > li:nth-child(n + 2) {
		margin-top: 15px;
	}
}

.maindesign .lead-text {
	font-size: 1.1rem;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.maindesign .lead-text {
		font-size: 0.95rem;
	}
}
