<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
 *　newsrelease
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-base-ttl h1{
	max-width: 550px;	
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.newsrelease{
	padding: 40px 0 180px;	
}

/* form-box
-----------------------------------------------------------------*/
.newsrelease .form{
	margin-bottom: 30px;	
}
.newsrelease .form-box{
	position: relative;	
	float: right;
	width: 290px;
}
.newsrelease .form-box input[type="search"]{
	width: 100%;
	height: 48px;
	padding: 0.2em 48px 0 20px; 
	border: none;
	border: 1px solid #231815;
	border-radius: 7px;
	background: #FFF;
	font-size: 1.6rem;
	
}
.newsrelease .form-box input[type="submit"]{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 30px;
  padding: 0;
	background: url(../../common/image/ico_search.svg) no-repeat #FFF;
	background-size: 100% auto;
	border: none;
	text-indent: -9999px;
	cursor: pointer;	
}
.newsrelease .form-box input::placeholder{
	color: #C9CACA;
	font-weight: bold;
}
.newsrelease .form-box input:-ms-input-placeholder{
	color: #C9CACA;
}
.newsrelease .form-box input::-ms-input-placeholder{
  color: #C9CACA;
}


/* news-item-list
-----------------------------------------------------------------*/
.news-item-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 110px;		
}
.news-item-list li{
	margin-left: 30px;
}
.news-item-list li:nth-child(4n+1){
	margin-left: 0;
}
.news-item-list li:nth-child(n+5){
	margin-top: 40px;	
}
.news-item{
	position: relative;
	max-width: 275px;
	min-height: 378px;
	height: 100%;
	margin: 0 0 10px 0;
	overflow: hidden;
	border-radius: 5px;
	background: #F7F8F8;
	box-shadow: 10px 10px 0 rgba(211,211,212,.7);	
}
.news-item.new::before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	width: 58px;
	height: 58px;
	background:url(../../common/image/ico_new.svg) no-repeat;
	background-size: 100% auto;
}
.news-item div{
	padding: 20px 20px 15px;	
}
.news-item div p:first-child{
	display: flex;
	align-items: center;
}
.news-item .date{
	font-size: 1.5rem;
	line-height: 1;
	color: #9FA0A0;
}
.news-cat{
	display: inline-block;
	min-width: 70px;
	padding:3px 8px 4px;
	margin-left: 8px;
	color: #FFF;
	line-height: 1;
	font-size: 1.3rem;
	text-align:center;	
}
.news-cat.event{ background: #F29755;}
.news-cat.residence{ background: #6BAEE0;}
.news-cat.office{ background: #349F8C;}
.news-cat.info{ background: #8471B2;}
.news-cat.other{ background: #FF7FBF;}

.news-item .txt{
	margin-top: 10px;
	letter-spacing: 0;
	line-height:1.4;
	font-size: 1.5rem;
}
.news-item.blank .txt span{
	padding-right: 16px;
	background:url(../../common/image/ico_blank.png) no-repeat right bottom 0.3em;
	background-size: 12px auto;
}
.news-item.pdf .txt span{
	padding-right: 16px;
	background:url(../../common/image/ico_pdf.svg) no-repeat right bottom 0.2em;
	background-size: 12px auto;
}


/* 記事ナビゲーション
-----------------------------------------------------------------*/

/* pagenation */
.newsrelease .pagenation{
	margin-bottom: 85px;
}
.newsrelease .pagenation ul{
	display: flex;
	justify-content: center;
	align-items: center;	
}
.newsrelease .pagenation ul li{
	position: relative;
	width: 42px;
	height: 42px;
	margin:0 5px;	
}
.newsrelease .pagenation ul li a{
	display: block;
	height: 100%;
	text-align: center;
	line-height: 40px;
	border-radius: 21px;
	border: 1px solid #CFD6E0;
	color: #999;
	font-size: 1.8rem;
	transition: .3s;	
}
.newsrelease .pagenation ul li.current a,
.newsrelease .pagenation ul li a:hover{
	border-color: #0068BA;
	color: #0068BA;	
}
.newsrelease .pagenation ul li.prev{
	margin: 0 25px 0 0;
}
.newsrelease .pagenation ul li.next{
	margin: 0 0 0 25px;	
}
.newsrelease .pagenation ul li.prev a,
.newsrelease .pagenation ul li.next a{
	border: 0;
	background: no-repeat;
	background-size: 100% auto;	
}
.newsrelease .pagenation ul li.prev a{
	background-image:url(../../common/image/btn_blue_prev.svg);	
}
.newsrelease .pagenation ul li.next a{
	background-image:url(../../common/image/btn_blue_next.svg);	
}
.newsrelease .pagenation ul li.prev a:hover,
.newsrelease .pagenation ul li.next a:hover{
	opacity: .7;
}
.newsrelease .pagenation ul li.skip{
	width: 25px;
	height: auto;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

/* year-archive */
.newsrelease .form_select{
	display: none;
}
.newsrelease .year-archive ul{
	display: flex;
	justify-content: center;
	align-items: center;
  margin-bottom: 30px;
}
.newsrelease .year-archive ul li{
	max-width: 102px;
	width: calc((100% - 100px)/10);	
	margin: 0 5px;	
}
.newsrelease .year-archive ul li a{
	display: block;
	padding: 12px 5px;
	border: 1px solid #CFD6E0;
	color: #0068BA;
	border-radius: 3px;	
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
	transition: .3s;	
}
.newsrelease .year-archive ul li.current a,
.newsrelease .year-archive ul li a:hover{
	color: #FFF;
	background: #0068BA;
	border-color: #0068BA;
}


/*--------------------------------------------------------------------------
   詳細ページ
---------------------------------------------------------------------------*/
.newsrelease-detail &gt; .breadcrumb{
	margin-bottom: 80px;
	padding: 10px 40px; 	
}
.newsrelease-detail article{
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}
.newsrelease-detail .article-hd{
	display: flex;
	align-items: center;
	margin-bottom: 20px;	
}
.newsrelease-detail .article-hd .date{
	font-size: 1.3rem;
	line-height: 1;
	color: #9FA0A0;	
}

/* 記事見出し
-----------------------------------------------------------------*/
article h1{
	margin-bottom: 40px;
	line-height: 1.5;
	color: #0068BA;
	text-align: center;
}
article h1 span{
	display: block;
}
article h1 ._small{
	font-size: 2rem;	
}
article h1 ._medium{
	font-size: 2.6rem;	
}
article h1 ._big{
	font-size: 3.4rem;	
}


/* 記事内容
-----------------------------------------------------------------*/
article .article-body{
	margin-bottom: 80px;
	padding: 45px 0 80px;
	border: solid #231815;
	border-width: 1px 0;
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: 2;	
	word-break: break-word;
}
article .article-body &gt; div+div{
	margin-top: 65px;	
}


/* レイアウト2列 */
article .layout-col02{
	display: flex;
	justify-content: space-between;
}
article .layout-col02._pic-col{ /* 画像のみの横並び */
	justify-content: flex-start;	
}
article .layout-col02._rev{
	flex-direction: row-reverse; 
}
article .layout-col02 &gt; div{
	max-width: 440px;
	width: calc(50% - 10px);
}
article .layout-inbox &gt; div+div{
	margin-top: 30px;
}

article .layout-col02._pic-col .pic+.pic{
	margin-left: 30px;	
}

/* レイアウト3列 */
article .layout-col03{
	display: flex;
	justify-content: space-between;	
}
article .layout-col03._pic-col{ /* 画像のみの横並び */
	justify-content: flex-start;	
}
article .layout-col03 &gt; div{
	max-width: 290px;
	width: calc((100% - 30px)/3);
}

article .layout-col03._pic-col .pic+.pic{
	margin-left: 20px;	
}

/* 画像 */
article .pic{
	text-align: center;	
}
div .pic:nth-of-type(n+2){
/*	margin-top: 30px;*/
}
/* 動画 */
article .video{
	position: relative;
	padding-bottom: 56.25%;	
}
article .video iframe{
	position: absolute;
	left: 0;
	top: 0;	
	width: 100%;
	height: 100%;
}

/* キャプション */
article .caption{
	display: block;
	margin-top: 5px;
	text-align: center;	
	line-height: 1.3;
}

/* リンク */
article a:link,
article a:visited{
	color: #0068BA;	
}
article .txt a{
	text-decoration:underline;	
}
article .txt a:hover{
	text-decoration: none;
}
article .txt a[target="_blank"]{
	padding-right: 18px;
	background: url(../../common/image/ico_blank_blue.png) no-repeat right 55%;
	background-size: 12px auto;	
}
article .txt a.pdf{
	padding-right: 20px;
	background: url(../../common/image/ico_pdf.svg) no-repeat right center;
	background-size: 14px auto;
}

/* 行揃え */
article ._left{
	text-align: left;
}
article ._right{
	text-align: right;
}
article ._center{
	text-align: center;
}

/* ボタンレイアウト 1列 */
article .layout-btn-col01{
	display: flex;
	justify-content: center;
}
article .layout-btn-col01 .btn a{
	min-width: 420px;
	padding: 1.4em 1em;  	
}
article .layout-btn-col01 .btn a span{
	max-width: 20em;
}

/* ボタンレイアウト 2列 */
article .layout-btn-col02{
	display: flex;
	justify-content: space-between;
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}
article .layout-btn-col02 .btn{
	max-width: 390px;
	width: calc(50% - 10px);	
}
article .layout-btn-col02 .btn a{
	padding: 1.4em 1em; 	
}

/* ボタン */
article p.btn a{
	display: block;
	background: #0068BA;
	border-radius: 50px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height:1.3;  
	transition: .3s;		
}
article p.btn a:hover{
	opacity: .7;	
}
article p.btn a span{
	display: inline-block;		
}
article p.btn a[target="_blank"] span{
	padding: 0 20px;
	background: url(../../common/image/ico_blank_w.png) no-repeat right 55%;
	background-size: 14px auto;	
}
article p.btn a.pdf span{
	padding: 0 25px;
	background: url(../../common/image/ico_pdf.svg) no-repeat right center;
	background-size: 18px auto;
}



/* 一覧へ戻る */
.btn-newsrelease-back{
	max-width: 420px;
	margin: 0 auto 130px;
}

/*--------------------------------------------------------------------------
   TAB
---------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {

.news-item-list li{
	width: 22%;
}


	}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
	
	.page-base-ttl h1{
		max-width: 230px;	
	}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
	.newsrelease{
		padding: 65px 0;	
	}

/* form-box
-----------------------------------------------------------------*/
	.newsrelease .form{
		margin-bottom: 50px;	
	}
	.newsrelease .form-box{
		float: none;
		width: 100%;
	}
	.newsrelease .form-box input[type="search"]{
		padding: 0.2em 40px 0 15px; 
		border-radius: 5px;
		font-size: 1.6rem;
		
	}
	.newsrelease .form-box input[type="submit"]{
		right: 10px;
		width: 24px;
		height: 26px;
		background: url(../../common/image/ico_search.svg) no-repeat #FFF;
    background-size: 100% auto;
    padding: 0;
		border-radius: 0;
	}
	.newsrelease .form-box input::placeholder{
		color: #C9CACA;
		font-weight: bold;
	}
	.newsrelease .form-box input:-ms-input-placeholder{
		color: #C9CACA;
	}
	.newsrelease .form-box input::-ms-input-placeholder{
		color: #C9CACA;
	}


/* news-item-list
-----------------------------------------------------------------*/
	.news-item-list{
		display: block;
		margin-bottom: 60px;		
	}
	.news-item-list li{
		margin-left: 0;
		width:100%;
	}
	.news-item-list li:nth-child(n+2){
		margin-top: 30px;	
	}
	.news-item{
		max-width: none;
		min-height: inherit;
		height: auto;
		margin: 0 0 5px 0;
		box-shadow: 5px 5px 0 rgba(211,211,212,.7);	
	}
	.news-item.new::before{
		width: 40px;
		height: 40px;
	}
	.news-item .thumb{
		display: none;
	}
	.news-item div{
		 padding: 25px 30px 25px 25px;	
	}
	.news-item .date{
		font-size: 1.3rem;
	}
	.news-cat{
		min-width: 60px;
		padding:3px 5px 4px;
		margin-left: 8px;
		font-size: 1.1rem;
	}
	.news-item .txt{
		line-height:1.5;
		font-size: 1.3rem;
		text-align: justify;
	}


/* 記事ナビゲーション
-----------------------------------------------------------------*/

/* pagenation */
	.newsrelease .pagenation{
		margin-bottom: 60px;
	}
	.newsrelease .pagenation ul li{
		position: relative;
		width: 39px;
		height: 39px;
		margin:0 4px;	
	}
	.newsrelease .pagenation ul li a{
		line-height: 38px;
		border-radius: 20px;
		font-size: 1.6rem;
	}
	.newsrelease .pagenation ul li.current a,
	.newsrelease .pagenation ul li a:hover{
		border-color: #0068BA;
		color: #0068BA;	
	}
	.newsrelease .pagenation ul li.prev{
		margin: 0 10px 0 0;
	}
	.newsrelease .pagenation ul li.next{
		margin: 0 0 0 10px;	
	}
	.newsrelease .pagenation ul li.prev a:hover,
	.newsrelease .pagenation ul li.next a:hover{
		opacity: 1;
	}
	.newsrelease .pagenation ul li:nth-child(5){
/*		margin-left: 25px;	*/
	}
	.newsrelease .pagenation ul li:nth-child(5)::after{
		left: 0;
		top: 5px;
	}

/* year-archive */
	.newsrelease .form_select{
		display: inline-block;
	}
	.newsrelease .form_select{
		width: 100%;
		margin-bottom:30px
	}
	.newsrelease .year-archive ul{
		display: none;		
	}



/*--------------------------------------------------------------------------
   詳細ページ
---------------------------------------------------------------------------*/
	.newsrelease-detail &gt; .breadcrumb{
		display: none;	
	}
	.newsrelease-detail .article-hd{
		padding-top: 20px;
		margin-bottom: 15px;	
	}
	.newsrelease-detail .article-hd .date{
		font-size: 1.3rem;	
	}

/* 記事見出し
-----------------------------------------------------------------*/
	article h1{
		margin-bottom: 30px;
	}
	article h1 span{
		display: block;
	}
	article h1 ._small{
		font-size: 1.3rem;	
	}
	article h1 ._medium{
		font-size: 1.6rem;	
	}
	article h1 ._big{
		font-size: 2rem;	
	}


/* 記事内容
-----------------------------------------------------------------*/
	article .article-body{
		margin-bottom: 50px;
		padding: 30px 0 45px;;
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.8;	
	}
	article .article-body &gt; div+div{
		margin-top: 40px;	
	}


/* レイアウト2列 */
	article .layout-col02{
		display: block;
	}
	article .layout-col02 &gt; div{
		max-width: none;
		width:100%;
	}
	article .layout-col02 &gt; div+div,
	article .layout-inbox &gt; div+div{
		margin-top: 30px;
	}
	
	article .layout-col02._pic-col .pic+.pic{
	margin-left: 0;	
	}

/* レイアウト3列 */
	article .layout-col03{
		display: block;
	}
	article .layout-col03 &gt; div{
		max-width: none;
		width:100%;
	}
	article .layout-col03 &gt; div+div{
		margin-top: 30px;
	}
	
	article .layout-col03._pic-col .pic+.pic{
		margin-left: 0;	
	}


/* ボタンレイアウト 1列 */
	article .layout-btn-col01{
		display: block;
	}
	article .layout-btn-col01 .btn{
		padding: 0 15px;
	}
	article .layout-btn-col01 .btn a{
		min-width: inherit;
		max-width: 420px;
		width: 100%;
		margin: 0 auto; 	
	}

/* ボタンレイアウト 2列 */
	article .layout-btn-col02{
		display: block;
	}
	article .layout-btn-col02 .btn{
		max-width: 420px;
		width: 100%;
		margin: 0 auto;	
	}
	article .layout-btn-col02 .btn a{
		padding: 1.4em 1em; 	
	}
	article .layout-btn-col02 .btn+.btn{
		margin-top: 20px;
	}

/* ボタン */
	article p.btn a:hover{
		opacity: 1;	
	}



/* 一覧へ戻る */
	.btn-newsrelease-back{
		padding: 0 35px;
		margin-bottom: 70px;	
	}
	.btn-newsrelease-back a{
		max-width: 420px;
		width: 100%;
		margin: 0 auto;		
	}



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