@charset "utf-8";



.access_common .sh1{
	text-align: left;
	margin-bottom: .5em;
	line-height: 1.4;
}

.access_common .sh1 .small{
	background: #fff;
	display: inline-block;
	border-radius: .25em;
	padding: .125em .75em;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}

.sec_confectionary .sh1 .small{color: var(--c_red);}
.sec_nutrition .sh1 .small{color: var(--c_gren);}
.sec_cooking .sh1 .small{color: var(--c_org);}


.access_common .img_area{width: 40%;}
.access_common .txt_area{width: 55%;}

.access_common .list dl{
	border-bottom: 2px dotted #fff;
	padding-bottom: 1em;
}

.access_common .list dl:not(:last-child){
	margin-bottom: 1em;
}

.access_common .list dl dt{width: 6em;}
.access_common .list dl dd{width: calc(100% - 6em - 1em);}



@media (max-width: 799px){

.access_common .img_area,
.access_common .txt_area{width: 100%;}

}


@media (max-width: 599px){



.access_common .list dl dt,
.access_common .list dl dd{width: 100%;}
.access_common .list dl dt{margin-bottom: .5em}

}