@charset "utf-8";
/* CSS Document */
.show_pc {
  display: block;
}
.show_sp {
  display: none;
}
#contents .dot_item {
  display: flex;
  align-items: flex-start;
}
#contents .dot_mark {
  color: #595959;
}
#contents .dot_text {
  color: #595959;
}

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  .show_pc {
    display: none;
  }
  .show_sp {
    display: block;
  }
  #contents h1 {
    line-height: 2.7rem;
  }
  #contents section {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  #contents .dot_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  #contents .dot_mark {
    width: 1.4em !important;
    line-height: 2.7rem !important;
    color: #595959;
  }
  #contents .dot_text {
    line-height: 2.7rem !important;
    color: #595959;
  }
  #contents table {
    width: 100%;
  }
  #contents td {
    width: 100%;
    line-height: 2.7rem!important;
  }
  .sp_form .form_area {
    display: flex;
    flex-wrap: wrap;
  }
  #contents .w166 {
    width: 96%;
  }
  #contents .w440 {
    width: 96%;
  }
  #contents .w125 {
    width: 20%;
  }
  .sp_mt10 {
    margin-top: 10px;
  }
  #contents .note h3 {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
  aside {
    display: block!important;
    float: none!important;
    width: 90%!important;
    margin: 0 auto!important;
  }
  aside div {
    border: none!important;
  }
  #lnav_others a {
    width: 100%!important;
  }
}
