@charset "UTF-8";

#main #contents .contents {
	max-width: 560px;
}
#contents .contents dt {
	font-size: 1.6rem;
	list-height: 1.5em;
	box-sizing:border-box;
	padding:1.5em 0;
	text-align:center;
	width: 10em;
	border-bottom:1px dotted #cccccc;
}
#contents .contents dd {
	font-size: 1.6rem;
	list-height: 1.5em;
	box-sizing:border-box;
	padding:1.5em 0;
	width: calc(100% - 10em - 1px);
	border-bottom:1px dotted #cccccc;
}
#contents .contents dd br {
    display:none;
}

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

}

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

}

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

}

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

#contents .contents dt {
	font-size: 1.4rem;
	padding:.5em 0;
	width: 100%;
	border-bottom:0;
	background:#efefef;
}
#contents .contents dd {
	font-size: 1.4rem;
	padding:.5em 0;
	width: 100%;
	border-bottom:0;
	text-align:center;
}
#contents .contents dd br {
    display:inline;
}

}

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

}




