@charset "utf-8";
/*------------------------------------------------------------
	service-refugesupport
------------------------------------------------------------*/
.pageVisual {
	background: url(../img/common/page_img_support.jpg) no-repeat center center / cover;
}
.largeVisual {
	background-image: url(../img/service-refugesupport/main_img.jpg);
}
/*
.headLine01 {
	font-size: 1.4em;
}
*/
.system {
	margin-bottom: 100px;
}
.system .headLine02 {
	margin-bottom: 27px;
}
.system > p {
	margin-bottom: 58px;
	letter-spacing: 0;
}
.system .inner {
	margin: 0 auto;
	max-width: 948px;
}
.system .subBox {
	margin-bottom: 30px;
	padding: 35px 39px 8px;
	background: #F5F5F5;
}
.system .checkTxtList {
	margin: 0 -17px 21px 17px;
}
.system .checkTxtList:last-child {
	margin-bottom: 0;
}
.systemList {
	display: flex;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.systemList > li {
	position: relative;
	width: 50%;
	background: #F5F5F5;
	border-right: 1px solid #ccc;
}
.systemList > li::after {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 43px;
	height: 27px;
	background: url(../img/service-refugesupport/arrow.png) no-repeat center top / 100%;
	content: '';
	transform: translate(-50%,-1px);
}
.systemList > li:nth-child(2n) {
	border-right: none;
}
.systemList .headLine07 {
	padding: 11px 10px 10px;
}
.headLine07.ttl {
	margin-bottom: 20px;
	padding: 40px 10px 42px;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	background: linear-gradient(180deg,#d32d36 0%, #f78f68 100%);
}
.function {
	margin-bottom: 95px;
}
.function p {
	margin-bottom: 27px;	
}
.function .headLine03 {
	margin: 50px 0 25px;
}
.comImgBox {
	margin-bottom: 50px;
}
.comImgBox .photoBox {
	max-width: 380px;
}
.comImgBox .textBox .headLine03 {
	margin: 0 0 25px;
}
.comImgBox .textBox p {
	max-width: 660px;
}
.function .txtList {
	margin-top: -10px;
}
.function .txtList li {
	margin: 0 20px 18px 0;
	min-width: 90px;
	color: #222;
}
@media all and (min-width: 897px) {
	.system .checkTxtList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.system .checkTxtList li {
		margin-bottom: 17px;
		width: 47%;
	}
	.checkTxtList li:nth-child(2n) {
		width: 52.5%;
	}
	.systemList .textList {
		padding: 25px 25px 18px 35px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.systemList .textList li {
		width: 50%;
		margin-bottom: 13px;
		letter-spacing: 0.05em;
	}
}
@media all and (min-width: 897px) and (max-width: 1050px) {
	.system .subBox {
		padding: 35px 10px 8px;
	}
	.systemList .textList {
		padding: 25px 15px 18px;
	}
	.systemList .textList li {
		width: 45%;
	}
	.systemList .textList li:nth-child(2n) {
		width: 55%;
	}
}
@media all and (max-width: 896px) {
	.system {
		margin-bottom: 60px;
	}
	.system .subBox {
		padding: 25px 15px;
	}
	.system .checkTxtList {
		margin: 0 0 30px;
		display: block;
	}
	.system .checkTxtList li {
		margin-bottom: 10px;
	}
	.systemList .textList {
		padding: 10px;
	}
	.systemList .textList li {
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	.systemList > li::after {
		width: 30px;
		height: 21px;
	}
	.function {
		margin-bottom: 70px;
	}
	.function .txtList li {
		display: inline-block;
		min-width: inherit;
		margin: 0 10px 10px 0;
	}
	.comImgBox .textBox .headLine03 {
		margin-bottom: 15px;
	}
	.headLine07.ttl {
		font-size: 2.2rem;
	}
}
@media all and (max-width: 374px) {
	.systemList .textList li {
		font-size: 1.2rem;
	}
}