@charset "utf-8";
/* CSS Document */

/* ----- フォント指定 ----------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Josefin+Sans);

/* 共通設定 */
body {
	font-family: 'Noto Sans Japanese', Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
.content {
	width: 95%;
	max-width: 1040px;
	margin: 0 auto;
}
.content h1 {
	font-size: 4.0rem;
	font-weight: bold;
	padding: 80px 10px 40px;
}
.content h2 {
	font-size: 2.5rem;
	margin-bottom: 25px;
	position: relative;
	text-align: left;
	padding-left: 20px;
}
.content h2:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 100%;
	background: #2f5597;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.content h2:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ddd;
	left: 0;
	bottom: -6px;
}
.content h3 {
	font-size: 2.0rem;
	margin-top: 30px;
	margin-bottom: 10px;
}
.content h4 {
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.content table {
	font-size: 1.5rem;
}
.flex {
	display: flex;
	justify-content: center;
}
.flex .img {
	flex: none;
	margin-right: 20px;
}
.legal ul {
	margin-bottom: 15px;
}
.legal li {
	margin-left: 30px;
	margin-bottom: 10px;
	list-style: decimal;
}
.legal li li {
	list-style: upper-roman;
}
.legal ul.list_arrow li {
	list-style: none;
	position: relative;
	padding-left: 5px;
}
.legal ul.list_arrow li:before {
	content: '';
	background: url(/sevice_shared/img/svg/icn_arrow_b.svg) no-repeat right 50% / 10px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: -10px;
	bottom: 0;
	margin: auto;
}
.legal ul.list_disc li {
	list-style: disc;
}
.legal ul.list_none li {
	list-style: none;
	margin-left: 0;
}
.legal .text_s + ul {
	font-size: 1.3rem;
}
.legal .text_s + ul li {
	margin-bottom: 3px;
}
.line_section {
	border-top: 2px solid #ddd;
	margin-top: 100px;
}
.pankuzu {
	max-width: 1040px;
	margin: 20px auto 0;
}
.pankuzu .arrow {
	margin: 0 5px;
}
img.icon_pdf {
	margin-left: 5px;
}