@charset "UTF-8";

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

.content1 h1, .content2 h2, .content3 h3{
	text-align: center;
}
.content1 p{
	text-align: center;
	margin-top: 10px;
}
.content2{
	background-color: #7fbfff;
	color: #333333;
}
.content3 a{
	color: #51a8ff;
}
.content3 i{
	color: #dcdcdc;
}

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

@media only screen and (min-width: 900px) {
	/*----------------コンテンツ---------------*/
	.content1{
		margin-bottom: 50px;
	}
	.content1 h1, .content2 h2, .content3 h3{
		font-size: 26px;
		margin-bottom: 40px;
	}
	.content1_wrapper, #lisence{
		width: 480px;
		margin: 0 auto;
	}
	.content1-1, .content1-2{
		line-height: 2.0em;
		font-weight: bold;
		font-size: 15px;
	}
	.content1-1{
		float: left;
		padding-right: 25px;
		margin-right: 40px;
		border-right: 2px solid #555555;
	}
	/*----------------許認可情報---------------*/
	#lisence{
		padding: 120px 0;
	}
	#lisence p{
		text-align: left;
		font-size: 24px;
		padding-bottom: 5px;
		margin-bottom: 20px;
		font-weight: bold;
		color: #ff0000;
		border-bottom: 2px dotted #ff0000;
	}
	#lisence ul li{
		line-height: 1.8em;
	}
	.metal{
		float: left;
		margin-right: 100px;
		margin-left: 20px;
	}
	.metal li:first-child, .scall li:first-child{
		font-weight: bold;
		font-size: 16px;
	}
	.content2_wrapper{
		width: 850px;
		padding: 50px 0;
		margin: 0 auto;
	}
	.content2-1{
		padding-top: 10px;
	}
	.content2 ul li{
		margin-bottom: 10px;
	}
	.content2 p img{
		border: 2px solid #fff;
		box-shadow: 1px 1px 5px 0.1px;
		float: left;
		margin: 30px;
	}
	.content2 ul li:nth-child(2){
		font-size: 18px;
		font-weight: bold;
	}
	.content2 ul li:nth-child(3){
		line-height: 1.6em;
	}
	.content3{
		width: 900px;
		margin: 0 auto;
		padding: 50px 0;
		background-image: url("../img/profile_dinsback.png");
		background-repeat: no-repeat;
		background-position: center;
	}
	.content3 ul li{
		line-height: 1.8em;
		font-weight: bold;
	}
	.content3_wrapper{
		width: 750px;
		padding: 30px 0;
		margin: 0 auto;
		overflow: auto;
	}
	.content3 h4, .content3 h5{
		text-align: center;
		font-size: 18px;
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
	}
	.content3-1, .content3-2, .content3-4{
		float: left;
		margin-right: 10px;
	}
	.content3_wrapper_2{
		width: 700px;
		padding: 20px 0;
		margin: 0 auto;
	}
}
/*---------------タブレット---------------*/

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

	/*----------------コンテンツ---------------*/	
	.content1, .content2, .content3{
		padding: 25px 0;
	}
	.content1 h1, .content2 h2, .content3 h3{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.content1_wrapper, #lisence{
		width: 480px;
		margin: 0 auto;
	}
	.content1-1, .content1-2{
		line-height: 2.0em;
		font-weight: bold;
		font-size: 14px;
	}
	.content1-1{
		float: left;
		padding-right: 25px;
		margin-right: 40px;
		border-right: 1px solid #555555;
	}
	/*----------------許認可情報---------------*/
	#lisence{
		padding: 80px 0;
	}
	#lisence p{
		text-align: left;
		font-size: 20px;
		padding-bottom: 5px;
		margin-bottom: 20px;
		font-weight: bold;
		color: #ff0000;
		border-bottom: 2px dotted #ff0000;
	}
	#lisence ul li{
		line-height: 1.8em;
	}
	.metal{
		float: left;
		margin-right: 100px;
		margin-left: 20px;
	}
	.metal li:first-child, .scall li:first-child{
		font-weight: bold;
		font-size: 16px;
	}
	.content2,.content3{
		padding: 30px 0;
	}
	.content2_wrapper{
		width: 599px;
		padding-bottom: 20px;
		margin: 0 auto;
	}
	.content2-1{
		padding-top: 10px;
	}
	.content2 ul li{
		margin-bottom: 10px;
	}
	.content2 p img{
		border: 2px solid #fff;
		box-shadow: 1px 1px 5px 0.1px;
		float: left;
		margin-right: 30px;
	}
	.content2 ul li:nth-child(2){
		font-size: 18px;
		font-weight: bold;
	}
	.content2 ul li:nth-child(3){
		font-size: 12px;
		line-height: 1.6em;
	}
	.content3{
		width: 599px;
		margin: 0 auto;
		padding-bottom: 50px;
		background-image: url("../img/profile_dinsback.png");
		background-repeat: no-repeat;
		background-position: center;
	}
	.content3 ul li{
		line-height: 1.8em;
		font-weight: bold;
		font-size: 13px;
	}
	.content3_wrapper{
		width: 550px;
		padding: 20px 0;
		margin: 0 auto;

	}
	.content3 h4, .content3 h5{
		text-align: center;
		font-size: 16px;
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
	}
	.content3-1{
		float: left;
		margin-right: 70px;
	}
	.content3-4{
		float: left;
		margin-right: 15px;
	}

	.content3_wrapper_2{
		width: 560px;
		padding: 20px 0;
		margin: 0 auto;
	}
}

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

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

	/*----------------コンテンツ---------------*/
	.content1{
		padding-bottom: 10px;
	}
	.content1 h1, .content2 h2, .content3 h3{
		font-size: 16px;
		padding: 5px 0;
		margin-bottom: 20px;
	}
	.content1_wrapper, #lisence{
		width: 90%;
		height: auto;
		margin: 0 auto;
		font-size: 11px;
		padding-bottom: 20px;
	}
	.content1-1, .content1-2{
		font-weight: bold;
		line-height: 1.8em;
	}
	.content1-1{
		display: block;
		float: left;
		border-right: 1px solid #555555;
		padding-right: 5px;
		margin-right: 5px;
	}
	#lisence{
		padding: 80px 0;
	}
	#lisence p{
		text-align: left;
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 20px;
		font-weight: bold;
		color: #ff0000;
		border-bottom: 2px dotted #ff0000;
	}
	#lisence ul li{
		line-height: 1.6em;
	}
	.metal{
		margin-right: 10px;
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.metal li:first-child, .scall li:first-child{
		font-weight: bold;
		font-size: 16px;
	}
	.content1-2{
		margin-left: 5px;
	}
	.content2{
		padding: 30px 0;
	}
	.content2 img{
		display: block;
		margin: 0 auto;
		border: 2px solid #fff;
		box-shadow: 1px 1px 5px 0.1px;
	}
	.content2 ul li:first-child{
		margin-top: 10px;
		font-size: 12px;
	}
	.content2 ul li:nth-child(2){
		font-size: 16px;
		font-weight: bold;
		margin: 10px 0;
	}
	.content2 ul li:nth-child(3){
		line-height: 1.6em;
		font-size: 12px;
	}
	.content2-1{
		width: 90%;
		margin: 0 auto;
	}
	.content2_wrapper{
		margin: 0 10px;
	}
	.content3{
		width: 95%;
		margin: 0 auto;
		padding-top: 30px;
	}
	.content3 h4, .content3 h5{
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
		font-size: 15px;
	}
	.content3_wrapper, .content3_wrapper_2{
		width: 90%;
		padding: 20px 0 10px 0;
		margin: 0 auto;
	}
	.content3 ul li{
		line-height: 1.6em;
	}
}