@charset "UTF-8";

/**
 * Rugby Republic PCトップページ用CSS
 */


/*--------------------------------------------------------
　NEWSBOX
--------------------------------------------------------*/
.newsbox {
	background: #ffffff;
	margin-bottom: 8px;
}

.newsbox a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.newsbox .img img {
	vertical-align: bottom;
	opacity: 1;
	transition: opacity .4s ease;
}

.newsbox a:hover .img img {
	opacity: .7;
}

.newsbox h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 15px 15px 50px;
	min-height: 5em;
}

.newsbox .info-wrap {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 15px;
}

.newsbox .cate {
	display: block;
	width: 88px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1em;
	color: #ffffff;
	text-align: center;
	padding: 4px 0 2px;
}

.newsbox .date {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1em;
	margin-left: 5px;
}

.newsbox .author {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1em;
	text-align: right;
	margin-left: auto;
}


/*--------------------------------------------------------
　MAIN CONTENT
--------------------------------------------------------*/
.newsbox.latest h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.5em;
	margin: 0;
	padding: 20px 20px 50px;
	min-height: 4.5em;
}

.news-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-wrap .newsbox {
	width: 272px;
	margin-right: 8px;
}

.news-wrap .newsbox:nth-child(3n) {
	margin-right: 0;
}

.main-content .btn-list {
	width: 100%;
	margin: 10px auto 60px;
}

.main-content .btn-list a {
	display: block;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	text-align: center;
	padding: 17px 0 15px 20px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1em;
	color: #ffffff;
	position: relative;
	opacity: 1;
	transition: opacity .4s ease;
}

.main-content .btn-list a:hover {
	opacity: .7;
}

.main-content .btn-list a::before,
.main-content .btn-list a::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(45deg);
	margin-top: -5px;
}

.main-content .btn-list a::before {
	margin-left: -60px;
}

.main-content .btn-list a::after {
	margin-left: -65px;
}

.main-content .pc-adarea-topbtm {
	max-width: 728px;
	margin: 0 auto 60px;
	text-align: center;
}