@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;
}
/* 親テーブルのデザイン */
.abl_table {
  width: 100%;
  font-size: 1.4rem;
}
.abl_table th, .abl_table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  line-height: 1.8rem;
}
.abl_table th {
  max-width: 14em;
  background: #f5f5f5;
}
.abl_table td {
  text-align: left !important;
}
.abl_table {
  width: 100%;
  border-collapse: collapse;
}
/* thのスタイル */
.abl_table th {
  width: 11.5em;
  text-align-last: justify;
  text-align: justify-all;
  justify-content: center;
  vertical-align: middle;
  padding-left: 3.5em;
  padding-right: 3.5em;
  box-sizing: border-box;
}
/* tdのスタイル */
.abl_table td {
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .abl_table th {
    width: 8.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .abl_table td table tr th, .abl_table td table tr td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .cover_table {
    width: 100%;
    overflow: scroll;
  }
  .abl_table {
    width: 100%;
  }
  .prvideo2-list__txt .abl-subttl {
    font-size: 1.6rem;
  }
  .imgtxt {
    font-size: 1.3rem;
  }
}
small {
  font-size: medium;
}

.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;
}
/*-----------------------*/
.codesys {
  padding: 3em 5em;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: fit-content;
  margin: 0 auto 20px;
}
.width2_3em {
  width: 2.3em;
  display: inline-block;
}
.photo_t {
  margin: 30px auto 45px;
}
@media screen and (max-width: 767px) {
  .photo_t, .photo_t tbody, .photo_t tr {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .photo_t td {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
  }
  .photo_t td img {
    max-width: 65%;
    height: auto;
  }
  /* 最後のセルだけ下の余白をなくす */
  .photo_t td:last-child {
    padding-bottom: 0;
  }
}
.txtAln_jus {
  text-align: justify;
}