@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#csr .txt {
	font-size: 110%;
	line-height: 2.25;
}
#csr .bg_navy {
	color: #fff;
}
#csr .bg_navy::before {
	background: #001f36;
}
#csr .bg_navy h3.sub03 {
	color: #fff;
}
#csr .about .box {
	margin-top: 50px;
}
#csr .about .box .logo {
	width: 217px;
}
#csr .about .box .list {
	width: 837px;
}
#csr .about .box .list dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
#csr .about .box .list dl:last-of-type {
	margin-bottom: 0;
}
#csr .about .box .list dl dt {
	width: 197px;
}
#csr .about .box .list dl dd {
	width: calc(100% - 230px);
}
#csr .about .box .list dl dd .fm {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 15px;
	line-height: 1.5;
}
#csr .support::before {
	background: #faf8f5;
}
#csr .support .list {
	margin-top: 80px;
}
#csr .support .box:not(:last-of-type) {
	margin-bottom: 90px;
}
#csr .support .box .img {
	width: 450px;
}
#csr .support .box .img img {
	border-radius: 10px;
}
#csr .support .box .info {
	width: 600px;
}
#csr .support .box .info h4 {
	font-size: 25px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 50px;
}
#csr .support .box .info h4::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 2px;
	height: calc(100% - 8px);
	background: #a99764;
}
#csr .support .box .info .btn01 {
	text-align: right;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#csr .txt {
		font-size: 105%;
		line-height: 1.8;
	}
	#csr .about .box {
		margin-top: 30px;
	}
	#csr .about .box .logo {
		margin-bottom: 20px;
	}
	#csr .about .box .list {
		width: 100%;
	}
	#csr .about .box .list dl {
		margin-bottom: 30px;
	}
	#csr .about .box .list dl dt {
		width: 180px;
	}
	#csr .about .box .list dl dd {
		width: calc(100% - 200px);
	}
	#csr .about .box .list dl dd .fm {
		font-size: 20px;
	}
	#csr .support .list {
		margin-top: 30px;
	}
	#csr .support .box:not(:last-of-type) {
		margin-bottom: 40px;
	}
	#csr .support .box .img {
		width: 40%;
	}
	#csr .support .box .info {
		width: 57%;
	}
	#csr .support .box .info h4 {
		padding-left: 15px;
		font-size: 20px;
		margin-bottom: 20px;
	}
	#csr .support .box .info .btn01 a {
		margin-top: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#csr .txt {
		font-size: 100%;
	}
	#csr .about .box .logo {
		margin: 0 auto 15px;
	}
	#csr .about .box .list dl {
		display: block;
	}
	#csr .about .box .list dl dt {
		margin: 0 auto 15px;
	}
	#csr .about .box .list dl dd {
		width: 100%;
	}
	#csr .about .box .list dl dd .fm {
		font-size: 18px;
	}
	#csr .support .box .img {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	#csr .support .box .info {
		width: 100%;
	}
	#csr .support .box .info h4 {
		font-size: 18px;
	}
	#csr .support .box .info h4::before {
		top: 5px;
	}
}