@charset "UTF-8";
@media only screen and (max-width: 767px) {
  .c5-container__support {
    font-size: 14px; } }
.c5-container__support a:not([class]) {
  text-decoration: underline;
  color: #5787f4; }

.c5-icon__down::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 10px;
  transform: rotate(135deg); }
  @media only screen and (max-width: 767px) {
    .c5-icon__down::after {
      display: block;
      margin: 0 auto; } }

.c5-nav__anchor {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .c5-nav__anchor {
      margin-bottom: 80px; } }
  .c5-nav__anchor.is-fixed {
    z-index: 99;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.85); }
  .c5-nav__anchor .c5-nav__anchor-in {
    margin: 0 auto;
    max-width: 1200px; }
  .c5-nav__anchor ul {
    display: flex;
    margin: 0 -2px;
    padding: 0;
    list-style: none;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .c5-nav__anchor ul {
        margin: 0; } }
    .c5-nav__anchor ul li {
      flex: 1;
      margin: 2px 2px 0 2px; }
      @media only screen and (max-width: 767px) {
        .c5-nav__anchor ul li {
          flex: 0 1 calc(33.3% - 4px); } }
  .c5-nav__anchor a {
    text-decoration: none;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    transition: background .3s ease;
    background-color: #f0f0f0; }
    @media only screen and (max-width: 767px) {
      .c5-nav__anchor a {
        padding: 5px;
        font-size: 11px;
        line-height: 1.3; }
        .c5-nav__anchor a br {
          display: none; } }
    .c5-nav__anchor a:hover {
      text-decoration: none;
      background-color: #ddd; }
    .c5-nav__anchor a > div {
      display: table-cell;
      vertical-align: middle; }

.c5-section__support {
  margin-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .c5-section__support {
      margin-bottom: 60px; } }

* + .c5-section__support-sub {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    * + .c5-section__support-sub {
      margin-top: 30px; } }

.c5-list__disc {
  list-style: disc;
  padding-left: 25px; }
  .c5-list__disc > li {
    margin-bottom: 12px; }

.c5-list__index {
  padding-left: 25px; }
  .c5-list__index > li {
    margin-bottom: 12px; }

.c5-list__num {
  list-style: decimal;
  padding-left: 25px; }
  .c5-list__num > li {
    margin-bottom: 40px; }

.c5-list__num.custom {
  padding-left: 30px; }
  .c5-list__num.custom > li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative; }
  .c5-list__num.custom > li:before {
    content: "(" counter(cnt) ") ";
    position: absolute;
    left: -1.6em;
    top: 0; }

.c5-ttl__support {
  text-align: center;
  padding-bottom: 20px;
  margin: 0 0 60px 0;
  font-size: 24px;
  line-height: 1.4;
  position: relative; }
  .c5-ttl__support::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  @media only screen and (max-width: 767px) {
    .c5-ttl__support {
      font-size: 20px;
      margin-bottom: 40px; } }

.c5-ttl__support02 {
  padding: 10px 15px;
  background-color: #f0f0f0;
  margin: 0 0 30px 0;
  font-size: 18px;
  line-height: 1.4; }
  @media only screen and (max-width: 767px) {
    .c5-ttl__support02 {
      font-size: 16px;
      margin-bottom: 20px; } }

.c5-ttl__support03 {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
  line-height: 1.4;
  font-size: 17px; }
  @media only screen and (max-width: 767px) {
    .c5-ttl__support03 {
      font-size: 100%; } }

* + .c5-ttl__support03 {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    * + .c5-ttl__support03 {
      margin-top: 30px; } }

.c5-box__hint {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  box-sizing: border-box;
  border: 1px solid #3a5897;
  padding: 20px;
  background-color: #f2f6ff; }
  .c5-box__hint.attention {
    background-color: #fff2f2;
    border-color: #c93434; }
  .c5-box__hint .c5-img__center {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .c5-box__hint {
      padding: 10px; } }
  .c5-box__hint + .c5-box__hint {
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .c5-box__hint + .c5-box__hint {
        margin-top: 20px; } }
  .c5-box__hint p:first-child {
    margin-top: 0; }
  .c5-box__hint p:last-child {
    margin-bottom: 0; }

.c5-img__center {
  text-align: center;
  margin: 20px 0; }
  .c5-img__center p {
    margin: 0 0 10px 0; }

.c5-img__inline {
  vertical-align: middle; }

.c5-tb__wrap {
  max-width: 700px;
  margin: 0 auto; }
  .c5-tb__wrap + * {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .c5-tb__wrap + * {
        margin-top: 30px; } }

.c5-tb__basic {
  width: 100%; }
  .c5-tb__basic caption {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px; }
  .c5-tb__basic th,
  .c5-tb__basic td {
    border: 1px solid #ccc;
    padding: 10px; }
  .c5-tb__basic th {
    background-color: #f0f0f0;
    text-align: center; }

.c5-cols__img {
  display: flex;
  justify-content: space-around; }
  @media only screen and (max-width: 767px) {
    .c5-cols__img {
      display: block; } }
  .c5-cols__img > div {
    flex: 0 1 48%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .c5-cols__img > div:not(:last-child) {
        margin-bottom: 20px; } }
  .c5-cols__img p {
    margin: 0 0 10px 0; }

.c5-mb0 {
  margin-bottom: 0 !important; }
  .c5-mb0 + p {
    margin-top: 0; }

/* 横スクロールバー__Start */
.c5-scroll {
  position: relative;
  height: 60vh;
  overflow-x: scroll;
  margin: 2rem 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }

@media only screen and (min-width: 960px) {
  .c5-scroll {
    overflow-x: initial;
    height: auto;
    border: none; } }
.c5-scroll__cont {
  position: absolute;
  width: 200%; }

@media only screen and (min-width: 960px) {
  .c5-scroll__cont {
    width: 100%;
    position: initial; } }
.c5-scroll__cont img {
  width: 100%; }

/* スクロールバーの幅と高さを設定する */
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

/* スクロールバーの形を設定する */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.5rem; }

/* スクロールバーの色を設定する */
.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3); }

/* 横スクロールバー__end */
