@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
div, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

a {
  outline: none;
}

a:focus {
  outline: none;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  color: inherit;
  text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

.wsnr {
  white-space: nowrap;
}

.small {
  font-size: 60%;
}

.text__serif {
  font-family: serif;
}

.text__bold {
  font-weight: bold;
}

.text__normal {
  font-weight: normal;
}

.text__thin {
  font-weight: 100;
}

.text__xxl {
  font-size: 3rem;
}

.text__xl {
  font-size: 2rem;
}

.text__l {
  font-size: 1.5rem;
}

.text__m {
  font-size: 1.25rem;
}

p, .text__n {
  font-size: 1rem;
}

.text__s {
  font-size: 0.75rem;
}

.text__xs {
  font-size: 0.625rem;
}

.text__lgr {
  color: #999;
}

.text__gr {
  color: #444;
}

.text__bl {
  color: #005982;
}

.text__left {
  text-align: left;
}

.text__right {
  text-align: right;
}

.text__justify {
  text-align: justify;
}

.text__center {
  text-align: center;
}

@media screen and (min-width: 1036px) {
  .text__xxl__pc {
    font-size: 3rem;
  }

  .text__xl__pc {
    font-size: 2rem;
  }

  .text__l__pc {
    font-size: 1.5rem;
  }

  .text__m__pc {
    font-size: 1.25rem;
  }

  p, .text__n__pc {
    font-size: 1rem;
  }

  .text__s__pc {
    font-size: 0.75rem;
  }

  .text__xs__pc {
    font-size: 0.625rem;
  }

  .clear__pc {
    display: none !important;
  }

  .text__center__pc {
    text-align: center;
  }

  .text__left__pc {
    text-align: left;
  }

  .text__right__pc {
    text-align: right;
  }
}
.bg_blue {
  background-color: #ff0211;
  color: #fff;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf") format("opentype");
}
body {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 14px;
  padding-left: 14px;
}

.row {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}

.col-1 {
  flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.col-center {
  margin-left: auto;
  margin-right: auto;
}

.hidden-pc {
  display: none;
}

@media screen and (max-width: 979px) {
  .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }

  .col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-1,
.offset-2,
.offset-3,
.offset-4,
.offset-5,
.offset-6 {
    margin-left: 50%;
  }

  .offset-7,
.offset-8,
.offset-9,
.offset-10,
.offset-11,
.offset-12 {
    margin-left: 100%;
  }

  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 1036px) {
  .container {
    max-width: 1008px;
  }

  .row {
    margin-left: -14px;
    margin-right: -14px;
  }

  .col-m-1 {
    flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-m-2 {
    flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-m-3 {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }

  .col-m-4 {
    flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-m-5 {
    flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-m-6 {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }

  .col-m-7 {
    flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-m-8 {
    flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-m-9 {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    max-width: 75%;
  }

  .col-m-10 {
    flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-m-11 {
    flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-m-12 {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-m-1 {
    margin-left: 8.333333%;
  }

  .offset-m-2 {
    margin-left: 16.666667%;
  }

  .offset-m-3 {
    margin-left: 25%;
  }

  .offset-m-4 {
    margin-left: 33.333333%;
  }

  .offset-m-5 {
    margin-left: 41.666667%;
  }

  .offset-m-6 {
    margin-left: 50%;
  }

  .offset-m-7 {
    margin-left: 58.333333%;
  }

  .offset-m-8 {
    margin-left: 66.666667%;
  }

  .offset-m-9 {
    margin-left: 75%;
  }

  .offset-m-10 {
    margin-left: 83.333333%;
  }

  .offset-m-11 {
    margin-left: 91.666667%;
  }

  .offset-m-12 {
    margin-left: 100%;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }
}
@media screen and (min-width: 1336px) {
  .container {
    max-width: 1308px;
  }

  .col-l-1 {
    flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-l-2 {
    flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-l-3 {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }

  .col-l-4 {
    flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-l-5 {
    flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-l-6 {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }

  .col-l-7 {
    flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-l-8 {
    flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-l-9 {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    max-width: 75%;
  }

  .col-l-10 {
    flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-l-11 {
    flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-l-12 {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}
body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #333;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
}

.slider {
  overflow: hidden;
}

.top__filter {
  padding: 30px 0;
  background-color: #f6f6f6;
}

.top__ttl {
  display: inline-block;
  color: #ff0211;
  padding: 0 10px;
  margin-bottom: 0.5em;
}

.top__txt {
  color: #333;
  position: relative;
}
.top__txt span {
  color: #ff0211;
}
.top__txt:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  max-width: 541px;
  margin: 10px auto 20px;
  background: url(../images/common/border.png) no-repeat center center;
  background-size: cover;
}

.top__filter__table.top__filter__table__single dd {
  padding: 1rem;
}
.top__filter__table dt {
  background-color: #f6f6f6;
  line-height: 45px;
  padding-left: 1rem;
}
.top__filter__table dt img {
  vertical-align: middle;
  margin-right: 10px;
  width: 1.5rem;
}
.top__filter__table dd {
  background-color: #fff;
  padding: 0 1rem;
}
.top__filter__table dd label {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  line-height: 40px;
  position: relative;
  font-size: 0.8rem;
}
.top__filter__table dd label.w-100 {
  width: 100%;
}
.top__filter__table dd input[type=radio] {
  position: relative;
  margin: 0 0.5rem 0 0;
  cursor: pointer;
}
.top__filter__table dd input[type=radio]:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  background-color: #ff545e;
  border-radius: 50%;
}
.top__filter__table dd input[type=radio]:checked:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.top__filter__table dd input[type=radio]:after {
  position: absolute;
  top: -0.125rem;
  left: -2px;
  width: 1rem;
  height: 1rem;
  content: "";
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 50%;
  background: #ffffff;
}
.top__filter__table dd input[type=checkbox] {
  position: relative;
  margin: 0 0.5rem 0 0;
  cursor: pointer;
}
.top__filter__table dd input[type=checkbox]:before {
  position: absolute;
  z-index: 1;
  top: 0.125rem;
  left: 0.1875rem;
  width: 0.75rem;
  height: 0.375rem;
  content: "";
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 3px solid #ff545e;
  border-top-style: none;
  border-right-style: none;
}
.top__filter__table dd input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.top__filter__table dd input[type=checkbox]:after {
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  content: "";
  cursor: pointer;
  border: 2px solid #ddd;
  background: #ffffff;
}
.top__filter__table dd input[type=text] {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
}

.top__filter__submit {
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8c00+0,ffcb00+100 */
  background: #ff8c00;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff8c00 0%, #ffcb00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8c00", endColorstr="#ffcb00", GradientType=1);
  /* IE6-9 */
  color: #fff;
  width: 90%;
  margin: 30px auto;
  border: 0;
  border-radius: 5px;
  line-height: 45px;
}
.top__filter__submit:hover {
  opacity: 0.7;
}

.top__ranking {
  padding: 30px 0;
}

.top__ranking__block {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.top__ranking__block:nth-child(2) {
  padding-top: 0;
}
.top__ranking__block dt {
  padding-bottom: 5px;
}
.top__ranking__block dt > * {
  vertical-align: middle;
}
.top__ranking__block dt img {
  width: 90px;
  height: auto;
  margin: 0 15px;
}
.top__ranking__block dt a {
  display: inline-block;
  width: calc(100% - 140px);
  text-decoration: underline;
}
.top__ranking__block dt a:hover {
  opacity: 0.7;
}
.top__ranking__block dd {
  padding-left: 24px;
  padding-top: 10px;
}
.top__ranking__block dd .top__rank__tag {
  background-color: #ff545e;
  padding: 5px 7px;
  border-radius: 5px;
  color: #fff;
  margin-right: 7px;
}
.top__ranking__block dd .top__rank__tag:first-child {
  background-color: #ff0211;
}
.top__ranking__block dd span {
  line-height: 20px;
  margin-right: 15px;
  white-space: nowrap;
}
.top__ranking__block dd span:nth-child(2) {
  display: inline-block;
  min-width: 4.5em;
}
.top__ranking__block dd:last-child {
  padding-top: 1rem;
}
.top__ranking__block dd:last-child a {
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8c00+0,ffcb00+100 */
  background: #ff8c00;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff8c00 0%, #ffcb00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8c00", endColorstr="#ffcb00", GradientType=1);
  /* IE6-9 */
  color: #fff;
  width: 100%;
  border: 0;
  border-radius: 5px;
  line-height: 40px;
}
.top__ranking__block dd:last-child a:hover {
  opacity: 0.7;
}
.top__ranking__block dd:last-child a i {
  margin-left: 10px;
}

.column__index {
  padding-bottom: 40px;
}
.column__index .top__compare__list li {
  padding: 0 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.column__index .top__compare__link {
  box-shadow: none;
  padding: 0;
}

.post__date {
  color: #ccc;
  margin-top: 5px;
}
.post__date i {
  margin-right: 5px;
}

.top__compare {
  padding: 30px 0;
}
.top__compare .top__compare__list li {
  padding: 1rem 0;
}

.top__compare__link {
  display: block;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.top__compare__link dl dt img {
  width: 100%;
  height: auto;
}
.top__compare__link dl dd {
  padding-top: 14px;
}
.top__compare__link dl dd p:first-child {
  color: #ff0211;
  border-bottom: 2px solid #ff0211;
  margin-bottom: 1rem;
  padding-bottom: 10px;
}

a.top__compare__more {
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8c00+0,ffcb00+100 */
  background: #ff8c00;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff8c00 0%, #ffcb00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8c00", endColorstr="#ffcb00", GradientType=1);
  /* IE6-9 */
  color: #fff;
  width: 100%;
  max-width: 320px;
  margin: 10px auto;
  border: 0;
  border-radius: 5px;
  line-height: 45px;
}
a.top__compare__more:hover {
  opacity: 0.7;
}
a.top__compare__more i {
  margin-left: 10px;
}

a.top__compare__more__blue {
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#018ccd+0,ffcb00+100 */
  background: #ff8c00;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #018ccd 0%, #4fbed2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#018ccd", endColorstr="#4fbed2", GradientType=1);
  /* IE6-9 */
  color: #fff;
  width: 100%;
  max-width: 320px;
  margin: 10px auto;
  border: 0;
  border-radius: 5px;
  line-height: 45px;
}
a.top__compare__more__blue:hover {
  opacity: 0.7;
}
a.top__compare__more__blue i {
  margin-left: 10px;
}

.detail .top__pr {
  width: 100%;
  background-color: transparent;
}
.detail .top__pr .slider {
  overflow: inherit;
}

.top__pr {
  background-color: #fff;
  padding: 30px 0;
}
.top__pr .slider {
  overflow: inherit;
}

.top__pr__link {
  display: block;
}
.top__pr__link:hover {
  opacity: 0.7;
}

.top__pr__block {
  padding-bottom: 20px;
}
.top__pr__block dt {
  padding-bottom: 10px;
}
.top__pr__block dt img {
  width: 100%;
  background: #fff;
}
.top__pr__block dd {
  position: relative;
  padding-bottom: 18px;
}
.top__pr__block dd .top__rank__tag {
  background-color: #ff545e;
  padding: 5px 7px;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
}
.top__pr__block dd span {
  line-height: 20px;
  margin-right: 15px;
}
.top__pr__block dd a {
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8c00+0,ffcb00+100 */
  background: #ff8c00;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff8c00 0%, #ffcb00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8c00", endColorstr="#ffcb00", GradientType=1);
  /* IE6-9 */
  color: #fff;
  width: 100%;
  border: 0;
  border-radius: 5px;
  line-height: 40px;
}
.top__pr__block dd a:hover {
  opacity: 0.7;
}
.top__pr__block dd a i {
  margin-left: 10px;
}

.top__category {
  padding: 30px 0;
}

.top__category__slide {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.top__category__slide dt {
  line-height: 50px;
  position: relative;
  padding-left: 15px;
  background-color: #ff0211;
  color: #fff;
}
.top__category__slide dt img {
  vertical-align: middle;
  margin-right: 10px;
  width: 1.5rem;
}
.top__category__slide dd {
  padding-left: 15px;
  padding-right: 15px;
}
.top__category__slide dd a {
  display: block;
  line-height: 40px;
  border-top: 1px solid #ccc;
  padding-left: 15px;
}
.top__category__slide dd a i {
  font-size: 0.8rem;
  margin-right: 10px;
}

.top__section__ttl {
  border-bottom: 1px solid #333;
  line-height: 1.5;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 20px;
}
.top__section__ttl.ranking:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/top/icon_ranking.png) no-repeat center center;
  background-size: contain;
}
.top__section__ttl.pr:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/top/icon_view.png) no-repeat center center;
  background-size: contain;
}
.top__section__ttl.pr span {
  border: 1px solid #000;
  padding: 0 10px;
  margin-left: 10px;
  vertical-align: middle;
}
.top__section__ttl.category:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/top/icon_menu.png) no-repeat center center;
  background-size: contain;
}
.top__section__ttl.column:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/top/icon_compare.png) no-repeat center center;
  background-size: contain;
}
.top__section__ttl.cards:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/top/icon_cards.png) no-repeat center center;
  background-size: contain;
}
.top__section__ttl.code_pays:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/top/icon_code_pays.png) no-repeat center center;
  background-size: contain;
}

.footer {
  background-color: #ff0211;
  padding: 20px 0;
}
.footer a {
  color: #fff;
}

.footer__sitemap li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
}
.footer__sitemap li a {
  display: block;
}

@media screen and (min-width: 1036px) {
  .top__filter {
    padding: 65px 0;
  }

  .top__filter__table {
    display: table;
    width: 100%;
    background-color: #fff;
  }
  .top__filter__table:nth-child(2n) {
    background-color: #f6f6f6;
  }
  .top__filter__table.top__filter__table__single dt {
    vertical-align: middle;
  }
  .top__filter__table dt,
.top__filter__table dd {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0;
  }
  .top__filter__table dt {
    line-height: 40px;
    border-bottom: 0;
    width: 240px;
    background-color: inherit;
    padding-left: 1rem;
  }
  .top__filter__table dt img {
    vertical-align: middle;
    margin-right: 10px;
    width: 2.4rem;
  }
  .top__filter__table dd {
    background-color: inherit;
    width: calc(100% - 240px);
  }
  .top__filter__table dd label {
    width: auto;
    line-height: 40px;
    margin-right: 10px;
    font-size: 1rem;
  }
  .top__filter__table dd input[type=text] {
    margin-bottom: 0;
  }

  .top__filter__submit {
    max-width: 300px;
  }

  .top__ranking {
    padding: 65px 0;
  }

  .top__ranking__block {
    display: table;
    width: 100%;
  }
  .top__ranking__block dt {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
  }
  .top__ranking__block dt img {
    width: 100px;
    height: auto;
    margin: 0 25px;
  }
  .top__ranking__block dt a {
    display: inline-block;
    width: calc(100% - 200px);
  }
  .top__ranking__block dd {
    display: table-cell;
    vertical-align: middle;
    width: calc(55% - 200px);
    padding-left: 1rem;
  }
  .top__ranking__block dd:last-child {
    width: 200px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__sitemap li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    position: relative;
  }
  .footer__sitemap li a {
    display: inline-block;
    padding: 5px 10px;
    transition: 0.3s ease all;
  }
  .footer__sitemap li a:hover {
    opacity: 0.7;
  }
  .footer__sitemap li:after {
    content: "|";
    color: #fff;
  }
  .footer__sitemap li:last-child:after {
    display: none;
  }

  .top__filter__tab {
    margin: 45px 0 25px;
  }

  .top__pr__block dt {
    padding-bottom: 15px;
  }

  .top__compare {
    padding: 65px 0;
  }

  .column__index {
    padding: 10px;
  }
  .column__index .top__compare__link dl dd {
    padding-right: 0;
    padding-left: 1rem;
  }
  .column__index .top__compare__link:hover {
    box-shadow: none;
    opacity: 0.7;
  }
  .column__index .top__compare__list li {
    padding: 20px 0;
  }
  .column__index .top__compare__list li:first-child {
    padding-top: 0;
  }

  .top__compare__list {
    margin-top: -20px;
  }
  .top__compare__list li {
    padding: 1rem 0;
  }

  .top__compare__link dl {
    display: table;
    width: 100%;
  }
  .top__compare__link dl dt,
.top__compare__link dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .top__compare__link dl dt {
    width: 200px;
  }
  .top__compare__link dl dd {
    width: calc(100% - 200px);
    padding: 1rem 2rem;
  }
  .top__compare__link dl dd p:first-child {
    color: #ff0211;
    border-bottom: 2px solid #ff0211;
    margin-bottom: 0.8rem;
    padding-bottom: 0;
  }
  .top__compare__link:hover {
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25), 0 5px 10px rgba(0, 0, 0, 0.22);
  }

  .top__section__ttl {
    margin-bottom: 35px;
  }

  .top__category__slide {
    display: table;
    width: 100%;
  }
  .top__category__slide dt {
    display: table-cell;
    width: 240px;
    vertical-align: middle;
  }
  .top__category__slide dt img {
    width: 2.4rem;
  }
  .top__category__slide dd {
    display: table-cell;
    width: calc(100% - 240px);
    vertical-align: middle;
  }
  .top__category__slide dd li {
    display: inline-block;
    vertical-align: middle;
  }
  .top__category__slide dd a {
    line-height: 40px;
    border-top: none;
    padding-right: 15px;
  }
  .top__category__slide dd a:hover {
    color: #ff545e;
    text-decoration: underline;
  }
}
/* breakpoint */
/* function */
/* mixin */
/* class */
.visible-lg {
  display: none !important;
}
@media screen and (min-width: 1335px) {
  .visible-lg {
    display: block !important;
  }
}

.visible-tb {
  display: none !important;
}
@media screen and (min-width: 1035px) {
  .visible-tb {
    display: block !important;
  }
}

.visible-sm {
  display: none !important;
}
@media screen and (max-width: 1034px) {
  .visible-sm {
    display: block !important;
  }
}

.breadcrumb {
  background-color: #f6f6f6;
  padding: 10px 0;
  margin-bottom: 20px;
}

.condition {
  display: none;
}

.result__ttl {
  border-bottom: 1px solid #333;
  margin-bottom: 40px;
  padding-bottom: 5px;
}

.result__block dt {
  padding-top: 30px;
  position: relative;
}
.result__block dt img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1335px) {
  .result__block dt img {
    height: 135px;
  }
}
@media screen and (min-width: 1035px) {
  .result__block dt img {
    height: 9.6618357488vw;
  }
}
@media screen and (max-width: 1034px) {
  .result__block dt img {
    height: 16vw;
  }
}
.result__block dt .result__circle {
  background: url(../images/result/batch.png) no-repeat center center;
  background-size: contain;
  color: #ff0211;
  line-height: 1.2;
  width: 65px;
  height: 65px;
  border-radius: 60px;
  padding-top: 12px;
  position: absolute;
  right: -35px;
  top: -15px;
}
.result__block dt .result__circle span {
  font-size: 120%;
  color: #ff0e3b;
}
.result__block dt a {
  display: block;
}
.result__block dd {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.result__block dd a.more__btn {
  display: block;
  line-height: 30px;
  border-radius: 4px;
  color: #d4a650;
  border: 1px solid #d4a650;
  background-color: #fbf6ed;
  margin: 10px 0;
}
.result__block dd .select__btn {
  display: block;
  line-height: 30px;
  border-radius: 4px;
  margin: 10px 0;
  background-color: #ff545e;
  width: 100%;
  color: #fff;
}
.result__block dd .select__btn img {
  display: none;
  margin-right: 5px;
}
.result__block dd .select__btn.selected {
  opacity: 0.7;
}
.result__block dd .select__btn.selected img {
  display: inline-block;
  vertical-align: text-top;
}

.result__block__ttl {
  background-color: #f6f6f6;
  display: table;
  width: 100%;
}
.result__block__ttl.detail__result__block__ttl {
  display: block;
}
.result__block__ttl span {
  line-height: 38px;
}
.result__block__ttl button.result__filter__btn {
  vertical-align: middle;
  background-color: #fff;
  margin-right: 5px;
  line-height: 36px;
  padding: 0 10px;
}
.result__block__ttl .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.result__block__ttl .cell:first-child {
  width: 30%;
  padding-left: 10px;
}
.result__block__ttl .cell:last-child {
  width: 70%;
}
.result__block__ttl .cell:last-child span {
  margin-right: 5px;
}
.result__block__ttl .cell .result__select {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
}
.result__block__ttl .cell .result__select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.result__block__ttl .cell .result__select select::-ms-expand {
  display: none;
}
.result__block__ttl .cell .result__select {
  position: relative;
  border: 1px solid #fff;
  background: #fff;
}
.result__block__ttl .cell .result__select::before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}
.result__block__ttl .cell .result__select select {
  padding: 9px 38px 10px 12px;
  color: #666;
}

@media screen and (min-width: 1036px) {
  .breadcrumb p {
    padding-left: 100px;
  }

  .condition {
    display: block !important;
    background-color: #eeeded;
    padding: 10px 20px;
    margin-bottom: 40px;
  }
  .condition .top__filter__table,
.condition .top__filter__table:nth-child(2n) {
    background-color: #eeeded;
  }
  .condition .top__filter__table.top__filter__table__single dt {
    vertical-align: middle;
  }
  .condition .top__filter__table.top__filter__table__single dd {
    padding: 0.5rem 1rem 1rem 0;
  }
  .condition .top__filter__table dt {
    display: block;
    line-height: 1.5;
    padding-bottom: 0;
    padding-left: 0;
    width: inherit;
  }
  .condition .top__filter__table dd {
    display: block;
    width: 100%;
  }
  .condition .top__filter__table dd label {
    font-size: 0.9rem;
    line-height: 2;
    margin-right: 10px;
  }
  .condition .top__filter__table dd input[type=text] {
    margin-bottom: 0;
  }

  .result__block__ttl .cell {
    padding: 5px 10px;
  }
  .result__block__ttl button.result__filter__btn {
    display: none;
  }
  .result__block__ttl.detail__result__block__ttl {
    display: none;
  }
}
.select__block {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  padding-bottom: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 25px rgba(0, 0, 0, 0.09);
}
.select__block .select__btn {
  display: inline-block;
  line-height: 50px;
  border-radius: 4px;
  margin-top: 25px;
  background-color: #ff545e;
  width: 100%;
  max-width: 320px;
  color: #fff;
  transition: 0.3s ease all;
}
.select__block .select__btn:hover {
  opacity: 0.7;
}
.select__block.active {
  display: block;
}

.selected__card dt {
  padding-top: 40px;
  position: relative;
}
.selected__card dt img {
  width: 100%;
  max-width: 180px;
}
.selected__card dd {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.selected__card .cancel {
  position: absolute;
  right: calc(50% - 80px);
  top: 25px;
  z-index: 10;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: 1px solid #d4d4d4;
  font-size: 18px;
  display: block;
  overflow: hidden;
  transition: 0.3s ease all;
}
.selected__card .cancel:hover {
  opacity: 0.7;
}

.easy-modal {
  width: calc(100vw - 20px);
  max-height: calc(100vh - 60px);
  overflow: scroll;
  max-width: 900px;
  padding: 40px 0 2em 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  background-color: white;
}

.easy-modal-inner {
  position: relative;
}

.easy-modal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: 1px solid #d4d4d4;
  font-size: 18px;
  display: block;
  overflow: hidden;
  transition: 0.3s ease all;
}
.easy-modal-close:hover {
  opacity: 0.7;
}

.modal__table__sp {
  width: 100%;
  table-layout: fixed;
}
.modal__table__sp th,
.modal__table__sp td {
  padding: 10px;
  border: 1px solid #ddd;
}
.modal__table__sp th {
  border-top: 0;
  padding-bottom: 20px;
}
.modal__table__sp th img:not(.more__btn text__center) {
  width: 100%;
  max-width: 180px;
}
.modal__table__sp th a.more__btn {
  display: block;
  line-height: 30px;
  border-radius: 4px;
  color: #d4a650;
  border: 1px solid #d4a650;
  background-color: #fbf6ed;
  margin: 10px 0 0;
}
.modal__table__sp th:first-child,
.modal__table__sp td:first-child {
  border-left: 0;
}
.modal__table__sp th:last-child,
.modal__table__sp td:last-child {
  border-right: 0;
}
.modal__table__sp td[colspan="2"] {
  background-color: #f6f6f6;
}

.modal__table {
  display: none;
}

@media screen and (min-width: 1036px) {
  .easy-modal {
    width: calc(100vw - 60px);
    max-height: calc(100vh - 60px);
    padding: 75px 2em 2em 2em;
    max-width: 900px;
  }

  .easy-modal-close {
    right: 25px;
    top: 25px;
  }

  .modal__table__sp {
    display: none;
  }

  .modal__table {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .modal__table th,
.modal__table td {
    border: 1px solid #ddd;
  }
  .modal__table th {
    border-top: 0;
    padding: 20px;
  }
  .modal__table th:first-child,
.modal__table td:first-child {
    border-left: 0;
  }
  .modal__table th:last-child,
.modal__table td:last-child {
    border-right: 0;
  }
  .modal__table th a.more__btn {
    display: block;
    line-height: 30px;
    border-radius: 4px;
    max-width: 180px;
    color: #d4a650;
    border: 1px solid #d4a650;
    background-color: #fbf6ed;
    margin: 10px auto;
  }
  .modal__table td {
    padding: 15px 10px;
  }
  .modal__table tbody tr:nth-child(2n+1) {
    background-color: #f6f6f6;
  }
}
.detail__table {
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed;
}
.detail__table th {
  border-top: 0;
  padding: 20px 0;
}
.detail__table th img {
  max-width: 550px;
}
@media screen and (max-width: 1034px) {
  .detail__table th img {
    max-width: 100%;
  }
}
.detail__table th:first-child,
.detail__table td:first-child {
  border-left: 0;
}
.detail__table th:last-child,
.detail__table td:last-child {
  border-right: 0;
}
.detail__table th .card__ttl {
  margin-bottom: 20px;
}
.detail__table th a.more__btn {
  display: block;
  line-height: 40px;
  border-radius: 4px;
  color: #d4a650;
  border: 1px solid #d4a650;
  background-color: #fbf6ed;
  margin: 12px auto;
  box-shadow: 1px 2px 6px #f3e7d0;
}
.detail__table th a.more__btn:active {
  box-shadow: inset 1px 1px 2px #d5d1c9, inset -1px -1px 2px #ffffff;
}
.detail__table td {
  width: 50%;
  padding: 15px 10px;
}
.detail__table td:first-child img {
  display: none;
}
.detail__table td a {
  color: #ff0211;
  text-decoration: underline;
}
.detail__table td a:hover {
  text-decoration: none;
}
.detail__table p {
  word-wrap: break-word;
}
.detail__table tbody tr:nth-child(2n+1) {
  background-color: #f6f6f6;
}
.detail__table tbody td {
  border: 1px solid #cfcfcf;
}

.recommend__reason__ttl {
  background-color: #ff0211;
  color: #fff;
  display: inline-block;
  padding: 5px 15px 5px 10px;
  margin-bottom: -20px;
}
.recommend__reason__ttl img {
  vertical-align: middle;
  width: 2rem;
  height: auto;
  margin-right: 5px;
}

.recommend__reason {
  border: 3px solid #ff0211;
  padding: 28px 14px;
}
.recommend__reason a {
  color: #ff0211;
  text-decoration: underline;
}
.recommend__reason .ttl {
  color: #ff0211;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.recommend__reason .content {
  margin-top: 20px;
}
.recommend__reason .list {
  margin-top: 20px;
}
.recommend__reason .list li {
  padding-bottom: 10px;
}
.recommend__reason .list li img,
.recommend__reason .list li span {
  display: inline-block;
}
.recommend__reason .list li img {
  vertical-align: middle;
}
.recommend__reason .list li span {
  vertical-align: top;
  width: calc(100% - 35px);
}

@media screen and (min-width: 1036px) {
  .detail__table {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .detail__table td:first-child {
    width: 300px;
  }
  .detail__table td:first-child img {
    display: inline-block;
  }
  .detail__table td:first-child img,
.detail__table td:first-child span {
    vertical-align: middle;
  }
  .detail__table td:first-child span {
    margin-left: 10px;
    display: inline-block;
  }
  .detail__table td:last-child {
    width: calc(100% - 300px);
  }

  .recommend__reason {
    padding: 40px;
  }
}
button.more__campaign {
  display: block;
  padding: 0 5px;
  line-height: 30px;
  border-radius: 4px;
  color: #d4a650;
  border: 1px solid #d4a650;
  background-color: #fbf6ed;
  margin: 10px 0 0;
}

section.result .sub-content {
  margin: 30px auto 0;
  border: 2px solid #ff0211;
  width: calc(100% - 40px);
}
@media screen and (max-width: 1034px) {
  section.result .sub-content {
    width: 100%;
  }
}
section.result .sub-content__ttl {
  display: flex;
  align-items: center;
  background: #ff0211;
}
@media screen and (max-width: 1034px) {
  section.result .sub-content__ttl {
    padding: 0 10px;
  }
}
section.result .sub-content__ttl * {
  line-height: 1;
}
@media screen and (max-width: 1034px) {
  section.result .sub-content__ttl * {
    line-height: initial;
  }
}
section.result .sub-content__ttl p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
section.result .sub-content__ttl img {
  margin-right: 15px;
}
section.result .sub-content__ttl small {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
section.result .sub-content__inner {
  padding: 30px 36px;
}
@media screen and (max-width: 1034px) {
  section.result .sub-content__inner {
    padding: 15px 10px;
  }
}
section.result .features .sub-content__ttl {
  padding: 5px 36px;
}
@media screen and (max-width: 1034px) {
  section.result .features .sub-content__ttl {
    padding: 5px;
  }
}
section.result .features .sub-content__ttl img {
  width: 34px;
}
section.result .features .feature {
  padding-bottom: 26px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ccc;
  /* いかなるテーブルデザインでも下記デザインに統一する */
  /* リスト */
}
section.result .features .feature:last-child {
  margin: 0;
  border: none;
}
section.result .features .feature h2, section.result .features .feature h3 {
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}
section.result .features .feature h2:before, section.result .features .feature h3:before {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
section.result .features .feature h2 {
  margin: 0 0 20px;
  padding-left: 38px;
  font-size: 18px;
  color: #ff0211;
}
section.result .features .feature h2:before {
  top: 15px;
  left: 0;
  background: url("../images/result/icon_check_list.png") no-repeat center top/cover;
  width: 28px;
  height: 22px;
}
section.result .features .feature h3 {
  margin: 30px 0 20px;
  padding: 15px 0 15px 38px;
  background: #DBF3FF;
  font-size: 16px;
}
section.result .features .feature h3:before {
  top: 50%;
  left: 11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
section.result .features .feature table tr th, section.result .features .feature table tr td {
  padding: 17px 0;
  text-align: center !important;
  border: solid 2px #fff !important;
}
section.result .features .feature table tr * {
  color: #333333 !important;
}
section.result .features .feature table tr:nth-child(2n) td {
  background: #F8F8F8 !important;
}
section.result .features .feature table tr:nth-child(2n+1) td {
  background: #F0FAFF !important;
}
section.result .features .feature table tr th {
  background: #ff0211 !important;
  color: #fff !important;
  font-weight: bold !important;
}
section.result .features .feature ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
  line-height: 1.2;
}
section.result .features .feature ul li:last-child {
  margin-bottom: 0;
}
section.result .features .feature ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #ff0211;
}
section.result .features .feature .tiny-underline {
  text-decoration: none !important;
  background: linear-gradient(transparent 70%, #FFE36F 30%);
}
section.result .features .feature .tiny-bold {
  color: #FF4E00;
  font-weight: bold;
}
section.result .useful-articles .sub-content__ttl {
  padding: 20px 36px;
}
@media screen and (max-width: 1034px) {
  section.result .useful-articles .sub-content__ttl {
    padding: 5px;
  }
}
section.result .useful-articles .sub-content__ttl img {
  width: 30px;
}
section.result .useful-articles .useful-article {
  margin-bottom: 30px;
}
section.result .useful-articles .useful-article a {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1034px) {
  section.result .useful-articles .useful-article a {
    flex-direction: column;
    align-items: center;
  }
}
section.result .useful-articles .useful-article a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 160px;
  height: 160px;
  border: 1px solid #ccc;
  margin-right: 40px;
}
@media screen and (max-width: 1034px) {
  section.result .useful-articles .useful-article a img {
    margin: 0;
  }
}
section.result .useful-articles .useful-article a h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
section.result .useful-articles .useful-article a p {
  font-size: 16px;
}

.pc-tab nav {
  margin: 20px 0;
}

.pc-tab input[name=pct],
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2 {
  display: block;
}

#tab1 ~ nav .tab1,
#tab2 ~ nav .tab2 {
  background-color: #e0e0e0;
  color: #333;
  line-height: 50px;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#tab1 ~ nav .tab1 img,
#tab2 ~ nav .tab2 img {
  display: none;
}
#tab1 ~ nav .tab1 label,
#tab2 ~ nav .tab2 label {
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2 {
  background-color: #ff0211;
  color: #fff;
}

.tab1 form,
.tab2 form {
  border: 2px solid #ff0211;
  margin-left: -14px;
  margin-right: -14px;
  margin-top: -21px;
}

@media screen and (min-width: 1036px) {
  #tab1 ~ nav .tab1 img,
#tab2 ~ nav .tab2 img {
    display: inline-block;
    margin: 0 10px 0;
    vertical-align: middle;
  }
}
.pagination {
  margin: 10px auto 40px;
  display: flex;
  justify-content: center;
}

.pagination .page-item {
  margin: 0 8px;
  padding: 0;
}

.pagination .page-item.active {
  font-weight: bold;
  border-bottom: 1px solid #333;
}

.pagination .page-item a:hover {
  opacity: 0.5;
}

.kv .slick-dots {
  bottom: 7px;
}

.kv img:first-child {
  display: none !important;
}

.slick-dotted.slick-slider.kv {
  margin-bottom: -10px;
}

@media screen and (min-width: 1036px) {
  .center .slick-slide {
    padding: 0 10px;
  }

  .kv img:first-child {
    display: block !important;
  }

  .kv img:last-child {
    display: none !important;
  }

  .kv .slick-dots {
    bottom: 15px;
  }
}
.column__content {
  padding-bottom: 40px;
}
.column__content > * {
  margin-bottom: 1rem;
}
.column__content .post__profile {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 1rem;
}
.column__content .post__ttl {
  color: #ff0211;
  padding-left: 10px;
  margin-top: 10px;
  border-left: 3px solid #ff0211;
}
.column__content .highlight {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #ffea5f 50%, #ffea5f 100%, transparent 100%);
}
.column__content b {
  font-weight: bold;
  color: #ff0e3b;
}
.column__content .post__section {
  margin-top: 2rem;
}
.column__content .post__section h2,
.column__content .post__section h3,
.column__content .post__section h4,
.column__content .post__section h5,
.column__content .post__section h6 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  position: relative;
  padding-bottom: 5px;
}
.column__content .post__section h2:after,
.column__content .post__section h3:after,
.column__content .post__section h4:after,
.column__content .post__section h5:after,
.column__content .post__section h6:after {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  background-color: #ff0211;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.column__content .post__box__blue {
  border: 2px solid #ff0211;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.column__content .post__box__blue:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: -2px;
  top: -2px;
}
.column__content .post__box__blue:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #ff0211 transparent;
  position: absolute;
  left: -2px;
  top: -2px;
}
.column__content .post__box__orange {
  border: 2px solid #ff8a00;
  padding: 10px 10px 10px 40px;
  position: relative;
  border-radius: 5px;
}
.column__content .post__box__orange:before {
  content: "\F144";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 110%;
  color: #ff8a00;
  height: 1.3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
}
.column__content table.two__column {
  width: 100%;
  margin-bottom: 1rem;
}
.column__content table.two__column tr:nth-child(2n+1) {
  background-color: #f0faff;
}
.column__content table.two__column td {
  padding: 10px;
  border: 1px solid #cfcfcf;
}
.column__content table.two__column td:first-child {
  font-weight: bold;
  text-align: center;
  width: 40%;
}
.column__content table.two__column td:last-child {
  font-size: 90%;
  width: 60%;
}
.column__content table.muti__column {
  width: 100%;
  margin-bottom: 1rem;
}
.column__content table.muti__column th,
.column__content table.muti__column td {
  padding: 10px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 80%;
}
.column__content table.muti__column th {
  background-color: #ff0211;
  color: #fff;
  font-weight: bold;
}
.column__content table.muti__column tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.column__content table.muti__column tr:nth-child(2n+1) {
  background-color: #f0faff;
}
@media screen and (min-width: 1036px) {
  .column__content table.two__column td:first-child {
    width: 25%;
  }
  .column__content table.two__column td:last-child {
    width: 75%;
  }
  .column__content table.muti__column th {
    font-size: 100%;
  }
}
#errors {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#errors a {
  color: #4A24FF;
  -webkit-text-decoration: underline #4A24FF;
          text-decoration: underline #4A24FF;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100vw;
  border-bottom: 1px solid #ff0211;
}

@media screen and (max-width: 767px) {
  .header {
    height: 74px;
  }
}
.header .container {
  padding: 0;
  margin: 0 auto;
  max-width: 980px;
}

.header img {
  width: 100%;
  max-width: 100%;
}

.header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 24px;
}

@media screen and (max-width: 767px) {
  .header__inner {
    padding: 16px;
  }
}
.header__inner > div:first-of-type {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__inner > div:first-of-type a {
  display: flex;
  align-items: center;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .header__inner > div:first-of-type a {
    font-size: 3.2vw;
  }
}
.header__inner > div:first-of-type a:nth-child(1) {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .header__inner > div:first-of-type a:nth-child(1) {
    margin: 0;
  }
}
.header__inner > div:first-of-type a:nth-child(1) img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .header__inner > div:first-of-type a:nth-child(1) img {
    width: 76px;
  }
}
.header__inner > div:first-of-type a:nth-child(2) {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .header__inner > div:first-of-type a:nth-child(2) {
    margin-right: 1.6vw;
    display: none;
  }
}
.header__inner > div:first-of-type a:nth-child(2) img {
  width: 16px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .header__inner > div:first-of-type a:nth-child(2) img {
    width: 2.13333vw;
    margin-right: 1.06667vw;
  }
}
@media screen and (max-width: 767px) {
  .header__inner > div:first-of-type a:nth-child(3) {
    display: none;
  }
}
.header__inner > div:first-of-type a:nth-child(3) img {
  width: 21px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .header__inner > div:first-of-type a:nth-child(3) img {
    width: 2.66667vw;
    margin-right: 1.06667vw;
  }
}
.header__inner > div:last-of-type {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__inner > div:last-of-type a {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .header__inner > div:last-of-type a {
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
  }
}
.header__inner > div:last-of-type a:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .header__inner > div:last-of-type a:first-child {
    margin-right: 14px;
  }
}
.header + .SP {
  padding: 14px 0;
  background: #f7f7f7;
  position: fixed;
  width: 100%;
  top: 74px;
  left: 0;
  z-index: 99;
}

.header + .SP nav ul {
  display: flex;
  justify-content: center;
}

.header + .SP nav ul li {
  margin: 0 10px;
}

.header + .SP nav ul li:first-of-type img {
  top: 4px;
}

.header + .SP nav ul li:last-of-type img {
  top: 6px;
}

.header + .SP nav ul li a {
  font-size: 16px;
}

.header + .SP nav ul li a img {
  position: relative;
  right: 4px;
}

body {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 130px;
  }

  .header + .SP nav ul li a img {
    width: 16px;
    right: 8px;
  }

  .header + .SP nav ul li:last-of-type img {
    width: 21px;
    top: 5px;
    right: 2px;
  }
}
@media screen and (min-width: 768px) {
  .header_logo_w {
    width: 99px !important;
  }
}
.campaigns .campaign {
  margin: 0 0 1rem 0;
}
.campaigns .campaign_title a {
  color: #ff0211;
  text-decoration: underline;
}
.campaigns .campaign_title a:hover {
  text-decoration: none;
}
.slider_payments > div:first-child {
  margin-bottom: 70px;
}
@media screen and (max-width: 1034px) {
  .slider_payments > div:first-child {
    margin-bottom: 9.3333333333vw;
  }
}

.card__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}
@media screen and (max-width: 1034px) {
  .card__wrapper {
    justify-content: center;
    padding: 2.6666666667vw;
  }
}
.card__wrapper:after, .card__wrapper:before {
  display: block;
  content: "";
  width: 300px;
}
.card__wrapper:before {
  order: 1;
}
.card__wrapper .card {
  padding: 30px;
  width: 300px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.card__wrapper .card:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1034px) {
  .card__wrapper .card {
    padding: 8vw;
    width: 80vw;
    box-shadow: 0 0.8vw 2.6666666667vw 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 5.3333333333vw;
    margin-right: 0;
  }
}
.card__wrapper .card * {
  line-height: 1;
  font-weight: bold;
}
.card__wrapper .card__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card__wrapper .card__heading p {
  font-size: 14px;
  font-weight: bold;
  margin: 10px auto 20px;
}
@media screen and (max-width: 1034px) {
  .card__wrapper .card__heading p {
    font-size: 3.7333333333vw;
    font-weight: bold;
    margin: 2.6666666667vw auto 5.3333333333vw;
  }
}
.card__wrapper .card__heading img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 160px;
  height: 80px;
}
@media screen and (max-width: 1034px) {
  .card__wrapper .card__heading img {
    width: 42.6666666667vw;
    height: 21.3333333333vw;
  }
}
.card__wrapper .card__body {
  display: flex;
  justify-content: center;
}
.card__wrapper .card__body a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 3px;
  font-weight: bold;
  width: 240px;
  padding: 14px 0;
  font-size: 16px;
}
@media screen and (max-width: 1034px) {
  .card__wrapper .card__body a {
    width: 64vw;
    padding: 3.7333333333vw 0;
    font-size: 4.2666666667vw;
  }
}
.card__wrapper .card__body a > img {
  width: 7px;
  height: 12px;
  margin-left: 5px;
  margin-top: 3px;
}
@media screen and (max-width: 1034px) {
  .card__wrapper .card__body a > img {
    width: 1.8666666667vw;
    height: 3.2vw;
    margin-left: 1.3333333333vw;
    margin-top: 0.8vw;
  }
}

.slick.payments .slide-arrow.slick-arrow {
  position: absolute;
  display: inline;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.slick.payments .slide-arrow.slick-arrow.prev-arrow {
  left: -50px;
}
@media screen and (max-width: 1034px) {
  .slick.payments .slide-arrow.slick-arrow.prev-arrow {
    left: 0;
  }
}
.slick.payments .slide-arrow.slick-arrow.next-arrow {
  right: -50px;
  -webkit-transform: translate(0, -50%) rotateY(180deg);
          transform: translate(0, -50%) rotateY(180deg);
}
@media screen and (max-width: 1034px) {
  .slick.payments .slide-arrow.slick-arrow.next-arrow {
    right: 0;
  }
}

/* footer */
.footer {
  background: #ff545e;
}

footer ul li a {
  display: block;
}

.footer .h_item {
  display: flex;
  justify-content: center;
}

.footer .footer_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_caption {
  font-weight: bold;
  color: #fff;
}

.footer .footer_inner .h_item {
  justify-content: center;
}

.footer .copyright {
  color: #ffffff;
}

.footer_caption {
  font-weight: bold;
}

.footer small {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 51px 0 33px;
    margin-top: 114px;
  }

  .footer_logo {
    width: 80px;
  }

  .footer_inner {
    width: 1020px;
    margin: 0 auto;
  }

  .footer_inner:before {
    position: absolute;
    top: -156px;
    right: 9px;
    content: "";
    width: 220px;
    height: 195px;
    background: url("https://www.ai-credit.com/article/wp-content/themes/ai_column/images/common/footer_icon.png") no-repeat center top/cover;
  }

  .footer .footer_inner ul li a img {
    width: 80px;
    margin-right: 9px;
  }

  .footer .footer_inner ul li:last-child a img {
    margin-right: 0;
  }

  .footer .footer_inner .h_item:last-child {
    margin: 15px 0 40px;
    display: flex;
  }

  .footer .footer_inner .h_item {
    display: inline-flex;
  }

  .footer .footer_inner ul:last-child li img {
    width: 260px;
  }

  .footer_caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: calc(42 / 750 * 100vw) 0 calc(18 / 750 * 100vw);
    margin-top: calc(69 / 750 * 100vw);
  }

  .footer_logo {
    width: calc(160 / 750 * 100vw);
  }

  .footer_inner:before {
    position: absolute;
    top: calc(-61 / 750 * 100vw);
    right: calc(18 / 750 * 100vw);
    content: "";
    width: calc(220 / 750 * 100vw);
    height: calc(195 / 750 * 100vw);
    background: url("https://www.ai-credit.com/article/wp-content/themes/ai_column/images/common/footer_icon.png") no-repeat center top/cover;
  }

  .footer .footer_inner ul li a img {
    width: calc(130 / 750 * 100vw);
    margin-right: calc(28 / 750 * 100vw);
  }

  .footer .footer_inner ul li:last-child a img {
    margin-right: 0;
  }

  .footer .footer_inner .h_item:first-child {
    margin: 0 0 calc(28 / 750 * 100vw);
  }

  .footer .footer_inner .h_item:last-child {
    margin: calc(40 / 750 * 100vw) 0 calc(32 / 750 * 100vw);
  }

  .footer .footer_inner ul:last-child li img {
    width: calc(450 / 750 * 100vw);
  }

  .footer_caption {
    font-size: calc(20 / 750 * 100vw);
  }
}