@charset "UTF-8"; 

.hl {
  background-image: url("../img/common/bg_gray.png");
  padding: 45px 0;
  background-repeat: repeat;
	margin-bottom: 100px;
}
.en {
	font-size: 35px;
	color: #123888;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 1px;
}
.en span {
	color: #ed2400;
}
.jp {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
h2 {
	font-size: 30px;
	color: #123888;
	text-align: center;
	font-weight: bold;
	line-height: 0.7;
	margin-bottom: 50px;
}
h2 span {
	border-bottom: solid #ed2400 3px;
	width: 90px;
	display: inline-block;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 20px;
}
.privacy ul {
	padding-left: 30px;
}
.privacy li {
	line-height: 1.7;
	text-indent: -18px;
	padding-left: 18px;
}
.privacy .indent_1 {
	text-indent: -35px;
}
.pl {
	padding-left: 30px;
}
.pl_2 {
	padding-left: 57px;
}
.privacy a {
	color: #123888;
	text-decoration: underline;
}
/*--------------------------------------------------------------------------------------------------------
　　　
SP版

--------------------------------------------------------------------------------------------------------*/
@media (max-width: 767.98px) {

.hl {
	background-image: url("../img/common/bg_gray.png");
	padding: 30px 0;
	margin-bottom: 50px;
}
.en {
	font-size: 6vw;
	color: #123888;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 1px;
}
.en span {
	color: #ed2400;
}
.jp {
	font-size: 3vw;
	font-weight: bold;
	letter-spacing: 2px;
}
.mb_100 {
	margin-bottom: 50px;
}
	h2 {
	font-size: 6vw;
	color: #123888;
	text-align: center;
	font-weight: bold;
	line-height: 0.7;
	margin-bottom: 30px;
}
h2 span {
	border-bottom: solid #ed2400 2px;
	width: 70px;
	display: inline-block;
}
	h3 {
		font-size: 4.5vw;
		margin-bottom: 10px;
		line-height: 1.7;
		text-indent: -6vw;
		padding-left: 6vw;
	}	
	.privacy ul {
	padding-left: 0;
}
.privacy li {
	font-size: 4vw;
	line-height: 1.7;
	text-indent: -4vw;
	padding-left: 6vw;
}
	.pl {
	padding-left: 6vw;
}
.pl_2 {
	padding-left: 6vw;
}
}