@charset "utf-8";
/* CSS Document */

/*===========================================
	howto HT-AX7 hec css
=============================================*/
#contents .flex {
    justify-content: flex-start;
    align-items: flex-start;
	margin: 3em 0;
}

#contents .flex .textArea {
    margin-left: 3em;
}

#contents .notice_gray_b  {
    margin-left: 0;
}

#contents .accordion.type_4 {
	margin: 2em 0.2em;
}

#contents .accordion.type_4 button {
	margin-top: 1em;
}

#contents .accordion.type_4 .border_box {
	margin-bottom: 1em;
}

#contents .accordion.type_4 .border_box > .flex {
	margin: 1em 0;
}

@media (max-width: 640px){	
	#contents .flex img:not(.purple_arrow):not(.icon) {
		width: 100%;
		height: auto;
		max-width: 300px!important;
		margin: 0 auto;
	}
	
    #contents .flex .textArea {
		margin: 1em 0;
	}
	
	#contents .textArea ul {
		margin-left: 1.5em;
	}
	
	#contents .accordion.type_4 .border_box > .flex {
		margin: 0;
	}

}
