@charset "UTF-8";
/* themeColor
-----------------------------*/
html {
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  min-width: 100% !important;
  line-height: 1.6;
  font-size: 0.875rem;
  line-height: 1.6;
  min-width: auto;
}
@media screen and (min-width: 576px) {
  body {
    font-size: 1rem;
  }
}

header {
  border-bottom: 1px solid #E7E1E0;
}

.mb-section p {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 576px) {
  .mb-section p {
    font-size: 1rem;
  }
}

.red {
  color: #ff0000;
}

span.marker {
  background-color: #21ff00;
}

.b {
  font-weight: bold;
}

.menu.is-global {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .menu.is-global {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sp-view {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-view {
    display: none;
  }
}

.pc-view {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-view {
    display: block;
  }
}

.nowrap {
  white-space: nowrap;
}

#footerNavi, #tagline-top {
  display: none;
}
@media screen and (min-width: 768px) {
  #footerNavi, #tagline-top {
    display: block;
  }
}

.logo.is-site {
  width: 140px !important;
}
@media screen and (min-width: 768px) {
  .logo.is-site {
    width: 200px !important;
  }
}

.is-padding-bottom-sm {
  padding-bottom: 5px !important;
}
@media screen and (min-width: 768px) {
  .is-padding-bottom-sm {
    padding-bottom: 12px !important;
  }
}

.is-padding-top-sm {
  padding-top: 5px !important;
}
@media screen and (min-width: 768px) {
  .is-padding-top-sm {
    padding-top: 12px !important;
  }
}

ol {
  padding-left: 1.5em;
}

ol li {
  list-style: decimal;
  margin-bottom: 15px;
}

.nav {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footerNaviContents li a {
  text-decoration: none !important;
}

address a {
  text-decoration: none !important;
}

.container {
  max-width: initial !important;
  padding: 0 !important;
}

.title-intoro {
  color: rgb(46, 152, 205);
  text-align: center;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .title-intoro {
    font-size: 2.125rem;
    margin-bottom: 30px;
  }
}
.title-ranking__img {
  text-align: center;
  max-width: 702px;
  margin: auto;
}
.title-ranking__img img {
  width: 90%;
  height: auto;
  margin-bottom: 30px !important;
}
.title-main {
  border-bottom: 5px solid #2e98cd;
  background-color: #d0e4ef;
  padding: 10px;
  font-size: 1.125rem;
  color: rgb(46, 152, 205);
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .title-main {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
.title-sub {
  border-bottom: 3px solid #2e98cd;
  padding: 0 10px 3px 0;
  font-size: 1.125rem;
  color: rgb(46, 152, 205);
  font-weight: bold;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .title-sub {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding: 0 10px 3px;
  }
}
.title-sub span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .title-sub span {
    font-size: 1.75rem;
  }
}
.title-sub.rank-1, .title-sub.rank-2, .title-sub.rank-3 {
  padding-left: 50px;
  height: 44px;
}
@media screen and (min-width: 768px) {
  .title-sub.rank-1, .title-sub.rank-2, .title-sub.rank-3 {
    height: 55px;
    padding-left: 66px;
  }
}
.title-sub.rank-4 span, .title-sub.rank-5 span {
  margin-left: 5px;
}
.title-sub.rank-1::before {
  content: "";
  display: block;
  width: 45px;
  height: 33px;
  background-image: url(../images/ranking_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .title-sub.rank-1::before {
    width: 62px;
    height: 45px;
  }
}
.title-sub.rank-2::before {
  content: "";
  display: block;
  width: 45px;
  height: 33px;
  background-image: url(../images/ranking_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .title-sub.rank-2::before {
    width: 62px;
    height: 45px;
  }
}
.title-sub.rank-3::before {
  content: "";
  display: block;
  width: 45px;
  height: 33px;
  background-image: url(../images/ranking_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .title-sub.rank-3::before {
    width: 62px;
    height: 45px;
  }
}
.title-sub.rank-4::before {
  content: "4";
  display: block;
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #737373;
  border-radius: 50%;
  font-size: 1.125rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  display: block;
  line-height: 25px;
  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;
}
@media screen and (min-width: 768px) {
  .title-sub.rank-4::before {
    width: 40px;
    height: 40px;
    font-size: 1.875rem;
  }
}
.title-sub.rank-5::before {
  content: "5";
  display: block;
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #737373;
  border-radius: 50%;
  font-size: 1.125rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  display: block;
  line-height: 25px;
  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;
}
@media screen and (min-width: 768px) {
  .title-sub.rank-5::before {
    width: 40px;
    height: 40px;
    font-size: 1.875rem;
  }
}
.title-sub-2 {
  color: rgb(46, 152, 205);
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.title-sub-2 span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .title-sub-2 {
    font-size: 1.5rem;
  }
}
.title-sub-2 span {
  padding-left: 10px;
}
.title-sub-2:before {
  position: absolute;
  width: 6px;
  height: 100%;
  content: "";
  border-radius: 3px;
  background: rgb(46, 152, 205);
}

.button-defa, .button-small, .button-sub, .button-main {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #D63E02;
}
.button-defa:hover, .button-small:hover, .button-sub:hover, .button-main:hover {
  color: #fff;
  background-color: #328116;
  background-color: #b83603;
  text-decoration: none;
}

.button-main {
  font-size: 1.125rem;
  padding: 10px 20px;
  color: #fff;
  display: block;
  width: 100% !important;
  height: 70px;
  margin: auto;
  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;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 576px) {
  .button-main {
    font-size: 1.5rem;
    padding: 10px 20px;
    width: 70% !important;
    height: 90px;
  }
}
.button-main:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 576px) {
  .button-main:before {
    width: 15px;
    height: 15px;
  }
}
.button-sub {
  font-size: 0.75rem;
  padding: 8px;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .button-sub {
    font-size: 0.875rem;
    padding: 10px;
  }
}
.button-small {
  padding: 15px 8px;
  color: #fff;
  margin: auto;
  display: block;
  background-color: #34b800;
  width: 250px;
  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;
  margin-top: 20px;
}
.button-small:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 576px) {
  .button-small {
    font-size: 0.875rem;
  }
}

.mb-section table, .mb-section td, .mb-section th {
  border: 1px solid #c1c0c0;
  border-collapse: collapse;
}
.mb-section table {
  width: 100%;
}
.mb-section td, .mb-section th {
  padding: 8px 5px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mb-section td, .mb-section th {
    padding: 12px;
  }
}
.mb-section th {
  background: #cce1ec;
  text-align: center;
  font-weight: bold;
}
.mb-section td {
  background-color: #fff;
}

.table-comparison td, .table-comparison th {
  padding: 5px 3px !important;
  text-align: center !important;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .table-comparison td, .table-comparison th {
    padding: 10px 5px !important;
  }
}
.table-comparison th {
  width: auto !important;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .table-comparison th {
    font-size: 1rem;
  }
}
.table-comparison td {
  font-size: 0.6875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .table-comparison td {
    font-size: 0.875rem;
  }
}
.table-comparison .td-detail {
  text-align: left !important;
}
.table-comparison .td-company {
  width: 85px;
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .table-comparison .td-company {
    width: 200px;
  }
}
.table-comparison .td-company a img {
  width: 90px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .table-comparison .td-company a img {
    width: 150px;
  }
}
.table-comparison .td-company__name a {
  font-size: 0.75rem;
}
.table-comparison .td-btn .button-sub span {
  display: none;
}
@media screen and (min-width: 768px) {
  .table-comparison .td-btn .button-sub span {
    display: inline-block;
  }
}
.table-comparison .td-btn {
  white-space: nowrap;
}
.table-comparison .td-rank {
  width: 35px;
}
@media screen and (min-width: 768px) {
  .table-comparison .td-rank {
    width: 54px;
  }
}
.table-comparison .td-rank img {
  width: 100%;
  height: auto;
}
.table-trademark {
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .table-trademark {
    margin-bottom: 50px;
  }
}
.table-trademark th {
  white-space: nowrap;
}
.table-comparison-2 .td-company__name a {
  font-size: 0.9375rem;
  font-weight: bold;
  text-decoration: none;
  color: #333 !important;
}
@media screen and (min-width: 768px) {
  .table-comparison-2 .td-company__name a {
    font-size: 1.25rem;
  }
}
.table-comparison-2 .td-company {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .table-comparison-2 .td-company {
    width: 200px;
  }
}
.table-comparison-3 {
  width: 780px !important;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .table-comparison-3 {
    width: 100% !important;
  }
}

.table-comparison-3 th {
  width: 70px !important;
  position: sticky;
  left: 0;
  z-index: 120;
}

@media screen and (min-width: 768px) {
  .table-comparison-3 th {
    width: 140px !important;
  }
}
.table-comparison-3 td {
  width: auto !important;
  max-width: 161px !important;
}
.table-comparison-3 .td-rank {
  width: auto;
}
@media screen and (min-width: 768px) {
  .table-comparison-3 .td-rank {
    width: auto;
  }
}
.table-comparison-3 .td-rank img {
  width: 54px !important;
}
.table-comparison-3 .td-company, .table-comparison-3 .td-btn {
  vertical-align: top;
}
.table-comparison-3 .td-company__name p {
  margin-bottom: 0 !important;
  font-size: 0.875rem;
}
.table-comparison-3 .td-company__name a {
  font-size: 0.9375rem;
  font-weight: bold;
  text-decoration: none;
  color: #333 !important;
}
@media screen and (min-width: 768px) {
  .table-comparison-3 .td-company__name a {
    font-size: 1.25rem;
  }
}
.table-comparison-3 .td-company {
  width: 70px;
}
.table-comparison-3 .td-btn .m-pr {
  margin-top: 5px;
  margin-bottom: 0 !important;
}
.table-comparison-3 .interest-type-link {
  font-size: 0.6875rem;
  text-decoration: underline !important;
}
@media screen and (min-width: 768px) {
  .table-comparison-3 .interest-type-link {
    font-size: 0.8125rem;
  }
}
.table-comparison-3 .td-interest {
  font-size: 1.5rem;
  font-weight: bold;
  color: #d63e02;
}
@media screen and (min-width: 768px) {
  .table-comparison-3 .td-interest {
    font-size: 1.875rem;
  }
}
.table-comparison-3 .td-interest span {
  color: #333;
  font-size: 0.875rem;
}
.table-comparison-3 .td-price {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .table-comparison-3 .td-price {
    font-size: 1.25rem;
  }
}
.table-scroll {
  overflow: auto;
  position: relative;
}

/*ベース*/
.toggle {
  display: none;
}

.label { /*タイトル*/
  padding: 1em;
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
  position: relative;
}
.label span {
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .label {
    font-size: 1rem;
    padding: 10px 20px;
  }
}

.label::before { /*タイトル横の矢印*/
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #a4a8a9;
  border-right: 2px solid #a4a8a9;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.content { /*本文*/
  height: 0;
  margin-bottom: 15px;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked + .label + .content { /*開閉時*/
  height: auto;
  padding: 10px 0;
}

.toggle:checked + .label::before {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}

.accordion-point .label { /*タイトル*/
  padding: 12px 19px 12px 10px;
  margin-bottom: 0;
  display: block;
  background: #dadada;
  border-bottom: 5px solid #a4a8a9;
  position: relative;
}
@media screen and (min-width: 576px) {
  .accordion-point .label {
    padding: 1.2em;
  }
}
.accordion-point .point-04, .accordion-point .point-05, .accordion-point .point-06, .accordion-point .point-07 {
  background-color: #fff;
}
.accordion-point .point-04 p, .accordion-point .point-05 p, .accordion-point .point-06 p, .accordion-point .point-07 p {
  padding: 10px;
}

.accordion-faq .label { /*タイトル*/
  border-bottom: 1px solid #a4a8a9 !important;
  padding: 0px 25px 20px 0px;
  margin-bottom: 0 !important;
  line-height: 1.8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion-faq .label::before {
  top: calc(50% - 14px);
}
.accordion-faq .label span {
  color: rgb(46, 152, 205);
  font-size: 1.125rem;
  padding-right: 5px;
  line-height: 1.4;
  white-space: nowrap;
}
.accordion-faq .label:first-child {
  border-top: 1px solid #a4a8a9 !important;
}
.accordion-faq .content {
  margin-bottom: 20px;
}

.accordion-note {
  position: relative;
}

.accordion-note input {
  display: none;
}

/*開くためのボタンとテキストを隠すグラデーションの設定*/
.accordion-note label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 100px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 252, 252, 0)), color-stop(53%, rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(255, 255, 255, 0.95) 53%);
}

/* 開いた時にグラデーションを消す */
.accordion-note input:checked + label {
  background: inherit;
}

.accordion-note input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}

.accordion-note .accordion-note-container {
  overflow: hidden;
  height: 130px; /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion-note .accordion-note-container h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

/*続きをよむボタン*/
.accordion-note label:after,
.accordion-note label::before {
  content: "";
  position: absolute;
  line-height: 2.5rem;
}

.accordion-note label:after {
  z-index: 2;
  bottom: 20px;
  width: 13em;
  content: "＋ 続きをよむ";
  color: #333;
  border-radius: 20px;
}

/*閉じるボタン*/
.accordion-note input:checked + label:after {
  content: "- 閉じる";
}

.accordion-note input:checked + label:before {
  left: calc(50% - 2.5em);
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.accordion-note input:checked ~ .accordion-note-container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.l-footer {
  font-size: 0.75rem;
  margin: 0 10px;
  text-align: center;
  margin-bottom: 30px;
  width: auto;
}
.l-footer p {
  line-height: 1.6;
}
.l-footer p a {
  font-size: 0.75rem;
}

.mb-hero {
  background-color: rgb(46, 152, 205);
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .mb-hero {
    margin-bottom: 13px;
  }
}
.mb-hero img {
  margin: auto;
  width: 100%;
}
.mb-hero h1 {
  max-width: 965px;
  margin: auto;
}
.mb-inner {
  max-width: 965px;
  margin: 0 auto;
  position: relative;
  padding: 0 18px;
  background: #fff;
}
.mb-section {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 576px) {
  .mb-section {
    margin-bottom: 70px;
  }
}
.mb-ranking-inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mb-ranking-inner {
    max-width: 965px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px 10px 10px;
    background: #fff;
  }
}
.mb-point {
  background-color: #f5f0f0;
  padding: 15px 10px;
}
.mb-trademark {
  margin-bottom: 50px;
}
@media screen and (min-width: 576px) {
  .mb-trademark {
    margin-bottom: 70px;
  }
}
.mb-faq {
  margin-top: 20px;
}
.mb-note p {
  color: #888888 !important;
  margin-bottom: 30px !important;
  line-height: 1.6 !important;
  font-size: 0.6875rem;
}
@media screen and (min-width: 576px) {
  .mb-note p {
    margin-bottom: 50px !important;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
.mb-note-link {
  text-align: right;
  margin-bottom: 30px;
  font-size: 0.625rem;
  text-decoration: none !important;
  color: #888888 !important;
}
@media screen and (min-width: 576px) {
  .mb-note-link {
    font-size: 0.75rem;
  }
}
.mb-note-link a, .mb-note-link p {
  font-size: 0.625rem;
  text-decoration: none !important;
  color: #888888 !important;
}
@media screen and (min-width: 576px) {
  .mb-note-link a, .mb-note-link p {
    font-size: 0.75rem;
  }
}
.mb-note-link p {
  margin-bottom: 12px;
}
.mb-note-header p {
  font-size: 0.875rem;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 576px) {
  .mb-note-header p {
    font-size: 1rem;
  }
}
.mb-kinri {
  background-color: #f5faff;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.mb-kinri-detail-1, .mb-kinri-detail-2, .mb-kinri-detail-3 {
  display: none;
}
.mb-kinri-detail .active {
  display: block !important;
}
.mb-kinri ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding: 30px 5px 0 5px;
}
.mb-kinri li {
  width: calc(33.3333333333% - 7px);
}
@media screen and (min-width: 768px) {
  .mb-kinri li {
    width: calc(33.3333333333% - 10px);
  }
}
.mb-kinri li img {
  width: 100%;
}
.mb-kinri li a {
  text-decoration: underline;
  line-height: 1.5;
}
.mb-kinri p {
  text-align: center;
  margin-top: 10px;
}
.mb-kinri .nav-tabs {
  border-bottom: none !important;
}

.m-intro-text {
  max-width: 100%;
  margin: auto;
}

.m-pr {
  line-height: 1;
  text-align: center;
}
.m-pr span {
  color: #888;
  font-size: 0.625rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .m-pr span {
    font-size: 0.6875rem;
  }
}

.mb-trademark .m-pr {
  margin-top: 20px;
}
.mb-trademark .m-pr span {
  font-size: 0.875rem;
}

:root {
  --color-tx1: rgba(0, 0, 0, 87%);
  --color-bg1: #ffffff;
  --color-bg2: #f5f5f5;
  --color-bg2-strong: #f2f2f2;
  --color-bg3: #ededed;
  --color-bd1: #e7e1e0;
  --color-bd1-strong: #d9d9d9;
  --color-bd2: #bdbdbd;
  --color-bg-light-alpha1: rgba(255, 255, 255, 0.87);
  --color-bd-light: #ffffff;
  --color-bd-light-alpha1: rgba(255, 255, 255, 0.15);
  --color-bd-light-alpha2: rgba(255, 255, 255, 0.26);
  --color-grey-dark: #7f7f7f;
  --color-gold: #dcc43c;
  --color-pj1: #177db0;
  --color-pj1-middle: #84bfda;
  --color-pj1-strong-light: #dcebf3;
  --color-pj1-light: #f6f8fc;
  --color-pj2: #d92121;
  --color-au: #eb5505;
  --color-au-middle: #ff9775;
  --color-au-light: #feeeeb;
}

:root {
  --shadow-card: 0 1px 8px rgba(0, 0, 0, 16%);
  --shadow-button-pj1: 0 1px 6px rgba(26, 140, 196, 50%);
  --shadow-button-au: 0 1px 6px rgba(250, 95, 52, 60%);
}

.m-article-list {
  list-style-type: none;
  padding-left: 0;
}

.m-article-list li {
  margin-bottom: 1rem;
  margin-bottom: 0rem;
}

.m-article-list__hash {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
  background-color: #CCC;
  padding: 0.1rem 0.3rem;
  border-radius: 5px;
  font-size: 0.8rem;
}

.m-article-list__title {
  font-size: 1.2em;
  padding: 10px 0;
  display: block;
}

.m-article-list__desc ul p {
  font-size: 1em !important;
}


.toc-box {
    margin-bottom: 30px;
    border: 2px solid #2E98CD;
    border-radius: 3px;
}

.toc-box div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #2E98CD;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-box div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.toc-box ol {
    list-style-type: disc;
    margin: 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
  .toc-box ol li {
    margin-bottom: 5px;
  }
}

.toc-box > ol {
    padding: 1em 1em 1em 3em;
}

.toc-box ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-box li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-box ol ol li {
    font-weight: 500;
    font-size: .9em;
}

.toc-box a {
    color: #333;
    text-decoration: none;
}

.article-info{
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .article-info{
    font-size:12px;
  }
}

.article-info time,
.article-info address {
  color:#959595;
}
.article-info time {
  float: left;
}
.article-info address {
  float: right;
}

.column-content {
  margin-top: 0px;
}

.column-content p {
  margin-bottom: 1.5rem!important;
}

.column-breadcrumb {
  display: flex;
  gap: 0 10px;
  list-style: none;
  padding: 0;
  font-size: .9em;
  margin: 10px 0px;

  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* スクロールバーを非表示 */
.column-breadcrumb::-webkit-scrollbar {
    display: none;
}

.column-breadcrumb {
    scrollbar-width: none; /* Firefox */
}

.column-breadcrumb li {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.column-breadcrumb li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb a {
    color: #333333;
    text-decoration: none;
}