﻿@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 .point-card {
	display: flex;
	justify-content: space-between;
	background-color: #FCFCFC;
	padding: 30px 0;
}
.maindesign .point-card--item {
	width: 32%;
}

@media screen and (max-width:767px) {
	.maindesign .point-card {
		flex-wrap: wrap;
	}
	.maindesign .point-card--item {
		width: 100%;
	}
	.maindesign .point-card .point-card--item:not(:first-child) {
		margin-top: 15px;
	} 
}
