<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

article{
	font-weight: bold;
	line-height: 2;
}

p{font-weight: normal;}

.btn{
	display: inline-block;
	margin: 0 10px;
	padding: 0 50px;
	line-height: 60px;
	border-radius: 5px;
	background: #236ca4;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	position: relative;
	margin-top: 50px;
}

.btn::after{
	content: "▶";
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 10px;
}

h3{font-size: 25px; margin-bottom: 30px;}

@media screen and (max-width: 750px){
	h3{margin-bottom: 15px;}
	.btn{font-size: 15px; margin: 20px auto 0;}
}


/*==========================================================

					.box01

==========================================================*/
.box01{
	max-width: 1200px;
	width: 95%;
	margin: 0 auto 150px;
	text-align: justify;
}

.box01 img{
	display: block;
	margin: 50px auto 0;
	max-width: 770px;
	width: 100%;
}


@media screen and (max-width: 750px){
	.box01{margin: 0 auto 70px;}
	.box01 img{margin: 20px auto 0;}

}
/*==========================================================

					.box01

==========================================================*/
.box02 img{
	margin: 0 10px 20px;
	max-width: 485px;
	width: 90%;
}
















</pre></body></html>