@charset "UTF-8";

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

.content1 h1, .content2 h2, .content3 h3{
	text-align: center;
	margin-bottom: 20px;
}
.content1 p{
	text-align: center;
	margin-top: 10px;
}
.content3 h4, .spec_text{
	color: #ff7f50;
}
h5{
	color: #ff0000;
}

/*---------------PC---------------*/

@media only screen and (min-width: 900px) {
	
	/*----------------コンテンツ---------------*/
	.content1, .content3{
		width: 900px;
		margin: 0 auto;
	}
	.content1{
		margin-bottom: 60px;
	}
	.content1 h1, .content3 h3{
		font-size: 26px;
		margin-bottom: 40px;
	}
	.content1 p{
		width: 95%;
		margin: 0 auto;
		font-size: 15px;
		line-height: 1.8em;
		text-align: left;
	}
	.content2{
		margin: 0 auto;
		height: 500px;
		background-image: url("../img/flow_background.png");
		background-repeat: no-repeat;
		background-position: center;
	}
	.content2 h2{
		font-size: 26px;
		padding-top: 95px;
	}
	.content3{
		padding: 20px 0;
	}
	.content3 h4{
		text-align: center;
		font-size: 19px;
	}
	#spec_wrapper{
		width: 230px;
		margin: 0 auto;
		padding: 50px 0;
	}
	.spec_text{
		width: 500px;
		margin: 0 auto;
		padding-top: 20px;
		padding-left: 50px;
		line-height: 2.0em;
		font-size: 16px;
		font-weight: bold;
	}
	.spec_allumi{
		display: block;
		width: 100px;
		height: 100px;
		float: left;
		margin-right: 30px;
	}
	.spec_allumi li{
		text-align: center;
	}
	.spec_allumi li:first-child{
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px solid #555555;
		padding-bottom: 5px;
	}
	.spec_allumi li+li{
		padding-top: 5px;
	}
	.spec_weight{
		width: 100px;
		float: left;
	}
	.spec_weight li{
		text-align: center;
	}
	.spec_weight li:first-child{
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px solid #555555;
		padding-bottom: 5px;
	}
	.spec_weight li+li{
		padding-top: 5px;
	}
	.spec_size{
		width: 100px;
		clear: right;
	}
	.spec_size li{
		text-align: center;
	}
	.spec_size li:first-child{
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px solid #555555;
		padding-bottom: 5px;
	}
	.spec_size li+li{
		padding-top: 5px;
		line-height: 1.6em;
	}
}
/*---------------タブレット---------------*/

@media only screen and (min-width: 600px) and (max-width: 899px){

	/*----------------コンテンツ---------------*/
	#contents_wrapper{
		width: 100%;
	}
	.content1{
		margin: 0 auto;
		padding-bottom: 50px;
	}
	.content1 h1, .content3 h3{
		font-size: 24px;
		margin-bottom: 40px;
	}
	.content1 p{
		width: 90%;
		margin: 0 auto;
		font-size: 15px;
		line-height: 1.8em;
		text-align: left;
	}
	.content2{
		height: 300px;
		background-image: url("../img/flow_background.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		margin-bottom: 50px;
	}
	.content2 h2{
		font-size: 24px;
		padding-top: 30px;
	}
	.content3{
		padding: 20px 0;
	}
	.content3 h4{
		text-align: center;
		font-size: 19px;
	}
	#spec_wrapper{
		width: 230px;
		margin: 0 auto;
		padding: 50px 0;
	}
	.spec_text{
		width: 500px;
		margin: 0 auto;
		padding-top: 20px;
		line-height: 2.0em;
		font-size: 16px;
		font-weight: bold;
	}
	.spec_allumi{
		display: block;
		width: 100px;
		height: 100px;
		float: left;
		margin-right: 30px;
	}
	.spec_allumi li{
		text-align: center;
	}
	.spec_allumi li:first-child{
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px solid #555555;
		padding-bottom: 5px;
	}
	.spec_allumi li+li{
		padding-top: 5px;
	}
	.spec_weight{
		width: 100px;
		float: left;
	}
	.spec_weight li{
		text-align: center;
	}
	.spec_weight li:first-child{
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px solid #555555;
		padding-bottom: 5px;
	}
	.spec_weight li+li{
		padding-top: 5px;
	}
	.spec_size{
		width: 100px;
		clear: right;
	}
	.spec_size li{
		text-align: center;
	}
	.spec_size li:first-child{
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px solid #555555;
		padding-bottom: 5px;
	}
	.spec_size li+li{
		padding-top: 5px;
		line-height: 1.6em;
	}
}

/*---------------スマホ---------------*/

@media only screen and (max-width: 599px) {

	/*----------------コンテンツ---------------*/
	.content1{
		width: 95%;
		margin: 0 auto;
	}
	.content1 h1, .content3 h3{
		font-size: 16px;
	}
	.content1 p{
		text-align: left;
		font-size: 12px;
	}
	.content2{
		height: 150px;
		background-image: url("../img/flow_background.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		margin: 50px 0;
	}
	.content2 h2{
		font-size: 16px;
		padding-top: 10px;
	}
	#spec_wrapper{
		width: 250px;
		margin: 0 auto;
		padding: 20px 0px;
	}
	.content3 h4{
		text-align: center;
		font-size: 15px;
	}
	.spec_text{
		width: 270px;
		margin: 0 auto;
		padding-top: 20px;
		line-height: 2.0em;
		font-weight: bold;
	}
	.spec_allumi{
		width: 100px;
		height: 70px;
		margin-right: 30px;
		float: left;
	}
	.spec_allumi li{
		text-align: center;
	}
	.spec_allumi li:first-child{
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px solid #555555;
		padding-bottom: 5px;
	}
	.spec_allumi li+li{
		padding-top: 5px;
	}
	.spec_weight{
		width: 100px;
		float: left;
	}
	.spec_weight li{
		text-align: center;
	}
	.spec_weight li:first-child{
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px solid #555555;
		padding-bottom: 5px;
	}
	.spec_weight li+li{
		padding-top: 5px;
	}
	.spec_size{
		width: 100px;
		clear: right;
	}
	.spec_size li{
		text-align: center;
	}
	.spec_size li:first-child{
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px solid #555555;
		padding-bottom: 5px;
	}
	.spec_size li+li{
		padding-top: 5px;
	}
}