@charset "utf-8";
#glasscoating h2,
#glasscoating h3,
#glasscoating h4,
#glasscoating h5,
#glasscoating h6,
#glasscoating p,
#glasscoating ul,
#glasscoating ol,
#glasscoating li,
#glasscoating dl,
#glasscoating dt,
#glasscoating dd,
#glasscoating figure {
	padding-inline-start: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}
#glasscoating h2 {
	padding: 0;
	background: none;
}
#glasscoating .title {
	margin-bottom: 40px;
}
#glasscoating .title ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
#glasscoating .title ul li {
	width: 32%;
	width: calc(calc(100% - 2px) / 3);
	list-style: none;
	background: linear-gradient(180deg, rgba(63,190,255,1) 0%, rgba(131,213,255,1) 25%, rgba(63,190,255,1) 100%);
}
#glasscoating .title ul li:hover {
	background: linear-gradient(180deg, rgba(83,197,255,1) 0%, rgba(146,218,255,1) 25%, rgba(83,197,255,1) 100%);
}
#glasscoating .title ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px 0 14px;
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	text-shadow: 1px 1px 0px #b4e6ff;
	background: url(./arr.png) 50% 94%/12px 6px no-repeat;
}
#glasscoating .title ul li a:hover {
	color: #333;
	text-decoration: none;
	background-position: 50% 96%;
}
#glasscoating .title ul li a span {
	display: block;
	font-size: 14px;
}
#glasscoating section {
	width: 720px;
	margin: 0 auto 56px;
	z-index: 2;
}
#glasscoating p,
#glasscoating ul,
#glasscoating ol,
#glasscoating dl {
	line-height: 1.6;
	margin-bottom: 1em;
}
#glasscoating section h3,
#glasscoating section h4,
#glasscoating section h5,
#glasscoating section h6 {
	padding: 0;
	margin: 0 0 0.5em;
	font-size: inherit;
	text-indent: 0;
	background: none;
	border: none;
}
#glasscoating section h3 {
	position: relative;
	padding: 8px 0;
	margin-bottom: 28px;
	font-size: 34px;
	color: #00a9ff;
	line-height: 1.3;
	z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30px' height='30px'%3E%3Cpath fill-rule='evenodd'  fill='rgba(63, 190, 255, 1)' d='M-0.000,-0.000 L30.000,-0.000 L30.000,30.000 L-0.000,30.000 L-0.000,-0.000 Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 88%;
	background-size: 100% 1px;
}
#glasscoating section h3::before {
	 content: '';
	 display: block;
	 width: 95px;
	 height: 95px;
	 position: absolute;
	 top: -8px;
	 left: -24px;
	 z-index: -1;
	 background: url(./bg_headline.png) no-repeat;
}
#glasscoating section h3 span.subtitle {
	display: block;
	color: #333;
	font-size: 20px;
}
#glasscoating section h3 span.title {
	font-size: 22px;
}
#glasscoating section h4 {
	font-size: 26px;
}
#glasscoating section h5 {
	font-size: 22px;
}
#glasscoating section ol {
	list-style: none;
}
#glasscoating section ul.image {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 24px;
}
#glasscoating section ul.image li {
	list-style: none;
}
#glasscoating section ul.image.column3 {
	justify-content: center;
}
#glasscoating section ul.image.column3 li {
	width: 200px;
	margin: 0 8px;
}
#glasscoating section ul.image li figure {
}
#glasscoating section ul.image li figure img {
	display: block;
	margin-bottom: 6px;
}
#glasscoating section ul.image li figure figcaption {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
#glasscoating section ul.image.textleft li figure figcaption {
	text-align: left;
}
#glasscoating section ul.image li figure figcaption span {
	font-weight: bold;
	font-size: 15px;
}
#glasscoating section dl dt {
	font-weight: bold;
}
#glasscoating section .feature {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-bottom: 16px;
}
#glasscoating section .feature dl {
	width: calc(calc(100% - 276px) - 24px);
}
#glasscoating section .feature dl dd {
	margin-bottom: 16px;
}
#glasscoating section .feature figure {
	width: 276px;
}
#glasscoating section figure.image-c1glass {
	margin-bottom: 32px;
}
#glasscoating section figure.image-c1glass figcaption {
	padding-left: 18px;
}
#glasscoating section figure.image-c1glass figcaption a {
	text-decoration: underline;
	font-weight: normal;
}
#glasscoating section figure.image-c1glass figcaption a:hover {
	text-decoration: none;
}
#glasscoating section p.refer {
	padding-left: 26px;
	background: url(./ico.png) 0 0.1em/23px 16px no-repeat;
}
#glasscoating section p.refer a {
	color: #3fbeff;
	text-decoration: underline;
}
#glasscoating section p.refer a:hover {
	color: #f90;
	text-decoration: none;
}