@charset "utf-8";

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

	設定上書き

====================================================== */
@media screen and (max-width: 999px) {
	.hero__catch{
	    font-size: 1.8rem;
	}
}
/* ======================================================

	コンバーター

====================================================== */
.sec-converter .hero__name{
	font-weight: bold;
	color: #ffffff;
}
.sec-converter .hero__catch{
	color: #ffffff;
}

.blk-conv{
	margin-bottom: 15px;
}
.blk-conv__name{
	font-size: 4.8rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow : 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.blk-conv__desc{
	margin-bottom: 1.6em;
}
.blk-conv__fig img{
	margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
	.blk-conv__name{
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 767px) {
	.blk-conv__name{
		font-size: 2.4rem;
	}
}