@charset "UTF-8";
/* CSS Document */


@media only screen and (max-width:480px){
#open {
top: 5%;
}
	
	.d-underline .js-link_scroller{
		font-weight:normal;
		font-size: 16px;
	}
}

/* voice */
#voice_more{
	width:330px;
}

.hyouban_image{
	zoom:2.0;
}

/* trimming */
.trim {
  width: 250px;  /* トリミングしたい枠の幅 */
  height: 240px;  /* トリミングしたい枠の高さ */
  overflow: hidden;
  position: relative;
}
.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*TOPページ*/
.trim_top{
  width: 350px;  /* トリミングしたい枠の幅 */
  height: 320px;  /* トリミングしたい枠の高さ */
  overflow: hidden;
  position: relative;
}

/*お知らせ詳細*/
#bk31162 .g-column .c-none span{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
}

/*
.himg {
  width: 250px;  
  height: 240px;  
  object-fit: none; 
}
*/