.sp_top_nav, .sp_under_nav {
  display: none;
}
.fixed_btn {
  display: none;
}
  .blog_wrap #index ul {
    line-height: 1.6rem;
    font-size: 90%;
}
body {
    letter-spacing: normal;
}
table {
    font-size: 95%;
}
.red {
    color: #e60033;
}

.bold-red {
    font-weight: bold;
    color: #e60033;
}

.orange-under {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffdacb 60%);
}
.marker-under {
    background: linear-gradient(transparent 60%, #ff9 60%);
  font-weight: bold;
}
.planred {
    font-weight: bold;
    color: #e32920;
    font-size: 17px;
}

.bold {
    font-weight: bold;
}
.purple-under {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FFE3F2 60%);
}
/*公式リンクボタン*/
a.cv-button {
  text-decoration: none;
  display: block;
  width: 80%;
  max-width: 400px;
  font-size: 16px;
  text-align: center;
  padding: 12px 10px;
  background: -webkit-linear-gradient(top, #02bb81 0%, #05b17b 100%);
  background: linear-gradient(to bottom, #02bb81 0%, #05b17b 100%);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 700;
  box-shadow: 0 3px 0 #058d62;
  margin: 0 auto 2.5em;
}
a.cv-button:hover {
  opacity: 0.7;
  color: #fff !important;
}
/*スクロールテーブル*/
/*---------- スクロール可能なテーブル関連のCSS ----------*/
.table_box {
    display: block;
    overflow: auto;
}

.table_box th,
.table_box td {
    white-space: nowrap;
}

/* スクロールバー全体を対象にする */
.table_box::-webkit-scrollbar {
    width: 10px; /* スクロールバーの幅 */
    height: 10px; /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.table_box::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーの背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.table_box::-webkit-scrollbar-thumb {
    background: #888; /* スクロールバーの操作部分の背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.table_box::-webkit-scrollbar-thumb:hover {
    background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}
.sclok {
    font-size: 13px;
    line-height: 1.3em;
     margin-bottom: 13px;
}
.sup {
    font-size: 12px;
    margin-top: -15px;
    line-height: 1.5;
    margin-bottom: 2em;
}

figcaption {
	text-align: center;
    margin-top: -15px;
    font-size: 80%;
}
.gray_box {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;

  /* 以下任意のスタイル */
  padding: 0 1.2em 0;
  border: 1px solid #f0f0f0;
  margin-bottom: 2em;
}
@media screen and (max-width: 640px) {

  .mainvisual {
    margin-top: 0;
  }

  .blog_wrap h2 {
    font-size: 18px;
  }

  .blog_wrap #index ul {
    line-height: 1.7rem;
    font-size: 90%;
  }

  .blog_wrap #index .index_h3 {
    padding: 0 0 0 25px;
  }

  .blog_wrap #index .index_h2::before {
    top: 14px;
  }

table th, table td {
    padding: 5px;
}
}