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


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

/*==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(2){
	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/triple/main_bg.png) no-repeat center top;
	position:relative;
	text-align: center;
  padding: 0 2%;
}
.main_img .main-catch{
	color:#FFF;
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    text-shadow: black 1px 1px 0px, black -1px 1px 0px,
             black 1px -1px 0px, black -1px -1px 0px;
}
.main_img .main-catch span{
	display:block;
	font-size: 36px;
	text-shadow:none;
}

@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;
}
.main_img .main-catch span{
	display:block;
	font-size: 21px;
	text-shadow:none;
}
}

/*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;
}

@media screen and (max-width: 767px) {
.box01{
	max-width:95%;
	margin:30px auto;
}
.box01 .h2,
.box02 h3{
	margin:30px auto;
}
.box01_img,
.box02_img{
	margin:30px auto;
	display:block;
	max-width:95%;
}
.box02 p{
	margin:30px auto;
}
}

/*material*/
.material{
	width:910px;
	margin:0 auto 100px auto;
}
.material ul{
	display: flex;
	-webkit-justify-content: center; 
  	justify-content:center;
  	-webkit-flex-wrap: wrap;  
	flex-wrap: wrap;
	text-align: center;
}
/*.material ul:last-of-type{
  	-webkit-flex-wrap: nowrap;  
	flex-wrap: nowrap;
}*/

.material ul li{
  padding: 15px 0.7% 0;
}
.material ul li span{
	display: block;
	padding:40px;
}
.material ul li img{
/*  padding: 15px 2% 0;*/
}
@media screen and (max-width: 767px) {
	.material{
	width:95%;
	margin:50px auto;
}
.material h3{
	margin:50px auto;
	font-size: 24px;
	text-align: center;
}
.material ul{
	display: flex;
	-webkit-justify-content: space-between; 
  	justify-content:space-between;
  	-webkit-flex-wrap: wrap;  
	flex-wrap: wrap;
	text-align: center;
	 -webkit-justify-content: center;
  justify-content: center;
}
.material ul li{
	width:47%;
	height:auto;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: 500;
	margin-right:10px;
}
.material ul li:nth-child(even){
	margin-right:0;
}
.material ul li span{
	display: block;
	padding:30px;
}
/*.material ul li img{
	padding-top:15px;
}*/
}



.relation_blog{
    width: 100%;
    background-color: #f0f0f0;
    display: inline-block;
    margin: 40px 0;
}

.other_contents{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
/*	width:940px;*/
	margin:0 auto;
}
.other_contents *{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.other_contents .other_contents_title{
	text-align:center;
	font-size:21px;
	margin:35px auto 30px;
	color: #000;
    font-family: YuGothic, 'Yu Gothic', Meiryo, sans-serif;
    font-weight: 600;
}
.other_contents .other_contents_listbox{
	width:100%;
	overflow: hidden;
	max-width: 963px;
	margin: 0 auto;
}
.other_contents .other_contents_listflame{
/*	width:23%;
    float: left; */
    border: solid 1px #cccccc;
/*	margin:0 1% 45px;*/
	margin:0 1%;
	background-color: #fff;
}
.other_contents .other_contents_list{
	width:100%;
	position: relative;
    padding: 0 5%;
    font-family: YuMincho, 'Yu Mincho', Meiryo, sans-serif;
}
.other_contents .other_contents_list a{
	text-decoration:none;
	display: block;
}
.other_contents .other_contents_list a:hover{
	opacity:0.6;
}
.other_contents .other_contents_list_title{
	font-size:16px;
    color: #000;
    font-family: YuGothic, 'Yu Gothic', Meiryo, sans-serif;
    font-weight: 500;
    height: 40px;
    margin-top: 10px;
    line-height: 1.4;
}
.other_contents .other_contents_list_date{
	font-size:12px;
	text-align:right;
    font-family: YuGothic, 'Yu Gothic', Meiryo, sans-serif;
    color: #000;
	margin-bottom: 2px;
    font-weight: 600;
}
.other_contents .other_contents_list_img{
	overflow: hidden;
  max-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.other_contents .other_contents_list_img img{
/*	width: 100%;*/
}
.other_contents .other_contents_list_staffimg_wrap{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.other_contents .other_contents_list_staffimg{
    position: relative;
    top: 30%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
/*    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;*/
    width: 64px;
    height: 64px;
    overflow: hidden;
    display: inline-block;
    float: left;
    border: 1px solid #decdb9;
}
.other_contents .other_contents_list_staffimg img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
/*    width: 100%;*/
    /* backface-visibility: inherit; */
    border: solid 4px #fff;
}
.other_contents_list_staffname{
	font-size:14px;
    color: #000;
    margin-top: 10px;
    font-weight: 500;
}

@media screen and (min-width: 0px) and (max-width:767px) {
	.other_contents{
		width:auto;
	}
	.other_contents .dum_list{
		display: none;
	}
	/*.other_contents .other_contents_listflame{
		width:97%;
	}*/
	.other_contents .other_contents_list{
		width:100%;
		margin:15px 0;
	}
	.other_contents .other_contents_list_title{
	    text-align: center;
	  /*  height:auto;*/
	}
	.other_contents .other_contents_list_date{
	    text-align: center;
	}
	.other_contents .other_contents_list_img{
		height:100%;
		width:auto;
	    text-align: center;
	}
	.other_contents .other_contents_list_img img{
		width:auto;
	}
	.other_contents_list_staffimg_wrap{
		display: none !important;
	}
	.other_contents_list_staffname{
		display: none !important;
	}
}</pre></body></html>