@charset "UTF-8";
/* CSS Document */
.two_column img {
	display: inline-block;
}
@media screen and (max-width:767px){
html {
	font-size: 16px;
}

body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.5em;
}
/**********************************
Main image
**********************************/
.shanetsu .main_image {
	width: 100%;
}
.shanetsu .main_image img {
	width: 100%;
	height: auto;
}

/**********************************
Navigation
**********************************/
.shanetsu .sp_menu {
	width: auto;
	text-align: center;
	padding: 16px 0;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5em;
	color: #333;
	background-color: #efefef;
	cursor: pointer;
	border-bottom: solid 2px #efefef;
	position: relative;
}
.shanetsu .sp_menu::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 90px;
	margin-top: -10px;
	background-image: url("../images/menu_icon.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.shanetsu .navi_wrap {
	width: auto;
	display: none;
}
.shanetsu .navi_wrap li {
	width: 100%;
}
.shanetsu .navi_wrap li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 16px 0;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5em;
	color: #0d4d9c;
	cursor: pointer;
	border-bottom: solid 2px #efefef;
}
.shanetsu .navi_wrap li.current a{
	background-color: #003b7d;
	color: #efefef;
}


/**********************************
Main contents
**********************************/
/***TOP page***/
.shanetsu.top_page .main_contents {
	width: 100%;
}

/*夏場の省エネ、節電に遮熱塗料(高日射反射率塗料)がおすすめです。*/
.shanetsu.top_page .main_contents section.osusume .two_column {
	width: auto;
}

.shanetsu.top_page .main_contents section.osusume .two_column .inner.left {
	width: 94%;
	margin: 24px auto 0;
}
.shanetsu.top_page .main_contents section.osusume .two_column .inner.left img {
	width: 100%;
	height: auto;
}
.shanetsu.top_page .main_contents section.osusume .two_column .inner.right {
	width: 94%;
	margin: 24px auto 0;
}
.shanetsu.top_page .main_contents section.osusume .two_column .inner.right img {
	width: 100%;
	height: auto;
}
.shanetsu.top_page .main_contents section.osusume .two_column .inner.right .border_title {
	width: auto;
	padding: 0 8px 16px;
	text-align: center;
	border-bottom: solid 2px #efefef;
	color: #5c64ab;
	font-weight: 700;
}
.shanetsu.top_page .main_contents section.osusume .two_column .inner.right p {
	margin: 14px 0 30px;
	font-size: 0.875rem;
	line-height: 2em;
}
.shanetsu.top_page .main_contents section.osusume .two_column .inner.right p span {
	color: #5c64ab;
	font-weight: 700;
}

.shanetsu.top_page .main_contents section.osusume .two_column .inner .bold_title1 {
	width: auto;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 700;
}

.shanetsu.top_page .main_contents section.osusume .two_column .inner .bold_title2 {
	width: auto;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 700;
	color: #003b7d;
}

.shanetsu.top_page .main_contents section.osusume .two_column .inner ul {
	margin: 18px 0 0 28px;
}
.shanetsu.top_page .main_contents section.osusume .two_column .inner ul li {
	font-size: 0.75rem;
	line-height: 1.7em;
	list-style: decimal;
}
.shanetsu.top_page .main_contents section.osusume .block_title {
	width: 92%;
	margin: 38px auto 0;
	border: solid 1px #003b7d;
	padding: 14px 1% 14px 6%;
	font-size: 0.875rem;
	line-height: 1.5em;
	color: #003b7d;
	font-weight: 700;
}


/*プロが選ぶ信頼のメーカーとしてエスケー化研が選ばれました。*/
.shanetsu.top_page .main_contents section.ranking .two_column {
	width: auto;
}
.shanetsu.top_page .main_contents section.ranking .two_column .inner.left {
	width: 86%;
	margin: 30px auto 0;
}
.shanetsu.top_page .main_contents section.ranking .two_column .inner.left img {
	width: 100%;
	height: auto;
}
.shanetsu.top_page .main_contents section.ranking .two_column .inner.right {
	width: 94%;
	margin: 30px auto 0;
}
.shanetsu.top_page .main_contents section.ranking .two_column .inner.right h3 {
	width: 100%;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.5em;
	font-weight: 700;
	color: #003b7d;
}
.shanetsu.top_page .main_contents section.ranking .two_column .inner.right p {
	width: 100%;
	text-align: center;
	line-height: 1.5em;
	margin-top: 18px;
	font-weight: 700;
}
/*エスケー化研の遮熱塗料が選ばれる理由*/
.shanetsu.top_page .main_contents section.reason {
	width: auto;
	background-color: #efefef;
	padding: 20px 0 68px;
	margin-top: 40px;
}
.shanetsu.top_page .main_contents section.reason h2 {
	margin:  0 auto;
}
.shanetsu.top_page .main_contents section.reason .two_column {
	width: 90%;
	padding: 14px 3%;
	margin: 40px auto 0;
	box-shadow:0px 1px 4px -1px #999;
	background-color: #fff;
}
.shanetsu.top_page .main_contents section.reason .two_column .inner.left {
	width: auto;
}
.shanetsu.top_page .main_contents section.reason .two_column .inner.left h3 {
	font-size: 1.15rem;
	line-height: 1.5em;
	padding: 0.375rem 0 0 50px;
	position: relative;
	font-weight: 700;
}
.shanetsu.top_page .main_contents section.reason .two_column:first-of-type .inner.left h3::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../images/reason_num1.jpg");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.shanetsu.top_page .main_contents section.reason .two_column:nth-of-type(2) .inner.left h3::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../images/reason_num2.jpg");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.shanetsu.top_page .main_contents section.reason .two_column:nth-of-type(3) .inner.left h3::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../images/reason_num3.jpg");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.shanetsu.top_page .main_contents section.reason .two_column .inner.left p {
	width: auto;
	margin-top: 24px;
}
.shanetsu.top_page .main_contents section.reason .two_column .inner.right {
	width: auto;
}
.shanetsu.top_page .main_contents section.reason .two_column .inner.right img {
	display: block;
	width: 60%;
	margin: 24px auto;
}
.shanetsu.top_page .main_contents section.reason .two_column .inner.right a {
	display: block;
	width: auto;
	padding: 10px 8px;
	background-color: #363636;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-top: 24px;
}
.shanetsu.top_page .main_contents section.reason .two_column .inner.right a:hover {
	background-color: #efefef;
	color: #363636;
}
/*JIS K 5675 屋根用高日射反射率塗料*/
.shanetsu.top_page .main_contents section.nintei {
	width: auto;
	max-width: 1280px;
	margin: 0 auto;
}
.shanetsu.top_page .main_contents section.nintei p  {
	width: 96%;
	margin: 30px auto 0;
}
.shanetsu.top_page .main_contents section.nintei h3 {
	width: 96%;
	margin: 30px auto 0;
	font-size: 1.25rem;
	font-weight: 700;
}
.shanetsu.top_page .main_contents section.nintei table.nintei_table {
	width: 96%;
	margin: 30px auto 0;
}
.shanetsu.top_page .main_contents section.nintei table.nintei_table tr th {
	background-color: #efefef;
	border: solid 2px #999;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: 12px 14px;
}
.shanetsu.top_page .main_contents section.nintei table.nintei_table tr th:first-of-type {
	width: 35%;
}
.shanetsu.top_page .main_contents section.nintei table.nintei_table tr th:nth-of-type(2) {
	width: 35%;
}
.shanetsu.top_page .main_contents section.nintei table.nintei_table tr td {
	border: solid 2px #999;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: 12px 14px;
}

/*環境省により実証された技術ETV*/
.shanetsu.top_page .main_contents section.kankyou {
	width: auto;
	margin: 0 auto;
}
.shanetsu.top_page .main_contents section.kankyou p {
	width: 96%;
	margin: 30px auto 0;
}
.shanetsu.top_page .main_contents section.kankyou .medal_title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	font-size: 1.125rem;
	line-height: 1.5em;
	margin: 40px auto 0;
	padding-left: 44px;
	position: relative;
}
.shanetsu.top_page .main_contents section.kankyou .medal_title::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../images/medal_icon.jpg");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.shanetsu.top_page .main_contents section.kankyou .two_column {
}
.shanetsu.top_page .main_contents section.kankyou .two_column .inner {
	width: 68%;
	margin: 40px auto 0;
}
.shanetsu.top_page .main_contents section.kankyou .two_column .inner img {
	width: 100%;
	height: auto;
}
.shanetsu.top_page .main_contents section.kankyou table.kankyou_table {
	width: 96%;
	margin: 48px auto 0;
}

.shanetsu.top_page .main_contents section.kankyou table.kankyou_table tr th {
	background-color: #efefef;
	border: solid 2px #999;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: 12px 14px;
}
.shanetsu.top_page .main_contents section.kankyou table.kankyou_table tr th:first-of-type {
	width: 28%;
}
.shanetsu.top_page .main_contents section.kankyou table.kankyou_table tr th:nth-of-type(2) {
	width: 48%;
}
.shanetsu.top_page .main_contents section.kankyou table.kankyou_table tr td {
	border: solid 2px #999;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: 12px 0;
}

/*各種助成金について*/
.shanetsu.top_page .main_contents section.jyosei {
	width: auto;
}
.shanetsu.top_page .main_contents section.jyosei .two_column {
	width: auto;
}

.shanetsu.top_page .main_contents section.jyosei .two_column .inner.left {
	width: 60%;
	margin: 30px auto 0;
}
.shanetsu.top_page .main_contents section.jyosei .two_column .inner.left img {
	width: 100%;
	height: auto;
}

.shanetsu.top_page .main_contents section.jyosei .two_column .inner.right {
	width: 96%;
	margin: 30px auto 0;
}

/***SUB page***/
.shanetsu.sub_page .page_title h2 {
	width: auto;
	padding: 28px 10px;
	font-size: 1.25rem;
	line-height: 1.5em;
	font-weight: 700;
	color: #fff;
	background-image: url("../images/sub_main.jpg");
	background-size: cover;
	background-position: center;
	border-bottom: solid 3px #dedede;
}
.shanetsu.sub_page .main_contents {
	width: auto;
	padding: 20px 16px;
}

/*遮熱性能について*/
.shanetsu.sub_page .main_contents section.seinou_mechanism .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.seinou_mechanism .two_column .inner.left {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.seinou_mechanism .two_column .inner.right {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.seinou_mechanism .two_column .inner.right img {
	width: 100%;
	height: auto;
}

.shanetsu.sub_page .main_contents section.teiosen > p {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.teiosen .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.teiosen .two_column .inner {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.teiosen .two_column .inner h4 {
	padding: 14px 0;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 700;
	color:#003b7d;
}
.shanetsu.sub_page .main_contents section.teiosen .two_column .inner img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.teiosen .two_column .inner p {
	margin-top: 12px;
	font-size: 0.875rem;
}
.shanetsu.sub_page .main_contents section.teiosen .two_column .inner p span {
	font-weight: 700;
}

.shanetsu.sub_page .main_contents section.hansha_ritsu .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.hansha_ritsu .two_column .inner.left {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.hansha_ritsu .two_column .inner.right {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.hansha_ritsu .two_column .inner.right img {
	width: 100%;
	height: auto;
}

/*遮熱性能の検証*/
.shanetsu.sub_page .main_contents section.roof_tosou > p {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.roof_tosou .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.roof_tosou .two_column .inner {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.roof_tosou .two_column .inner img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.ondo_hikaku_kekka .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.ondo_hikaku_kekka .two_column .inner.left {
	width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.shanetsu.sub_page .main_contents section.ondo_hikaku_kekka .two_column .inner.left img {
	width: 140%;
	height: auto;
	margin-top: 28px;
}
.shanetsu.sub_page .main_contents section.ondo_hikaku_kekka .two_column .inner.right {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.ondo_hikaku_kekka .two_column .inner.right img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.ondo_henka .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.ondo_henka .two_column .inner.left {
	width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.shanetsu.sub_page .main_contents section.ondo_henka .two_column .inner.left img {
	width: 140%;
	height: auto;
	margin-top: 28px;
}
.shanetsu.sub_page .main_contents section.ondo_henka .two_column .inner.right {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.ondo_henka .two_column .inner.right img {
	width: 100%;
	height: auto;
}

.shanetsu.sub_page .main_contents section.user_voice .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.user_voice .two_column .inner.left {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.user_voice .two_column .inner.left p {
	line-height: 1.5em;
	font-weight: 700;
}

.shanetsu.sub_page .main_contents section.user_voice .two_column .inner.right {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.user_voice .two_column .inner.right img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.souko_shiken .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.souko_shiken .two_column .inner.left {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.souko_shiken .two_column .inner.left h3 {
	font-size: 1.125rem;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.souko_shiken .two_column .inner.left p {
	margin-top: 14px;
	line-height: 1.7em;
}
.shanetsu.sub_page .main_contents section.souko_shiken .two_column .inner.right {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.souko_shiken .two_column .inner.right img {
	width: 100%;
	height: auto;
}

.shanetsu.sub_page .main_contents section.souko_shiken_kekka > p {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.souko_shiken_kekka .shiken_kekka_hyou {
	width: 200%;
	margin-top: 28px;
}
.shanetsu.sub_page .main_contents section.souko_shiken_kekka .shiken_kekka_hyou img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.souko_ondo_bunpu .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.souko_ondo_bunpu .two_column .inner.left {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.souko_ondo_bunpu .two_column .inner.left img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.souko_ondo_bunpu .two_column .inner.right {
	width: 100%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.souko_ondo_bunpu .two_column .inner.right img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.koujyo_shiken > p {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.koujyo_shiken .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.koujyo_shiken .two_column:first-of-type .inner.left {
	width: 96%;
	margin: 28px auto 0;
	position: relative;
}
.shanetsu.sub_page .main_contents section.koujyo_shiken .two_column:first-of-type .inner.left::after {
	content: '';
	position: absolute;
	border-top: 30px solid #0f3d70;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	bottom: -50px;
	left: 50%;
	margin-left: -30px;
}

.shanetsu.sub_page .main_contents section.koujyo_shiken .two_column:nth-of-type(2) .inner.left {
	width: 96%;
	margin: 28px auto 0;
}

.shanetsu.sub_page .main_contents section.koujyo_shiken .two_column .inner.left img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.koujyo_shiken .two_column:first-of-type .inner.right {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.koujyo_shiken .two_column:nth-of-type(2) .inner.right {
	width: 98%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.koujyo_shiken .two_column .inner.right img {
	width: 100%;
	height: auto;
}

/*製品ラインアップ*/
.shanetsu.sub_page .main_contents .shisetsu_icon {
	width: 80%;
	padding: 0 18px;
	margin: 28px auto 0;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.shanetsu.sub_page .main_contents .shisetsu_icon li {
	width: 45%;
	margin: 0 2.5% 18px;
}
.shanetsu.sub_page .main_contents .shisetsu_icon li img {
	width: 100%;
	height: auto;
}

.shanetsu.sub_page .main_contents section.cooltight {
	width: auto;
	position: relative;
	margin-top: 52px;
	padding-bottom: 32px;
}
.shanetsu.sub_page .main_contents section.cooltight .sub_title {
	background-color: #efefef;
	font-size: 0.75rem;
	color: #333;
	font-weight: 700;
	line-height: 1.0em;
	width: ;
	padding: 14px 10px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 8px;
}
.shanetsu.sub_page .main_contents section.cooltight h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 64px 8px 12px;
	line-height: 1.7em;
	background-color: #eafaff;
	color: #003856;
}
.shanetsu.sub_page .main_contents section.cooltight h2 span {
	font-size: 1.375rem;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.cooltight .position_icon {
	color: #fff;
	background-color: #cc4747;
	letter-spacing: 0.1em;
	width: 68px;
	padding: 8px 2px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 200px;
}
.shanetsu.sub_page .main_contents section.cooltight .products {
	width: auto;
	padding: 0 20px;
	margin: 18px auto 0;
}
.shanetsu.sub_page .main_contents section.cooltight .products li {
	margin-right: 10px;
	padding-left: 8px;
	color: #003856;
}
.shanetsu.sub_page .main_contents section.cooltight .products li a{
	color: #003856;
}

.shanetsu.sub_page .main_contents section.cooltight .products li::before {
	content: '■ '
}

.shanetsu.sub_page .main_contents section.cooltight h3 {
	width: auto;
	padding: 8px;
	font-size: 1.125rem;
	line-height: 1.5em;
	color: #003856;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.cooltight .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.cooltight .two_column .inner.left {
	width: 94%;
	margin: 14px auto 0;
}
.shanetsu.sub_page .main_contents section.cooltight .two_column .inner.right {
	width: 100%;
}
.shanetsu.sub_page .main_contents section.cooltight .two_column .inner.right img {
	width: 100%;
	height: auto;
	margin-top: 28px;
}

.shanetsu.sub_page .main_contents section.cooltight_sys {
	width: auto;
	position: relative;
	margin-top: 52px;
	padding-bottom: 32px;
}
.shanetsu.sub_page .main_contents section.cooltight_sys .sub_title {
	background-color: #efefef;
	font-size: 0.75rem;
	color: #333;
	font-weight: 700;
	line-height: 1.0em;
	width: ;
	padding: 14px 10px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 8px;
}
.shanetsu.sub_page .main_contents section.cooltight_sys h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 64px 8px 12px;
	line-height: 1.7em;
	background-color: #cce1ff;
	color: #001b89;
}
.shanetsu.sub_page .main_contents section.cooltight_sys h2 span {
	font-size: 1.375rem;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.cooltight_sys .position_icon {
	color: #fff;
	background-color: #cc4747;
	letter-spacing: 0.1em;
	width: 68px;
	padding: 8px 2px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 224px;
}
.shanetsu.sub_page .main_contents section.cooltight_sys h3 {
	width: auto;
	padding: 8px;
	font-size: 1.125rem;
	line-height: 1.5em;
	color: #001b89;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.cooltight_sys .products {
	width: auto;
	padding: 0 20px;
	margin: 18px auto 0;
}
.shanetsu.sub_page .main_contents section.cooltight_sys .products li {
	margin-right: 10px;
	padding-left: 8px;
	color: #001b89;
}
.shanetsu.sub_page .main_contents section.cooltight_sys .products li a{
	color: #001b89;
}

.shanetsu.sub_page .main_contents section.cooltight_sys .products li::before {
	content: '■ '
}
.shanetsu.sub_page .main_contents section.cooltight_sys .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.cooltight_sys .two_column .inner.left {
	width: 94%;
	margin: 14px auto 0;
}
.shanetsu.sub_page .main_contents section.cooltight_sys .two_column .inner.right {
	width: 100%;
}
.shanetsu.sub_page .main_contents section.cooltight_sys .two_column .inner.right img {
	width: 100%;
	height: auto;
	margin-top: 28px;
}

.shanetsu.sub_page .main_contents section.cooltect {
	width: auto;
	position: relative;
	margin-top: 52px;
	padding-bottom: 32px;
}
.shanetsu.sub_page .main_contents section.cooltect .sub_title {
	background-color: #efefef;
	font-size: 0.75rem;
	color: #333;
	font-weight: 700;
	line-height: 1.0em;
	width: ;
	padding: 14px 10px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 8px;
}
.shanetsu.sub_page .main_contents section.cooltect h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 64px 8px 12px;
	line-height: 1.7em;
	background-color: #caf9eb;
	color: #00685a;
}
.shanetsu.sub_page .main_contents section.cooltect h2 span {
	font-size: 1.375rem;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.cooltect .position_icon {
	color: #fff;
	background-color: #00685a;
	letter-spacing: 0.1em;
	width: 68px;
	padding: 8px 2px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 140px;
}
.shanetsu.sub_page .main_contents section.cooltect .products {
	width: auto;
	padding: 0 20px;
	margin: 18px auto 0;
}
.shanetsu.sub_page .main_contents section.cooltect .products li {
	margin-right: 10px;
	padding-left: 8px;
	color: #00685a;
}
.shanetsu.sub_page .main_contents section.cooltect .products li a{
	color: #00685a;
}
.shanetsu.sub_page .main_contents section.cooltect .products li::before {
	content: '■ '
}

.shanetsu.sub_page .main_contents section.cooltect h3 {
	width: auto;
	padding: 8px;
	font-size: 1.125rem;
	line-height: 1.5em;
	color: #00685a;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.cooltect .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.cooltect .two_column .inner.left {
	width: 94%;
	margin: 14px auto 0;
}
.shanetsu.sub_page .main_contents section.cooltect .two_column .inner.right {
	width: 100%;
}
.shanetsu.sub_page .main_contents section.cooltect .two_column .inner.right img {
	width: 100%;
	height: auto;
	margin-top: 28px;
}

.shanetsu.sub_page .main_contents section.thermo {
	width: auto;
	position: relative;
	margin-top: 52px;
	padding-bottom: 32px;
}
.shanetsu.sub_page .main_contents section.thermo .sub_title {
	background-color: #efefef;
	font-size: 0.75rem;
	color: #333;
	font-weight: 700;
	line-height: 1.0em;
	width: ;
	padding: 14px 10px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 8px;
}
.shanetsu.sub_page .main_contents section.thermo h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 64px 8px 12px;
	line-height: 1.7em;
	background-color: #d5edc9;
	color: #216600;
}
.shanetsu.sub_page .main_contents section.thermo h2 span {
	font-size: 1.375rem;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.thermo .position_icon {
	color: #fff;
	background-color: #00685a;
	letter-spacing: 0.1em;
	width: 68px;
	padding: 8px 2px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 176px;
}
.shanetsu.sub_page .main_contents section.thermo h3 {
	width: auto;
	padding: 8px;
	font-size: 1.125rem;
	line-height: 1.5em;
	color: #216600;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.thermo .products {
	width: auto;
	padding: 0 20px;
	margin: 18px auto 0;
}
.shanetsu.sub_page .main_contents section.thermo .products li {
	margin-right: 10px;
	padding-left: 8px;
	color: #216600;
}
.shanetsu.sub_page .main_contents section.thermo .products li a{
	color: #216600;
}
.shanetsu.sub_page .main_contents section.thermo .products li::before {
	content: '■ '
}
.shanetsu.sub_page .main_contents section.thermo .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.thermo .two_column .inner.left {
	width: 94%;
	margin: 14px auto 0;
}
.shanetsu.sub_page .main_contents section.thermo .two_column .inner.right {
	width: 100%;
}
.shanetsu.sub_page .main_contents section.thermo .two_column .inner.right img {
	width: 100%;
	height: auto;
	margin-top: 28px;
}


.shanetsu.sub_page .main_contents section.cooltight_hi {
	width: auto;
	position: relative;
	margin-top: 52px;
	padding-bottom: 32px;
}
.shanetsu.sub_page .main_contents section.cooltight_hi .sub_title {
	background-color: #efefef;
	font-size: 0.75rem;
	color: #333;
	font-weight: 700;
	line-height: 1.0em;
	width: ;
	padding: 14px 10px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 8px;
}
.shanetsu.sub_page .main_contents section.cooltight_hi h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 64px 8px 12px;
	line-height: 1.7em;
	background-color: #f7eaff;
	color: #4e006d;
}
.shanetsu.sub_page .main_contents section.cooltight_hi h2 span {
	font-size: 1.375rem;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.cooltight_hi .position_icon {
	color: #fff;
	background-color: #008bb2;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	width: 68px;
	padding: 8px 2px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 248px;
}
.shanetsu.sub_page .main_contents section.cooltight_hi h3 {
	width: auto;
	padding: 8px;
	font-size: 1.125rem;
	line-height: 1.5em;
	color: #4e006d;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.cooltight_hi .products {
	width: auto;
	padding: 0 20px;
	margin: 18px auto 0;
}
.shanetsu.sub_page .main_contents section.cooltight_hi .products li {
	margin-right: 10px;
	padding-left: 8px;
	color: #4e006d;
}
.shanetsu.sub_page .main_contents section.cooltight_hi .products li a{
	color: #4e006d;
}
.shanetsu.sub_page .main_contents section.cooltight_hi .products li::before {
	content: '■ '
}
.shanetsu.sub_page .main_contents section.cooltight_hi .two_column {
	width: auto;
}
.shanetsu.sub_page .main_contents section.cooltight_hi .two_column .inner.left {
	width: 94%;
	margin: 14px auto 0;
}
.shanetsu.sub_page .main_contents section.cooltight_hi .two_column .inner.right {
	width: 100%;
}
.shanetsu.sub_page .main_contents section.cooltight_hi .two_column .inner.right img {
	width: 100%;
	height: auto;
	margin-top: 28px;
}

/*カラーバリエーション*/
.shanetsu.sub_page .main_contents section.cooltight_roof > p {
	width: 98%;
	margin: 32px auto 0;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .grade_info {
	width: auto;
	border: solid 2px #efefef;
	padding: 12px;
	margin-top: 32px;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .grade_info .inner.left {
	width: 94%;
	margin: 0 auto;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .grade_info .inner.left img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .grade_info .inner.right {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .grade_info .inner.right p {
	line-height: 1.7em;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .color_wrap {
	width: auto;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .color_wrap .inner {
	width: 46%;
	margin: 34px 2% 0;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .color_wrap .inner .color_piece {
	width: 100%;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .color_wrap .inner .color_piece img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .color_wrap .inner .spec {
	width: auto;
	padding: 0 8px;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-top: 10px;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .color_wrap .inner .spec .icon {
	width: 40%;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .color_wrap .inner .spec .icon img {
	width: 100%;
	height: auto;
}

.shanetsu.sub_page .main_contents section.cooltight_roof .color_wrap .inner .spec .code {
	width: 60%;
	margin-top: 6px;
}

.shanetsu.sub_page .main_contents section.cooltight_roof .color_wrap .inner .spec .code p {
	font-size: 0.85rem;
	text-align: right;
}

.shanetsu.sub_page .main_contents section.cooltect_wall .grade_info {
	width: auto;
	border: solid 2px #efefef;
	padding: 12px;
	margin-top: 32px;
}

.shanetsu.sub_page .main_contents section.cooltect_wall .grade_info .inner.left {
	width: 94%;
	margin: 0 auto;
}
.shanetsu.sub_page .main_contents section.cooltect_wall .grade_info .inner.left img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.cooltect_wall .grade_info .inner.right {
	width: 96%;
	margin: 28px auto 0;
}
.shanetsu.sub_page .main_contents section.cooltect_wall .grade_info .inner.right p {
	line-height: 1.7em;
}
.shanetsu.sub_page .main_contents section.cooltect_wall .color_wrap {
	width: auto;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.shanetsu.sub_page .main_contents section.cooltect_wall .color_wrap .inner {
	width: 46%;
	margin: 34px 2% 0;
}
.shanetsu.sub_page .main_contents section.cooltect_wall .color_wrap .inner .color_piece {
	width: 100%;
}
.shanetsu.sub_page .main_contents section.cooltect_wall .color_wrap .inner .color_piece img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.cooltect_wall .color_wrap .inner .spec {
	width: auto;
	padding: 0 8px;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
.shanetsu.sub_page .main_contents section.cooltect_wall .color_wrap .inner .spec .icon {
	width: 35%;
	margin-top: 10px;
}
.shanetsu.sub_page .main_contents section.cooltect_wall .color_wrap .inner .spec .icon img {
	width: 100%;
	height: auto;
}

.shanetsu.sub_page .main_contents section.cooltect_wall .color_wrap .inner .spec .code {
	width: 60%;
	margin-top: 20px;
}

.shanetsu.sub_page .main_contents section.cooltect_wall .color_wrap .inner .spec .code p {
	font-size: 0.85rem;
	text-align: right;
}

.shanetsu.sub_page .main_contents section.cooltect_wall ul {
	width: 98%;
	margin: 48px auto 0;
}

.shanetsu.sub_page .main_contents section.cooltect_wall ul li {
	padding-left: 40px;
	margin-top: 14px;
	font-size: 0.875rem;
	position: relative;
}
.shanetsu.sub_page .main_contents section.cooltect_wall ul li::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 16px;
	background-image: url("../images/list_circle.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.shanetsu.sub_page .main_contents section.cooltect_wall ul li:first-of-type {
	color: #f00;
	font-weight: 700;
}

/*採用事例*/
.shanetsu.sub_page .main_contents .case_wrap {
	width: auto;
}
.shanetsu.sub_page .main_contents .case_wrap .inner {
	width: 98%;
	margin: 40px auto 0;
}

.shanetsu.sub_page .main_contents .case_wrap .inner .photo {
	width: 100%;
}

.shanetsu.sub_page .main_contents .case_wrap .inner .photo img {
	width: 100%;
	height: auto;
}

.shanetsu.sub_page .main_contents .case_wrap .inner .name {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	text-align: center;
	font-weight: 700;
	margin-top: 14px;
}

.shanetsu.sub_page .main_contents .case_wrap .inner .product {
	margin-top: 14px;
}

.shanetsu.sub_page .main_contents .case_wrap .inner .facility {
	margin-top: 8px;
}


/*遮熱塗料に関する Q&A*/
.shanetsu.sub_page .main_contents .qa_wrap {
	width: 100%;
}
.shanetsu.sub_page .main_contents .qa_wrap .inner_q {
	width: auto;
	line-height: 1.5em;
	padding: 12px 14px;
	background-color: #003b7d;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	margin-top: 28px;
}
.shanetsu.sub_page .main_contents .qa_wrap .inner_a {
	width: 100%;
	display: none;
}
.shanetsu.sub_page .main_contents .qa_wrap .inner_a p {
	width: auto;
	line-height: 1.7em;
	padding: 0 8px;
	margin-top: 18px;
}
.shanetsu.sub_page .main_contents .qa_wrap .inner_a .reference {
	width: 90%;
	margin: 16px auto 0;
}
.shanetsu.sub_page .main_contents .qa_wrap .inner_a .reference img {
	width: 100%;
	height: auto;
}

/***to top btn***/
.shanetsu .totop {
	width: 38px;
	position: fixed;
	right: 8px;
	bottom: 20px;
	cursor: pointer;
}
.shanetsu .totop img {
	width: 100%;
	height: auto;
}

/**********************************
Adjust style
**********************************/
/***heading***/
.shanetsu .heading1 {
	width: 100%;
	background-color: #ebf7ff;
	padding: 18px 0;
}
.shanetsu .heading1 span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	width: auto;
	padding: 0 12px;
	margin: 0 auto;
	font-size: 1.125rem;
	line-height: 1.5em;
	color: #002b54;
	font-weight: 700;
}

.shanetsu .heading2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 12px;
	font-size: 1.125rem;
	line-height: 1.5em;
	color: #003b7d;
	border-bottom: solid 2px #003b7d;
	font-weight: 700;
}
.shanetsu .heading3 {
	display: inline-block;
	padding: 8px 12px;
	font-size: 0.875rem;
	background-color: #363636;
	color: #fff;
	font-weight: 700;
}
.shanetsu .heading4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 4px 10px;
	background-color: #efefef;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5em;
	border-left: solid 14px #333;
	color: #333;
}
.shanetsu .heading5 {
	width: auto;
	padding: 8px 12px;
	line-height: 1.5em;
	color: #666;
}
/***Margin***/
.mgt12 {
	margin-top: 12px;
}
.mgt14 {
	margin-top: 14px;
}
.mgt16 {
	margin-top: 16px;
}
.mgt18 {
	margin-top: 18px;
}
.mgt20 {
	margin-top: 20px;
}
.mgt22 {
	margin-top: 22px;
}
.mgt24 {
	margin-top: 24px;
}
.mgt26 {
	margin-top: 26px;
}
.mgt28 {
	margin-top: 28px;
}
.mgt30 {
	margin-top: 30px;
}
.mgt32 {
	margin-top: 32px;
}
.mgt34 {
	margin-top: 34px;
}
.mgt36 {
	margin-top: 36px;
}
.mgt38 {
	margin-top: 38px;
}
.mgt40 {
	margin-top: 40px;
}
.mgt42 {
	margin-top: 42px;
}
.mgt44 {
	margin-top: 44px;
}
.mgt46 {
	margin-top: 46px;
}
.mgt48 {
	margin-top: 48px;
}
.mgt50 {
	margin-top: 50px;
}
.mgt52 {
	margin-top: 52px;
}
.mgt54 {
	margin-top: 54px;
}
.mgt56 {
	margin-top: 56px;
}
.mgt58 {
	margin-top: 58px;
}
.mgt60 {
	margin-top: 60px;
}
/*Font*/
.color_red {
	color: #f00;
}
.color_blue {
	color: #004da0;
}
.fwb {
	font-weight: 700;
}
.align_r {
	text-align: right;
}
.f_small {
	font-size: 0.75rem;
}
.table_container{
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.table_notice {
	font-size: 0.875rem;
}
.pc_only {
	display: none;
}

.caution {
text-indent: -1rem;
margin-left: 1.5rem;
margin-top: 24px;
font-size: 0.8rem;
}

}
