@charset "utf-8";
section div.form_wrap dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section div.form_wrap dl:nth-child(1) dd div.translate,
section div.form_wrap dl:nth-child(2) dd div.translate {
  display: none;
}
#c2 {
	clear: both;
	margin: 50px 0 0 0;
	padding:    ;
}
#c1 {
	clear: both;
	margin: 20px 0 0 0;
	padding:    ;
}
#c1 dl dt {
	width: 20%;
}
#c1 dl dd {
	width: 80%;
}
@media screen and (min-width: 621px) and (max-width: 768px) {
#c2 {
}
#c1 {
}
}
@media screen and (max-width: 620px) {
#c2 {
}
#c1 {
}
}
