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

main .container {
	max-width: 1000px;
}


/*////////// 共通 ///////////*/


/*////////// セクション1 ///////////*/
.sec1 h3 {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 7px;
}

.sec1 p {
	text-align: justify;
	word-break: break-all;
	margin-bottom: 20px;
}

.sec1 .border {
	border:1px solid #ccc;
}

.sec1 .color-lightblue {
	color: #1CB9E7;
}

.sec1 .text-small {
	font-size: 0.87rem;
	line-height: 1.7em;
}

.sec1 .box1 h4 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 7px;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.sec1 .box1 p {
	padding-left: 1em;
}

.sec1 .box1 p span {
	display: inline-block;
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.sec1 .indent {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.sec1 a {
	color: #3f3f3f;
}

.sec1 .info span {
	display: block;
	text-align: center;
	border: 1px solid #888;
	font-size: 0.9rem;
}


@media (min-width: 768px) {
	.sec1 h3 {
		font-size: 1.2rem;
	}

	.sec1 p {
		margin-bottom: 30px;
	}

	.sec1 .box1 h4 {
		font-size: 1.1rem;
	}
}	