@charset "UTF-8";



/* howto */
.howto {margin-top:24px;}

.howto:nth-of-type(1) {margin-top:0;}

.howto_ttl {
	margin-bottom:24px;
	padding:8px 0;
	color:#FFF;
	font-size:117%;
	text-align:center;
	border-radius:4px;
	background:#2b562a;
}

.image {
	margin-top:24px;
	text-align:center;
}

.image img {
	width:auto;
	max-width:100%;
	height:auto;
}


@media screen and (min-width:1024px) {
	.howto {margin-top:48px;}

	.howto_ttl {
		margin-bottom:48px;
		font-size:115%;
		border-radius:8px;
	}

	.howto_contents {display:flex;}

	.howto_contents .text {padding-right:48px;}

	.howto_contents .image {margin-top:0;}
}


