﻿@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;
}
.maindesign .insert-container {
	margin: 50px 0;
}

@media screen and (max-width:767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
}


.maindesign .mt-far {
	margin-top: 90px;
}
.maindesign .mt-leave {
	margin-top: 50px;
}
.maindesign .mt-moderate {
	margin-top: 35px;
}
.maindesign .mt-close {
	margin-top: 20px;
}
.maindesign .mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .mt-far {
		margin-top: 70px;
	}
	.maindesign .mt-leave {
		margin-top: 30px;
	}
	.maindesign .mt-moderate {
		margin-top: 25px;
	}
	.maindesign .mt-close {
		margin-top: 15px;
	}
	.maindesign .mt-close {
		margin-top: 10px;
	}
}


.maindesign .features-heading02 {
	background-color: #e6e6e6;
	text-align: center;
	width: 100%;
	padding: 5px 0;
	font-weight: bold;
	font-size: 1.1rem;
}

@media screen and (max-width:767px) {
	.maindesign .features-heading02 {
		font-size: 4.25vw;
	}
}

.maindesign .half-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .half-column--item {
	width: 48%;
}
.maindesign .half-column::after {
	content: '';
	display: block;
	height: 0;
	width: 48%;
}
.maindesign .half-column .half-column--item:nth-child(n+3) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .half-column--item {
		width: 100%;
	}
	.maindesign .half-column .half-column--item:nth-child(n+2) {
		margin-top: 30px;
	}
}

.maindesign .card {
	padding-bottom: 50px;
	border-bottom: dashed 1px #d9d9d9;
}
.maindesign .card--name {
	font-weight: bold;
	font-size: 1.2rem;
	margin-top: 15px;
}
.maindesign .card--lead {
	margin-top: 15px;
}
.maindesign .card--notes {
	font-size: 0.8rem;
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .card {
		padding-bottom: 30px;
	}
	.maindesign .card--name {
		font-size: 4.0vw;
		margin-top: 10px;
	}
	.maindesign .card--lead {
		margin-top: 10px;
	}
	.maindesign .card--notes {
		font-size: 3.25vw;
		margin-top: 20px;
	}
}


.maindesign sup {
	position: relative;
    font-size: 80%;
    line-height: 0;
    vertical-align: baseline;
	color: #00a0e9;
	top: -0.5em
}


.maindesign .notes-txt {
	font-size: 0.85rem;
	line-height: 1.3;
}

@media screen and (max-width:767px) {
	.maindesign .notes-txt {
		font-size: 3.4vw;
		line-height: 1.5;
	}
}

.maindesign .notes-list .notes-list--item:not(:first-child) {
	margin-top: 5px;
}
.maindesign .notes-list--item {
	display: flex;
}
.maindesign .notes-list--head {
	color: #00a0e9;
	display: inline-block;
}
.maindesign .notes-list--lead {
	margin-left: 5px;
}
.maindesign .notes-list--lead__blue {
	color: #00a0e9;
}