@charset "UTF-8";
/* CSS Document */




@media screen and (max-width: 737px) {

/* contents01 */

.contents01 {
	margin-bottom: 60px;
}

.contents01 .box02 p {
	margin-bottom: 18px;
}

/* common */

.lead,
.point,
.flow,
.faq {
	width: 90%;
	margin-bottom: 55px;
}

.contents06 {
	width: 100%;
	margin-bottom: 55px;
	padding: 40px 0px;
}

.contents06 h3,
.contents06 p,
.contents06 .box {
	width: 90%;
}

.lead h3,
.point > h3,
.flow h3,
.faq h3 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 25px;
}

.lead p,
.point p,
.flow p,
.faq dd {
	line-height: 1.9;
}

.lead p {
	margin-bottom: 18px;
}

.lead ul {
	width: 100%;
	margin: 25px auto;
	padding: 25px 22px;
	border-radius: 15px;
}

.lead ul li {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 12px;
	padding-left: 24px;
}

.lead ul li::before {
	top: 10px;
	width: 10px;
	height: 10px;
}

/* contents03 */

.point > div {
	margin-bottom: 30px;
	padding: 25px 20px;
	border-width : 5px;
}

.point h4 {
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.point h5 {
	font-size: 17px;
	padding: 9px 22px;
	margin: 18px 0px 15px;
}

.point p {
	margin-bottom: 16px;
}

.point ol {
	display: block;
	margin-bottom: 20px;
}

.point ol li {
	width: 100%;
	font-size: 16px;
	margin-bottom: 28px;
	padding: 18px 15px;
}

.point ol li strong {
	font-size: 18px;
}

.point ol li::after {
	top: auto;
	right: 0px;
	bottom: -18px;
	left: 0px;
	margin: auto;
	transform: rotate(135deg);
}

.point ol li:last-child {
	margin-bottom: 0px;
}

.point dl {
	display: block;
	margin: 20px 0px;
}

.point dt,
.point dd {
	width: 100%;
	padding: 13px 0px;
}

.point dt {
	border-bottom: none;
	padding-bottom: 0px;
}

.point dd {
	font-size: 16px;
	padding-top: 8px;
}

.point dd dl {
	grid-template-columns: 130px auto;
	margin-top: 4px;
}

.point dd dl dt,
.point dd dl dd {
	font-size: 16px;
	line-height: 1.8;
	padding: 0px;
}

.point .note {
	font-size: 13px;
}

/* contents04 */

.flow {
	width: 100%;
	padding: 40px 0px;
}

.flow h3,
.flow .box01 {
	width: 90%;
}

.flow .box01 p {
	margin-bottom: 40px;
}

/* contents05 */

.faq dt {
	font-size: 18px;
	padding: 22px 0px 12px;
}

.faq dd {
	padding: 0px 0px 22px;
}

.contents06 h3 {
	margin-bottom: 18px;
}

.contents06 .box {
	padding: 15px 20px;
	margin-bottom: 18px;
}

.contents06 .box p {
	font-size: 18px;
	line-height: 1.4;
}

    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }
   
}
