﻿@media screen and (max-width:767px) {
    .pc-only#html2{
        display: block !important;
    }
}

.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
}
.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign {
	margin: 50px 0;
}

@media screen and (max-width:767px) {
	.maindesign {
		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 .publish-column .publish-column--item:not(:first-child) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .publish-column .publish-column--item:not(:first-child) {
		margin-top: 15px;
	}
}


.maindesign .table_heading {
	font-size: 1.35rem;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.maindesign .table_heading {
		font-size: 1.1rem;
	}
}


.maindesign .function-table {
	table-layout: auto;
	width: 100%;
}
.maindesign .function-table tr {
	display: flex;
	align-items: center;
	border-top: 1px solid #ccc;
	padding: 20px 0;
}
.maindesign .function-table tr:last-child {
	border-bottom: 1px solid #ccc;
}
.maindesign .function-table tr:nth-child(odd) {
	background-color: #f2f2f2;
}
.maindesign .function-table td {
	width: 50%;
	box-sizing: border-box;
	line-height: 1.5;
	padding: 0 10px;
	display: block;
}

@media screen and (max-width:767px) {
	.maindesign .function-table tr {
		padding: 15px 0;
	}
	.maindesign .function-table td {
		font-size: 0.9rem;
	}
}