body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "游ゴシック体", sans-serif;
  font-style: normal;
  font-display: swap;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pcView {
  display: block !important;
}
@media (max-width: 768px) {
  .pcView {
    animation: gelatine 1s 2;
    display: none !important;
  }
}

.spView {
  display: none !important;
}
@media (max-width: 767px) {
  .spView {
    display: block !important;
  }
}

@media screen and (min-width:768px){
.head-flex {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
  margin: 0 auto;
}
}

@media screen and (max-width:767px){
.head-flex {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  padding: 5px 0;
  align-items: center;
  margin: 0 auto;
}
}

@media screen and (min-width:768px){
.head-flex img {
  max-width: 200px;
}
}

@media screen and (max-width:767px){
.head-flex img {
  max-width: 140px;
}
}

.pr-tex p {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width:768px){
.pr-tex article {
  font-size: 14px;
}
}

@media screen and (max-width:767px){
header article {
  font-size: 10px;
  text-align: center;
  padding-bottom: 5px;
}
}

.pr-tex {
  text-align: right;
}

.top-container {
  background-color: #b4d7e4;
  height: auto;
  padding-bottom: 10px;
}

@media screen and (min-width:768px){
.bg-img {
  display: block;
  margin: 0 auto;
  width: 1100px;
  background-image: url("../images/header_p.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
}

@media screen and (max-width:767px){
.bg-img {
  display: block;
  margin: 0 auto;
  max-width: 768px;
  background-image: url("../images/header_s.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
}

@media screen and (min-width:768px){
.top-point {
  padding-top: 320px;
}
}

@media screen and (max-width:767px){
.top-point {
  padding-top: 54vw;
}
}

.point-bg {
  max-width: 900px;
  margin: 10px auto 0;
  background-color: #fdf046;
  border-radius: 10px;
  padding: 5px;
}

@media screen and (min-width:768px){
h4 {
  font-size: 22px;
  font-weight: bold;
}
}

@media screen and (max-width:767px){
h4 {
  font-size: 18px;
  font-weight: bold;
}
}
@media screen and (min-width:768px){
.top-point-summary h4 {
  text-align: center;
  color: #388916;
  padding: 5px;
}
}
@media screen and (max-width:767px){
.top-point-summary h4 {
  text-align: center;
  color: #388916;
  padding-top: 5px;
}
}

.top-point-summary {
  overflow: hidden;
  border: #388916 2px dashed;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  list-style-type: none;
}

@media screen and (min-width:768px){
.top-point-summary p {
  cursor: pointer;
  width: 150px;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  background-color: #ff0004;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
  margin: 5px auto;
  position: relative;
  overflow: hidden;
}
}

@media screen and (max-width:767px){
.top-point-summary p {
  cursor: pointer;
  width: 125px;
  font-size: 16px;
  font-weight: bold;
  padding: 3px;
  background-color: #ff0004;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
  margin: 5px auto;
  position: relative;
  overflow: hidden;
}
}

.top-point-summary p::after {
	animation: 2s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
.top-point-summary p:hover {
	color: #fff;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}

.top-point-content {
  background-color: #fff;
  padding: 15px;
  line-height: 1.6rem;
}

.big-red {
  font-size: 20px;
  font-weight: bold;
  color: #ff0004;
}

.top-point-bottom {
  text-align: center;
}

.top-point-bottom img {
  max-width: 230px;
  margin-top: 20px;
}

.point-dots {
  border: #388916 2px dashed;
  text-align: center;
  padding: 10px;
}

.point-dots h4 {
  color: #388916;
}

.red {
  color: #ff0004;
  font-weight: bold;
}

@media screen and (min-width:768px){
.content-titile {
  background-color: #388916;
  padding: 10px;
  text-align: center;
}
}

@media screen and (max-width:767px){
.content-titile {
  background-color: #388916;
  padding: 5px;
  text-align: center;
}
}

@media screen and (min-width:768px){
h2 {
  font-size: 23px;
  font-weight: bold;
}
}

@media screen and (max-width:767px){
h2 {
  font-size: 20px;
  font-weight: bold;
}
}

.content-titile h2 {
  color: #fdf046;
}

@media screen and (min-width:768px){
.rank-bg {
  background-color: #fde6af;
  padding: 25px 0;
}
}

@media screen and (max-width:767px){
.rank-bg {
  background-color: #fde6af;
  padding: 10px 0;
}
}

@media screen and (min-width:768px){
.rank-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
}

@media screen and (max-width:767px){
.rank-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
}


.top-rank {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  border: #000 solid 2px;
}

.top-rank th {
  background-color: #388916;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: #000 solid 1px;
}

.top-rank td {
  border: #000 solid 1px;
}

.top-rank td p {
  padding-top: 5px;
}

.top-rank tr td:nth-child(1) {
  width: 5%;
  vertical-align: middle;
}
@media screen and (min-width:768px){
.top-rank tr td:nth-child(2) {
  width: 10%;
  vertical-align: middle;
  text-align: center;
}
}
@media screen and (max-width:767px){
.top-rank tr td:nth-child(2) {
  width: 16%;
  vertical-align: middle;
  text-align: center;
}
}
@media screen and (min-width:768px){
.top-rank tr td:nth-child(3),
.top-rank tr td:nth-child(4),
.top-rank tr td:nth-child(5),
.top-rank tr td:nth-child(6),
.top-rank tr td:nth-child(7) {
  width: 6%;
  text-align: center;
}
}

@media screen and (max-width:767px){
.top-rank tr td:nth-child(3),
.top-rank tr td:nth-child(4),
.top-rank tr td:nth-child(5),
.top-rank tr td:nth-child(6),
.top-rank tr td:nth-child(7) {
  width: 8%;
  text-align: center;
}
}

@media screen and (min-width:768px){
.top-rank tr td:nth-child(8) {
  width: 35%;
  vertical-align: middle;
}
}
@media screen and (max-width:767px){
.top-rank tr td:nth-child(8) {
  display: none;
}
}

@media screen and (max-width:767px){
.top-rank tr th:nth-child(8) {
  display: none;
}
}

@media screen and (min-width:768px){
.top-rank tr td:nth-child(9) {
  width: 5%;
  vertical-align: middle;
}
}
@media screen and (max-width:767px){
.top-rank tr td:nth-child(9) {
  width: 9%;
  vertical-align: middle;
}
}
@media screen and (min-width:768px){
.top-rank td:nth-child(2) {
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}
}
@media screen and (max-width:767px){
.top-rank td:nth-child(2) {
  font-size: 10px;
  font-weight: bold;
  padding: 1px;
}
}
@media screen and (min-width:768px){
.top-rank td:nth-child(3),
.top-rank td:nth-child(4),
.top-rank td:nth-child(5),
.top-rank td:nth-child(6),
.top-rank td:nth-child(7) {
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
}
}
@media screen and (max-width:767px){
.top-rank td:nth-child(3),
.top-rank td:nth-child(4),
.top-rank td:nth-child(5),
.top-rank td:nth-child(6),
.top-rank td:nth-child(7) {
  font-size: 9px;
  font-weight: bold;
  padding: 1px;
}
}
.top-rank td:nth-child(8) {
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  line-height: 1rem;
}

li {
  list-style: none;
}

@media screen and (min-width:768px){
.rank-text-sp {
  display: none;
}
}

@media screen and (max-width:767px){
.rank-text-sp {
  font-size: 10px;
  border-bottom: 2px #000 solid;
}
}

@media screen and (max-width:767px){
.rank-text-sp td{
  padding: 3px;
  line-height: 0.8rem;
  font-weight: bold;
}
}

@media screen and (max-width:767px){
.cv-text-pc {
  display: none;
}
}

.rank-u6box {
  max-width: 1100px;
  margin: 0 auto;
}


.rank-u6 {
  display: block; /* デフォルトの三角アイコンを消す */
  cursor: pointer;
  position: relative;
  background-color: #388916;
  padding: 7px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/* WebKitブラウザのデフォルトの三角形アイコンを消す */
.rank-u6::-webkit-details-marker {
  display: none;
}

/* 詳細 */
.rank-u6content {
  cursor: pointer;
  padding: 15px 20px;
  background-color: #fff;
}

/* カスタムアイコン */
.rank-u6::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.75s;
}

/* アイコン切り替え */
details[open] summary::before {
  transform: translateY(-50%) rotate(225deg);
  transition: 0.3s;
}

.rank-u6content {
  visibility: hidden; /* 初期状態で非表示、HTML構造上では存在 */
  opacity: 0; /* 初期状態で透明 */
}

/* アニメーションのスタイル */
details[open] .rank-u6content {
  visibility: visible;
  opacity: 1; /* 開いたときに透明度を戻す */
  transition: opacity 0.3s ease, visibility 0s linear 0.3s; /* アニメーション */
}

.small-tex {
  padding-top: 5px;
  font-size: 12px;
}

@media screen and (min-width:768px){
.best5-text {
  max-width: 180px;
}
}

@media screen and (max-width:767px){
.best5-text {
  max-width: 150px;
}
}


@media screen and (min-width:768px){
.best5-title {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
}

@media screen and (max-width:767px){
.best5-title {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
}


.best5-title:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 7px;
  height: 100%;
  background: #fdf046;
  transform: rotate(-25deg);
}

.best5-title:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: #fdf046;
  transform: rotate(25deg);
}

@media screen and (min-width:768px){
.rank-main-container {
  padding: 30px 0;
}
}
@media screen and (max-width:767px){
.rank-main-container {
  padding: 10px 5px;
}
}

@media screen and (min-width:768px){
.rank-main-wrap {
  background-color: #fcf8e8;
  border: #dbdad8 solid 2px;
  display: block;
  max-width: 1000px;
  margin: 20px auto;
  padding: 40px;
}
}

@media screen and (max-width:767px){
.rank-main-wrap {
  background-color: #fcf8e8;
  border: #dbdad8 solid 2px;
  display: block;
  max-width: 1000px;
  margin: 20px auto 35px;
  padding: 5px;
}
}

.rank-main-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  border-bottom: #636363 solid 1px;
}

@media screen and (min-width:768px){
.rank-no {
  max-width: 135px;
}
}
@media screen and (max-width:767px){
.rank-no {
  max-width: 68px;
}
}
@media screen and (min-width:768px){
.rank-star {
  max-width: 315px;
  margin-left: auto;
}
}
@media screen and (max-width:767px){
.rank-star {
  max-width: 130px;
  margin-left: auto;
}
}
@media screen and (min-width:768px){
.pr {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: -30px;
  right: -30px;
}
}
@media screen and (max-width:767px){
.pr {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: -4px;
  right: -2px;
}
}
@media screen and (min-width:768px){
h3 {
  font-size: 30px;
  font-weight: bold;
  color: #636363;
  margin-left: 10px;
}
}

@media screen and (max-width:767px){
h3 {
  font-size: 18px;
  font-weight: bold;
  color: #636363;
}
}
@media screen and (min-width:768px){
.rank-main-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0 30px;
}
}
@media screen and (max-width:767px){
.rank-main-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0 10px;
}
}
@media screen and (min-width:768px){
.rank-maintop{
  max-width: 450px;
}
}
@media screen and (max-width:767px){
.rank-maintop {
  max-width: 50%;
}
}
@media screen and (min-width:768px){
.rank-main-text {
  background-color: #fff;
  padding: 30px;
  border: #636363 solid 1px;
  font-size: 12px;
  line-height: 1rem;
}
}
@media screen and (max-width:767px){
.rank-main-text {
  background-color: #fff;
  padding: 10px;
  border: #636363 solid 1px;
  font-size: 10px;
  line-height: 0.8rem;
}
}
@media screen and (max-width:767px){
.rank-main-text li{
  line-height: 0.8rem;
}
}

.rank-info-wrap {
  display: flex;
  padding: 10px 8px 0;
  background-color: #388916;
  max-width: 916px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width:768px){
.rank-main-info {
  max-width: 290px;
  margin-bottom: 8px;
}
}
@media screen and (max-width:767px){
.rank-main-info {
  margin-bottom: 8px;
}
}

@media screen and (min-width:768px){
.rank-main-info h5 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
}
@media screen and (max-width:767px){
.rank-main-info h5 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
}
.yellow-star {
  color: #fdf046;
}
@media screen and (min-width:768px){
.rank-main-info article {
  background-color: #fff;
  padding: 15px;
  line-height: 1.4rem;
  color: #388916;
  font-weight: bold;
  margin: 7px 0;
  font-size: 17px;
}
}
@media screen and (max-width:767px){
.rank-main-info article {
  background-color: #fff;
  padding: 15px;
  line-height: 1.2rem;
  color: #388916;
  font-weight: bold;
  margin: 7px 0;
  font-size: 14px;
}
}
.rank-main-text ul {
  line-height: 1.4rem;
}
@media screen and (max-width:767px){
.rank-women {
  display: none;
}
}
@media screen and (max-width:767px){
.rank4-underinfo {
  width: 200px;
}
}

@media screen and (min-width:768px){
.soba-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
}
@media screen and (max-width:767px){
.soba-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 10px;
}
}

@media screen and (max-width:767px){
.soba-container article {
  font-size: 14px;
  line-height: 1.2rem
}
}

.soba-table-wrap {
  padding: 30px 0;
}

.soba-table-wrap p {
  font-size: 20px;
  font-weight: bold;
  color: #636363;
  margin-bottom: 10px;
}

@media screen and (min-width:768px){
.soba {
  width: 100%;
}
}

@media screen and (max-width:767px){
.soba {
  width: 100%;
  font-size: 14px;
}
}

.soba th {
  text-align: center;
  padding: 10px;
  background-color: #388916;
  color: #fff;
  border: #fff solid 1px;
}

.soba tr td:nth-child(1) {
  text-align: center;
  border: #fff solid 1px;
  background-color: #388916;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width:768px){
.soba tr td:nth-child(2),
.soba tr td:nth-child(3),
.soba tr td:nth-child(4) {
  text-align: center;
  border: #fff solid 1px;
  background-color: #efefef;
  padding: 10px;
}
}

@media screen and (max-width:767px){
.soba tr td:nth-child(2),
.soba tr td:nth-child(3),
.soba tr td:nth-child(4) {
  text-align: center;
  border: #fff solid 1px;
  background-color: #efefef;
  padding: 10px 5px;
}
}

@media screen and (min-width:768px){
.nayami-wrap {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
}
}

@media screen and (max-width:767px){
.nayami-wrap {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 10px;
}
}

@media screen and (min-width:768px){
.nayami-box {
  border: #000 3px solid;
  margin-bottom: 30px;
}
}

@media screen and (max-width:767px){
.nayami-box {
  border: #000 3px solid;
  margin-bottom: 10px;
}
}

.nayami-box p {
  background-color: #9dccdc;
  padding: 20px;
  font-weight: bold;
}

.question {
  font-size: 18px;
}

.nayami-box article {
  padding: 20px;
  line-height: 1.4rem;
}

@media screen and (min-width:768px){
.company-info {
  max-width: 600px;
  margin: 0 auto;
}
}

@media screen and (max-width:767px){
.company-info {
  max-width: 600px;
  margin: 0 auto;
  margin: 0 10px;
  font-size: 14px;
}
}

.company-table {
  width: 100%;
  border: #000 solid 3px;
}

.company-table th {
  padding: 10px;
  background-color: #efefef;
  border: 1px solid #000;
  text-align: center;
}

.company-table td {
  padding: 10px;
  border: 1px solid #000;
}

footer {
  margin-top: 30px;
  background-color: #388916;
  padding: 20px 0 10px;
}

@media screen and (min-width:768px){
.foot-wrap {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  color: #fff;
}
}

@media screen and (max-width:767px){
.foot-wrap {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  color: #fff;
}
}

@media screen and (min-width:768px){
.foot-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
}

@media screen and (max-width:767px){
.foot-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 10px;
}
}

.foot-nav li {
  flex-grow: 1;
  text-align: center;
}

.foot-nav li + li {
  border-left: 1px solid #fff;
}

@media screen and (min-width:768px){
.foot-wrap p {
  font-size: 12px;
  text-align: center;
}
}

@media screen and (max-width:767px){
.foot-wrap p {
  font-size: 10px;
  text-align: center;
}
}

@media screen and (min-width:768px){
    /* pagetop */
.page-top {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  padding-top: 13px;
  background: #388916;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: fixed;
  right: 30px;
  bottom: 12px;
  opacity: 0.8;
  z-index: 200;
  border: #fff 1px solid;
}
}

@media screen and (max-width:767px){
  /* pagetop */
.page-top {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  padding-top: 9px;
  background: #388916;
  text-align: center;
  color: #fff;
  font-size: 15px;
  position: fixed;
  right: 15px;
  bottom: 80px;
  opacity: 0.8;
  z-index: 200;
}
}

.blue {
  color: blueviolet;
  border-bottom: blueviolet 1px solid;
}