@charset "utf-8";
/*
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*/
/*共通*/


/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media print, screen and (min-width: 741px) {
	/* 20191008 */
	#popup-1,
	#popup-2,
	#popup-7 {
		display: none;
		height: 250px !important;
	}

	.popup-contents-area-item dt {
		margin-bottom: 5%;
		list-style: none;
	}
	/* /20191008 */
}
/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {

}
