@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");

body {
	min-width: 1240px;
	color: #333333;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	outline: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}

main {
	padding-bottom: 140px;
}

.cmnhd {
	position: relative;
}

.cmnhd > .inner {
	position: relative;
	z-index: 100;
}

.cmnhd_wrap {
	display: flex;
	justify-content: space-between;
}

.cmnhd_logo {
}

.cmnhd_cnt {
	width: 600px;
	padding-top: 45px;
}

.cmnhd_search {
	display: flex;
	justify-content: end;
	gap: 12px;
	margin-bottom: 72px;
}

.cmnhd_search input {
	width: 420px;
	height: 60px;
	padding: 0 20px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	background: #ffffff;
}

.cmnhd_search button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 130px;
	border-radius: 3px;
	background: #00289f;
	color: #ffffff;
	font-size: 20px;
}

.cmnhd_txt {
}

.cmnhd_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 150px;
}

.cmnhd_bg > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrapper {
	display: grid;
	grid-template-columns: auto 303px;
	gap: 57px;
	padding-top: 60px;
}

.side {
}

.side_cat {
	margin-bottom: 50px;
}

.side_ttl {
	margin-bottom: 9px;
	color: #00289f;
	font-size: 20px;
}

.side_cat_link {
	display: flex;
	flex-flow: column;
	gap: 12px;
}

.side_cat_link a {
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.4s;
}

.side_cat_link a:hover {
	opacity: 0.6;
}

.side_cat_link a span {
	display: flex;
}

.side_ranking {
	margin-bottom: 25px;
}

.side_ranking_link {
}

.side_ranking_link_wrap {
	display: flex;
	flex-flow: column;
	gap: 6px;
}

.side_ranking_link_wrap a {
	display: block;
	padding: 18px 22px;
	border-radius: 5px;
	background: #f7f7f7;
	transition: all 0.4s;
}

.side_ranking_link_wrap a:hover {
	opacity: 0.6;
}

.side_ranking_link_hd {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 31px;
	margin-bottom: 3px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 20px;
}

.no1.side_ranking_link_hd {
	background: #b29930;
}

.no2.side_ranking_link_hd {
	background: #8c99a0;
}

.no3.side_ranking_link_hd {
	background: #6a492c;
}

.no5.side_ranking_link_hd,
.no4.side_ranking_link_hd {
	background: #00289f;
}

.side_ranking_link_cnt {
}

.side_ranking_link_main {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 9px;
}

.side_ranking_link_main_img {
	flex-shrink: 0;
	width: 88px;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	aspect-ratio: 88 / 63;
}

.side_ranking_link_main_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.side_ranking_link_main_ttl {
}

.side_ranking_link_btm {
	display: flex;
	align-items: center;
	gap: 7px;
}

.side_ranking_link_btm_time {
	font-size: 12px;
}

.side_ranking_link_btm_cat {
	padding: 2px 8px;
	border-radius: 3px;
	background: #333333;
	color: #ffffff;
	font-size: 12px;
}

.side_line {
}

.side_line_wrap {
	padding: 24px 30px 40px;
	border-radius: 5px;
	background: #00b900;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.side_line_ttl {
	margin-bottom: 24px;
}

.side_line_qr {
}

.cmnft {
	padding: 88px 0;
	background: #333333;
	font-size: 14px;
}

.cmnft_wrap {
	display: flex;
	justify-content: space-between;
	align-items: end;
	color: #ffffff;
}

.cmnft_left {
	display: flex;
	gap: 42px;
}

.cmnft_left_logo {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.cmnft_link {
	display: flex;
	justify-content: end;
	gap: 40px;
	margin-bottom: 17px;
	color: #a3d12e;
}

.cmnft_link a {
	display: flex;
	align-items: center;
	gap: 7.5px;
}

.cmnft_link a img {
	width: 12px;
	height: 12px;
}

.cmnft_link a span {
	text-decoration: underline;
}

.cmnft_right {
}

.vis-sp,
.vis-tb {
	display: none;
}

@media screen and (max-width:1240px) {
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width:768px) {
	body {
		min-width: 0;
		font-size: 14px;
	}

	.inner {
		padding: 0 24px;
	}

	main {
		padding-bottom: 80px;
	}

	.cmnhd {
	}

	.cmnhd_wrap {
		flex-flow: column;
		align-items: center;
	}

	.cmnhd_logo {
		width: 255px;
	}

	.cmnhd_cnt {
		width: 100%;
		padding-top: 12px;
	}

	.cmnhd_search {
		gap: 7px;
		margin-bottom: 19px;
	}

	.cmnhd_search input {
		height: 50px;
	}

	.cmnhd_search button {
		flex-shrink: 0;
		width: 100px;
		font-size: 14px;
	}

	.cmnhd_search button span {
		width: 19px;
	}

	.cmnhd_txt {
	}

	.cmnhd_bg {
		height: 60px;
	}

	.wrapper {
		display: block;
	}

	.side {
	}

	.side_cat {
		margin-bottom: 22px;
	}

	.side_ttl {
	}

	.side_cat_link {
	}

	.side_cat_link a {
	}

	.side_cat_link a:hover {
	}

	.side_cat_link a span {
	}

	.side_ranking {
	}

	.side_ranking_link {
	}

	.side_ranking_link_wrap {
	}

	.side_ranking_link_wrap a {
	}

	.side_ranking_link_wrap a:hover {
	}

	.side_ranking_link_hd {
	}

	.no1.side_ranking_link_hd {
	}

	.no2.side_ranking_link_hd {
	}

	.no3.side_ranking_link_hd {
	}

	.no5.side_ranking_link_hd,
	.no4.side_ranking_link_hd {
	}

	.side_ranking_link_cnt {
	}

	.side_ranking_link_main {
	}

	.side_ranking_link_main_img {
	}

	.side_ranking_link_main_img img {
	}

	.side_ranking_link_main_ttl {
	}

	.side_ranking_link_btm {
	}

	.side_ranking_link_btm_time {
	}

	.side_ranking_link_btm_cat {
	}

	.side_line {
	}

	.side_line_wrap {
		padding: 0;
		background: unset;
		color: #333333;
	}

	.side_line_ttl {
		margin-bottom: 14px;
	}

	.side_line_qr {
	}

	.side_line_btn {
	}

	.side_line_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1px;
		width: 300px;
		height: 70px;
		margin: 0 auto;
		border-radius: 9999px;
		background: #00b900;
		color: #ffffff;
		font-weight: bold;
		font-size: 18px;
	}

	.cmnft {
		padding: 38px 0;
	}

	.cmnft_wrap {
		flex-flow: column;
		align-items: center;
		gap: 34px;
	}

	.cmnft_left {
		flex-flow: column;
		align-items: center;
		gap: 20px;
	}

	.cmnft_left_logo {
	}

	.cmnft_info {
	}

	.cmnft_info_link {
	}

	.cmnft_info_link a {
	}

	.cmnft_info_link a img {
	}

	.cmnft_info_link a span {
	}

	.cmnft_right {
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}
}

@media print {
}
