@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: 4.8vw; 
	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: 11.46vw;*/
	font-size: 7.2vw;
	line-height: 8.53vw;
	font-weight: 700;
}
.cnt_title h2::after {
	content: "Business Administration";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	/*font-size: 5.33vw;*/
	font-size: 4.8vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 1.33vw;
}

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

.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:nth-of-type(1) {
	margin-bottom: 2.66vw;
}
.policy_txt_01 p {
	font-size: 4vw;
	line-height: 6.66vw;
}
.policy h4 {
	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 table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #99e0fd;
	border-left: 1px solid #99e0fd;
	margin-bottom: 5.33vw;
}
.policy th {
	border-bottom: 1px solid #99e0fd;
	border-right: 1px solid #99e0fd;
	background: #f6fbfe;
	padding: 4vw 0;
	font-size: 4.53vw;
	line-height: 5.86vw;
	font-weight: 700;
	color: #009edf;
	text-align: center;
}
.policy td {
	border-bottom: 1px solid #99e0fd;
	border-right: 1px solid #99e0fd;
	background: #fff;
	padding: 4vw;
	font-size: 4vw;
	line-height: 7.2vw;
	text-align: left;
	vertical-align: middle;
}
.policy td.td_01 {
	text-align: center !important;
	width: 24vw;
}
.policy_txt_02 {
	width: 100%;
	margin-bottom: 13.33vw;
}
.policy_txt_02 p {
	font-size: 4vw;
	line-height: 6.66vw;
	text-align: left;
}
.policy_txt_03 {
	width: 100%;
	margin-bottom: 13.33vw;
}
.policy_txt_03 dl {
	margin-bottom: 6.66vw;
}
.policy_txt_03 dl:first-child {
	margin-top: 8vw;
}
.policy_txt_03 dl:last-child {
	margin-bottom: 0;
}
.policy_txt_03 dt {
	font-size: 4.26vw;
	line-height: 1;
	font-weight:700;
	text-align: left;
	margin-bottom: 4vw;
}
.policy_txt_03 dd {
	font-size: 4vw;
	line-height: 6.66vw;
	text-align: left;
}

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

.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;
}

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