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

.Lsp-05 {
  letter-spacing: -0.5px;
}

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

/*==h2==*/

.contentTtl_h2_cap {
  text-align: center;
  font-size: 18px;
  letter-spacing: 4px;
  width: 100%;
  line-height: 2;

}
.contentTtl_h2 {
  text-align: center;
  font-size: 21px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-weight: bold;
}
.contentTtl{
	padding:50px 0 50px;
}


/*more_after*/
.more_after{
	width:910px;
	margin:50px auto;
}
.more_after h3{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin:50px auto;
}
.more_after ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between; 
  justify-content:space-between;
}
@media screen and (max-width: 767px) {
	.more_after{
	width:95%;
	margin:50px auto;
}
.more_after h3{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin:50px auto;
}
.more_after ul{
	display: block;
	text-align: center;
}
.more_after ul li{
	margin:20px auto;
}
}
/*==========================================
 main_contents
===========================================*/
.upper_menu{
	width:910px;
	margin:20px auto;
	background-color: #eee;
	display:flex;
  	text-align: center;
  	align-items: center;
  	-webkit-justify-content: space-around;
 justify-content: space-around;
 padding:5px 0;
}
.upper_menu li:first-child{
	font-size: 18px;
	border-right:1px dashed #000;
	font-weight: bold;
	height:60px;
	padding-top:15px;
	width:225px;
	margin-left:-20px;
	transition:.5s all;
}
.upper_menu li:first-child:hover{
	opacity:.7;
}
.upper_menu li{
	padding:3px 0 7px;
}
.upper_menu li:not(:first-child){
	font-size: 14px;
}
.upper_menu li:not(:first-child) span{
	font-size: 16px;
	font-weight: bold;
}
.upper_menu li:nth-child(3){
	border-bottom:2px solid #000;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #000;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

@media screen and (max-width: 767px) {
.upper_menu{
	display: none;
}
}




.inner_breadcrumb{
	width:910px;
	margin:10px auto 0;
	text-align:right;
}
.inner_breadcrumb li{
	display:inline-block;
}
.inner_breadcrumb span{
	padding: 0 20px 0 5px;
}
.inner_breadcrumb .active{
	background-color: #ccc;
	font-weight: 500;
	padding:5px 10px;
	transition:.5s all;
	border:1px solid #ccc;
}
.inner_breadcrumb .active i{
	padding: 0 5px;
}
.inner_breadcrumb .active:hover{
	background-color: #FFF;
	border:1px solid #000;
}
.inner_breadcrumb li:hover{
	border-bottom:1px solid #000;
}
@media screen and (max-width: 767px) {

.inner_breadcrumb{
	display: none;
}
}

/*main_img*/
.main_img{
	margin:0 auto 50px;
	height:400px;
	background:url(../img/longtimehouse/durability/main_bg.jpg) no-repeat center top;
	position:relative;
	text-align: left;
}
.main_img .main-catch{
	color:#FFF;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	position: absolute;
  top: 6%;
	right: 20%;
	font-size: 36px;
	text-shadow:none;
  line-height: 1.4;
}
@media all and (-ms-high-contrast:none){
	.main_img .main-catch{
/*		left:24%;*/
	}
}
@media screen and (max-width: 767px) {
	.main_img{
	margin:30px auto;
	background-size:cover;
	height:250px;
	position:relative;
	text-align: center;
}
.main_img .main-catch{
	position:relative;
	display:block;
	font-size: 21px;
	 top: 10%;
	left:0;
}
}

/*box01,box02*/
.box01{
	max-width:910px;
	margin:100px auto 50px;
	font-size: 16px;
	line-height:36px;
	font-weight: 500;
}
.box01 .h2{
	font-size: 21px;
	border-bottom:2px solid #ccc;
	margin:50px auto;
}
.box01_img{
	width:810px;
	margin:50px auto;
	display: flex;
	-webkit-justify-content: space-between; 
  	justify-content:space-between;
  	-webkit-flex-wrap: wrap;  
	flex-wrap: wrap;
	text-align: center;
}
.box01_img li:last-child{
	padding-top:50px;
}
.box01 ul{
	max-width:910px;
	margin:50px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;  
	flex-wrap: wrap;
	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-justify-content: center;
 	justify-content: center;
}
.box01 ul li:nth-child(2){
	margin-left:10px;
	margin-right:10px;
}
.box01 ul li:nth-child(4){
	margin-right:20px;
}
.box01 ul li:nth-child(4),.box01 ul li:nth-child(5){
	margin-top:20px;
}
@media screen and (max-width: 767px) {
.box01{
	max-width:95%;
	margin:30px auto;
}
.box01 .h2{
	margin:30px auto;
}
.box01_img{
	margin:30px auto;
	display:block;
	max-width:95%;
}
.box01 ul{
	max-width:95%;
	margin:50px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;  
	flex-wrap: wrap;
	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-justify-content: center;
 	justify-content: center;
}
.box01 ul li{
	margin-bottom:20px;
}
.box01 ul li:nth-child(2){
	margin-left:0;
	margin-right:0;
}
.box01 ul li:nth-child(4){
	margin-right:0;
}
.box01 ul li:nth-child(4),.box01 ul li:nth-child(5){
	margin-top:0;
}
}
</pre></body></html>