@charset "UTF-8";

* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 10px; }
body { color: #231815; font-family: "Noto Sans JP", メイリオ, Meiryo, 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; font-size: 1.6rem; font-weight: 500; font-style: none; line-height: 1.6; -webkit-text-size-adjust: 100%; }
img { border: 0; vertical-align: top; -ms-interpolation-mode: bicubic; }
a { outline: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; transition: all 0.3s ease; }
a:hover img { opacity: 0.8; transition: all 0.3s ease; }
button { background: transparent; border: none; appearance: none; cursor: pointer; outline: none; }
.clearfix::after { content: ''; display: block; clear: both; }

body {
	background : linear-gradient(125.83deg, rgba(184, 189, 197, 1) 4.41%, rgba(238, 238, 239, 1) 15.21%, rgba(255, 255, 255, 1) 23.15%, rgba(247, 247, 247, 1) 30.12%, rgba(184, 189, 197, 1) 39.92%, rgba(177, 182, 191, 1) 43.15%, rgba(159, 164, 173, 1) 47.75%, rgba(128, 134, 144, 1) 53.14%, rgba(110, 116, 127, 1) 55.88%, rgba(130, 136, 146, 1) 58.68%, rgba(184, 189, 197, 1) 66.81%, rgba(247, 247, 247, 1) 77.6%, rgba(238, 238, 239, 1) 83.23%, rgba(255, 255, 255, 1) 87.43%, rgba(238, 238, 239, 1) 92.73%, rgba(184, 189, 197, 1) 100%);
} 
h2 {
	margin-bottom: 30px;
	font-size: 1.0rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.0;
	text-align: center;
}
h2 span {
	margin-top: 8px;
	padding-top: 5px;
	width: 100%;
	display: block;
	border-top: solid 1px #231815;
	font-size: 1.9rem;
}

.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

@media screen and (max-width: 1000px) {
	.inner {
		width: 100%;
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
	globalHeader
-------------------------------------------------- */
#globalHeader {
	padding-bottom: 30px;
}
#globalHeader .header_top {
	padding-top: 45px;
	background: linear-gradient(45deg, rgba(158, 109, 62, 1) 5.46%, rgba(208, 152, 73, 1) 14.75%, rgba(255, 242, 63, 1) 21.31%, rgba(255, 250, 198, 1) 28.42%, rgba(255, 242, 63, 1) 34.43%, rgba(225, 200, 53, 1) 39.24%, rgba(189, 150, 41, 1) 45.62%, rgba(167, 120, 34, 1) 50.46%, rgba(159, 108, 31, 1) 53.17%, rgba(222, 182, 67, 1) 69.4%, rgba(255, 242, 63, 1) 77.6%, rgba(255, 250, 198, 1) 83.23%, rgba(255, 242, 63, 1) 87.43%, rgba(222, 182, 67, 1) 92.31%, rgba(140, 62, 48, 1) 100%, rgba(158, 109, 62, 1) 100%);
	color: #231815;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 5em;
	line-height: 1.0;
	text-align: center;
}
#globalHeader h1 {
	margin: 30px auto 15px;
	width: 80%;
	max-width: 230px;
	display: flex;
	align-items: center;
}
#globalHeader h1 img {
	width: 100%;
}
#globalHeader p {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}

@media screen and (max-width: 1000px) {
	#globalHeader .header_top {
		font-size: 1.4rem;
		letter-spacing: 3em;
	}
}
@media screen and (max-width: 767px) {
	#globalHeader {
		padding-bottom: 10px;
	}
	#globalHeader h1 {
		margin: 15px auto 10px;
		width: 60%;
	}
	#globalHeader .header_top {
		padding-top: 25px;
		font-size: 1.0rem;
		letter-spacing: 2em;
		white-space: nowrap;
	}
	#globalHeader p {
		padding: 0 10px;
		font-size: 3vw;
		letter-spacing: -0.02em;
	}
}

/* --------------------------------------------------
	bnr
-------------------------------------------------- */
.bnr {	
	margin-bottom: 35px;
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	justify-content: space-between;
}
.bnr li {
	width: calc((100% - 34px)/2);
	list-style: none;
}
.bnr li a {
	padding: 0 25px;
	width: 100%;
	height: 114px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #e60012;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	transition: all .3s;
}
.bnr li a img {
	margin-bottom: 3px;
}
.bnr li a .test-s {
	font-size: 1.65rem;
}
.bnr li a span {
	font-size: 80%;
}
.bnr li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.bnr li a br.sp {
	display: none;
}

@media screen and (max-width: 1000px) {
	.bnr li a {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px) {
	.bnr{
		justify-content: center;
		row-gap: 20px;
	}
	.bnr li {
		width: 100%;
		max-width: 300px;
	}
	.bnr li a {
		padding: 10px 15px;
		height: 120px;
		font-size: 1.6rem;
		text-align: center;
	}
	.bnr li a img {
		width: auto;
		height: 25px;
	}
	.bnr li a br.sp {
		display: block;
	}
}

/* --------------------------------------------------
	main_img
-------------------------------------------------- */
#main_img {
	margin-bottom: 60px;
}
#main_img ul {
	display: flex;
}
#main_img ul li {
	width: 25%;
}
#main_img ul li img {
	width: 100%;
	height: auto;
}
#main_img p {
	padding: 5px 0;
	width: 100%;
	background: linear-gradient(45deg, rgba(158, 109, 62, 1) 5.46%, rgba(208, 152, 73, 1) 14.75%, rgba(255, 242, 63, 1) 21.31%, rgba(255, 250, 198, 1) 28.42%, rgba(255, 242, 63, 1) 34.43%, rgba(225, 200, 53, 1) 39.24%, rgba(189, 150, 41, 1) 45.62%, rgba(167, 120, 34, 1) 50.46%, rgba(159, 108, 31, 1) 53.17%, rgba(222, 182, 67, 1) 69.4%, rgba(255, 242, 63, 1) 77.6%, rgba(255, 250, 198, 1) 83.23%, rgba(255, 242, 63, 1) 87.43%, rgba(222, 182, 67, 1) 92.31%, rgba(140, 62, 48, 1) 100%, rgba(158, 109, 62, 1) 100%);
	color: #231815;
	font-size: 1.0rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-align: center;
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
	data_list
-------------------------------------------------- */
#data_list {
	margin-bottom: 60px;
}
#data_list ul {	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 34px;
	row-gap: 34px;
}
#data_list li {
	width: calc((100% - 34px)/2);
	list-style: none;
}
#data_list li a {
	padding-left: 25px;
	width: 100%;
	height: 114px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #e60012;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	transition: all .3s;
}
#data_list li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#data_list li .more {
	padding: 3px 40px 3px 10px;
	background: #231815;
	color: #fff;
	font-size: 1.48rem;
	letter-spacing: 0.05em;
	position: relative;
}
#data_list li .more::before, #data_list li .more::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 2px;
	background: #fff;
	transform-origin: center right;
	position: absolute;
	right: 15px;
	top: 50%;
}
#data_list li .more::before {
	transform: rotate(30deg);
}
#data_list li .more::after {
	transform: rotate(-30deg) translateY(-0.5px);
}

@media screen and (max-width: 1000px) {
	#data_list li a {
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 767px) {
	#data_list ul {
		justify-content: center;
		row-gap: 20px;
	}
	#data_list li {
		width: 100%;
		max-width: 300px;
	}
	#data_list li a {
		height: 70px;
		font-size: 1.6rem;
	}
	#data_list li .more {
		font-size: 1.2rem;
	}
}


/* --------------------------------------------------
	related_sites
-------------------------------------------------- */
#related_sites {
	margin-bottom: 60px;
}
#related_sites ul {	
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 34px;
	row-gap: 34px;
}
#related_sites li {
	width: calc((100% - 34px)/2);
	list-style: none;
}
#related_sites li a {
	padding: 0 25px;
	width: 100%;
	height: 114px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: #e60012;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	transition: all .3s;
}
#related_sites li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#related_sites li.sagakeiba img {
	width: 29.1%;
}
#related_sites li.eshinbun a {
	font-size: 2.0rem;
	letter-spacing: 0em;
}
#related_sites li.eshinbun img {
	width: 31.6%;
}
#related_sites li.eshinbun span {
	display: block;
	font-size: 1.6rem;
}
#related_sites li.eshinbun .small {
	font-size: 1.5rem;
	display: inline;
}

@media screen and (max-width: 1000px) {
	#related_sites li a {
		font-size: 2.0rem;
	}
	#related_sites li.eshinbun a {
		font-size: 2.0vw;
	}
	#related_sites li.eshinbun span {
		font-size: 1.6vw;
	}
	#related_sites li.eshinbun .small {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 767px) {
	#related_sites ul {
		justify-content: center;
		row-gap: 20px;
	}
	#related_sites li {
		width: 100%;
		max-width: 300px;
	}
	#related_sites li a {
		padding: 0 10px;
		height: 70px;
		font-size: 1.6rem;
	}
	#related_sites li.eshinbun a {
		font-size: 1.4rem;
	}
	#related_sites li.eshinbun span {
		font-size: 1.1rem;
	}
	#related_sites li.eshinbun .small {
		font-size: 1.0rem;
	}
}


/* --------------------------------------------------
	globalFooter
-------------------------------------------------- */
#globalFooter {
	padding-bottom: 30px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#globalFooter span {
		display: block;
	}
}