/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root {
  --color-green: #15aca3;
  --color-blue: #00a0e9;
  --color-pink: #f27c80;
  --text-color: #292f2f;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--text-color);
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #f5f5f5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  outline: none;
  border: none;
  backface-visibility: hidden;
}
ul,li {
list-style:none;
margin:0;
padding: 0;
}
dl,dt,dd {
margin:0;
padding: 0;
}

/*--------------------------------------------------------------
# Style
--------------------------------------------------------------*/
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.header__kv {
  margin: 0;
}

.contents {
  flex-shrink: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 80px 50px;
  background: white;
}

@media screen and (max-width: 1000px) {
  .contents {
    padding: 5vw 5vw 8vw 5vw;
  }
}

.guideline__title {
  margin: 0 0 40px 0;
  text-align: center;
}

.guideline__open {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;

  background-color: #e8fffe;
  box-sizing: border-box;
  padding-top: 35px;
  padding-bottom: 25px;
}

.guideline__open button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 50px;
  font-size: 3rem;
  color: white;
  appearance: none;
  background: var(--color-green);
  border: none;
  border-radius: 100px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.guideline__open button span {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
  margin-top: 5px;
  margin-left: 10px;
}

.guideline__open button span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 20px solid white;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.guideline__open button:before,
.guideline__open button:after {
  content: '';
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  border: 1px solid var(--color-green);
  border-radius: 100px;
  opacity: 1;
  animation: 1s circleanime linear infinite;
}

.guideline__open button:before {
  animation-delay: -0.5s;
}

@keyframes circleanime {
  0% {
    transform: scale(0.72);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.guideline__contents {
  /*display: none;*/
  /*margin-bottom: 85px;*/
  overflow: hidden;
  height: 150px;
  margin-bottom: 0;
  position: relative;
}
.guideline__contents::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(232,255,254,0.8) 50%, rgba(232,255,254,0.8) 50%, #e8fffe 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(232,255,254,0.8) 50%, rgba(232,255,254,0.8) 50%, #e8fffe 100%);
}
.guideline__contents.open{
  height: auto;
}
.guideline__contents.open::before{
  display: none;
}

.guideline__contents__inner {
  width: 100%;
  padding: 35px 25px;
  background: #e8fffe;
}

.guideline__block {
  margin-bottom: 50px;
  font-size: 1.8rem;
}

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

.underline {
  background: linear-gradient(transparent 50%, #f6fc5a 100%);
}

@media screen and (max-width: 1000px) {
  .guideline__title {
    margin-bottom: 4vw;
  }

  .guideline__open {
    margin-bottom: 8vw;
  }

  .guideline__open button {
    width: 40vw;
    height: 5vw;
    font-size: 3vw;
  }

  .guideline__open button span {
    width: 3vw;
    height: 2vw;
    margin-top: 0.5vw;
    margin-left: 1vw;
  }

  .guideline__open button span:after {
    border-top: 2vw solid white;
    border-left: 1.5vw solid transparent;
    border-right: 1.5vw solid transparent;
  }

  .guideline__contents {
    /*margin-bottom: 8.5vw;*/
  }

  .guideline__contents__inner {
    padding: 3.5vw 2.5vw;
  }

  .guideline__block {
    margin-bottom: 5vw;
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .guideline__open button {
    width: 60vw;
    height: 8vw;
    font-size: 5vw;
  }

  .guideline__block {
    font-size: 3.8vw;
  }
}

.compare__table {
  display: flex;
  align-items: flex-end;
  width: 100%;
  text-align: center;
  line-height: 1.5625;
}

.compare__table__column {
  font-size: 1.6rem;
}

.compare__table__column.a,
.compare__table__column.b {
  flex-basis: 240px;
  font-weight: 500;
}

.compare__table__column.b {
  border-left: 2px solid white;
}

.compare__table__column.heading {
  flex-basis: 150px;
  font-size: 1.7rem;
  font-weight: bold;
}

.compare__table__column.ringbell {
  flex-basis: 270px;
  z-index: 2;
  font-weight: 500;
  border-width: 4px 4px 0 4px;
  border-color: #f27c80;
  border-style: solid;
  box-shadow: 0 0 8px rgb(0, 0, 0, 0.5);
}

.compare__table__column > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 185px;
  border-bottom: 2px solid white;
  background: #eee;
}

.compare__table__column > div p {
  position: relative;
  margin: 0;
}

.compare__table__column > div .star {
  font-size: 1.25em;
  color: #d7123d;
}

.compare__table__column > div.double:before {
  content: '◎';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 110px;
  font-weight: bold;
  color: #f75478;
  opacity: 0.35;
}

.compare__table__column > div.circle:before {
  content: '○';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 110px;
  font-weight: bold;
  color: #ffba01;
  opacity: 0.35;
}

.compare__table__column > div.triangle:before {
  content: '△';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 110px;
  font-weight: bold;
  color: #00a0e9;
  opacity: 0.35;
}

.compare__table__column.heading > div {
  color: white;
  background: var(--color-green);
}

.compare__table__column.ringbell > div {
  background: #ffffed;
  border-color: #f8b9b3;
}

.compare__table__column.ringbell > div:first-child {
  height: 100px;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  background-color: #f27c80;
  border: none;
}

.compare__table__column.ringbell > div:last-child {
  border-color: #f27c80;
  border-width: 4px;
}

.compare__table__column.a > div:first-child,
.compare__table__column.b > div:first-child {
  height: 70px;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  background: #b5b5b5;
  border: none;
}

.compare__link {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.compare__link a {
  position: relative;
  display: block;
  width: 94.44%;
  height: 100px;
  font-size: 3.5rem;
  font-weight: bold;
  color: #f27c80;
  text-decoration: none;
  border: 3px solid #f27c80;
  box-shadow: 4px 4px 3px rgb(119, 119, 119, 0.25);
  transition: all 0.5s ease;
  overflow: hidden;
}

.compare__link a:hover {
  color: white;
}

.compare__link a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.compare__link a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -8%;
  transform: translateY(-50%);
  width: 16%;
  height: 200%;
  background: #f27c80;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.compare__link a:after {
  content: '›';
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-55%);
  font-family: sans-serif;
  font-size: 2em;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
}

.compare__link a:hover:before {
  width: 116%;
  height: 400%;
}
.compare__link.tx-s a {
    font-size: 3rem;
}
.compare__link.tx-s a:after {
top: 45%;
}

@media screen and (max-width: 1000px) {
  .compare__table__column {
    font-size: 1.6vw;
  }

  .compare__table__column.heading {
    font-size: 1.7vw;
  }

  .compare__table__column.ringbell > div:first-child {
    font-size: 1.5em;
  }

  .compare__table__column.a > div:first-child,
  .compare__table__column.b > div:first-child {
    font-size: 1.3em;
  }

  .compare__table__column > div.double:before,
  .compare__table__column > div.circle:before,
  .compare__table__column > div.triangle:before {
    font-size: 11vw;
  }

  .compare__link {
    padding: 4vw 0;
  }

  .compare__link a {
    height: 10vw;
    font-size: 3.5vw;
  }
.compare__link.tx-s a {
        font-size: 2.8vw;
}
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .compare__table__column.heading {
    font-size: 3vw;
  }
}

@media screen and (max-width: 400px) {
  .compare__table__column {
    font-size: 0.8em;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.company {
  text-align: center;
}

.company a {
  font-size: 1.6rem;
  color: var(--text-color);
}

@media screen and (max-width: 1000px) {
  .company a {
    font-size: 3.0vw;
  }
}

.footer {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  padding: 10px;
  background: #00a0e9;
}

.copyright {
  margin: 0;
  font-size: 1.8rem;
  color: white;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .footer {
    padding: 1vw;
  }

  .copyright {
    font-size: 1.8vw;
  }
}

/* ================================================== */
/* info
/* ================================================== */
#main #company{
  text-align: center;
}

#main #container{
  padding-bottom: 10px;
}

.info {
  background: #fff;
}

/**アフィ文言**/
.afi-att {
  max-width: 992px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
.afi-att p {
  margin: 0 10px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .afi-att {
      text-align: left;
  }
}

/* ================================================== */
/* side_content
/* ================================================== */
#side_content{

}
#side_content .title h3 {
  /*
  padding-bottom: 12px;
  font-size: 2.25rem;
  font-weight: bold;
  color: #f27c80;
  line-height: 1.4;
  */
  color: #f27c80;
  /*font-size: 3.25rem;*/
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}
#side_content .title h3:before{
  /*
  content: "";
  display: block;
  height: 0.1em;
  background-color: #f27c80;
  width: calc( 50% - 3em );;
  position: absolute;
  left: 0;
  top: 50%;
  */
  content: "";
  display: block;
  height: 0.1em;
  width: calc( 50% - 3em );
  position: absolute;
  left: 0;
  top: 45%;
  border-top: 0.1em solid #f27c80;
  border-bottom: 0.1em solid #f27c80;
}
#side_content .title h3::after{
  /*
  content: "";
  display: block;
  height: 0.1em;
  background-color: #f27c80;
  width: calc( 50% - 3em );;
  position: absolute;
  right: 0;
  top: 50%;
  */
  content: "";
  display: block;
  height: 0.1em;
  width: calc( 50% - 3em );
  position: absolute;
  right: 0;
  top: 45%;
  border-top: 0.1em solid #f27c80;
  border-bottom: 0.1em solid #f27c80;
}
#side_content .sidebar-contents {
  padding-top: 0px;
  padding-bottom: 36px;
}

#side_content .sidebar-contents ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#side_content .sidebar-contents li {
  /*background-color: #ffffed;*/
  margin-bottom: 12px;
  width: 100%;
}
#side_content .sidebar-contents li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  border-bottom: 1px solid #333333;
  box-sizing: border-box;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

@media screen and (max-width:575px) {
  #side_content .sidebar-contents ul{
    width: 100%;
  }
}

@media screen and (min-width:576px) {
  /*
  #side_content .sidebar-contents li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
  }
  */
}


#side_content .sidebar-contents li a {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  color: inherit;
  text-decoration: none;
}
#side_content .sidebar-contents li a{
  display: block;
  position: relative;
}
#side_content .sidebar-contents li a:after{
  content: "›";
  position: absolute;
  top: 50%;
  left: 0.1em;
  transform: translateY(-50%);
  font-family: sans-serif;
  font-size: 2em;
  font-weight: normal;
  line-height: 1;
  width: 0.5em;
  vertical-align: baseline;
  transition: all 0.3s ease-in-out;
}
#side_content .sidebar-contents li a:hover::after{
  left:0.25em
}


#side_content .sidebar-contents li .rank_img {
  width: 60px;
  height: 60px;
  padding: 12px;
}

#side_content .sidebar-contents li span {
  padding-left: 4.0%;
  font-weight: normal;
  line-height: 1.4;
  color: #666666;
  font-size: 15.2px;
  flex: 1;
}

#side_content .sidebar-contents li .contents_img {
  width: 100%;
  height: auto;
  margin-right:12px;
}

#side_content .contents_sidrbartitle{
  padding: 5.2%;
  /* font-weight: bold; */
  font-size: 1.5rem;
  line-height: 1.7;
  border-left: 5.2px solid #f27c80;
  font-weight: bold;
}
#side_content .contents_sidrbartitle{
  padding: 0;
  border-left: 0;
  width: calc( 100% - 2em );
  margin-left: auto;
}

#side_content .rank_sidrbartitle{
  word-break: break-all;
  padding: 4% 4% 4% 0;
  overflow: auto;
  line-height: 1.2;
  flex: 1;
  font-weight: bold;
  font-size: 0.88rem;
}

/* ================================================== */
/* content
/* ================================================== */
#content{

}
#content #header {
  padding: 12px 2.0%;
  text-align: left;
  background-color: #fff;
  margin-bottom: 36px;
}
#content #header .container .logo {
  font-size: 1.5rem;
  margin: 0 0 0 2%;
  line-height: 1.2;
  color: #f27c80;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  /* max-width: 1200px; */
  background: url(../img/icon_ranking.png);
  background-size: 22px;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  padding-left: 28px;
  max-width:72%;
}
#content #header .container .logo a{
  color: inherit;
  text-decoration: none;
}
#content #header .container .logo a strong {
  font-size: 1.5rem;
}
@media screen and (min-width:576px) {
  #content #header .container .logo {
    font-size: 12px;
    background-size: 32px;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    padding-left: 40px;
    margin: 0 auto;
    /*max-width:1200px;*/
    max-width:1000px;
  }
  #content #header .container .logo a strong {
    font-size: 16px;
  }
}
#content .contents{
  margin-bottom: 45px;
  padding: 30px 50px 30px 50px;
}
#content .contents:first-of-type{
  margin-bottom: 0;
}
@media screen and (max-width: 1000px){
  #content .contents {
    padding: 5vw 5vw 5vw 5vw;
  }
}
#content .contents .section-title h2{
  color: #f27c80;
  margin-top: 0;
}
#content .contents .content-area-inner p{
  margin-bottom: 1em;
}
#content .contents .content-area-inner p:first-of-type{
  margin-top: 0;
}
#content .contents .content-area-inner p:last-of-type{
  margin-bottom: 0;
}
/** .pagination **/
.pagination-wrap{
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.pagination-wrap .pagination {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  /* padding-top: 36px; */
  /*padding-bottom: 36px;*/
}
.pagination-wrap .page-link {
  position: relative;
  display: block;
  padding: 0.5em 0.75em;
  margin-left: -1px;
  line-height: 1.25;
  color: #505050;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
}
.pagination-wrap .page-link:hover {
  z-index: 2;
  color: #B7C4B2;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.pagination-wrap .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.pagination-wrap .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-wrap .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}
.pagination-wrap .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}


/*========================*/
.ranking-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding-top: 0px;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0px;
  justify-content: center;
  margin-bottom: 36px;
  /* margin-top: 12px; */
}

@media screen and (min-width:768px) {
  .ranking-box {
    padding-left: 0%;
    padding-right: 0%;
  }
}



.ranking-box .header {
  width: 100%;
  padding-top: 32px;
  padding-left: 4.0%;
  padding-right: 4.0%;
}

@media screen and (min-width:576px) {
  .ranking-box .header {
    padding-left: 3.2%;
    padding-right: 3.2%;
  }
}

.ranking-box .header .title {
  display: flex;
  align-items: center;
}

.ranking-box .header .title div {
  flex: 1;
  font-size: 24px;
  font-weight: bold;
  padding-top: 8px;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 8px;
  line-height: 1.32;
}

@media screen and (min-width:768px) {
  .ranking-box .header .title div {
    font-size: 30px;
  }
}

.ranking-box .header img {
  width: 60px;
  margin-right: 4%;
}

@media screen and (min-width:576px) {
  .ranking-box .header img {
    width: 80px;
  }

}

.ranking-box .header a {
  color: #000;
  word-break: break-all;
  text-decoration:none;
}

.ranking-box .caption {
  display: flex;
  flex-wrap: wrap;
}

.ranking-box .image {
  width: 100%;
  padding-top: 20px;
  padding-left: 3.6%;
  padding-right: 3.6%;
  padding-bottom: 12px;
}

@media screen and (min-width:768px) {
  .ranking-box .image {
    width: 32%;
    padding-left: 3.6%;
  }
}

.ranking-box .image a img {
  border: 1px solid #f3f3f3;
}

.ranking-box .recommend {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width:768px) {
  .ranking-box .recommend {
    width: 68%;
  }
}

.ranking-box .recommend .catch-copy {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  padding-bottom: 12px;
  color: #000;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width:768px) {
  .ranking-box .recommend .catch-copy {
    padding-left: 3.6%;
    padding-right: 8%;
    font-size: 20px;
  }
}

.ranking-box .recommend .check-list {
  padding-bottom: 20px;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding-left: 25px;
  padding-right: 25px;
  counter-reset: number;
}

@media screen and (min-width:768px) {
  .ranking-box .recommend .check-list {
    padding-left: 3.6%;
    padding-right: 8%;
  }
}

.ranking-box .recommend .check-list img {
  width: 32px;
  height: 24px;
  padding-right: 8px;
}

.ranking-box .recommend .check-list li {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 34px;
  border-bottom: 1px dashed #734EC6;
  /* background: url(../img/icon-check.png) no-repeat left top; */
}

@media screen and (min-width:768px) {
  .ranking-box .recommend .check-list li {
    font-size: 15.8px;
  }
}

.ranking-box .recommend .check-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  counter-increment: number;
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #734EC6;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.ranking-box .recommend .check-list li strong {
  font-size: 17px;
  background: linear-gradient(transparent 50%, #fff47d 0%);
}





.ranking-box .action ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width:576px) {
  .ranking-box .action ul {
    flex-direction: row;
    justify-content: space-between;
  }
}


.ranking-box .action {
  padding-left: 3.6%;
  padding-right: 3.6%;
  width: 100%;
}

.ranking-box .action .container {
  /* padding-top: 20px; */
  padding-bottom: 20px;
}

.ranking-box .action ul li {
  flex: 1;
  padding: 1.2%;
  display: flex;
  justify-content: center;
}

.ranking-box .action a {
  border-radius: 50px;
  padding-top: 24px;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 24px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  width: 100%;
  max-width: 500px;
  display: inline-block;
}

.ranking-box .action .btn-detail {
  background: #888888;
}

.ranking-box .action .btn-official {
  background: #734EC6;
}

.ranking-box .summary {
  width: 100%;
}

.ranking-box .summary .spec {
  width: 93.6%;
  line-height: 1.32;
  margin: auto;
}

@media screen and (min-width:768px) {
  .ranking-box .summary .spec {
    margin-top: 24px;
    margin-bottom: 40px;
    border-top: 1px solid #bababa;
  }
}


.spec_star_hyoka {
  display: none;
}

@media screen and (min-width:768px) {
  .ranking-box .summary .spec tr {
    border-bottom: 1px solid #bababa;
  }
}

.ranking-box .summary .spec th {
  padding-top: 12px;
  padding-left: 3.2%;
  padding-right: 3.2%;
  padding-bottom: 12px;
  display: block;
  width: 100%;
  background-color: #eee;
  vertical-align: middle;
  text-align: center;
}

@media screen and (min-width:768px) {
  .ranking-box .summary .spec th {
    display: table-cell;
    width: 30%;
    text-align: left;
    background-color: #f8f8f8;
  }
}

.ranking-box .summary .spec td {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-left: 3.2%;
  padding-right: 3.2%;
  padding-bottom: 12px;
  text-align: center;
}

@media screen and (min-width:768px) {
  .ranking-box .summary .spec td {
    display: table-cell;
    width: 70%;
    text-align: left;
  }
}

.ranking-box .summary .spec td .spec_star_mongon {
  display: inline-block;
  text-align: left;
}

@media screen and (min-width:768px) {
  .ranking-box .summary .spec td .spec_star_mongon {
    display: block;
  }
}

.ranking-box .banner {
  padding: 0 4%;
}

.ranking-box .point {
  padding: 24px 25px;
}

@media screen and (min-width:768) {
  .ranking-box .point {
    padding: 24px 4%;
  }
}

.ranking-box .point .title {
  color: #c1b4a3;
  padding: 12px 0;
  border-bottom: 2px solid #c1b4a3;
  font-weight: bold;
  font-size: 1.32rem;
}

.ranking-box .point .sub-title {
  margin: 24px 0;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  background-color: #734ec6;
  border-radius: 10px;
  color: #fff;
}
@media screen and (min-width:768px) {
  .ranking-box .point .sub-title {
    font-size: 24px;
  }
  
}

.ranking-box .point .sub-title:not(:first-of-type) {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .ranking-box .point .detail {
    padding: 0 15px;
  }
}

.ranking-box .point .detail img {
  margin: 0 auto 12px;
      display: block;
}

.ranking-box .point .detail p {
  font-size: 18px;
  line-height: 2;
}


/* ボタン装飾 */
#btn_animation .btn {
  display: block;
  position: relative;
  overflow: hidden;
}

#btn_animation .btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.top-contents-title {
    margin-bottom: 20px;
}
.ib {
display:inline-block;
}
.att {
font-size:80%;
}
.gd-kv-btmcont {
    margin-bottom: 50px;
}
.gd-kv-btmcont .tt {
    background: #15aca3;
    padding: 15px 20px;
    color: #FFF;
    position: relative;
}
.gd-kv-btmcont .tt.fukidasi::after {
  content: "";
  position: absolute;
  bottom: 0;
    left: 15%;
  border-style: solid;
  border-width: 17.6px 26.4px 0 26.4px;
  border-color: #15aca3 transparent transparent;
  translate: -50% 100%;
}
.check-box-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.check-box-list li {
width:25%;
display: flex;
}
.check-box-list li > div {
    font-weight: bold;
    margin: 0 5px;
    border: #CCC solid 1px;
}
.check-box-list li > div p {
    padding: 0 15px;
}
@media screen and (max-width:767px) {
.check-box-list li {
width:50%;
}
.check-box-list li > div {
    margin: 0 5px 10px;
}
}
.dl-box {
    padding: 20px 25px;
    background: #e8fffe;
    line-height: 2em;
}
.dl-box dt {
    font-weight: bold;
    color: #15aca3;
    font-size: 18px;
        margin-top: 30px;
}
.dl-box dt:first-child {
        margin-top: 0;
}
.dl-box dd {
    margin-bottom: 20px;
}
.dl-box dd:last-child {
    margin-bottom: 0;
}
.rank-item .tt {
    background: #977bd5;
    padding: 20px;
    color:#FFF;
    font-size: 30px;
    text-align: center;
        position: relative;
}
.rank-item .tt::after {
  content: "";
  position: absolute;
  bottom: 0;
    left: 50%;
  border-style: solid;
  border-width: 17.6px 26.4px 0 26.4px;
  border-color: #977bd5 transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width:767px) {
.rank-item .tt {
        font-size: 24px;
}
}