﻿@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-close {
		margin-top: 15px;
	}
}

.maindesign .feature-hdg2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 1.25rem;
	border-bottom: 3px solid #b6b6b6;
	font-size: 1.75rem;
	margin-top: calc(70px - 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(50px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .lr-heading {
	font-size: 1.5rem;
	margin-top: calc(60px - 0.6rem);
	margin-bottom: calc(40px - 0.75rem);
	padding: 0.2em 0 0.2em 0.5em;
	border-left: 4px solid #e5002d;
}

@media screen and (max-width: 767px) {
	.maindesign .lr-heading {
		font-size: 1.25rem;
		margin-top: calc(40px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
	}
}

.maindesign .lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.maindesign .lead-text {
		font-size: 0.9rem;
	}
}

.maindesign .half_column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .half_column > li {
	width: 49%;
}
.maindesign .half_column > li:nth-child(n + 3) {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.maindesign .half_column > li {
		width: 100%;
	}
	.maindesign .half_column > li:nth-child(n + 2) {
		margin-top: 20px;
	}
}

.maindesign .third_column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .third_column::after {
	content: '';
	width: 32%;
	height: 0;
	display: block;
}
.maindesign .third_column > li {
	width: 32%;
}
.maindesign .third_column > li:nth-child(n + 4) {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.maindesign .third_column > li {
		width: 100%;
	}
	.maindesign .third_column > li:nth-child(n + 2) {
		margin-top: 20px;
	}
}

.maindesign .desc_heading {
	font-weight: bold;
	font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
	.maindesign .desc_heading {
		font-size: 0.95rem;
	}
}

.maindesign .indent_txt {
	padding-left: 1em;
	text-indent: -1em;
}
