@charset "utf-8";

.wrap {
  width: 100%;
}

.color_border {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.c_schedule {
  width: 25%;
  height: 10px;
  background-color: #2ea7e0;
}

.c_teiki {
  width: 25%;
  height: 10px;
  background-color: #e60012;
}

.c_comics {
  width: 25%;
  height: 10px;
  background-color: #22ac38;
}

.c_coin {
  width: 25%;
  height: 10px;
  background-color: #f39800;
}

.header {
  width: 100%;
}

.header_image {
  width: 40%;
  margin: 40px auto 20PX;
}

.main_title {
  width: 100%;
  text-align: center;
  line-height: 1.4;
  font-weight: 900;
  font-size: 30px;
}

.main_title span {
  color: #e60012;
}

.content {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.inner {
  width: 94%;
  margin: 0 auto;
  padding: 1.2rem 0 2rem;
}

.inner_bottom {
  margin-bottom: .8em;
}

.read_area {
  width: 100%;
  margin: 2rem 0 0;
  padding: 1.2rem;
  border: #000 solid 2px;
}

.read_area p {
  margin-bottom: .3em;
}

.read_area span {
  display: block;
  margin-bottom: .3em;
  font-size: 18px;
  font-weight: 700;
}

.after_area {
  width: 100%;
  margin-top: 1.6rem;
  padding: 1.2rem;
  border: #000 solid 2px;
}

.after_area span {
  display: block;
  width: 100%;
  margin-top: 1rem;
  text-align: right;
}

.anker_outer {
  margin-top: 2rem;
}

a .anker {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  margin: .6rem 0 0;
  padding: 0 10% 0 20%;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  background-position:
    center left 3%,
    center right 3%;
  background-size:
    14% auto,
    5% auto;
  background-repeat:
    no-repeat,
    no-repeat;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a .anker:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
}

.schedule {
  background-image: url(../img/icon_schedule.png),
    url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030.4%2030.4%22%20style%3D%22enable-background%3Anew%200%200%2030.4%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.4%2C9.6L15.2%2C24.8L0%2C9.6H30.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-color: #2ea7e0;
}

.teiki {
  width: 100%;
  background-image: url(../img/icon_teiki.png),
    url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030.4%2030.4%22%20style%3D%22enable-background%3Anew%200%200%2030.4%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.4%2C9.6L15.2%2C24.8L0%2C9.6H30.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-color: #e60012;
}

.comics {
  width: 100%;
  background-image: url(../img/icon_comics.png),
    url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030.4%2030.4%22%20style%3D%22enable-background%3Anew%200%200%2030.4%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.4%2C9.6L15.2%2C24.8L0%2C9.6H30.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-color: #22ac38;
}

.coin {
  width: 100%;
  background-image: url(../img/icon_coin.png),
    url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030.4%2030.4%22%20style%3D%22enable-background%3Anew%200%200%2030.4%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.4%2C9.6L15.2%2C24.8L0%2C9.6H30.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-color: #f39800;
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 86px;
  padding: .4rem;
  text-align: center;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  background-position: center left 3%;
  background-size: 70px auto;
  background-repeat: no-repeat;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.heading div span {
  font-weight: 700;
  font-size: 19px;
}

.h_schedule {
  background-image: url(../img/icon_schedule.png);
  background-color: #2ea7e0;
}

.h_teiki {
  background-image: url(../img/icon_teiki.png);
  background-color: #e60012;
}

.h_comics {
  background-image: url(../img/icon_comics.png);
  background-color: #22ac38;
}

.h_coin {
  background-image: url(../img/icon_coin.png);
  background-color: #f39800;
}

.h_contact {
  background-color: #333333;
}

.h_faq {
  background-image: url(../img/icon_faq.png);
  background-color: #e60012;
}

a .btn_teiki {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 76px;
  margin: 1.2rem auto 0;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030.4%2030.4%22%20style%3D%22enable-background%3Anew%200%200%2030.4%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10%2C0l15.2%2C15.2L10%2C30.4V0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: center right 3%;
  background-size: 5% auto;
  background-repeat: no-repeat;
  background-color: #e60012;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a .btn_teiki:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
}

a .btn_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 76px;
  margin: 2rem auto 0;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  background-position: center left 3%;
  background-size: 5% auto;
  background-repeat: no-repeat;
  background-color: #e60012;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a .btn_top:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
}

.box_title {
  width: 100%;
  margin-top: 20px;
  padding: .3rem 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.box {
  width: 100%;
  padding: .8em;
  font-size: 14px;
}

.box p span {
  font-size: 16px;
  text-align: left;
}

.box span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.under_line {
  display: inline-block;
  text-decoration: underline;
  text-indent: 0;
  font-weight: 700;
}

.bold {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.txt_bold {
  display: inline-block;
  font-weight: 700;
}

.txt_small {
  font-size: 14px;
}

.strong {
  margin-bottom: .6em;
  padding: 1em 0 .3em;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  border-bottom: #000 solid 1px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.small {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #e60012;
}

.large {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.red {
  color: #e60012;
}

.red_frame {
  width: 100%;
  padding: .8em;
  border: #e60012 solid 2px;
  box-sizing: border-box;
}

.bg_comics {
  background-color: #22ac38;
}

.border_comics {
  border: #22ac38 solid 2px;
}

.bg_coin {
  background-color: #f39800;
}

.border_coin {
  border: #f39800 solid 2px;
}

#table_1 table {
  width: 100%;
  border: 1px solid #fff;
  border-collapse: collapse;
  font-size: 12px;
}

#table_1 table, #table_1 td, #table_1 th {
  border: 1px solid #fff;
  border-collapse: collapse;
  font-size: 12px;
}

#table_1 td, #table_1 th {
  padding: 6px;
}

#table_1 td {
  vertical-align: center;
}

#table_1 th {
  font-size: 12px;
  color: #fff;
  background: #2ea7e0;
  line-height: 1.2;
}

#table_1 .blue_a {
  background-color: #c0ebff;
}

#table_1 .blue_b {
  background-color: #dff5ff;
}

#table_1 .blue_c {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #325fd3;
}

.table_width {
  width: 25%;
}

.th_center {
  text-align: center;
  vertical-align: middle;
}

.end {
  width: 100%;
  padding: .4rem;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-left: #fff solid 1px;
  border-right: #fff solid 1px;
  background-color: #2e64e0;
}

.footer {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
  font-size: 12px;
}

#page-top {
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: 20px;
  right: 10px;
  border-radius: 8px;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030.4%2030.4%22%20style%3D%22enable-background%3Anew%200%200%2030.4%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C21L15.2%2C5.8L30.4%2C21H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40% auto;
  background-color: #e60012;
}

/* 定期購読 */
.header_image_2 {
  width: 90%;
  margin: 40px auto 10px;
}

.h_teiki_01 {
  background-image: url(../img/icon_schedule.png);
  background-color: #e60012;
}

#table_r table {
  width: 100%;
  table-layout: fixed;
}

#table_r table, #table_r td, #table_r th {
  border: 1px solid #fff;
  border-collapse: collapse;
  font-size: 14px;
}

#table_r td, #table_r th {
  padding: 6px;
}

#table_r th {
  width: 15%;
  text-align: center;
  color: #fff;
  background: #e60012;
}

#table_r td {
  width: 9999px;
  vertical-align: middle;
}

#table_r .table_r_1 {
  background-color: #ffe6e8;
}

#table_r .table_r_2 {
  background-color: #fff6f7;
}

#table_r td.table_r_width_2 {
  width: 30%;
}

#table_r td.table_r_width_3 {
  width: 60%;
}

.table_g_text {
  width: 100%;
  margin-bottom: 5px;
  color: #349f26;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

#table_g table {
  width: 100%;
  table-layout: fixed;
}

#table_g table, #table_g td, #table_g th {
  border: 1px solid #fff;
  border-collapse: collapse;
  font-size: 14px;
}

#table_g td, #table_g th {
  padding: 6px;
}

#table_g th {
  width: 30%;
  text-align: left;
  color: #fff;
  background: #349f26;
  vertical-align: middle;
}

#table_g .text_center {
  text-align: center;
}

#table_g td {
  width: 9999px;
  vertical-align: top;
}

#table_g .table_g_1 {
  background-color: #ebfbe9;
}

#table_g .table_g_2 {
  background-color: #d6f5d2;
}

#table_g td.table_r_width_2 {
  width: 35%;
}

#table_g td.table_r_width_3 {
  width: 35%;
}

.table_g_bottom {
  margin-bottom: 20px;
}

.table_b_text {
  width: 100%;
  margin-bottom: 5px;
  color: #2ea7e0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

#table_b table {
  width: 100%;
  padding-bottom: 10px;
}

#table_b table, #table_b td, #table_b th {
  border: 1px solid #fff;
  border-collapse: collapse;
  font-size: 14px;
}

#table_b td, #table_b th {
  padding: 6px;
}

#table_b th {
  width: 30%;
  text-align: center;
  color: #fff;
  background: #2ea7e0;
}

#table_b td {
  width: 9999px;
}

#table_b tr:nth-child(even) {
  background-color: #dff0f8;
}

#table_b tr:nth-child(odd) {
  background-color: #c0e1f1;
}

.table_b_bottom {
  margin-bottom: 5px;
}

.note {
  font-size: 14px;
}

.ikou_note {
  margin-bottom: 1em;
  text-align: left;
  font-size: 14px;
}

p.ikou_text {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.bg_notice {
  color: #fff;
  background-color: #e60012;
}

.border_notice  {
  color: #e60012;
  border: #e60012 solid 2px;
}

.faq_q {
  width: 100%;
  padding: 1rem 0 .5rem 10%;
  background-image: url(../img/q.png);
  background-size: 6% auto;
  background-repeat: no-repeat;
  background-position: center left;
}

.faq_a {
  width: 100%;
  padding: 1rem 0 .5rem 10%;
  background-image: url(../img/a.png);
  background-size: 6% auto;
  background-repeat: no-repeat;
  background-position: center left;
  border-bottom: #ccc solid 1px;
}

@media screen and (min-width: 768px) {
  .wrap {
    background-color: #eaeaea;
  }

  .header_image {
    width: 30%;
    margin: 40px auto 40px;
  }

  h1 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
  }

  .content {
    width: 100%;
  }

  .inner {
    width: 80%;
    padding: 3rem 0;
  }

  .read_area {
    margin-bottom: 2rem;
    padding: 1.6rem;
  }

  .after_area {
    width: 100%;
    margin-top: 1.6rem;
    padding: 1.2rem;
    border: #000 solid 2px;
  }

  .after_area span {
    display: block;
    width: 100%;
    margin-top: 1rem;
    text-align: right;
  }

  a .anker {
    width: 100%;
    height: 100px;
    font-size: 24px;
  }

  .heading {
    min-height: 100px;
    padding: 1rem;
    font-size: 28px;
    background-size: 88px auto;
  }

  a .btn_teiki {
    width: 70%;
    height: 90px;
    margin: 1.2rem auto 0;
    font-size: 22px;
  }

  a .btn_top {
    width: 70%;
    height: 90px;
    margin: 2rem auto 0;
    font-size: 22px;
  }

  .box_title {
    margin-top: 2rem;
    padding: .6rem 0;
    font-size: 18px;
  }

  .box {
    padding: 1.6em;
    font-size: 16px;
  }

  .box span {
    font-size: 24px;
  }

  .small {
    font-size: 16px;
  }

  .large {
    font-size: 24px;
  }

  #table_1 table, td, th {
    font-size: 14px;
  }

  #table_1 td, th {
    padding: 8px;
  }

  #table_1 th {
    font-size: 16px;
  }

  .end {
    font-size: 24px;
  }

  .footer {
    width: 100%;
    padding: 3rem 0;
    text-align: center;
    font-size: 12px;
  }

  #page-top {
    width: 4rem;
    height: 4rem;
    bottom: 10px;
    right: 10px;
  }

  /* 定期購読 */
  .header_image_2 {
    width: 70%;
    margin: 60px auto 10px;
  }


  #table_r table, #table_r td, #table_r th {
    font-size: 16px;
  }

  #table_r td, #table_r th {
    padding: 8px;
  }

  .table_g_text {
    font-size: 24px;
  }

  #table_g table, #table_g td, #table_g th {
    font-size: 16px;
  }

  #table_g td, #table_g th {
    padding: 8px;
  }

  .table_g_bottom {
    font-size: 24px;
  }

  .table_b_text {
    width: 100%;
    margin-bottom: 5px;
    color: #2ea7e0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }

  #table_b table, #table_b td, #table_b th {
    font-size: 16px;
  }

  #table_b td, #table_b th {
    padding: 6px;
  }

  .faq_q {
    width: 100%;
    padding: 1rem 0 .5rem 6%;
    background-image: url(../img/q.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center left;
  }

  .faq_a {
    width: 100%;
    padding: .5rem 0 1rem 10%;
    background-image: url(../img/a.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center left;
    border-bottom: #ccc solid 1px;
  }

}

@media screen and (min-width: 1025px) {
  .wrap {
    background-color: #eaeaea;
  }

  .header_image {
    width: 30%;
    margin: 40px auto 40px;
  }

  h1 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
  }

  .content {
    width: 750px;
  }

  .inner {
    width: 80%;
    padding: 3rem 0;
  }

  .read_area {
    margin-bottom: 2rem;
    padding: 1.6rem;
  }

  .after_area {
    width: 100%;
    margin-top: 1.6rem;
    padding: 1.2rem;
    border: #000 solid 2px;
  }

  .after_area span {
    display: block;
    width: 100%;
    margin-top: 1rem;
    text-align: right;
  }

  a .anker {
    width: 100%;
    height: 100px;
    font-size: 24px;
  }

  .heading {
    min-height: 100px;
    padding: 1rem;
    font-size: 28px;
    background-size: 88px auto;
  }

  a .btn_teiki {
    width: 70%;
    height: 90px;
    margin: 2rem auto 0;
    font-size: 22px;
  }

  a .btn_top {
    width: 70%;
    height: 90px;
    margin: 2rem auto 0;
    font-size: 22px;
  }

  .box_title {
    margin-top: 2rem;
    padding: .6rem 0;
    font-size: 18px;
  }

  .box {
    padding: 1.6em;
    font-size: 16px;
  }

  .box span {
    font-size: 24px;
  }

  .small {
    font-size: 16px;
  }

  .large {
    font-size: 24px;
  }

  #table_1 table, td, th {
    font-size: 14px;
  }

  #table_1 td, th {
    padding: 8px;
  }

  #table_1 th {
    font-size: 14px;
  }

  .end {
    font-size: 24px;
  }

  .footer {
    width: 100%;
    padding: 3rem 0;
    text-align: center;
    font-size: 12px;
  }

  #page-top {
    width: 4rem;
    height: 4rem;
    bottom: 10px;
    right: 10px;
  }

  /* 定期購読 */
  .header_image_2 {
    width: 70%;
    margin: 60px auto 10px;
  }


  #table_r table, #table_r td, #table_r th {
    font-size: 16px;
  }

  #table_r td, #table_r th {
    padding: 8px;
  }

  .table_g_text {
    font-size: 24px;
  }

  #table_g table, #table_g td, #table_g th {
    font-size: 16px;
  }

  #table_g td, #table_g th {
    padding: 8px;
  }

  .table_g_bottom {
    font-size: 24px;
  }

  .table_b_text {
    width: 100%;
    margin-bottom: 5px;
    color: #2ea7e0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }

  #table_b table, #table_b td, #table_b th {
    font-size: 16px;
  }

  #table_b td, #table_b th {
    padding: 6px;
  }

  .faq_q {
    width: 100%;
    padding: 1rem 0 .5rem 6%;
    background-image: url(../img/q.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center left;
  }

  .faq_a {
    width: 100%;
    padding: 1rem 0 .5rem 6%;
    background-image: url(../img/a.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center left;
    border-bottom: #ccc solid 1px;
  }

  .alpha a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
