@charset "UTF-8";
/*PC　→　SP*/

/*ALL*/
.red {color: #C21010;}
.right{text-align: right;}
.left{text-align: left;}
.big120{font-size: 120%;}
.big140{font-size: 140%;}
.small80{font-size: 80%;}
.small60{font-size: 60%;}
.mgTop5{margin-top: 5%!important;}
.mgTop10{margin-top: 10%!important;}
@media all and (max-width:768px) {
.small80{font-size: 10px;line-height: 1.6;}
}
.insulation_grade_flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 50px;
}
.insulation_grade_flexbox div{
	width: 47%;
}
@media all and (max-width:1000px) {
.insulation_grade_flexbox div{
	width: 100%;
}
}
.text {
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.7;
}
@media all and (max-width:768px) {
.insulation_grade_flexbox div{
	width: 100%;
}
.text {
	font-size: 12px;
}
}
@media all and (max-width:430px) {
.insulation_grade_flexbox{
	display: flex;
	flex-direction: column;
}
.text {
	margin-top: 5px;
	font-size: 12px;
}
}

/*emphasis*/
.emphasis{
	width: 70%;
	margin: 50px auto ;
	padding: 30px;
	border: 1px solid #4c5870;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	position: relative;
}
.emphasis_title{
	width: 330px;
	padding: 20px;
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
}
.emphasis dl{
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	text-align: left;
}
.emphasis dl dt{
	width: 150px;
	padding: 0 10px;
	font-size: 32px;
	white-space: nowrap;
}
.emphasis dl dd{
	width: auto;
	padding: 0 10px;
}
@media all and (max-width:1160px) {
.emphasis dl dt {
}
}
@media all and (max-width:430px) {
.emphasis{
	width: 100%;
	margin: 50px auto 50px;
	padding: 20px 10px;
	font-size: 14px;
	position: relative;
}
.emphasis_title{
	width: 80%;
	padding: 10px;
	top: -20px;
}
.emphasis dl{
	max-width: 100%;
	padding: 0 10px;
}
.emphasis dl dt {
	width: 60px;
	padding: 0 0;
	font-size: 14px;
}
}


/*conclusion*/
.conclusion{
	margin: 80px auto;
	padding: 30px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 1.6;
}

@media all and (max-width:430px) {
.conclusion{
	margin: 50px auto;
	padding: 30px 10px;
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
}
}


/*reason見出し*/
h2.insulation_grade_title{
	font-size: 30px;
}
h2.insulation_grade_title .cursive{
	font-family: "Herr Von Muellerhoff", cursive;
	font-weight: 400;
	font-style: normal;

	margin-right: 20px;
	font-size: 80px;
	color: #ccc;
	letter-spacing: 10px;
}


/*mv*/
.tempPageTitle {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: auto;
	position: relative;
}
.attentinon{
	max-width: 1600px;
	width: 100%;
	margin: auto;
	padding: 10px;
	font-size: 10px;
	text-align: right;
	color: #f6f6f6;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-shadow: 
	0px 0px 2px rgba(0, 0, 0, 0.8),
	0px 0px 5px rgba(0, 0, 0, 0.6),
	0px 0px 10px rgba(0, 0, 0, 0.4),
	0px 0px 15px rgba(0, 0, 0, 0.2);
}
@media all and (max-width:768px) {
.attentinon{
	font-size: 10px;
}
}

@media all and (max-width:430px) {
.attentinon{
	font-size: 10px;
	color: #fff;
}
h2.insulation_grade_title{
	font-size: 16px;
	text-align: center;
}
h2.insulation_grade_title .cursive{
	font-size: 40px;
	display: block;
	margin-right: 0;
}
}

/*read*/
.read{
	text-align: center;
}
.read h1.insulation_grade_title{
	margin: 50px 50px 0;
	font-size: 34px;
	font-weight: 700;
}
.read p{
	margin: 50px 50px 0;
	line-height: 2;
	font-size: 20px;
}
@media all and (max-width:768px) {
}

@media all and (max-width:430px) {
.read h1.insulation_grade_title{
	font-size: 24px;
}
.read p{
	margin: 30px 20px 0;
	font-size: 16px;
	line-height: 1.8;
}
}


/*data*/
.data{
	margin-top: 50px;
}
.data table {
	width: 100%;
	margin-bottom: 10px;
}
.data th, 
.data td {
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 16px;
}
.data th {
	font-weight: 600;
	background-color: #f0f4ff;
}
@media all and (max-width:1160px) {
.data th, 
.data td {
	font-size: 14px;
}
}
@media all and (max-width:430px) {
.data{
	max-width: 1160px;
	overflow-x: scroll;
}
.data table{
	position: relative;
	margin-bottom: 0.8rem;
	width: 100%;
	font-size: 14px;
}
.data th, 
.data td {
	white-space: nowrap;
	padding: 5px;
}
}




/*reason01*/
.reason01{
	max-width: 1240px;
	padding: 0 40px;
	margin: 0 auto;
	margin-top: 50px;
}
.reason01 figure{
	width: 87%;
	margin: auto;
	padding: 0 100px;
}
.reason01 figure img{
	width: auto;
	margin: auto;
}

@media all and (max-width:1024px) {
.reason01 figure{
	width: 87%;
	padding: 0;
}
.reason01 figure img{
	width: 100%;
}
}
@media all and (max-width:1000px) {
.reason01 .pct{
	width: auto;
}
}
@media all and (max-width:430px) {
.reason01{
	margin: 10% auto;
	padding: 0 20px;
}
.reason01 h3.title{
	margin-top: 5%;
}
.reason01 figure{
	width: 100%;
	padding: 0;
}
.reason01 figure img{
	width: 100%;
}
.reason01 figure figcaption{
	font-size: 10px;
}
}

/*reason02*/
.reason02{
	max-width: 1240px;
	padding: 0 40px;
	margin: 0 auto;
	margin-top: 50px;
}
.reason02 figure img{
	width: 60%;
	margin: auto;
	display: block;
}
@media all and (max-width:768px) {
.reason02 .small80{
	font-size: 12px;
}
}
@media all and (max-width:430px) {
.reason02{
	padding: 0 20px;
}
.reason02 h3.title{
	margin-top: 10%;
}
.reason02 figure img{
	width: 100%;
}
.reason02 .small80{
	margin-top: 20px;
	font-size: 10px;
}
}

/*reason03*/
.reason03{
	max-width: 1240px;
	padding: 0 40px;
	margin: 0 auto;
	margin-top: 50px;
}
.reason03 .insulation_grade_flexbox {
	align-items: center;
}
.reason03 .insulation_grade_flexbox .pct img{
	border: 10px solid #f6f6f6;
}
.reason03 .data figure img{
	width: auto;
}

@media all and (max-width:430px) {
.reason03{
	padding: 0 20px;
}
.reason03 h3.title{
	margin-top: 10%;
}
.reason03 .data{
	max-width: 1160px;
	overflow-x: scroll;
}
.reason03 .data figure img{
	width: 850px;
}
.reason03 .insulation_grade_flexbox .detail{
	margin-top: 25px;
}
.reason03 .insulation_grade_flexbox .detail .text .big140{
	font-size: 18px;
}

}

/*yoko*/
.yoko{
	display: none;
}
@media all and (max-width:430px) {
.yoko{
	margin: 0 auto 20px;
	display: block;
	font-size: 14px;
}
}


/*graybox*/
.graybox{
	width: 100%;
	margin-top: 50px;
	padding: 10px 50px 100px;
	background: #f6f6f6;
}
.graybox_inner{
	max-width: 1160px;
	width: 100%;
	margin: auto;
}

.graybox_inner figure {
	margin-top: -50px;
}
.graybox_inner figure img {
	max-width: 100%;
	width: auto;
	margin: auto;
	display: block;
}

@media all and (max-width:430px) {
.graybox{
	padding: 10px 10px 10px;
}
.graybox .conclusion {
	margin: 50px auto;
	padding: 0px 0px;
	font-size: 16px;
}
.graybox_inner figure {
	margin-top: 50px;
}
}





/*linkBtn*/
.linkBtn{
	margin-top: 50px;
	margin-bottom: 50px;
}
.linkBtn a{
	max-width: 400px;
	margin: auto;
}
.linkBtn a:hover{
	opacity: .8;
}
@media all and (max-width:430px) {
.linkBtn a{
	padding: 20px 0;
	font-size: 14px;
}
}

/*lineup*/
.lineup {
	margin-top: 100px;
}
.lineup h2{
	font-size: 30px;
	text-align: center;
}
.lineup ul {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.lineup ul li.lineup_box {
	width: calc(100% / 3);
	margin: 3% 0 0;
	padding: 2%;
}
.lineup ul li.lineup_box h3 {
	min-height: 72px;
	margin-top: 5%;
	padding: 3%;
	font-size: 24px;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lineup ul li.lineup_box p.text {
	margin-top: 2%;
	font-size: 16px;
	line-height: 1.6;
}
.lineup ul li.lineup_box ul.lineup_pr{
	margin-top: 25px;
	display: flex;
	justify-content: center;
	column-gap: 10px;
}
.lineup ul li.lineup_box ul.lineup_pr li{
	padding: 5px;
	background: #f6f6f6;
	font-size: 14px;
}

@media all and (max-width:430px) {
.lineup h2{
	font-size: 24px;
}
.lineup ul{
	flex-direction: column;
	width: 90%;
}
.lineup ul li.lineup_box {
	width: 100%;
}
.lineup ul li.lineup_box h3 {
	font-size: 20px;
	min-height: auto;
}
.lineup ul li.lineup_box .text{
	margin-bottom: 0;
}
.lineup ul li.lineup_box ul.lineup_pr{
	width: 100%;
	margin-top: 20px;
	flex-direction:row;
	align-items: stretch;
}
.lineup ul li.lineup_box ul.lineup_pr li{
	width: 48%;
	margin: 5px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
}

/*modelhouse*/
.modelhouse {
	margin-top: 100px;
}
.modelhouse h2{
	font-size: 30px;
	text-align: center;
}
.modelhouse ul {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.modelhouse ul li {
    width: calc(100% / 3);
    margin: 3% 0 0;
    padding: 2%;
}
.modelhouse ul li h3 {
    min-height: 72px;
    margin-top: 5%;
    padding: 3%;
    font-size: 18px;
    line-height: 1.4;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modelhouse ul li .address {
    margin-top: 5%;
    font-size: 16px;
    line-height: 1.6;
}
@media all and (max-width:430px) {
.modelhouse ul {
	flex-direction: column;
	width: 90%;
}
.modelhouse ul li {
    width: 100%;
    margin: 3% 0 0;
    padding: 2%;
}
}



/*movie*/
.movieWrap {
	padding: 0px 0 5px;
}


/*＝＝＝＝
kosodateGreen
＝＝＝＝*/

.kosodateGreen .flexBox {
	margin-bottom: 80px;
	justify-content: space-between;
}

.kosodateGreen p.text {
	margin-bottom: 20px;
}

.kosodateGreen .leftArea,.kosodateGreen .rightARea {
	width: 48%;
}

.kosodateGreen .leftArea h4 {
	font-size: 18px;
	margin-bottom: 40px;
}

.kosodateGreen .leftArea h4 span {
	font-size: 22px;
}

.kosodateGreen table {
	width: 100%;
	margin-bottom: 10px;
	table-layout: fixed;
}
.kosodateGreen th, 
.kosodateGreen td {
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 16px;
	vertical-align: middle;
}

.kosodateGreen th {
	font-weight: 600;
	background-color: #f0f4ff;
}

.kosodateGreen td.pl {
	padding-left: 30px;
}

.kosodateGreen h4.kosodate_title {
	font-size: 22px;
	margin-bottom: 20px;
}

.kosodateGreen .hikaku {
    margin: 60px auto 100px;
}

.kosodateGreen .hikaku .arrow01,.kosodateGreen .hikaku .arrow02 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 50px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    margin-left: -50px;
}

.kosodateGreen .hikaku .arrow02 {
    padding: 0 0 0 59px;
    margin-left: -59px;
}

.kosodateGreen .hikaku .arrow01::before,
.kosodateGreen .hikaku .arrow01::after,.kosodateGreen .hikaku .arrow02::before,
.kosodateGreen .hikaku .arrow02::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.kosodateGreen .hikaku .arrow01::before {
    left: 50%;
    top: -25px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 12px solid transparent;
    border-bottom: 12px solid #ffb5b5;
    transform: translateX(-50%);
}
.kosodateGreen .hikaku .arrow01::after {
    left: 50%;
    bottom: -5px;
    width: 10px;
    height: 0px;
    border-bottom: 15px solid #ffb5b5;
    transform: translateX(-50%);
}

.kosodateGreen .hikaku .arrow02::before {
    left: 50%;
    bottom: -25px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 12px solid transparent;
    border-top: 12px solid #cce8ff;
    transform: translateX(-50%);
}

.kosodateGreen .hikaku .arrow02::after {
    left: 50%;
    top: -5px;
    width: 10px;
    height: 0px;
    border-top: 15px solid #cce8ff;
    transform: translateX(-50%);
}

.kosodateGreen .borderBox {
	border:1px solid #000;
	padding: 60px 55px;
	width: 90%;
	margin: 0 auto 140px;
}

.kosodateGreen .borderBox h5 {
    font-size: 19px;
    border-bottom: 1px solid #666;
    display: inline;
    padding-bottom: 5px;
}

.kosodateGreen .borderBox p.text {
	margin: 20px 0;
}

.kosodateGreen .borderBox .graphImage {
	width: 80%;
	margin: 0 auto 40px;
}

.kosodateGreen .borderBox .flexBox {
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}

.kosodateGreen .borderBox .flexBox .leftArea {
	width: 56%;
}

.kosodateGreen .borderBox .flexBox .rightArea {
	width: 40%;
}

.kosodateGreen .borderBox .flexBox .rightArea .linkBtn a {
    max-width: 100%;
    width: 78%;
    display: block;
}

.kosodateGreen .movieBox {
	margin: 0 auto 50px;
}

/*HEMS追加　2025/04/04*/
.button_area{
	margin: 60px;
	padding: 60px 40px;
	background: #f6f6f6;
	text-align: center;
}
.button_area .linkBtn{
	margin-top: 40px;
	margin-bottom: 40px;
}
.button_area .linkBtn a{
	width: 45%;
}




@media all and (max-width:1160px) {
	.kosodateGreen th, 
	.kosodateGreen td {
		font-size: 14px;
	}
}

	@media all and (max-width:430px) {

	.kosodateGreen table{
		position: relative;
		margin-bottom: 0.8rem;
		width: 100%;
		font-size: 14px;
	}
	.kosodateGreen th, 
	.kosodateGreena td {
		white-space: nowrap;
		padding: 5px;
	}
		
}









@media all and (max-width:768px) {
	
	.kosodateGreen .flexBox {
		margin-bottom: 50px;
	}	
	
	.kosodateGreen .leftArea, .kosodateGreen .rightARea {
		width: 100%;
	}	

	.kosodateGreen .leftArea h4 {
		font-size: 14px;
		margin-bottom: 25px;
	}	

	.kosodateGreen .leftArea h4 span {
		font-size: 16px;
	}	

	.kosodateGreen .tableWrap.spTable {
		max-width: 960px;
		overflow-x: scroll;
		margin-bottom: 4rem;
	}

	.kosodateGreen .tableWrap table {
		position: relative;
		margin-bottom: 0.8rem;
		max-width: 960px;
		white-space: nowrap;
		table-layout: auto;
	}
	
    .kosodateGreen th, .kosodateGreen td {
        font-size: 12px;
		padding: 10px 10px;
    }
	
	.kosodateGreen td.pl {
		padding-left: 60px;
	}
	
	.kosodateGreen table .fixed {
		position: sticky;
		left:0;
		border-left: none;
  		border-right: none;
	}
	
	.kosodateGreen table .fixed:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% + 1px);
		height: 100%;
		background: #f0f4ff;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		z-index: -1;
	}	
	
	.kosodateGreen h4.kosodate_title {
		font-size: 16px;
		margin-bottom: 20px;
		line-height: 1;
	}	

	.kosodateGreen .hikaku {
		margin: 50px auto 30px;
	}
	
	.kosodateGreen .borderBox {
		padding: 30px;
		width: 100%;
		margin: 0 auto 50px;
	}
	
	.kosodateGreen .borderBox h5 {
		font-size: 14px;
		line-height: 1;
	}
	
	.kosodateGreen .borderBox .graphImage {
		width: 100%;
	}
	
	.kosodateGreen .borderBox .flexBox {
		margin-top: 50px;
		margin-bottom: 0;
	}
	
	.kosodateGreen .borderBox .flexBox .linkBtn {
		margin-bottom: 10px;
		margin-top: 30px;
	}
	
	.kosodateGreen .borderBox .flexBox .rightArea .linkBtn a {
		width: calc(100% - 40px);
	}
	
	.kosodateGreen .borderBox .flexBox .leftArea,.kosodateGreen .borderBox .flexBox .rightArea {
		width: 100%;
	}
	
	.kosodateGreen .movieBox {
		margin: 0 auto 0;
	}	
	
	/*HEMS追加　2025/04/04*/
	.button_area{
		margin: 0px;
		padding: 30px 20px;
		font-size: 12px;
	}
	.button_area p{
		line-height: 1.7;
	}
	.button_area .linkBtn{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.button_area .linkBtn a{
		width: 100%;
/*		padding: 20px 0;*/
	}

}

/*newMark*/
.newMark:before {
	left: 2em;
	top: 47%;
}

@media (max-width: 767px) {
.newMark:before {
	left: 4em;
	font-size: 14px;
}
}



/*2025/07/29追加*/
.gx-notice{
	color: #333;
	font-size: 12px;
	margin: 10px 0;
}

@media (max-width: 768px){
.gx-notice{
	margin-bottom: 30px;
	font-size: 10px;
}
}