﻿@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: 15px;
}
.maindesign .mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .mt-leave {
		margin-top: 30px;
	}
	.maindesign .mt-close {
		margin-top: 10px;
	}
}

.maindesign .lg-heading {
	font-size: 1.35rem;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	border-left: 4px solid #007749;
}
@media screen and (max-width:767px) {
	.maindesign .lg-heading {
		font-size: 1.1rem;
	}
}


.maindesign .tg-heading {
	position: relative;
	font-size: 1.35rem;
	font-weight: bold;
	padding-top: 30px;
	border-top: 1px solid #007749;
}
.maindesign .tg-heading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 13%;
	height: 3px;
	background-color: #007749;
}
@media screen and (max-width:767px) {
	.maindesign .tg-heading {
		font-size: 1.1rem;
	}
}

.maindesign .correspondence-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .correspondence-column::before,
.maindesign .correspondence-column::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .correspondence-column::before {
	order: 1;
}
.maindesign .correspondence-column--item {
	width: 24%;
}
.maindesign .correspondence-column .correspondence-column--item:nth-child(n+5) {
	margin-top: 30px;
}
.maindesign .correspondence-card {
	display: flex;
	flex-direction: column;
}
.maindesign .correspondence-txt {
	text-align: center;
	font-size: 1.1rem;
	flex-grow: 1;
}

@media screen and (max-width:767px) {
	.maindesign .correspondence-column .correspondence-column--item:nth-child(n+2) {
		margin-top: 30px;
	}
	.maindesign .correspondence-column::before,
	.maindesign .correspondence-column::after {
		width: 100%;
	}
	.maindesign .correspondence-column--item {
		width: 100%;
	}
	.maindesign .correspondence-txt {
		font-size: 1.0rem;
	}
}


.maindesign .icon-img {
	width: 80px;
}
.maindesign .list-group > li:not(:first-child) {
	margin-top: 5px;
}

.maindesign sup {
	font-size: 80%;
	vertical-align: super;
    line-height: 1;
}

.maindesign .indent-txt {
	padding-left: 1em;
	text-indent: -1em;
}

.maindesign .fit-img {
	width: 100%;
	max-width: 600px;
}


.maindesign .scroll-text {
	margin-bottom: 15px;
}
.maindesign .scroll-text > span {
	font-size: 0.9rem;
	padding: 5px;
    border: 2px solid #E00012;
    color: #E00012;
    display: inline-block;
    font-weight: bold;
}

.maindesign .function-column {
	display: flex;
	justify-content: space-between;
}
.maindesign .function-column--txt {
	flex-grow: 1;
	margin-right: 30px;
}
.maindesign .function-column--img {
	width: 400px;
}

@media screen and (max-width:767px) {
	.maindesign .function-column {
		flex-wrap: wrap;
	}
	.maindesign .function-column--img {
		order: 1;
		width: 100%;
	}
	.maindesign .function-column--txt {
		order: 2;
		margin-top: 15px;
	}
}

.maindesign .work-table {
	border-collapse: collapse;
	width: 100%;
}
.maindesign .work-table th,
.maindesign .work-table td {
	padding: 15px 10px;
	border: 1px solid #ccc;
	line-height: 1.35;
}
.maindesign .work-table th {
	background-color: #666;
	color: #fff;
	text-align: center;
}
.maindesign .work-table--center {
	text-align: center;
}


@media screen and (max-width:767px) {
	.maindesign .table-container {
		width: 100%;
		overflow-x: scroll;
	}
	.maindesign .work-table th,
	.maindesign .work-table td {
		font-size: 0.9rem;
	}
	.maindesign .work-table {
		width: 1000px;
	}
}

.maindesign .table-notes > li:not(:first-child) {
	margin-top: 10px;
}
.maindesign .notes-lead {
	display: flex;
	font-size: 0.9rem;
	line-height: 1.5;
}
.maindesign .notes-lead--head {
	display: block;
}

@media screen and (max-width:767px) {
	.maindesign .notes-lead {
		font-size: 0.85rem;
	}
}

.maindesign .notes-box {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	padding: 15px 30px;
}
.maindesign .notes-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50px;
	margin-right: 20px;
}
.maindesign .notes-icon--img {
	width: 50%;
}
.maindesign .notes-icon--txt {
	font-size: 0.9rem;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.maindesign .notes-box {
		padding: 10px;
		flex-wrap: wrap;
	}
	.maindesign .notes-icon {
		flex-direction: row;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.maindesign .notes-icon--img {
		width: 25px;
		margin-right: 10px;
	}
	.maindesign .notes-icon--txt {
		font-size: 0.95rem;
	}
}


.maindesign .spec-table {
	border-collapse: collapse;
	width: 100%;
}
.maindesign .spec-table th,
.maindesign .spec-table td {
	border: 1px solid #ccc;
	padding: 15px;
	line-height: 1.5;
}
.maindesign .spec-table th {
	background-color: rgba(153,153,153,0.2);
}
.maindesign .spec-table--first {
	width: 25%;
}
.maindesign .spec-table--second {
	width: 75%;
}

@media screen and (max-width:767px) {
	.maindesign .spec {
		width: 100%;
		overflow-x: scroll;
	}
	.maindesign .spec-table {
		width: 1000px;
	}
	.maindesign .spec-table th,
	.maindesign .spec-table td {
		font-size: 0.9rem;
	}
	.maindesign .spec-table--first {
		width: 250px;
	}
	.maindesign .spec-table--second {
		width: 750px;
	}
}