<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*  事業主様へ用
==================================*/
h3 {
	margin-bottom:15px;
	font-size: 24px;
	color: #222;
	line-height: 1.42;
	letter-spacing:0.04em;
	text-align:left;
	}
h3 span {
	border-top:none;
	margin-bottom:5px;
	padding:0;
	font-size: 18px;
	color: #009e96;
	letter-spacing:0.02em;
	}

.for-header-img-developer {
	background-image: url(../img/for_developer/header-developer.jpg);
	background-position: top;
	}
.for-header-txt {
	margin-top:95px;
	margin-left:140px;
	}
.for-header-txt h2 {
	margin-bottom:10px;
	font-size: 18px;
	line-height: 1;
	}
.for-header-txt p {
	font-size:26px;
	line-height: 1.54;
	letter-spacing:0.04em;
	}
.for-title {
	background: url(../img/common/title_bg.png);
	box-sizing: border-box;
	position:absolute;
	top:500px;
	width:100%;
	padding: 30px 0;
	color: #fff;
	text-align: center;
	z-index:20;
	}
.for-title p {
	font-size:24px;
	line-height: 1.67;
	letter-spacing:0.04em;
	}

.developer01 {	padding: 70px 0;}
.developer01 p {	line-height: 1.85;	}
.developer01Inner {
	width: 644px;
	margin: 70px auto 20px;
	}
.developer01Img {
	display: block;
	background: url(../img/for_developer/img01.png) no-repeat;
	background-size:contain;
	width: 644px;
	height:424px;
	}
.developer02 {	background: #f6f6f6;}
.developer02 p {	line-height: 1.85;	}
.developer02Inner {
	width: 416px;
	margin: 40px auto 0;
	}
.developer02Img {
	display: block;
	background: url(../img/for_developer/img02.png) no-repeat;
	width: 416px;
	height:416px;
	}

.related-content h3 {
	margin-bottom:0;
	text-align:center;
	}
.related-content h3 span {
	display:inline-block;
	border-top:solid 1px #777;
	margin:0 auto 50px;
	padding:10px 30px 0;
	font-size: 20px;
	color:#666;
	letter-spacing: 0.05em;
	}



@media screen and (max-width: 640px) {
	h3 {
		border-top:none;
		width:100%;
		margin-bottom:5.25%;
		padding-top:0;
		font-size: 19px;
		color: #222;
		line-height: 1.47;
		letter-spacing:0.02em;
		white-space:normal;
		}
	h3 span {
		display:inline-block;
		margin-bottom:2.68%;
		font-size: 12px;
		line-height: 1.58;
		}

	.for-header-txt {
		background: url(../img/common/title_bg.png);
		position: absolute;
		left:0;
		bottom:0;
		top:auto;
		width:100%;
		margin:0;
		padding: 5.47% 0;
		color: #fff;
		text-align: left;
		z-index:20;
		}
	.for-header-txt h2 {
		display:block;
		font-size:14px;
		width:87.5%;
		margin:0 auto 3.21%;
		padding:0;
		line-height:1;
		letter-spacing:0.04em;
		}
	.for-header-txt p {
		width:87.5%;
		margin:0 auto;
		font-size: 15px;
		line-height:1.53;
		}
	
	.for-title {
		background: #eee;
		box-sizing: border-box;
		position: relative;
		top:0;
		width:87.5%;
		margin:8.93% auto 0;
		padding: 5.14% 0;
		color: #666;
		text-align: center;
		z-index:20;
		}
	.for-title p {
		font-size:14px;
		line-height: 1.67;
		letter-spacing:0.04em;
		}

	.developer01 {	padding: 8.04% 0 17.86%;	}
	.developer01Inner {
		width:100%;
		margin:10.71% 0 0;
		}
	.developer01Img {
		background:none;
		width: 97.14%;
		height: auto;
		margin: 0 auto;
		}

	.developer02 {	padding: 17.86% 0;}
	.developer02Inner {
		width:100%;
		margin:10.71% 0 0;
		}
	.developer02Img {
		background:none;
		width: 80.36%;
		height:auto;
		margin: 0 auto;
		}

	.related-content h3 span {
		margin-bottom:8.04%;
		padding:2.57% 5.36% 0;
		font-size: 15px;
		}
}
</pre></body></html>