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;
}


.content-container {
  background-color: #b4d7e4;
  padding: 40px 10px;
}

@media screen and (min-width:768px){
.content-wrap {
  background-color: #fff;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 80px;
}
}

@media screen and (max-width:767px){
.content-wrap {
  background-color: #fff;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 20px;
}
}

h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.content-wrap article {
  padding: 30px 0;
}

.ranking-date {
  width: 100%;
  border: #000 solid 2px;
  text-align: center;
}

@media screen and (min-width:768px){
.ranking-date th:nth-child(1) {
  width: 28%;
  text-align: center;
  padding: 10px 5px;
  border: #000 solid 1px;
  background-color: #388916;
  color: #fff;
  font-size: 14px;
}
}

@media screen and (max-width:767px){
.ranking-date th:nth-child(1) {
  text-align: center;
  padding: 3px;
  border: #000 solid 1px;
  background-color: #388916;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}
}

@media screen and (min-width:768px){
.ranking-date th:nth-child(n+2) {
  width: 12%;
  text-align: center;
  padding: 10px 5px;
  border: #000 solid 1px;
  background-color: #388916;
  color: #fff;
  font-size: 14px;
}
}

@media screen and (max-width:767px){
.ranking-date th:nth-child(n+2) {
  width: 15%;
  text-align: center;
  padding: 10px 5px;
  border: #000 solid 1px;
  background-color: #388916;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}
}

@media screen and (max-width:767px){
.ranking-date td:nth-child(1) {
  font-size: 14px;
  vertical-align: middle;
}
}

.ranking-date td {
  padding: 20px 5px;
  font-size: 16px;
  border: #000 solid 1px;
  vertical-align: middle;
}

.rank-date-text {
  font-size: 12px;
  line-height: 1.0rem;
}



footer {
  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;
}
}

.comp-date {
  border: #000 solid 2px;
  width: 100%;
}

.comp-date th {
  background-color: #388916;
  border: 1px solid #000;
  padding: 10px;
  color: #fff;
}

.comp-date td {
  padding: 10px;
  border: #000 1px solid;
}