@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: 100%;
	height: 53.33vw;
	padding-top: 9.33vw; 
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.cnt_title::after {
	content: "";
	width: 33.86vw;
	height: 42.4vw;
	background: url("../pc_img/other/cnt_title_img.png") no-repeat;
	background-size: 33.86vw auto;
	position: absolute;
	top: 29.33vw;
	left: 50%;
	margin-left: -16.93vw;
	z-index: 9;
}
.cnt_title h2 {
	font-size: 8.8vw;
	line-height: 1;
	font-weight: 700;
}
.cnt_title h2::after {
	content: "Privacy Policy";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 5.33vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 4vw;
}

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

.policy_wrap {
	width: 100%;
	padding: 24vw 0 13.33vw 0;
}
.policy {
	width: 89.33vw;
	margin: 0 auto;
}
.policy h3 {
	font-size: 6.66vw;
	line-height: 9.33vw;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 17.33vw;
}
.policy h3::after {
	content: "";
	width: 0.26vw;
	height: 5.33vw;
	background: #009edf;
	position: absolute;
	bottom: -10vw;
	left: 50%;
}
.policy dl + h3 {
	margin-top: 12vw;
}
.policy_txt_01 {
	margin-bottom: 8vw;
}
.policy_txt_01 p {
	font-size: 4vw;
	line-height: 6.66vw;
}
.policy dl {
	margin-bottom: 8vw;
}
.policy dt {
	background: #e8f6fd;
	padding: 1.86vw 2.66vw 2.66vw 5.33vw;
	font-size: 4.53vw;
	line-height: 7.2vw;
	font-weight: 700;
	color: #009edf;
	margin-bottom: 4.8vw;
}
.policy dd {
	font-size: 4vw;
	line-height: 6.66vw;
	padding: 0 1.33vw;
}
.policy_txt_02 {
	width: 89.33vw;	
	margin: -2.66vw auto 8vw auto;
}
.policy_txt_02:nth-of-type(2) {
	margin-bottom: 12vw;
}
.policy_txt_02 h4 {
	width: 100%;
	background: #f6fbfe;
	border-top: 0.26vw solid #99e0fd;
	border-left: 0.26vw solid #99e0fd;
	border-right: 0.26vw solid #99e0fd;
	font-size: 4.53vw;
	line-height: 1;
	font-weight: 700;
	color: #009edf;
	text-align: center;
	padding: 2.66vw 0 4vw 0;
}
.policy_txt_02 ul {
	border-top: 0.26vw solid #99e0fd;
	border-right: 0.26vw solid #99e0fd;
}
.policy_txt_02 li {
	width: 100%;	
	border-left: 0.26vw solid #99e0fd;
	border-bottom: 0.26vw solid #99e0fd;
	/*display: inline-block;
	vertical-align: middle;*/
	font-size: 3.46vw;
	line-height: 5.06vw;
	text-align: center;
	padding: 1.86vw 0 2.66vw 0;
}
.policy_txt_03 {
	background: #f6fbfe;
	padding: 2.66vw 5.33vw;
	margin-top: -2.66vw;
	margin-bottom: 8vw;
}
.policy_txt_03 p {
	font-size: 4vw;
	line-height: 6.66vw;
}
.policy_txt_04 {
	width: 89.33vw;	
	margin: 0 auto 8vw auto;
}
.policy_txt_04 h4 {
	width: 100%;
	border-bottom: 0.26vw solid #99e0fd;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #009edf;
	padding: 0 2.66vw 4vw 2.66vw;
	margin-bottom: 4vw;
}
.policy_txt_04 p:first-child {
	margin-bottom: 20px;
}
.policy_txt_04 p {
	font-size: 4vw;
	line-height: 6.66vw;
	padding: 0 1.33vw;
}
.policy_txt_05 {
	margin-bottom: 0;
	text-align: right;
}
.policy_txt_05 p {
	font-size: 3.46vw;
	line-height: 6.13vw;
	padding: 0 1.33vw;
}

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