@charset "UTF-8";

/*
	================================================================================================
		SWT Migrated Xperia common.css
	================================================================================================
*/

section {
    margin-bottom: 0;
}

#contents section {
    margin-bottom: 4em;
}


.article-details-content #contents table {
    display: table;
}

.s5-container {
    width: auto;
}


@media screen and (max-width: 1100px){
	#contents .stepArea{
		margin-left: 0;
	}
	
	#contents .stepArea ol.stepList {
		margin-left: 0;
	}
	
	#contents .stepArea ol.stepList > li >p.lead {
		padding-top: 0;
	}
	
	#contents .stepArea ol.stepList > li > * ,
	#contents .stepArea ol.stepList > li dl {
		margin-left: 0;
	}
	
	#contents .flex{
		flex-direction: column;
		align-items: center;
		margin: 2em 0;
	}
	
	#contents .flex.app{
		margin-left: 0;
	}
    
	#contents img.purple_arrow{
		transform: rotate( 90deg );
		display: block;
		margin: 1em auto;
	}
	
	#contents .ref_flex {
		flex-direction: column;
		align-items: center;
	}
	
	#contents .ref_flex .ref_img {
		margin-left: 0;
	}
}