@charset "utf-8";

main {
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.8em;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

main h3 {
	line-height: 1.6em;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}

main section p { margin-bottom: 0; }

main section > .inner {
	max-width: 950px;
	margin: 0 auto;
	box-sizing: border-box;
}

/*===========================================================
	仙台市雇用労働相談センターとは
===========================================================*/

section#about {
	background-color: #D5DC3F;
	padding: 50px 0;
}

section#about > .inner {
	min-height: 324px;
	padding: 58px 20px;
}

section#about p {
	max-width: 520px;
}

/*===========================================================
	アシスタとの連携
===========================================================*/

section#renkei {
	padding: 50px 0;
}

section#renkei > .inner {
	background: url(https://www.sendai-elcc.jp/en/images/about/img_02.png) right center no-repeat;
	min-height: 465px;
	padding: 65px 20px;
}

section#renkei p {
	max-width: 415px;
}

/*===========================================================
	労使双方の疑問にお答えします
===========================================================*/

section#gimon {
	background: #F9DAE7;
	padding: 65px 0;
}

section#gimon > .inner {
	background: url(https://www.sendai-elcc.jp/en/images/about/img_03.png) right bottom no-repeat;
	padding: 0 20px;
}

section#gimon h4 {
	color: #D86A80;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 10px;
}

section#gimon ul li {
	background: url(https://www.sendai-elcc.jp/en/images/about/icon_01_sp.png) left center no-repeat;
	background-size: 30px;
	padding-left: 38px;
	letter-spacing: normal;
	font-weight: 500;
	font-size: 1.15em;
	line-height: 2em;
	margin-top: 0.8em;
}

/*===========================================================
	どなたでもご相談いただけます
===========================================================*/

main h5 {
	background-image: url(https://www.sendai-elcc.jp/en/images/about/h5_01.png);
	width: 834px;
	height: 108px;
	margin: 50px auto 0;
	text-indent: -9999px;
	overflow: hidden;
}

@media screen and (max-width:999px) {
	
	main {
		padding-bottom: 50px;
	}
	
	main h3 {
		font-size: 23px;
		margin-bottom: 10px;
	}
	
	/*===========================================================
		仙台市雇用労働相談センターとは
	===========================================================*/
	
	section#about {
		padding: 0;
	}
	
	section#about > .inner {
		min-height: 0;
		padding: 35px 20px 170px;
		background-position: center bottom;
		background-size: 161px;
	}
	
	section#about p {
		max-width: none;
	}
	
	/*===========================================================
		アシスタとの連携
	===========================================================*/
	
	section#renkei {
		padding: 0 0 35px;
	}
	
	section#renkei > .inner {
			min-height: 0;
			padding: 35px 20px 240px;
			background-position: center bottom;
			background-size: 195px;
	}
	
	section#renkei p {
		max-width: none;
	}
	
	/*===========================================================
		労使双方の疑問にお答えします
	===========================================================*/
	
	section#gimon {
		padding: 0;
	}
	
	section#gimon > .inner {
		background: url(https://www.sendai-elcc.jp/en/images/about/img_03_sp.png) right bottom no-repeat;
		background-size: 127px;
		padding: 35px 20px 40px;
	}
	
	section#gimon h4 {
		font-size: 18px;
		padding-bottom: 0px;
	}
	
	section#gimon ul li {
		background-size: 25px;
		margin-top: 0.65em;
		padding-left: 33px;
		padding-top: 3px;
		font-size: 1.1em;
		line-height: 1.4em;
		min-height: 25px;
	}
	
	/*===========================================================
		どなたでもご相談いただけます
	===========================================================*/
	
	main > .inner {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	main h5 {
		width: auto;
		background-size: contain;
		background-position: top center;
		max-width: 364px;
		height: 47px;
		margin-top: 30px;
	}
		
}