/*===============================================
●pc用のcssを記述
===============================================*/
@media screen and (min-width:900px) {



	
	
/*アニメベース-----------------*/	
	
.anim-box {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    display: table;
    width: 100%;
    height: 500px;
    margin-top: 0px;
    margin-bottom: 100px;
    background-position: center top;
    background-size: cover;
}	
.anim-box_wrapp {
    margin-right: auto;
    margin-left: auto;
    display: table;
    width: 90%;
	height: auto;
}		
	
.anim-box_txt {
    color: #E5007E;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}	
	
.anim-box_img {
    width: 200px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    background-color: #E7E7E7;
    margin-top: 20px;
    margin-bottom: 20px;	
}		
	

	

	
	
	
}




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


/*アニメベース-----------------*/	
	
.anim-box {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    display: table;
    width: 100%;
    height: 500px;
    margin-top: 0px;
    margin-bottom: 100px;
    background-position: center top;
    background-size: cover;
}	
.anim-box_wrapp {
    margin-right: auto;
    margin-left: auto;
    display: table;
    width: 90%;
	height: auto;
}		
	
.anim-box_txt {
    color: #E5007E;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}	
	
.anim-box_img {
    width: 200px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    background-color: #E7E7E7;
    margin-top: 20px;
    margin-bottom: 20px;	
}		



}
