
#about {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
#about p,
#about li {
	max-height: 999999px;
}

/*============================================================
	背景
*/
#about .nanoe-bg {
	height: 480px;
}

/*============================================================
	ベース
*/
#about .nanoe-content {
	background: #f5fcff;
	font-weight: bold;
}

/*============================================================
	メイン
*/
#about .main {
	text-align: center;
}
#about .main .ctn {
	height: 400px;
}
#about .main .h {
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#about .main .lead {
	margin-top: 20px;
	line-height: 2.4;
	letter-spacing: 1px;
}
#about .main .main-alert {
	margin-top: 25px;
	margin-bottom: 15px;
}
#about .main .btn {
	position: absolute;
	bottom: 32px; right: 0;
}
#about .main .btn a {
	overflow: hidden;
	display: block;
	width: 205px; height: 210px;
	background: transparent url(../images/btn_movie.png) 0 0 no-repeat;
	text-indent: -999em;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
#about .main .btn a:hover {
	opacity: 0.8;
}

/*============================================================
	キーワード
*/
#about .keyword {
	margin-top: 40px;
	background: #ffffff;
	-webkit-box-shadow: 0 8px 10px 0 rgba(94,164,217,0.2);
	-moz-box-shadow: 0 8px 10px 0 rgba(94,164,217,0.2);
	box-shadow: 0 8px 10px 0 rgba(94,164,217,0.2);
}
/* 見出し */
#about .keyword .heading {
	position: relative;
	width: 100%; height: 170px;
}
#about .keyword .heading .number {
	position: absolute;
	top: 26px; left: 448px;
}
#about .keyword .heading .word {
	position: absolute;
	top: 22px; left: 0;
}
#about .keyword .heading .copy {
	position: absolute;
	top: 58px; right: 38px;
	padding: 12px 0;
	width: 370px;
	border: 2px solid #364ea2;
	border-left: 0;
	border-right: 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	color: #364ea2;
}
#about .keyword01 .heading .word { left: 134px; }
#about .keyword02 .heading .word { left: 80px; }
#about .keyword03 .heading .word { left: 60px; }
#about .keyword04 .heading .word { left: 40px; }
#about .keyword05 .heading .word { left: 20px; }

/* 開閉ボタン */
#about .keyword .btn {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
}
#about .keyword .btn a {
	display: block;
	background: #5ea4d9;
	color: #ffffff;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
#about .keyword .btn a span {
	display: inline-block;
	padding: 14px 40px 14px 0;
	background-color: transparent;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
#about .keyword .btn .btn-open {

}
#about .keyword .btn .btn-open span {
	background-image: url(../images/arrow_down.png);
}
#about .keyword .btn .btn-close {
	display: none;
}
#about .keyword .btn .btn-close span {
	background-image: url(../images/arrow_up.png);
}
#about .keyword-opend .btn .btn-open {
	display: none;
}
#about .keyword-opend .btn .btn-close {
	display: block;
}
#about .keyword .btn a:hover {
	background-color: #7eb6e1;
}

/*============================================================
	[汎用] 詳細
*/
#about .keyword .detail {
	overflow: hidden;
	height: 0;
}
#about .keyword .detail .inner {
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 900px;
}
/* 横線 */
#about .keyword .detail .break-line {
	margin-bottom: 35px;
	height: 4px;
	background: #90cdf8 url(../images/break_line.png) 0 0 no-repeat;
}

/*============================================================
	[汎用] コラム
*/
#about .keyword .detail .column {
	overflow: hidden;
	padding: 30px 20px 35px 20px;
	background: #f0f7fa url(../images/column.png) 0 0 no-repeat;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	border-radius: 12px;
}
#about .keyword .detail .column .h {
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
}
#about .keyword .detail .column .lead {
	margin: 0 60px;
}
#about .keyword .detail .column .lead-full {
	margin: 0;
}

/*============================================================
	[汎用] 見出し
*/
#about .keyword .detail .title .h {
	font-size: 22px;
	line-height: 1.5;
	color: #364ea2;
}

#about .keyword .detail .subhead {
	position: relative;
}
#about .keyword .detail .subhead .h {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-bottom: 16px;
	border-bottom: 4px solid #94c1e9;
	font-size: 22px;
	line-height: 1.5;
	color: #364ea2;
}
#about .keyword .detail .subhead:after {
	content: " ";
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 4px;
	background: #e3eef8;
}

/*============================================================
	[汎用] 情報ブロック
*/
#about .keyword .detail .layout-info {
	position: relative;
	padding: 20px 0 0 0;
}
#about .keyword .detail .layout-info .base {
	padding: 25px 0 40px 0;
	background: #f2f7fc;
}
#about .keyword .detail .layout-info .head {
	position: absolute;
	top: 0px; left: 0;
	width: 100%;
	text-align: center;
}
#about .keyword .detail .layout-info .head .h {
	display: inline-block;
	padding: 10px 20px;
	margin: 0 auto;
	min-width: 160px;
	background: #94c1e9;
	line-height: 20px;
	color: #ffffff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

/*============================================================
	[コンテンツ] キーワード 1
*/
#about .keyword01 {
	margin-top: 0;
}
#about .keyword01 .detail .column .lead-full {
	text-align: center;
}
/* OHラジカル */
#about .keyword01 .detail .ohradical {
	display: table;
	width: 100%;
}
#about .keyword01 .detail .ohradical .lcol,
#about .keyword01 .detail .ohradical .rcol {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0;
	border: 2px solid #d7f2ff;
	text-align: center;
}
#about .keyword01 .detail .ohradical .lcol {
	width: 360px;
	background: #d7f2ff;
	font-weight: bold;
	font-size: 16px;
	color: #2b89cb;
}
#about .keyword01 .detail .ohradical .rcol {
	
}
/* 効果を発揮 */
#about .keyword01 .detail .wrap-effect {
	display: table;
}
#about .keyword01 .detail .wrap-effect .lcol {
	display: table-cell;
	vertical-align: top;
	width: 620px;
}
#about .keyword01 .detail .wrap-effect .rcol {
	display: table-cell;
	vertical-align: middle;
	width: 280px;
}
#about .keyword01 .detail a.btn-more {
	display: inline-block;
	border: 1px solid #94c1e9;
	-webkit-box-shadow: 0 4px 10px 0 rgba(148,193,233,0.2);
	-moz-box-shadow: 0 4px 10px 0 rgba(148,193,233,0.2);
	box-shadow: 0 4px 10px 0 rgba(148,193,233,0.2);
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
#about .keyword01 .detail a.btn-more:hover {
	color: #364ea2;
	border-color: #364ea2;
}
/* 除菌イメージ */
#about .keyword01 .detail .layout-info .wrap {
	padding: 0 40px;
}
#about .keyword01 .detail .layout-info .wrap ul {
	margin-top: 5px;
}
#about .keyword01 .detail .layout-info .wrap ul li {
	float: left;
	width: 260px;
}
#about .keyword01 .detail .layout-info .wrap ul li .text {
	display: table;
	width: 100%;
	background: #ffffff;
}
#about .keyword01 .detail .layout-info .wrap ul li .text p {
	display: table-cell;
	vertical-align: middle;
	height: 140px;
	font-weight: bold;
	text-align: center;
	color: #1d50a2;
}
#about .keyword01 .detail .layout-info .wrap ul li .text p img {
	display: block;
	margin: 10px auto 0 auto;
}
#about .keyword01 .detail .layout-info .wrap ul li.arrow {
	width: 20px; height: 254px;
	background: transparent url(../images/k01_info_arrow.png) 50% 50% no-repeat;
}

/*============================================================
	[コンテンツ] キーワード 2
*/
/* 気流解析による「ナノイー」の飛散軌跡 */
#about .keyword02 .detail .layout-info .wrap {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 780px;
}
#about .keyword02 .detail .layout-info .wrap dl.block {
	position: relative;
}
#about .keyword02 .detail .layout-info .wrap dl.block dt {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 170px;
	font-weight: bold;
	text-align: center;
	color: #1d50a2;
}
#about .keyword02 .detail .layout-info .wrap dl.block01 dt {
	top: 100px;
}
#about .keyword02 .detail .layout-info .wrap dl.block02 dt {
	top: 70px;
}
#about .keyword02 .detail .layout-info .wrap dl.block dd {
	position: relative;
}
/* コラム */
#about .keyword02 .detail .column .wrap {
	margin: 0 auto;
	width: 780px;
}
#about .keyword02 .detail .column .wrap .block {
	position: relative;
	margin: 30px 0 0 0;
	padding-left: 210px;
}
#about .keyword02 .detail .column .wrap .block .image img {
	margin: 0;
}
#about .keyword02 .detail .column .wrap .block .lead {
	margin: 10px 0 0 0;
}
#about .keyword02 .detail .column .wrap .block .caption {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 170px;
	font-weight: bold;
	text-align: center;
	color: #1d50a2;
}
#about .keyword02 .detail .column .wrap .block01 .caption {
	top: 50px;
}
#about .keyword02 .detail .column .wrap .block02 .caption {
	top: 60px;
}

/*============================================================
	[コンテンツ] キーワード 3
*/
#about .keyword03 {
	
}
/* イオンイメージ */
#about .keyword03 .detail .wrap-ion {
	position: relative;
}
#about .keyword03 .detail .wrap-ion .image {
	text-align: center;
}

/*============================================================
	[コンテンツ] キーワード 4
*/
#about .keyword04 {
	
}
/* 微細ナノサイズ */
#about .keyword04 .wrap-info .image {
	text-align: center;	
}

/*============================================================
	[コンテンツ] キーワード 5
*/
#about .keyword05 {
	
}
#about .keyword05 .heading .copy {
	top: 46px;
}
/* イオンイメージ */
#about .keyword05 .wrap-ohradical {
	position: relative;
}
#about .keyword05 .wrap-ohradical .image {
	text-align: center;
}
/* テーブル */
#about .keyword05 .detail .table {
	margin-top: 30px;
}
#about .keyword05 .detail .table table {
	width: 100%;
}
#about .keyword05 .detail .table table th,
#about .keyword05 .detail .table table td {
	vertical-align: top;
	padding: 9px 0;
	border: 1px solid #c7d9e9;
	border-left: 0;
	line-height: 1.9;
	text-align: center;
}
#about .keyword05 .detail .table table th {
	background: #e9f7fd;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.7;
	color: #3180bc;
}
#about .keyword05 .detail .table table th span {
	font-size: 12px;
}
#about .keyword05 .detail .table table td {
	background: #ffffff;
	font-size: 12px;
}
#about .keyword05 .detail .table table th:last-child,
#about .keyword05 .detail .table table td:last-child {
	border-right: 0;
}
#about .keyword05 .detail .table table th.cell-nanoe,
#about .keyword05 .detail .table table th.cell-nanoex {
	width: 50%;
	font-size: 18px;
	color: #ffffff;
}
#about .keyword05 .detail .table table th.cell-nanoe {
	background: #22bae6;
}
#about .keyword05 .detail .table table th.cell-nanoex {
	background: #3180bc;
}
#about .keyword05 .detail .table table th.cell-th {
	background: #79cbee;
	color: #ffffff;
}
#about .keyword05 .detail .table table td.frame-bold {
	padding: 0;
	border: 0;
}
#about .keyword05 .detail .table table td.frame-bold table {
	border: 2px solid #ff3e75;
}
#about .keyword05 .detail .table table td.frame-bold table td {
	width: 50%;
	font-size: 14px;
	line-height: 1.7;
}
/* 発生原理 */
#about .keyword05 .detail .table table tr.principle td {
	padding: 25px 0;
}
#about .keyword05 .detail .table table tr.principle .block {
	position: relative;
	margin: 0 auto;
	width: 390px;
}
#about .keyword05 .detail .table table tr.principle .block .in {
	display: table;
	width: 100%;
}
#about .keyword05 .detail .table table tr.principle .block .in .image,
#about .keyword05 .detail .table table tr.principle .block .in .text {
	display: table-cell;
	vertical-align: middle;
}
#about .keyword05 .detail .table table tr.principle .block .in .image {
	width: 180px;
}
#about .keyword05 .detail .table table tr.principle .block .in .text {
	text-align: left;
}
#about .keyword05 .detail .table table tr.principle .nanoe .block .in .text {
	padding-left: 20px;
}
#about .keyword05 .detail .table table tr.principle .block-frame {
	margin-top: 25px;
	padding: 15px 0;
	border: 2px solid #3b5998;
}
#about .keyword05 .detail .table table tr.principle .block-frame .in .text {
	padding-right: 10px;
}
#about .keyword05 .detail .table table tr.principle .block-frame:after {
	content: " ";
	position: absolute;
	top: -15px; left: 50%;
	margin: 0 0 0 -21px;
	width: 42px; height: 20px;
	background: transparent url(../images/k05_principle_balloon.png) 50% 50% no-repeat;
}
#about .keyword05 .detail .table table tr.principle .arrow {
	width: 100%; height: 40px;
	background: transparent url(../images/k05_principle_arrow.png) 50% 50% no-repeat;
}
/* 発生の状態 */
#about .keyword05 .detail .table table tr.state td {
	padding: 25px 0 30px 0;
}
#about .keyword05 .detail .table table tr.state .block {
	margin: 0 auto;
	width: 400px;
}
#about .keyword05 .detail .table table tr.state .block .col {
	width: 180px;
}
#about .keyword05 .detail .table table tr.state .block .lcol {
	float: left;
}
#about .keyword05 .detail .table table tr.state .block .rcol {
	float: right;
}
#about .keyword05 .detail .table table tr.state .block .image {
	clear: both;
}

/*============================================================
	[コンテンツ] フッター
*/
#about .footer {
	position: relative;
	margin-top: 140px;
}
#about .footer .head {
	position: absolute;
	top: -40px; left: 0;
	width: 100%;
}
#about .footer .head .heading {
	background: #2e79b8;
	text-align: center;
	color: #ffffff;
}
#about .footer .head .heading .h {
	font-size: 24px;
	line-height: 80px;
}
#about .footer .base {
	padding: 70px 0 40px 0;
	background: #f1f4f7;
}
#about .footer .base .note-scroll {
	display: none;
	margin: 10px 0 0 0;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.5;
}
/* テーブル */
#about .footer .table {
	margin-top: 30px;
}
#about .footer .table table {
	width: 100%;
	background: #ffffff;
}
#about .footer .table table th,
#about .footer .table table td {
	padding: 9px 10px;
	border: 1px solid #c7d9e9;
	border-top: 0;
	border-left: 0;
	line-height: 1.7;
	white-space: nowrap;
}
#about .footer .table table th {
	border-bottom: 0;
	background: #3180bc;
	color: #ffffff;
}
#about .footer .table table td {
	font-size: 12px;
	color: #206da8;
}
#about .footer .table table th:last-child,
#about .footer .table table td:last-child {
	border-right: 0;
}

/*============================================================
	ブレイクポイント
*/
/*@media only screen and (max-width:640px){*/
@media only screen and (max-width:640px) and (max-device-width:1280px){

	/*
		背景
	*/
	#sectionContents .nanoe-bg {
		height: 340px;
	}

	/*
		ベース
	*/
	#about {
		font-weight: normal;
	}

	/*
		メイン
	*/
	#about .main .ctn {
		height: 330px;
	}
	#about .main .h {
		margin: 0 auto;
		padding: 30px 0 0 0;
		width: 260px;
	}
	#about .main .lead {
		margin-top: 10px;
		font-size: 11px;
		line-height: 1.8;
		letter-spacing: 0;
	}
	#about .main .main-alert {
		margin-top: 15px;
		margin-bottom: 5px;
		padding: 5px 0;
		min-width: 1px;
		width: 246px;
	}
	#about .main .btn {
		position: static;
	}
	#about .main .btn a {
		margin: 0 auto;
		width: 258px; height: 62px;
		background: transparent url(../images/sp_btn_movie.png) 0 0 no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	/*
		キーワード
	*/
	#about .keyword {
		margin: 50px 10px 0 10px;
		padding: 0;
		width: auto;
		-webkit-box-shadow: 0 8px 10px 0 rgba(94,164,217,0.2);
		-moz-box-shadow: 0 8px 10px 0 rgba(94,164,217,0.2);
		box-shadow: 0 8px 10px 0 rgba(94,164,217,0.2);
	}
	/* 見出し */
	#about .keyword .heading {
		height: 160px;
		text-align: center;
	}
	#about .keyword .heading .number {
		top: -20px; left: 0;
		width: 100%;
		text-align: center;
	}
	#about .keyword .heading .number img {
		width: 40px;
	}
	#about .keyword .heading .word {
		position: static;
		padding: 40px 0 0 0;
		text-align: center;
	}
	#about .keyword .heading .word img {
		height: 60px;
	}
	#about .keyword .heading .copy {
		position: static;
		margin: 0 auto;
		margin-top: 15px;
		padding: 6px 0;
		width: 270px;
		border-width: 1px;
		font-size: 11px;
		line-height: 1.3;
	}
	/* 開閉ボタン */
	#about .keyword .btn {
		font-size: 12px;
		line-height: 1.3;
	}
	#about .keyword .btn a span {
		padding: 12px 20px 11px 0;
		-webkit-background-size: 16px 16px;
		background-size: 16px 16px;
	}

	/*
		[汎用] 詳細
	*/
	#about .keyword .detail {
		margin: 0 10px;
	}
	#about .keyword .detail .inner {
		padding: 0 0 30px 0;
		width: 100%;
	}
	#about .keyword .detail .break-line {
		margin-bottom: 15px;
		height: 2px;
		-webkit-background-size: 50% 100%;
		background-size: 50% 100%;
	}

	/*
		[汎用] コラム
	*/
	#about .keyword .detail .column {
		padding: 25px 10px 15px 10px;
		background-image: url(../images/sp_column.png);
		-webkit-background-size: 70px 70px;
		background-size: 70px 70px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
	#about .keyword .detail .column .h {
		font-size: 14px;
		line-height: 1.6;
	}
	#about .keyword .detail .column .lead {
		margin: 0 10px;
	}

	/*
		[汎用] 見出し
	*/
	#about .keyword .detail .title .h {
		font-size: 14px;
		line-height: 1.5;
	}
	#about .keyword .detail .subhead .h {
		padding-bottom: 16px;
		border-width: 2px;
		font-size: 14px;
		line-height: 1.5;
	}
	#about .keyword .detail .subhead:after {
		height: 2px;
	}

	/*
		[汎用] 情報ブロック
	*/
	#about .keyword .detail .layout-info {
		padding: 12px 0 0 0;
	}
	#about .keyword .detail .layout-info .base {
		padding: 22px 0 20px 0;
	}
	#about .keyword .detail .layout-info .head .h {
		padding: 4px 20px;
		min-width: 120px;
		font-size: 12px;
		line-height: 16px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}

	/*
		[コンテンツ] キーワード 1
	*/
	#about .keyword01 {
		margin-top: 0;
	}
	#about .keyword01 .detail .column .lead-full {
		text-align: left;
	}
	/* OHラジカル */
	#about .keyword01 .detail .ohradical {
		display: block;
	}
	#about .keyword01 .detail .ohradical .lcol,
	#about .keyword01 .detail .ohradical .rcol {
		display: block;
		width: auto;
		padding: 10px 0;
		border-width: 1px;
		font-size: 13px;
		line-height: 2;
	}
	#about .keyword01 .detail .ohradical .rcol {
		padding: 10px;
	}
	/* 効果を発揮 */
	#about .keyword01 .detail .wrap-effect {
		display: block;
	}
	#about .keyword01 .detail .wrap-effect .lcol,
	#about .keyword01 .detail .wrap-effect .rcol {
		display: block;
		width: auto;
	}
	#about .keyword01 .detail .wrap-effect .rcol {
		margin-top: 15px;
		text-align: center;
	}
	#about .keyword01 .detail a.btn-more {
		display: inline-block;
		-webkit-box-shadow: 0 2px 6px 0 rgba(148,193,233,0.2);
		-moz-box-shadow: 0 2px 6px 0 rgba(148,193,233,0.2);
		box-shadow: 0 2px 6px 0 rgba(148,193,233,0.2);
	}
	#about .keyword01 .detail a.btn-more img {
		width: 240px;
	}
	/* 除菌イメージ */
	#about .keyword01 .detail .layout-info .wrap {
		padding: 0 25px;
	}
	#about .keyword01 .detail .layout-info .wrap ul {
		margin: 0 auto;
		margin-top: 5px;
		max-width: 400px;
	}
	#about .keyword01 .detail .layout-info .wrap ul li {
		float: none;
		width: 100%;
	}
	#about .keyword01 .detail .layout-info .wrap ul li .text p {
		height: 100px;
	}
	#about .keyword01 .detail .layout-info .wrap ul li .text p img {
		margin-top: 5px;
		width: 107px;
	}
	#about .keyword01 .detail .layout-info .wrap ul li.arrow {
		width: 100%; height: 34px;
		background-image: url(../images/sp_k01_info_arrow.png);
		-webkit-background-size: 40px 20px;
		background-size: 40px 20px;
	}

	/*
		[コンテンツ] キーワード 2
	*/
	/* 気流解析による「ナノイー」の飛散軌跡 */
	#about .keyword02 .detail .layout-info .wrap {
		padding: 0 5px;
		width: auto;
		max-width: 390px;
	}
	#about .keyword02 .detail .layout-info .wrap dl.block dt {
		display: none;
	}
	/* コラム */
	#about .keyword02 .detail .column .wrap {
		margin: 0 auto;
		width: auto;
	}
	#about .keyword02 .detail .column .wrap .block {
		margin: 15px 0 0 0;
		padding: 0;
	}
	#about .keyword02 .detail .column .wrap .block .image {
		margin: 5px 0 0 0;
	}
	#about .keyword02 .detail .column .wrap .block .lead {
		margin: 5px 0 0 0;
	}
	#about .keyword02 .detail .column .wrap .block .caption {
		position: static;
		width: auto;
		font-size: 12px;
		line-height: 1.5;
	}
	#about .keyword02 .detail .column .wrap .block .caption br {
		display: none;
	}

	/*
		[コンテンツ] キーワード 3
	*/
	/* イオンイメージ */
	#about .keyword03 .detail .wrap-ion .caption {
		font-weight: bold;
		font-size: 12px;
		line-height: 1.5;
		color: #1d50a2;
	}
	#about .keyword03 .detail .wrap-ion .note {
		position: absolute;
		top: 0; right: 0;
		margin: 0;
		line-height: 1.5;
	}
	#about .keyword03 .detail .wrap-ion .image {
		margin-top: 5px;
	}

	/*
		[コンテンツ] キーワード 4
	*/
	/* 微細ナノサイズ */
	#about .keyword04 .wrap-info dl {
		position: relative;
		margin-top: 5px;
		line-height: 1.5;
	}
	#about .keyword04 .wrap-info dl.color {
		color: #015aac;
	}
	#about .keyword04 .wrap-info dl dt {
		position: absolute;
		top: 0; left: 0;
		font-weight: bold;
	}
	#about .keyword04 .wrap-info dl dd {
		padding-left: 20px;
	}

	/*
		[コンテンツ] キーワード 5
	*/
	#about .keyword05 .heading .copy {
		margin-top: 6px;
		padding: 5px 0;
	}
	/* イオンイメージ */
	#about .keyword05 .detail .wrap-ohradical .caption {
		font-weight: bold;
		font-size: 12px;
		line-height: 1.5;
		color: #1d50a2;
	}
	#about .keyword05 .detail .wrap-ohradical .note {
		position: absolute;
		top: 0; right: 0;
		margin: 0;
		line-height: 1.5;
	}
	#about .keyword05 .detail .wrap-ohradical .image {
		margin-top: 5px;
	}
	/* テーブル */
	#about .keyword05 .detail .table {
		margin-top: 15px;
	}
	#about .keyword05 .detail .table table th,
	#about .keyword05 .detail .table table td {
		padding: 4px 0;
	}
	#about .keyword05 .detail .table table th {
		font-weight: bold;
		font-size: 11px;
	}
	#about .keyword05 .detail .table table td {
		font-size: 11px;
	}
	#about .keyword05 .detail .table table th.cell-nanoe,
	#about .keyword05 .detail .table table th.cell-nanoex {
		font-size: 13px;
	}
	#about .keyword05 .detail .table table td.frame-bold table td {
		font-size: 13px;
	}
	/* 発生原理 */
	#about .keyword05 .detail .table table tr.principle td {
		padding: 15px 0;
		font-size: 10px;
	}
	#about .keyword05 .detail .table table tr.principle .block {
		margin: 0 10px;
		width: auto;
	}
	#about .keyword05 .detail .table table tr.principle .block .in {
		display: block;
	}
	#about .keyword05 .detail .table table tr.principle .block .in .image,
	#about .keyword05 .detail .table table tr.principle .block .in .text {
		display: block;
	}
	#about .keyword05 .detail .table table tr.principle .block .in .text {
		margin: 5px 0 0 0;
	}
	#about .keyword05 .detail .table table tr.principle .block .in .text br {
		display: none;
	}
	#about .keyword05 .detail .table table tr.principle .block .in .image {
		width: auto;
	}
	#about .keyword05 .detail .table table tr.principle .block .in .image img {
		height: 62px;
	}
	#about .keyword05 .detail .table table tr.principle .nanoe .block .in .text {
		padding-left: 0;
	}
	#about .keyword05 .detail .table table tr.principle .block-frame {
		margin-top: 15px;
		padding: 10px 0;
		border-width: 1px;
	}
	#about .keyword05 .detail .table table tr.principle .block-frame .in .text {
		padding: 0 10px;
	}
	#about .keyword05 .detail .table table tr.principle .block-frame:after {
		top: -8px;
		margin: 0 0 0 -11px;
		width: 22px; height: 10px;
		-webkit-background-size: 21px 10px;
		background-size: 21px 10px;
	}
	#about .keyword05 .detail .table table tr.principle .arrow {
		width: 100%; height: 24px;
		-webkit-background-size: 16px 6px;
		background-size: 16px 6px;
	}
	/* 発生の状態 */
	#about .keyword05 .detail .table table tr.state td {
		padding: 15px 0;
		font-size: 10px;
	}
	#about .keyword05 .detail .table table tr.state .block {
		width: auto;
	}
	#about .keyword05 .detail .table table tr.state .block .col {
		float: none;
		width: auto;
	}
	#about .keyword05 .detail .table table tr.state .block .image {
		margin-top: 5px;
	}
	#about .keyword05 .detail .table table tr.state .block .image img {
		width: 105px;
	}

	/*
		[コンテンツ] フッター
	*/
	#about .footer {
		margin-top: 50px;
	}
	#about .footer .head {
		position: static;
	}
	#about .footer .head .heading .h {
		padding: 12px 0;
		font-size: 16px;
		line-height: 1.5;
	}
	#about .footer .base {
		padding: 20px 0 20px 0;
	}
	#about .footer .base .note-scroll {
		display: block;
	}
	/* テーブル */
	#about .footer .table {
		margin-top: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#about .footer .table table {
		width: auto;
	}
	#about .footer .table table th,
	#about .footer .table table td {
		padding: 8px 10px;
		font-size: 11px;
	}

}
