﻿@media screen and (max-width:767px) {
    .pc-only#html2{
        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: 10px;
	}
}

.maindesign .lead-txt {
	line-height: 1.6;
	font-size: 1.15rem;
}

@media screen and (max-width:767px) {
	.maindesign .lead-txt {
		font-size: 0.95rem;
		line-height: 1.7;
	}
}



.maindesign .category-heading {
	padding: 5px 0 5px 15px;
	font-size: 1.75rem;
	font-weight: bold;
	border-left: 4px solid #005381;
}

@media screen and (max-width:767px) {
	.maindesign .category-heading {
		font-size: 1.4rem;
	}
}


.maindesign .imtx-column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .imtx-column--img {
	width: 45%;
}
.maindesign .imtx-column--txt {
	width: 50%;
}
.maindesign .imtx-column--txt > *:not(:first-child) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .imtx-column {
		flex-wrap: wrap;
	}
	.maindesign .imtx-column--img {
		width: 100%;
		order: 1;
	}
	.maindesign .imtx-column--txt {
		width: 100%;
		margin-top: 30px;
		order: 2;
	}
	.maindesign .imtx-column--txt > *:not(:first-child) {
		margin-top: 20px;
	}
}

.maindesign .detail-heading {
	font-size: 1.4rem;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.maindesign .detail-heading {
		font-size: 1.2rem;
	}
}

.maindesign .lead-text__bold {
	font-weight: bold;
}

.maindesign .detail-list > li:not(:first-child) {
	margin-top: 10px;
}
.maindesign .indent-txt {
	padding-left: 1em;
	text-indent: -1em;
}

.maindesign .specification-table {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
}
.maindesign .specification-table dt,
.maindesign .specification-table dd {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 1.35rem;
}
.maindesign .specification-table dt {
	width: 20%;
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #FAFAFA;
	font-weight: bold;
}
.maindesign .specification-table dd {
	padding: 20px 15px;
	width: 80%;
	border-bottom: 1px solid #ccc;
}
.maindesign .specification-table dd:last-of-type,
.maindesign .specification-table dt:last-of-type {
	border-bottom: none;
}
.maindesign .specification-table--list > li:not(:first-child) {
	margin-top: 10px;
}


@media screen and (max-width:767px) {
	.maindesign .specification-table dt,
	.maindesign .specification-table dd {
		justify-content: center;
		font-size: 1.0rem;
	}
	.maindesign .specification-table dt {
		width: 100%;
		border-right: none;
		padding: 10px 5px;
	}
	.maindesign .specification-table dd {
		width: 100%;
		padding: 20px 5px;
	}
	.maindesign .specification-table dt:last-of-type {
		border-bottom: 1px solid #ccc;
	}
}