#information {
	width:290px;
	height:120px;
	position:absolute;
	top:180px;
	left:647px;
	z-index:2;
}
#whatsnew_space {
	height:180px;
	width:749px;
	position:absolute;
	top:391px;
	left:196px;
	z-index:2;
	background-color:#ffffff;
	filter:alpha(opacity=90);
	opacity:0.9;
}
#title_wrap5 #title_home {
	width:709px;
	height:31px;
	position:absolute;
	top: 380px;
    left: 216px;
	z-index:6;
}
#contents_home {
	width:749px;
	min-height:160px;
	height:auto !important;
    height:160px;
	margin:0 0 0 1px;
	padding-top:20px;
	color:#8c7e79;
}
dl#new {
	margin:20px 0 0 10px;
}
dl#new dt {
	color:#afafaf;
	width:65px;
	float:left;
	clear:both;
	background-image:url(../common/img/ico.gif);
	background-repeat:no-repeat;
	background-position:left;
	line-height:1.2em;
	padding:4px 0 4px 12px;
}
dl#new dd {
	line-height:1.2em;
	margin-left:82px;
	padding:4px 0;
}

.new_heading01{
    background: #f7f7f3;
    margin-top: 20px;
    color: #a38145;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 0 5px 5px;
}

.whatnew {
	padding: 0;
	margin:20px 0 0 10px;
}

.notice {
	padding: 0;
	margin:10px 0 0 10px;
}

.whatnew li,
.notice li {
	margin: 0 0 5px 0;
}

.whatnew li a,
.notice li a {
    display: block;
    background-image: url(../common/img/ico.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    line-height: 1.2em;
    padding: 0 0 4px 12px;
}

/*----------------------
*
*	20200710 新型コロナウイルス感染症への取り組みについて
*
-----------------------*/

#emergency-info {
	padding: 10px;
	border: 2px solid #a38145;
	margin: 15px 0;
}

#emergency-info .tit {
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px;
}

#emergency-info iframe {
	width: 100%;
	margin: 0 0 40px;
}

#emergency-info .slide-wrap {
	padding: 0 0 50px;
	margin: 0 0 30px;
}

#emergency-info .slide-wrap ul#info-slide {
	padding: 0 30px;
	margin: 0;
}

#emergency-info .slide-wrap ul#info-slide li {
	margin: 0 10px;
}

#emergency-info .slide-wrap ul#info-slide li img{
	width: 100%;
	height: auto;
	
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button:before {
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '';
    text-align: center;
    opacity: .25;
    background: #016ba0;
    border-radius: 10px;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:before {
    width: 30px;
    content: "";
    height: 30px;
    border-top: 3px solid #2969b7;
    border-right: 3px solid #2969b7;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
	left: 0;
	top: 0;
}

.slick-prev {
    left: 0;
}


.slick-next {
    right: 0;
}

.slick-next:before {
    width: 30px;
    content: "";
    height: 30px;
    border-top: 3px solid #2969b7;
    border-right: 3px solid #2969b7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
	left: 0;
	top: 0;
}

.btn {
	margin: 0 0 20px;
}

.btn a {
	display: block;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #ccc;
	width: 350px;
	margin: 0 auto;font-size: 20px;
}

.btn a span {
	position: relative;
	padding: 0 20px;
	color: #a38145;
}

.btn a span:before {
	content: "";
	position: absolute;
	display: block;
	 width: 0;
	  height: 0;
	  border-left: 10px solid #a38145;
	  border-top: 10px solid transparent;
	  border-bottom: 10px solid transparent;
	top: 4px;
	left: 0;
}

.btn a:hover {
	background: #808080;
}

.btn a:hover span {
	position: relative;
	padding: 0 20px;
	color: #FFF;
}

.btn a:hover span:before {
	content: "";
	position: absolute;
	display: block;
	 width: 0;
	  height: 0;
	  border-left: 10px solid #FFF;
	  border-top: 10px solid transparent;
	  border-bottom: 10px solid transparent;
	top: 4px;
	left: 0;
}