@charset "Shift_JIS";

/* トップページ用 */



.l_top_bnrbusinessitem {
	margin: 0px auto 20px auto;
	padding: 0px;
	width: 780px;
	height: 227px;
}



.l_top_businesspolicy {
	float:left;
	margin: 0px 0px 20px 55px;
	padding: 0px;
	width: 424px;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #505050;
}


.l_top_sidebanner {
	float:right;
	margin: 0px 10px 20px 0px;
	padding: 0px;
	width: 254px;

}




.l_top_blocktitle {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 500px;
	height: 60px;
	text-align: left;
}

.l_top_blocktitle2 {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 10px;
	width: 490px;
	height: 35px;
	text-align: left;
	background-image:url('../image/top/bgi-blocktitle.gif');
	color:#647571;
	font-size: 13px;
	font-weight: bold;
	line-height: 33px;
}

.l_top_blockbody {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	width: 490px;
	text-align: left;
}

.l_top_contentslist {
	float:left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 155px;
	text-align: left;
}

.l_top_mngrp {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	width: 145px;
	height:30px;
	text-align: left;
	background-image:url('../image/top/bgi-mngrp.gif');
	background-repeat:no-repeat;
	line-height:30px;
	font-size: 16px;
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif;
	font-weight: bold;	
	color:green;
}

.l_top_contentslist ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;	
	list-style-image:url('../image/common/icon-sidemenu-list.gif');
}

.l_top_contentslist ul li{
	font-size: 0.9em;
}

.l_top_blocknews {
	margin: 5px 0px 0px 20px;
	padding: 0px;
	width: 490px;
	height: 200px;
	text-align: left;
	overflow:auto;
}

.l_top_blocknews ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;	
	list-style:none;
}

.l_top_blocknews ul li{
	margin-bottom: 5px;
	font-size: 0.9em;
	border-bottom: 1px silver dashed;
}


.l_news_date {
	font-size: 0.9em;
	color:green;
	font-weight: bold;
}


.img_vm {
	vertical-align:middle;
}

.l_top_blockpickup {
	margin: 0px auto 10px auto;
	padding: 20px 0px 20px 0px;
	width: 496px;
	text-align: center;
	background-image:url('../image/top/bgi-blockpickup.gif');
/*
	border-top: 1px #acd2be solid;
	border-right: 1px #acd2be solid;
	border-bottom: 1px #acd2be solid;
	border-left: 1px #acd2be solid;
	*/
}

.l_top_blocktokushu {
	margin: 10px 0px 10px 30px;
	padding: 0px;
	width: 470px;
	text-align: left;
/*	border-top: 1px #acd2be solid;
	border-right: 1px #acd2be solid;
	border-bottom: 1px #acd2be solid;
	border-left: 1px #acd2be solid;
	*/
}

.l_top_tokushutitle {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 260px;
	height: 42px;
	background-image:url('../image/top/bgi-tokushu-title.gif');
	background-repeat:no-repeat;
	color: white;
	font-size: 24px;
	font-family:"ＭＳ Ｐ明朝", "Times New Roman", serif;
	font-weight: bold;
	line-height: 40px;
}

.l_top_tokushuphoto {
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 190px;
	text-align: right;
}

.l_top_tokushucomment {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	width: 260px;
}


.l_top_topicsbanner {
	margin: 10px 0px 10px 10px;
	padding: 0px;
  width: 373px;
/*
  border-top: 1px silver solid;
  border-right: 1px silver  solid;
  border-bottom: 1px silver  solid;
  border-left: 1px silver solid;
  line-height: 0px;
  font-size: 0px;
  */
}



.l_top_othercontents {
	margin: 10px 0px 10px 10px;
	padding: 5px;
  width: 361px;
  border-top: 1px silver solid;
  border-right: 1px silver  solid;
  border-bottom: 1px silver  solid;
  border-left: 1px silver solid;
/*
  line-height: 0px;
  font-size: 0px;
  */
}

@media screen and (max-width:960px){
	/*タブレット*/
	.l_top_businesspolicy {
		clear: both;
		margin: 0 55px 20px;
		width: calc(100% - 110px);
	}


	.l_top_sidebanner {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 55px 150px;
		gap: 16px;
		width: calc(100% - 110px);
	}
	
	.l_top_sidebanner a {
		display: grid;
	  place-content: center;
		width: calc(50% - 16px);
	}
	
	.l_top_sidebanner a img {
		margin: 0!important;
	}
}

@media screen and (max-width:768px){
	
}

@media screen and (max-width:500px) {
	.l_top_businesspolicy {
		margin: 0 16px 20px;
		width: calc(100% - 32px);
	}
	
	.l_top_businesspolicy div:nth-of-type(2) {
		float: unset!important;
		margin: 0!important;
	}
	
	.l_top_businesspolicy div:nth-of-type(2) img {
		display: block;
		width: 65%;
		height: auto;
		margin: 0 auto 24px;
		text-align: center;
	}
	
	.l_top_sidebanner {
		flex-direction: column;
		margin: 0 16px 20px;
		width: calc(100% - 32px);
	}
	
	.l_top_sidebanner a {
		width: 100%;
	}
}


@media screen and (max-width:428px) {
	/*SP*/
	.l_top_businesspolicy div:nth-of-type(2) img {
		width: 80%;
	}
}

/* スライダー追加分 */

.s_slider {
	position: relative;
	width: 100%;
	max-width: 800px;
	height: 271px;
  display: flex;
  overflow: hidden;
	margin: 0 auto;
}

.s_slider_item {
	position: absolute;
	inset: 0;
	opacity: 0;
	animation: slideShow 25s linear infinite 0s;
}

.s_slider_item:nth-child(1) {
	opacity: 1;
}
.s_slider_item:nth-child(2) {
	animation-delay: 5s;
}

.s_slider_item:nth-child(3) {
	animation-delay: 10s;
}

.s_slider_item:nth-child(4) {
	animation-delay: 15s;
}

.s_slider_item:nth-child(5) {
	animation-delay: 20s;
}

.s_slider_item img {
	object-fit: cover;
}

@keyframes slideShow {
    /*0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
    }

    40%,
    100% {
        opacity: 0;
    }*/
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}
	
	5% {
		opacity: 1;
		animation-timing-function: ease-out;
	}
	
	20% {
		opacity: 1;
	}
	
	25%,
	100% {
		opacity: 0;
	}
}

.s_main_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 250px;
	width: 50vw;
	height: auto;
}