@charset "utf-8";
.gnavi>li:nth-child(6)>a {
	color: #745399;
	font-size: 1.8rem;
}

.titleArea {
	background: url("../topics/images/index/bg_title.jpg") no-repeat;
	background-size: cover;
}



/*----------------------------------------------

main

-----------------------------------------------*/

.headArea {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.headArea .date {
	margin-right: 20px;
}

.headArea ul {
	display: flex;
	align-items: center;
	gap: 0 15px;
}

.headArea li .cat {
	min-width: 110px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	color: #fff;
	font-size: 1.4rem;
	background: #FF9900;
	padding: 0 10px;
	box-sizing: border-box;
}

.headArea li .cat:hover {
	text-decoration: none;
	opacity: 0.7;
}

.headArea li .cat.cat01 {
	background: #e63c3c;
}

.headArea li .cat.cat02 {
	background: #1e64e4;
}

.headArea li .cat.cat03 {
	background: #e4a51e;
}

.headArea li .cat.cat04 {
	background: #93cd6d;
}

.headArea li .cat.cat05 {
	background: #745399;
}

.headArea li .cat.cat06 {
	background: #fbdd35;
}

.headArea li .cat.cat07 {
	background: #1e1b9c;
}

.inner h2 {
	font-size: 3.6rem;
	font-weight: 700;
	padding-bottom: 40px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 50px;
}

.inner .contentArea {
	margin-bottom: 100px;
}

.inner .contentArea p {
	margin-bottom: 1.5em;
}

.btn {}

.btn a {
	width: 490px;
	height: 80px;
	border-radius: 5px;
	border: 1px solid #745399;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: url("../../images/common/icon_arrow08.png") 7% center no-repeat;
}

.btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media screen and (max-width: 559px) {/*スマホ*/

.inner h2 {
	font-size: 2.4rem;
	padding-bottom: 5.33vw;
	border-bottom: 2px solid #ccc;
	margin-bottom: 8vw;
}

.headArea {
	margin-bottom: 10.67vw;
	display: flex;
	align-items: flex-start;
}

.headArea ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 4vw 2.67vw;
}

.headArea li .cat {
	min-width: 30vw;
	height: 6vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3vw;
	color: #fff;
	font-size: 1.4rem;
	background: #FF9900;
	padding: 0 2.67vw;
	box-sizing: border-box;
}

.inner .contentArea {
	margin-bottom: 20vw;
}

.btn a {
	width: 100%;
	height: 13.33vw;
	border-radius: 2vw;
	border: 1px solid #745399;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: url("../../images/common/icon_arrow08.png") 7% center no-repeat;
	background-size: 2vw auto;
}

}