@charset "utf-8";

*,
::after,
::before {
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

body {
  font-family: Meiryo, DFPHSMincho-W3, "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  color: #111;
  font-size: 13px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  overflow-x: hidden
}

@media screen and (min-width:641px) {
  body {
    font-size: 15px;
    line-height: 1.6
  }
}

a:focus {
  outline: 0
}

a {
  color: #1b84cd;
  text-decoration: underline
}

body {
  width: 100%
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;

}

.kerning {
  font-feature-settings: "palt"
}

.size11 {
  font-size: 11px
}

.size12 {
  font-size: 12px
}

.text-bold {
  font-weight: 700
}

.text-gray {
  color: #999
}

.text-p-red {
  color: #f33b56
}

.marker-yellow {
  background: linear-gradient(transparent 40%, #fef49b 40%)
}

.wrap {
  text-align: center;
  margin: 0 auto
}

.header h1 {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  overflow: hidden
}

.header h1>a img {
  width: 190px;
  height: auto;
  margin: 0 auto
}

.header .inner {
  margin: 0 auto;
  position: relative
}

@media screen and (min-width:641px) {
  .header h1 {
    padding: 15px 0
  }

  .header h1>a img {
    width: 240px
  }

  .header .inner {
    max-width: 980px
  }
}

@media screen and (min-width:981px) {
  .header h1 {
    width: 100%;
    display: block;
    height: 55px
  }

  .header h1>a img {
    height: 25px;
    width: auto;
    margin: 0 auto
  }
}

.button0 {
  text-decoration: none;
  position: relative;
  display: block;
  background: -moz-linear-gradient(top, #fd8501, #fd7201);
  background: -webkit-linear-gradient(top, #fd8501, #fd7201);
  background: linear-gradient(to bottom, #fd8501, #fd7201);
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  padding: 9px 0;
  box-shadow: 0 2px 4px -1px #999;
  border-bottom: solid 3px #d35502;
  transition: .3s
}

.button0 span {
  color: #fff;
  font-weight: 700;
  padding: 0 3px;
  text-shadow: -1px -1px 0 #e36800
}

@media screen and (min-width:769px) {
  .button0:hover {
    opacity: .7
  }
}

.button1 a {
  text-decoration: none;
  position: relative;
  display: block;
  background: -moz-linear-gradient(top, #fd8501, #fd7201);
  background: -webkit-linear-gradient(top, #fd8501, #fd7201);
  background: linear-gradient(to bottom, #fd8501, #fd7201);
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  box-shadow: 0 2px 6px -1px #999;
  border-bottom: solid 5px #d35502;
  transition: .3s;
  overflow: hidden
}

.button1 a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(90deg) translateX(-40%)
}

.button1 a span {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  padding: 0 10px;
  text-shadow: -1px -1px 0 #e36800
}

.button1 a::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 3s ease-in-out infinite
}

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: .5
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0
  }
}

@media screen and (min-width:769px) {
  .button1 a:hover {
    opacity: .7
  }
}

.button2 a {
  text-decoration: none;
  position: relative;
  display: block;
  background: #fff;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
  padding: 8px 0;
  transition: .3s;
  border: 1px solid #3d98ee
}

.button2 a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #3d98ee transparent;
  transform: rotate(90deg) translateX(-40%)
}

.button2 a span {
  font-weight: 700;
  color: #3d98ee;
  padding: 0 15px
}

@media screen and (max-width:360px) {
  .button1 a {
    padding: 20px 0
  }

  .button1 a::after {
    right: 5px
  }

  .button1 a span {
    font-size: 16px;
    line-height: 18px;
    padding: 0 5px
  }
}

@media screen and (min-width:641px) {
  .button1 a {
    padding: 22px 0
  }

  .button1 a::after {
    right: 10px
  }

  .button1 a span {
    font-size: 24px;
    line-height: 24px;
    padding: 0 15px
  }
}

.title1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 4px;
  border-left: 4px solid #3d98ee
}

@media screen and (min-width:641px) {
  .title1 {
    font-size: 18px
  }
}

.contents {
  text-align: left;
  max-width: 980px;
  margin: 20px auto
}

.contents .ranking-title {
  text-align: center;
  background: #3d98ee;
  color: #fff;
  border-radius: 12px 12px 0 0;
  padding: 10px 10px 10px;
  position: relative
}

.contents .ranking-title>h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4
}

.contents .ranking-title>h2>span {
  background-color: #fff;
  color: #3d98ee;
  font-size: 15px;
  padding: 0 5px;
  border-radius: 5px
}

.contents .ranking-title>span {
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  color: #f33b56;
  position: absolute;
  top: -38px;
  right: 0;
  padding: 4px 15px;
  border-radius: 20px;
  border: 1px solid #3d98ee
}

.contents .ranking-title>span::before {
  z-index: 2;
  bottom: -.6em;
  left: 86px;
  margin-left: -10px;
  border-width: 12px 10px 0;
  border-color: #fff transparent
}

.contents .ranking-title>span::after,
.contents .ranking-title>span::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid
}

.contents .ranking-title>span::after {
  z-index: 1;
  bottom: calc(-.48em - 3px);
  left: 86px;
  margin-left: -7px;
  border-width: 9px 7px 0;
  border-color: #3d98ee transparent transparent
}

.ranking-contents {
  max-width: 980px;
  overflow: auto;
  margin-bottom: 2px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede
}

.ranking-contents::-webkit-scrollbar {
  height: 8px
}

.ranking-contents::-webkit-scrollbar-thumb {
  background: #c1c1c1
}

.ranking-contents::-webkit-scrollbar-track-piece {
  background: #f1f1f1
}

.ranking-contents table {
  width: 100%;
  position: relative;
  border-collapse: separate;
  font-size: 12px;
  line-height: 1.4
}

.ranking-contents table td,
th {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  padding: 5px 5px
}

.ranking-contents table td,
th {
  border-bottom: 1px solid #dedede
}

.ranking-contents table thead th:not(:nth-of-type(10)) {
  border-right: 1px solid #dedede
}

.ranking-contents table thead th {
  background-color: #f2f4f7;
  line-height: 1.2;
  padding: 5px 5px
}

.ranking-contents table thead th:nth-of-type(10),
.ranking-contents table thead th:nth-of-type(6) {
  font-size: 11px
}

.ranking-contents table tbody td:not(:last-of-type) {
  border-right: 1px solid #dedede
}

.ranking-contents table tbody tr td:nth-of-type(2),
.ranking-contents table thead tr th.fix {
  min-width: 120px;
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  z-index: 2
}

.ranking-contents table tbody tr td.score {
  background: #fefbe6;
  color: #f33b56;
  font-weight: 700
}

.ranking-contents table tbody tr td.score>span {
  font-size: 18px;
  font-weight: 700
}

.ranking-contents table tbody tr td:nth-of-type(2) {
  background: #fff
}

.ranking-contents table tbody tr td:nth-of-type(2) img {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 auto
}

.ranking-contents table tbody tr td:nth-of-type(10) img {
  width: 24px
}

.ranking-contents table tbody tr td:nth-of-type(4) a {
  color: #1b84cd;
  text-decoration: underline
}

@media screen and (min-width:769px) {
  .ranking-contents table tbody tr td:nth-of-type(4) a:hover {
    text-decoration: none
  }
}

.ranking-contents .rank_nomal {
  background: #ffb3b3;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative
}

.ranking-contents .rank_nomal span {
  position: absolute;
  color: #fff;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.ranking-contents .rank_first {
  background-image: url(../images/rank01.svg)
}

.ranking-contents .rank_second {
  background-image: url(../images/rank02.svg)
}

.ranking-contents .rank_third {
  background-image: url(../images/rank03.svg)
}

.ranking-contents .rank_first,
.ranking-contents .rank_second,
.ranking-contents .rank_third {
  background-repeat: no-repeat;
  background-position: top -2px center;
  background-size: 30px;
  width: 100%;
  height: 100%
}

.ranking-contents .rank_first span,
.ranking-contents .rank_second span,
.ranking-contents .rank_third span {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 28px;
  height: 28px;
  padding-top: 3px
}

.point-box {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 0 10px;
  border-radius: 10px;
  border-top: 1px solid #f33b56;
  border-right: 1px solid #f33b56;
  border-left: 1px solid #f33b56;
  border-bottom: 0;
  position: relative
}

.point-box>h3 {
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 10px;
  display: block;
  border-radius: 30px;
  border: 1px solid #f33b56;
  width: 90%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%)
}

.point-box>h3>span {
  font-size: 18px
}

.point-box .point-box-inner {
  margin: 45px 0 15px
}

.point-box .point-box-inner>div:nth-of-type(1) {
  text-align: center
}

.point-box .point-box-inner>div:nth-of-type(1) img {
  width: 90px;
  margin: 0 auto 5px
}

.point-box .point-box-inner>div:nth-of-type(2) h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px
}

.point-box .point-box-inner .point-box-des {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 10px;
  margin: 10px 0 20px;
  overflow: hidden
}

.point-box .point-box-inner .point-box-des p {
  background-image: url(../images/hiketsu.svg);
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 16px;
  font-weight: 700;
  background-size: 42px;
  padding: 2px 0 2px 47px
}

.point-box .point-box-bottom {
  background-color: #f33b56;
  color: #fff;
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  margin: 0 -10px;
  border: 1px solid #f33b56
}

.point-box .point-box-bottom p {
  font-size: 16px;
  font-weight: 700
}

.point-box .point-box-bottom p>span {
  font-size: 18px
}

@media screen and (max-width:980px) {
  .contents {
    padding: 0 10px
  }
}

@media screen and (min-width:641px) {
  .contents {
    margin: 30px auto
  }

  .contents .ranking-title {
    padding: 12px 10px 12px
  }

  .contents .ranking-title>h2 {
    font-size: 20px
  }

  .contents .ranking-title>h2>span {
    font-size: 18px;
    padding: 1px 5px 0
  }

  .contents .ranking-title>span {
    font-size: 15px;
    top: -20px;
    right: 10px
  }

  .ranking-contents {
    margin-bottom: 5px
  }

  .ranking-contents table {
    font-size: 14px
  }

  .ranking-contents table td,
  th {
    padding: 10px 8px
  }

  .ranking-contents table thead th {
    padding: 10px 8px
  }

  .ranking-contents table thead th:nth-of-type(10),
  .ranking-contents table thead th:nth-of-type(6) {
    font-size: 13px
  }

  .ranking-contents table tbody tr td:nth-of-type(2),
  .ranking-contents table thead tr th.fix {
    min-width: 140px
  }

  .ranking-contents table tbody tr td:nth-of-type(2) img {
    width: 110px;
    height: auto
  }

  .ranking-contents table tbody tr td:nth-of-type(10) img {
    width: 30px
  }

  .point-box {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 0 15px
  }

  .point-box>h3 {
    font-size: 16px;
    line-height: 1.4;
    padding: 7px 10px;
    width: 80%
  }

  .point-box>h3>span {
    font-size: 20px
  }

  .point-box .point-box-inner {
    margin: 55px 0 25px
  }

  .point-box .point-box-inner>div:nth-of-type(1) img {
    width: 120px;
    margin: 0 auto 10px
  }

  .point-box .point-box-inner>div:nth-of-type(2) h4 {
    font-size: 18px;
    margin-bottom: 5px
  }

  .point-box .point-box-inner .point-box-des {
    padding: 15px;
    margin: 10px 0 25px;
    line-height: 1.2
  }

  .point-box .point-box-inner .point-box-des p {
    font-size: 18px;
    background-size: 55px;
    padding: 8px 0 8px 60px
  }

  .point-box .point-box-bottom {
    padding: 15px;
    margin: 0 -15px
  }

  .point-box .point-box-bottom p {
    font-size: 18px
  }

  .point-box .point-box-bottom p>span {
    font-size: 20px
  }
}

@media screen and (min-width:769px) {
  .contents .ranking-title>h2 {
    font-size: 22px
  }

  .contents .ranking-title>h2>span {
    font-size: 19px
  }

  .point-box .point-box-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 60px 0 0
  }

  .point-box .point-box-inner>div:nth-of-type(1) img {
    margin: 0 20px 0 -10px
  }
}

@media screen and (min-width:981px) {
  .contents {
    margin: 40px auto
  }
}

.contents-rank {
  background-color: #f5f5f5;
  margin: 0 auto;
  overflow: hidden
}

.contents-rank>h2 {
  background-color: #3d98ee;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  position: relative
}

.contents-rank>h2::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  border: none;
  border-top: 15px solid #3d98ee;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translateX(-50%)
}

.contents-rank>h2 span::after,
.contents-rank>h2 span::before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 25px;
  height: 2px
}

.contents-rank>h2 span::before {
  transform: rotate(60deg) translate(-5px, -5px)
}

.contents-rank>h2 span::after {
  transform: rotate(-60deg) translate(5px, -5px)
}

#hoikushi-worker {
  margin-top: 24px
}

.ranking-box {
  background-color: #fff;
  text-align: left;
  max-width: 980px;
  margin: 25px 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px #dedede;
  border-top: 6px solid #3d98ee;
  padding: 0 10px 20px
}

.ranking-box .ranking-name {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative
}

.ranking-box .ranking-name dt img {
  width: 50px;
  height: auto;
  position: absolute;
  top: 8px
}

.ranking-box .ranking-name dd h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  padding-left: 56px;
  text-align: left
}

@media screen and (min-width:769px) {
  .ranking-box .ranking-name dd h2 a:hover {
    text-decoration: none
  }
}

.ranking-box .ranking-name dd h2 span {
  font-size: 15px;
  display: block
}

.ranking-box .ranking-campany {
  display: block;
  width: 100%
}

.ranking-box .ranking-campany>div:nth-of-type(1) {
  width: 100%;
  margin-bottom: 15px
}

.ranking-box .ranking-campany>div:nth-of-type(2) {
  width: 100%;
  margin-bottom: 20px
}

.ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score {
  border: 2px solid #fcd847;
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: stretch;
  justify-content: space-between
}

.ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score>div:nth-of-type(1) {
  border: 2px solid #fcd847;
  background-color: #fcd847;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  width: 40%;
  border-radius: 5px 0 0 5px
}

.ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score>div:nth-of-type(2) {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  width: 60%
}

.ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score>div:nth-of-type(2)>span:nth-of-type(1) {
  color: #f33b56;
  font-size: 24px;
  line-height: 40px
}

.ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score>div:nth-of-type(2)>span:nth-of-type(2) {
  color: #f33b56;
  font-size: 17px
}

.ranking-box .ranking-campany>div:nth-of-type(2) .star-score {
  font-size: 13px;
  line-height: 1;
  width: 100%;
  border-top: 1px solid #3d98ee;
  border-right: 1px solid #3d98ee;
  margin-bottom: 10px
}

.ranking-box .ranking-campany>div:nth-of-type(2) .star-score th {
  background-color: #3d98ee;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #fec2d5;
  vertical-align: middle;
  padding: 7px 0
}

.ranking-box .ranking-campany>div:nth-of-type(2) .star-score tr:nth-of-type(2) th {
  border-bottom: 1px solid #3d98ee
}

.ranking-box .ranking-campany>div:nth-of-type(2) .star-score td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #3d98ee;
  padding: 7px 0
}

.ranking-box .ranking-campany>div:nth-of-type(2) .star-score td ul {
  width: 100%
}

.ranking-box .ranking-campany>div:nth-of-type(2) .star-score td ul li {
  display: inline-block
}

.ranking-box .ranking-campany>div:nth-of-type(2) .star-score td ul li img {
  width: 15px;
  margin: 0 -2px;
  white-space: nowrap
}

.ranking-box .campany-spec dl {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: 1px solid #dedede
}

.ranking-box .campany-spec dl:first-of-type {
  border-top: 1px solid #dedede
}

.ranking-box .campany-spec dl dt {
  background-color: #f5f5f5;
  font-weight: 700;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 4px 8px;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede
}

.ranking-box .campany-spec dl dd {
  width: 70%;
  text-align: left;
  padding: 4px 8px;
  border-right: 1px solid #dedede
}

.ranking-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  border-bottom: 1px solid #3d98ee
}

.ranking-box>p:not(:last-of-type) {
  margin-bottom: 8px
}

.ranking-box .button-title p {
  color: #fe942f;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  margin-top: 15px;
  margin-bottom: 8px
}

.ranking-box .button-title p::after,
.ranking-box .button-title p::before {
  content: "";
  background: #fe942f;
  display: inline-block;
  width: 20px;
  height: 2px
}

.ranking-box .button-title p::before {
  transform: rotate(60deg) translate(-5px, -5px)
}

.ranking-box .button-title p::after {
  transform: rotate(-60deg) translate(5px, -5px)
}

@media screen and (min-width:641px) {
  .contents-rank>h2 {
    font-size: 20px
  }

  .ranking-box {
    margin: 30px 10px 30px;
    padding: 0 15px 25px
  }

  .ranking-box .ranking-name {
    padding: 20px 0 30px
  }

  .ranking-box .ranking-name dt img {
    width: 70px;
    top: 10px
  }

  .ranking-box .ranking-name dd h2 {
    font-size: 26px;
    padding-left: 80px;
    padding-top: 5px
  }

  .ranking-box .ranking-name dd h2 span {
    font-size: 16px
  }

  .ranking-box .ranking-campany {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
  }

  .ranking-box .ranking-campany>div:nth-of-type(1) img {
    width: 100%
  }

  .ranking-box .ranking-campany>div:nth-of-type(1) {
    width: 300px;
    margin-bottom: 0;
    margin-right: 15px
  }

  .ranking-box .ranking-campany>div:nth-of-type(2) {
    width: calc(100% - 315px);
    margin-bottom: 10px
  }

  .ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score>div:nth-of-type(1) {
    line-height: 45px
  }

  .ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score>div:nth-of-type(2) {
    font-size: 15px
  }

  .ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score>div:nth-of-type(2)>span:nth-of-type(1) {
    font-size: 26px;
    line-height: 45px
  }

  .ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score>div:nth-of-type(2)>span:nth-of-type(2) {
    font-size: 18px
  }

  .ranking-box .button-title p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px
  }
}

@media screen and (min-width:769px) {
  .ranking-box {
    margin: 30px 10px 30px;
    padding: 0 20px 30px
  }

  .ranking-box .ranking-name {
    padding: 20px 0 36px
  }

  .ranking-box .ranking-name dt img {
    width: 90px
  }

  .ranking-box .ranking-name dd h2 {
    font-size: 30px;
    padding-left: 100px;
    padding-top: 10px
  }

  .ranking-box .ranking-name dd h2 span {
    font-size: 18px
  }

  .ranking-box .ranking-campany>div:nth-of-type(1) {
    margin-right: 20px
  }

  .ranking-box .ranking-campany>div:nth-of-type(2) {
    width: calc(100% - 320px);
    margin-bottom: 10px
  }

  .ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score>div:nth-of-type(1) {
    line-height: 50px
  }

  .ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score>div:nth-of-type(2) {
    font-size: 16px
  }

  .ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score>div:nth-of-type(2)>span:nth-of-type(1) {
    font-size: 28px;
    line-height: 50px
  }

  .ranking-box .ranking-campany>div:nth-of-type(2) .ranking-score>div:nth-of-type(2)>span:nth-of-type(2) {
    font-size: 20px
  }

  .ranking-box .ranking-campany>div:nth-of-type(2) .star-score {
    font-size: 14px
  }

  .ranking-box .button-title p {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px
  }
}

@media screen and (min-width:981px) {
  .contents-rank>h2 {
    font-size: 24px;
    padding: 13px
  }

  .ranking-box {
    margin: 40px auto 40px
  }

  .ranking-box .ranking-campany>div:nth-of-type(2) .star-score td ul li img {
    width: 18px;
    margin: 0 -1px
  }
}

.contents .research-contents {
  margin-top: 8px
}

.contents .research-contents dl {
  width: 100%;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede
}

.contents .research-contents dl:first-of-type {
  border-top: 1px solid #dedede
}

.contents .research-contents dl dd,
.contents .research-contents dl dt {
  font-size: 13px;
  line-height: 1.4;
  padding: 5px 10px;
  border-bottom: 1px solid #dedede
}

.contents .research-contents dl dt {
  background-color: #f5f5f5;
  font-weight: 700
}

.contents .research-contents dl dd,
.contents .research-contents dl dt {
  width: 100%
}

.contents .research-contents dl dt {
  border-bottom: none
}

.contents .research-contents+h5 {
  margin-top: 25px
}

@media screen and (min-width:641px) {
  .contents .research-contents {
    margin-top: 10px
  }

  .contents .research-contents dl {
    display: flex;
    align-items: stretch;
    justify-content: flex-start
  }

  .contents .research-contents dl dd,
  .contents .research-contents dl dt {
    padding: 10px 10px
  }

  .contents .research-contents dl dt {
    width: 180px;
    border-bottom: 1px solid #dedede
  }

  .contents .research-contents dl dd {
    width: calc(100% - 180px)
  }

  .contents .research-contents+h5 {
    margin-top: 30px
  }
}

.contents-list {
  padding: 0 0
}

.contents-list .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px
}

.contents-list .inner h6 {
  background: #3d98ee;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  display: block;
  width: 360px;
  margin: 0 auto 30px;
  padding: 10px;
  border-radius: 20px
}

.contents-list .inner .list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%
}

.contents-list .inner .list-item li {
  background: #fff;
  border-radius: 5px;
  height: 65px;
  border: 1px solid #e1e1e1;
  border-bottom: solid 5px #e1e1e1;
  position: relative
}

.contents-list .inner .list-item li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: .3s
}

.contents-list .inner .list-item li a img {
  width: 75%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media screen and (min-width:769px) {
  .contents-list .inner .list-item li:hover {
    height: 60px;
    margin-top: 4px;
    border-bottom: solid 1px #e1e4e8
  }
}

.contents-list .inner .list-item li {
  width: 18.8%;
  display: block;
  margin-right: 1.5%;
  margin-bottom: 1.5%
}

.contents-list .inner .list-item li:nth-child(5) {
  margin-right: 0
}

@media screen and (max-width:700px) {
  .contents-list .inner .list-item li a img {
    width: 50%;
    height: auto
  }

  .contents-list .inner .list-item li {
    width: 49%;
    display: block;
    margin-right: 2%;
    margin-bottom: 2%
  }

  .contents-list .inner .list-item li:nth-child(2n) {
    margin-right: 0
  }
}

@media screen and (max-width:600px) {
  .contents-list .inner {
    padding: 0 10px
  }

  .contents-list .inner h6 {
    font-size: 18px;
    line-height: 18px;
    width: 260px
  }
}

@media screen and (max-width:480px) {
  .contents-list .inner h6 {
    margin: 0 auto 15px
  }

  .contents-list .inner .list-item {
    display: block;
    width: 100%;
    text-align: center
  }

  .contents-list .inner .list-item li {
    width: 70%;
    display: block;
    margin: 0 auto 2%
  }

  .contents-list .inner .list-item li:nth-child(2n) {
    margin-right: auto
  }

  .contents-list .inner .list-item li:nth-child(5) {
    margin-right: auto
  }
}

.footer {
  margin-top: 50px
}

.footer>p:first-of-type a {
  color: #1b84cd;
  text-decoration: underline
}

@media screen and (min-width:769px) {
  .footer>p:first-of-type a:hover {
    text-decoration: none
  }
}

.footer>p:first-of-type {
  display: inline-block;
  position: relative;
  line-height: 1;
  margin: 0 auto 50px
}

.footer>p:first-of-type::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #1b84cd transparent;
  transform: rotate(90deg) translateX(-30%)
}

.footer .footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px 10px;
  border-bottom: 1px solid #dedede
}

.footer .footer-link li a {
  text-decoration: none;
  color: #111
}

.footer .footer-link li {
  font-size: 14px;
  line-height: 1;
  padding: 0 20px;
  margin-bottom: 10px;
  border-right: 1px solid #b5b5b5
}

.footer .footer-link li:first-of-type {
  border-left: 1px solid #b5b5b5
}

.footer .footer-text {
  color: #999;
  font-size: 11px;
  line-height: 1.6;
  max-width: 980px;
  text-align: left;
  margin: 0 auto
}

.footer .footer-text .inner {
  padding: 40px 0;
  text-align: justify;
  text-justify: inter-ideograph
}

.footer .footer-text .inner p:not(:last-of-type) {
  margin-bottom: 15px
}

.footer .copyright {
  background: #3d98ee;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 12px 0
}

@media screen and (max-width:980px) {
  .footer .footer-text .inner {
    padding: 40px 20px
  }
}

@media screen and (max-width:600px) {
  .footer {
    margin-top: 30px
  }

  .footer>p:first-of-type {
    margin: 0 auto 30px
  }

  .footer .footer-link {
    padding: 0 15px 10px
  }

  .footer .footer-link li {
    font-size: 13px;
    padding: 0 10px
  }

  .footer .footer-text .inner {
    padding: 20px 10px
  }

  .footer .copyright {
    font-size: 11px;
    font-size: 1.1rem
  }
}

@media screen and (max-width:480px) {
  .footer>p:first-of-type {
    font-size: 14px
  }
}

.pagetop {
  transition: opacity 1.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 2
}

.pagetop.fadein {
  visibility: visible;
  opacity: 1
}

.arrow {
  position: fixed;
  right: 12px;
  bottom: 12px;
  color: #fff;
  cursor: pointer;
  background-color: rgba(17, 17, 17, .7);
  border-radius: 22px;
  padding: 20px;
  transition: all .2s ease-in-out
}

@media screen and (min-width:769px) {
  .arrow:hover {
    opacity: .8;
    bottom: 15px
  }
}

.arrow:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 14px
}

.arrow:after {
  top: 17px
}

#subpage .contents-page {
  max-width: 980px;
  margin: 40px auto;
  text-align: left
}

.contents-page p:not(:last-of-type) {
  margin-bottom: 25px
}

.contents-page h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 10px;
  background: #3d98ee;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px
}

.contents-page h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  padding: 8px;
  border-top: 1px solid #3d98ee;
  border-right: 1px solid #3d98ee;
  border-bottom: 1px solid #3d98ee;
  border-left: 5px solid #3d98ee;
  margin-top: 40px;
  margin-bottom: 20px
}

.contents-page h2:first-of-type,
.contents-page h3:first-of-type {
  margin-top: 0
}

@media screen and (max-width:980px) {
  .contents-page {
    padding: 0 10px
  }
}

@media screen and (max-width:640px) {
  .contents-page {
    text-align: left;
    padding: 0 10px;
    margin: 30px auto
  }

  .contents-page p:not(:last-of-type) {
    margin-bottom: 20px
  }

  .contents-page h2 {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 20px
  }

  .contents-page h3 {
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 20px
  }
}

.contents-page .company-info {
  margin-bottom: 40px
}

.contents-page .company-info img {
  width: 135px;
  margin-top: 10px
}

.contents-page .company-info dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede
}

.contents-page .company-info dl:first-of-type {
  border-top: 1px solid #dedede
}

.contents-page .company-info dl dd,
.contents-page .company-info dl dt {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 15px;
  border-bottom: 1px solid #dedede
}

.contents-page .company-info dl dt {
  background-color: #f5f5f5;
  font-weight: 700;
  min-width: 180px
}

.contents-page .company-info dl dd {
  width: calc(100% - 180px)
}

@media screen and (max-width:640px) {
  .contents-page .company-info {
    margin-bottom: 35px
  }

  .contents-page .company-info dl dd,
  .contents-page .company-info dl dt {
    text-align: left;
    font-size: 13px;
    line-height: 1.4
  }
}

@media screen and (max-width:480px) {
  .contents-page .company-info dl {
    display: block;
    border-bottom: 1px solid #dedede
  }

  .contents-page .company-info dl dd,
  .contents-page .company-info dl dt {
    width: 100%;
    padding: 5px 10px;
    border-bottom: none
  }

  .contents-page .company-info dl dd,
  .contents-page .company-info dl dt {
    width: 100%
  }
}