@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: "Sales 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 100px 0;
}
.policy {
	width: 1070px;
	margin: 0 auto;
}
.policy h3 {
	text-align: center;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 80px;
	position: relative;
}
.policy h3::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #009edf;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
.policy_txt_01 {
	margin-bottom: 70px;
}
.policy_txt_01 dl {
	width: 890px;
	background: #f3fafe;
	padding: 25px 0 30px 0;
	position: relative;
	margin: 0 auto 25px auto;
}
.policy_txt_01 dl:nth-of-type(5) {
	margin-bottom: 0;
}
.policy_txt_01 dd {
	width: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	color: #009edf;
	position: absolute;
	top: -13px;
	left: 0;
}
.policy_txt_01 dt {
	text-align: center;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}
.policy_txt_02 h4 {
	background: #e8f6fd;
	padding: 7px 10px 10px 25px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #009edf;
	margin-bottom: 20px;
}
.policy_txt_02 table:nth-of-type(1) {
	margin-bottom: 40px;
}
.policy_txt_02 table {
	width: 1050px;
	margin: 0 0 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #99e0fd;
	border-right: 1px solid #99e0fd;
}
.policy_txt_02 th:nth-of-type(1) {
	width: 860px;
}
.policy_txt_02 th {
	border-bottom: 1px solid #99e0fd;
	border-left: 1px solid #99e0fd;
	background: #f6fbfe;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #009edf;
	padding: 15px 0 20px 0;
	text-align: center;
}
.policy_txt_02 td {
	border-bottom: 1px solid #99e0fd;
	border-left: 1px solid #99e0fd;
	font-size: 15px;
	line-height: 27px;
	padding: 30px 35px 35px 35px;
	text-align: left;
}
.td_center {
	text-align: center !important;
	vertical-align: middle;
}
.policy_txt_03 {
	margin-top: 40px;
	text-align: right;
}
.policy_txt_03 p {
	font-size: 15px;
	line-height: 27px;
	padding: 0 5px;
}

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