@charset "UTF-8";


.block-ttl-style01.small {
	font-size: 1.4rem;
	margin-bottom: 0;
}
@media screen and (max-width: 834px) {
	.block-ttl-style01.small {
		font-size: 0.9rem;
		margin-bottom: 0;
	}
}

/* 留学生に選ばれる理由　*/

.inst-reason-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto 80px;
}
.inst-reason-list li {
	width: 48%;
	background: #F1F2EA;
	padding: 30px 10px;
	border-radius: 8px;
	margin-bottom: 30px;
}
.inst-reason-list li p {
	text-align: center;
	font-size: 1.16rem;
	line-height: 1.6em;
	font-weight: 500;
	padding-top: 40px;
	position: relative;
}
.inst-reason-list li p:before {
	width: 30px;
	height: 30px;
	background-image: url(/admission/assets/img/inst_img/reason-point.svg);
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.inst-data-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 120px;
}
.inst-data-list li {
	width: 31.83%;
	background: #F1F2EA;
	padding: 30px 10px;
	border-radius: 8px;
}
.inst-data-list li p {
	text-align: center;
}
.inst-data-list li p.data-ttl {
	font-size: 1rem;
	padding-bottom: 5px;
}
.inst-data-list li p.data-number {
	font-size: 1.3rem;
	padding-top: 55px;
	position: relative;
}
.inst-data-list li p.data-number:before {
	width: 60px;
	height: 40px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.inst-data-list li:nth-child(1) p.data-number:before {
	background-image: url(/admission/assets/img/inst_img/inst-data-icon01.svg)
}
.inst-data-list li:nth-child(2) p.data-number:before {
	background-image: url(/admission/assets/img/inst_img/inst-data-icon02.svg)
}
.inst-data-list li:nth-child(3) p.data-number:before {
	background-image: url(/admission/assets/img/inst_img/inst-data-icon03.svg)
}
.inst-data-list li p.data-number span {
	font-size: 3rem;
	color: var(--main-color);
	font-weight: 500;
}
.inst-data-list li p.data-date {
	font-size: 0.9rem;
}

@media screen and (max-width: 834px) {
	.inst-reason-list {

		margin: 0 auto 40px;
	}
	.inst-data-list {
		max-width: 400px;
		margin: 0 auto 80px;
	}
	.inst-data-list li {
		width: 100%;
		background: #F1F2EA;
		padding: 20px 10px;
		border-radius: 8px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	.inst-reason-list {
		max-width: 400px;
	}
	.inst-reason-list li {
		width: 100%;
		background: #F1F2EA;
		padding: 20px 10px;
		border-radius: 8px;
		margin-bottom: 10px;
	}
	.inst-reason-list li p {
		text-align: center;
		font-size: 1.16rem;
		padding-top: 30px;
	}
	.inst-reason-list li p:before {
		width: 20px;
		height: 20px;
	}
}

.category-banners {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.category-banners li {
	width: 23%;
	position: relative;
}
.category-banners li p {
	text-align: center;
	font-size: 1rem;
	line-height: 1.6em;
	padding: 10px 0 0;
}
.category-banners li p span {
	display: block;
	font-size: 0.8rem;
	color: var(--main-color);
	line-height: 1.6em;
}
.category-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category-buttons > div {
	width: 48%;
}

@media screen and (max-width: 834px) {
	.category-banners {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 600px;
		margin: 0 auto 20px;
	}
	.category-banners li {
		width: 48%;
		position: relative;
		margin-bottom: 20px;
	}
	.category-banners li p {
		text-align: center;
		font-size: 0.9rem;
		line-height: 1.6em;
		padding: 10px 0 0;
	}
	.category-banners li p span {
		display: block;
		font-size: 0.7rem;
		color: var(--main-color);
		line-height: 1.6em;
	}
	.category-buttons {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.category-buttons > div {
		width: 100%;
		margin-bottom: 10px;
	}
}



/* 留学生が語る学びの魅力　*/

.intro-center-txt {
	text-align: center;
	font-size: 1rem;
}

.faculty-pickup {
	margin: 50px auto 0;
}
.faculty-pickup li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.faculty-pickup li .image {
	width: 40%;
}
.faculty-pickup li .txt {
	width: 60%;
}
.faculty-pickup li:nth-child(1) .txt p {
	color: #5C8FBE;
}
.faculty-pickup li:nth-child(1) .txt p.ttl {
	border-bottom-color:  #5C8FBE;
}
.faculty-pickup li:nth-child(2) .txt p {
	color: #DC7B7F;
}
.faculty-pickup li:nth-child(2) .txt p.ttl {
	border-bottom-color:  #DC7B7F;
}
.faculty-pickup li:nth-child(3) .txt p {
	color: #166382;
}
.faculty-pickup li:nth-child(3) .txt p.ttl {
	border-bottom-color:  #166382;
}
.faculty-pickup li .txt p.ttl {
	border-bottom: solid 1px;
	padding: 5px 0 10px 30px;
	font-size: 1.5rem;
	line-height: 1.6em;
}
.faculty-pickup li .txt p.ttl span {
	display: block;
	font-size: 0.9rem;
	line-height: 1.6em;
}
.faculty-pickup li .txt p:not([class]) {
	padding: 10px 0 0 30px;
}

.inst-voice {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inst-voice .profile {
	width: 40%;
}
.inst-voice .profile .txt {
	padding: 10px 0 0;
}
.inst-voice .profile .txt .profile-name {
	color: #5C8FBE;
	margin-bottom: 5px;
}
.inst-voice .profile .txt .profile-name span {
	font-size: 1.3rem;
}
.profile-country,
.profile-faculty,
.profile-year {
	color: #5C8FBE;
	font-size: 0.9rem;
	line-height: 1.7em;
	margin-bottom: 4px;
}
.profile-country span,
.profile-faculty span,
.profile-year span {
	font-size: 0.8rem;
	display: inline-block;
	background: #5C8FBE;
	border-radius: 4px;
	margin-right: 10px;
	color: #FFF;
	padding: 0 10px;
}
.inst-voice .interview-txt {
	width: 57%;
}
.interview-txt .txt-block {
	margin-bottom: 40px;
}
.interview-txt .txt-block .ttl {
	color: #00A0C8;
	font-size: 1.2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.interview-txt .txt-block .ttl:after {
	width: 350px;
	height: 6px;
	background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
	left: 0;
	bottom: 0;
}
.inst-bottom-button {
	margin: 50px auto 80px;
}

@media screen and (max-width: 834px) {
	.intro-center-txt {
		font-size: 0.9rem;
	}
	.faculty-pickup {
		margin: 30px auto 0;
	}
	.faculty-pickup li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.faculty-pickup li .image {
		width: 100%;
		margin-bottom: 10px;
	}
	.faculty-pickup li .txt {
		width: 100%;
	}
	.faculty-pickup li .txt p.ttl {
		padding: 5px 0 10px;
		font-size: 1.3rem;
	}
	.faculty-pickup li .txt p.ttl span {
		display: block;
		font-size: 0.8rem;
		line-height: 1.6em;
	}
	.faculty-pickup li .txt p:not([class]) {
		padding: 10px 0 0;
	}

	.inst-voice {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.inst-voice .profile {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.inst-voice .profile .txt {
		padding: 10px 0 0;
	}
	.inst-voice .profile .txt .profile-name {
		color: #5C8FBE;
		margin-bottom: 5px;
	}
	.inst-voice .profile .txt .profile-name span {
		font-size: 1.3rem;
	}
	.inst-voice .interview-txt {
		width: 100%;
	}
	.interview-txt .txt-block {
		margin-bottom: 30px;
	}
	.interview-txt .txt-block .ttl {
		color: #00A0C8;
		font-size: 1rem;
	}
	.interview-txt .txt-block .ttl:after {
		width: 220px;
		height: 6px;
		background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
		background-size: cover;
		background-position: left center;
		left: 0;
		bottom: 0;
	}
	.inst-bottom-button {
		margin: 50px auto 80px;
	}
}


/* キャンパスの魅力力　*/


.campus-voice {
	background: #F1F2EA;
	padding: 30px;
	max-width: 800px;
	margin: 40px auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.campus-voice .image {
	width: 47%;
}
.campus-voice .name-box {
	width: 50%;
	display: flex;
  	align-items: center;
}
.campus-voice .name-box .profile-name {
	color: #5C8FBE;
	margin-bottom: 5px;
}
.campus-voice .name-box .profile-name span {
	font-size: 1.3rem;
}
.campus-map {
	max-width: 800px;
	margin: 60px auto 50px;
}
.pickup-places {
	position: relative;
}
.place-block {
	margin-bottom: 40px;
}
.place-block .ttl {
	color: #00A0C8;
	font-size: 1.2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
}
.place-block .ttl span {
	background: #00A0C8;
	width: 30px;
	height: 30px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	left: 0;
	border-radius: 50%;
	position: absolute;
}
.place-block .ttl:after {
	width: 350px;
	height: 6px;
	background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
	left: 0;
	bottom: 0;
}
.place-block .image-list {
	margin: 40px auto 0;
	width: 102%;
	position: relative;
	left: -1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.place-block .image-list li {
	width: 31.33%;
	margin: 0 1% 10px;
}
.place-sub-ttl {
	color: #00A0C8;
	font-size: 1.1rem;
}
.place-block p:not([class]) {
	font-size: 0.9rem;
	line-height: 1.3em;
}
@media screen and (max-width: 834px) {
	.campus-voice {
		background: #F1F2EA;
		padding: 30px;
		max-width: 400px;
		margin: 40px auto 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.campus-voice .image {
		width: 100%;
		padding-bottom: 20px;
	}
	.campus-voice .name-box {
		width: 100%;
		display: flex;
		align-items: center;
	}
	.campus-voice .name-box .profile-name {
		color: #5C8FBE;
		margin-bottom: 5px;
	}
	.campus-voice .name-box .profile-name span {
		font-size: 1.3rem;
	}
	.campus-map {
		max-width: 800px;
		margin: 30px auto 50px;
	}
	.pickup-places {
		position: relative;
	}
	.place-block {
		margin-bottom: 40px;
	}
	.place-block .ttl {
		color: #00A0C8;
		font-size: 1rem;
		padding-bottom: 14px;
		margin-bottom: 10px;
		position: relative;
	}
	.place-block .ttl:after {
		width: 220px;
		height: 6px;
		background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
		background-size: cover;
		background-position: left center;
		left: 0;
		bottom: 0;
	}
}

.block-ttl-style01 ~ .block-ttl-jp {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 20px 0;
}
.support-point {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.support-point li {
	width: 48%;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
}
.support-point li p.point-ttl {
	position: relative;
	padding: 40px 0 10px;
	color: #00A0C8;
	font-size: 1.3rem;
	text-align: center;
}
.support-point li p.point-ttl:before {
	width: 30px;
	height: 30px;
	background-image: url(/admission/assets/img/inst_img/reason-point.svg);
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.inst-voice-link {
	background: #F1F2EA;
	padding: 30px;
	margin: 40px auto 20px;
	border-radius: 8px;
}
.inst-voice-link .ttl {
	position: relative;
	color: #00A0C8;
	font-size: 1.3rem;
	text-align: center;
	padding: 50px 0 10px;
}
.inst-voice-link .ttl:before {
	width: 50px;
	height: 40px;
	background-image: url(/admission/assets/img/inst_img/voice-icon.svg);
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.inst-voice-link-bnr {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}
.inst-voice-link-bnr p {
	text-align: center;
	line-height: 1.6em;
	padding: 10px 0 0;
}
.inst-voice-link-bnr p span {
	display: block;
	font-size: 0.8rem;
	color: var(--main-color);
	line-height: 1.6em;
}
@media screen and (max-width: 834px) {
	.block-ttl-style01 ~ .block-ttl-jp {
		font-size: 1.3rem;
		padding: 10px 0 20px;
	}
	.support-point {
		margin-bottom: 40px;
	}
	.support-point li {
		width: 100%;
		margin-bottom: 20px;
	}
	.support-point li p.point-ttl {
		position: relative;
		padding: 30px 0 10px;
		color: #00A0C8;
		font-size: 1.3rem;
		text-align: center;
	}
	.support-point li p.point-ttl:before {
		width: 24px;
		height: 24px;
		background-image: url(/admission/assets/img/inst_img/reason-point.svg);
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.inst-voice-link .ttl {
		position: relative;
		color: #00A0C8;
		font-size: 1.2rem;
		text-align: center;
		padding: 40px 0 10px;
	}
	.inst-voice-link .ttl:before {
		width: 40px;
		height: 30px;
	}
}



.sub-block {
	margin-bottom: 60px;
}
.sub-block-ttl {
	color: #00A0C8;
	font-size: 1.2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.sub-block-ttl:after {
	width: 350px;
	height: 6px;
	background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
	left: 0;
	bottom: 0;
}
.sub-block-ttl ~ p:first-of-type {
	padding-bottom: 30px;
}
.life-style-box {
	margin-bottom: 30px;
}
.life-style-box:nth-of-type(1) {
	margin-top: 30px;
}
.box-sub-ttl {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.box-sub-ttl span:nth-of-type(1) {
	display: inline-block;
	color: #FFF;
	background: #00A0C8;
	padding: 0 10px;
	border-radius: 4px;
	font-size: 1rem;
	margin-right: 20px;
}
.life-style-box .image-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.life-style-box .image-list li {
	width: 31.33%;
}
.life-style-box .image-list li p {
	padding: 5px 10px;
	font-size: 0.9rem;
	line-height: 1.6em;
}
.club-list {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	margin: 40px auto 10px;
}
.club-list th:nth-of-type(1),
.club-list td:nth-of-type(1) {
	border-top: solid 1px #B1B1B1;
}
.club-list th,
.club-list td {
	vertical-align: middle;
}
.club-list .row-header {
	width: 20%;
	font-size: 1rem;
	line-height: 1.6em;
	font-weight: 600;
	padding: 12px 3px;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
	background: #E5F5F9;
}
.club-list td {
	padding: 20px 20px;
	font-size: 1rem;
	line-height: 1.6em;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
}
.club-list td:last-of-type {
	border-right: none;
}
.insert-image-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 102%;
	position: relative;
	left: -1%;
	margin: 30px auto 0;
}
.insert-image-list li {
	width: 31.33%;
	margin: 0 1% 10px;
}
.dot-list li {
	position: relative;
	padding-left: 18px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.dot-list li:before {
	width: 11px;
	height: 11px;
	background: #00A0C8;
	border-radius: 3px;
	left: 0;
	top: 7px;
}
@media screen and (max-width: 834px) {
	.sub-block {
		margin-bottom: 30px;
	}
	.sub-block-ttl {
		color: #00A0C8;
		font-size: 1rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
		position: relative;
	}
	.sub-block-ttl:after {
		width: 220px;
		height: 6px;
		background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
		background-size: cover;
		background-position: left center;
		left: 0;
		bottom: 0;
	}
	.sub-block-ttl ~ p:first-of-type {
		padding-bottom: 20px;
	}
	.life-style-box {
		margin-bottom: 30px;
	}
	.life-style-box:nth-of-type(1) {
		margin-top: 30px;
	}
	.box-sub-ttl {
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	.box-sub-ttl span:nth-of-type(1) {
		display: inline-block;
		color: #FFF;
		background: #00A0C8;
		padding: 0 10px;
		border-radius: 4px;
		font-size: 0.9rem;
		margin-right: 20px;
		margin-bottom: 5px;
	}
	.box-sub-ttl span:nth-of-type(2) {
		display: block;
	}
	.life-style-box .image-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.life-style-box .image-list li {
		width: 48%;
		margin-bottom: 20px;
	}
	.life-style-box .image-list li p {
		padding: 5px 10px;
		font-size: 0.9rem;
		line-height: 1.6em;
	}
	.insert-image-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 102%;
		position: relative;
		left: -1%;
		margin: 30px auto 0;
	}
	.insert-image-list li {
		width: 48%;
		margin: 0 1% 10px;
	}
	.dot-list li {
		position: relative;
		padding-left: 18px;
		line-height: 1.6em;
		margin-bottom: 10px;
	}
	.dot-list li:before {
		width: 11px;
		height: 11px;
		background: #00A0C8;
		border-radius: 3px;
		left: 0;
		top: 7px;
	}
}
@media screen and (max-width: 480px) {
	.life-style-box .image-list li {
		width: 100%;
		margin-bottom: 20px;
	}
}



.apartment-table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	margin: 40px auto 10px;
}
.apartment-table th,
.apartment-table td{
	border-top: solid 1px #B1B1B1;
}
.apartment-table th,
.apartment-table td {
	vertical-align: middle;
	text-align: center;
}
.apartment-table .row-header {
	width: 10%;
	font-size: 1rem;
	line-height: 1.6em;
	font-weight: 600;
	padding: 12px 3px;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
	background: #E5F5F9;
}
.apartment-table td {
	padding: 20px 20px;
	font-size: 0.9rem;
	line-height: 1.6em;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
}
.apartment-table td:last-of-type {
	border-right: none;
}

@media screen and (max-width: 834px) {
	.apartment-table .row-header {
		width: 10%;
		font-size: 0.8rem;
		line-height: 1.6em;
		font-weight: 600;
		padding: 12px 3px;
		border-right: solid 1px #B1B1B1;
		border-bottom: solid 1px #B1B1B1;
		background: #E5F5F9;
	}
	.apartment-table td {
		padding: 10px 10px;
		font-size: 0.8rem;
		line-height: 1.6em;
		border-right: solid 1px #B1B1B1;
		border-bottom: solid 1px #B1B1B1;
	}
}




.path-box-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.path-box-wrap .path-box {
	width: 48%;
	display: flex;
	flex-direction: column;
}
.path-data {
	background: #F1F2EA;
	padding: 20px;
	margin: 20px auto 10px;
	border-radius: 8px;
}
.job-table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	margin: 20px 0 20px;
}
.job-table th,
.job-table td {
	vertical-align: middle;
	text-align: center;
}
.job-table .col-header {
	background: #0DA5CB;
	color: #FFF;
	font-size: 0.9rem;
	line-height: 1.5em;
	font-weight: 600;
	padding: 20px 3px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.job-table .col-header:first-of-type {
	border-radius: 6px 0 0 0;
}
.job-table .col-header:last-of-type {
	border-radius: 0 6px 0 0;
}
.job-table td {
	padding: 20px 3px;
	font-size: 1.2rem;
	line-height: 1.5em;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
}
.job-table td:last-of-type {
	border-right: none;
}
.avg-number {
	background: #F1F2EA;
	padding: 25px;
	margin: 10px auto 0;
	border-radius: 8px;
	width: 100%;
	text-align: center;
}
.avg-number span {
	color: var(--main-color);
	font-size: 2rem;
	padding: 0 2px;
}
.avg-number span span {
	font-size: 3rem;
	font-weight: 500;
}
.job-field-split {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 80px;
}
.job-field-split .data {
	width: 36%;
}
.job-field-split .table-box {
	width: 60%;
}
.job-list {
	column-count: 3;
	column-gap: 5%;
	margin: 20px auto 100px;
}
.job-list li {
	line-height: 1.6em;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.job-list li:before {
	width: 11px;
	height: 11px;
	background: #00A0C8;
	border-radius: 3px;
	left: 0;
	top: 7px;
}
.job-list2 {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	margin: 40px auto 10px;
}
.job-list2 th:nth-of-type(1),
.job-list2 td:nth-of-type(1) {
	border-top: solid 1px #B1B1B1;
}
.job-list2 th,
.job-list2 td {
	vertical-align: middle;
}
.job-list2 .row-header {
	width: 20%;
	font-size: 1rem;
	line-height: 1.6em;
	font-weight: 600;
	padding: 12px 3px;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
	background: #E5F5F9;
}
.job-list2 td {
	padding: 20px 20px;
	font-size: 1rem;
	line-height: 1.6em;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
}
.job-list2 td:last-of-type {
	border-right: none;
}

@media screen and (max-width: 834px) {
	.path-box-wrap .path-box {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.path-data {
		background: #F1F2EA;
		padding: 20px;
		margin: 20px auto 30px;
		border-radius: 8px;
		width: 100%;
		text-align: center;
	}
	.path-data img {
		max-width: 400px;
	}
	.job-field-split .data {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.job-field-split .table-box {
		width: 100%;
	}
	.job-list {
		column-count: 2;
		column-gap: 5%;
		margin: 20px auto 100px;
	}
}
@media screen and (max-width: 480px) {
	.job-list {
		column-count: 1;
		column-gap: 0;
		margin: 20px auto 50px;
	}
	.job-list2 .row-header {
		width: 20%;
		font-size: 0.8rem;
		line-height: 1.6em;
		font-weight: 600;
		padding: 12px 3px;
	}
	.job-list2 td {
		padding: 10px 10px;
		font-size: 0.9rem;
	}
}