@charset "UTF-8";

/*//////////  セクション0 ///////////*/
.sec0 h1 {
	font-size: 1.6em;
	padding-bottom: 8px;
	border-bottom: 1px solid #ababab;
}

.sec0 .size {
	background-color: #ef8a25;
	font-size: 1.3em;
	font-weight: 600;
	color: #fff;
	text-align: center;
	width: 120px;
	padding: 7px;
}

.sec0 .size2 {
	background-color: #57aebc;
}

.sec0 .size3 {
	background-color: #849cad;
}

.sec0 h2 {
	font-size: 1.5em;
	line-height: 1.5em;
}

.sec0 h3 {
	font-size: 1.3em;
	line-height: 1.6em;
	color: #0071bc;
}

.sec0 .products-wrap {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ababab;
	padding: 25px;
	
}

.sec0 .products-wrap p {
	line-height: 1.6em;
}

.sec0 .btn1 {
	width: 150px;
	margin-left: 0;
}

.sec0 .btn1 a {
	background-color: #555;
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	padding: 10px 0;
	border-radius: 18px;
	font-size: 1.0em;
}


@media (min-width: 576px) {
	.sec0 h1 {
		font-size: 1.7em;
		padding-bottom: 12px;
	}

	.sec0 .size {
		font-size: 1.4em;
		width: 140px;
		padding: 8px;
	}

	.sec0 h2 {
		font-size: 1.6em;
	}

	.sec0 h3 {
		font-size: 1.4em;
	}

	.sec0 .btn1 {
		width: 200px;
	}

	.sec0 .btn1 a {
		padding: 12px 0;
		border-radius: 22px;
		font-size: 1.1em;
	}

	.sec0 .products-wrap {
		width: 96%;
		padding: 30px;
		padding-bottom: 25px;
	}

	.sec0 .products-wrap p {
		line-height: 1.7em;
	}
}


@media (min-width: 768px) {
	.sec0 h2 {
		font-size: 1.5em;
	}

	.sec0 h3 {
		font-size: 1.2em;
	}

	.sec0 .btn1 {
		width: 160px;
	}

	.sec0 .btn1 a {
		padding: 8px 0;
		border-radius: 20px;
		font-size: 1.0em;
		text-indent: 0.5em;
	}

	.sec0 .products-wrap {
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
		padding: 25px;
		padding-bottom: 30px;
	}

	.sec0 .products-wrap p {
		font-size: 0.95em;
		line-height: 1.6em;
	}
}


@media (min-width: 992px) {
	.sec0 h1 {
		font-size: 1.8em;
	}

	.sec0 .size {
		font-size: 1.5em;
		width: 160px;
		padding: 10px;
	}
	
	.sec0 h2 {
		font-size: 1.6em;
	}

	.sec0 h3 {
		font-size: 1.3em;
	}

	.sec0 .btn1 {
		width: 200px;
	}

	.sec0 .btn1 a {
		padding: 10px 0;
		border-radius: 22px;
	}

	.sec0 .products-wrap {
		padding: 30px;
		padding-bottom: 35px;
	}
	
	.sec0 .adjust {
		padding-left: 1%;
		padding-right: 1%;
	}
}
	
	