@charset "utf-8";
/*------------------------------------------------------------
	apart index
------------------------------------------------------------*/
.systemBox {
	padding: 65px 0;
}

.systemList {
	display: table;
	background: #f1f4f7;
}

.systemList .systemImg,
.systemList .systemContent {
	width: 50%;
	display: table-cell;
}

.systemImg img {
	width: 100%;
}

.systemContent {
	vertical-align: middle;
}

.systemContent .content {
	padding-top: 4px;
	margin: 0 auto;
	width: 499px;
	font-size: 14px;
}

.systemContent p {
	padding-left: 18px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-indent: -16px;
}

.systemContent p:nth-child(2) {
	margin-bottom: 32px;
	line-height: 1.75;
}

.systemContent li {
	padding-left: 15px;
	display: block;
	line-height: 1.8;
	text-indent: -14px;
}

.flowBox {
	padding: 62px 0 0;
}

.flowContent {
	margin: 0 auto;
	width: 900px;
	font-size: 14px;
	border-top: 2px solid #000000;
}

.flowInfo {
	display: table;
	position: relative;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border-bottom: 1px solid #e5e5e5;
}

.flowInfo:before {
	display: block;
	content: "";
	width: 176px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: #f1f4f8;
}

.flowLeft {
	padding: 38px 0 0 29px;
	width: 176px;
	box-sizing: border-box;
	float: left;
	font-weight: bold;
	letter-spacing: 1px;
}

.flowRight {
	padding: 38px 0 36px 31px;
	display: inherit;
	box-sizing: border-box;
	letter-spacing: 1px;
}

.flowRight p{
	font-weight: bold;
}

.flowRight .marB {
	margin-top: 18px;
}

.flowRight span {
	margin-top: 7px;
	padding-left: 48px;
	display: block;
	text-indent: -2px;
	line-height: 1.7;
	letter-spacing: .4px;
}

.flowRight .number {
	margin: -5px 16px 0 0;
	padding: 0;
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	text-align: center;
	line-height: 31px;
	text-indent: 0;
	font-family: 'Roboto Condensed', sans-serif;
	border: 1px solid #a2a2a2;
	border-radius: 50%;
	box-sizing: border-box;
}

.flowTwo span {
	margin-top: 8px;
}

.flowThree .flowRight .marT {
	margin-top: 21px;
}

.flowFour .flowRight .marT{
	margin-top: 20px;
}

.flowFive {
	border-bottom: none;
}

.flowFive .flowRight .marT {
	margin-top: 20px;
}

.commentInfo b {
	font-weight: 400;
}

@media all and (min-width: 0) and (max-width: 767px) {		
	.systemBox {
		padding: 35px 0 0 0;
	}
		
	.systemList .systemImg, 
	.systemList .systemContent {
		width: 100%;
		display: block;
	}
	
	.systemContent .content {
		padding: 37px 34px;
		box-sizing: border-box;
		width: auto;
		font-size: 12px;
	}
	
	.systemContent p{
		padding-left: 14px;
		text-indent: -14px;
		margin: 0px;
		margin-bottom: 3px;
		line-height: 1.4;
		letter-spacing: 1px;
		font-weight: normal;
	}
	
	.systemContent p:nth-child(2) {
		margin-bottom: 22px;
		padding-left: 14px;
		text-indent: -14px;
		line-height: 1.4;
	}
	
	.systemContent  li {
		line-height: 1.5;
		padding-left: 8px;
		text-indent: -11px;
	}
	
	.flowBox {
		padding: 74px 0 0;
	}
		
	.flowContent {
		margin: 26px 38px 0;
		width: auto;
		font-size: 12px;
	}
	
	.flowInfo {
		display: block;
		border: none;
	}
	
	.flowInfo::before {
		width: 100%;
		height: 0;
	}
	
	.flowLeft,
	.flowThree .flowLeft,
	.flowFour .flowLeft,
	.flowFive .flowLeft {
		padding: 11px 10px 11px 10px;
		width: 100%;
		float: none;
		letter-spacing: 0;
		background: #f1f4f8;
	}
	
	.flowRight,
	.flowFour .flowRight,
	.flowFive .flowRight {
		padding: 19px 0 18px 9px;
	}
		
	.flowRight .number {
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin: -3px 7px 0 0;
	}
	
	.flowRight span {
		margin-top: 0px;
		padding-left: 29px;
		letter-spacing: 0;
		line-height: 1.65;
	}
	
	.flowRight .marB {
		margin-top: 13px;
	}
	
	
	.flowThree .flowRight {
		padding: 18px 0 17px 9px;
	}
	
	.flowThree .flowRight .marT {
		margin-top: 13px;
	}
	
	.flowFour .flowRight .marT:nth-child(3) {
		margin-top: 15px;
	}
	
	.flowFour .flowRight .marT {
		margin-top: 13px;
	}	
	
	.flowFive .flowRight .marT {
		margin-top: 13px;
	}
	
	.apartBox .comment li:first-child p {
		max-width: 212px;
	}
	
}

@media all and (min-width: 320px) and (max-width: 374px) {
	.commentInfo p {
		padding-left: 0;
	}	
	
}

