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

a{color:unset;}

a:hover{
	opacity: 0.7;
}

body{
	margin:0 auto !important;
}

rt{
	font-size: 12px;
}

.no-links {
    pointer-events: none;
    cursor: default;
}

.u-show_sp {
	display: none;
}

.u-hide-media {
	display: block;
}

.show-pc {
    display: inline-block;
}

.u-show-media {
	display: none;
}

.media_1023 {
	display: none;
}

.featurePage.wfix1{
	width: 100vw;
}

.max900 {
	max-width: 750px;
	margin: 0 auto;
}

.mb30{
	margin-bottom:30px;
}

.featureSp{
	display: none;
}


@media (max-width: 1023px){
	.contents_wrapper{
	width:94%;
	margin:0 auto;
	}
}

@media (max-width: 767px){
	.mb30{
		margin-bottom:20px;
	}

	rt{
		font-size: 10px;
	}

	.featureSp {
        display: block;
    }
}


/*-------------------------------------
ここまでbase
------------------------------------- */


/*-------------------------------------
nav
------------------------------------- */

.l-section-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	font-size: 18px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px 0 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-section-nav li {
	width: calc(100% / 3);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.l-section-nav li a {
	color: #fff;
	background: #b7b7b7;
	position: relative;
	display: block !important;
	text-align: center;
	padding: 21.5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 1.6;
	height: 100%;
	/* font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}


.l-section-nav li a:link,
.l-section-nav li a:visited {
	color: #fff;
}

.l-section-nav li a:link:hover,
.l-section-nav li a:visited:hover {
	color: #fff;
}

.l-section-nav li a:hover {
	opacity: 0.7;
}

.l-section-nav li a::after {
	position: absolute;
	display: block;
	content: '';
	top: -2px;
	bottom: 0;
	margin: auto;
	right: 8%;
	width: 7px;
	height: 7px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media (max-width: 1023px) {
	
	.l-section-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 14px;
		margin: 30px 0;
	}

	.l-section-nav li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}


	.l-section-nav li:not(:nth-child(even)) {
		border-right: 1px solid #fff;
	}


	.l-section-nav li a {
		padding: 20px 0 30px;
		display: block;
	}

	.l-section-nav li a::after {
		bottom: 15px;
		width: 7px;
		height: 7px;
		top: inherit;
		left: 0;
		right: 0;
		margin: auto;
	}

}

@media (max-width: 769px) {

	.l-section-nav {
		font-size: 14px;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}

}



/*-------------------------------------
l-content
------------------------------------- */

.section_title {
	display: block;
	text-align: center;
	margin: 80px auto 30px;
}

/*------------------------
fadein
------------------------ */


  /*アニメーション要素のスタイル*/
  .animation{
	opacity : 0;
	visibility: hidden;
	transition: 2.5s;
	transform: translateY(30px);
  }
  /*アニメーション要素までスクロールした時のスタイル*/
  .active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }

  .fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 2s;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fade-in-bottom {
	opacity: 0;
	animation-name: fadein-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
 }

 @keyframes fadein-bottom {
	0% {
	   opacity: 0;
	   transform: translateY(20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
 }

/*------------------------
section
------------------------ */

.text_right {
    display: block;
    float: right;
	margin-right: 80px;
}


.bg_gray {
    background: #f3f3f3;
    padding: 10px 0px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}


.main-mv {
	margin-bottom: 40px;
}

.section_txt_main {
	font-size:16px;
	line-height: 2;
	text-align: left;
	margin: 0px 0 30px;
}

.section_txt {
	font-size:16px;
	line-height: 2;
	text-align: left;
	margin: 30px 0;
}



.h2_txt {
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.8;
    font-size: 32px !important;
    text-align: center;
    margin: 40px auto 30px;
    font-weight: normal;
}

.h2_txt span{
    display: block;
    font-size: 26px;
	margin: 0 0 10px;
}



.title_bg{
	background: #c6b7a2;
    padding: 10px 0;
}

.icon_title{
	display: flex;
    align-items: center;
    justify-content: center;
}

.octagon {
    background: #c6b7a2;
    width: 25px;
    display: inline-block;
    height: 25px;
    margin-right: 10px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.h4_txt {
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.8;
    font-size: 30px;
    text-align: center;
    margin: 50px auto -30px;
    font-weight: normal;
}


.h2-shoulder {
    font-size: 26px !important;
}

.h3_txt {
    font-size: 26px;
    text-align: center;
    font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    line-height: 1.6;
    margin:30px auto 0;

}

.h3_txt_left{
	text-align: left !important;
    margin-bottom: 0px !important;
    font-size: 36px !important;
}

.arrow_box{
	margin: -40px auto 30px;
    display: inline-flex;
    width: 48%;
	text-align: center;

}

.arrow{
	max-width: 85px;
    margin: 0 auto;
    display: block;
}

.text_link{
	color: #a97;
    text-decoration: 1px underline;
    margin: 20px auto 0;
	text-align: center;
}

.text_link a{
	transition: all 0.35s;
}

.text_link a:hover{
	opacity: 0.7;
}



.feature_linkBtn.gry{
	background: #888;
    color: #fff;
    padding: 10px 0;
    max-width: 350px;
}

.feature_linkBtn.gry a{
	transition: all 0.35s;
}

.feature_linkBtn.gry a:hover{
	opacity: 0.7;
}

.flexbox {
    display: flex;
	justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 60px;
    align-items: center;
}


.l-colom_tumb {
	order: 1;
	width: 48%;
}

.linkarea {
	order: 2;
	width: 52%;
	padding: 0px 0 0 20px;
}


.l-colom_tumb_invert {
	order: 2;
	width: 52%;
}

.linkarea_invert {
	order: 1;
	width: 52%;
	padding: 0 20px 0 0px;
}

.linkarea_title {
	text-align: center;
}






/*-------------------------------------
media
------------------------------------- */

/* 1023 */

@media (max-width: 1023px) {

	.linkarea_invert {
		padding: 0 9px 0 0px;
	}

	.h2-shoulder {
		font-size: 16px;
	}

	.h2_txt {
		font-size: 18px;
	}

	.h2_txt span{
		font-size: 14px;
	}

	.pagetop {
		bottom: 2%;
		right: 3%;
	}

	.pagetop a {
		width: 35px;
		height: 35px;
	}

	.pagetop a::after {
		bottom: 10px;
		width: 10px;
		height: 10px;
	}

	.linkarea_title {
		padding: 0px 0 20px;
	}

	.linkarea {
		order: 2;
		width: 50%;
		padding: 0px 0 0 20px;
	}

	.media_1023 {
		display: block;
	}

	.h3_txt {
		font-size: 19px;
		line-height: 1.4;
	}

	.section_txt {
	    margin: 20px 0;
	}


}

/* 1023 */




/* @media */
@media (max-width: 767px) {

	.linkarea_title .h3_txt{
		margin-bottom:10px;
	}

	.arrow_box {
		margin: -20px auto 20px;
		display: inline-flex;
		width: 100%;
	}

	.heading_txt {
		padding: 30px 0 0px;
	}

	.heading_txt:before {
		position: absolute;
		bottom: -6px;
		left: calc(50% - 40px);
		width: 76px;
		height: 3px;
		content: '';
		border-radius: 3px;
		background: #a0868b;
	}
	
	.media_1023 {
		display: none;
	}

	.u-hide-media {
		display: none;
	}

	.u-show-media {
		display: inline-block;
	}

	.u-show_sp {
		display: block;
	}

	.section_txt_main {
		font-size: 14px;
		line-height: 2;
		margin: 10px 0 0px;
	}


	.section_txt {
		font-size: 14px;
		line-height: 2;
		margin: 20px 0;
	}


	.main-mv {
		margin-bottom: 30px;
	}


	.flexbox {
		display: block;
		margin-bottom: 40px;
	}

	.l-colom_tumb , .l-colom_tumb_invert {
    	width: 100%;
    	display: block;
    	padding: 0%;
    	margin: 0 auto;
    	line-height: 0;
	}

	.linkarea , .linkarea_invert {
		order: 2;
		width: 100%;
		padding: 0px;
	}


	.linkarea_title {
		padding: 20px 0 0;
		text-align: left;
		font-size: 14px;
	}


	.h2_txt {
		font-size: 19px !important;
		margin:40px auto 20px !important;
	}

	.h2_txt span{
		font-size: 16px;
	}


	.sp_sub {
		font-size: 19px;
		margin: 30px 0 -30px;
	}

	.h4_txt {
		font-size: 19px;
		margin: 30px 0 -10px;
	}
	.h2-shoulder {
		font-size: 16px !important;
	}

	.h3_txt {
		font-size: 18px !important;
		margin:20px auto;
		line-height: 1.6;
		letter-spacing: -0.2px;
	}

	.h3_txt_left{
		text-align: left;
		margin-bottom: 0px;
		font-size: 30px !important;
		line-height: 1;
	}

	.wide_width {
		margin: 0 calc(50% - 50vw) 30px;
		width: 100vw;
	}

	.show-pc {
		display: none;
	}

	.text_right {
		display: block;
		float: right;
		margin-right: 50px;
	}

	/* @media */
}




.center_txt{
	text-align: center;
}

a.link{
	border-bottom: solid 1px #333;
    display: inline;
    transition: all 0.35s;
	color: #333 !important;
}


.h2_bg{
	background-color: #ebdede;
	padding: 7px 0;
	margin: 0 calc(50% - 50vw) !important;
}

.section_block{
	margin: 0 0 80px;
}

.section_head{
	font-size: 20px;
	margin: 20px 0 10px;
}

.section_detail{
	font-size: 16px;
}

.col_wrapper{
    display: flex;
    margin: 60px auto 60px;
    gap: 30px;
}


/* point */
.point_box{
	/* background-color: #fcf8f8;
    border: 5px solid #b28181;
    border-radius: 60px;
    padding: 30px;
    position: relative;
    margin: 60px 0;	 */
	background-color: #faf9fd;
	border: 3px solid #c2b7d5;
	border-radius: 25px;
	padding: 50px 20px 20px;
	position: relative;
	margin: 60px 0;
}

.point_title{
	/* position: absolute;
    top: -15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
    font-size: 22px;
    z-index: 10;
    background: #ffffff;
    padding: 10px 25px;
    width: 55%;
	text-align: center; */
	background-image: repeating-linear-gradient(-45deg, #e0d5ff 0, #f2e9ff 3px, #fafafa 3px, #fafafa 6px);
	border-left: 2px dotted rgba(0, 0, 0, .1);
	border-right: 2px dotted rgba(0, 0, 0, .1);
	transform: rotate(-2deg);
	font-size: 24px;
	padding: 10px 20px;
	line-height: 1;
	position: absolute;
	top: -20px;
	left: 20px;
	text-shadow: 0px 0px 1px #333;
}

.point_title span{
	color: #b28181;
}

.point_list{
	/* padding: 20px; */
}

.point_list dt{
	font-size: 16px;
	border-bottom: 1px solid #000000;
	display: inline-block;
	text-decoration: none;
	padding: 10px 0 0;
}

.point_list dd{
	padding: 10px 0 0;
	font-size: 16px;
}


.col_wrapper2{
    display: flex;
    margin: 60px auto 60px;
    gap: 30px;
	flex-direction: row-reverse;
}

.col_img2cell{
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;*/
    width: 50%;
}

.col_img_single{
    width: 50%;
    padding: 0;
    display: flex;
    flex-direction: column;
	justify-content: center;
}

.col_img_box1{
    text-align: center;
	margin: 0 0 30px;
}

.col_img_box1 span{
	font-size: 22px;
}

.col_img_single a{
    /* color:#aa9977; */
	text-decoration: underline;
}

.col_img_bg{
    background-color: #f0f0f0;
    padding: 20px;
	font-size: 18px;
}

.col_img_bg p{
	position: relative;
	padding-left: 1.2em;
	font-size: 16px;
}

.col_img_bg p:before{
	position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/Contents/default/img/special/insulation_habit/img/check_icon.png) no-repeat;
    background-size: contain;
}

.col_txt_area{
    width: 50%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px auto;
    font-size:16px;
    transition: all 0.35s;
}

.col_txt_area a{
    color:#aa9977;
}

.col_txt_area a:hover{
    opacity: 0.7;
}

.section_end{
	font-size: 16px;
	text-align: center;
	margin: 60px 0;
}


/* @media */
@media (max-width: 767px) {

	.section_title {
		display: block;
		text-align: center;
		margin: 60px auto 20px;
	}

	/* point */
	.point_box{
		/* background-color: #fcf8f8;
		border: 3px solid #b28181;
		border-radius: 20px;
		padding: 10px;
		position: relative;
		margin: 80px 0 60px;	 */
		background-color: #faf9fd;
		border: 3px solid #c2b7d5;
		border-radius: 25px;
		padding: 60px 10px 10px;
		position: relative;
		margin: 60px 0 60px;
	}

	.point_title{
		/* position: absolute;
		top: -12%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 18px;
		z-index: 10;
		background: #ffffff;
		padding: 10px;
		width: 90%;	
		text-align: center; */
		background-image: repeating-linear-gradient(-45deg, #e0d5ff 0, #f2e9ff 3px, #fafafa 3px, #fafafa 6px);
		border-left: 2px dotted rgba(0, 0, 0, .1);
		border-right: 2px dotted rgba(0, 0, 0, .1);
		transform: rotate(-2deg);
		font-size: 18px;
		padding: 10px 20px;
		line-height: 1;
		position: absolute;
		top: -30px;
		left: 20px;
		text-shadow: 0px 0px 1px #333;
		line-height: 1.5;
	}

	.point_list{
		/* padding: 50px 10px 0; */
	}

	.point_list dt{
		font-size: 14px;
        border-bottom: 1px solid #000000;
        display: inline-block;
		text-decoration: none;
		padding: 10px 0 0;
	}

	.point_list dd{
		padding: 10px 0 0;
		font-size: 14px;
	}

	.section_block{
		margin: 0 0 40px;
	}
	
	.section_head{
		font-size: 16px;
		margin: 20px 0 10px;
	}
	
	.section_detail{
		font-size: 14px;
	}
	/* anker */
	.col_wrapper {
		margin: 40px auto 60px;
		gap: 20px;
		flex-direction: column;
	}


	.col_img2cell {
		width: 100%;
	}

	.col_img_single {
		width: 100%;
		margin: 0 auto;
		order: 1;
		font-size: 14px;
		padding: 0;
		gap: 10px;
	}

	.col_img_box1{
		text-align: center;
		margin: 0 0 10px;
	}

	.col_img_box1 span{
		font-size: 16px;
	}

	.col_img_bg{
		background-color: #f0f0f0;
		padding: 10px;
		font-size: 16px;
	}
	
	.col_img_bg p{
		position: relative;
		padding-left: 1.2em;
		font-size: 14px;
	}
	
	.col_img_bg p:before{
		position: absolute;
		left: 0;
		top: 9px;
		content: "";
		display: inline-block;
		width: 1em;
		height: 1em;
		background: url(/Contents/default/img/special/insulation_habit/img/check_icon.png) no-repeat;
		background-size: contain;
	}

	.col_txt_area {
		width: 100%;
		padding-left: 0px;
		margin: 20px auto 0;
		font-size: 14px;
		order: 2;
	}

	.section_end{
		font-size: 14px;
		text-align: center;
		margin: 40px 0;
	}

}

</pre></body></html>