.mblog section {
  margin: 8vh 0; }

.m_main img {
  margin: 0 0 0 0;
  vertical-align: bottom; }

.m_main .mblog-mokuji.index {
  padding: 10px;
  margin: 5vh auto;
  width: calc(100% - 32px); }

.m_main.mblog {
  padding: 0;
  margin: auto;
  letter-spacing: 0.1em; }

.text__right {
  text-align: right;
  margin: .5rem auto 1rem;
  font-weight: bold; }

.mblog-link__text.ar::after {
  content: '\e941';
  font-family: 'Material Icons';
  vertical-align: middle;
  margin-left: 4px; }

.item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.item-2 {
  width: calc((100% - 20px) / 2);
  background: #eeeeee; }

.item-3 {
  width: calc((100% - 40px) / 3);
  background: #eeeeee; }
  .item-3 .item-name,
  .item-3 .item-point {
    font-size: 11px;
    line-height: 1.5; }

.item-2 a:hover {
  opacity: 0.9; }

.item-2 {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block; }

.item-name {
  margin: 8px 0; }

.item-2 a:hover {
  opacity: 0.9; }

.mblog-review-main {
  margin: 8px 0;
  line-height: 1.6;
  font-size: 90%; }

.review_ref {
  font-size: 80%; }

.mblog-img__half {
  width: 60%; }

ul.mblog-simple-list {
  font-weight: bold;
  list-style: inside;
  font-size: 19px; }
  ul.mblog-simple-list li {
    padding-left: 1rem; }

.mblog {
  letter-spacing: .2em;
  line-height: 1.6; }
  .mblog strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fabdf7));
    background: -webkit-linear-gradient(transparent 70%, #fabdf7 30%);
    background: -o-linear-gradient(transparent 70%, #fabdf7 30%);
    background: linear-gradient(transparent 70%, #fabdf7 30%); }
  .mblog img {
    vertical-align: bottom;
    width: 100%;
    margin-left: 0; }
  .mblog-img__full img {
    width: 100%; }
  .mblog .indent {
    margin-left: 1.5rem; }
  .mblog .orange {
    color: #ff9900; }
  .mblog .green {
    color: #459a82; }
  .mblog-sec__headding {
    border-left: 0.8rem #ADB8AB solid;
    padding: 0.5rem 0 0.4rem 1.5rem;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold; }
  .mblog-sec__headding2 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 19px; }
  .mblog-sec__headding3 {
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    font-size: 19px; }
  .mblog span.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fbfa62));
    background: -webkit-linear-gradient(transparent 50%, #fbfa62 50%);
    background: -o-linear-gradient(transparent 50%, #fbfa62 50%);
    background: linear-gradient(transparent 50%, #fbfa62 50%); }
  .mblog-text {
    margin-bottom: 1.5rem;
    letter-spacing: .1em;
    line-height: inherit;
    padding: 0 1rem;
    font-size: 19px;
    font-weight: bold; }
  .mblog .mblog-link__text {
    border-bottom: 1px solid #222222;
    letter-spacing: 0.1em; }
  .mblog li {
    margin-bottom: 1rem;
    font-weight: bold;
    line-height: inherit;
    letter-spacing: inherit; }
  .mblog ol {
    padding: 0 24px;
    margin: 0;
    font-size: 17px; }
    .mblog ol li {
      margin-left: 1.2rem;
      font-size: 17px; }
  .mblog ul.mblog-text__list {
    padding: 0  0 0 2rem;
    margin: 0;
    font-size: 19px;
    list-style: outside; }
    .mblog ul.mblog-text__list li {
      margin-left: 1.2rem;
      font-size: 19px; }
  .mblog-osusume__label {
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 3vh;
    position: relative;
    margin: 1.5em auto;
    padding: 1rem 1.5rem;
    min-width: 120px;
    max-width: 90%;
    color: #555;
    font-size: 16px;
    background: #e0edff; }
    .mblog-osusume__label::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #e0edff; }
  .mblog-osusume__block {
    width: 92%;
    padding: 10px;
    margin: 0 auto 5vh;
    background-color: #e0d3c3; }
    .mblog-osusume__block table.spec_table {
      font-size: 10px;
      margin: 1rem 0 !important; }
      .mblog-osusume__block table.spec_table th {
        background: #eeeeee;
        width: 40%; }
      .mblog-osusume__block table.spec_table th, .mblog-osusume__block table.spec_table td {
        padding: 0.5rem;
        font-weight: bold;
        line-height: 1.4; }
      .mblog-osusume__block table.spec_table .number_list li {
        font-size: 12px;
        padding: 5px;
        text-align: center;
        margin: 0;
        letter-spacing: 0.4rem; }
  .mblog-osusume__text {
    font-size: 14px;
    margin: 1rem 0;
    font-weight: bold; }
  .mblog-osusume__series {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 0.5rem; }
    .mblog-osusume__series.small {
      font-size: 95%; }
  .mblog-osusume__wrapper {
    margin-bottom: 5rem; }
  .mblog-osusume__name {
    font-size: 20px;
    font-weight: bold;
    margin: 1rem auto; }
  .mblog-osusume__price {
    font-size: 20px;
    font-weight: bold;
    text-align: right; }
  .mblog-review {
    background: #f5ffff;
    width: calc(100% - 8px);
    margin: auto;
    padding: 16px;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-weight: bold; }
  .mblog-reviewer {
    font-weight: bold; }
  .mblog-fabtable {
    width: 600px;
    background: #eeeeee;
    margin-bottom: 8vh;
    border-collapse: separate;
    font-weight: bold; }
    .mblog-fabtable__wrapper {
      overflow: auto; }
    .mblog-fabtable th.mblog-fabtable__headding {
      background-color: #F0f0f0;
      border-bottom: 1px solid #F0f0f0;
      border-right: 1px solid #F0f0f0;
      border-left: 1px solid #F0f0f0;
      position: -webkit-sticky;
      position: sticky;
      z-index: 1;
      white-space: nowrap;
      left: -1px;
      top: 0; }
    .mblog-fabtable__headdingimg {
      background: #FFFFFF; }
    .mblog-fabtable .small {
      font-size: 10px; }
    .mblog-fabtable th, .mblog-fabtable td {
      padding: 0.2rem 0.4rem; }
    .mblog-fabtable th {
      width: 120px; }
    .mblog-fabtable td {
      width: 160px;
      background: #FFFFFF; }
  .mblog-imgex {
    max-width: 500px;
    width: 85%;
    margin: 3vh auto;
    padding: 1rem;
    border: 2px solid #3e5744;
    border-radius: 1rem; }
    .mblog-imgex__img {
      margin-bottom: 2vh; }
    .mblog-imgex__text {
      line-height: 1.4;
      font-size: 17px;
      font-weight: bold;
      letter-spacing: 1px; }

@media screen and (max-width: 767px) {
  .m_main.mblog {
    padding: 0;
    margin: auto; }
    .m_main.mblog article.mblog-article {
      margin-bottom: 3vh; }
  .item__list {
    gap: 10px; }
  .item-2 {
    width: calc((100% - 10px) / 2);
    padding: 8px; }
  .item-3 {
    width: calc((100% - 20px) / 3);
    padding: 4px; }
  .item-name {
    margin: 8px 0;
    font-size: 14px; }
  .item-point {
    margin: 8px 0;
    font-size: 12px; }
  .item-2 a:hover {
    opacity: 0.9; }
  .mblog-sec__headding2 {
    margin: 12px 0; } }

@media screen and (min-width: 768px) {
  .m_main.mblog {
    max-width: 700px;
    margin: auto;
    font-size: 20px;
    line-height: 1.7; }
    .m_main.mblog ul.mblog-simple-list {
      font-size: 20px; }
    .m_main.mblog article.mblog-article {
      margin-bottom: 8vh; }
    .m_main.mblog section {
      margin: 60px 0; }
  -sec__headding {
    font-size: 21px; }
  -sec__headding2 {
    font-size: 20px; }
  -review {
    width: calc(100% - 16px);
    padding: 20px; }
  -reviewer {
    font-size: 90%; }
  -review-main {
    margin: 16px 0;
    line-height: 1.4;
    font-size: 95%; }
  .mblog ol {
    padding: 0 24px;
    margin: 0;
    font-size: 20px; }
  .mblog li {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px; }
  .mblog-osusume__label {
    padding: 2rem 0;
    font-size: 20px;
    max-width: 600px; }
  .mblog-osusume__block {
    width: 70%;
    padding: 20px;
    margin: 0 auto 8vh; }
    .mblog-osusume__block table.spec_table {
      font-size: 12px;
      margin: 1rem 0 !important; }
      .mblog-osusume__block table.spec_table th {
        background: #eeeeee;
        width: 30%; }
      .mblog-osusume__block table.spec_table th, .mblog-osusume__block table.spec_table td {
        padding: 0.8rem; }
      .mblog-osusume__block table.spec_table .number_list li {
        font-size: 12px;
        padding: 5px;
        margin: 0;
        letter-spacing: 0.4rem; }
  .mblog-osusume__text {
    font-size: 16px;
    margin: 2rem 0; }
  .mblog-fabtable {
    width: 100%; }
    .mblog-fabtable th, .mblog-fabtable td {
      width: 25%;
      letter-spacing: 1px;
      font-size: 16px;
      padding: 4px 8px; }
    .mblog-fabtable td {
      text-align: center; }
  .review_ref {
    font-size: 90%; } }
