@charset "UTF-8";

#information > div {
	margin-bottom:10px;
	border-bottom:1px dotted rgba(0,0,0,.3);;
	padding-bottom:10px;
}
#information > div dl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width:100%;
}
#information > div dl dt {
	font-size:1.6rem;
	line-height:1.3em;
	letter-spacing:0.1em;
	width:8em;
}
#information > div dl dd{
	font-size:1.6rem;
	line-height:1.3em;
	width:calc(100% - 8em);
}


@media screen and (max-width:1200px){/*/////*/

}

@media screen and (max-width:1024px){

}

@media screen and (max-width:768px){


}

@media screen and (max-width:640px){
	
#information > div dl dt {
	font-size:1.4rem;
}
#information > div dl dd{
	font-size:1.4rem;
}

@media screen and (max-width:480px){

#information > div dl dt{
	width:100%;
	margin-bottom:0.3em;
}
#information > div dl dd{
	width:100%;
}
}




