@charset "UTF-8";

/*レーダーチャートの画像の一覧ここから*/
#top .laderimage-list {
  display: flex;
  flex-wrap: wrap;
}

.laderimage-list a {
  width: 50%;
}

/*レーダーチャートの画像の一覧ここまで*/
/* 20231101　診断ツールバナーの追従ここから */
@media screen and (max-width: 450px) {
  #homing-tool {
    position: fixed;
    bottom: 160px;
    right: 12px;
  }
}

/* 20231101　診断ツールバナーの追従ここまで */
/* 20230728　任意の場所短縮表示ここから */
.accordion-block {
  overflow: hidden;
  position: relative;
}

.accordion-block::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 30%, #fff 100%);
  height: 60px;
  width: calc(100% + 1px);
  z-index: 1;
}

.see-more {
  position: absolute;
  width: 220px;
  text-align: center;
  font-size: 16px;
  color: #fa224d;
  border: 2px solid;
  border-radius: 22px;
  line-height: 40px;
  bottom: 8px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.see-more::after {
  content: "\ea45";
  font-family: "icomoon";
  font-size: 16px;
  color: #fa224d;
  position: absolute;
  margin-left: 10px;
}

.accordion-block.active-block {
  height: auto !important;
}

.accordion-block.active-block::before {
  display: none;
}


@media screen and (min-width: 451px) {
  .see-more {
    cursor: pointer;
  }
.accordion-block.pcnone {
    height: fit-content;
}
.accordion-block.pcnone:before {
    display: none;
}
.accordion-block.pcnone div.see-more {
    display: none;
}
.accordion-block {
  height: 450px;
}
}

@media screen and (max-width: 450px) {
  .accordion-block {
    height: 350px;
  }
}

/* 20230728　任意の場所短縮表示ここまで */
/* 20230720テーブル用短縮表示ここから */
.accordion-table {
  position: relative;
}

.accordion-table tr.is-hidden {
  display: none;
}

.accordion-table::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, #fff 100%);
  height: 100px;
  width: calc(100% + 1px);
}

.accordion-table.active::before {
  display: none;
}

.table-more {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 50px;
  line-height: 50px !important;
  color: #3694de;
  transition: .3s;
  text-decoration: underline;
}

.table-more::after {
  content: "\ea45";
  font-family: "icomoon";
  font-size: 16px;
  color: #3694de;
  position: absolute;
  margin-left: 10px;
}

.table-more:hover {
  opacity: .7;
}

/* 20230720テーブル用短縮表示ここまで */
/* 左にピンク丸ここから */
.pink-circle {
  position: relative;
  text-shadow: 0 0 2px white;
  z-index: 0;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.pink-circle:before {
  content: "";
  position: absolute;
  /*background-color: #ffece0;*/
  background-color: #ffe9ef;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.pink-circle + .scroll table {
    margin-top: 0;
}

.pink-circle span {
    font-size: 17px;
    color: #fa224d;
}
@media screen and (max-width: 450px) {
  .pink-circle {
    margin-left: 16px;
    line-height: 1.2;
  }
}

/* 左にピンク丸ここまで */
/* 口コミここから */
.kuchi-slider {
  overflow: auto;
  display: flex;
  padding-bottom: 10px;
  margin-top: 20px;
}
}

.kuchi-slider,
.kuchikomi .kuchi-box,
.kuchikomi .kuchi-right,
.kuchikomi .kuchi-spec,
.kuchikomi .kuchi-more {
  margin-top: 0;
}

.content div.kuchi-right {
  flex: 1;
  margin-top: 0px;
}

.content div.kuchi-spec {
  margin-top: 0px;
}

.kuchi-spec span {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 0 12px;
    border-radius: 18px;
    font-size: 14px;
}

.kuchi-spec span+span {
  margin-left: 4px;
}

.kuchi-list .kuchi-spec span {
  margin: 4px 4px 0 0;
}

.kuchikomi p {
    margin-top: 0px;
}

.review-summary+p {
  display: block;
  margin-top: 8px;
}

.review-label {
  font-size: 1.3rem;
  font-weight: bold;
}

.kuchikomi .review-summary {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 0px;
}

.kuchikomi {
    min-width: 400px;
    border: 1px solid #d3d3d3;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.kuchi-date {
    text-align: right;
    font-size: 14px;
    color: #797979;
}

.kuchi-list div.kuchikomi {
  border-bottom: 12px solid whitesmoke;
}

.kuchi-slider .kuchikomi {
  margin-top: 0;
}

.kuchi-slider .kuchikomi+.kuchikomi {
  margin-left: 12px;
}

.kuchi-slider .kuchikomi .kuchi-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.kuchi-inner {
  display: flex;
  gap: 16px;
}

.kuchi-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 100%;
    overflow: hidden;
}

.content .starList {
    color: #FF9800;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    margin: 5px 0px;
}

.star-text {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 4px;
color: #191919;
}

.kuchi-label {
  color: #fff;
  background-color: #ff6b78;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 6px 20px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.bad+.kuchi-right .kuchi-label {
  background-color: #0099cc;
}

.verygood+.kuchi-right .kuchi-label {
  background-color: #ff3e50;
}

.normal+.kuchi-right .kuchi-label {
  background-color: #fbd17e;
  color: #000;
}

.kuchi-button {
  -webkit-appearance: none;
  border: none;
  padding: 50px 0 8px;
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #ffffff00 10%, #f9fdff 85%);
  color: #3694de;
  text-decoration: underline;
  cursor: pointer;
}

.kuchi-button:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #3694de;
  border-right: solid 2px #3694de;
  position: absolute;
  top: 62%;
  transform: rotate(45deg);
  margin-left: 8px;
}

@media screen and (max-width: 450px) {
  .kuchikomi {
    min-width: 300px;
	padding: 15px;
  }
.kuchi-icon {
    width: 45px;
    height: 45px;
}
.kuchi-inner {
    display: flex;
    gap: 7px;
}
  .kuchi-spec {
    font-size: 1.2rem;
  }
.tab-txt {
    padding: 10px !important;
}
}

/* 口コミここまで */
/* 関連記事ここから */
.content .sitecard {
    position:relative;
    padding:20px;
    margin: 20px 0px;
    border:1px solid #2d2d2d;
}
.sitecard-link {
    display: flex;
    border-bottom: none;
}
.eyecatch-11:before {
    display: none;
}
.content .sitecard__subtitle {
    position: absolute;
    top: -1em;
    left: 24px;
    background-color: #fff;
    padding: 0 7px 0 9px;
    font-size: 1.4rem;
}
.sitecard__subtitle.icon-checkmark:before {
    display: inline-block;
    margin-right: 6px;
    color: #fa224d;
}
.content .sitecard__contents {
    overflow: hidden;
    margin: 0;
    flex: 1;
    margin-left: 16px;
}
.content .sitecard .eyecatch {
    width: 120px;
}
.sitecard .heading-secondary {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sitecard .phrase.phrase-tertiary {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 4px;
    color: #646464;
}
.sitecard:after {
    display: block;
    content: "";
    clear: both;
}
.content .sitecard .eyecatch__link {
    line-height: 0;
}
@media screen and (max-width:900px) {
.content .sitecard {
    padding:20px 12px 12px;
}
.content .sitecard__contents .heading a {
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: none;
}
.content .sitecard__contents .phrase {
    display:none;
    margin-bottom:0;
}
}
@media screen and (max-width:450px) {
.sitecard .heading-secondary {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
}
}
/* 関連記事ここまで */
/* グラデーションパターンここから */
.gra {
    background-color: #f8f8f8;
}

/* グラデーションパターンここまで */
/* リストデザインここから */
.content>ul:not([class]),
.content>ol:not([class]),
.hidden_show>ul,
.hidden_show>ol {
  background-color: #f9f9f9;
  padding: 24px;
  margin-top: 2rem;
border-radius: 5px;
}
.content > ul:not([class]) > li,
.content ol ul li,
.content ul ul li {
    position: relative;
    padding-left: 20px;
}
.content>ul:not([class]) li+li,
.content>ol:not([class]) li+li,
.hidden_show>ul li+li,
.hidden_show>ol li+li {
  margin-top: 10px;
}
.content > ul:not([class]) > li:before,
.content ol ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 100%;
    background-color: #fa224d;
    margin-right: 8px;
}
.content > ol:not([class]) > li:before,
.content ol ol li:before,
.content ul ol li:before {
    counter-increment: item;
    content: counter(item) ".";
    font-weight: bold;
    color: #fa224d;
    font-size: 1.7rem;
    font-style: italic;
    line-height: 1.33;
    margin-right: 8px;
}
.content ul > li > span,
.content ol > li > span {
    display: inline-block;
}
@media (max-width: 450px) {
.content > ul:not([class]), .content > ol:not([class]) {
    padding: 20px;
}
.content > ul:not([class]) > li, .content ol ul li, .content ul ul li {
    line-height: 1.5;
}
.content > ul:not([class]) > li:before,
.content ol ul li:before,
.content ul ul li:before {
    top: 8px;
}
.content > ul:not([class]) li + li, .content > ol:not([class]) li + li {
    margin-top: 16px;
}
}
/* リストデザインここまで */
/* 画像入りリストここから */
.content .imagelist {
  background-color: #fff;
  padding: 0;
  counter-reset: step;
}

.content .imagelist li {
  padding-left: 32px;
  padding-bottom: 24px;
  margin-top: 0;
}

.content ol.imagelist li:before {
  content: "";
  width: 3px;
  background: #ffdae1;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 5px;
  margin: 0;
}

.list-step:after {
  content: counter(step);
  counter-increment: step;
  display: inline-block;
  font-size: 1.4rem;
}

.list-step {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fa224d;
}

.imagelist .list-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}

.imagelist .list-main {
  border-bottom: dashed 1px #ccd5db;
  padding-bottom: 12px;
  margin-top: 8px;
}

.list-ircle {
  border-color: #aea5a0;
}

.content .imagelist>li:last-of-type {
  padding-bottom: 0;
}

.imagelist li:first-of-type .list-ircle,
.imagelist li:last-of-type .list-ircle {
  background-color: #fa224d;
}

.imagelist .list-ircle {
  border: 3px solid #fa224d;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  margin-top: 0;
}

.content .imagelist li:last-of-type:before {
  display: none;
}

.content .imagelist li:last-of-type .list-title {
  line-height: 1.2;
}

.content .imagelist .board2-list li {
  padding: 0;
}

.content .imagelist .board2-list li:first-of-type {
  margin-top: 0;
}

.content .imagelist .board2-list li+li {
  margin-top: 10px;
}

@media screen and (max-width: 450px) {
  .imagelist .list-title {
    font-size: 1.7rem;
  }

  .imagelist .list-main {
    margin-top: 4px;
  }

  .content .imagelist li {
    padding-left: 24px;
  }
}

/* 画像入りリストここまで */
/* 文字入りリスト1ここから */
.board {
  border-radius: 6px 6px 0 0;
  padding: 0 2px 2px;
  margin: 28px auto;
  background-color: #373737;
}

.campaign .board-title:before {
    font-family: 'icomoon';
    content: "\e923";
    margin-right: 5px;
}

.content .board-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 12px;
  text-align: center;
}

.board-list {
  padding: 16px;
  background-color: #fff;
}

.board-list li {
  padding-left: 26px;
  line-height: 1.4;
}

.board-list li:before {
  content: "";
    background-color: #fa224d;
    box-shadow: none;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%;
}
.board-list li:after {
  content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    color: #fff;
}


.board-list li+li {
  margin-top: 16px;
}

.board.blue .board-title {
  background-color: #e7f5fa;
}

#top .board.blue .board-list {
  border-color: #e4f2f7;
}

@media screen and (max-width: 450px) {
.board {
    border-width: 3px;
}
.board-title {
    text-align: left;
        padding: 12px 16px;
        line-height: 1.4;
}
}

/* 文字入りリスト1ここまで */
/* 文字入りリスト2ここから */
#top .board2 {
  margin: 28px auto;
}

.board2-title {
  width: fit-content;
  margin-left: 32px;
  position: relative;
  z-index: 1;
  background-color: #373737;
  border-radius: 4px;
  padding: 8px 16px;
  color: #fff;
}

.board2-title+ol {
  padding: 40px 20px 16px 40px;
}

#top .board2-list {
  margin-top: -24px;
  padding: 40px 20px 16px 40px;
  background-color: #f9f9f9;
}

#top ul.board2-list li {
  padding-left: 32px;
  line-height: 1.6;
}

#top .board2-list li+li {
  margin-top: 16px;
}

.board2 ul li:before {
content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background-color: #fa224d;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fa224d4d;
}
.board2 ul li:after {
content: "";
    position: absolute;
    top: 9px;
    left: 6px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    color: #fff;
}

ol.board2-list li {
  padding-left: 32px;
}

ol.board2-list li:before {
  position: absolute;
  top: 3px;
  left: 0;
  counter-increment: item;
  content: counter(item);
  font-weight: bold;
  background-color: #fa224d;
  color: #ffffff;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.6;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fa224d70;
}

.board2.blue .board2-title {
  background-color: #7bc3f1;
}

#top .board2.blue .board2-list {
  background-color: #f6fbff;
}

@media screen and (max-width: 450px) {
  #top .board2-list {
    padding: 40px 20px 16px 20px;
  }

  #top .board2-list li {
    line-height: 1.4;
    padding-left: 32px;
  }
#top .board2 ul li::before {
font-size: 40px;
}
  #top .board2-list li+li {
    margin-top: 16px;
  }

  .board2-title {
    padding: 12px 16px;
        line-height: 1.4;
        margin-left: 12px;
        max-width: 93%;
  }
  ol.board2-list li:before {
    top: 1px;
    line-height: 1.7;
  }
}

/* 文字入りリスト2ここまで */
/* メリット・デメリット黒板 ここから */
.merit-box-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 28px;
}
.merit-box-group > .merit-box {
    max-width: calc(50% - 5px);
}
.merit-box-group > .merit-box.demerit {
    margin-top: 0;
}

.merit-box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.merit-box.merit {
    border: 2px solid #ffdee0;
}
.merit-box.demerit {
    border: 2px solid #d3ecff;
}
#top .merit-box > div {
    padding: 7px;
    font-weight: bold;
    text-align: center;
}
.merit-box.merit > div {
    background: #ffdee0;
    color: #fa224d;
}
.merit-box.demerit > div {
    background: #d3ecff;
    color: #2d7fe9;
}
.merit-box ul {
    padding: 12px 16px;
    margin: 0 !important;
}
.merit-box ul li {
    padding-left: 24px;
    line-height: 1.6;
}
.merit-box ul li + li {
    margin-top: 12px;
}
.merit-box ul li::before {
    font-family: "icomoon";
    font-size: 1.6rem;
    position: absolute;
    left: 0;
}
.merit-box.merit ul li::before {
    content: "\ea57";
    color: #fa224d;
}
.merit-box.demerit ul li::before {
    content: "\e90f";
    color: #2d7fe9;
    font-size: 1.4rem;
    top: 1px;
}

@media screen and (max-width:769px) {
    .merit-box-group > .merit-box {
        max-width: 100%;
        margin-bottom: 15px;
    }
}
/* メリット・デメリット黒板 ここまで */
/* まるばつリストここから */
.icon-cross {
  color: #7bc3f3;
  margin-right: 4px;
  vertical-align: -1px;
}

.board2 .icon-cross {
  position: absolute;
  left: 8px;
}

.icon-radio-unchecked {
  color: #ff98b5;
  margin-right: 2px;
  font-size: 1.8rem;
  vertical-align: -3px;
  line-height: 1;
}

.board2 .icon-radio-unchecked {
  position: absolute;
  left: 6px;
  top: 2px;
  font-size: 2rem;
}

.board .icon-radio-unchecked {
  margin-left: -2px;
}

@media screen and (max-width: 450px) {
  .board .icon-radio-unchecked {
    position: absolute;
    left: 0;
    top: 3px;
  }

  .board .icon-cross {
    position: absolute;
    left: -1px;
    font-size: 1.6rem;
    top: -1px;
  }

  .board2 .icon-cross {
    top: -2px;
    left: 7px;
    font-size: 1.7rem;
  }
}

/* まるばつリストここまで */
/* コメントここから */
#top .ico {
  margin: 0;
  width: 90px;
  height: 90px;
  border: none;
  border-radius: 50%;
}

#top .cha1 .ico {
  float: left;
  margin-right: 15px;
  width: 80px;
  height: 80px;
}

#top .cha2 .ico {
  float: right;
  margin-left: 15px;
}

#top .ico+div {
  width: calc(100% - 105px);
  padding: 3px;
  border-radius: 4px;
  float: left;
  margin-top: 0;
  position: relative;
}

#top .ico+div:before {
  content: "";
  position: absolute;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 20px;
}

#top .cha1 .ico+div:before {
    border-right: 8px solid #f8f8f8;
    left: -8px;
}

#top .cha1 .ico+div:after {
  border-right: 10px solid #fff;
  left: -4px;
}

#top .cha2 .ico+div:before {
    border-left: 8px solid #f8f8f8;
    right: -8px;
}

#top .cha2 .ico+div:after {
  border-left: 10px solid #fff;
  right: -4px;
}

.bghanten {
  transform: scale(-1, 1);
}

@media screen and (max-width: 450px) {
  #top .ico {
    width: 60px;
    height: 60px;
  }

  #top .cha1 .ico {
    width: 55px;
    height: 55px;
  }

  #top .ico+div {
    width: calc(100% - 75px);
  }
}

#top .interview {
  margin: 3rem 0;
  overflow: hidden;
}

#top .interview .bgwhite {
  padding: 12px;
  border-radius: 3px;
  line-height: 1.6;
}

#top .interview .bgwhite+p {
  display: none;
}

/* コメントここまで */
/* クレカランキングの根拠ここから */
#top .kakoi.hane {
  font-weight: normal;
  line-height: 1.6;
  padding: 10px 8px 8px 44px;
  position: relative;
}

#top .kakoi.hane:before {
  position: absolute;
  left: 12px;
  top: 5px;
}

/* クレカランキングの根拠ここまで */
/* 比較表ここから */
.subtitles-over-title+.accordion-block {
  height: 640px;
}

#top .hikaku-table tbody .column-1 {
  background-color: #fff;
  border-right: 1px solid #e5e5e5;
}

#top .hikaku-table .column-1 {
  text-align: center;
}

#top .hikaku-table .active {
  background-color: #fa224d;
  border: none;
  color: white;
}

#top .hikaku-table .age .active {
  background-color: #7bc3f3;
}

.hikaku-table .age {
  margin-top: 4px;
}

#top .table-app-name {
    margin-top: 8px;
    line-height: 1.3;
}

#top .app-comment {
  margin-top: 12px;
  padding: 0;
  background-color: #fff;
}

#top .app-comment li+li {
  margin-top: 4px;
}

#top .app-comment li:before {
  width: 4px;
  height: 4px;
  background-color: #5f5f5f;
  top: -3px;
}

.aori {
  color: #fa224d;
  font-weight: bold;
  position: relative;
  margin-bottom: 4px;
}

.aori:before {
  content: "";
  display: inline-block;
  transform: rotate(-30deg);
  border-style: solid;
  border-width: 24px 3px 0 3px;
  border-color: #fa224d transparent transparent transparent;
  position: absolute;
  left: 22px;
  bottom: -3px;
}

.aori:after {
  content: "";
  display: inline-block;
  transform: rotate(30deg);
  border-style: solid;
  border-width: 24px 3px 0 3px;
  border-color: #fa224d transparent transparent transparent;
  position: absolute;
  right: 24px;
  bottom: -3px;
}

@media screen and (max-width: 450px) {
  #top .hikaku-table .column-1 {
    width: 34%;
  }

  .aori:before {
    left: 12px;
  }

  .aori:after {
    right: 12px;
  }

  #top .app-comment li {
    line-height: 1.4;
  }

  #top .app-comment li+li {
    margin-top: 6px;
  }
}

/* 比較表ここまで */
/* 比較表2(BEST3型)ここから */
.best3-table {
  border-top: 1px solid #e5e5e5;
}

.content .best3-table .column-1 {
  background-color: #fff;
  border-right: 1px solid #e5e5e5;
}

.content .best3-table .row-1 a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.best3-table .row-1 a img+img {
  margin: 5px 0;
}

#top .best3-table .table-app-name {
  margin: 0;
  font-weight: bold;
}

.best3-table .best-btarea {
  display: flex;
  justify-content: space-between;
}

#top .best3-table .best-btarea .official {
  margin-bottom: 0;
}

.best3-table .best-btarea a+a {
  margin-left: 8px;
}

@media screen and (max-width: 450px) {
  .best3-table .best-btarea {
    flex-direction: column;
  }

  .best3-table .best-btarea a+a {
    margin-left: 0;
    margin-top: 12px;
  }
}

/* 比較表2(BEST3型)ここまで */
/* アフィボタン前の煽り文言ここから */
.afiaori {
  color: #fa224d;
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  position: relative;
}

.afiaori+p {
  display: none;
}

.afiaori:before {
  content: "";
  display: inline-block;
  border-left: 2px solid red;
  height: 31px;
  vertical-align: middle;
  transform: rotate(-30deg);
  border-style: solid;
  border-width: 35px 4px 0 4px;
  border-color: #fa224d transparent transparent transparent;
  position: absolute;
  left: -20px;
  bottom: 0px;
}

.afiaori:after {
  content: "";
  display: inline-block;
  border-left: 2px solid red;
  height: 31px;
  vertical-align: middle;
  transform: rotate(30deg);
  border-style: solid;
  border-width: 35px 4px 0 4px;
  border-color: #fa224d transparent transparent transparent;
  position: absolute;
  right: -16px;
  bottom: 0px;
}

.align-center+.afib {
  margin-top: 8px !important;
}

@media screen and (max-width: 450px) {
  .afiaori {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .afiaori:before,
  .afiaori:after {
    bottom: -7px;
  }
}

/* アフィボタン前の煽り文言ここまで */
/* 目次上のボタン上の文言の色ここから */
.content .dcard-block>strong {
  color: red;
}

/* 目次上のボタン上の文言の色ここまで */
/* はてなボックスここから */
.ep-box.es-BmarkHatena.es-borderSolidS.bgc-white.brc-DPblue.es-radius>div:not(.hatena-inner) {
  font-weight: bold;
}

.content .hatena-inner {
  margin-top: 8px;
}

@media (max-width: 450px) {
  .ep-box.es-BmarkHatena.es-borderSolidS.bgc-white.brc-DPblue.es-radius {
    padding-left: 16px;
  }

  .ep-box.es-BmarkHatena.es-borderSolidS.bgc-white.brc-DPblue.es-radius>strong,
  .ep-box.es-BmarkHatena.es-borderSolidS.bgc-white.brc-DPblue.es-radius>span,
  .ep-box.es-BmarkHatena.es-borderSolidS.bgc-white.brc-DPblue.es-radius>div:not(.hatena-inner) {
    padding-left: 42px;
    display: inline-block;
    line-height: 1.5;
  }

  .content .es-BmarkHatena::before {
    top: 16px;
  }
}

/* はてなボックスここまで */
/* ページ下部のリンクを追従にここから */
@media (max-width: 450px) {
  .tsuijyu {
    position: fixed;
    bottom: -115px;
    font-size: 0;
    transition: 1s;
    padding: 0 8px 8px;
    width: 100%;
    text-align: center;
  }

  .single .bottomFooter {
    padding-bottom: 32px;
  }

  .tsuijyu img {
    max-width: 100%;
    height: auto;
  }

  .overclose {
    position: fixed;
    bottom: 100px;
    left: 0;
    font-size: 20px;
    z-index: 1;
    background: #1b1b1b;
    padding: 5px 15px 7px 15px;
    color: white;
  }

  .tsuijyu.unyu-effect {
    bottom: 0;
  }
}

/* ページ下部のリンクを追従にここまで */
/* アフィリンクボタン ここから */
div.afi {
    text-align: center;
    margin: 20px 0px;
}
div.afi a {
    text-decoration: none;
}
#top .content .afi a {
max-width: 80%;
    height: 70px;
    display: block;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    border-bottom: none;
    margin: 0 auto;
    position: relative;
    color: #fff;
    padding: 24px 0px 15px 0px;
    background: linear-gradient(90deg, rgba(255, 112, 30, 1) 0%, rgba(255, 191, 48, 1) 100%);
    box-shadow: 2px 2px 6px #a3a3a3;
    font-weight: bold;
    font-size: 18px;
    transition-duration: .4s;
}
#top .content .afi a:hover {
	transform: scale(1.1);
}
.afi a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -6px;
}
span.micro-copy {
    border: 2px solid #ff9727;
    padding: 6px 20px;
    background: #ffffff;
    border-radius: 25px;
    position: relative;
    top: 13px;
    z-index: 1;
    font-size: 15px;
    color: #fa224d;
    font-weight: bold;
}
.content a.table-bt {
    font-weight: bold;
    text-decoration: none;
}
@media (max-width: 450px) {
#top .content .afi a {
    max-width: 100%;
}
}
/* アフィリンクボタン ここまで */
/* フォントサイズ調整ここから */
.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}

.f28 {
  font-size: 28px;
}

/* フォントサイズ調整ここまで */
/* 囲いデザインここから */
.kakoi {
  background-color: #f5f5f5;
  padding: 18px 24px 12px;
  border-radius: 12px;
}

.content .kakoi ul {
  border-left: none;
  padding: 0;
  border-radius: 8px;
}

.content .kakoi li:before {
  background-color: #019242;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  transform: scale(1);
  top: 9px;
}

.kakoi .hane {
  line-height: 1;
  margin-bottom: 12px;
}

.kakoi .hane+ul {
  margin-top: 0;
  background-color: transparent;
}

.kakoi ul li+li {
  margin-top: 8px;
}

.kakoi .hane+ul li+li {
  margin-top: 12px;
}

.hane+p {
  margin-top: 0;
}

.kakoi.green {
  border-color: #94b6ad;
}

@media (max-width: 450px) {
  .hane+p {
    margin-top: 5px;
  }
}

/* 囲いデザインここまで */
/* blockquoteここから */
.content blockquote,
.content .blockquote {
  position: relative;
  color: #3F3F3F;
  margin-top: 2rem;
  padding: 20px 20px 20px 32px;
  background-color: #f8f8f8;
  border-top: 3px #eee double;
  border-bottom: 3px #eee double;
  font-size: 1.4rem;
}

.content blockquote ul,
.content .blockquote ul {
  padding: 0;
}

blockquote .quote,
.blockquote .quote {
  padding-right: 35px;
}

.content blockquote::before,
.content .blockquote::before {
  position: absolute;
  top: -8px;
  left: -8px;
  font-family: "icomoon";
  content: "\eaf1";
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #fa224d;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}

.content blockquote::after,
.content .blockquote::after {
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-family: "icomoon";
  content: "\e9f8";
  font-size: 3rem;
  color: #d8d8d8;
}

@media (max-width: 450px) {

  .content blockquote,
  .content .blockquote {
    padding: 36px 20px 50px;
  }

  blockquote .quote,
  .blockquote .quote {
    padding-right: 0;
  }
}

/* blockquoteここまで */
/* 数字をデザイン ここから */
.number {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #3f9ca8;
  border-radius: 50%;
  width: 1.5em;
  text-align: center;
  line-height: 1.5em;
  margin-right: 5px;
  vertical-align: 1px;
}

h4 .number {
  background-color: #b60003;
}

/* 数字をデザイン ここまで */
/* アプリ画像横並び ここから */
#top .sp-yokonarabi {
  margin-top: 4px;
}

#top .sp-yokonarabi>img {
  display: inline-block;
  width: 49%;
  max-width: 300px;
}

#top .sp-yokonarabi img+img,
#top .sp-yokonarabi noscript+img {
  margin-left: 2%;
}

@media screen and (max-width: 450px) {
  #top .sp-yokonarabi {
    font-size: 0;
    text-align: center;
    margin-top: 8px;
  }

  .sp-yokonarabi a {
    display: inline-block;
  }

  .sp-yokonarabi a+a {
    display: inline-block;
    margin-left: 20px;
  }
}

/* アプリ画像横並び ここまで */
/* テーブルレイアウトここから */
table {
margin-top: 20px;
width: 100%;
border-bottom: 1px solid #e5e5e5;
border-collapse: collapse;
    border-spacing: 0;
}
table thead {
background-color: #373737;
color:#fff;
}
table td, table th {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}
table td {
border-top: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
td.column-1 {
    background: #f7f7f7;
}
table thead + tbody .row-2 td {
    border-top: none;
}
table th+ th {
border-left: 1px solid #fff;
}
.icon-new-tab {
    border: none;
}
.tablepress-table-description {
    display: block;
}
table.shadow img {
    margin-bottom: 5px;
	box-shadow: 2px 2px 2px #d3d3d3;
    border-radius: 5px;
}
@media (max-width: 450px){
table td,table th {
padding: 7px;
}
table th {
    line-height: 1.4;
}
}

/* テーブルレイアウトここまで */
/* 星評価ここから */
.star {
  position: relative;
  display: inline-block;
  width: calc(5 * 16px);
  height: 16px;
  font-size: 16px;
  letter-spacing: 0;
}

.star::before,
.star::after {
  position: absolute;
  display: inline-block;
  height: 16px;
  content: "★★★★★";
  line-height: 16px;
}

.star::before {
  color: #c4c4c4;
}

.star::after {
  overflow: hidden;
  color: #ffb906;
  white-space: nowrap;
}

.eva5:after {
  width: calc(5 * 16px);
}

.eva4-5:after {
  width: calc(4.5 * 16px);
}

.eva4:after {
  width: calc(4 * 16px);
}

.eva3-5:after {
  width: calc(3.5 * 16px);
}

.eva3:after {
  width: calc(3 * 16px);
}

.eva2-5:after {
  width: calc(2.5 * 16px);
}

.eva2:after {
  width: calc(2 * 16px);
}

.eva1:after {
  width: calc(1 * 16px);
}

@media (max-width: 450px) {
  .star {
    width: calc(5 * 14px);
    height: 14px;
    font-size: 14px;
  }

  .star::before,
  .star::after {
    height: 14px;
    line-height: 18px;
  }

  .eva5:after {
    width: calc(5 * 14px);
  }

  .eva4-5:after {
    width: calc(4.5 * 14px);
  }

  .eva4:after {
    width: calc(4 * 14px);
  }

  .eva3-5:after {
    width: calc(3.5 * 14px);
  }

  .eva3:after {
    width: calc(3 * 14px);
  }

  .eva2-5:after {
    width: calc(2.5 * 14px);
  }

  .eva2:after {
    width: calc(2 * 14px);
  }
}

/* 星評価ここまで */
/* 画像引用元を小さくここから */
cite {
  font-style: normal;
}

.quote {
  font-size: 1.2rem;
  color: #aaa;
  font-style: italic;
  line-height: 1.4;
}

#top .quote cite a {
  color: #aaa;
  text-decoration: none;
  border-bottom: none;
  font-weight: normal;
  padding-bottom: 0;
  font-style: italic;
}

@media screen and (max-width: 450px) {
  .quote {
    line-height: 1.2;
  }
}

/* 画像引用元を小さくここまで */
/* 見出しここから */

/* 見出しここまで */
/* 目次ここから */
.outline__title {
  font-size: 2.4rem;
  font-weight: bold; }

.content .outline {
  display: block;
  border: none;
  background-color: #f8f8f8;
  padding: 20px 40px 0;
  border-radius: 8px;
  margin-top: 32px;
}

.content .outline__switch + .outline__list {
  margin-left: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.content .outline__link {
    display: inline-block;
    color: #191919;
    line-height: 1.6;
    font-size: 1.6rem;
    text-decoration: none;
    border: none;
    position: relative;
}

.outline__list-2 > li {
  border-top: 1px solid rgba(47, 47, 47, 0.1);
  padding: 16px 0;
  margin-top: 0;
}

#top .outline__list-3 {
  padding: 0 0 0 8px;
  background-color: transparent;
}

#top .outline__list-3 > li {
  margin-top: 8px;
  padding-left: 0; }

.content .outline__switch + .outline__list li {
  padding-left: 30px; }


label.outline__switch {
  vertical-align: 3px;
  margin-left: 8px; }

.content .outline__number {
  border-radius: 50%;
  background-color: #fa224d;
  color: #fff;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 1.5;
  text-align: center;
  font-size: 1.4rem;
  padding: 0;
  position: absolute;
  left: -30px;
  letter-spacing: 0; }

.outline__list-3 .outline__number {
  display: none; }

.outline__list-2 > li > a {
  font-weight: bold; }

.outline__list-3 > li a:before {
  position: absolute;
  top: 9px;
  left: -16px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fa224d;
  border-radius: 100%; }

@media screen and (max-width: 450px) {
  .content .outline {
    padding: 16px 16px 0
}

.content .outline__number {
    top: 0;}

  .outline__title {
    font-size: 2rem; }

  span.outline__title.icon-list2:before {
    width: 40px;
    line-height: 40px; }

  #top .content .outline__switch + .outline__list {
    margin-top: 0;
    background-color: transparent; }

  .content .outline__link {
    line-height: 1.4; }

  #top .outline__list-3 {
    padding-left: 0; }

  #top .outline__list-3 > li {
    margin-top: 12px; }

.outline__list-3 > li a:before {
    top: 6px;}

  .outline__list-3 .outline__link {
    font-size: 1.4rem;
    vertical-align: top; } }

/* 目次ここまで */
/* この記事書いた人ここから */
.profile {
  font-size: 1.4rem;
  border: 8px solid rgba(0, 0, 0, 0.05);
    margin: 0 32px;
    padding: 20px;
    background: #fff;
    position: relative;
}

#top .profile .profile__name {
  border: none;
  color: #191919;
  font-size: 1.6rem;
  margin-top: 12px;
  font-weight: bold;
}

#top .profile .profile__name a {
  font-weight: bold;
  color: #191919;
}

.profile__author img {
  border: solid 1px #efefef;
}

.profile__text {
  background: #efefef;
  font-size: 1.6rem;
  padding: 15px;
  margin-bottom: 20px;
  line-height: 1;
}

#top .profile ul {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#top .profile li {
  margin-top: 0;
}

#top .profile li:before {
  display: none;
}

.profile .profile-title {
  font-size: 1.6rem;
  line-height: 1;
  margin: 28px 0 12px;
}

#top .profile-list li {
  line-height: 1;
  margin-left: 12px;
}

#top .profile-list>li:nth-of-type(n+5) {
  margin-top: 8px;
}

#top .profile-list li a {
  text-decoration: none;
  color: #191919;
  border-bottom: none;
  font-weight: normal;
}

#top .profile-description {
  line-height: 1.8;
  margin-bottom: 12px;
}

.profile .basic-data li {
  line-height: 1;
  margin-top: 0;
}

.profile .basic-data li+li {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #ccc;
}

.profile .basic-data li:before {
  display: none;
}

.sns-list {
  justify-content: right;
}

.sns-list li+li {
  margin-left: 6px;
}

#top .sns-list a {
  display: block;
  text-decoration: none;
  color: #fa224d;
  border: 1px solid #fa224d;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top .sns-list a:before {
  margin-left: 1px;
}
@media (min-width: 451px) {
    .profile {
        display: flex;
    }
}
@media (max-width: 450px) {
  .profile {
    margin: 0 16px;
  }
  #top .profile .profile__name {
    font-size: 1.8rem;
    padding: 16px 0 20px;
    margin-top: 0;
  }

  #top .profile ul {
    justify-content: center;
  }

  #top .profile ul.profile-list {
    justify-content: left;
  }

  #top .profile-description {
    text-align: left;
  }
}

/* この記事書いた人ここまで */
/* 記事のQ&Aここから */
.qa {
    margin: 20px 0px;
}

.qa>div {
  background-color: #f9f9f9;
  padding: 0 20px 20px;
  border-radius: 8px;
}

.qa>div+div {
  margin-top: 12px;
}

.postContents .question {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    background: url(https://www.showcase-tv.com/hikari/wp-content/uploads/2025/03/Q.png) no-repeat;
    background-size: 35px;
    background-position: left 12px;
    padding: 16px 0 12px 40px;
    display: block;
}

#top .postContents .answer {
  padding: 20px;
  border-radius: 8px;
  line-height: 1.6;
  background-color: #fff;
  margin-top: 0;
}

.answer-text {
    background: url(https://www.showcase-tv.com/hikari/wp-content/uploads/2025/03/A.png) no-repeat;
    background-size: 35px;
    background-position: -3px 0px;
    padding: 0px 0 0 36px;
    min-height: 32px;
}

.answer+p {
  display: none;
}

.answer-text+p {
  margin: 0;
}

@media screen and (max-width: 450px) {
  .qa>div {
    padding: 0 8px 8px;
  }

  #top .l-main .answer {
    padding: 12px;
    background: #fff;
  }

  .postContents .question {
    line-height: 1.5;
  }
}

/* 記事のQ&Aここまで */
/* 本記事の参考サイトここから */
#reference {
  border: none;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  margin-top: 40px;
}

#reference ul {
  padding: 0;
}

#reference ul li {
  padding-left: 20px;
}

#reference ul li+li {
  margin-top: 16px;
}

#reference ul>li:before {
  position: absolute;
  top: 4px;
}

#reference a {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  color: #000;
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 450px) {
  #reference li:before {
    top: -4px;
  }

  #reference a {
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
  }
}

/* 本記事の参考サイトここまで */
/* ページ下部の関連する記事ここから */
.related {
  border-top: none;
  padding-top: 0;
}

/* ページ下部の関連する記事ここまで */
/* SPで表示、PCで非表示ここから */
@media (min-width: 429px) {
  .sp-display {
    display: none;
  }
}

/* SPで表示、PCで非表示ここまで */
/* PCで表示、SPで非表示ここから */
@media (max-width: 450px) {
  .pc-display {
    display: none;
  }
}

/* PCで表示、SPで非表示ここまで */
/* 評価の星をオレンジにここから */
.hyoka td,
span.orange {
  color: orange;
}

/* 評価の星をオレンジにここまで */
/* 記事の注意文言ここから */
#disclaimer {
  padding: 40px;
  background-color: #54577b;
  color: #fff;
}

#disclaimer p {
  margin-top: 4px;
  line-height: 1.4;
}

/* 記事の注意文言ここまで */
/* フッターここから */
footer {
  margin-top: 60px;
}

.footer-wrapper {
  background-color: #efefef;
  padding: 80px 60px 100px;
  font-size: 1.4rem;
  color: #222;
}

.footer-title {
  color: #e6002d;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.footer-box+.footer-box {
  margin-top: 20px;
}

.footer-wrap2 {
  border-top: 1px solid #d9d9d9;
  margin-top: 28px;
  padding-top: 20px;
}

.corp-logo {
  display: flex;
  align-items: center;
}

.corp-logo>img {
  margin-left: 28px;
}

.corp-info ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}

.copyArea {
  margin-top: 20px;
}

.copyArea p {
  margin-bottom: 0;
}
  .footer-box a {
    text-decoration: none;
  }
@media screen and (min-width: 451px) {
  .footer-box a {
    padding-bottom: 4px;
    position: relative;
  }

  .footer-box a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .footer-box a:before {
    background: #e6002d;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }

  .footer-box li+li {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #000;
  }

  .corp-info {
    margin-left: 28px;
    padding-left: 28px;
    border-left: 1px solid #d9d9d9;
  }
}

@media screen and (max-width: 450px) {
  footer {
    margin-top: 0;
  }

  .footer-wrapper {
    padding: 40px 20px 60px;
    font-size: 1.3rem;
  }

  footer .flexbox {
    flex-wrap: wrap;
  }

  .footer-box li {
    margin: 0 16px 16px 0;
  }

  .footer-title {
    margin-bottom: 12px;
  }

  .footer-wrap2 {
    margin-top: 16px;
  }

  .sccite.flexbox {
    justify-content: center;
  }

  .corp-logo {
    display: flex;
    align-items: center;
  }

  .corp-logo>img {
    width: 60px;
    height: 60px;
  }

  .corp-info {
    margin-top: 20px;
    line-height: 1.6;
  }

  .corp-info li+li {
    margin-top: 12px;
  }

  .copyArea {
    text-align: center;
    margin-top: 28px;
  }
}

/* フッターここまで */

/* hoverイベントここから */
@media screen and (min-width: 451px) {
  .sitecard-link:hover::after {
    color: #ffdce4;
    background-color: #fff;
    border-right: 2px solid #ffdce4;
  }

  .l-footer .menu a:before {
    background: #373737;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }

  .l-footer .menu a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .afib a:hover {
    background-position: 100% 0;
  }

  .content .quote a:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #aaa;
  }

  .outline a:hover {
    color: #1a73e8;
  }

  .footer-upper ul+ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    border-radius: 12px;
    background-color: #ef91ac;
    transition: .3s;
  }

  .footer-upper ul+ul li:hover:before {
    left: 0;
  }

  .footer-upper .logo-sns+ul li a,
  .our-media+ul li a {
    position: relative;
  }

  .footer-upper .logo-sns+ul li a:hover,
  .our-media+ul li a:hover {
    color: #3694de;
  }

  .footer-upper .logo-sns+ul li a:before,
  .footer-upper .logo-sns+ul li a:after,
  .our-media+ul li a:before,
  .our-media+ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    width: 0;
    height: 6px;
    transform-origin: 0;
    transition: .2s width cubic-bezier(.46, .05, .02, .99);
  }

  .footer-upper .logo-sns+ul li a:before,
  .our-media+ul li a:before {
    left: calc(50% - 8px);
    background-color: #64b6f6;
  }

  .footer-upper .logo-sns+ul li a:after,
  .our-media+ul li a:after {
    left: calc(50%);
    background-color: #ff7ca0;
  }

  .footer-upper .logo-sns+ul li a:hover:before,
  .footer-upper .logo-sns+ul li a:hover:after,
  .our-media+ul li a:hover:before,
  .our-media+ul li a:hover:after {
    width: 6px;
  }

  .footer-upper .logo-sns+ul li a:hover:before,
  .our-media+ul li a:hover:before {
    transition-delay: .2s;
  }

  .l-footerTop .icon-twitter:hover:before {
    color: #ff98b5;
  }
}

/* hoverイベントここまで */

/* トップへボタンここから */
.pagetop {
  display: none;
  position: fixed;
  bottom: 8rem;
  right: 4rem;
  z-index: 1;
}

.pagetop a {
  display: block;
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
}

.pagetop a .pagetop__progress {
  height: 100%;
  position: relative;
  width: 100%;
}

.pagetop a .pagetop__progress svg.pagetop__progress__base {
  opacity: 0.2;
}

.pagetop a .pagetop__progress svg path {
  fill: none;
  stroke: #363636;
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pagetop a .pagetop__arrow,
.pagetop a .pagetop__progress svg {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagetop a .pagetop__arrow path {
  fill: #363636;
}

@media (min-width: 769px) {
  .pagetop a .pagetop__arrow path {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  .pagetop a:hover {
    opacity: 1;
  }

  .pagetop a:hover .pagetop__arrow path {
    fill: #fa224d;
  }
}

@media (max-width: 768px) {
  .pagetop {
    bottom: 0.8rem;
    right: 0.8rem;
  }
}

.bottomFooter__topBtn[style*="bottom: 0px;"] {
  bottom: 130px !important;
  right: 15px;
}

/* トップへボタンここまで */
/* 全体設定ここから */
#top .radius0 {
  border-radius: 0;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

#top .mt0 {
  margin-top: 0 !important;
}

#top .mt5,
#custom .mt5 {
  margin-top: 5px;
}

#top .mt10 {
  margin-top: 10px;
}

#top .mt15 {
  margin-top: 15px;
}

#top .mt20,
#custom .mt20 {
  margin-top: 20px;
}

#top .mt30 {
  margin-top: 30px;
}

#top .mb0 {
  margin-bottom: 0;
}

#top .mb5,
#custom .mb5 {
  margin-bottom: 5px;
}

#top .mb10,
#custom .mb10 {
  margin-bottom: 10px;
}

#top .mb15 {
  margin-bottom: 15px;
}

#top .mb20 {
  margin-bottom: 20px;
}

#top .mb25 {
  margin-bottom: 25px;
}

#top .mb30 {
  margin-bottom: 30px;
}

#main .ml0 {
  margin-left: 0;
}

#top .ml15 {
  margin-left: 15px;
}

#top .ml20 {
  margin-left: 20px;
}

#top .ml30 {
  margin-left: 30px;
}

#top .mr15 {
  margin-right: 15px;
}

#top .mr5 {
  margin-right: 5px;
}

#top .mr20 {
  margin-right: 20px;
}

#top .pt0 {
  padding-top: 0;
}

#top .pt5 {
  padding-top: 5px;
}

#top .pt10 {
  padding-top: 10px;
}

#top .pb0 {
  padding-bottom: 0;
}

#top .pb5 {
  padding-bottom: 5px;
}

#top .pb10 {
  padding-bottom: 10px;
}

#top .pl0 {
  padding-left: 0;
}

#top .pl15 {
  padding-left: 15px;
}

#top .pl20 {
  padding-left: 20px;
}

#top .pr15 {
  padding-right: 15px;
}

#top .pr20 {
  padding-right: 20px;
}

#top .pd10 {
  padding: 10px;
}

#top .ht950 {
  height: 950px;
}

#top .inlineblock,
#custom .inlineblock {
  display: inline-block;
}

#top .block {
  display: block;
}

small {
  display: block;
  line-height: 1.6;
}

.underline {
  text-decoration: underline;
}

#top .tdeco-none {
  text-decoration: none;
}

#top .black {
  color: #191919;
}

#top .red,
#custom .red {
  color: #fa224d;
}

.bold.red,
#top .fbig {
  font-size: 1.8rem;
}

#top .fwn {
  font-weight: normal;
}

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

  #top .bold.red,
  #top .fbig {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  #top .spmt0 {
    margin-top: 0;
  }

  #top .spmt5 {
    margin-top: 5px;
  }

  #top .spmt8 {
    margin-top: 8px !important;
  }

  #top .spmt10 {
    margin-top: 10px;
  }

  #top .spmt15 {
    margin-top: 15px;
    display: inline-block;
  }

  #top .spmt20 {
    margin-top: 20px;
    display: inline-block;
  }

  #top .spmt25 {
    margin-top: 25px;
  }

  #top .spmt30 {
    margin-top: 30px;
  }

  #top .spmb0 {
    margin-bottom: 0;
  }

  #top .spmb5 {
    margin-bottom: 5px;
  }

  #top .spml0 {
    margin-left: 0 !important;
  }

  #top .spmb10 {
    margin-bottom: 10px;
  }

  #top .spmb15 {
    margin-bottom: 15px;
  }

  #top .spmb20 {
    margin-bottom: 20px;
  }

  #top .spmb25 {
    margin-bottom: 25px;
  }

  #top .spmr15 {
    margin-right: 15px;
  }

  #top .spmr5 {
    margin-right: 5px;
  }

  #top .spmr20 {
    margin-right: 20px;
  }

  .sp-align-right {
    text-align: right;
  }

  .sp-align-left {
    text-align: left;
  }

  .sp-align-center {
    text-align: center;
  }

  #top .spf11 {
    font-size: 1.1rem;
  }

  #top .spf12 {
    font-size: 1.2rem;
  }

  .spf11.inlineblock {
    line-height: 1.2;
  }

}

/* 全体設定ここから */
/* 記事一覧ページのプロフィール欄ここから */
p.phrase.phrase-secondary.archiveHead__authorDescription {
  line-height: 1.5em;
}

/* 記事一覧ページのプロフィール欄ここまで */
/* ボタン上の訴求文ここから */
.afi-speech {
  color: #ff2626;
  font-weight: bold;
  text-align: center;
}

.content div.afib p {
  margin-top: 1rem;
}

.afib>.afi-speech>span::before {
  content: "";
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  display: inline-block;
  border-style: solid;
  border-width: 25px 4px 0 4px;
  border-color: #ff2626 transparent transparent transparent;
  margin: 0 10px -8px 0;
}

.afib>.afi-speech>span::after {
  content: "";
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  display: inline-block;
  border-style: solid;
  border-width: 25px 4px 0 4px;
  border-color: #ff2626 transparent transparent transparent;
  margin: 0 0 -8px 10px;
}

/* ボタン上の訴求文ここまで */
/* PCで改行しないここから */
@media screen and (min-width: 451px) {
  br.pcnone {
    display: none;
  }
}

/* PCで改行しないここまで */
/* テーブルスクロールここから */
.scroll {
  overflow: auto;
}

.scroll table {
    margin: 8px 0px;
}

.scroll .column-1 {
  position: sticky;
  left: 0;
}
.scroll th.column-1 {
     background: #373737; 
}
.scroll th.column-1:before {
    border-left: 1px solid #373737;
}
.scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

@keyframes blinking {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.scroll span.blink {
    font-size: 15px;
    color: #fa224d;
    font-weight: bold;
    display: block;
    text-align: right;
    margin-top: 10px;
    animation: blinking 1s ease-in-out infinite alternate;
}
.pink-circle + .accordion-block {
    margin-top: -10px;
}
@media screen and (min-width:900px) {
  .scroll span.blink {
    display: none;
  }
}
@media (max-width: 450px) {
.pink-circle + .scroll {
    margin-top: -22px;
}
.pink-circle + .scroll table {
    margin-top: 8px;
}
.sp-scroll {
  overflow: auto;
}

.sp-scroll table {
  white-space: nowrap;
  margin-bottom: 8px;
}

.sp-scroll .column-1 {
  position: sticky;
  left: 0;
}
.sp-scroll th.column-1 {
     background: #373737; 
}
.sp-scroll .column-1:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #e5e5e5;
}
.sp-scroll th.column-1:before {
    border-left: 1px solid #373737;
}
}
/* テーブルスクロール　ここまで */
@media screen and (min-width:900px) {
  .w700 table {
    width: 700px !important;
  }

  .w800 table {
    width: 800px !important;
  }

  .w900 table {
    width: 900px !important;
  }

  .w1000 table {
    width: 1000px !important;
  }

  .w1100 table {
    width: 1100px !important;
  }

  .w1200 table {
    width: 1200px !important;
  }

  .w1300 table {
    width: 1300px !important;
  }

  .w1400 table {
    width: 1400px !important;
  }

  .w1500 table {
    width: 1500px !important;
  }

  .w1600 table {
    width: 1600px !important;
  }

  .w1700 table {
    width: 1700px !important;
  }

  .w1800 table {
    width: 1800px !important;
  }

  .w1900 table {
    width: 1900px !important;
  }

  .w2000 table {
    width: 2000px !important;
  }
}

@media screen and (max-width:900px) {
  .sw400 table {
    width: 400px !important;
  }

  .sw500 table {
    width: 500px !important;
  }

  .sw600 table {
    width: 600px !important;
  }

  .sw700 table {
    width: 700px !important;
  }

  .sw800 table {
    width: 800px !important;
  }

  .sw900 table {
    width: 900px !important;
  }

  .sw1000 table {
    width: 1000px !important;
  }

  .sw1100 table {
    width: 1100px !important;
  }

  .sw1200 table {
    width: 1200px !important;
  }

  .sw1300 table {
    width: 1300px !important;
  }

  .sw1400 table {
    width: 1400px !important;
  }

  .sw1500 table {
    width: 1500px !important;
  }
}

/* テーブルスクロールここまで */
/* 画像比較のタイトルここから */
#top .laderimage-list {
  margin-top: 10px !important;
}

div.ladar-title {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    border: solid #efe4df;
    border-width: 7px 7px 0;
    margin-bottom: -13px;
    margin-top: 20px;
}

div.ladar-title+p {
  margin-top: 0px;
}

/* 画像比較のタイトルここまで */
/* 口コミをもっと見るここから */
#top a.kuchi-other {
  display: block;
  border: 2px solid #373737;
  padding: 15px 10px 15px 10px;
  text-align: center;
}

a.kuchi-other::before {
  font-family: "icomoon";
  content: "\e979";
  color: #373737;
  padding-right: 7px;
}

/* 口コミをもっと見るこまで */
/* 評価エリアここから */
div.eva-title {
  font-size: 30px;
  font-weight: bold;
  color: #515151;
  text-align: center;
  padding: 10px;
}

.content div.eva ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
  border-radius: 0px;
  letter-spacing: -0.5px;
}

.content div.eva ul li {
  margin: 10px;
  box-shadow: 2px 2px 3px #b7b7b7;
}

.content div.eva li::before {
  content: none;
}

div.eva span {
  font-size: 34px;
  margin-right: 5px;
  color: #515151;
}

.content div.eva ul li.radar {
  margin-bottom: 25px;
}

li.rank {
  background: #7bc3f3;
  width: 40%;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
}

div.rank1 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0px auto 10px;
}

div.rank2 {
  background: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 20px;
  color: #515151;
  font-weight: bold;
  margin-top: 0px;
  text-shadow: 2px 2px 3px #d7d7d7;
}

li.price {
  background: #8de57e;
  width: 40%;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
}

div.price1 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0px auto 10px;
}

div.price2 {
  background: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 20px;
  color: #515151;
  font-weight: bold;
  margin-top: 0px;
  text-shadow: 2px 2px 3px #d7d7d7;
}

li.point {
  background: #ffa7be;
  width: 83%;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
}

div.point1 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin: 0px auto 10px;
}

div.point2 {
  background: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 20px;
  color: #515151;
  font-weight: bold;
  margin-top: 0px;
  text-shadow: 2px 2px 3px #d7d7d7;
}

div.eva div.point2 span {
  font-size: 40px;
  color: #ff5b86;
}

div.point1::before {
  font-family: "icomoon";
  content: "\e9af";
  color: #ffffff;
  padding-right: 7px;
}

.content div.eva .accordionBox-border dt {
  color: #515151;
  border-radius: 5px;
  text-align: center;
}

.content div.eva dl {
  width: 96%;
  margin: auto;
}

@media screen and (max-width: 414px) {
  .content div.eva ul {
    padding: 15px 0px;
    margin: 0px 10px 10px 10px;
  }

  div.eva span {
    font-size: 23px;
  }

  div.eva-title {
    font-size: 25px;
  }

  .content div.eva ul li {
    margin: 5px;
  }

  .content div.eva ul li.radar {
    margin-bottom: 15px;
    width: 90%;
  }

  li.rank {
    width: 43%;
    padding: 7px;
  }

  div.rank1 {
    font-size: 15px;
    margin: 0px auto 5px;
  }

  div.rank2 {
    padding: 10px;
    font-size: 15px;
  }

  li.price {
    width: 43%;
    padding: 7px;
  }

  div.price1 {
    font-size: 15px;
    margin: 0px auto 5px;
  }

  div.price2 {
    padding: 10px;
    font-size: 15px;
  }

  li.point {
    width: 90%;
    padding: 7px;
  }

  div.point1 {
    font-size: 20px;
  }

  div.point2 {
    font-size: 15px;
  }

  div.eva div.point2 span {
    font-size: 30px;
  }

  div.point1::before {
    font-family: "icomoon";
    content: "\e9af";
    color: #ffffff;
    padding-right: 7px;
  }

  .content div.eva dl {
    width: 95%;
  }
}

/* 評価エリアここまで */
/*パカパカここから*/
.content dl {
  margin-top: 2rem
}

.content dt {
  margin-top: 2rem;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05)
}

.content dd {
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.05)
}

.content .accordionBox dt {
  position: relative
}

.content .accordionBox dt::after {
  font-family: "icomoon";
  content: "\ea0c";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5rem;
  font-size: 1rem;
  line-height: 1
}

.content .accordionBox dt.current::after {
  content: "\ea0d"
}

.content .accordionBox-border dt {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.05)
}

.content .accordionBox-border dd {
  border-top: 0
}

/*パカパカここまで*/
/*編集長エリアここから*/
.editor {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 15px;
  margin: 0 32px 28px;
}

.editor-author {
  text-align: center;
}

.editor-text {
  margin: 12px 0;
  font-weight: bold;
  line-height: 1.75;
}

.content .editor-text {
  font-size: 15px;
  font-weight: bold;
  margin: 12px 0px 20px 0px;
  line-height: 1;
}

.editor-author img {
  border: solid 1px #efefef;
  border-radius: 50%;
}

.editor-description {
  line-height: 1.75;
}

#top .editor ul {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content .editor ul>li:before {
  content: none;
}

.sns-list {
  list-style: none;
}

@media screen and (min-width: 451px) {
  .editor {
    display: flex;
  }

  .editor-author {
    width: 20%;
  }

  .editor-contents {
    width: 75%;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding: 12px 0 0 20px;
    margin-left: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
.editor {
    margin: 0 16px 20px;
}
  .editor-description {
    font-size: 1.3rem;
    margin-top: 16px;
  }

  .editor-text {
    margin: 0 0 12px;
  }
}

/*編集長エリアここまで*/
/*編集長コメントここから*/
#top .cha3 .ico {
  float: left;
  margin-right: 15px;
  width: 80px;
  height: 101px;
  text-align: center;
}

#top .cha3 .ico+div:before {
  border-right: 8px solid #f9f9f9;
  left: -8px;
}

.cha3 .gra {
  background-color: #f9f9f9;
}

#top .interview .gra-content {
  padding: 12px;
  border-radius: 3px;
  line-height: 1.6;
}

div.ico span {
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
}

.interview.cha3 {
  height: fit-content;
}

@media screen and (max-width: 450px) {
  #top .cha3 .ico {
    width: 55px;
    height: 74px;
  }
}

/*編集長コメントここまで*/

/*エンタメメディアアフィボタン*/
.button-container {
    display: block;
    text-align: center;
    margin: 28px 0;
}

.trial-text {
    font-size: 2rem;
    font-weight: bold;
    color: #fa224d;
}

.btn-box {
    margin-top: 8px;
}

#top .btn-box a {
    max-width: 100%;
    width: 360px;
    height: 68px;
    display: flex;
    align-items: center;
    border-radius: 34px;
    overflow: hidden;
    text-decoration: none;
    margin: 0 auto;
    background-color: #000;
    border: 2px solid #000;
    position: relative;
}
.btn-box .bgwh {
    width: 28%;
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
}
.btn-box a span+span {
    padding: 10px 40px 10px 10px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    flex: 1;
}
.btn-box a span+span span {
    display: inline-block;
}
.btn-box a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -6px;
}

#top .btn-box .bt-amazon {
    background-color: #0478ff;
    border-color: #0478ff;
}

#top .btn-box .bt-lemino {
    background-color: #ff146f;
    border-color: #ff146f;
}

#top .btn-box .bt-danime {
    background-color: #ea5529;
    border-color: #ea5529;
}

#top .btn-box .bt-telasa {
    background-color: #ec5604;
    border-color: #ec5604;
}

#top .btn-box .bt-disney {
    background: linear-gradient(#002133, #039099);
    border-color: #002337;
}

#top .btn-box .bt-tvtokyobiz {
    background-color: #e60113;
    border-color: #e60113;
}

#top .btn-box .bt-ponta {
    background-color: #0076d6;
    border-color: #0076d6;
}

#top .btn-box .bt-jcom {
    background-color: #c82912;
    border-color: #c82912;
}

#top .btn-box .bt-rakutentv {
    background-color: #bf0001;
    border-color: #bf0001;
}

@media screen and (max-width: 450px) {
 .btn-box a {
    max-width: 100%;
}
}
/*エンタメメディアアフィボタンここまで*/
/*この記事からわかることここから*/
.abstract-box {
    border: 2px solid #2d2d2d;
    margin-top: 40px;
}

#top .abstract-title {
    width: fit-content;
    margin: -14px 0 0 20px;
    background: #fff url(https://www.showcase-tv.com/hikari/wp-content/uploads/2025/04/point-img-book.png) no-repeat;
    background-size: 24px;
    background-position: 14px 1px;
    padding: 0 12px 0 48px;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fa224d;
    font-weight: bold;
    max-width: 94%;
}
.abstract-box ul {
    background-color: white;
    border: none;
    padding: 10px 12px 16px 34px;
    margin-top: 0;
}
.abstract-box ul li {
    line-height: 1.5;
    padding-left: 26px;
}
.abstract-box ul li + li {
    margin-top: 8px;
}
#top .abstract-box ul > li:before {
    content: "\ea12";
    color: #fa224d;
    font-family: icomoon;
    position: absolute;
    left: 0;
}
@media screen and (max-width: 450px) {
.abstract-box ul {
    padding: 8px 12px 16px 20px;
}
}
/*この記事からわかることここまで*/
/* はてなボックス ここから */
.hatena,.kiken {
    padding: 24px 24px 16px;
    border: solid 2px #fa224d;
    position: relative;
    margin: 45px 0px 35px 0px;
}
.hatena p,
.kiken p {
    margin-top: 0px;
}
.hatena strong,
.kiken strong {
    font-size: inherit;
}
.hatena .red,
.kiken .red {
    font-size: inherit;
}
.hatena-text,
.kiken-text {
    font-weight: bold;
    background: #ffffff;
    width: fit-content;
    padding: 0px 8px;
    position: absolute;
    top: -16px;
    left: 54px;
    font-size: 18px;
}
.hatena-text::before,
.kiken-text::before {
    content: "";
    display: inline-block;
    width: 29px;
    height: 29px;
    background-color: #ffffff;
    background-image: url(https://www.showcase-tv.com/hikari/wp-content/uploads/2025/03/hatena2-icon.png);
    background-size: contain;
    position: absolute;
    top: 1px;
    left: -27px;
    border-radius: 25px;
    border: 3px solid #ffb0b0;
}
/* はてなボックス ここまで */
/* 注意ボックス ここから */

.kiken-text::before {
    background-image: url(https://www.showcase-tv.com/hikari/wp-content/uploads/2025/03/kiken3-icon.png);
}
/* 注意ボックス ここまで */
/*タブ切り替えここから*/
* {
  box-sizing: border-box;
}
.tab {
    width: 100%;
    margin: 30px 0px;
}
.tab-label {
  display: flex;
  flex-wrap: wrap;
}
.tab-txt {
    padding: 15px;
}
.label {
    text-align: center;
    width: calc(100% / 2);
    padding: 10px;
    background-color: #f9f9f9;
    cursor: pointer;
    font-weight: bold;
    color: #191919;
}
.label.active {
    background-color: #373737;
    color: #fff;
    font-weight: bold;
}
.txt {
  display: none; 
}
.txt.show {
  display: block; 
}
/*タブ切り替えここまで*/
/* スキップボタンここから */
.skip-btn,.mokuji-btn {
margin: 20px 0;
}
.skip-btn a,.mokuji-btn a {
display: block;
text-align: center;
text-decoration: none !important;
padding: 12px 0;
font-size: 1.4rem;
font-weight: bold;
transition: 0.5s;
border: 2px solid #444 !important;
color: #444 !important;
}
.skip-btn a::after,.mokuji-btn a::after {
font-family: "icomoon";
font-size: 16px;
margin-left: 10px;
vertical-align: -2px;
}
.skip-btn a::after {
content: "\ea45";
}
.mokuji-btn a::after {
content: "\ea43";
}
@media screen and (min-width:451px) {
.skip-btn a:hover,.mokuji-btn a:hover {
color: #fff !important;
background: #444 !important;
}
}
@media screen and (max-width:450px) {
.mokuji-btn a {
margin-top: 30px;
}
}
/* スキップボタンここまで */
/* テーブル内記号ここから */
span.maru2 {
    color: #10d724;
    font-size: 32px;
    line-height: 43px;
    font-weight: bold;
}
span.sankaku {
    color: #ffe200;
    font-size: 32px;
    line-height: 43px;
    font-weight: bold;
}
span.maru {
    color: #5fb4ff;
    font-size: 31px;
    line-height: 43px;
}
/* テーブル内記号ここまで */
/* 評価テーブルここから */
table.rating-table tr {
background-color: #fff;
}

table.rating-table td {
border-right: none;
}
table.rating-table {
width: 100%;
font-size: 14px;
font-weight: normal;
border: 1px solid #e5e5e5;
background-color: #fff;
}

table.rating-table tr th {
font-variant: diagonal-fractions;
border: 1px solid #373737;
background-color: #373737;
text-align: center;
font-weight: bold;
}

table.rating-table tr.row-2 td {
background-color: #fff0da;
text-align: center;
font-weight: bold;
}

table.rating-table tr.row-2 td.column-1 .rating-score {
color: #fa224d;
font-size: 24px;
margin: 0 4px 0 16px;
}

table.rating-table td.column-2 {
font-weight: bold;
font-size: 16px;
text-align: center;
}

table.rating-table td .starList {
margin-left: 4px;
justify-content: center;
}

table.rating-table tr.row-2 td.column-1 .starList {
font-size: 24px;
}

@media screen and (max-width:768px) {
table.rating-table tr.row-2 td.column-1 .rating-score {
font-size: 20px;
}

table.rating-table tr.row-2 td.column-1 .starList {
font-size: 20px;
}
}
@media screen and (min-width:451px) {
table.rating-table td {
width: 50%;
}
}
/* 評価テーブルここまで */
/* 横ランキングテーブルここから */
table.yoko-ranking td {
    text-align: center;
}
/* 横ランキングテーブルここまで */