@charset "utf-8";
/* CSS Document */

.content-box h2 {
	color:#03629c;
	margin: 24px auto 60px;
	padding: 0 0;
	font-size: 44px;
	text-align: center;
	position: relative;
	font-weight: normal;
}
.content-box h2::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #ccc; /*下線の色*/
  width: 120px; /*線の幅*/
  height: 2px; /*線の太さ*/
  bottom: -10px; /*線のタテ位置*/
  left: 50%;  /*線のヨコ位置*/
  transform: translateX(-50%);　/*線のヨコ位置*/
}
h3 {
	margin: 0 0 18px;
	padding: 0;
	font-size: 30px;
	color:#03629c;
	line-height: 100%;
	font-weight: normal;
}
h4 {
	margin:24px 0 18px;
	padding: 0;
	font-size: 24px;
	color:#03629c;
	font-weight: normal;
}
p {
	margin: 0 0 18px;
}


.header-image-box {
	width: 100%;
	height: 420px;
	margin: 0 auto 75px;
	position: relative;
}
.fee-info-header {
	background-image: url("../privacy/images/privacy_header.jpg");
	background-size: ;
	background-repeat: no-repeat;
	background-position: center top;
}

.header-image {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 370px;
}
.header-image h1 {
	margin: 0;
	padding: 20px;
	color:#03629c;
	font-size: 36px;
	line-height: 100%;
	width: 340px;
	background:#fff;
	font-weight: normal;
}
.header-image img {
	width: 100%;
	height: auto;
}

.content-box {
	width: 980px;
	max-width: 96%;
	margin: 30px auto 135px;
	background: ;
	
}
.content1 {
	width: 100%;
	margin: 30px auto 60px;
}

.list-katakana {
   list-style-type: katakana;
	margin-left: 36px;
}
.sign-box {
	margin: 60px 0 0;
	text-align: right;
}
