main,
header,
footer {
  min-width: 1200px;
}

.abs-parts {
  position: absolute;
  z-index: 1;
  will-change: transform;
}

section {
  position: relative;
}

.fv {
  position: relative;
}

.fv-txt {
  position: absolute;
  text-align: center;
  top: 6.25vw;
  left: 20.1vw;
}

.fv-txt p {
  font-weight: 700;
  font-size: 2vw;
  line-height: 1.5;
}

.fv-txt p span {
  color: #31B726;
}

.fv-txt p small {
  font-size: 1.8vw;
}

.table {
  padding-bottom: 120px;
}

.band-title {
  margin-bottom: 115px;
  position: relative;
}

.band-title {
  background: #31B726;
  padding: 40px 0;
  text-align: center;
  border-radius: 5px;
}

.band-title::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #31B726;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -30px;
}

.band-title h2 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.band-title h2 span {
  color: #FEFF00;
  font-size: 40px;
  font-weight: 700;
}

.ranking-table table {
  margin-bottom: 15px;
}

.ranking-table table thead th {
  width: 16.25%;
  padding-bottom: 15px;
}

.ranking-table table thead th:nth-child(1) {
  width: 10%;
}

.ranking-table table thead th:nth-child(2) {
  width: 25%;
}

.ranking-table table thead th img {
  width: 95px;
  margin: 0 auto;
}

.ranking-table table thead th:nth-child(2) img {
  width: 135px;
}

.ranking-table table tbody th,
.ranking-table table tbody td {
  border: 1px solid #EAEAEA;
}

.ranking-table table tbody th {
  width: 10%;
  background: #FAFAFA;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 5px;
}

.ranking-table table tbody td {
  padding: 30px 5px;
  text-align: center;
  vertical-align: top;
  background: #fff;
}

.ranking-table table tbody tr:nth-child(1) td {
  padding: 25px 5px;
  vertical-align: middle;
}

.logo-name {
  margin-bottom: 20px;
  text-align: center;
  display: block;
}

.logo-name img {
  height: 125px;
  width: auto;
  display: block;
  margin: 0 auto 35px;
}

.logo-name h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.ranking-table table tbody td:nth-child(2) {
  padding-top: 22.5px;
}

.ranking-table table tbody td:nth-child(2) .logo-name img {
  margin-bottom: 25px;
}

.ranking-table table tbody td:nth-child(5) .logo-name {
  margin-bottom: 12.5px;
}

.ranking-table table tbody td:nth-child(5) .logo-name img {
  margin-bottom: 15px;
}

.ranking-table table tbody td:nth-child(2) .logo-name h3 {
  font-size: 26px;
}

.ranking-table table tbody td a.btn {
  width: calc(100% - 50px);
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  transition: all .5s;
  line-height: 1.3;
}

a.btn:hover {
  box-shadow: none !important;
  transform: translateY(5px);
}

a.btn {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  transition: all .5s;
  line-height: 1.3;
}

a.official {
  background: #FFA200;
  padding: 5px;
  box-shadow: 0 5px 0 #D98A00;
}

a.detail {
  padding: 12.5px 0;
  box-shadow: 0 5px 0 #8E8E8E;
  background: #B9B9B9;
}

a.detail.red {
  background: #E62929;
  box-shadow: 0 5px 0 #B92B2B;
}

.ranking-table table tbody td:nth-child(2) a.official {
  font-size: 22px;
  padding: 12px 0;
}

.ranking-table table tbody td:nth-child(2) a.detail {
  font-size: 22px;
  padding: 10px 0;
}

.ranking-table table tbody td a:nth-child(2) {
  margin-bottom: 15px;
}

.shapes {
  width: 40px;
  margin: 0 auto 30px;
}

.shapes.cross {
  width: 30px;
}

.ranking-table table tbody td:nth-child(2) .shapes {
  width: 50px;
  margin-bottom: 10px;
}

.txt {
  text-align: center;
}

.txt p {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.txt.sml p {
  font-size: 14px;
}

.txt p span {
  color: #31B726;
}

.txt.big p {
  font-size: 20px;
}

.txt.big p span {
  font-size: 40px;
  line-height: 1;
}

.txt.big p span small {
  font-size: 28px;
}

.ranking-table table tbody td .txt .abs-txt {
  position: absolute;
  top: 0px;
  right: -20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.ranking-table table tbody td.data-none {
  vertical-align: middle;
}

.txt.big p.green {
  font-size: 18px;
  color: #31B726;
}

.ranking-table table tbody tr:nth-child(3) td:nth-child(3) .shapes,
.ranking-table table tbody tr:nth-child(3) td:nth-child(4) .shapes,
.ranking-table table tbody tr:nth-child(3) td:nth-child(6) .shapes {
  margin-bottom: 40px;
}

.ranking-table table tbody tr:nth-child(3) td:nth-child(5) .shapes {
  margin-bottom: 20px;
}

.ranking-table table tbody tr:nth-child(4) td:nth-child(3),
.ranking-table table tbody tr:nth-child(4) td:nth-child(5),
.ranking-table table tbody tr:nth-child(4) td:nth-child(6) {
  padding-block: 40px;
}

.ranking-table table tbody tr:nth-child(4) td:nth-child(3) .shapes,
.ranking-table table tbody tr:nth-child(4) td:nth-child(5) .shapes {
  margin-bottom: 20px;
}

.ranking-table table tbody tr:nth-child(6) td:nth-child(2) .shapes {
  margin-bottom: 20px;
}

.ranking-table table tbody tr:nth-child(6) td:nth-child(3) .shapes {
  margin-bottom: 40px;
}

.ranking-table table tbody tr:nth-child(6) td:nth-child(5) .shapes {
  margin-bottom: 5px;
}

.ranking-table table tbody tr:nth-child(6) td:nth-child(5) .txt {
  letter-spacing: 0;
}

.ranking-table table tbody tr:nth-child(6) td:nth-child(3),
.ranking-table table tbody tr:nth-child(6) td:nth-child(5) {
  vertical-align: middle;
}

.table-txt {
  width: 100%;
}

.table-txt p {
  font-size: 18px;
  font-weight: 400;
}

.type {
  padding-top: 20px;
  padding-bottom: 120px;
  background: #F6FFF7;
}

.type-title {
  max-width: 880px;
  margin: 0 auto 30px;
}

.type-box-wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.type-box-wrap ul li {
  width: 48%;
  background: #fff;
  border-radius: 20px;
}

.type-box-title {
  background: #00864D;
  padding-inline: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}

.type-box-wrap ul li:nth-child(2) .type-box-title {
  background: #31B726;
}

.type-box-title .circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #00864D;
  text-align: center;
  background: #fff;
  padding-block: 20px;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.type-box-wrap ul li:nth-child(2) .type-box-title .circle {
  border-color: #31B726;
}

.type-box-title .circle p {
  font-size: 20px;
  font-weight: 700;
  color: #00864D;
  line-height: 1.2;
}

.type-box-title .circle p.roboto {
  font-size: 52px;
  font-weight: 700;
  color: #00864D;
  line-height: 1;
}

.type-box-wrap ul li:nth-child(2) .type-box-title .circle p,
.type-box-wrap ul li:nth-child(2) .type-box-title .circle p.roboto {
  color: #31B726;
}

.type-box-title h3 {
  width: calc(100% - 130px);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-left: auto;
  color: #fff;
  padding: 12.5px 0;
}

.type-box-txt {
  padding: 20px 40px 50px;
}

.type-box-wrap ul li:nth-child(2) .type-box-txt {
  padding-inline: 20px;
}

.type-box-txt-img {
  max-width: 335px;
  margin: 0 auto 10px;
  text-align: center;
}

.type-box-txt-img h4 {
  text-align: center;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #00864D;
  position: relative;
  padding: 10px 0;
  margin-bottom: 10px;
}

.type-box-txt-img h4::before {
  content: "";
  position: absolute;
  border-top: 2px solid #00864D;
  border-left: 2px solid #00864D;
  top: 5px;
  left: -30px;
  width: 22px;
  height: 22px;
}

.type-box-txt-img h4::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #00864D;
  border-right: 2px solid #00864D;
  bottom: 5px;
  right: -30px;
  width: 22px;
  height: 22px;
}

.type-box-txt-btns {
  display: flex;
  justify-content: space-between;
}

.type-box-txt-btns a {
  width: 30%;
  font-size: 22px;
}

.type-box-txt-btns a:nth-child(2) {
  width: 67.5%;
  font-size: 26px;
  padding: 10px 0;
}

.type-box-txt-txt {
  margin-bottom: 20px;
}

.type-box-txt-txt p {
  font-size: 16px;
  font-weight: 400;
}

.type-box-txt-txt p span {
  font-weight: 700;
  position: relative;
}

.type-box-txt-txt p span small {
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: -6.5px;
}

.type-box-txt-txt p .caution {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}

.type-box-txt-flex {
  display: flex;
  justify-content: space-between;
}

.type-box-txt-flex-cont {
  width: 48.5%;
}

.type-box-wrap ul li:nth-child(2) .type-box-txt-img img {
  max-width: 95px;
  margin: 17.5px auto;
}

.type-box-wrap ul li:nth-child(2) .type-box-txt-flex-cont:nth-child(2) .type-box-txt-img img {
  max-width: 210px;
  margin: 35px auto 45px;
}

.type-box-wrap ul li:nth-child(2) .type-box-txt-img h4 {
  color: #31B726;
  font-size: 20px;
  white-space: nowrap;
}

.type-box-wrap ul li:nth-child(2) .type-box-txt-img h4::after {
  border-color: #31B726;
}

.type-box-wrap ul li:nth-child(2) .type-box-txt-img h4::before {
  border-color: #31B726;
}

.type-box-wrap ul li:nth-child(2) .type-box-txt-btns a:nth-child(2) {
  font-size: 20px;
  padding-block: 5px;
  line-height: 1.2;
}

.type-box-wrap ul li:nth-child(2) .type-box-txt-flex-cont:nth-child(2) .type-box-txt-txt {
  margin-bottom: 44.5px;
}

.point {
  background-image:
    linear-gradient(rgba(234, 234, 234, 0.4) 1px, transparent 1px),
    linear-gradient(to right, rgba(234, 234, 234, 0.4) 1px, transparent 1px);
  background-size: 50px 50px;
  background-color: #fff;
  background-position: 0 0;
  padding: 120px 0;
}

.point-title.type-title {
  margin-bottom: 95px;
  max-width: 915px;
}

.point-list ol li {
  margin-bottom: 100px;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #EAEAEA;
  box-shadow: 7px 7px 0 #EAEAEA;
}

.point-list ol li:last-child {
  margin-bottom: 0;
}

.point-list-box {
  padding: 50px 60px;
  position: relative;
}

.point-list-box-title-txt {
  position: absolute;
  left: 60px;
  top: -57.5px;
  padding-left: 5px;
  background: #fff;
}

.point-list ol li:nth-child(2) .point-list-box-title-txt {
  left: initial;
  right: 60px;
}

.point-list-box-title-txt p {
  font-weight: bold;
  font-size: 24px;
  color: #31b726;
}

.point-list-box-title-txt h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.point-list-box-title-txt h3 span {
  color: #31B726;
}

.point-list-box-flex {
  display: flex;
  justify-content: space-between;
}

.point-list ol li:nth-child(2) .point-list-box-flex {
  flex-direction: row-reverse;
}

.point-list-box-flex-img {
  width: 30%;
}

.point-list-box-flex-txt {
  width: 64.5%;
}

.point-list-box-flex-txt p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.point-list-box-flex-txt p:last-child {
  padding-bottom: 0;
}

.point-list-box-flex-txt p span {
  color: #31B726;
  font-weight: 700;
}

.point-list-box-flex-txt p span.box {
  background: #31B726;
  color: #fff;
  font-size: 16px;
}

.ranking {
  padding-bottom: 120px;
}

.ranking-list {
  margin-bottom: 120px;
  position: relative;
  z-index: 10;
}

.ranking-list ol li {
  margin-bottom: 60px;
  border-radius: 10px;
  border: 3px solid #00864D;
}

.ranking-list ol li:last-child {
  margin-bottom: 0;
}

.ranking-list-box-title {
  background: #00864D;
  position: relative;
}

.ranking-list-box-title-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid #00864D;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.ranking-list-box-title-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 95px;
}

.ranking-list ol li:nth-child(1) .ranking-list-box-title-img {
  width: 170px;
  height: 170px;
  left: 5px;
}

.ranking-list ol li:nth-child(1) .ranking-list-box-title-img img {
  width: 130px;
}

.ranking-list-box-title-txt {
  margin-left: 200px;
}

.ranking-list-box-title-txt h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 20px 0 25px;
}

.ranking-list-box-txt-inner {
  padding: 50px;
}

.ranking-list-box-txt-top {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ranking-list-box-txt-top-img {
  width: 32.5%;
  border: 1px solid #707070;
  background: #EAEAEA;
  padding: 20px;
}

.ranking-list ol li:nth-child(2) .ranking-list-box-txt-top-img img {
  max-width: 95px;
  margin: 30px auto;
  display: block;
}

.ranking-list ol li:nth-child(3) .ranking-list-box-txt-top-img img {
  max-width: 265px;
  margin: 45px auto;
  display: block;
}

.ranking-list ol li:nth-child(4) .ranking-list-box-txt-top-img img {
  max-width: 200px;
  margin: 25px auto;
  display: block;
}

.ranking-list ol li:nth-child(5) .ranking-list-box-txt-top-img img {
  max-width: 250px;
  margin: 60px auto;
  display: block;
}

.ranking-list-box-txt-top-txt {
  width: 65%;
}

.ranking-list-box-txt-top-txt p {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.8;
}

.ranking-list-box-txt-top-txt p span {
  font-weight: 700;
  color: #006A3E;
}

.ranking-list-box-txt-center {
  margin-bottom: 30px;
  border-radius: 10px;
  border: 2px solid #006A3E;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ranking-list-box-txt-center-title {
  width: 25%;
  background: #006A3E;
  padding: 20px 40px 20px 70px;
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ranking-list-box-txt-center-title::before {
  position: absolute;
  right: -40px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 69px 0 69px 40px;
  border-color: transparent transparent transparent #006A3E;
}

.ranking-list-box-txt-center-title h4 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.ranking-list-box-txt-center-txt {
  width: 70%;
  padding: 17.5px 20px 17.5px 70px;
}

.ranking-list-box-txt-center-txt ul li {
  border: none;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  list-style: disc;
}

.ranking-list-box-txt-center-txt ul li::marker {
  color: #006A3E;
}

.ranking-list-box-txt-bottom {
  display: flex;
  justify-content: space-between;
}

.ranking-list-box-txt-bottom a:nth-child(1) {
  width: 30%;
  font-size: 32px;
  padding: 17.5px 0;
}

.ranking-list-box-txt-bottom a:nth-child(2) {
  width: 68.5%;
  font-size: 36px;
  padding: 14.5px 0;
}

.support-box-wrap {
  position: relative;
}

.support-grad {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.support-box {
  width: calc(100% - 140px);
  margin-right: auto;
  border-radius: 25px;
  background: #fff;
  box-shadow: 15px 15px 0 #EAEAEA;
  position: relative;
  z-index: 2;
  padding: 10px;
  position: relative;
}

.support-box-box {
  background: #006A3E;
  border-radius: 25px;
}

.support-box-title {
  position: absolute;
  max-width: 715px;
  width: 100%;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.support-img {
  position: absolute;
  max-width: 340px;
  right: -140px;
  bottom: -20px;
}

.support-box-txt-inner {
  padding: 110px 0 60px;
  width: calc(100% - 100px);
  max-width: 840px;
  margin: 0 auto;
}

.support-box-txt-cont {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dashed #D8D8D8;
}

.support-box-txt-cont:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.support-box-txt-top img {
  max-width: 600px;
  margin: 0 auto;
}

.support-box-txt-center {
  text-align: center;
}

.support-box-txt-center p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
}

.support-box-txt-center p span {
  font-size: 30px;
  font-weight: 700;
}

.support-box-txt-bottom {
  text-align: center;
}

.support-box-txt-bottom p {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

.last-cont {
  padding-bottom: 120px;
  background: #F6FFF7;
}

.last-cont-title {
  max-width: 770px;
  margin: 0 auto 50px;
}

.last-cont .ranking-table {
  margin-bottom: 50px;
}

.caution-box {
  background: #fff;
  border: 2px solid #31B726;
  padding: 55px;
}

.caution-box p {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 400;
}

.under-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 40px);
  padding: 120px 0;
}

.under-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.under-flex-left {
  width: calc(100% - 440px);
}

.under-title {
  margin-bottom: 50px;
  border-radius: 5px;
  background: #31B726;
  padding: 12.5px 40px;
}

.under-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.under-flex-left section {
  margin-bottom: 70px;
}

.under-flex-right {
  width: 390px;
  position: sticky;
  right: 0;
  top: 20px;
}

.under-flex-right-title {
  margin-bottom: 30px;
  background: #006A3E;
  padding: 12.5px 20px;
  border-radius: 5px;
}

.under-flex-right-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.under-flex-right-title h2 span {
  font-size: 40px;
  color: #FFFF00;
}

.under-flex-right-btn ul li {
  margin-bottom: 20px;
}

.under-flex-right-btn ul li a:hover {
  opacity: .8;
}

.h3-title {
  margin-bottom: 30px;
  padding-left: 12.5px;
  border-left: 8px solid #31B726;
  padding-block: 5px;
}

.h3-title h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.table-cont table {
  width: 100%;
}

.table-cont table tr th {
  width: 25%;
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 10px 20px 30px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.table-cont table tr td {
  width: 75%;
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 400;
}

.under-inner .caution-box p {
  max-width: 760px;
}

.detail .last-cont {
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}

.detail .ranking-table table {
  width: 1200px;
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #EAEAEA;
  font-size: 55px;
  line-height: 1;
}

.star5_rating:before,
.star5_rating:after {
  content: '★ ★ ★ ★ ★';
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #FFA200;
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
}

.star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

.star5_rating[data-rate="4"]:after {
  width: 80%;
}

.star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

.star5_rating[data-rate="3"]:after {
  width: 60%;
}

.star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

.star5_rating[data-rate="2.3"]:after {
  width: 45%;
}

.star5_rating[data-rate="2"]:after {
  width: 40%;
}

.star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

.star5_rating[data-rate="1"]:after {
  width: 20%;
}

.star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

.star5_rating[data-rate="0"]:after {
  width: 0%;
}

.detail-top-flex {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.detail-top-flex-img {
  width: 35%;
  border: 2px solid #EAEAEA;
  padding: 85px 30px;
}

.nan .detail-top-flex-img {
  padding: 60px;
}

.crest .detail-top-flex-img {
  padding: 70px 10px;
}

.will .detail-top-flex-img {
  padding: 40px 90px;
}

.shino .detail-top-flex-img {
  padding: 40px 10px;
}

.detail-top-flex-txt {
  width: 62.5%;
}

.detail-top-flex-txt-title {
  margin-bottom: 25px;
  text-align: center;
  border-radius: 3px;
  background: #eaeaea;
  padding: 2.5px 0;
}

.detail-top-flex-txt-title h3 {
  font-size: 24px;
  font-weight: 700;
}

.detail-top-flex-txt-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-top-flex-txt-flex img {
  width: 95px;
}

.detail-top-flex-txt-flex p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.detail-top-flex-txt-flex p span.roboto {
  font-size: 36px;
  padding-left: 5px;
}

.detail-btn.one {
  max-width: 470px;
  margin: 0 auto;
}

.detail-btn.one a {
  width: 100%;
  font-size: 30px;
  padding: 20px 0;
}

.table-of-contents {
  max-width: 780px;
  width: 100%;
  margin: 50px auto 0;
  border: 2px solid #EAEAEA;
}

.table-of-contents-title {
  width: 150px;
  text-align: center;
  background: #eaeaea;
  border-bottom-right-radius: 10px;
  padding: 10px 0;
}

.table-of-contents-title h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.table-of-contents-list {
  padding: 30px 40px;
}

.table-of-contents-list ul li:nth-child(1) {
  margin-bottom: 27.5px;
}

.table-of-contents-list ul li a {
  margin-left: 60px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  display: block;
  line-height: 1.8;
}

.table-of-contents-list ul li a:hover {
  opacity: .8;
}

.table-of-contents-list-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.table-of-contents-list-title .roboto {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.table-of-contents-list-title .title {
  font-size: 24px;
  font-weight: 700;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #EAEAEA;
}

.under-txt p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  padding-bottom: 30px;
}

.under-txt p:last-child {
  padding-bottom: 0;
}

.under-txt p span {
  font-weight: 700;
  color: #31B726;
}

#cont02 .table-cont {
  margin-bottom: 70px;
}

#cont02 .ranking-list-box-txt-center-title {
  width: 230px;
  background: #24901C;
  padding: 20px 30px;
}

#cont02 .ranking-list-box-txt-center-title::before {
  border-color: transparent transparent transparent #24901c;
}

#cont02 .ranking-list-box-txt-center-txt {
  width: calc(100% - 250px);
  padding: 17.5px 20px 17.5px 60px;
}

#cont02 .ranking-list-box-txt-center-txt ul li::marker {
  color: #24901C;
}

#cont02 .ranking-list-box-txt-center {
  margin-bottom: 70px;
  border-color: #24901C;
}

.under-flex-left section#cont02 {
  margin-bottom: 100px;
}

.detail .band-title {
  text-align: center;
  padding-block: 25px;
  margin-bottom: 70px;
}

.detail .band-title p {
  background: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 60px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}

.voice-list li {
  border-radius: 10px;
  background: #fff;
  border: 2px solid #eaeaea;
  box-shadow: 5px 5px 0px #ebeaea;
  margin-bottom: 20px;
}

.voice-list .abs-txt p {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: rgba(49, 183, 38, 0.2);
}

.voice-list-box-inner {
  padding: 15px 50px 30px;
}

.voice-list-box-top {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.voice-list-box-top p {
  font-size: 16px;
  font-weight: 400;
}

.voice-list-box-top p.green {
  font-size: 18px;
  font-weight: 700;
  color: #31B726;
}

.voice-list-box-top p.green span {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  padding-inline: 7.5px 0;
}

.voice-list-box-top img {
  width: 60px;
  margin: 0 15px;
}

.voice-list-box-center {
  margin-bottom: 25px;
}

.voice-list-box-center p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .1rem;
  font-weight: 400;
}

.voice-list-box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.voice-list-box-bottom p {
  font-size: 14px;
  font-weight: 400;
}

.voice-list-box-bottom p:nth-child(2) {
  max-width: 310px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.voice-list-box-bottom p span:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.voice-list-box-bottom p span.star5_rating {
  font-size: 28px;
}

.voice-list-box-bottom p span:nth-child(3) {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

#cont06 .detail-btn.one {
  margin-top: 50px;
}

.under-flex-left section#cont06 {
  margin-bottom: 120px;
}

.shino .detail-btn {
  display: flex;
  justify-content: space-between;
}

.shino .detail-btn a {
  width: 49%;
  font-size: 30px;
  font-weight: 700;
  padding-block: 20px;
}

.shino .detail-btn a.green {
  background: #00864d;
  box-shadow: 0px 7px 0px #006a3e;
}

#cont01 .under-txt {
  margin-bottom: 70px;
}

.shinoken-cont {
  margin-bottom: 70px;
}

.shinoken-cont-title {
  text-align: center;
  margin-bottom: 30px;
}

.shinoken-cont-title h3 {
  font-size: 32px;
  font-weight: 700;
  color: #31B726;
  line-height: 1.5;
}

.shinoken-cont-title h3 span {
  color: #333;
}

.shinoken-cont-title h3 small {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.shinoken-cont-subtitle {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shinoken-cont-subtitle h4 {
  margin-right: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1rem;
}

.shinoken-cont-subtitle h4 small {
  font-size: 16px;
  position: relative;
  top: -15px;
}

.shinoken-cont-subtitle h4 span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05rem;
}

.shinoken-cont-subtitle img {
  width: 140px;
}

.shinoken-cont-flex {
  display: flex;
  justify-content: space-between;
}

.shinoken-cont-flex-img {
  width: 35%;
}

.shinoken-cont-flex-txt {
  width: 60%;
}

.shinoken-cont-flex-txt p {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 30px;
}

.shinoken-cont-flex-txt p:last-child {
  padding-bottom: 0;
}

.shinoken-cont-img {
  max-width: 680px;
  margin: 0 auto 30px;
}

.shinoken-cont-box {
  background: #F6FFF7;
  padding: 25px 50px;
}

.shinoken-cont-box h4 {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #31b726;
}

.shinoken-cont-box p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
}

.shino #cont02 .table-txt {
  text-align: right;
  padding-top: 10px;
}

.shino #cont02 .table-cont p {
  font-size: 14px;
}

.shino #cont03 .under-txt {
  margin-bottom: 70px;
}

.shino #cont03 .shinoken-cont-box {
  margin-bottom: 30px;
}

.detail-btn-huki {
  margin: 70px auto 15px;
  border-radius: 30px;
  text-align: center;
  padding: 12px 0;
  background: #EAEAEA;
  position: relative;
}

.detail-btn-huki::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 15px solid #EAEAEA;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -15px;
}

.detail-btn-huki p {
  font-size: 24px;
  font-weight: 700;
}

.cont07-img {
  max-width: 1000px;
  margin: 0 auto;
}

.cont07-img a:hover {
  opacity: .8;
}

@media screen and (max-width: 1400px) {
  .detail-top-flex-txt-flex img {
    width: 80px;
  }

  .detail-top-flex-txt-flex p {
    font-size: 20px;
  }

  .star5_rating {
    font-size: 44px;
  }
}

@media screen and (max-width: 1200px) {
  .under-flex {
    display: block;
  }

  .under-flex-left {
    width: 100%;
    margin-bottom: 70px;
  }

  .under-flex-right {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .detail-top-flex-txt-flex img {
    width: 95px;
  }

  .detail-top-flex-txt-flex p {
    font-size: 24px;
  }

  .star5_rating {
    font-size: 55px;
  }
}

@media screen and (max-width: 834px) {

  main,
  header,
  footer {
    min-width: 100%;
    overflow: hidden;
  }

  .fv-txt {
    top: 9.75vw;
    left: 8.25vw;
  }

  .fv-txt p {
    font-size: 4.5vw;
  }

  .fv-txt p small {
    font-size: 4vw;
  }

  .band-title {
    padding: 30px 0;
  }

  .band-title h2 {
    font-size: 24px;
  }

  .band-title h2 span {
    font-size: 30px;
  }

  .band-title h2 span small {
    font-size: 24px;
  }

  .ranking-table table {
    width: 810px;
    margin-bottom: 10px;
  }

  .band-title {
    margin-bottom: 60px;
  }

  .table .inner,
  .last-cont .inner {
    width: 100%;
    overflow: hidden;
  }

  .ranking-table {
    margin-left: 15px;
  }

  .ranking-table table thead th:nth-child(2) img {
    width: 92.5px;
  }

  .ranking-table table thead th img {
    width: 65px;
  }

  .ranking-table table thead th {
    padding-bottom: 10px;
  }

  .ranking-table table tbody tr td:nth-child(2) {
    width: 25%;
  }

  .ranking-table table tbody td {
    width: 16.25%;
  }

  .ranking-table table tbody td:nth-child(2) .logo-name h3 {
    font-size: 18px;
  }

  .ranking-table table tbody th {
    width: 80px;
    font-size: 12px;
  }

  .ranking-table table tbody tr td:nth-child(2) {
    width: 200px;
  }

  .ranking-table table tbody td {
    width: 130px;
  }

  .ranking-table table thead th:nth-child(1) {
    width: 80px;
  }

  .ranking-table table thead th:nth-child(2) {
    width: 200px;
  }

  .ranking-table table thead th {
    width: 130px;
  }

  .logo-name img {
    height: 85px;
    margin: 0 auto 17.5px;
  }

  .logo-name h3 {
    font-size: 14px;
  }

  .ranking-table table tbody tr:nth-child(1) td {
    padding: 15px 5px;
  }

  .ranking-table table tbody td a,
  .ranking-table table tbody td a.btn {
    width: calc(100% - 20px);
    font-size: 14px;
  }

  .ranking-table table tbody td a.logo-name {
    width: 100%;
  }

  .ranking-table table tbody td a.official {
    line-height: 1.1;
    padding: 5px 0 4.5px;
    font-size: 13px;
  }

  .ranking-table table tbody td:nth-child(2) a.official {
    font-size: 16px;
    padding: 10px 0;
  }

  .ranking-table table tbody td:nth-child(2) .logo-name img {
    margin-bottom: 15px;
  }

  .ranking-table table tbody td a:nth-child(2) {
    margin-bottom: 10px;
  }

  .ranking-table table tbody td a.detail {
    font-size: 14px;
    padding: 8px 0;
  }

  .ranking-table table tbody td:nth-child(2) a.detail {
    font-size: 16px;
    padding: 8px 0;
  }

  .ranking-table table tbody td:nth-child(5) .logo-name,
  .ranking-table table tbody td:nth-child(6) .logo-name {
    margin-bottom: 10px;
  }

  .ranking-table table tbody td:nth-child(5) .logo-name img,
  .ranking-table table tbody td:nth-child(6) .logo-name img {
    margin-bottom: 7px;
  }

  .shapes.cross {
    width: 20px;
  }

  .shapes {
    width: 27.5px;
    margin: 0 auto 20px;
  }

  .ranking-table table tbody td:nth-child(2) .shapes {
    width: 35px;
  }

  .txt p {
    font-size: 12px;
    line-height: 1.5;
  }

  .ranking-table table tbody td {
    padding: 20px 5px;
  }

  .txt.big p {
    font-size: 14px;
  }

  .txt.big p span {
    font-size: 26px;
  }

  .txt.sml p {
    font-size: 12px;
    line-height: 1.2;
  }

  .txt.big p span small {
    font-size: 20px;
  }

  .txt.big p.green {
    font-size: 12px;
  }

  .ranking-table table tbody td .txt .abs-txt {
    right: -10px;
    font-size: 10px !important;
  }

  .ranking-table table tbody tr td:nth-child(2) .txt p {
    font-size: 13px;
    letter-spacing: 0;
  }

  .ranking-table table tbody tr td:nth-child(2) .txt.big p span {
    font-size: 30px;
  }

  .ranking-table table tbody tr:nth-child(6) td:nth-child(3) .shapes {
    margin-bottom: 30px;
  }

  .ranking-table table tbody tr:nth-child(6) td:nth-child(5) {
    padding-block: 10px;
  }

  .ranking-table table tbody td:nth-child(2) {
    padding-top: 20px;
  }

  .ranking-table table tbody tr:nth-child(7) td:nth-child(2) {
    padding-block: 15px;
  }

  .table {
    padding-bottom: 70px;
  }

  .table-txt p {
    font-size: 10px;
  }

  .type {
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .type-title {
    max-width: 400px;
    margin: 0 auto 25px;
  }

  .type-box-wrap ul {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .type-box-wrap ul li {
    width: 100%;
  }

  .type-box-wrap ul li:nth-child(1) {
    margin-bottom: 40px;
  }

  .type-box-title .circle {
    width: 70px;
    height: 70px;
    border: 3px solid #00864D;
    padding-block: 12px;
    left: 5px;
    bottom: 2px;
  }

  .type-box-title .circle p {
    font-size: 14px;
  }

  .type-box-title .circle p.roboto {
    font-size: 30px;
  }

  .type-box-title h3 {
    width: calc(100% - 80px);
    font-size: 16px;
    padding: 7.5px 0;
  }

  .type-box-txt {
    padding: 20px 20px 40px;
  }

  .type-box-txt-img h4 {
    font-size: 22px;
  }

  .type-box-txt-txt p {
    font-size: 14px;
  }

  .type-box-txt-btns a {
    font-size: 14px;
    padding: 12px 0;
  }

  .type-box-txt-btns a:nth-child(2) {
    font-size: 16px;
    padding: 10px 0;
  }

  .type-box-txt-flex {
    display: block;
  }

  .type-box-txt-flex-cont {
    width: 100%;
  }

  .type-box-txt-flex-cont:nth-child(1) {
    margin-bottom: 45px;
  }

  .type-box-txt-btns a:nth-child(1) .sp {
    display: inline-block !important;
  }

  .type-box-wrap ul li:nth-child(2) .type-box-txt-btns a:nth-child(2) {
    font-size: 16px;
    padding-block: 10px;
  }

  .type-box-wrap ul li:nth-child(2) .type-box-txt-img h4 {
    font-size: 18px;
  }

  .point {
    padding: 70px 0;
  }

  .point-title.type-title {
    margin-bottom: 50px;
    max-width: 400px;
  }

  .point-list-box-title-txt {
    position: relative;
    left: initial;
    top: initial;
    padding-left: initial;
    background: initial;
    width: calc(100% - 105px);
  }

  .point-list-box {
    padding: 25px 20px;
  }

  .point-list ol li {
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    box-shadow: none;
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .point-list ol li:last-child {
    margin-bottom: 0px;
  }

  .point-list-box-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 27.5px;
  }

  .point-list-box-title img {
    width: 95px;
  }

  .point-list-box-title-txt p {
    font-size: 18px;
  }

  .point-list-box-title-txt h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  .point-list-box-flex-txt p {
    font-size: 14px;
  }

  .point-list-box-flex-txt {
    width: 100%;
  }

  .point-list ol li:nth-child(2) .point-list-box-title-txt {
    left: initial;
    right: initial;
  }

  .ranking-list-box-title-img {
    width: 75px;
    height: 75px;
    left: 0px;
  }

  .ranking-list-box-title-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 55px;
  }

  .ranking-list {
    margin: 0 auto 70px;
    max-width: 500px;
  }

  .ranking-list-box-title-txt h3 {
    font-size: 18px;
    padding: 15px;
  }

  .ranking-list-box-title-txt {
    margin-left: 75px;
  }

  .ranking-list-box-txt-inner {
    padding: 30px 20px;
  }

  .ranking-list ol li:nth-child(1) .ranking-list-box-title-img {
    width: 90px;
    height: 90px;
    left: 0;
  }

  .ranking-list ol li:nth-child(1) .ranking-list-box-title-img img {
    width: 70px;
  }

  .ranking-list-box-txt-top {
    margin-bottom: 20px;
    display: block;
  }

  .ranking-list-box-txt-top-img {
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 20px;
  }

  .ranking-list ol li:nth-child(1) .ranking-list-box-title-txt {
    margin-left: 95px;
  }

  .ranking-list-box-txt-top-txt {
    width: 100%;
  }

  .ranking-list-box-txt-top-txt p {
    font-size: 18px;
  }

  .ranking-list-box-txt-center {
    margin-bottom: 20px;
    display: block;
  }

  .ranking-list-box-txt-center-title {
    width: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
    border-bottom-left-radius: 0;
  }

  .ranking-list-box-txt-center-title h4 {
    font-size: 22px;
  }

  .ranking-list-box-txt-center-txt {
    width: 100%;
    padding: 20px 15px 20px 35px;
  }

  .ranking-list-box-txt-center-txt ul li {
    font-size: 16px;
  }

  .ranking-list ol li .ranking-list-box-txt-center-txt ul li {
    margin-bottom: 0;
  }

  .ranking-list-box-txt-center-title::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #006A3E;
    left: 0;
    bottom: -9px;
  }

  .ranking-list-box-txt-center-title::before {
    display: none;
  }

  .ranking-list-box-txt-bottom a:nth-child(1) {
    font-size: 14px;
    padding: 12.5px 0;
  }

  .ranking-list-box-txt-bottom a:nth-child(2) {
    width: 68.5%;
    font-size: 16px;
    padding: 10px 0;
  }

  .ranking-list ol li:nth-child(2) .ranking-list-box-txt-top-img img {
    max-width: 80px;
    margin: 25px auto;
  }

  .ranking-list ol li:nth-child(3) .ranking-list-box-txt-top-img img {
    max-width: 220px;
    margin: 40px auto;
  }

  .ranking-list ol li:nth-child(4) .ranking-list-box-txt-top-img img {
    max-width: 165px;
    margin: 30px auto;
  }

  .ranking-list ol li:nth-child(5) .ranking-list-box-txt-top-img img {
    max-width: 195px;
    margin: 50px auto;
  }

  .support-box {
    width: calc(100% + 20px);
    max-width: 520px;
    margin: 0 auto;
    border-radius: 20px;
    background: #00864D;
    box-shadow: 7.5px 7.5px 0 #EAEAEA;
    padding: 0;
    left: -10px;
  }

  .support-box-title {
    max-width: 315px;
    top: -30px;
  }

  .support-box-txt-inner {
    padding: 60px 0;
    width: calc(100% - 40px);
    max-width: 100%;
  }

  .support-box-txt-cont {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .support-box-txt-top img {
    max-width: 300px;
  }

  .support-box-txt-center p {
    font-size: 16px;
  }

  .support-box-txt-center p span {
    font-size: 20px;
  }

  .support-box-txt-bottom p {
    font-size: 14px;
  }

  .support-img {
    position: absolute;
    max-width: 115px;
    right: -10px;
    bottom: -60px;
  }

  .last-cont {
    padding-bottom: 70px;
  }

  .last-cont-title {
    max-width: 315px;
    margin: 0 auto 30px;
  }

  .detail .last-cont .ranking-table {
    margin-bottom: 30px;
    width: calc(100% + 40px);
    margin-left: 0;
  }

  .caution-box {
    padding: 30px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .caution-box p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }

  .table-txt {
    padding-bottom: 10px;
  }

  .type-box-wrap ul li:nth-child(2) .type-box-txt-flex-cont:nth-child(2) .type-box-txt-img img {
    max-width: 215px;
    margin: 35px auto;
  }

  .type-box-wrap ul li:nth-child(2) .type-box-txt-flex-cont:nth-child(2) .type-box-txt-txt {
    margin-bottom: 20px;
  }

  .ranking-list ol li {
    margin-bottom: 40px;
  }

  .under-inner {
    max-width: 100%;
    padding: 70px 0;
  }

  .under-title {
    margin-bottom: 30px;
    padding: 10px;
  }

  .under-title h2 {
    font-size: 18px;
  }

  .h3-title h3 {
    font-size: 20px;
  }

  .table-cont table tr th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 0 10px 10px;
    font-size: 14px;
  }

  .table-cont table tr td {
    width: 100%;
    display: block;
    border-bottom: 1px solid #EAEAEA;
    padding: 0px 10px 20px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .under-flex-left section {
    margin-bottom: 60px;
  }

  .company .under-flex-left {
    margin-bottom: 0;
  }

  .under-inner .caution-box {
    width: 100%;
  }

  .detail-top-flex {
    display: block;
  }

  .detail-top-flex-img {
    width: 100%;
    max-width: 500px;
    border: 2px solid #EAEAEA;
    padding: 60px 30px;
    margin: 0 auto 20px;
  }

  .nan .detail-top-flex-img {
    padding: 40px 65px;
  }

  .nan .detail-top-flex-img img {
    max-width: 180px;
    margin: 0 auto;
  }

  .crest .detail-top-flex-img {
    padding: 40px 10px;
  }

  .will .detail-top-flex-img {
    padding: 20px 90px;
  }

  .will .detail-top-flex-img img {
    max-width: 120px;
    margin: 0 auto;
  }

  .detail-top-flex-txt {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .detail-top-flex-txt-title {
    margin-bottom: 10px;
    padding: 5px 0;
  }

  .detail-top-flex-txt-title h3 {
    font-size: 20px;
  }

  .detail-top-flex-txt-flex img {
    width: 65px;
  }

  .detail-top-flex-txt-flex p {
    font-size: 18px;
  }

  .detail-top-flex-txt-flex p span.roboto {
    font-size: 30px;
  }

  .star5_rating {
    font-size: 32px;
  }

  .detail-btn.one a {
    font-size: 22px;
    padding: 10px 0;
  }

  .table-of-contents-title {
    width: 75px;
    padding-block: 7.5px;
  }

  .table-of-contents-title h3 {
    font-size: 16px;
  }

  .table-of-contents-list {
    padding: 20px 20px 30px;
  }

  .table-of-contents-list-title .roboto {
    font-size: 20px;
    font-weight: 700;
  }

  .table-of-contents-list-title .title {
    font-size: 16px;
    padding-left: 7.5px;
    margin-left: 7.5px;
  }

  .table-of-contents-list ul li a {
    margin-left: 30px;
    font-size: 12px;
  }

  .table-of-contents-list ul li:nth-child(1) {
    margin-bottom: 22.5px;
  }

  .under-txt p {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .under-flex-left section {
    margin-bottom: 50px;
  }

  #cont02 .table-cont {
    margin-bottom: 50px;
  }

  #cont02 .ranking-list-box-txt-center-title {
    width: 100%;
    background: #24901C;
    padding: 15px 20px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  #cont02 .ranking-list-box-txt-center-title h4 {
    font-size: 24px;
  }

  #cont02 .ranking-list-box-txt-center-title::after {
    background: #24901C;
  }

  #cont02 .ranking-list-box-txt-center {
    margin-bottom: 50px;
  }

  .under-flex-left section#cont02 {
    margin-bottom: 70px;
  }

  .detail .band-title p {
    font-size: 16px;
    line-height: 1.2;
    padding: 7.5px;
    display: block;
    width: calc(100% - 20px);
    text-align: center;
    margin: 0 auto 10px;
  }

  .band-title::before {
    bottom: -20px;
  }

  .detail .band-title h2 {
    font-size: 30px;
  }

  .detail .band-title {
    padding-block: 20px;
    margin-bottom: 50px;
  }

  .voice-list-box-inner {
    padding: 10px 20px 30px;
  }

  .voice-list-box-top {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .voice-list-box-top p.green {
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
    line-height: 1.6;
  }

  .voice-list-box-top p {
    font-size: 14px;
  }

  .voice-list-box-center {
    margin-bottom: 20px;
  }

  .voice-list-box-center p {
    font-size: 14px;
  }

  .voice-list-box-bottom {
    display: block;
  }

  .voice-list-box-bottom p {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .voice-list-box-bottom p span:nth-child(3) {
    font-size: 22px;
  }

  .voice-list-box-bottom p:nth-child(2) {
    max-width: 300px;
  }

  .under-flex-left section#cont06 {
    margin-bottom: 70px;
  }

  .under-flex-right-title {
    margin-bottom: 25px;
    padding: 7.5px 20px;
  }

  .under-flex-right-title h2 {
    font-size: 22px;
    text-align: center;
  }

  .under-flex-right-title h2 span {
    font-size: 34px;
  }

  #cont02 .ranking-list-box-txt-center-txt {
    width: 100%;
    padding: 17.5px 20px 17.5px 40px;
  }

  .shino .detail-top-flex-img {
    padding: 17.5px 15px;
  }

  .shino .detail-btn {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .shino .detail-btn a {
    width: 100%;
    font-size: 24px;
    padding-block: 10.5px;
  }

  .shino .detail-btn a.green {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .shinoken-cont-title h3 small {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 10px;
    display: inline-block;
  }

  .shinoken-cont-title h3 {
    font-size: 30px;
    line-height: 1.3;
  }

  .shinoken-cont-subtitle {
    margin: 0 auto 30px;
    text-align: center;
    max-width: 335px;
    display: block;
  }

  .shinoken-cont-subtitle h4 {
    margin-right: 0;
    font-size: 26px;
    line-height: 1.3;
  }

  .shinoken-cont-subtitle img {
    width: 90px;
    margin: 15px auto;
  }

  .shinoken-cont-subtitle span {
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
  }

  .shinoken-cont-flex {
    display: block;
    margin: 0 auto;
  }

  .shinoken-cont {
    margin: 0 auto 50px;
    max-width: 700px;
  }

  .shinoken-cont-flex-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .shinoken-cont-flex-txt {
    width: 100%;
  }

  .shinoken-cont-flex-txt p {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 20px;
  }

  .shinoken-cont-img {
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .shinoken-cont-box {
    padding: 25px 20px;
  }

  .shinoken-cont-box h4 {
    font-size: 18px;
    line-height: 1.6;
  }

  .shinoken-cont-box p {
    font-size: 14px;
    line-height: 1.6;
  }

  .shino #cont02 .table-txt {
    padding-block: 0px;
    margin-top: -10px;
  }

  .shino #cont02 .table-cont p {
    font-size: 10px;
  }

  .shino #cont02 .ranking-list-box-txt-center {
    margin-bottom: 30px;
  }

  .detail-btn-huki {
    margin: 70px auto 22.5px;
    border-radius: 100px;
    padding: 15px 0;
    max-width: 500px;
  }

  .detail-btn-huki p {
    font-size: 20px;
    line-height: 1.5;
  }

  .cont07-img img {
    width: calc(100% + 40px);
    margin: 0 auto;
    left: -20px;
    position: relative;
  }

  .shino .last-cont {
    padding-top: 20px;
  }

  .detail .ranking-table table tbody tr:nth-child(3) td:nth-child(5) .shapes {
    margin-bottom: 10px;
  }

  .detail .ranking-table table tbody tr:nth-child(3) td:nth-child(3) .shapes,
  .detail .ranking-table table tbody tr:nth-child(3) td:nth-child(4) .shapes,
  .detail .ranking-table table tbody tr:nth-child(3) td:nth-child(6) .shapes {
    margin-bottom: 30px;
  }

  .ranking-table table tbody td {
    vertical-align: baseline;
  }

  .ranking-table table tbody tr:nth-child(2) td .shapes.cross {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
  .table {
    padding-bottom: 60px;
  }

  .type-box-title h3 {
    width: calc(100% - 70px);
  }

  .point-list-box-title img {
    width: 90px;
  }

  .point-list-box-title-txt {
    width: calc(100% - 90px);
  }

  .ranking-list-box-title-txt h3 {
    padding: 15px 0px 17.5px 10px;
  }

  .ranking-list-box-txt-top-txt p {
    font-size: 16px;
  }

  .detail-top-flex-txt-flex p span.roboto {
    font-size: 26px;
  }

  .star5_rating {
    font-size: 30px;
  }

  .voice-list-box-bottom p span:nth-child(1) {
    font-size: 19px;
  }

  .voice-list-box-top p.green {
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  .voice-list-box-top p.green span {
    font-size: 34px;
    padding-inline: 15px 2.5px;
  }

  .voice-list-box-top p.green small {
    font-size: 15px;
    position: relative;
    bottom: -4px;
    white-space: nowrap;
  }

  .detail .ranking-table table tbody tr:nth-child(4) td:nth-child(3),
  .detail .ranking-table table tbody tr:nth-child(4) td:nth-child(5),
  .detail .ranking-table table tbody tr:nth-child(4) td:nth-child(6) {
    padding-block: 20px;
  }

  .ranking-table table tbody td {
    vertical-align: middle;
  }

  .detail .ranking-table table tbody tr:nth-child(3) td:nth-child(3) .shapes,
  .detail .ranking-table table tbody tr:nth-child(3) td:nth-child(4) .shapes,
  .detail .ranking-table table tbody tr:nth-child(3) td:nth-child(6) .shapes {
    margin-bottom: 20px;
  }

  .type-box-txt-txt p .caution {
    font-size: 12px;
    padding-left: 0;
  }

  .type-box-txt-txt p span small {
    top: -4px;
    left: -7px;
    line-height: 1;
  }
}

/* column */
 .single-column,.post-type-archive-column,.tax-column_category{
  background-image: url(/wp-content/themes/fudosantoushi-ranking/assets/images/column_bg.png);
  background-repeat: no-repeat;
  background-size: contain;    
}    
 .content-wrapper{
  padding: 0;
}
 .content-flex{
  display: flex;
}
 .site-main{
  width: 70%;
  padding: 0 10px;
}
 .site-sidebar{
  width: 480px;
  padding: 25px 10px 30px 40px;
}
 .breadcrumbs{
  margin-left: 10px;
  padding-top: 30px;
}
 .entry-header{
   padding: 15px 10px;
   overflow: hidden;
   display: flex;
}
 .entry-meta{
  display: flex;
  align-items: center;
  gap: 10px;
}
 .entry-categories a{
  display: inline-block;
  background-color: #72B74D;
  color: #FFFFFF;
  padding: 3px 10px;
  margin-left: 25px;
}
 .entry-title{
  margin: 10px 0px;
  font-size: 28px;
}
 .entry-thumbnail img{
  object-fit: cover;
  max-height: 550px;
  border: 4px solid #72B74D;
}
 .column_intro, .column_text{
  margin: 1em 0;
}
 .column_intro{
  font-size: 15px;
  padding: 40px;
}
 .have_bullets{
  background: #D1E3C7;
}
 .toc_title{
  padding: 20px 50px;
  font-size: 20px;
}
 .toc_depth_1{
  color: #00AF31;
}
 .toc_depth_1::after{
  content: ".";
}
 .toc_depth_2{
  display: none;
}
 .toc_list li ul li{
  list-style: disc;
  margin-left: 40px;
  color: #72B74D;
}
 .toc_list{
  padding: 0 35px 40px 50px;
  font-size: 20px;
}
 .toc_list a{
  color: #333333;
}
 .toc_list li a{
  position: relative;
  display: block;
  padding: 0 20px 20px 0;
}
 .toc_list li a::after{
  content: "";
  display: block;
  border-bottom: 1px dotted #7F7F7F;
  margin-top: 6px;
}
 ul .toc_list li ul{
  margin: 1em;
} 
 .column_text h2{
  font-size: 24px;
  border-top: 5px solid #72B74D;
  border-bottom: 5px solid #72B74D;
  padding: 18px 10px;
  margin: 40px 10px;
}
 .column_text h3{
  font-size: 20px;
  padding: 40px 0 15px 0;
}
 .column_text h3::before{
  content: '●';
  color: #72B74D;
}
 .column_text h4{
  font-size: 17px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 5px;
}
 .nav-links{
  display:flex;
  justify-content: space-around;
  padding: 100px 0 20px;
}
 .nav-previous, .nav-next{
  width: 47%;
}
 .nav-next .nav-label{
  text-align: right;
  display: block;
}
 .nav-label{
  font-size: 20px;
}
 .nav-inner{
  border: 2px solid #72B74D;
  margin-block: 25px;
  border-collapse: separate;
  border-radius: 25px;
  overflow: hidden;
}
 .nav-meta{
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 5px 0;
}
 .nav-date{
  color: #333;
}
 .nav-title{
  margin: 10px 25px;
  font-size: 20px;
  color: #333;
}
 .nav-cat{
  background-color: #57A130;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 15px 0 20px;
  font-size: 0.9em;
  padding: 3px 10px;
}
 .related-title{
  background-color: #00AF31;
  color: #FFFFFF;
  padding: 15px;
  margin: 60px 0;
  font-size: 28px;
}
 .related-item{
  border: 2px solid #57A130;
  margin-block: 25px;
  border-collapse: separate;
  border-radius: 25px;
  overflow: hidden;
}
 .related-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
 .related-meta{
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 5px 0;
}
 .related-cat{
  background-color: #57A130;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 15px 0 20px;
  font-size: 0.9em;
  padding: 3px 10px;
}
 .related-article-title{
  margin: 10px 25px;
  font-size: 20px;
}
 .related-footer{
  display: flex;
  justify-content: center;
  margin: 20px 0 50px;
}
 .related-footer .btn-more{
  background-color: #00AF31;
  color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 10px;
}
 .widget-title{
  margin: 40px 0 20px 0;
  border-left: 6px solid #00AF31;
  padding: 2px 8px;
  font-size: 20px;
}
 .widget-title-category{
  margin: 40px 0 20px 0;
  border-left: 6px solid #00AF31;
  padding: 2px 8px;
  font-size: 20px;
}
 .new-posts-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
 .new-post-item{
  box-sizing: border-box;
  padding: 10px 0;
  width: 100%;
}
 .new-post-link{
  width: 100%;
  display: flex;
}
 .new-post-thumb img{
  height: 100%;
}
 .new-post-content{
  width: 70%;
  border: 2px solid #57A130;
  background: #FFFFFF;
}
 .new-post-cat{
  background: #57A130;
  color: #FFFFFF;
  padding: 2px 10px;
  font-size: 0.9em;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
}
 .new-post-title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; 
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  padding: 0 5px 5px 10px;
  color: #333;
}
 .content-flex .page-title{
  background-color: #00AF31;
  color: #FFFFFF;
  font-size: 28px;
  margin: 20px 0;
  padding: 15px;
}
 .archive-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
 .archive-item{
  border: 2px solid #72B74D;
  background-color: #FFFFFF;
  border-radius: 25px;
  margin-block: 25px;
  border-collapse: separate;
  overflow: hidden;
}
 .archive-meta{
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 5px 0;
}
 .archive-cat{
  background-color: #57A130;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 15px 0 20px;
  font-size: 0.9em;
  padding: 3px 10px;
}
 .archive-date{
  color: #333;
}
 .archive-title{
  margin: 10px 25px;
  font-size: 20px;
  color: #333;
}
 .pagination .nav-links{
  justify-content: center;
}
 .pagination .nav-links .page-numbers{
  display: block;
  margin: 10px;
  border: 1px solid #7F7F7F;
  padding: 8px 15px;
  font-size: 20px;
}
 .column_category_list ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  max-width: 400px;
}
 .column_category_list a{
  display: block;
  background-color: #57A130;
  color: #FFFFFF;
  text-align: center;
  font-size: 1rem;
  padding: 20px;
}
 .cat-section-title{
  background-color: #00AF31;
  color: #FFFFFF;
  font-size: 28px;
  margin: 20px 0;
  padding: 15px;
}
 .cat-post-item{
  border: 2px solid #72B74D;
  margin-block: 25px;
  border-collapse: separate;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 25px;
}
 .cat-post-content{
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 5px 0;
}
 .cat-post-content .column_category_name{
  background-color: #57A130;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 15px 0 20px;
  font-size: 14px;
  padding: 3px 10px;
}
 .cat-post-title{
  margin: 10px 25px;
  font-size: 20px;
  color: #333;
}
 .cat-post-date{
  color: #333;
}
 .cat-section-footer{
  display: flex;
  justify-content: center;
  margin: 20px 0 50px;
}
 .cat-section-footer .btn-more{
  background-color: #00AF31;
  color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 10px;
}
 .sp{
  display: none;
}
 .widget-title .sp{
  display: none;
}

/* wp CSS　修正 */
.wp-block-image img {
  margin-bottom: 20px;
}
.column_text p {
  margin-bottom: 1em;
}
ul.wp-block-list {
  margin: 1em 0;
  list-style: disc;
}
ul.wp-block-list li {
  margin-left: 2.5em;
}

@media screen and (max-width: 834px) {
     .column_category_list{
        display: none;
        margin: 20px 0;
    }
     .sp{
        display: block;
    }
     .post-type-archive-column .under-inner{
        width: 100%;
    }
     .tax-column_category .under-inner{
        width: 100%;
    }
     .entry-header{
        font-size: 16px;
        padding: 0;
    }
     .content-flex{
        flex-flow: column;
    }
     .site-main, .site-sidebar{
        width: 100%;
        padding-bottom: 35px;
        padding: 0;
    } 
     .breadcrumbs{
        overflow: scroll;
        white-space: nowrap;
        margin-left: 4px;
        padding: 0;
        padding: 15px;
    }
     .single-column .breadcrumbs{
        font-size: 16px;
        padding: 0;
        padding: 8px 0;
    }
     .widget-category-sp{
        margin: 15px;
    }
     .widget-title .sp{
        margin: 5px 0 20px 0;
    }
     .column_category_list .sp{
        padding: 15px;
    } 
     .column_category_list a{
        padding: 15px;
        font-size: 13px;
    }
     .archive-list{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        list-style: none;
        margin: 0 15px;
        padding: 0;
    }
     .nav-links{
        padding: 30px 0 20px;
        justify-content: space-between;
    }
     .cat-post-item{
        border-radius: 0;
        margin-block: 0;
        box-sizing: border-box;
        border: none;
        border-collapse: separate;
        overflow: initial;
        width: 100%;
    }
     .cat-post-link{
        width: 100%;
        display: flex;
    }
     .cat-post-thumb img{
        height: 100%;
        width: 150px;
        height: 150px;
        object-fit: cover;
    }
     .cat-post-info{
        border: 2px solid #57A130;
        background: #FFFFFF;
        width: 100%;
    }
     .cat-post-content{
        display: flex;
        gap: 5px;
        align-items: center;
        margin: 10px 41px 5px 0;
    }
     .cat-post-content .column_category_name{
        font-size: 8px;
        margin: 0 9px;
        padding: 3px 10px;
    }
     .cat-post-date{
        font-size: 10px;
    }
     .cat-post-title{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.6;
        padding: 0 9px 5px 9px;
        font-size: 12px;
        margin: 0;
    }
     .cat-section-footer{
        margin: 35px 0 50px;
    }
     .widget-area{
        padding: 0 15px;
    }
     .widget-title-category{
        display: none;
    }
     .widget-category-sp .widget-title{
        margin: 0;
    }
     .new-posts-list{
        padding-bottom: 40px;
    }
     .archive-item{
        border-radius: 0;
        margin-block: 0;
        box-sizing: border-box;
        border: none;
        border-collapse: separate;
        overflow: initial;
        width: 100%;
    }
     .archive-link{
        width: 100%;
        display: flex;
    }
     .archive-thumb img{
        height: 100%;
        width: 150px;
        height: 150px;
        object-fit: cover;
    }
     .archive-content{
        border: 2px solid #57A130;
        background: #FFFFFF;
        width: 100%;
    }
     .archive-meta{
        margin: 10px 10px 5px 0;
    }
     .archive-cat{
        font-size: 0.9em;
        margin: 0 9px;
        padding: 3px 10px;
    }
     .archive-date{
        font-size: 9px;
    }
     .archive-title{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.6;
        padding: 0 9px 5px 9px;
        font-size: 12px;
        margin: 0;
    }
     .entry-meta{
        display: block;
    }
     .entry-date{
        display: none;
    }
     .entry-categories a{
        margin: 0;
        font-size: 10px;
    }
     .pagination .nav-links .page-numbers{
        padding: 3px 10px;
        font-size: 14px;
    }
      .column_intro{
        padding: 9px;
    }
     .toc_title{
        padding: 20px
    }
     .toc_list{
        padding: 0 0 25px 20px;
        margin-right: 10px;
        padding-bottom: 25px;
    }
     .toc_list li a{
        font-size: 12px;
    }
     .nav-content{
        display: none;
    }
     .related-section{
        display: none;
    }
}
