@charset "UTF-8";

.type {
}

.type_hd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.type_name {
	width: 200px;
}

.type_name_cnt {
	width: 200px;
	text-align: center;
	background: #333;
	color: #FFF;
	padding: 39px 0;
	border-radius: 50%;
}

.type.-culture .type_name_cnt {
	background: #F06459;
}

.type.-sports .type_name_cnt {
	background: #75C054;
}

.type_name_cnt span {
	line-height: 1;
	font-size: 80px;
	display: block;
}

.type_name_cnt em {
	line-height: 1;
	display: block;
	font-size: 26px;
	font-weight: 500;
	margin-top: 16px;
}

.type_list {
	width: 765px;
	display: flex;
	justify-content: space-between;
}

.type.-sports .type_list {
	justify-content: flex-start;
}

.type.-culture .cmnlist > li:before {
	background: #f06459;
}

.type.-sports .cmnlist > li:before {
	background: #75c054;
}

.type_list ul {
}

.type.-sports .type_list ul {
	margin-left: 60px;
}

.type.-sports .type_list ul:first-child {
	margin-left: 0;
}

.type_list ul > li {
}

.type_list ul > li small {
	font-size: 12px;
}

.type_topic {
	border: 1px solid #eee;
	margin-top: 25px;
	padding: 10px;
}

.type.-culture .type_topic {
	border: 1px solid #f06459;
	background: #f9f3f2;
}

.type.-sports .type_topic {
	border: 1px solid #75c054;
	background: #f2f7f0;
}

.type_topic_wrap {
	background: #fff;
	padding: 45px 15px;
}

.type_topic_row {
	max-width: 830px;
	margin: 0 auto;
}

.type_topic_row.-flex {
	display: flex;
	justify-content: space-between;
}

.type_topic_cnt {
}

.type_topic_row.-flex .type_topic_cnt {
	width: 46%;
}

.type_topic_ttl {
	font-size: 18px;
	line-height: 1.5;
}

.type_topic_txt {
}

.type_topic_img {
	margin-top: 1em;
}

.type_topic_row.-flex .type_topic_img {
	width: 49%;
	margin-top: 0;
}

.type_topic_img img {
	max-width: 100%;
	height: auto;
}

.type_topic_img_row {
	font-size: 0;
}

.type_topic_img_item {
	display: inline-block;
	width: 49.5%;
	margin-left: 1%;
}

.type_topic_img_item:first-child {
	margin-left: 0;
}

.circle_detail {
	margin-top: 40px;
}

.circle_detail_link {
	margin-top: 10px;
}

.fes {
}

.fes_img {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.fes_img figure {
	width: 49%;
}

.fes_link {
	margin-top: 40px;
}

/* All SP */
@media screen and (max-width:640px) {
	.type {
	}

	.type_hd {
		display: block;
	}

	.type_name {
	}

	.type_name_cnt {
		padding: 10px;
		border-radius: 0px;
	}

	.type.-sports .type_name_cnt {
	}

	.type.-culture .type_name_cnt {
	}

	.type_name_cnt span {
		font-size: 30px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}

	.type_name_cnt em {
		display: inline-block;
		vertical-align: middle;
		margin-top: 0;
		font-size: 20px;
	}

	.type_list {
		display: block;
		width: auto;
		margin-top: 20px;
	}

	.type.-sports .type_list {
	}

	.type.-sports .cmnlist > li:before {
	}

	.type.-culture .cmnlist > li:before {
	}

	.type_list ul {
	}

	.type.-sports .type_list ul {
		margin-left: 0;
	}

	.type.-sports .type_list ul:first-child {
	}

	.type_list ul > li {
	}

	.type_topic {
	}

	.type.-sports .type_topic {
	}

	.type.-culture .type_topic {
	}

	.type_topic_wrap {
		padding: 20px 15px;
	}

	.type_topic_row {
	}

	.type_topic_row.-flex {
		display: block;
	}

	.type_topic_cnt {
	}

	.type_topic_row.-flex .type_topic_cnt {
		width: 100%;
	}

	.type_topic_ttl {
	}

	.type_topic_txt {
	}

	.type_topic_img {
		text-align: center;
	}

	.type_topic_row.-flex .type_topic_img {
		width: 100%;
		margin-top: 1em;
	}

	.type_topic_img img {
	}

	.type_topic_img_row {
	}

	.type_topic_img_item {
		display: block;
		margin-left: 0;
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}

	.type_topic_img_item:first-child {
		margin-top: 0;
	}

	.circle_detail {
	}

	.circle_detail_link {
	}

	.fes {
	}

	.fes_img {
	}

	.fes_img figure {
	}

	.fes_link {
	}

}
