@charset "utf-8";
@import url("/useful/css/jiten.css");

/* ----------------------------
  content
------------------------------ */
.useful_wrap * > article#article section.con_box table td p.note,
.note {
  display: block;
  font-size: 14px!important;
  line-height: 1.75;
  margin: 0 5px 10px;
  padding-left: 14px;
  text-indent: -14px;
}

span.note {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .useful_wrap * > article#article section.con_box table td p:last-child {
    margin-bottom: 0;
  }
}

/*---------------------------------------------
_table
----------------------------------------------*/
.flick_box {
  display: none;
}

@media screen and (max-width: 767px) {
  p + .flick_box {
    margin-top: 10px;
  }

  .flick_box {
    display: flex;
    margin-bottom: .8rem;
  }

  .flick_img {
    margin-top: 15px;
    max-width: 30px;
    min-width: 30px;
    padding: 0;
  }

  .flick_txt {
    font-weight: 600;
    margin-top: 10px;
    padding: 0 12px;
  }

  .scroll_block {
    overflow-x: auto;
  }
}

.tbl_info {
  min-width: 820px;
}

@media screen and (min-width: 768px) {
  table .sizeable {
    font-size: 17px!important;
  }
}

.useful_wrap * > article#article div.ttl.ttl h1 span.br {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .useful_wrap * > article#article div.ttl h1.h1_xs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    letter-spacing: 0;
  }

  .useful_wrap * > article#article div.ttl h1.h1_xs span:not([class]) {
    width: 100%;
  }

  .useful_wrap * > article#article section.con_box .scroll_block {
    margin-bottom: 0;
  }
}