@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.b {
  font-weight: bold;
}

@media only screen and (max-width: 576px) {
  .sp-blank {
    display: block;
  }
}

section {
  margin-bottom: 70px;
}
@media only screen and (max-width: 576px) {
  section {
    margin-bottom: 50px;
  }
}

.text-bottom-mar {
  margin-bottom: 20px;
}

.box-bottom-mar-10 {
  margin-bottom: 10px;
}

.main-title-img {
  max-width: 528px;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
}

.dp-title-01 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.125rem;
  color: #2f7ed7 !important;
  line-height: 1.4;
}
@media only screen and (max-width: 576px) {
  .dp-title-01 {
    font-size: 1.875rem;
  }
}
.dp-title-01-sub {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.3;
}
.dp-title-01 .accent-color {
  color: #fdd118 !important;
  font-weight: 700;
}
.dp-title-01 .em {
  font-size: 5rem;
  font-weight: bold;
  font-style: italic;
  padding-right: 3px;
}
.dp-title-01-icon {
  margin: auto;
}

.dp-balloon-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dp-balloon-01 .faceicon {
  width: 110px;
  height: auto;
  float: none;
  margin-right: 17px;
}
@media only screen and (max-width: 576px) {
  .dp-balloon-01 .faceicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 95px;
  }
}
.dp-balloon-01 .chatting {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-points {
  margin-bottom: 15px;
}

.rank-point {
  background: none;
  padding: 20px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px;
  margin-bottom: 30px;
  margin-top: 30px;
  border: 5px solid #2f7ed7 !important;
  border-radius: 15px;
}

.rank-point .fusen {
  display: inline-block;
  position: absolute;
  padding: 0.2em 0.3em 0em 0.3em;
  font-weight: bold;
  right: 0;
  left: 0;
  top: -1.2em;
  margin-left: 1em;
  font-size: 15px;
}
.rank-point .fusen span {
  background-color: #2f7ed7 !important;
  padding: 0 0.5em;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  line-height: 1.8;
}

.rank-point ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1rem;
  line-height: 1.6;
}
.rank-point ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 10px;
  border-left: 4px solid #f70101 !important;
  border-bottom: 4px solid #f70101 !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-image: none;
  position: relative;
  margin-right: 5px;
}
.rank-point ul li div {
  font-size: 1rem;
  line-height: 1.6;
}
.rank-point ul li:last-child {
  margin-bottom: 0;
}
.rank-point ul li ul {
  margin-top: 0 !important;
}

.rank-detail {
  margin-bottom: 50px;
}
@media only screen and (max-width: 576px) {
  .rank-detail {
    margin-bottom: 30px;
  }
}
.rank-detail .rank-point {
  padding: 30px 20px !important;
}
.rank-detail .rank-point ul {
  margin-top: 0 !important;
}

.says {
  display: inline-block;
  position: relative;
  padding: 13px;
  border-radius: 12px;
  background: #fff !important;
  border: 3px solid #909090;
  margin: 0;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.says p {
  font-size: 1rem;
  width: 100%;
  padding-top: 0 !important;
}
@media only screen and (max-width: 576px) {
  .says p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 576px) {
  .says {
    margin: 5px 0 0 0px;
    padding: 8px 13px;
  }
}
.says::before {
  content: "";
  position: absolute;
  top: 50% !important;
  left: -24px !important;
  margin-top: -12px !important;
  border: 12px solid transparent !important;
  border-right: 12px solid #fff !important;
  z-index: 2;
}
.says::after {
  content: "";
  position: absolute;
  top: 50% !important;
  left: -30px !important;
  margin-top: -14px !important;
  border: 14px solid transparent !important;
  border-right: 14px solid #909090 !important;
  z-index: 1;
}

.dp-balloon-down {
  position: relative;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 7px 10px;
  color: #555;
  font-size: 16px;
  background: #ee0404;
  border-radius: 20px;
  width: 100%;
}
.dp-balloon-down:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ee0404;
}

.note-box {
  background-image: repeating-linear-gradient(45deg, #feda52, #feda52 15px, #000000 15px, #000000 30px);
  padding: 25px;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .note-box {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.note-box-inner {
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 576px) {
  .note-box-inner {
    padding: 15px;
  }
}
.note-box-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  line-height: 1.3;
}
.note-box-title-icon {
  width: 53px;
  height: auto;
  margin-right: 5px;
}
@media only screen and (max-width: 576px) {
  .note-box-title-icon {
    width: 30px;
  }
}
.note-box-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #f70101 !important;
  font-size: 1.875rem;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .note-box-title-text {
    font-size: 1.25rem;
  }
}
.note-box-list li {
  position: relative;
  padding-left: 30px; /* チェックマークのスペースを確保 */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  font-size: 1.5rem;
}
@media only screen and (max-width: 576px) {
  .note-box-list li {
    font-size: 1.125rem;
    padding-left: 25px;
  }
}
.note-box-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 10px;
  border-left: 4px solid #f70101 !important;
  border-bottom: 4px solid #f70101 !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
}
@media only screen and (max-width: 576px) {
  .note-box-list li::after {
    top: 4px;
  }
}

.safety-box {
  border: 10px solid #8fc8e3;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .safety-box {
    margin-bottom: 20px;
  }
}
.safety-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}
.safety-box-title {
  font-weight: bold;
  color: #2f7ed7 !important;
  font-size: 2rem;
  margin: 0 15px;
  padding-bottom: 5px;
  border-bottom: 5px solid #feda52;
}
@media only screen and (max-width: 576px) {
  .safety-box-title {
    font-size: 1.375rem;
    margin: 0 10px;
  }
}
.safety-box-illust {
  width: 82px;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .safety-box-illust {
    width: 60px;
  }
}
.safety-box-inner {
  padding: 0 15px;
}

.check-box {
  margin-bottom: 50px;
}
@media only screen and (max-width: 576px) {
  .check-box {
    margin-bottom: 30px;
  }
}
.check-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background-color: #dcedff !important;
  border-bottom: 4px solid #2f7ed7 !important;
  margin-bottom: 15px;
}
.check-box-icon {
  width: 56px;
  margin-right: 10px;
}
@media only screen and (max-width: 576px) {
  .check-box-icon {
    width: 50px;
  }
}
.check-box-title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.625rem;
  color: #2f7ed7 !important;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 576px) {
  .check-box-title {
    font-size: 1.25rem;
  }
}
.check-box-illust {
  text-align: center;
  margin: auto;
  width: 90%;
}
@media only screen and (max-width: 576px) {
  .check-box-illust {
    width: 100%;
  }
}

.btn-balloon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 10px;
  border: 1px solid #333333;
  background-color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .btn-balloon {
    font-size: 0.875rem;
  }
}
.btn-balloon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #333333 transparent transparent;
  translate: -50% 100%;
}
.btn-balloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17.8px 8.9px 0 8.9px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.btn-main {
  background-color: #e20000 !important;
  border-bottom: 5px solid #980202 !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 20px;
  line-height: normal;
  text-decoration: none !important;
  font-size: 1.375rem;
  min-height: 85px;
  text-align: center;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: auto;
  margin-bottom: 5px;
}
.btn-main span {
  font-weight: 700;
  font-size: 1.375rem;
}
@media only screen and (max-width: 576px) {
  .btn-main span {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 576px) {
  .btn-main {
    font-size: 1.125rem;
    width: 100%;
  }
}
.btn-main::after {
  position: absolute;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-size: 1.8rem;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-ranking {
  background-color: #e20000 !important;
  border-bottom: 5px solid #980202 !important;
  margin-top: 0px !important;
  border-radius: 100vh;
}
.btn-ranking span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 576px) {
  .btn-ranking span {
    font-size: 1rem;
  }
}
.btn-ranking span::before {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  margin-right: 10px;
  position: relative;
  top: auto;
  margin-left: 0;
}
.btn-ranking span:after {
  position: relative;
  top: auto;
  right: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  margin-left: 10px;
}
@media only screen and (max-width: 576px) {
  .btn-ranking span:after {
    font-size: 1.25rem;
  }
}

.tableList__area {
  border-collapse: collapse;
  border: 1px solid #bed8dc;
  border-bottom: none;
  width: 100%;
}
.tableList__area p {
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .tableList__area p {
    font-size: 0.875rem;
  }
}

.tableList__area th,
.tableList__area .th {
  background-color: #dcedff !important;
  border-bottom: 1px solid #cbb4b4;
  width: 10%;
  font-weight: bold;
  line-height: 1.5;
  color: #2f7ed7 !important;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 576px) {
  .tableList__area th,
  .tableList__area .th {
    font-size: 0.8125rem;
    width: 11%;
  }
}
.tableList__area th .sp-blank,
.tableList__area .th .sp-blank {
  font-weight: bold;
}

.tableList__area td {
  background: none;
  color: #333;
  padding: 10px;
  border-bottom: 1px solid #bed8dc;
  vertical-align: middle;
  width: 27%;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (max-width: 576px) {
  .tableList__area td {
    font-size: 0.8125rem;
    padding: 6px 5px;
  }
}

.rank-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background-color: #dcedff !important;
  border-bottom: 4px solid #2f7ed7 !important;
  margin-bottom: 20px;
  margin-top: 0;
  color: #2f7ed7 !important;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 576px) {
  .rank-subtitle {
    font-size: 1.125rem;
  }
}
.rank-subtitle::after {
  border: none;
}

.rank-subtitle-2 {
  color: #2f7ed7 !important;
  padding: 10px;
  border-left: 5px solid #2f7ed7 !important;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 576px) {
  .rank-subtitle-2 {
    font-size: 1.125rem;
  }
}

.ranking-maincopy {
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #2f7ed7 !important;
  line-height: 1.6;
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 576px) {
  .ranking-maincopy {
    font-size: 1.125rem;
  }
}

.dp-ranking-product-title {
  background-color: #2f7ed7 !important;
  margin-bottom: 25px;
}
.dp-ranking-head {
  margin: auto;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dp-ranking-head-thum {
  margin-right: 20px;
  width: 24%;
}
@media only screen and (max-width: 576px) {
  .dp-ranking-head-thum {
    margin-right: 15px;
    width: 31%;
  }
}
.dp-ranking-head-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.review-box {
  background-color: #fff5d9;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.review-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #2f7ed7 !important;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.review-box-icon {
  width: 98px;
  margin-right: 20px;
}
@media only screen and (max-width: 576px) {
  .review-box-icon {
    width: 80px;
    margin-right: 10px;
  }
}
.review-box-attribute {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.review-box-point {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-box-name {
  margin-bottom: 10px;
}
.review-box-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 576px) {
  .review-box-title {
    font-size: 1.125rem;
  }
}

.faq-container {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #2f7ed7 !important;
  border-radius: 8px;
}

.faq-question-text {
  padding-right: 40px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.faq-question-q {
  width: 25px;
  font-weight: bold;
  margin-right: 5px;
}

.faq-question-a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
  max-height: 0;
  padding: 0 15px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  line-height: 1.6;
}
.faq-answer p {
  line-height: 1.6;
}
.faq-answer p:first-child {
  padding-top: 15px;
}
.faq-answer p:last-child {
  margin-bottom: 0 !important;
}

.faq-item.active .faq-answer {
  max-height: 7000px;
  padding: 15px;
  padding-top: 0;
}

.sp-blank {
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .sp-blank {
    display: block;
  }
}

.note-indent {
  text-indent: -0.6rem;
  padding-left: 0.6rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media only screen and (max-width: 576px) {
  .note-indent {
    display: block;
  }
}

.text-indent {
  text-indent: -1.3rem;
  padding-left: 1.3rem;
  line-height: 1.5;
  font-size: 1rem;
}

.compare-table {
  margin-bottom: 15px;
}
.compare-table td {
  border-right: 1px dotted #b5a9a9;
  min-width: 20%;
  padding: 10px !important;
}

@media only screen and (max-width: 576px) {
  .compare-table__spth {
    display: block;
    height: 26px;
  }
  .compare-table__spth th {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 10px 5px;
  }
}

.compare-table__item {
  text-align: center;
  background-color: #2f7ed7 !important;
  color: #fff;
  padding: 8px;
  font-weight: bold;
  font-size: 1rem;
}

.compare-table__stars {
  color: #fea338;
  line-height: 1;
  font-size: 0.875rem;
  letter-spacing: 0rem;
  display: block;
}

.compare-table__text p.best, .compare-table__text p.good, .compare-table__text p.so, .compare-table__text p.bad {
  font-family: メイリオ !important;
  font-size: 3.125rem;
}
.compare-table__text .price {
  font-size: 1.25rem;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .compare-table__text .price {
    font-size: 1.125rem;
  }
}
.compare-table__text .list-price {
  text-align: center;
}
.compare-table__text p {
  margin-bottom: 0 !important;
}

.compare-table__product {
  padding: 0 !important;
}
.compare-table__product a {
  display: block;
  font-size: 0.75rem;
}
.compare-table__product a img {
  width: 80px !important;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .compare-table__product {
    width: 30%;
  }
}

.compare-table__score .price {
  font-size: 1.125rem;
}

.compare-table p {
  font-size: 0.875rem;
  line-height: 1.5;
}

.compare-table-point {
  font-size: 0.875rem;
  text-align: center;
}

.dp-btn-small {
  font-size: 0.75rem;
  background-color: #e20000 !important;
  color: #fff !important;
  font-weight: 700;
  line-height: normal;
  text-decoration: none !important;
  font-size: 0.75rem;
  padding: 5px 10px;
  width: 100% !important;
  text-align: center;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 5px;
}

.block.block-related-features.block-related-features-block div {
  background-color: #fff !important;
  border: none !important;
}
.block.block-related-features.block-related-features-block h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 4px dotted #2f7ed7 !important;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block.block-related-features.block-related-features-block ul li a {
  margin-bottom: 10px;
  position: relative;
  padding-left: 13px !important;
  text-decoration: none;
  color: #333;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d0cecd;
}
.block.block-related-features.block-related-features-block ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #2f7ed7 !important;
}

.region-footer {
  background: #2f7ed7 !important;
}

.b {
  font-weight: bold;
}

.table-wrapper {
  max-width: 100%;
  position: relative;
  border: 1px solid #cd96a4;
  margin-bottom: 30px;
}
@media screen and (max-width: 579px) {
  .table-wrapper {
    overflow: auto;
  }
}
.table-wrapper p.best, .table-wrapper p.good, .table-wrapper p.so, .table-wrapper p.bad {
  font-family: メイリオ !important;
  font-size: 3.125rem;
}

/* 基本テーブルスタイル */
.fixed-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 580px;
}

.fixed-table th,
.fixed-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  background: #fff;
  min-width: 100px;
  vertical-align: middle;
  line-height: 1.5;
}

.fixed-table th.sticky-left {
  color: #2f7ed7 !important;
  font-weight: bold;
}

.fixed-table td p {
  margin-bottom: 0 !important;
  line-height: 1.4;
}

/* 上部ヘッダー固定 */
.fixed-table thead th {
  position: sticky;
  top: 0;
  background: #2f7ed7 !important;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

/* 左列固定 */
.sticky-left {
  position: sticky;
  left: 0;
  background: #f9f9f9;
  z-index: 1;
}

/* 左上角（空セル）の固定 */
.sticky-corner {
  position: sticky;
  top: 0;
  left: 0;
  background: #f1f1f1;
  z-index: 3;
}

/* 交互の行の背景色 */
.fixed-table tbody tr:nth-child(even) th,
.fixed-table tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}

/* スマホ用にスクロールを促す */
.block-compare-table .compare-table__product:first-child {
  background-color: #fff3ba;
}
.block-compare-table tr td:first-child {
  background-color: #fff3ba;
}
.block-compare-table p {
  margin-bottom: 5px !important;
}

.block.block-related-features.block-related-features-block ul li a {
  margin-bottom: 10px;
  position: relative;
  padding-left: 13px !important;
  text-decoration: none;
  color: #333;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d0cecd;
}

.block.block-related-features.block-related-features-block ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #2f7ed7 !important;
}

.region-footer {
  background: #2f7ed7 !important;
}

.compare-table__text ul {
  padding: 0px 0px 0px 5px;
}
.compare-table__text ul li {
  padding: 0 !important;
  margin: 0 !important;
}
.compare-table__text ul li.indent {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

.column-list {
  margin-left: 30px;
}
.column-list li {
  line-height: 1.6;
  margin-bottom: 10px;
  list-style: disc;
}

.point-box {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 579px) {
  .point-box {
    display: block;
    width: 100%;
  }
}
.point-box.orange .point-box-title {
  background-color: #ff9100 !important;
}
.point-box.orange .point-box-inner {
  border: 4px solid #ff9100 !important;
  border-top: 0 !important;
}
.point-box.green .point-box-title {
  background-color: #62d000 !important;
}
.point-box.green .point-box-inner {
  border: 4px solid #62d000 !important;
  border-top: 0 !important;
}
.point-box.red .point-box-title {
  background-color: #f50101 !important;
}
.point-box.red .point-box-inner {
  border: 4px solid #f50101 !important;
  border-top: 0 !important;
}
.point-box.bright-green .point-box-title {
  background-color: #9ee700 !important;
}
.point-box.bright-green .point-box-inner {
  border: 4px solid #9ee700 !important;
  border-top: 0 !important;
}
@media screen and (max-width: 579px) {
  .point-box.illust {
    width: 70%;
    margin: auto;
  }
}
.point-box-title {
  color: #fff;
  text-align: center;
  margin: 0;
  background-color: #2f7ed7 !important;
  padding: 10px;
  font-size: 1.4375rem;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 579px) {
  .point-box-title {
    padding: 10px;
  }
}
.point-box-inner {
  border: 4px solid #2f7ed7 !important;
  border-top: 0 !important;
  border-radius: 0 0 15px 15px;
  padding: 13px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 579px) {
  .point-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
}
.point-box-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 579px) {
  .point-box-img {
    margin: auto;
    width: 30%;
    margin-right: 10px;
  }
}
.point-box-text {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 579px) {
  .point-box-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    font-size: 1.125rem;
  }
}
.point-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 579px) {
  .point-box-wrap {
    display: block;
  }
}