<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.contentCnv_li03 {
  width: 100%;
}
.contentNavTopTtl a {
  padding: 0 8% 0 0;
}
.contentNavTop {
  margin: 0 auto;
}
.contentBack {
  margin-top: 25px;
}
.fs18 {
  font-size: 18px;
}
.mb14rem {
  margin-bottom: 1.4rem;
}
.mb1rem {
  margin-bottom: 1rem;
}
.mb04rem {
  margin-bottom: 0.4rem;
}
.pd02 {
  padding-left: 2%;
  padding-right: 2%;
}

/*==========================================
 content
===========================================*/
.contentArea {
  margin-bottom: 150px;
}

@media screen and (max-width:767px) {
.contentArea {
  margin-bottom: 0;
}
}
.contentTtl {
  padding: 100px 0 20px;
  text-align: center;
}
.contentMain {
  margin-bottom: 50px;
}
.contentBox {
  margin-bottom: 100px;
}
.contentBoxSub {
}
.contentInner {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contentFigure {
}
.youtube_area {
}
.youtube_cap {
  margin-bottom: 16px;
  font-weight: bold;
}


/*==========================================
 見出し
===========================================*/

/*==h2==*/

.contentTtl_h2 {
text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: bold;
}
.contentTtl_h2_cap {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
    line-height: 1;
}

/*==h3==*/

.contentTtl_h3 {
  font-size: 16px;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 1.4rem;
  padding-bottom: 8px;
}

@media screen and (max-width:480px) {
.contentTtl_h3 {
  display: block;
}
}
.contentTtl_h3:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #1A1A1A;
  position: absolute;
  bottom: 0;
  margin-bottom: -1px;
  left: 0;
}
/*.contentTtl_h3:after {
  content: "";
  display: block;
  width: 90px;
  border-bottom: 1px solid #1A1A1A;
  position: absolute;
  bottom: 0;
  margin-bottom: -1px;
  left: 0;
}*/

@media screen and (max-width:480px) {
.contentTtl_h3:after {
  width: 100px;
  margin-left: 0;
  right: inherit;
}
}
.contentTtl_h3_inner {
  padding-left: 24px;
  letter-spacing: 0.6px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width:480px) {
.contentTtl_h3_inner {
  padding: 0 24px;
  font-size: 22px;
}
}
/*==h4--*/

.contentTtl_h4 {
  text-align: center;
  position: relative;
  padding: 0 2%;
}
.contentTtl_h4::before {
  content: "";
  display: block;
  width: 96%;
  border-bottom: 1px solid #625e5d;
  position: absolute;
  bottom: 50%;
  margin-bottom: -1px;
  z-index: -1;
}
.contentTtl_h4_inner {
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  background: #fff;
  z-index: 0;
  padding: 0 5%;
  font-size: 24px;
}

/*全棟サーモグラフィーカメラでの撮影で断熱効果や欠損の確認をします*/
.kakuninBox{
  margin-bottom: 1.4rem;
}
.kakuninTtl{
	font-weight:bold;
}
.kakuninTxt{
	margin-bottom:1rem;
}
.dannetsu_houseList {
  padding: 0 2%;
}
.dannetsu_houseList li{
	display:inline-block;
	text-align:center;
}
.dannetsu_houseList li p{
	margin-bottom:5px;
}
.dannetsu_houseList li:not(:last-child){
	margin-right:8.6%;
}
.gray_line{
	font-size:20px;
	text-align:center;
	max-width:420px;
	width:100%;
	margin:30px auto 80px;
}
@media screen and (max-width:480px){
.gray_line{
	width:96%;
}
}
.gray_line span{
    background: linear-gradient(transparent 50%, #e5e5e5 0%);
	font-weight: bold;
}

.upTxt {
  text-align: center;
  position: relative;
  padding: 0 2%;
 margin-bottom:40px;
}
.upTxt::before {
  content: "";
  display: block;
  width: 96%;
  border-bottom: 1px solid #625e5d;
  position: absolute;
  bottom: 50%;
  margin-bottom: -1px;
  z-index: -1;
}
.upTxt_inner {
  text-align: center;
  background: #fff;
  z-index: 0;
  padding: 0 5%;
  font-size: 20px;
  display: inline-block;
}
@media screen and (max-width:960px){
.upTxt_inner {
  padding: 0 2%;
}
}
/*.upTxt_inner {
  margin-bottom: 40px;
  text-align: center;
  background: #fff;
  z-index: 0;
  padding: 0 5%;
  font-size: 20px;
}*/
.upTxt br{
	display:none;
}
.upTxt-fig {
  text-align: center;
}
@media screen and (max-width:970px){
.dannetsu_houseList{
	width:95%;
	margin:0 auto;
}
.dannetsu_houseList li{
	width:30%;
}
.dannetsu_houseList li:not(:last-child){
	margin-right:2%;
}
}
@media screen and (min-width:480px) and (max-width:767px) {
.upTxt br{
	display:block;
}
}
@media screen and (max-width:480px){
.dannetsu_houseList li p{
	font-size:10px;
}
.upTxt::before {
  border-bottom: 1px solid #fff;

}
}
/*測定機器*/
.cameraBox{
	min-height:355px;
	position:relative;
}
@media screen and (max-width:767px) {
.cameraBox{
	min-height:inherit;
}
}
.cameraTxt{
	position:absolute;
	top:0;
	left:2%;
	font-weight:bold;
	z-index:1;
}
.cameraImg{
	position:absolute;
	bottom:0;
	right:80px;
}
@media screen  and (max-width:767px) {
.cameraTxt{
	position:static;
}
.cameraImg{
	position:static;
}
}
</pre></body></html>