@charset "utf-8";
@import url("/useful/css/jiten.css");
/*---------------------------------------------
_table
----------------------------------------------*/
.flick_box {
  display: none;
}

.w33 {
  width: calc(100% / 3);
}

p + .flick_box + .scroll_block {
  margin-top: 20px;
}

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

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

  .useful_wrap * > article#article section.con_box p.flick_img,
  .flick_img {
    line-height: 0;
    margin: 0;
    max-width: 30px;
    min-width: 30px;
    padding: 0;
  }

  .useful_wrap * > article#article section.con_box p.flick_txt,
  .flick_txt {
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 0 12px;
  }

  .scroll_block {
    overflow-x: auto;
  }

  p + .flick_box + .scroll_block {
    margin-top: 0;
  }
}

.tbl_info {
  min-width: 450px;
}

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

.useful_wrap * > article#article section.con_box table th.th_col {
  background: #ffe6ef;
}


.useful_wrap * > article#article section.con_box table td {
  text-align: center;
}