#Contents .main_banner {
    margin: 0 auto 60px;
    width: 100%;
    height: auto;
    background-image: url(../../../../../file/image/main_banner.jpg);
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
#Contents .main_banner::after {
	content: '';
	display: block;
	margin: 30% 0 0;
	width: 100%;
	height: 0;
	
}
#Contents .main_banner div {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2em;
}
#Contents .bannerArea {
	display: none;
}
#Contents .slider {
	width: 100%;
	margin-bottom: 60px;
}
#Contents .slider img {
	display: block;
	width: 100%;
}
#Contents .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    list-style: none;
}
.slick-dots li {
    float: left;
    width: 7px;
    height: 7px;
    border: solid 1px #ffae00;
    border-radius: 50%;
    cursor: pointer;
}
.slick-dots .slick-active {
    background: #ffae00;
}
.slick-dots li:not(:last-child) {
    margin-right: 20px;
}
.slick-dots li button {
    display: none;
}
#Contents section {
    margin: 0 auto 60px;
    padding-bottom: 38px;
    width:100%;
    clear: both;
}
#Contents section h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1em;
}
#Contents section > a {
	float: right;
	margin: 10px 0 0 0;
    padding: 5px 10px;
    color: #000;
	background-color: #FFAE00;
}
@media (max-width: 1024px) {
	#Contents .main_banner {
	    margin-bottom: 20px;
	}
	#Contents .bannerArea {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 20px;
	}
	#Contents .bannerArea a {
		display: block;
		width: calc((100% - 10px) / 2);
		margin-bottom: 10px;
	}
	#Contents .bannerArea img {
		display: block;
		width: 100%;
	}
	#Contents .bannerArea img.hide {
		display: none;
	}
}
@media (max-width: 414px) {
	#Contents .main_banner {
	    display: none;
	}
	#Contents .bannerArea {
		justify-content: center;
	}
	#Contents .bannerArea a {
		width: 90%;
		margin-bottom: 10px;
	}
	#Contents .bannerArea a:last-child {
		margin-bottom: 0;
	}
}
