@charset "utf-8";

/*
【まとめ】企業のホームページに必要なコンテンツ10選+α
/2020/4/contents/
*/


/*
***********************************************************************************************
サイト内共通要素
***********************************************************************************************
*/

.viewmode-mobile #content_wrapper {
}

#page_main_img {
	display: none;
}

#subPageMenu {
	display: none;
}

#sidebar {
}

	.viewmode-mobile #main_contents {
	}

#left_contents {
	/*
	float: none;
	width: 100%;
	*/
}

#contentsArea {
	float: none;
}

#pageTitle {
	display: none;
}

.viewmode-pc #content {
	font-size: 14.5px;
	letter-spacing: .1em;
}

	.viewmode-mobile #content {
	}


	/* 【まとめ】企業のホームページに必要なコンテンツ10選+α */
	#content h1 {
	}

	#content p {
		/*
		font-size: 16px;
		letter-spacing: .05em;
		line-height: 1.8;
		text-align: left;
		*/
	}
	
		.viewmode-mobile #content p {
			font-size: 14px;
		}
		
			.viewmode-mobile #content p br {
				display: none;
			}

	#content figure {
		margin: 35px 0;
		text-align: center;
	}

		.viewmode-mobile #content figure {
			margin: 15px 0;
		}

	#content h2 {
		background-color: #111;
		background-image: none;
		border: 0px solid #fff;
		color: #fff;
		font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
		font-feature-settings: 'palt';
		font-size: 21px;
		font-weight: bold;
		margin-bottom: 20px;
		padding: 12px 15px 12px 50px;
		position: relative;
	}

		.ie #content h2 {
			padding-top: 14px;
			padding-bottom: 10px;
		}

		#content h2 span {
			background-color: #fff;
			box-sizing: border-box;
			color: #000;
			content: '1';
			display: inline-block;
			font-family: 'Roboto', sans-serif;
			font-size: 21px;
			font-weight: bold;
			line-height: 25px;
			text-align: center;
			position: absolute;
			top: 14px;
			left: 12px;
			min-width: 25px;
			z-index: 1;
		}
	
			.viewmode-mobile #content h2 {
				font-size: 19px;
			}

		#content h3 {
			background-color: #e3e7ec;
			color: #000;
		}

			.viewmode-mobile #content h3 {

			}

section + section {
	margin-top: 50px;
}

	.viewmode-mobile section + section {
		margin-top: 30px;
	}


/*
***********************************************************************************************
序文
***********************************************************************************************
*/

#sec00 {
}

	#sec00 figure {
		clear: both;
		text-align: center;
	}

		#sec00 figure img {
			width: 100%;
		}

	/* この記事は以下の方にオススメです */
	#sec00 aside {
		border: 3px solid #999;
		margin: 35px 0;
		padding: 15px;
	}

		.viewmode-mobile #sec00 aside {

		}

		.viewmode-mobile #sec00 aside h2 {
			font-size: 17px;
		}

	#sec00 p {

	}


	/* 目次 */
	#sec00 h2 {
		background-color: transparent;
		background-image: none;
		color: #111;
		display: block;
		font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
		font-feature-settings: 'palt';
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 15px 0;
		padding: 0px !important;
		text-align: center;
	}
	
		.viewmode-mobile #sec00 h2 {
			line-height: 1.5;
		}


	#sec00 nav {
		background-color: #e3e7ec;
		margin-top: 40px;
		padding: 20px 25px;
	}
	
		.viewmode-mobile #sec00 nav {
			margin-top: 20px;
			padding: 15px 10px;
		}
	
		#sec00 nav ol {
			font-weight: bold;
			padding: 0;
		}
		
			#sec00 nav ol > li {
				font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
				font-feature-settings: 'palt';
				font-weight: bold;
				list-style-type: none;
				margin-top: 10px;
				padding-left: 35px;
				position: relative;
			}
			
				.viewmode-mobile #sec00 nav ol > li {
					line-height: 1.5;
					margin-top: 10px;
				}
			
				#sec00 nav ol > li: last-child {
					padding-left: 0px;
				}

					#sec00 nav ol > li: last-child a {
						color: #111;
					}

				/* [1]～[11] */
				#sec00 nav ol > li a > span {
					background-color: #fff;
					border: 1px solid #000;
					box-sizing: border-box;
					color: #000;
					content: "1";
					display: inline-block;
					font-family: 'Roboto', sans-serif;
					font-size: 21px;
					font-weight: bold;
					line-height: 25px;
					text-align: center;
					position: absolute;
					top: 2px;
					left: 0px;
					min-width: 25px;
					z-index: 1;
				}

					.viewmode-mobile #sec00 nav ol > li a > span {
						top: -1px;
					}

			#sec00 nav ul > li {
				font-size: 14px;
			}
			
				.viewmode-mobile #sec00 nav ul > li {
					font-size: 13px;
				}


/*
***********************************************************************************************
「ホーム」「トップページ」に必要なコンテンツ
***********************************************************************************************
*/

#sec01 {
}

	.viewmode-mobile #sec01 {
	}


/*
***********************************************************************************************
「製品情報」「事業内容」に必要なコンテンツ
***********************************************************************************************
*/

#sec02 {
}

	.viewmode-mobile #sec02 {
	}


/*
***********************************************************************************************
「企業情報」「会社案内」に必要なコンテンツ
***********************************************************************************************
*/

#sec03 {
}

	.viewmode-mobile #sec03 {
	}


/*
***********************************************************************************************
「採用情報」「求人案内」に必要なコンテンツ
***********************************************************************************************
*/

#sec04 {
}

	.viewmode-mobile #sec04 {
	}


/*
***********************************************************************************************
「お問い合わせ」に必要なコンテンツ
***********************************************************************************************
*/

#sec05 {
}

	.viewmode-mobile #sec05 {
	}


/*
***********************************************************************************************
まとめ
***********************************************************************************************
*/

#sec-summary {
	border: 5px solid #006dbe;
	letter-spacing: .05em;
	margin-top: 50px;
	padding: 30px 30px 30px 30px;
}

	.viewmode-mobile #sec-summary {
		margin-top: 35px;
		padding: 10px;
	}

	#sec-summary p {
		font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
		font-feature-settings: 'palt';
		font-size: 16px;
		font-weight: 500;
		letter-spacing: .05em;
	}

		.viewmode-mobile #sec-summary p {
			font-size: 14px;
		}

	/* まとめ */
	#sec-summary h2 {
		background-color: transparent;
		color: #111;
		margin: 0 0 25px 0;
		padding: 0px;
		text-align: center;
	}

		.viewmode-mobile #sec-summary h2 {
			margin: 0 0 15px 0;
		}

	#sec-summary > p {
		color: #111;
		font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
		font-feature-settings: 'palt';
		font-size: 16px;
		font-weight: 500;
	}

		.viewmode-mobile #sec-summary > p {
			font-size: 14px;
		}
