@charset "utf-8";

body#index.pattern-b #ranking .rankig-container .row .col-body ul li .kome{
  font-size: 1rem;
  vertical-align: top;
  margin-left: .3em;
}

body#index.pattern-b #feature .feature-tab .tab-body .tab-ttl .text span{
  font-size: 24px;
  font-size: 2.4rem;
}
.c-accordion .accordion-body .box p > small{
  font-size: 11px;
  font-size: 1.1rem;
  margin-left: 1px;
  margin-right: 2px;
  vertical-align: top;
}
.c-accordion .accordion-body .box .note,
.c-accordion .accordion-body .box .note > span{
  color: #5f5f5f;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.c-accordion .accordion-body .box-row-stripe{
  background-size: 5px 5px;
  border-radius: 8px;
  margin-top: 16px;
  padding: 16px;
}
.c-accordion.blue .accordion-body .box-row-stripe{
  background-image: linear-gradient(-45deg,#ebf7fb 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,#ebf7fb 50%,#ebf7fb 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
}
.c-accordion.red .accordion-body .box-row-stripe{
  background-image: linear-gradient(-45deg,#fbebeb 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,#fbebeb 50%,#fbebeb 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
}
.box-row-stripe.blue{
  background-color: #cfe9f2;
}
.box-row-stripe.red{
  background-color: #f4dbe0;
}
.c-accordion .accordion-body .box-row-stripe p{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.c-accordion .accordion-body .box-row-stripe .underline{
  background: linear-gradient(transparent 60%,#fff164 0);
}
@media only screen and (max-width:767px){
  body#index.pattern-b #feature .feature-tab .tab-body .tab-ttl .text span{
    font-size: 19px;
    font-size: 1.95rem;
  }
}
.note-mark{
  display: flex;
}
.note-mark-text{
  flex: 1;
}

