@charset 'utf-8';
/*
 * name:tokusho.css
 * author:Chanrotana
*/

/* tokusho
------------------------------------------------ */

#page--title { margin-bottom: 70px; }

.tokusho__desc { margin: 0 auto; border-top:1px solid #DDD; }
.tokusho__desc--row{ border-bottom:1px solid #DDD; }
.tokusho__desc--row p{ font-size: 1.6rem; letter-spacing: 0.03em; line-height: 1.625; }
.tokusho__desc--head{ font-weight: 600; }

/* responsive style 
------------------------------------------------ */
@media screen and (min-width: 769px) {
	.tokusho__desc { max-width: 700px; }
	.tokusho__desc--row{ padding: 24px 5.715%; display: flex; flex-wrap: wrap; }
	.tokusho__desc--head{ padding-right: 10px; width: 35.484%; }
	.tokusho__desc--txt{ width: calc(100% - (35.484% + 10px)); }
}

@media screen and (max-width: 768px) {
	#page--title { margin-bottom: 30px; }

	.tokusho__desc--row{ padding:10px 0; }
	.tokusho__desc--row p{ font-size: 1.3rem; letter-spacing: 0.032em; line-height: 1.92; }
	.tokusho__desc--txt{ margin-top: 2px; }
}