@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: "Solicitation 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 8vw 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_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: 1;
	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 {
	background: #f6fbfe;
	padding: 2.66vw 5.33vw;
	margin-top: -2.66vw;
	margin-bottom: 8vw;
}
.policy_txt_02 p {
	font-size: 4vw;
	line-height: 6.66vw;
}
.policy_txt_03 {
	margin-bottom: 0;
	text-align: right;
}
.policy_txt_03 p {
	font-size: 3.46vw;
	line-height: 6.13vw;
	padding: 0 1.33vw;
}

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

.securityaction {
	width: 89.33vw;
	margin: 0 auto 13.33vw auto;
	text-align: center;
}
.securityaction h3 {
	font-size: 6.13vw;
	line-height: 8.8vw;
	font-weight: 700;
	margin-bottom: 17.33vw;
	position: relative;
}
.securityaction h3::after {
	content: "";
	width: 0.26vw;
	height: 5.33vw;
	background: #009edf;
	position: absolute;
	bottom: -10vw;
	left: 50%;
}
.securityaction figure {
	width: 58.44vw;
	margin: 0 auto 8vw auto;
}
.securityaction p {
	font-size: 4vw;
	line-height: 6.66vw;
	text-align: left;
	padding: 0 1.33vw;
}

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