@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: "Business Administration";
	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 40px 0;
	text-align: center;
}
.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_txt_01 {
	margin-bottom: 70px;
}
.policy_txt_01 p:nth-of-type(1) {
	margin-bottom: 10px;
}
.policy_txt_01 p {
	font-size: 15px;
	line-height: 27px;
}
.policy h4 {
	background: #e8f6fd;
	padding: 7px 10px 10px 25px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #009edf;
	margin-bottom: 30px;
	text-align: left;
}
.policy table {
	width: 1045px;
	border-collapse: collapse;
	border: 1px solid #99e0fd;
	margin: 0 0 20px auto;
}
.policy th {
	border: 1px solid #99e0fd;
	background: #f6fbfe;
	padding: 15px 0;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #009edf;
	text-align: center;
}
.policy td {
	border: 1px solid #99e0fd;
	background: #fff;
	padding: 18px 30px;
	font-size: 15px;
	line-height: 27px;
	text-align: left;
}
.policy td.td_01 {
	text-align: center !important;
	width: 250px;
}
.policy_txt_02 {
	width: 1045px;
	margin: 0 0 50px auto;
}
.policy_txt_02 p {
	font-size: 15px;
	line-height: 27px;
	text-align: left;
}
.policy_txt_03 {
	width: 1030px;
	margin: 0 0 80px auto;
}
.policy_txt_03 dl {
	margin-bottom: 40px;
}
.policy_txt_03 dl:last-child {
	margin-bottom: 0;
}
.policy_txt_03 dt {
	font-size: 18px;
	line-height: 1;
	font-weight:700;
	text-align: left;
	margin-bottom: 25px;
}
.policy_txt_03 dd {
	font-size: 15px;
	line-height: 27px;
	text-align: left;
}

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

.securityaction {
	width: 1100px;
	margin: 0 auto 80px auto;
	text-align: center;
}
.securityaction h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 65px;
	position: relative;
}
.securityaction h3::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #009edf;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
.securityaction figure {
	width: 277px;
	margin: 0 auto 40px auto;
}
.securityaction p {
	font-size: 15px;
	line-height: 27px;
}

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