@charset "utf-8";
/* CSS Document */
.table {
  margin-top: 20px;
  margin-bottom: 25px;
  width: 90%;
}
.table th {
  background-color: #0F0E3D;
  color: fff;
  margin-bottom: 25px;
}
.table td {
  text-align: left;
}
.fot_center {
  text-align: center;
  width: 90%;
  display: block;
  margin: 0px auto;
  padding-top: 10px;
  margin-bottom: 20px;
}
.fot {
  padding: 0px;
  text-align: left;
}
.fot div {
  display: block;
  padding: 0px;
  margin: 0px 0px 0px 0px auto;
  text-align: center;
}
.fot img {
  margin-right: 0px;
}
.lef5 {
  margin-left: 5px;
}
.img_top {
  margin-bottom: 20px;
}
.txt_m_s {
  margin-bottom: 25px;
  margin-top: 15px;
}
.img_txt {
  margin-bottom: 15px;
}
.img_bt_s {
  margin-bottom: 7px;
}
#nob {
  margin: 10px auto 10px -3px;
}
#nob li {
  list-style: none;
  margin-left: -30px;
}
.nob2 {
  border: 1px dotted #666;
  padding: 5px;
  background-color: #E8F8FB;
  margin-bottom: 15px;
}
.nob2 ul {
  margin-left: -20px;
}
.nob2 li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
.nob_m {
  margin-left: 10px;
  margin-right: 10px;
}
#nob_cl {
  clear: both;
}
.nob3 {
  padding: 5px;
  margin-top: -10px;
}
.nob3 ul {
  margin-left: -20px;
}
.nob3 li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
#table_top {
  margin-top: 0px;
}
#txt_c {
  text-align: center;
  padding: 8px;
}
#txt_c_or {
  text-align: center;
  color: #F98607;
}
#txt_subtitle {
  margin-top: 15px;
}
#sp_m {
  margin-top: 25px;
}
#oshirase {
  width: auto;
  margin-bottom: 15px;
  border: #FF3300 5px double;
  border-radius: 10px;
}
#oshirase_p {
  margin: 0 0 1px 15px;
  padding: 8px;
}
.telms {
  background-color: #D3E0F7; /* 背景色を設定 */
  margin: 5px 40px 30px 40px;	
  padding: 5px;
  font-size: 0.7em; /* テキストの大きさを0.8倍に設定 */
  border: 1px solid black; /* 黒の単線で囲む */
}
.custit {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 5px;
}
/*★★★★★横幅が最大で599px時★★★★★*/
@media (max-width:599px) {
  .nob li {
    list-style: none;
    margin-left: 0px;
  }
  .nob2 ul {
    margin-left: -10px;
  }
  .nob3 ul {
    margin-left: -10px;
  }
.custit {
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 5px;
}	
}