@charset "UTF-8";

/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
font-family: 'Roboto', sans-serif;
	font-weight: 500;
font-family: 'Roboto', sans-serif;
	font-weight: 700;
*/

/** *********************** **/

.cnt_title_wrap {
	width: 100%;	
	background: #e8f6fd;	
}
.cnt_title {
	width: 1100px;
	height: 220px;
	padding-top: 75px; 
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.cnt_title::after {
	content: "";
	width: 212px;
	height: 266px;
	background: url("../pc_img/other/cnt_title_img.png") no-repeat;
	background-size: 212px auto;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
}
.cnt_title h2 {
	font-size: 41px;
	line-height: 1;
	font-weight: 700;
}
.cnt_title h2::after {
	content: "Privacy Policy";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 20px;
}

/** *********************** **/

.policy_wrap {
	width: 100%;
	padding: 80px 0 80px 0;
}
.policy {
	width: 1070px;
	margin: 0 auto;
}
.policy h3 {
	text-align: center;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 65px;
	position: relative;
}
.policy h3::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #009edf;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
.policy dl + h3 {
	margin-top: 60px;
}
.policy_txt_01 {
	margin-bottom: 40px;
}
.policy_txt_01 p {
	font-size: 15px;
	line-height: 27px;
}
.policy dl {
	margin-bottom: 35px;
}
.policy dt {
	background: #e8f6fd;
	padding: 7px 10px 10px 25px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #009edf;
	margin-bottom: 20px;
}
.policy dd {
	font-size: 15px;
	line-height: 27px;
	padding: 0 5px;
}
.policy_txt_02 {
	width: 1055px;	
	margin: -10px auto 40px auto;
}
.policy_txt_02:nth-of-type(2) {
	margin-bottom: 60px;
}
.policy_txt_02 h4 {
	width: 100%;
	background: #f6fbfe;
	border-top: 1px solid #99e0fd;
	border-left: 1px solid #99e0fd;
	border-right: 1px solid #99e0fd;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #009edf;
	text-align: center;
	padding: 15px 0 20px 0;
}
.policy_txt_02 ul {
	border-top: 1px solid #99e0fd;
	border-right: 1px solid #99e0fd;
}
.policy_txt_02 li {
	width: calc(100%/2);	
	border-left: 1px solid #99e0fd;
	border-bottom: 1px solid #99e0fd;
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	padding: 10px 0 12px 0;
}
.policy_txt_03 {
	background: #f6fbfe;
	padding: 30px 35px;
	margin-top: -20px;
	margin-bottom: 40px;
}
.policy_txt_03 p {
	font-size: 15px;
	line-height: 27px;
	padding: 0 5px;
}
.policy_txt_04 {
	width: 1055px;	
	margin: 0 auto 40px auto;
}
.policy_txt_04 h4 {
	width: 100%;
	border-bottom: 1px solid #99e0fd;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #009edf;
	padding: 0 15px 20px 15px;
	margin-bottom: 20px;
}
.policy_txt_04 p:first-child {
	margin-bottom: 20px;
}
.policy_txt_04 p {
	font-size: 15px;
	line-height: 27px;
	padding: 0 5px;
}
.policy_txt_05 {
	margin-bottom: 40px;
	text-align: right;
}
.policy_txt_05 p {
	font-size: 15px;
	line-height: 27px;
	padding: 0 5px;
}

/** *********************** **/