/*
Theme Name: relasic_v1.3
Theme URI: https://stage.relasic.jp/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: relasic
Version: 1.0
*/
#trialEntrySection dl.aboutPromoter>dt {
	width: 45rem;
}

#trialEntrySection dl.aboutPromoter>dd>dl>dt {
	white-space: nowrap;
}

@media screen and (max-width: 1080px) {
	#trialEntrySection dl.aboutPromoter>dt {
		width: 90rem;
	}
}

@media screen and (max-width: 768px) {

	#trialEntrySection dl.aboutPromoter>dd>dl>dt,
	#trialEntrySection dl.aboutPromoter>dt {
		width: auto;
	}
}