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

.news-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.news-info__cate {
	padding: 5px 5px 6px;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.news-info__cate.campaign { background-color: #d76e70; }
.news-info__cate.campaign:before { content: "キャンペーン"; }
.news-info__cate.event { background-color: #e29b36; }
.news-info__cate.event:before { content: "イベント"; }
.news-info__cate.notice { background-color: #5ea5d2; }
.news-info__cate.notice:before { content: "お知らせ"; }
.news-info__cate.recruit { background-color: #6ba02f; }
.news-info__cate.recruit:before { content: "採用情報"; }

.news-info__date {
	font-size: 1.1rem;
	line-height: 1;
	color: #e34847;
}
.news-ttl {
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
}
.news-txt {
	font-size: 1.0rem;
	line-height: 1.4;
}


.news-info--left {
	justify-content: flex-start;
}
.news-info--left .news-info__cate {
	margin-right: 10px;
}

.daikessan__main{
	margin: 0 0 30px 0;
}

.daikessan__dm{
	margin: 0 0 20px 0;
}

.daikessan__dm-item{
	margin: 0 0 10px 0;
}

.daikessan__btn-item{
	margin: 0 0 15px 0;
}

.daikessan__catch{
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}
.daikessan__text{
	text-align: center;
	font-size: 1.3rem;
	margin: 0 0 30px 0;
}


.tabs-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.tabs-nav > li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 8px;
	cursor: pointer;
}
.tabs-nav > li:nth-child(3n){
	margin-right: 0;
}
.tabs-nav > li a {
	display: block;
	padding: 14px 0 15px;
	background-color: #eae8d8;
	border-radius: 5px;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1;
	transition: all .3s ease-out;
}

.table-style{
	margin-bottom: 30px;
}

.table-style th,
.table-style td{
	font-size: 1.1rem;
	padding: 10px;
}

.table__th1{
	width: 35%;
}

.table__th2{
	width: 30%;
}

@media print, screen and (min-width: 681px) {
	

	.news-info {
		justify-content: flex-start;
	}
	
	.news-info__cate {
		margin-right: 8px;
		padding: 6px 8px 7px;
		font-size: 1.1rem;
	}

	.news-info__date {
		font-size: 1.3rem;
	}
	.news-ttl {
		margin-bottom: 10px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.news-txt {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	
	
	.daikessan__main{
		margin: 0 0 40px 0;
	}
	
}

@media print, screen and (min-width: 1200px) {
	.daikessan__dm{
		display: flex;
		margin: 0 0 30px 0;
	}
	.daikessan__dm-item{
		width: calc(50% - 10px);
		margin: 0 10px 0 0;
	}
	.daikessan__dm-item:last-child{
		margin: 0 auto;
	}
	.daikessan__btn{
		width: 400px;
		margin: 0 auto;
	}
	.daikessan__catch{
		font-size: 2.2rem;
	}
	
	.tabs-nav {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		border-bottom: 1px solid #eae8d8;
		margin-bottom: 45px;
	}
	.tabs-nav > li {
		width: 9%;
		margin-bottom: 0;
	}
	.tabs-nav > li a {
		display: block;
		padding: 15px 0;
		border-radius: 10px 10px 0 0;
		font-size: 1.4rem;
	}
	.tabs-nav > li:not(:last-child) {
		margin-right: 0;
	}
	
	.table-style{
		margin-bottom: 45px;
	}

	.table-style th,
	.table-style td{
		font-size: 1.4rem;
		padding: 12px 20px;
	}
	
}