@charset "UTF-8";
/* CSS Document */
h1.c-title3 span {
  color: inherit;
}
.txtAln_ctr {
  text-align: center;
}
.imgtxt {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-prvideo__main p {
  margin-bottom: 0px;
}
.prvideo2-list__txt .abl-subttl {
  text-decoration: none;
  font-size: 1.8rem;
  color: #00A32C;
  margin: 15px 0;
}
.prvideo2-list__txt {
  width: 100%;
}
.txt_green {
  text-decoration: underline !important;
  text-underline-offset: 0.14em;
}
.txt_green:hover {
  color: #00A417 !important;
}
.txt-deco-under {
  text-decoration: underline !important;
  text-underline-offset: 0.14em;
}
div.p-3 p {
  line-height: 1.35 !important;
}
/* 親テーブルのデザイン */
.abl_table {
  width: 100%;
  font-size: 1.4rem;
  border-collapse: collapse;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
.abl_table th, .abl_table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  line-height: 1.8rem;
}
/* thのスタイル */
.abl_table th {
  background: #f5f5f5;
  width: 14em;
  text-align-last: justify;
  text-align: justify; /* justify-all は非標準のため削除・修正推奨ですが、元コードの意図を残すなら text-align: justify; が無難です */
  vertical-align: middle;
  padding-left: 3em;
  padding-right: 3em;
  box-sizing: border-box;
}
/* tdのスタイル */
.abl_table td {
  text-align: left !important;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .abl_table th {
    width: 9em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .cover_table {
    width: 100%;
    overflow-x: auto;
  }
  .abl_table {
    width: 100%;
  }
  .prvideo2-list__txt .abl-subttl {
    font-size: 1.6rem;
  }
  .imgtxt {
    font-size: 1.3rem;
  }
}
.al_item_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-underline {
  text-decoration: underline !important;
  text-underline-offset: 0.14em;
  text-decoration-color: #666666 !important;
}
h5.indent1_5em {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
/*-----------------------*/
.txtAln_jus {
  text-align: justify;
}