@charset "UTF-8";
/* CSS Document */
.slide-dots{
    text-align: center;
	margin-top: 10px;
}
.slide-dots li{
    display: inline-block;
    margin: 0 8px;
	font-size: 14px;
}
.slide-dots li button{
    position: relative;
	border: none;
    text-indent: -9999px;
	outline: none;
	background: #FFF;
	line-height: 1.4;
}
.slide-dots li button::before{
    content: "●"!important;
    text-indent: 0px;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
	color: #999;
	cursor: pointer;
}
.slick-active button::before{
	content: "●";
	color: #333!important;
	
}
/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	
	div.main {
		width: 1130px;
		margin: 0 auto 65px!important;
		line-height: 0;
	}
	
	div.main a{
		display: block;
		transition-duration: 0.5s;
	}
	
	div.main a:hover{
		opacity: 0.7;
	}
	
	section#menu {
		width: 1130px;
		margin: 0 auto 18px;
	}
	
	ul.quick {
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.quick li{
		width: 49.2%;
		margin: 0 0 18px;
		position: relative;
	}
	
	ul.quick li a{
		display: block;
		color: #000;
	}
	
	ul.quick li div{
		width: 100%;
		height: 105px;
		line-height: 0;
		margin-bottom: 15px;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
	}
	
	ul.quick li:first-child div{
		background: url("../images/top/quick_bg01.jpg") no-repeat;
		background-position: center;
		background-size: 557px 105px;
	}
	
	ul.quick li:nth-child(2) div{
		background: url("../images/top/quick_bg02.jpg") no-repeat;
		background-position: center;
		background-size: 557px 105px;
	}
	
	ul.quick li:nth-child(3) div{
		background: url("../images/top/quick_bg03.jpg") no-repeat;
		background-position: center;
		background-size: 557px 105px;
	}
	
	ul.quick li:nth-child(4) div{
		background: url("../images/top/quick_bg04.jpg") no-repeat;
		background-position: center;
		background-size: 557px 105px;
	}
	
	ul.quick li div h2{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		color: #000;
	}
	
	ul.quick li:first-child div h2,
	ul.quick li:nth-child(4) div h2{
		color: #FFF;
	}
	
	ul.quick li p{
		text-align: center;
		line-height: 1.4;
		color: #404041;
	}
	
	ul.quick li a.more{
		display: inline-block;
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 700;
		line-height: 1.1;
		color: #0071BC;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 10;
		cursor: pointer;
	}
	
	section#news {
		width: 780px;
		margin: 0 auto 80px;
	}
	
	section#news h2{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.2;
		color: #000;
		padding-bottom: 6px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		margin-bottom: 18px;
	}
	
	section#news h2::before{
		content: '';
		width: 58px;
		border-bottom: 3px solid #0071BC;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	section#news h2 a{
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 700;
		line-height: 1.1;
		color: #0071BC;
		position: absolute;
		bottom: 2px;
		right: 0;
		z-index: 10;
		cursor: pointer;
	}
	
	section#news ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	
	section#news ul li.data{
		width: 90px;
		color: #333;
	}
	
	section#news ul li.text{
		width: 87%;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	section#news ul li.text h5{
		width: 64px;
		height: 16px;
		color: #FFF;
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 700;
		line-height: 1.1;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		margin-right: 6px;
	}
	
	section#news ul li.text h5.blue{
		background: #0071BC;
	}
	
	section#news ul li.text h5.green{
		background: #8CC63F;
	}
	
	section#news ul li.text h5.orange{
		background: #F15A24;
	}
	
	section#news ul li.text h5.brawn{
		background: #A67C52;
	}
	
	section#news ul li.text h5.other{
		background: #999;
	}
	
	section#news ul li.text a{
		display: inline-block;
		color: #333;
	}
	

}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px){
	div.main {
		width: 100%;
		margin: 0 auto 65px!important;
		line-height: 0;
	}
	
	section#menu {
		width: 94%;
		margin: 0 auto 35px;
	}
	
	ul.quick {
		width: 100%;
	}
	
	ul.quick li{
		width: 100%;
		margin: 0 0 20px;
		overflow: hidden;
	}
	
	ul.quick li a{
		display: block;
		color: #000;
	}
	
	ul.quick li div{
		width: 100%;
		height: 105px;
		line-height: 0;
		margin-bottom: 15px;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
	}
	
	ul.quick li:first-child div{
		background: url("../images/top/quick_bg01.jpg") no-repeat;
		background-position: center;
		background-size: 557px 105px;
	}
	
	ul.quick li:nth-child(2) div{
		background: url("../images/top/quick_bg02.jpg") no-repeat;
		background-position: center;
		background-size: 557px 105px;
	}
	
	ul.quick li:nth-child(3) div{
		background: url("../images/top/quick_bg03.jpg") no-repeat;
		background-position: center;
		background-size: 557px 105px;
	}
	
	ul.quick li:nth-child(4) div{
		background: url("../images/top/quick_bg04.jpg") no-repeat;
		background-position: center;
		background-size: 557px 105px;
	}
	
	ul.quick li div h2{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		color: #000;
	}
	
	ul.quick li:first-child div h2,
	ul.quick li:nth-child(4) div h2{
		color: #FFF;
	}
	
	ul.quick li p{
		text-align: center;
		line-height: 1.4;
		color: #404041;
	}
	
	ul.quick li a.more{
		display: inline-block;
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 700;
		line-height: 1.1;
		color: #0071BC;
		cursor: pointer;
		float: right;
	}
	
	section#news {
		width: 94%;
		margin: 0 auto 45px;
	}
	
	section#news h2{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.2;
		color: #000;
		padding-bottom: 6px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		margin-bottom: 18px;
	}
	
	section#news h2::before{
		content: '';
		width: 58px;
		border-bottom: 3px solid #0071BC;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	section#news h2 a{
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 700;
		line-height: 1.1;
		color: #0071BC;
		position: absolute;
		bottom: 2px;
		right: 0;
		z-index: 10;
		cursor: pointer;
	}
	
	section#news ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	
	section#news ul li.data{
		width: 84px;
		color: #333;
	}
	
	section#news ul li.text{
		width: -webkit-calc(100% - 84px);
		width: -moz-calc(100% - 84px);
		width: calc(100% - 84px);
	}
	
	section#news ul li.text h5{
		width: 64px;
		height: 16px;
		color: #FFF;
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 700;
		line-height: 1.1;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		margin-right: 6px;
	}
	
	section#news ul li.text h5.blue{
		background: #0071BC;
	}
	
	section#news ul li.text h5.green{
		background: #8CC63F;
	}
	
	section#news ul li.text h5.orange{
		background: #F15A24;
	}
	
	section#news ul li.text h5.brawn{
		background: #A67C52;
	}
	
	section#news ul li.text h5.other{
		background: #999;
	}
	
	section#news ul li.text a{
		display: inline-block;
		color: #333;
	}
}