@charset "UTF-8";
.pc_br {
  display: block;
}
@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}
@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}
@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

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

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

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: top;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-weight: 400;
}

img {
  vertical-align: top;
}

em {
  font-style: normal;
}

.header__ttl {
  padding: 30px 20px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__ttl {
    padding: 30px 3.5vw 20px;
    font-size: 24px;
  }
}
.header__lead {
  padding: 20px;
  background-color: #f5cff7;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__lead {
    padding: 15px 3.5vw;
    font-size: 14px;
    text-align: left;
  }
}
.header__nav {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    margin-top: 14px;
  }
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 0;
  }
}
.header__nav__item {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .header__nav__item {
    width: 48%;
  }
}
.header__nav__item__btn {
  display: block;
  border-radius: 8px;
  padding: 20px 10px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.header__nav__item__btn:hover {
  opacity: 0.68;
}
.header__nav__item__btn--glass {
  background-color: #2496f7;
}
.header__nav__item__btn--kagi {
  background-color: #01d54a;
}
.header__nav__item__btn--hachi {
  background-color: #ff8900;
}
.header__nav__item__btn--nezumi {
  background-color: #a36208;
}
@media screen and (max-width: 768px) {
  .header__nav__item__btn {
    padding: 7px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .header__nav__item__btn {
    font-size: 12px;
  }
}

.section {
  margin-top: 40px;
}
.section.mg-bt {
  margin-bottom: 200px;
}
.section__container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .section__container {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.section__ttl {
  border-radius: 4px;
  padding: 15px 10px;
  text-align: center;
}
.section__ttl--glass {
  background: -webkit-gradient(linear, left top, left bottom, from(#2395f7), to(#ace5ff));
  background: linear-gradient(#2395f7 0%, #ace5ff 100%);
}
.section__ttl--kagi {
  background: pink;
}
.section__ttl--hachi {
  background: pink;
}
.section__ttl--nezumi {
  background: pink;
}
@media screen and (max-width: 768px) {
  .section__ttl {
    padding-top: 10px 10px 15px;
  }
}
.section__ttl__txt1 {
  display: block;
  color: white;
  font-size: 68px;
  font-weight: 700;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .section__ttl__txt1 {
    font-size: 26px;
  }
}
.section__ttl__txt2 {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 70px;
  background-color: white;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section__ttl__txt2 {
    margin-top: 7px;
    padding: 5px 30px;
    font-size: 18px;
  }
}
.section__ttl__txt3 {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 500;
  color: #19379b;
}
@media screen and (max-width: 768px) {
  .section__ttl__txt3 {
    margin-top: 7px;
    font-size: 18px;
  }
}
.section__lead {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section__lead {
    margin-top: 20px;
  }
}
.section__lead__em {
  font-weight: 700;
}
.section__index {
  margin: 40px auto 0;
  padding: 30px 80px;
  max-width: 920px;
  background-color: #fcf2f8;
}
@media screen and (max-width: 768px) {
  .section__index {
    margin-top: 20px;
    padding: 20px 3.5vw;
  }
}
.section__index__heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section__index__heading {
    font-size: 16px;
  }
}
.section__index__list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section__index__list {
    margin-top: 15px;
  }
}
.section__index__item:not(.section__index__item:first-of-type) {
  margin-top: 15px;
}
.section__index__item__btn {
  position: relative;
  display: inline-block;
  padding-left: 39px;
  font-size: 20px;
}
.section__index__item__btn:hover {
  opacity: 0.68;
}
@media screen and (max-width: 768px) {
  .section__index__item__btn {
    padding-left: 26px;
    font-size: 14px;
  }
}
.section__index__item__btn__numbering {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: inherit;
  font-weight: 700;
}
.section__index__item__btn__txt {
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
  color: #0000ee;
}
.section__content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .section__content {
    margin-top: 30px;
  }
}
.section__content__ttl {
  padding: 17px 30px;
  border-top: 2px solid #19379b;
  border-bottom: 2px solid #19379b;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.section__content__ttl--glass {
  background-color: #1c79a2;
}
.section__content__ttl--kagi {
  background-color: #1c79a2;
}
.section__content__ttl--hachi {
  background-color: #1c79a2;
}
.section__content__ttl--nezumi {
  background-color: #1c79a2;
}
@media screen and (max-width: 768px) {
  .section__content__ttl {
    padding: 15px 12px;
    font-size: 16px;
  }
}
.section__content__subttl {
  margin-top: 50px;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: #19379b;
  font-size: 24px;
  font-weight: 700;
  padding: 12px 30px;
}
.section__content__subttl--glass {
  background-color: #c9eeff;
}
.section__content__subttl--kagi {
  background-color: #c9eeff;
}
.section__content__subttl--hachi {
  background-color: #c9eeff;
}
.section__content__subttl--nezumi {
  background-color: #c9eeff;
}
@media screen and (max-width: 768px) {
  .section__content__subttl {
    border-left-width: 4px;
    padding: 8px 16px;
    font-size: 16px;
  }
}
.section__content__heading {
  margin-top: 50px;
  border-bottom: 2px solid #797979;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #19379b;
}
@media screen and (max-width: 768px) {
  .section__content__heading {
    margin-top: 30px;
  }
}
.section__content__txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section__content__txt {
    margin-top: 15px;
    font-size: 14px;
  }
}
.section__content__txt--underheading {
  margin-top: 25px;
}
.section__content__txt__em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #ffff84));
  background: linear-gradient(transparent 70%, #ffff84 30%);
  font-weight: 700;
}
.section__content__ranktable {
  border: 1px solid #707070;
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section__content__ranktable {
    margin-top: 15px;
  }
}
.section__content__ranktable__tr:nth-of-type(2n) .section__content__ranktable__td {
  background-color: #f0f0f0;
}
.section__content__ranktable__td {
  padding: 20px;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section__content__ranktable__td {
    padding: 15px 10px;
  }
}
.section__content__ranktable__td:first-of-type {
  border-right: 1px solid #707070;
}
.section__content__ranktable__imgc {
  margin: 0 auto;
}
.section__content__ranktable__imgc img {
  width: 100%;
}
.section__content__ranktable__imgc--glassglass {
  max-width: 270px;
}
@media screen and (max-width: 768px) {
  .section__content__ranktable__imgc--glassglass {
    max-width: 150px;
  }
}
.section__content__ranktable__imgc--sharing-tech-garasu {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .section__content__ranktable__imgc--sharing-tech-garasu {
    max-width: 125px;
  }
}
.section__content__ranktable__imgc--otasuke-honpo-glass {
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .section__content__ranktable__imgc--otasuke-honpo-glass {
    max-width: 140px;
  }
}
.section__content__ranktable__imgc--minglass {
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .section__content__ranktable__imgc--minglass {
    max-width: 120px;
  }
}
.section__content__ranktable__imgc--glass99 {
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .section__content__ranktable__imgc--glass99 {
    max-width: 120px;
  }
}
.section__content__ranktable__link {
  font-weight: 500;
  text-decoration: underline;
  color: #0000ee;
  font-size: 20px;
  text-align: center;
}
.section__content__ranktable__link:hover {
  opacity: 0.68;
}
@media screen and (max-width: 768px) {
  .section__content__ranktable__link {
    font-size: 12px;
  }
}
.section__content__recommend, .section__content__comparisontable {
  margin-top: 20px;
  text-align: right;
}
.section__content__recommend__btn, .section__content__comparisontable__btn {
  font-weight: 500;
  text-decoration: underline;
  color: #0000ee;
  display: inline-block;
}
.section__content__recommend__btn:hover, .section__content__comparisontable__btn:hover {
  opacity: 0.68;
}
@media screen and (max-width: 768px) {
  .section__content__recommend__btn, .section__content__comparisontable__btn {
    font-size: 14px;
  }
}
.section__content__comparison__imgc {
  margin: 30px auto 0;
  max-width: 920px;
}
.section__content__comparison__imgc img {
  width: 100%;
}
.section__content__comparison__recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .section__content__comparison__recommend {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.section__content__comparison__recommend__box {
  border-radius: 15px;
  border-width: 4px;
  border-style: solid;
  padding: 0 20px 30px;
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .section__content__comparison__recommend__box {
    border-width: 4px;
    padding: 0 3.5vw 20px;
    width: 100%;
  }
}
.section__content__comparison__recommend__box--point {
  border-color: #ff8900;
}
.section__content__comparison__recommend__box--point .section__content__comparison__recommend__heading {
  color: #ff8900;
}
.section__content__comparison__recommend__box--point .section__content__comparison__recommend__item {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .section__content__comparison__recommend__box--point .section__content__comparison__recommend__item {
    font-size: 14px;
  }
}
.section__content__comparison__recommend__box--point .section__content__comparison__recommend__item__pre {
  color: #ff8900;
}
.section__content__comparison__recommend__box--point .section__content__comparison__recommend__item__txt {
  margin-left: 20px;
}
.section__content__comparison__recommend__box--target {
  border-color: #00bc48;
}
.section__content__comparison__recommend__box--target .section__content__comparison__recommend__heading {
  color: #00bc48;
}
.section__content__comparison__recommend__box--target .section__content__comparison__recommend__item {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .section__content__comparison__recommend__box--target .section__content__comparison__recommend__item {
    font-size: 14px;
  }
}
.section__content__comparison__recommend__box--target .section__content__comparison__recommend__item__pre {
  width: 28px;
  height: 28px;
}
.section__content__comparison__recommend__box--target .section__content__comparison__recommend__item__pre img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section__content__comparison__recommend__box--target .section__content__comparison__recommend__item__pre {
    width: 20px;
    height: 20px;
  }
}
.section__content__comparison__recommend__box--target .section__content__comparison__recommend__item__txt {
  width: calc(100% - 28px);
}
@media screen and (max-width: 768px) {
  .section__content__comparison__recommend__box--target .section__content__comparison__recommend__item__txt {
    width: calc(100% - 20px);
  }
}
.section__content__comparison__recommend__heading {
  margin: -18px auto 0;
  max-width: 300px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.section__content__comparison__recommend__list {
  margin: 0 auto;
  max-width: 425px;
}
.section__content__comparison__recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section__content__comparison__recommend__item {
    margin-top: 17px;
  }
}
.section__content__comparison__recommend__item__txt {
  color: #272727;
}
.section__content__basictable {
  margin-top: 25px;
  border: 1px solid #707070;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section__content__basictable {
    margin-top: 15px;
  }
}
.section__content__basictable__tr:nth-of-type(2n) .section__content__basictable__td {
  background-color: #f0f0f0;
}
.section__content__basictable__td {
  padding: 20px 40px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section__content__basictable__td {
    padding: 15px 10px;
    font-size: 14px;
  }
}
.section__content__basictable__td:first-of-type {
  border-right: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .section__content__basictable__td:first-of-type {
    width: 30%;
  }
}
@media screen and (max-width: 375px) {
  .section__content__basictable__td:first-of-type {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .section__content__basictable__td:nth-of-type(2) {
    width: 70%;
  }
}
@media screen and (max-width: 375px) {
  .section__content__basictable__td:nth-of-type(2) {
    width: 60%;
  }
}
.section__content__detaillist {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__content__detaillist {
    margin-top: 15px;
  }
}
.section__content__detailitem {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section__content__detailitem {
    font-size: 14px;
  }
}
.section__content__detailitem:not(.section__content__detailitem:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section__content__detailitem:not(.section__content__detailitem:first-of-type) {
    margin-top: 20px;
  }
}
.section__content__detailitem__ttl {
  position: relative;
  padding-left: 1em;
  font-size: inherit;
  font-weight: 700;
  color: #ff0000;
}
.section__content__detailitem__ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  display: inline-block;
  font-size: inherit;
  color: #272727;
}
.section__content__detailitem__txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section__content__detailitem__txt {
    margin-top: 15px;
    font-size: 14px;
  }
}
.section__content__merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__content__merit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}
.section__content__merit__box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section__content__merit__box {
    width: 100%;
  }
}
.section__content__merit__box--merit {
  border-right: 1px solid #c1c1c1;
}
.section__content__merit__box--merit .section__content__merit__ttl {
  background-color: #f5409b;
}
.section__content__merit__box--merit .section__content__merit__item:before {
  color: #f5409b;
}
.section__content__merit__box--demerit .section__content__merit__ttl {
  background-color: #284491;
}
.section__content__merit__box--demerit .section__content__merit__item:before {
  color: #284491;
}
.section__content__merit__ttl {
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section__content__merit__ttl {
    padding: 3px 10px;
    font-size: 16px;
  }
}
.section__content__merit__list {
  padding: 25px 40px;
  background-color: #ededed;
  font-size: 18px;
  height: calc(100% - 52px);
}
@media screen and (max-width: 768px) {
  .section__content__merit__list {
    padding: 15px;
    font-size: 14px;
  }
}
.section__content__merit__item {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
  font-size: inherit;
}
.section__content__merit__item:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: inherit;
}
.section__content__site {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .section__content__site {
    margin-top: 30px;
  }
}
.section__content__site__pre, .section__content__site__end {
  color: #ff6417;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.section__content__site__pre {
  margin-bottom: 15px;
}
.section__content__site__end {
  margin-top: 15px;
}
.section__content__site__link {
  position: relative;
  display: block;
  border-radius: 8px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 730px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  background-color: #ff6417;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.section__content__site__link:hover {
  opacity: 0.68;
}
@media screen and (max-width: 768px) {
  .section__content__site__link {
    padding: 15px 10px;
    font-size: 20px;
  }
}
.section__content__site__link:before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  width: 12px;
  height: 24px;
  background: url("../images/ranking/icon-right-arrow-white.png") no-repeat 50% 50%/contain;
}
.section__content__alert {
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  background-color: #f8f8f8;
  padding: 20px 32px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .section__content__alert {
    margin-top: 30px;
  }
}
.section__content__alert__ttl {
  font-size: 24px;
  font-weight: 700;
  color: #ff0000;
}
.section__content__alert__txt {
  margin-top: 16px;
  line-height: 1.75;
}
.section__content__faq .section__content__faq__item--question {
  position: relative;
  margin-top: 36px;
  padding-left: 54px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section__content__faq .section__content__faq__item--question {
    margin-top: 28px;
    padding-left: 38px;
    font-size: 14px;
  }
}
.section__content__faq .section__content__faq__item--question:before {
  position: absolute;
  width: 38px;
  aspect-ratio: 1;
  padding-top: 2px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  content: "Q";
  background-color: #9ed1ff;
  top: -4px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section__content__faq .section__content__faq__item--question:before {
    width: 28px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .section__content__faq .section__content__faq__item--question:before {
    top: -2px;
  }
}
.section__content__faq .section__content__faq__item--answer {
  position: relative;
  margin-top: 40px;
  margin-left: 19px;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .section__content__faq .section__content__faq__item--answer {
    margin-top: 30px;
    margin-left: 13px;
    padding: 20px;
    font-size: 13px;
  }
}
.section__content__faq .section__content__faq__item--answer:before {
  position: absolute;
  width: 38px;
  aspect-ratio: 1;
  padding-top: 2px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  content: "A";
  background-color: #ffab8b;
  top: -19px;
  left: -19px;
}
@media screen and (max-width: 768px) {
  .section__content__faq .section__content__faq__item--answer:before {
    width: 28px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .section__content__faq .section__content__faq__item--answer:before {
    top: -14px;
    left: -14px;
  }
}
.section .comparison-tablec {
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  margin-top: 30px;
  overflow: scroll;
}
.section .comparison-tablec::-webkit-scrollbar {
  display: none;
}
.section .comparison-table {
  min-width: 768px;
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .section .comparison-table {
    font-size: 12px;
  }
}
.section .comparison-table .tr {
  border-right: solid 1px #707070;
  border-left: solid 1px #707070;
  border-top: 1px solid #c1c1c1;
}
.section .comparison-table .tr:first-of-type {
  border-top: solid 1px #707070;
}
.section .comparison-table .tr:last-of-type {
  border-bottom: solid 1px #707070;
}
.section .comparison-table .th {
  padding: 15px 10px;
  width: 13%;
  background-color: #19379b;
  color: #fff;
  text-align: center;
}
.section .comparison-table .th.rank {
  padding: 18px 10px;
}
.section .comparison-table .td {
  padding: 18px 15px;
  width: 17.4%;
}
.section .comparison-table .td:nth-child(2n+1) {
  background-color: #f0f0f0;
}
.section .comparison-table .td.rank {
  text-align: center;
  font-weight: 500;
}
.section .comparison-table .td.site {
  text-align: center;
}
.section .comparison-table .td.site .link {
  font-weight: 500;
  text-decoration: underline;
  color: #0000ee;
}
.section .comparison-table .td.site .link:hover {
  opacity: 0.68;
}
.section .comparison-table .td.price, .section .comparison-table .td.area, .section .comparison-table .td.time {
  font-size: 12px;
}
.section .comparison-table .td .imgc.logo {
  margin: 0 auto;
}
.section .comparison-table .td .imgc.logo img {
  width: 100%;
}
.section .comparison-table .td .imgc.logo.glassglass {
  max-width: 160px;
}
.section .comparison-table .td .imgc.logo.sharing-tech-garasu {
  max-width: 130px;
}
.section .comparison-table .td .imgc.logo.otasuke-honpo-glass {
  max-width: 145px;
}
.section .comparison-table .td .imgc.logo.minglass {
  max-width: 115px;
}
.section .comparison-table .td .imgc.logo.glass99 {
  max-width: 140px;
}
.section .marketprice-table {
  font-size: 16px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .section .marketprice-table {
    font-size: 13px;
  }
}
.section .marketprice-table .td:first-of-type {
  border-right: 1px solid #c1c1c1;
}
.section .marketprice-table .td.mplabel {
  text-align: center;
  font-weight: 500;
  background-color: #f0f0f0;
}
.section .marketprice-table .td.mpprice {
  text-align: center;
  background-color: #ffffff;
}/*# sourceMappingURL=ranking.css.map */