@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* ---------- 個人情報保護方針 ---------- */
.iframe-wrapper {
	padding: 20px 15px;
}
.contents-header.iframe-header {
	padding-bottom: 20px;
}
.contents-header.iframe-header h2 {
	margin: 0;
}
.contents-header.iframe-header .en {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin: 0;
	font-size: 14px;
}
.iframe-contents {
	font-size: 14px;
	line-height: 1.6;
}
.iframe-contents h3 {
	font-size: 20px;
	margin: 30px 0 15px 0;
}
.iframe-contents h4 {
	font-size: 16px;
	margin: 20px 0 5px 0;
}
.iframe-contents a {
	color: #000000;
}
.iframe-contents hr {
	margin: 15px 0;
	border-top: 1px solid #cccccc;
}
.iframe-contents ul {
	padding-left: 2em;
}