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


.scrollin {
    opacity : 0;
    transform : translate(0, -30px);
    }	
 
.scrollin.on {
    opacity : 1;
    transform : translate(0, 0);
    transition : transform 1200ms,opacity 1200ms;
    -webkit-transition : transform 1200ms,opacity 1200ms;
    }


h2 span.border_anime{
	position:relative;
	}
h2 span.border_anime{
	}
h2 span.border_anime::before,
h2 span.border_anime::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	background: rgba(0,0,0,0.2);
    opacity : 1;
	}
h2.on span.border_anime::before,
h2.on span.border_anime::after{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition: 2000ms;
	top:0;
	}
h2 span.border_anime::before{
	left: 0;
	}
h2 span.border_anime::after{
	right: 0;
	}
	

/* pc */
@media screen and (min-width: 801px),screen and (orientation: landscape), print {

	
	
#contents {
	margin-bottom: 200px;
	text-align: justify !important;
	text-justify: inter-ideograph !important;
	}
	
	#title{
		height:533px;
		position:relative;
		}
		#title_wrap{
			position:relative;
			}
		#title_wrap h2{
			transform : translate(0, 0);
			display:block;
			text-align:center;
			position:absolute;
			top:50%;
			left:0;
			width:100%;
			margin-top:-77px;
			z-index:1;
			}
			#title_wrap h2 > span{
				box-sizing:border-box;
				display:inline-block;
				color:#000;
				}
			#title_wrap h2 > span img{
				width:108px;
				}
	
	.sec {
		width: 1040px;
		margin: 0 auto;
	}
  #slh.sec {
    width: 98%;
    margin-inline: auto;
  }
	.sec > ul + ul{
		margin-top: 80px;
	}
	.sec > ul > li{
	}
	.sec > ul > li + li {
		margin-top: 20px;
	}
	
	/* 大切なお知らせ
	-------------------------*/
	.sec > #important > li{
		
	}
	.sec > #important > li dl{
		padding: 30px;
		background: #f7f7f7;
	}
	.sec > #important > li dl dt{
		margin-bottom: 15px;
	}
	.sec > #important > li dl dt .date {
		display: block;
		margin-bottom: 5px;
		font-size: 12px;
	}
	.sec > #important > li dl dt .tt {
		font-weight: bold;
		font-size: 16px;
	}
	
	
	/* その他ニュース
	-------------------------*/
	.sec #info li .inner {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 3px 50px 3px 3px;
		background: #f7f7f7;
		text-align: left;
		position: relative;
	}
	.sec #info li .inner.free {
		display: block;
	}
	.sec #info li .img {
		width: 150px;
		height: 100px;
		overflow: hidden;
	}
		.sec #info li .img img {
			max-width: 100%;
			height: auto;
		}
	.sec #info li .date {
		display: none;
		font-size: 12px;
		margin-left: 25px;
		width: 65px;
		line-height: 25.344px;
	}
	.sec #info li .tt{
		padding-left: 20px;
		font-weight: bold;
	}
	
	.sec #info li .inner.pdf:before {
		content: '';
		display: block;
		position: absolute;
		background: #f7f7f7 url("../images/icon_pdf.png") no-repeat right top;
		background-size: cover;
		width: 12px;
		height: 15px;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto 0;
	}
	.sec #info li .inner.blank:before{
		content: '';
		display: block;
		position: absolute;
		background: #f7f7f7 url("../images/icon_blank.png") no-repeat right top;
		background-size: cover;
		width: 12px;
		height: 15px;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto 0;
	}	
	
	.sec #info li .inner.free dt{
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
	}
	.sec #info li .inner.free dt:before{
		content: '';
		display: block;
		position: absolute;
		border-top: 1px solid rgba(0,0,0,0.2);
		border-right: 1px solid rgba(0,0,0,0.2);
		width: 6px;
		height: 6px;
		transform: rotate(135deg);
		top: 0;
		bottom: 0;
		right: -26px;
		margin: auto 0;
		transition: 0.4s;
	}	
	.sec #info li .open.inner.free dt:before{
		transform: rotate(-45deg);
	}
	.sec #info li .inner.free dd{
		display: none;
		padding: 0 10px 10px;
	}
	.sec #info li .inner.free dd div{
		margin-top: 15px;
	}
	.sec #info li img {
		width: 274px;
		height: 205px;
		object-fit: cover;
		background: #FFF;
		margin-bottom: 15px;
	}
	
	
	
}





/* sp =============================================================================================*/
@media only screen and (max-width: 800px) and (orientation: portrait) {

	
#contents {
	text-align: justify !important;
	text-justify: inter-ideograph !important;
	}
	
	
	#title{
		height:300px;
		/*
		height:400px;
		background-image:url(../images/title_bg.jpg);
		background-position:center;
		background-size:cover;
		*/
		position:relative;
		}
		#title_wrap{
			position:relative;
			}
		#title_wrap h2{
			transform : translate(0, 0);
			display:block;
			text-align:center;
			position:absolute;
			top:50%;
			left:0;
			width:100%;
			margin-top:-100px;
			z-index:1;
			}
			#title_wrap h2 > span{
				box-sizing:border-box;
				display:inline-block;
				}
			#title_wrap h2 > span img{
				width:108px;
				}

	
	.sec {
		padding: 0% 5%;
	}
	.sec > ul + ul{
		margin-top: 60px;
	}
	.sec > ul > li{
	}
	.sec > ul > li + li {
		margin-top: 10px;
	}
	
	/* 大切なお知らせ
	-------------------------*/
	.sec > #important > li{
		
	}
	.sec > #important > li dl{
		padding: 5%;
		background: #f7f7f7;
	}
	.sec > #important > li dl dt{
		margin-bottom: 15px;
	}
	.sec > #important > li dl dt .date {
		display: block;
		margin-bottom: 5px;
		font-size: 12px;
	}
	.sec > #important > li dl dt .tt {
		font-weight: bold;
		font-size: 16px;
	}
	
	
	/* その他ニュース
	-------------------------*/
	.sec #info li .inner {
		display: flex;
		flex-wrap: wrap;
		padding: 5%;
		background: #f7f7f7;
		text-align: left;
		position: relative;
	}
	.sec #info li .img {
		width: 100%;
		height: 54vw;
		overflow: hidden;
		margin-top: 10px;
		order: 3;
	}
		.sec #info li .img img {
			max-width: 100%;
			width: auto;
			height: auto;
			margin-bottom: 0;
		}
	.sec #info li .date {
		display: none;
		margin-bottom: 5px;
		font-size: 12px;
		order: 1;
		width: calc(100% - 45px);
	}
	.sec #info li .tt{
		order: 2;
		width: 100%;
	}
	
	.sec #info li .inner.pdf:before {
		content: '';
		display: block;
		position: absolute;
		background: #f7f7f7 url("../images/icon_pdf.png") no-repeat right top;
		background-size: cover;
		width: 12px;
		height: 15px;
		top: 18px;
		right: 5%;
		margin: auto 0;
	}
	.sec #info li .inner.blank:before{
		content: '';
		display: block;
		position: absolute;
		background: #f7f7f7 url("../images/icon_blank.png") no-repeat right top;
		background-size: cover;
		width: 12px;
		height: 15px;
		top: 18px;
		right: 5%;
		margin: auto 0;
	}
	
	.sec #info li .inner.free dt{
		position: relative;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.sec #info li .inner.free dt:before{
		content: '';
		display: block;
		position: absolute;
		border-top: 1px solid rgba(0,0,0,0.2);
		border-right: 1px solid rgba(0,0,0,0.2);
		width: 6px;
		height: 6px;
		transform: rotate(135deg);
		top: 0;
		right: 0;
		margin: auto 0;
		transition: 0.4s;
	}	
	.sec #info li .open.inner.free dt:before{
		transform: rotate(-45deg);
	}
	.sec #info li .inner.free dd{
		display: none;
	}
	.sec #info li .inner.free dd div{
		margin-top: 15px;
	}
	
	.sec #info li img {
		width: 274px;
		height: 205px;
		object-fit: cover;
		background: #FFF;
		margin-bottom: 15px;
	}
	
	
	
}