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


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

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

}	
	

	



	

	
 /*セクション1-----------------*/	
	
.sec_01_titol_img {
    width: 90%;
    max-width: 380px;
	margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}
	
	

.sec_01_conbox {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    display: table;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
}			
	
.sec_01_con {
	width: 90%;
    max-width: 540px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
    text-align: center;
    display: table;
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px #767676;
    box-shadow: 0px 0px 4px #767676;
    font-family: 'Noto Sans JP', sans-serif;	
}		
.sec_01_con_img {
    width: 90%;
	height: auto;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}		
.sec_01_con_deta {
    width: 280px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: table;
}		
.sec_01_con_deta_tan {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
    font-size: 14px;
	font-weight: 500;
}		
.sec_01_con_deta_box {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
    color: #3B3B3B;
}		
.sec_01_con_deta_icon {
    width: 13%;
    height: auto;
    display: table;
    float: left;
}		
.sec_01_con_deta_txt {
    width: 86%;
    height: auto;
    display: table;
    float: left;
}		
.sec_01_con_deta_txt_tel {
    text-align: left;
    font-size: 30px;
		margin-top: 0px;
    margin-left: 10px;
    font-weight: 600;
}		
.sec_01_con_deta_txt_line {
    text-align: left;
    font-size: 25px;
	margin-top: 3px;
    margin-left: 10px;
    font-weight: 600;
}		
.sec_01_con_deta_txt_mail {
    text-align: left;
    font-size: 23px;
    margin-top: 7px;
 
    margin-left: 10px;
    font-weight: 600;
    display: table;
}		
	
 /*セクション2-----------------*/	
	

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

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



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

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


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

	
}




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

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




 /*セクション1-----------------*/	
	
.sec_01_titol_img {
    width: 80%;
    max-width: 280px;
	margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}
	
	

.sec_01_conbox {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    display: table;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
}			
	
.sec_01_con {
	width: 90%;
    max-width: 440px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
    text-align: center;
    display: table;
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px #767676;
    box-shadow: 0px 0px 4px #767676;
    font-family: 'Noto Sans JP', sans-serif;	
}		
.sec_01_con_img {
    width: 90%;
	height: auto;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}		
.sec_01_con_deta {
    width: 260px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: table;
}		
.sec_01_con_deta_tan {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
    font-size: 14px;
	font-weight: 500;
}		
.sec_01_con_deta_box {
    width: 80%;
	height: auto;
	margin-bottom: 5px;	
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
    color: #3B3B3B;	
}		
.sec_01_con_deta_icon {
    width: 13%;
    height: auto;
    display: table;
    float: left;
}		
.sec_01_con_deta_txt {
    width: 86%;
    height: auto;
    display: table;
    float: left;
}		
.sec_01_con_deta_txt_tel {
    text-align: left;
    font-size: 22px;
		margin-top: 0px;
    margin-left: 10px;
    font-weight: 600;
}		
.sec_01_con_deta_txt_line {
    text-align: left;
    font-size: 20px;
	margin-top: 0px;
    margin-left: 10px;
    font-weight: 600;
}		
.sec_01_con_deta_txt_mail {
    text-align: left;
    font-size: 16px;
	margin-top: 3px;
    margin-left: 10px;
    font-weight: 600;
}	
		
	
 /*セクション2-----------------*/	
	

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

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

	



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

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

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



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

	
}

	
	
	
	
	

}
