@charset "UTF-8";
body.standby {
  overflow-y: hidden;
}
body.fixed {
  overflow: hidden;
}
.wrap {
  overflow-x: hidden;
}
main {
  padding-top: 4rem;
  /*
	.linkTile {
		li {
			margin-bottom: .5em;
			background: #fff;

			a {
				position: relative;
				display: flex;
				padding: 1em 1em 2.5em;
				border: solid .1rem #f18d1b;

				&::after {
					position: absolute;
					right: .5rem;
					bottom: .5rem;
					padding: 0 1rem;
					font-size: 80%;
					content: "続きを見る";
					border: solid .1rem #ccc;
					border-radius: 2em;
				}
			}

			figure {
				margin-right: 1rem;

				img {
					width: 5rem;
				}
			}

			dt {
				font-size: 1.1rem;
				font-weight: bold;
			}
		}
	}
	*/
  /*
	.lead_balloon {
		p {
			position: relative;
			padding: .8rem;
			margin-bottom: 1rem;
			background: #fff;
			border-radius: .8rem;

			&::before {
				position: absolute;
				top: 0;
				min-width: 4.6rem;
				height: 4.6rem;
				content: "";
				border-radius: 100%;
			}

			&::after {
				position: absolute;
				top: 2rem;
				left: -.8rem;
				width: 1rem;
				height: .8rem;
				clip-path: polygon(0 50%, 100% 100%, 100% 0);
				content: "";
				background: #fff;
			}

			p {
				font-size: 1rem;
			}

			&:nth-of-type(odd) {
				margin: 0 0 1rem 6rem;

				&::after {
					position: absolute;
					left: -.8rem;
				}

				&::before {
					left: -6rem;
					background: url("../img/wani.webp") #f18d1b no-repeat -.8rem .8rem / 5rem;
				}
			}

			&:nth-of-type(even) {
				margin: 0 6rem 1rem 0;

				&::after {
					right: -.8rem;
					left: unset;
					transform: scale(-1, 1);
				}

				&::before {
					right: -6rem;
					background: url("../img/tori.webp") #f18d1b no-repeat .8rem 1rem / 3rem;
				}
			}
		}
	}
	*/
}
main > section {
  padding: 0 0.66rem;
  margin: 1rem 0 1rem auto;
}
main nav:has(.categorynav) {
  padding: 0 0.66rem;
  margin: 1rem auto;
}
main article {
  padding: 0 0.66rem;
}
main article > section {
  margin-top: 2.43rem;
  clear: both;
}
main article > section::after {
  display: block;
  clear: both;
  content: "";
}
main article.document > section h2 + div {
  padding: 1rem;
  background-color: #fff;
}
main article.document > section h3 {
  margin-top: 1.5rem;
}
main article.document p em {
  color: #f33;
}
main article.document p strong {
  font-size: 1.1em;
  background: linear-gradient(to bottom, transparent 70%, #ffc107 70%);
}
main aside .breadcrumb {
  padding: 0 1rem;
  margin: 1rem 0;
}
main aside .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
  align-items: center;
}
main aside .breadcrumb ul li:not(:first-child)::before {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.5rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  background: #000;
}
main aside .breadcrumb ul li a {
  font-size: 0.8rem;
}
main aside .sideMenu {
  /*
			.overlay {
				position: fixed;
				top: 0;
				left: 0;
				z-index: 9;
				display: none;
				width: 100vw;
				height: 100vh;
				background: rgba(0, 0, 0, .5);
			}
			*/
}
main aside .sideMenu nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: 100vh;
  background: #fff;
  transition-duration: 0.5s;
}
main aside .sideMenu nav.slide {
  right: 0;
}
main aside .sideMenu nav .side_menu_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.8rem;
}
main aside .sideMenu nav ul {
  margin-top: 3rem;
}
main aside .sideMenu nav ul li {
  margin-bottom: 0.15rem;
}
main aside .sideMenu nav ul li a {
  position: relative;
  display: flex;
  gap: 0.66rem;
  align-items: center;
  padding: 0.3rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}
main aside .sideMenu nav ul li a::before {
  width: 1.73rem;
  height: 1.73rem;
  content: "";
  background: no-repeat center / contain;
}
main aside .sideMenu nav ul li.current a {
  color: #fff;
  background: #f1951b;
}
main aside .sideMenu nav ul li.current a::before, main aside .sideMenu nav ul li.current a::after {
  filter: brightness(0) invert(1);
}
main aside .sideMenu nav ul li.today a::before {
  background-image: url("../img/icon/menu/today_orange.svg");
}
main aside .sideMenu nav ul li.recommend a::before {
  background-image: url("../img/icon/menu/recommend_orange.svg");
}
main aside .sideMenu nav ul li.review a::before {
  background-image: url("../img/icon/menu/review_orange.svg");
}
main aside .sideMenu nav ul li.free a::before {
  background-image: url("../img/icon/menu/free_orange.svg");
}
main aside .sideMenu nav ul li.site a::before {
  background-image: url("../img/icon/menu/site_orange.svg");
}
main aside .sideMenu nav ul li.media a::before {
  background-image: url("../img/icon/menu/media.svg");
}
main aside .sideMenu nav ul li.column a::before {
  background-image: url("../img/icon/menu/column_orange.svg");
}
main aside .sideMenu nav ul li.racer a::before {
  background-image: url("../img/icon/menu/racer.svg");
}
main aside .sideMenu nav ul li.study a::before {
  background-image: url("../img/icon/menu/study.svg");
}
main aside .sideMenu nav ul li.stadium a::before {
  background-image: url("../img/icon/menu/stadium.svg");
}
main aside .sideMenu nav ul li.live a::before {
  background-image: url("../img/icon/menu/live.svg");
}
main aside .sideMenu nav ul li.about a::before {
  background-image: url("../img/icon/menu/about.svg");
}
main aside .sideMenu .side-ranking {
  padding: 0 0.66rem;
}
main aside .sideMenu .side-ranking .h2_boat {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 0.8rem;
  font-size: 1.2rem;
  color: #fff;
  background: repeating-linear-gradient(-45deg, transparent, transparent 0.66rem, #f1951b 0.66rem, #f1951b 1.2rem), #f3a339;
}
main aside .sideMenu .side-ranking .h2_boat::before {
  position: unset;
  width: 4rem;
  height: 2rem;
  content: "";
  background: url("../img/icon/h2_boat.webp") no-repeat center / contain;
  transform: rotate(-13deg);
}
main aside .sideMenu .side-ranking_link {
  padding: 0 1rem 1rem;
  background: #fff;
}
main aside .sideMenu .side-ranking_link a {
  min-height: 3rem;
  padding-left: 1rem;
  margin: 0;
}
main aside .sideMenu .side-ranking_link a::before {
  content: none;
}
main aside .sideMenu .side-ranking .side-ranking_recommend, main aside .sideMenu .side-ranking .side-ranking_review, main aside .sideMenu .side-ranking .side-ranking_free {
  margin-bottom: 1rem;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul, main aside .sideMenu .side-ranking .side-ranking_review ul, main aside .sideMenu .side-ranking .side-ranking_free ul {
  padding: 1rem;
  background: #fff;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li, main aside .sideMenu .side-ranking .side-ranking_review ul li, main aside .sideMenu .side-ranking .side-ranking_free ul li {
  margin-bottom: 1rem;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li:last-of-type, main aside .sideMenu .side-ranking .side-ranking_review ul li:last-of-type, main aside .sideMenu .side-ranking .side-ranking_free ul li:last-of-type {
  margin-bottom: 0;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li h3, main aside .sideMenu .side-ranking .side-ranking_review ul li h3, main aside .sideMenu .side-ranking .side-ranking_free ul li h3 {
  position: relative;
  padding-left: 2.2rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  border-bottom: solid 0.15rem;
  border-left: none;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li h3::before, main aside .sideMenu .side-ranking .side-ranking_review ul li h3::before, main aside .sideMenu .side-ranking .side-ranking_free ul li h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 1.8rem;
  content: "";
  background: no-repeat center / contain;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li h3::after, main aside .sideMenu .side-ranking .side-ranking_review ul li h3::after, main aside .sideMenu .side-ranking .side-ranking_free ul li h3::after {
  display: none;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li dl, main aside .sideMenu .side-ranking .side-ranking_review ul li dl, main aside .sideMenu .side-ranking .side-ranking_free ul li dl {
  position: relative;
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0.66rem;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li dl dt img, main aside .sideMenu .side-ranking .side-ranking_review ul li dl dt img, main aside .sideMenu .side-ranking .side-ranking_free ul li dl dt img {
  width: 6rem;
  height: 6rem;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li dl dd a, main aside .sideMenu .side-ranking .side-ranking_review ul li dl dd a, main aside .sideMenu .side-ranking .side-ranking_free ul li dl dd a {
  display: block;
  width: 10.5rem;
  margin: 1rem auto 0;
  line-height: 2;
  color: #f1951b;
  text-align: center;
  border: solid 0.1rem #f1951b;
  border-radius: 1rem;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li dl dd a::after, main aside .sideMenu .side-ranking .side-ranking_review ul li dl dd a::after, main aside .sideMenu .side-ranking .side-ranking_free ul li dl dd a::after {
  margin-left: 1rem;
  content: ">";
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li:nth-child(1) h3, main aside .sideMenu .side-ranking .side-ranking_review ul li:nth-child(1) h3, main aside .sideMenu .side-ranking .side-ranking_free ul li:nth-child(1) h3 {
  border-color: #dab318;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li:nth-child(1) h3::before, main aside .sideMenu .side-ranking .side-ranking_review ul li:nth-child(1) h3::before, main aside .sideMenu .side-ranking .side-ranking_free ul li:nth-child(1) h3::before {
  background-image: url("../img/icon/ranking_1.webp");
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li:nth-child(2) h3, main aside .sideMenu .side-ranking .side-ranking_review ul li:nth-child(2) h3, main aside .sideMenu .side-ranking .side-ranking_free ul li:nth-child(2) h3 {
  border-color: #a3afa5;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li:nth-child(2) h3::before, main aside .sideMenu .side-ranking .side-ranking_review ul li:nth-child(2) h3::before, main aside .sideMenu .side-ranking .side-ranking_free ul li:nth-child(2) h3::before {
  background-image: url("../img/icon/ranking_2.webp");
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li:nth-child(3) h3, main aside .sideMenu .side-ranking .side-ranking_review ul li:nth-child(3) h3, main aside .sideMenu .side-ranking .side-ranking_free ul li:nth-child(3) h3 {
  border-color: #d59920;
}
main aside .sideMenu .side-ranking .side-ranking_recommend ul li:nth-child(3) h3::before, main aside .sideMenu .side-ranking .side-ranking_review ul li:nth-child(3) h3::before, main aside .sideMenu .side-ranking .side-ranking_free ul li:nth-child(3) h3::before {
  background-image: url("../img/icon/ranking_3.webp");
}
main aside .sideMenu .side-ranking .side-ranking_review ul li dl dd {
  margin-top: 0.5rem;
}
main aside .sideMenu .side-ranking .side-ranking_review ul li dl dd figure {
  display: flex;
  /* gap: 0.27rem; */
  align-items: center;
  justify-content: flex-start;
}
main aside .sideMenu .side-ranking .side-ranking_review ul li dl dd figure img {
  width: 1.77rem;
  height: 1.7rem;
}
main aside .sideMenu .side-ranking .side-ranking_review ul li dl dd span {
  display: block;
  font-family: Roboto;
  font-size: 2.73rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
main aside .sideMenu .side-ranking .side-ranking_free ul li dl dd p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  line-height: 1;
}
main aside .sideMenu .side-ranking .side-ranking_free ul li dl dd p span {
  font-size: 1.5em;
  font-weight: bold;
}
main aside .sideMenu .side-ranking .side-ranking_free ul li dl dd p span em {
  margin-right: 0.1em;
  font-family: Roboto;
  font-size: 1.8em;
  letter-spacing: -0.02em;
}
main aside .sideMenu .side-ranking .side-ranking_stadium ul {
  margin-bottom: 1.33rem;
}
main aside .sideMenu .side-ranking .side-ranking_stadium ul li {
  position: relative;
  display: flex;
  align-items: center;
  height: 3.6rem;
  padding-left: 1rem;
  background: url("../img/icon/stadium_link.webp") no-repeat right 1rem center / auto 1rem #fff;
}
main aside .sideMenu .side-ranking .side-ranking_stadium ul li figure {
  position: static;
  display: flex;
  gap: 0.66rem;
  align-items: center;
}
main aside .sideMenu .side-ranking .side-ranking_stadium ul li figure figcaption {
  min-width: 4.73rem;
  padding: 0.2rem 0.5rem;
  text-align: center;
  background: #d1d1d1;
}
main aside .sideMenu .side-ranking .side-ranking_stadium ul li figure a img {
  object-fit: contain;
  height: 1.73rem;
}
main aside .sideMenu .side_banner {
  margin: 3.33rem auto 0;
}
main aside .footerNav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
}
main aside .footerNav ul {
  display: flex;
}
main aside .footerNav ul li {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 4rem;
}
main aside .footerNav ul li::before {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  z-index: -1;
  width: 2.26rem;
  height: 2.26rem;
  content: "";
  background: no-repeat center / contain;
  transform: translateX(-50%);
}
main aside .footerNav ul li a {
  display: block;
  font-size: 0.75rem;
  line-height: 6.3rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
main aside .footerNav ul li:nth-of-type(1) {
  background: #f3f3f3;
}
main aside .footerNav ul li:nth-of-type(1)::before {
  background-image: url("../img/icon/menu/today_black.svg");
}
main aside .footerNav ul li:nth-of-type(1) a {
  color: #000;
}
main aside .footerNav ul li:nth-of-type(2) {
  background: #000;
}
main aside .footerNav ul li:nth-of-type(2)::before {
  background-image: url("../img/icon/menu/recommend_white.svg");
}
main aside .footerNav ul li:nth-of-type(3) {
  background: #f33;
}
main aside .footerNav ul li:nth-of-type(3)::before {
  background-image: url("../img/icon/menu/review_white.svg");
}
main aside .footerNav ul li:nth-of-type(4) {
  background: #33a0ff;
}
main aside .footerNav ul li:nth-of-type(4)::before {
  background-image: url("../img/icon/menu/free_white.svg");
}
main aside .footerNav ul li:nth-of-type(5) {
  background: #f90;
}
main aside .footerNav ul li:nth-of-type(5)::before {
  background-image: url("../img/icon/menu/site_white.svg");
}
main aside .footerNav ul li:nth-of-type(6) {
  background: #2bb676;
}
main aside .footerNav ul li:nth-of-type(6)::before {
  background-image: url("../img/icon/menu/column_white.svg");
}
main aside .float_menu {
  display: none;
}
main aside .topBtn {
  position: fixed;
  right: -5rem;
  bottom: 5rem;
  z-index: 9;
  cursor: pointer;
  transition-duration: 0.3s;
}
main aside .topBtn.active {
  right: 0;
}
main aside .topBtn img {
  width: 2.86rem;
  height: 3.26rem;
}
main .document_top h1 {
  position: relative;
  padding: 0.3rem 1rem 0.3rem 2.3rem;
  margin: 1rem auto;
  clip-path: polygon(1.6rem 0, 100% 0, 100% 100%, 0 100%, 0 1.6rem);
  font-size: 1.33rem;
  font-weight: bold;
  line-height: 1.3;
  background: #fff;
  border-bottom: solid 0.15rem #f18d1b;
}
main .document_top h1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  background: #f18d1b;
}
main .document_top .document_top_postdate {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
  margin: 0.5rem 0;
}
main .document_top .document_top_postdate time {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
main .document_top .document_top_postdate time::before {
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat center / contain;
}
main .document_top .document_top_postdate time:nth-of-type(1)::before {
  background-image: url("../img/icon/day.webp");
}
main .document_top .document_top_postdate time:nth-of-type(2)::before {
  background-image: url("../img/icon/update.webp");
}
main .document_top .document_top_aside {
  position: relative;
  display: flex;
  gap: 0.66rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  margin: 1rem auto;
  background: #fff;
  border-radius: 0.8rem;
}
main .document_top .document_top_aside::before {
  position: relative;
  min-width: 4.6rem;
  height: 4.6rem;
  content: "";
  background: url("../img/wani.webp") no-repeat center / contain;
}
main .document_top .document_top_aside p {
  font-size: 1.5rem;
}
main .document_top .document_top_aside p span {
  color: #f33;
}
main .document_top_closed {
  padding: 2rem 0 1rem;
  text-align: center;
}
main .document_lead {
  padding: 0.75rem 1rem;
  margin: 1rem 0;
  text-align: justify;
  background-color: #fff;
  border: 2px solid #64bdff;
}
main .document_lead::before {
  /* left: -1rem; */
  /* top: -1rem; */
  position: relative;
  display: block;
  float: left;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 0.5rem;
  content: "";
  background: no-repeat url(../img/wani.webp) right top 0.5rem / auto 5.5rem #64bdff;
  border-radius: 100%;
}
main .document_lead p {
  margin: 0;
}
main h2 {
  position: relative;
  padding: 0.5rem 0.8rem 0.5rem 2.4rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: #fff;
  background: repeating-linear-gradient(-45deg, transparent, transparent 0.66rem, #f1951b 0.66rem, #f1951b 1.2rem), #f3a339;
}
main h2::before {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 1.15rem;
  height: 1.15rem;
  content: "";
  background: url("../img/icon/h2_deco.webp") no-repeat center / contain;
}
main h3 {
  position: relative;
  padding-left: 1rem;
  margin: 0.66rem auto 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  border-left: solid 0.35rem #f1951b;
}
main h3::after {
  position: absolute;
  bottom: -0.5rem;
  left: -0.35rem;
  width: calc(100% + .35rem);
  height: 0.08rem;
  content: "";
  background: #f1951b;
}
main h4 {
  padding-left: 1rem;
  margin: 0.66rem auto 1rem;
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.5;
  border-left: solid 0.35rem #f1951b;
}
main section p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
main .balloon {
  position: relative;
  display: flex;
  gap: 0.66rem;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 1rem auto;
  border-radius: 0.8rem;
}
main .balloon::before {
  position: relative;
  min-width: 4.6rem;
  height: 4.6rem;
  content: "";
  background: url("../img/wani.webp") #f18d1b no-repeat -1rem 0.5rem / 5.5rem;
  border-radius: 100%;
}
main .balloon p {
  position: relative;
  padding: 0.8rem;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  background: #fff4d0;
  border-radius: 0.8rem;
}
main .balloon p::before {
  position: absolute;
  top: 2rem;
  left: -0.8rem;
  width: 1rem;
  height: 0.8rem;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  content: "";
  background: #fff4d0;
}
main .balloon p span {
  color: #f33;
}
main .balloon p a {
  color: #f33;
  text-decoration: underline;
}
main .balloon.smile::before {
  background-image: url("../img/wani_smile.webp");
}
main .balloon.ikari::before {
  background-image: url("../img/wani_ikari.webp");
}
main .balloon.odoroki::before {
  background-image: url("../img/wani_odoroki.webp");
}
main .balloon.namida::before {
  background-image: url("../img/wani_namida.webp");
}
main .balloon.tori {
  flex-direction: row-reverse;
}
main .balloon.tori p {
  margin: 0 0.8rem 0 0;
}
main .balloon.tori p::before {
  right: -0.8rem;
  left: unset;
  transform: scale(-1, 1);
}
main .balloon.tori::before {
  background: url("../img/tori.webp") #f18d1b no-repeat 0.8rem 1rem / 3rem;
}
main .balloon.tori.smile::before {
  background-image: url("../img/tori_smile.webp");
}
main .balloon.tori.ikari::before {
  background-image: url("../img/tori_ikari.webp");
}
main .balloon.tori.odoroki::before {
  background-image: url("../img/tori_odoroki.webp");
}
main .balloon.tori.namida::before {
  background-image: url("../img/tori_namida.webp");
}
main .balloon.lead p {
  background: #fff;
}
main .balloon.lead p::before {
  background: #fff;
}
main .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 2.3rem;
  padding: 0 1.8rem;
  margin: 1rem auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  background: #f18d1b;
  filter: drop-shadow(0 0.15rem 0.3rem rgba(0, 0, 0, 0.5));
  border: none;
  border-radius: 0.5rem;
}
main .btn::after {
  position: relative;
  top: 0;
  right: -1rem;
  width: 0.7rem;
  height: 0.5rem;
  content: "";
  background: url("../img/icon/arrow.webp") no-repeat center / contain;
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
}
main .btn.btn-noarrow::after {
  display: none;
}
main .mark {
  padding: 1rem;
  margin: 1rem auto;
  background: #fff4d0;
}
main .mark li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
main .mark li:last-child {
  margin-bottom: 0;
}
main .mark li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #f18d1b;
  content: "●";
}
main .mark li a {
  color: #f33;
  text-decoration: underline;
}
main .notice {
  margin: 1rem auto;
}
main .notice li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
main .notice li:last-child {
  margin-bottom: 0;
}
main .notice li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
main .number {
  margin: 1rem auto;
}
main .number li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
main .number li:last-child {
  margin-bottom: 0;
}
main .number li span {
  position: absolute;
  top: 0;
  left: 0;
}
main ol {
  padding: 0 1rem;
  margin: 1rem auto;
}
main ol li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
main ol li:last-child {
  margin-bottom: 0;
}
main .quote, main blockquote {
  margin: 1.5rem 0 1rem;
}
main .quote p, main blockquote p {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  margin: 0;
  background: #fff4d0;
}
main .quote p::before, main blockquote p::before {
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background: url(../img/icon/quote.webp) no-repeat center / contain;
}
main .quote + figure, main blockquote + figure {
  clear: both;
}
main .quote_from {
  position: relative;
  padding-right: 1rem;
  text-align: right;
}
main .quote_from::before {
  display: inline-block;
  width: 2rem;
  height: 0.3rem;
  margin-right: 0.5rem;
  content: "";
  border-top: 0.15rem solid #000;
}
main .photoArea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 1rem auto;
}
main .photoArea::after {
  display: block;
  clear: both;
  content: "";
}
main .photoArea p {
  text-align: left;
}
main .photoArea figure {
  display: inline-block;
  width: calc(50% - .4em);
  margin: 0 auto;
}
main .photoArea figure a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #9e9e9e;
}
main .photoArea figure a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: url("../img/icon/photoArea_search.webp") no-repeat center / contain;
}
main .photoArea figure figcaption {
  font-size: 90%;
  text-align: center;
}
main .photoArea figure:nth-of-type(2) {
  margin-left: 0.5rem;
}
main .photoArea.direct figure {
  width: 100%;
}
main .photoArea ul.mark, main .photoArea ol.mark {
  margin: 0;
  text-align: left;
}
main figure.zoom {
  position: relative;
  width: 10rem;
  margin: 0 auto;
}
main figure.zoom img {
  border: 1px #eee solid;
}
main figure.zoom figcaption {
  font-size: 90%;
  text-align: center;
}
main figure.zoom::after {
  position: absolute;
  top: 8.2rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: url("../img/icon/photoArea_search.webp") no-repeat center / contain;
}
main .article_yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1em;
}
main .article_yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .scroll {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow-x: scroll;
  clear: both;
}
main .scroll::before {
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
  color: #ff5722;
  text-align: center;
  content: "※横にスクロールしてください。" !important;
}
main .scroll table {
  width: auto;
  white-space: nowrap;
}
main table {
  width: 100%;
  border-collapse: collapse;
}
main table th, main table td {
  padding: 0.25rem 0.5rem;
  line-height: 1.6;
  background-color: #fff;
  border: 1px #ccc solid;
}
main table thead tr th {
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #f18d1b;
}
main table tbody tr th {
  padding: 0.5rem;
  font-weight: normal;
  background-color: #fff4d0;
}
main table tbody td .mark {
  display: table;
  padding: 0.5rem 0;
  margin: 0;
  text-align: left;
  background: transparent;
}
main .bannerArea {
  max-width: 500px;
  padding: 0 0.66rem;
  margin: 1rem auto;
}
main .insert_siteLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.66rem;
  height: 5rem;
  margin: 0.5rem auto 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  background: url("../img/insert_link_bg.webp") no-repeat center / cover;
  filter: drop-shadow(0 0.2rem 0.2rem rgba(0, 0, 0, 0.5));
}
main .insert_siteLink span {
  font-size: 1rem;
}
main .insert_siteLink::after {
  position: absolute;
  top: 2rem;
  right: 0.5rem;
  width: 1.6rem;
  height: 1rem;
  content: "";
  background: url("../img/icon/arrow.webp") no-repeat center / contain;
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
}
main .insert_siteLink.review, main .insert_siteLink.free {
  flex-direction: column;
  line-height: 1.2;
}
main .linkArea {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 4.3rem;
  padding: 0.5rem 3rem;
  margin: 1rem auto 3rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
  text-decoration: underline;
  background: url("../img/link_area_bg.webp") no-repeat center / 100% 100%;
}
main .linkArea::before {
  position: absolute;
  top: 1.3rem;
  left: 0.8rem;
  width: 1.2rem;
  height: 1.6rem;
  content: "";
  background: url("../img/icon/link_clip.webp") no-repeat center / contain;
}
main .linkArea a {
  color: #fff;
}
main .linkArea br {
  display: none;
}
main .link {
  color: #0080ff;
  text-decoration: underline;
}
main .sitelist_nav {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.46rem;
  margin: 0 auto;
  background: #fff4d0;
}
main .sitelist_nav a {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  width: calc(33% - .3rem);
  height: 2.27rem;
  color: #fff;
  background: no-repeat center / contain;
  filter: drop-shadow(0 0.15rem 0.3rem rgba(0, 0, 0, 0.5));
}
main .sitelist_nav a::before {
  width: 1.3rem;
  height: 1.3rem;
  content: "";
  background: no-repeat center / contain;
}
main .sitelist_nav a:nth-child(1) {
  background-image: url("../img/sitelist01_bg.webp");
}
main .sitelist_nav a:nth-child(1)::before {
  background-image: url("../img/icon/sitelist_nav_pen.webp");
}
main .sitelist_nav a:nth-child(2) {
  background-image: url("../img/sitelist03_bg.webp");
}
main .sitelist_nav a:nth-child(2)::before {
  background-image: url("../img/icon/sitelist_nav_chat.webp");
}
main .sitelist_nav a:nth-child(3) {
  background-image: url("../img/sitelist02_bg.webp");
}
main .sitelist_nav a:nth-child(3)::before {
  background-image: url("../img/icon/sitelist_nav_graph.webp");
}
main .site_links {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.66rem;
  margin: 1rem auto 2.5rem;
}
main .site_links li {
  width: calc(50% - .5rem);
}
main .site_links li a {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  color: #fff;
  background: no-repeat center / 100% 100%;
  filter: drop-shadow(0 0.1em 0.2em #000);
}
main .site_links li a::before {
  width: 1.3rem;
  height: 1.3rem;
  content: "";
  background: no-repeat center / contain;
}
main .site_links li:nth-child(1) a {
  background-image: url("../img/sitelinks02_bg.webp");
}
main .site_links li:nth-child(1) a::before {
  background-image: url("../img/icon/sitelist_nav_chat.webp");
}
main .site_links li:nth-child(2) a {
  background-image: url("../img/sitelinks03_bg.webp");
}
main .site_links li:nth-child(2) a::before {
  background-image: url("../img/icon/sitelist_nav_graph.webp");
}
main .document_writer {
  max-width: 740px;
  margin: 1rem auto;
}
main .document_writer::after {
  display: block;
  clear: both;
  content: "";
}
main .document_writer figure {
  position: relative;
  float: left;
  width: 5rem;
  height: 5rem;
  margin: 1rem;
  overflow: hidden;
  border: 2px #ccc solid;
  border-radius: 50%;
}
main .document_writer dl {
  padding: 1rem;
  background: #fff4d0;
}
main .document_writer dl dt {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
main .document_writer dl dt::before {
  width: 1rem;
  height: 1rem;
  content: "";
  background: url(../img/icon/writer_pen.webp) no-repeat center / contain;
}
main .document_notice {
  max-width: 740px;
  padding: 0 1rem 1rem;
  margin: 0 auto;
  font-size: 0.85rem;
  opacity: 0.6;
}
main .lead_banners_links {
  margin-bottom: 1rem;
}
main .lead_banners_links .line_banner {
  margin: 0 0 1rem;
  filter: drop-shadow(0 0.15rem 0.3rem rgba(0, 0, 0, 0.5));
}
main .lead_banners_links .to_recommend {
  display: block;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0.15rem 0.3rem rgba(0, 0, 0, 0.5));
}
main .lead_banners {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
main .lead_banners a {
  filter: drop-shadow(0 0.15rem 0.3rem rgba(0, 0, 0, 0.5));
}
main .categorynav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
  justify-content: flex-start;
}
main .categorynav li {
  position: relative;
  padding: 0.7rem;
  background: #fff;
}
main .categorynav li figure {
  display: flex;
  gap: 1rem;
}
main .categorynav li figure img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}
main .categorynav li figure a {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}
main .categorynav li figure a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
main .categorynav li dl dt {
  margin: 0.5rem auto;
  font-size: 0.95rem;
  font-weight: 500;
}
main .categorynav li dl dd {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  justify-content: flex-end;
}
main .categorynav li dl dd time {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
main .categorynav li dl dd time::before {
  width: 1rem;
  height: 1rem;
  content: "";
  background: url("../img/icon/day.webp") no-repeat center / contain;
}
main .categorynav li dl dd .btn {
  margin: 0;
}
main .moreBtn {
  display: block;
  width: fit-content;
  padding: 0.25em 2em;
  margin: 1rem auto;
  color: #f18d1b;
  background: #fff;
  border: solid 0.1rem #f18d1b;
  border-radius: 1rem;
}
main input[type="text"], main input[type="email"], main input[type="tel"], main input[type="password"], main input[type="number"], main textarea {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
main input[type="text"]::placeholder, main input[type="email"]::placeholder, main input[type="tel"]::placeholder, main input[type="password"]::placeholder, main input[type="number"]::placeholder, main textarea::placeholder {
  opacity: 0.5;
}
main select {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background: #fff url("../img/icon/arrow.webp") no-repeat right 0.5rem center / 1rem;
  border: solid 0.1rem #ccc;
  border-radius: 0.25rem;
  appearance: none;
}
main .form_checkbox li {
  display: inline-block;
}
main .form_checkbox input {
  display: none;
}
main .form_checkbox label {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #666;
  border-radius: 0.2rem;
  transition-duration: 0.5s;
}
main .form_checkbox input:checked + label {
  color: white;
  background-color: #788fd3;
}
main .form_inline > * {
  display: inline-block;
  vertical-align: top;
}
main .form_row {
  margin-bottom: 1rem;
}
main .form_row > label {
  margin-bottom: 0.5rem;
}
main .form_row > div > label {
  padding: 0 0.25rem;
  line-height: 2.8;
}
main .ranklabel {
  position: absolute;
  top: 3rem;
  width: 11.1rem;
  height: 2.5rem;
  font-size: 0;
  background: no-repeat center / contain;
}
main .ranklabel.ranklabel-1 {
  background-image: url("../img/tag/tag_review_1.webp");
}
main .ranklabel.ranklabel-2 {
  background-image: url("../img/tag/tag_review_2.webp");
}
main .ranklabel.ranklabel-3 {
  background-image: url("../img/tag/tag_review_3.webp");
}
main .ranklabel.ranklabel-4 {
  background-image: url("../img/tag/tag_review_4.webp");
}
main .ranklabel.ranklabel-5 {
  background-image: url("../img/tag/tag_review_5.webp");
}
main .ranklabel.ranklabel-6 {
  background-image: url("../img/tag/tag_review_6.webp");
}
main .swiper .swiper-wrapper {
  padding-bottom: 3.5rem;
}
main .swiper .swiper-wrapper .swiper-slide {
  height: 13.53rem;
  background: no-repeat center / cover;
}
main .swiper .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: #828282;
  border-radius: 0.8rem;
}
main .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f18d1b;
}
.pageindex {
  position: relative;
  max-width: 700px;
  padding: 0 0.66rem;
  margin: 1rem auto;
}
.pageindex > ul {
  padding: 1rem;
  background: #fff4d0;
}
.pageindex > ul li {
  margin-bottom: 1rem;
}
.pageindex > ul li a {
  display: flex;
  gap: 0.3rem;
  font-size: 1rem;
  font-weight: 500;
}
.pageindex > ul li a::before {
  color: #f18d1b;
  content: "●";
}
.pageindex > ul li > ul {
  padding-left: 1rem;
  margin: 1rem 0;
}
.pageindex button {
  position: relative;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  height: 3.2rem;
  padding: 0 0 0 1.4rem;
  margin-bottom: 0;
  font-family: inherit;
  font-size: 1.2rem;
  color: #fff;
  background: #f18d1b;
  border: none;
  appearance: none;
}
.pageindex button::before {
  position: relative;
  top: unset;
  left: unset;
  width: 0.9rem;
  height: 0.9rem;
  content: "";
  background: url("../img/icon/pageindex.webp") no-repeat center / contain;
}
.pageindex button::after {
  position: absolute;
  right: 1rem;
  width: 1.62rem;
  height: 1rem;
  content: "";
  background: url("../img/icon/arrow.webp") no-repeat center / contain;
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}
.pageindex button.close::after {
  transform: rotate(0deg);
}
header {
  position: fixed;
  z-index: 8;
  display: flex;
  align-items: center;
  width: 100%;
  height: 4rem;
  background: #fff;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .inner .header_logo {
  width: 10rem;
  margin-left: 1rem;
}
header .inner .searchBtn {
  width: 2rem;
  margin: 0 1rem 0 auto;
  cursor: pointer;
}
header .inner .menuBtn {
  width: 2.26rem;
  margin-right: 0.66rem;
  cursor: pointer;
}
header .inner .searchBox {
  position: fixed;
  top: 4rem;
  z-index: 2;
  display: none;
  width: 100%;
  padding: 1rem 0.6rem;
  background-color: #fff4d0;
}
header .inner .searchBox form {
  display: flex;
  gap: 0.33rem;
  justify-content: center;
}
header .inner .searchBox form input {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1em;
  border: 0.1rem solid #8f8f8f;
  border-radius: 0.3rem;
}
header .inner .searchBox form button {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  width: 4.73rem;
  margin-left: 0.5em;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  background: #f1951b;
  border: none;
  border-radius: 0.3rem;
}
header .inner .searchBox form button::before {
  display: inline-block;
  width: 1.05rem;
  height: 1.05rem;
  content: "";
  background: url("../img/icon/header_search.webp") no-repeat center / contain;
  filter: brightness(0) invert(1);
}
footer {
  padding: 1.5rem 1rem 5rem;
  background: #fff;
}
footer > dl {
  margin-bottom: 2rem;
}
footer > dl dt a img {
  width: 10rem;
  margin: 0 auto;
}
footer > dl dd {
  margin-top: 0.5rem;
}
footer > dl dd > a {
  display: block;
  font-size: 90%;
  text-align: center;
  text-decoration: underline;
}
footer > dl dd nav ul {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
footer > dl dd nav ul li:first-child::after {
  position: relative;
  top: 0.1rem;
  margin-left: 0.5rem;
  content: "Ⅰ";
}
footer > p {
  font-size: 80%;
  text-align: center;
}
a {
  color: #000;
  text-decoration: none;
}
a.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
*:has(> a.overlay) {
  position: relative;
}
.sp_only {
  display: block;
}
.pc_only {
  display: none;
}
.prediction {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.prediction > div {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.prediction > div dt span {
  display: inline-block;
  width: 1.2em;
  line-height: 1.2;
  text-align: center;
}
.prediction > div dt span.c1 {
  background-color: #fcfcff;
}
.prediction > div dt span.c2 {
  color: #fff;
  background-color: #333;
}
.prediction > div dt span.c3 {
  color: #fff;
  background-color: #f44336;
}
.prediction > div dt span.c4 {
  color: #fff;
  background-color: #2196f3;
}
.prediction > div dt span.c5 {
  background-color: #ffc107;
}
.prediction > div dt span.c6 {
  color: #fff;
  background-color: #4caf50;
}
.prediction > div dd::before {
  content: "￥";
}
.hitrate {
  padding-left: 1.25em;
  background: url(../img/icon/bullseye.svg) no-repeat left center/auto 1em;
}
.resrate {
  padding-left: 1.25em;
  background: url(../img/icon/money.svg) no-repeat left center/auto 1em;
}
.lose::before {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 80%;
  line-height: 2;
  color: #666;
  content: "ハズレ";
  background-color: #eee;
  border-radius: 1rem;
}
.win::before {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 80%;
  line-height: 2;
  color: #fff;
  content: "的中";
  background-color: #f44336;
  border-radius: 1rem;
}
figure.stars {
  display: flex;
  align-items: center;
  justify-content: center;
}
figure.stars img {
  width: 1.1em;
  height: 1em;
}
ul.reviewlist-v2 {
  padding: 0.5rem;
  background: #fff;
}
ul.reviewlist-v2 li {
  padding: 0.5em 0;
  border-bottom: 1px #ccc solid;
}
ul.reviewlist-v2 li blockquote {
  position: relative;
  max-height: 5rem;
  overflow: hidden;
  margin: 0;
}
ul.reviewlist-v2 li blockquote.active {
  max-height: none;
}
ul.reviewlist-v2 li blockquote.active::after {
  content: none;
}
ul.reviewlist-v2 li blockquote p {
  margin: 0;
  padding: 0;
  background: transparent;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
}
ul.reviewlist-v2 li blockquote p::before {
  content: none;
}
ul.reviewlist-v2 li blockquote.active p {
  display: block;
}
ul.reviewlist-v2 li figure {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
ul.reviewlist-v2 li figure img {
  width: 1.18rem;
  height: 1.1rem;
  margin: 0;
}
ul.reviewlist-v2 li nav {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: flex-end;
}
ul.reviewlist-v2 li nav a {
  display: block;
  padding: 0.5em 0 0.5em 1.5em;
  padding-left: 1.5em;
  font-size: 90%;
  line-height: 1.2;
  color: #2a4c81;
  text-decoration: underline;
  background: url(../img/icon/reviewlist_link.webp) no-repeat left center / 1.3rem 1rem;
}
ul.reviewlist-v2 li nav a.reviewlist_sitelink {
  padding-left: 2em;
  background: url(../img/icon/menu/site_navy.svg) no-repeat left center / auto 1.5rem;
}
ul.reviewlist-v2 li dl {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  margin: 0.5rem auto;
}
ul.reviewlist-v2 li dl dt {
  padding-left: 1em;
  background: no-repeat url(../img/icon/reviewlist_user.webp) left center/auto 1em;
}
ul.reviewlist-v2 li dl dd {
  padding-left: 1.25em;
  background: no-repeat url(../img/icon/reviewlist_day.webp) left center/auto 1em;
}
.zoomArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #000c;
  opacity: 0;
}
.zoomArea.active {
  z-index: 200;
  opacity: 1;
}
.zoomArea figure img {
  width: auto;
  height: auto;
  object-fit: initial;
}
.zoomArea_buttons {
  position: absolute;
  bottom: 2rem;
  left: 0;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.zoomArea_buttons button {
  width: 2rem;
  height: 2rem;
  background: url(../img/icon/zoom_minus.svg) no-repeat center/contain transparent;
  filter: drop-shadow(0 0 0.25em #000);
  border: none;
}
.zoomArea_buttons button:last-of-type {
  background-image: url(../img/icon/zoom_plus.svg);
}
.zoomArea_close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/icon/close.svg) no-repeat center/contain transparent;
  filter: drop-shadow(0 0 0.25em #000);
  border: none;
}
.linktile {
  padding: 1rem;
}
.linktile li {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.5rem 0;
  background: no-repeat url(../img/icon/sitelist_link.webp) right center/1.5rem auto #fff;
  border-bottom: 1px #ccc solid;
}
.linktile-category img {
  width: 8rem;
  height: auto;
}
.linktile-category a {
  padding-right: 3rem;
  line-height: 1.4;
}
.outerlink::after {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background: no-repeat url(../img/icon/outerlink_gray.svg) center/contain #fff;
}
figure.outerlink {
  position: relative;
}
figure.outerlink::after {
  position: absolute;
  right: auto;
  bottom: 0;
}
dl.tips {
  position: relative;
  padding: 0 0 0.75rem;
  margin: 1rem 0;
  background: #fff4d0;
}
dl.tips dt {
  line-height: 2;
  color: #fff;
  text-align: center;
  background: #f18e1b;
}
dl.tips dd table tr th, dl.tips dd table tr td {
  padding: 0.25rem 1rem;
  background-color: transparent;
  border: none;
}
dl.tips dd table tr td {
  text-align: right;
}
dl.tips dd table thead tr th {
  padding: 0;
  font-size: 90%;
  font-weight: normal;
  color: #f18e1b;
  background-color: #f18e1b2b;
}
dl.tips dd i {
  display: inline-block;
  width: 1.5em;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
dl.tips dd i.c1 {
  color: #333;
  background-color: #fff;
}
dl.tips dd i.c2 {
  background-color: #000;
}
dl.tips dd i.c3 {
  background-color: #f33;
}
dl.tips dd i.c4 {
  background-color: #03a9f4;
}
dl.tips dd i.c5 {
  background-color: #f90;
}
dl.tips dd i.c6 {
  background-color: #2bb676;
}
img {
  opacity: 1;
}
