@charset "utf-8";

/* certificate */

/****************************************
	common
****************************************/


/****************************************
	index
****************************************/
#certificate #country-select .ttl-read {
	text-align: left;
}

/****************************************
	other
****************************************/
#certificate #page-body .read-container .read p {
	margin-bottom: 10px;
}
#certificate #page-body .read-container .read p:last-child {
	margin-bottom: 0;
}

#certificate #must-documents {
	margin-top: 10px;
	border: solid 1px #ccc;
	text-align: center;
}
#certificate #must-documents li {
	padding: 10px 5px 5px;
	line-height: 2;
}
#certificate #must-documents li:last-child {
	padding: 0 10px 5px;
}
#certificate #must-documents li.must {
	background: #fceaea;
}
#certificate #must-documents li a {
	color: #06a;
	font-size: 1.3rem;
}
#certificate #must-documents li a span {
	font-weight: bold;
}

#certificate #fax {
	padding-bottom: 10px;
}
#certificate #fax h5 {
	margin-bottom: 0;
	padding: 10px 5px 5px;
	background: #ccc;
	color: #000;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#certificate #fax #fax-body {
	border: solid 1px #ccc;
	background: #fff;
}
#certificate #fax #fax-body dl {
	display: table;
	width: 100%;
}
#certificate #fax #fax-body dl:first-child {
	border-bottom: solid 1px #ccc;
}
#certificate #fax #fax-body dt {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	padding: 15px 10px 10px;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1;
}
#certificate #fax #fax-body dd {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding: 10px 5px 5px;
	font-size: 1.4rem;
	line-height: 1;
}

