/*===============================================
●style.css 画面の横幅が670px以上
===============================================*/
@media screen and (min-width:480px) {


/*メイン画像
-----------------------------------*/
	
 /*トップ画像ー-----------------*/	

.topimg {
    width: 100%;
    display: table;
    height: auto;

}	
	

	



	

	
 /*セクション1-----------------*/	
	
.sec_01_titol {
    width: 720px;
    height: 255px;
    margin-bottom: 180px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
    background-image: url(../taiken/img/titol_back_pc.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;

}	
.sec_01_titol_img {
    width: 90%;
    max-width: 280px;
	margin-top: 60px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}
	
	
.sec_01_mainimg {
    width: 90%;
    max-width: 720px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}
.sec_01_mainimg_2 {
    width: 90%;
    max-width: 480px;
    margin-bottom: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}
	
 /*セクション2-----------------*/	
	

	
	
 /*セクション3-----------------*/	
	

	
	
 /*セクション4-----------------*/	
	
	



 /*セクション5-----------------*/	
	
		
	
/*セクション6-----------------*/	
	

	
/*セクション7-----------------*/	
	


	
	
/*セクション8-----------------*/		

	
}




/*ここからスマートフォン用環境の設定---------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width:479px) {

/*トップ画像ー-----------------*/	




 /*セクション1-----------------*/	
	
.sec_01_titol {
    width: 100%;
    height: 150px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
    background-image: url(../taiken/img/titol_back_pc.png);
    background-position: left bottom;
    background-size: cover;
}	
.sec_01_titol_img {
    width: 70%;
    max-width: 200px;
	margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}
	
	
.sec_01_mainimg {
    width: 100%;
    max-width: 720px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}
.sec_01_mainimg_2 {
    width: 70%;
    max-width: 480px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}
		
	
 /*セクション2-----------------*/	
	

	
	
 /*セクション3-----------------*/	
	

	
/*セクション4-----------------*/	
	

	



 /*セクション5-----------------*/	
	

	
/*セクション6-----------------*/	
	

	
/*セクション7-----------------*/	
	



	
	/*セクション8-----------------*/		

	
}

	
	
	
	
	

}
