@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : privacy.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.h1_wrap {
  background: url(/transcription/img/bg_h1.jpg) no-repeat center top/cover;
}
.h1_wrap h1::before {
  content: "";
  display: block;
  width: 394px;
  height: 156px;
  position: absolute;
  top: -146px;
  left: -170px;
  background: url(/transcription/img/img_h1.png) no-repeat center center/394px auto;
}

.tran_table {
  width: 100%;
  border: solid 1px #a3a19e;
}
.tran_table th {
  border-bottom: solid 1px #a3a19e;
  padding: 15px 20px;
  background: #f1efed;
  font-weight: normal;
  width: 25%;
  box-sizing: border-box;
  text-align: left;
}
.tran_table td {
  border-bottom: solid 1px #a3a19e;
  padding: 15px 20px;
  width: 75%;
  box-sizing: border-box;
  background: #FFF;
}
.tran_table td a {
  color: #0000ff;
  text-decoration: underline;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .h1_wrap {
    background: url(/transcription/img/bg_h1_sp.jpg) no-repeat center center/cover;
  }
  .h1_wrap h1::before {
    content: "";
    display: block;
    width: 99px;
    height: 81px;
    position: absolute;
    top: -81px;
    left: -50px;
    background: url(/transcription/img/img_h1_sp.png) no-repeat center center/99px auto;
  }
  .table_wrap {
    padding: 0 15px;
  }
  .tran_table {
    width: 100%;
    border: solid 1px #a3a19e;
    border-left: none;
    border-right: none;
  }
  .tran_table th {
    border-bottom: solid 1px #a3a19e;
    padding: 15px;
    background: #f1efed;
    font-weight: normal;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: left;
  }
  .tran_table td {
    border-bottom: solid 1px #a3a19e;
    padding: 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: #FFF;
    font-size: 15px;
  }
  .tran_table td a {
    color: #0000ff;
    text-decoration: underline;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=transcription.css.map */