@charset "UTF-8";

/* -------------------------------------------------

	CSS document
	(c) 2018 Yoko MORI 

---------------------------------------------------- */

@import url("./max-768.css");


/* -- section ------------ */

section dl.dt5em dt {width: 5em;}
section dl.dt5em dd {width: calc(100% - 5em);}


section dl.dt6em dt {width: 6em;}
section dl.dt6em dd {width: calc(100% - 6em);}

section dl.dt8em dt {width: 8em;}
section dl.dt8em dd {width: calc(100% - 8em);}



dl.information {
	width: 90%;
    display: block;
}

dl.information dt {
    width: 100%;
    border-right: none;
}

/* ---------------------- */

