@charset "UTF-8";
/* CSS Document */
html {
	font-size: 14pt;
}

body {
	-webkit-print-color-adjust: exact;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/**********************************
Main image
**********************************/
.shanetsu .main_image {
	width: 100%;
}
.shanetsu .main_image img {
	width: 100%;
	height: auto;
}

/**********************************
Navigation
**********************************/
.shanetsu .navi_wrap {
	width: auto;
	padding: 0 14px;
	margin: 24px 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 .navi_wrap li {
	width: 23%;
	margin: 0 1% 14px;
}
.shanetsu .navi_wrap li a {
	display: block;
	width: auto;
	padding: 12px 2px;
	text-align: center;
	background-color: #efefef;
	color: #003b7d;
	font-size: 0.75rem;
	font-weight: 700;
	box-shadow:0px 1px 4px -1px #999;
}
.shanetsu .navi_wrap li a:hover,
.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: 70%;
	margin: 40px 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.left p {
	font-weight: 700;
	text-align: center;
	color: #003b7d;
}
.shanetsu.top_page .main_contents section.osusume .two_column .inner.right {
	width: 95%;
	padding: 14px 1.5%;
	background-color: #fff;
	line-height: 1.7em;
	box-shadow:0px 1px 4px -1px #999;
	margin: 20px auto 0;
}

/*プロが選ぶ信頼のメーカーとしてエスケー化研が選ばれました。*/
.shanetsu.top_page .main_contents section.ranking .two_column {
	width: 95%;
	padding: 0 2%;
	margin: 40px auto 0;
	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;
	align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.shanetsu.top_page .main_contents section.ranking .two_column .inner.left {
	width: 37.5%;
}
.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: 62%;
}
.shanetsu.top_page .main_contents section.ranking .two_column .inner.right h3 {
	width: 100%;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5em;
	font-weight: 700;
	color: #e80000;
}
.shanetsu.top_page .main_contents section.ranking .two_column .inner.right p {
	width: 100%;
	text-align: center;
	font-size: 1.125rem;
	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: 93.75%;
	padding: 14px;
	margin: 40px auto 0;
	box-shadow:0px 1px 4px -1px #999;
	background-color: #fff;
	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.top_page .main_contents section.reason .two_column .inner.left {
	width: 72%;
}
.shanetsu.top_page .main_contents section.reason .two_column .inner.left h3 {
	font-size: 1.75rem;
	line-height: 1.5em;
	padding: 18px 0 0 90px;
	position: relative;
}
.shanetsu.top_page .main_contents section.reason .two_column:first-of-type .inner.left h3:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	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: 80px;
	height: 80px;
	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: 80px;
	height: 80px;
	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;
	padding-left: 90px;
	margin-top: 38px;
}
.shanetsu.top_page .main_contents section.reason .two_column .inner.right {
	width: 25%;
}
.shanetsu.top_page .main_contents section.reason .two_column .inner.right img {
	display: block;
	width: 70%;
	margin: 0 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: 98%;
	margin: 30px auto 0;
}
.shanetsu.top_page .main_contents section.nintei h3 {
	width: 98%;
	margin: 40px auto 0;
	font-size: 2rem;
}
.shanetsu.top_page .main_contents section.nintei table.nintei_table {
	width: 98%;
	margin: 40px 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: 30%;
}
.shanetsu.top_page .main_contents section.nintei table.nintei_table tr th:nth-of-type(2) {
	width: 40%;
}
.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;
	max-width: 1280px;
	margin: 0 auto;
}
.shanetsu.top_page .main_contents section.kankyou p {
	width: 98%;
	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.5rem;
	line-height: 1.5em;
	margin: 40px auto 0;
	padding-left: 76px;
	position: relative;
}
.shanetsu.top_page .main_contents section.kankyou .medal_title:before {
	content: '';
	display: inline-block;
	width: 72px;
	height: 90px;
	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 {
	width: 80%;
	margin: 48px auto 0;
	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;
	align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.shanetsu.top_page .main_contents section.kankyou .two_column .inner {
	width: 40%;
}
.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: 98%;
	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: 25%;
}
.shanetsu.top_page .main_contents section.kankyou table.kankyou_table tr th:nth-of-type(2) {
	width: 50%;
}
.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 14px;
}

/*各種助成金について*/
.shanetsu.top_page .main_contents section.jyosei {
	width: auto;
	max-width: 1280px;
	margin: 0 auto;
}
.shanetsu.top_page .main_contents section.jyosei .two_column {
	width: auto;
	max-width: 1240px;
	padding: 0 20px;
	margin: 40px auto 0;
	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;
	flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.shanetsu.top_page .main_contents section.jyosei .two_column .inner.left {
	width: 14.53125%;
}
.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: 84%;
}

/***SUB page***/
.shanetsu.sub_page .page_title {
	width: 100%;
	background-image: url("../images/sub_main.jpg");
	background-size: cover;
	border-bottom: solid 3px #dedede;
}

.shanetsu.sub_page .page_title h2 {
	width: auto;
	margin: 0 auto;
	padding: 48px 20px;
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #fff;
}
.shanetsu.sub_page .main_contents {
	width: auto;
	padding: 20px;
	margin: 0 auto;
}
/*遮熱性能について*/
.shanetsu.sub_page .main_contents section.seinou_mechanism .two_column {
	width: auto;
	padding: 0 20px;
	margin: 38px auto 0;
}
.shanetsu.sub_page .main_contents section.seinou_mechanism .two_column .inner.left {
	width: 100%;
}
.shanetsu.sub_page .main_contents section.seinou_mechanism .two_column .inner.right {
	width: 70%;
	margin: 38px 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: auto;
	padding: 0 20px;
	margin: 38px auto 0;
}
.shanetsu.sub_page .main_contents section.teiosen .two_column {
	width: auto;
	padding: 0 20px;
	margin: 38px auto 0;
}
.shanetsu.sub_page .main_contents section.teiosen .two_column .inner {
	width: 67%;
	padding: 14px 1.5%;
	box-shadow:0px 1px 4px -1px #999;
	margin: 38px auto 0;
}

.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;
}
.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;
	padding: 0 20px;
	margin: 38px auto 0;
}
.shanetsu.sub_page .main_contents section.hansha_ritsu .two_column .inner.left {
		width: 100%;
}
.shanetsu.sub_page .main_contents section.hansha_ritsu .two_column .inner.right {
		width: 70%;
		margin: 38px 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: 98%;
	margin: 30px auto 0;
}
.shanetsu.sub_page .main_contents section.roof_tosou .two_column {
	width: 70%;
	padding: 0 20px;
	margin: 40px auto 0;
	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;
	align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.shanetsu.sub_page .main_contents section.roof_tosou .two_column .inner {
	width: 48%;
}
.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;
	padding: 0 20px;
	margin: 40px auto 0;
	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;
	flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.shanetsu.sub_page .main_contents section.ondo_hikaku_kekka .two_column .inner.left {
	width: 58%;
}
.shanetsu.sub_page .main_contents section.ondo_hikaku_kekka .two_column .inner.left img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.ondo_hikaku_kekka .two_column .inner.right {
	width: 34%;
}
.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;
	padding: 0 20px;
	margin: 40px auto 0;
	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.ondo_henka .two_column .inner.left {
	width: 48%;
}
.shanetsu.sub_page .main_contents section.ondo_henka .two_column .inner.left img {
	width: 100%;
	height: auto;
}
.shanetsu.sub_page .main_contents section.ondo_henka .two_column .inner.right {
	width: 46%;
}
.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: 70%;
	padding: 0 20px;
	margin: 40px auto 0;
	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;
	align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.shanetsu.sub_page .main_contents section.user_voice .two_column .inner.left {
	width: 45%;
}
.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: 50%;
}
.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;
	padding: 0 20px;
	margin: 48px auto 0;
	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.souko_shiken .two_column .inner.left {
	width: 52%;
}
.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: 45%;
}
.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: 98%;
	margin: 30px auto 0;
}
.shanetsu.sub_page .main_contents section.souko_shiken_kekka .shiken_kekka_hyou {
	width: 98%;
	margin: 30px auto 0;
}
.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;
	padding: 0 20px;
	margin: 40px auto 0;
	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.souko_ondo_bunpu .two_column .inner.left {
	width: 42%;
}
.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: 50%;
}
.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: 98%;
	margin: 30px auto 0;
}
.shanetsu.sub_page .main_contents section.koujyo_shiken .two_column {
	width: auto;
	padding: 0 20px;
	margin: 40px auto 0;
	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.koujyo_shiken .two_column:first-of-type .inner.left {
	width: 42%;
	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 transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #0f3d70;
	top: 50%;
	right: -100px;
	margin-top: -50px;
}

.shanetsu.sub_page .main_contents section.koujyo_shiken .two_column:nth-of-type(2) .inner.left {
	width: 45%;
}

.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: 42%;
}
.shanetsu.sub_page .main_contents section.koujyo_shiken .two_column:nth-of-type(2) .inner.right {
	width: 47%;
}
.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: 78%;
	padding: 0 20px;
	margin: 28px auto 0;
	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 .shisetsu_icon li {
	width: 22%;
}
.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;
	box-shadow:0px 1px 4px -1px #999;
	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.5em;
	width: 120px;
	padding: 8px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 1%;
}
.shanetsu.sub_page .main_contents section.cooltight h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 94px 24px 36px;
	font-size: 1.375rem;
	line-height: 1.5em;
	background-color: #eafaff;
	color: #003856;
}
.shanetsu.sub_page .main_contents section.cooltight h2 span {
	font-size: 2rem;
	font-weight: 700;
	margin-right: 38px;
}
.shanetsu.sub_page .main_contents section.cooltight .position_icon {
	color: #fff;
	background-color: #cc4747;
	letter-spacing: 0.1em;
	width: 90px;
	padding: 14px 8px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 21%;
}
.shanetsu.sub_page .main_contents section.cooltight .products {
	width: auto;
	padding: 0 20px;
	margin: 18px 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 section.cooltight .products li {
	margin-right: 10px;
	padding-left: 8px;
	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 18px;
	font-size: 1.5rem;
	line-height: 1.5em;
	color: #003856;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.cooltight .two_column {
	width: auto;
	padding: 0 20px;
	margin: 28px auto 0;
	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.cooltight .two_column .inner.left {
	width: 38%;
}
.shanetsu.sub_page .main_contents section.cooltight .two_column .inner.right {
	width: 60%;
}
.shanetsu.sub_page .main_contents section.cooltight .two_column .inner.right img {
	width: 100%;
	height: auto;
}

.shanetsu.sub_page .main_contents section.cooltight_sys {
	width: auto;
	position: relative;
	margin-top: 52px;
	box-shadow:0px 1px 4px -1px #999;
	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.5em;
	width: 120px;
	padding: 8px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 1%;
}
.shanetsu.sub_page .main_contents section.cooltight_sys h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 94px 24px 36px;
	font-size: 1.375rem;
	line-height: 1.5em;
	background-color: #cce1ff;
	color: #001b89;
}
.shanetsu.sub_page .main_contents section.cooltight_sys h2 span {
	font-size: 2rem;
	font-weight: 700;
	margin-right: 38px;
}
.shanetsu.sub_page .main_contents section.cooltight_sys .position_icon {
	color: #fff;
	background-color: #cc4747;
	letter-spacing: 0.1em;
	width: 90px;
	padding: 14px 8px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 21%;
}
.shanetsu.sub_page .main_contents section.cooltight_sys h3 {
	width: auto;
	padding: 8px 18px;
	font-size: 1.5rem;
	line-height: 1.5em;
	color: #001b89;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.cooltight_sys .two_column {
	width: auto;
	padding: 0 20px;
	margin: 28px auto 0;
	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.cooltight_sys .two_column .inner.left {
	width: 34%;
}
.shanetsu.sub_page .main_contents section.cooltight_sys .two_column .inner.right {
	width: 64%;
}
.shanetsu.sub_page .main_contents section.cooltight_sys .two_column .inner.right img {
	width: 100%;
	height: auto;
}


.shanetsu.sub_page .main_contents section.cooltect {
	width: auto;
	position: relative;
	margin-top: 52px;
	box-shadow:0px 1px 4px -1px #999;
	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.5em;
	width: 120px;
	padding: 17px 8px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 1%;
}
.shanetsu.sub_page .main_contents section.cooltect h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 94px 24px 36px;
	font-size: 1.375rem;
	line-height: 1.5em;
	background-color: #caf9eb;
	color: #00685a;
}
.shanetsu.sub_page .main_contents section.cooltect h2 span {
	font-size: 2rem;
	font-weight: 700;
	margin-right: 38px;
}
.shanetsu.sub_page .main_contents section.cooltect .position_icon {
	color: #fff;
	background-color: #00685a;
	letter-spacing: 0.1em;
	width: 90px;
	padding: 14px 8px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 21%;
}
.shanetsu.sub_page .main_contents section.cooltect .products {
	width: auto;
	padding: 0 20px;
	margin: 18px 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 section.cooltect .products li {
	margin-right: 10px;
	padding-left: 8px;
	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 18px;
	font-size: 1.5rem;
	line-height: 1.5em;
	color: #00685a;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.cooltect .two_column {
	width: auto;
	padding: 0 20px;
	margin: 28px auto 0;
	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 .two_column .inner.left {
	width: 38%;
}
.shanetsu.sub_page .main_contents section.cooltect .two_column .inner.right {
	width: 60%;
}
.shanetsu.sub_page .main_contents section.cooltect .two_column .inner.right img {
	width: 100%;
	height: auto;
}

.shanetsu.sub_page .main_contents section.thermo {
	width: auto;
	position: relative;
	margin-top: 52px;
	box-shadow:0px 1px 4px -1px #999;
	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.5em;
	width: 120px;
	padding: 8px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 1%;
}
.shanetsu.sub_page .main_contents section.thermo h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 94px 24px 36px;
	font-size: 1.375rem;
	line-height: 1.5em;
	background-color: #d5edc9;
	color: #216600;
}
.shanetsu.sub_page .main_contents section.thermo h2 span {
	font-size: 2rem;
	font-weight: 700;
	margin-right: 38px;
}
.shanetsu.sub_page .main_contents section.thermo .position_icon {
	color: #fff;
	background-color: #00685a;
	letter-spacing: 0.1em;
	width: 90px;
	padding: 14px 8px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 21%;
}
.shanetsu.sub_page .main_contents section.thermo h3 {
	width: auto;
	padding: 8px 18px;
	font-size: 1.5rem;
	line-height: 1.5em;
	color: #216600;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.thermo .two_column {
	width: auto;
	padding: 0 20px;
	margin: 28px auto 0;
	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.thermo .two_column .inner.left {
	width: 34%;
}
.shanetsu.sub_page .main_contents section.thermo .two_column .inner.right {
	width: 64%;
}
.shanetsu.sub_page .main_contents section.thermo .two_column .inner.right img {
	width: 100%;
	height: auto;
}


.shanetsu.sub_page .main_contents section.cooltight_hi {
	width: auto;
	position: relative;
	margin-top: 52px;
	box-shadow:0px 1px 4px -1px #999;
	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.5em;
	width: 120px;
	padding: 8px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 1%;
}
.shanetsu.sub_page .main_contents section.cooltight_hi h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 94px 24px 36px;
	font-size: 1.375rem;
	line-height: 1.7em;
	background-color: #f7eaff;
	color: #4e006d;
}
.shanetsu.sub_page .main_contents section.cooltight_hi h2 span {
	font-size: 2rem;
	font-weight: 700;
	margin-right: 38px;
}
.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: 90px;
	padding: 14px 8px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 21%;
}
.shanetsu.sub_page .main_contents section.cooltight_hi h3 {
	width: auto;
	padding: 8px 18px;
	font-size: 1.5rem;
	line-height: 1.5em;
	color: #4e006d;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents section.cooltight_hi .two_column {
	width: auto;
	padding: 0 20px;
	margin: 28px auto 0;
	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.cooltight_hi .two_column .inner.left {
	width: 30%;
}
.shanetsu.sub_page .main_contents section.cooltight_hi .two_column .inner.right {
	width: 68%;
}
.shanetsu.sub_page .main_contents section.cooltight_hi .two_column .inner.right img {
	width: 100%;
	height: auto;
}

/*カラーバリエーション*/
.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: 18px;
	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: 32px;
}
.shanetsu.sub_page .main_contents section.cooltight_roof .grade_info .inner.left {
	width: 44%;
}
.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: 52%;
}
.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: 29%;
	margin: 52px 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: 25%;
}
.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: 75%;
}

.shanetsu.sub_page .main_contents section.cooltight_roof .color_wrap .inner .spec .code p {
	font-size: 0.75rem;
	text-align: right;
	line-height: 1.3em;
}

.shanetsu.sub_page .main_contents section.cooltect_wall .grade_info {
	width: auto;
	border: solid 2px #efefef;
	padding: 18px;
	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: 32px;
}

.shanetsu.sub_page .main_contents section.cooltect_wall .grade_info .inner.left {
	width: 44%;
}
.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: 52%;
}
.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: 29%;
	margin: 52px 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;
	margin-top: 10px;
}
.shanetsu.sub_page .main_contents section.cooltect_wall .color_wrap .inner .spec .icon {
	width: 25%;
}
.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: 75%;
}

.shanetsu.sub_page .main_contents section.cooltect_wall .color_wrap .inner .spec .code p {
	font-size: 0.75rem;
	text-align: right;
	line-height: 1.3em;
}

.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;
	position: relative;
}
.shanetsu.sub_page .main_contents section.cooltect_wall ul li::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 3px;
	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;
	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 .case_wrap .inner {
	width: 45%;
	margin: 40px 2.5% 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;
	font-size: 1.25rem;
	line-height: 1.5em;
	padding: 16px 14px;
	border: solid 2px #003b7d;
	cursor: pointer;
	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;
	font-size: 1.125rem;
	line-height: 1.7em;
	padding: 0 24px;
	margin-top: 18px;
	font-weight: 700;
}
.shanetsu.sub_page .main_contents .qa_wrap .inner_a .reference {
	width: 70%;
	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: 44px;
	position: fixed;
	right: 8px;
	bottom: 48px;
	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 20px;
	margin: 0 auto;
	font-size: 2rem;
	line-height: 1.5em;
	color: #002b54;
}

.shanetsu .heading2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 12px 20px;
	font-size: 2rem;
	line-height: 1.5em;
	color: #003b7d;
	border-bottom: solid 2px #003b7d;
}
.shanetsu .heading3 {
	display: inline-block;
	padding: 8px 20px;
	background-color: #363636;
	color: #fff;
	font-weight: 700;
}
.shanetsu .heading4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: auto;
	padding: 8px 12px;
	background-color: #efefef;
	font-size: 1.375rem;
	line-height: 1.5em;
	border-left: solid 20px #333;
	color: #333;
}
.shanetsu .heading5 {
	width: auto;
	padding: 8px 20px;
	font-size: 1.375rem;
	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_notice {
	display: none;
}

.sp_only {
	display: none;
}
