@charset "UTF-8";
/* CSS Document */
/*エムジーフェス追加*/
.txtAln_ctr {
  text-align: center;
}
.logo_m {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  justify-content: flex-end;
}
.transducer {
  overflow-x: inherit !important;
  width: 100%;
  max-width: 900px;
}
.table-type02 table tr th {
  background-color: #F4F4F4;
}
.server_table {
  margin-top: 30px;
}
.server_table table {
  width: 900px;
  margin: 0 auto;
}
.transducer table th, .transducer table td {
  font-size: 1.4rem;
  border-collapse: collapse;
}
.transducer table td {
  padding-bottom: 10px;
}
.server_subttl {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width:768px) {
  .transducer table th, .transducer table td {
    font-size: 1.3rem;
    display: block;
  }
  .server_table table {
    width: 100%;
  }
  .transducer table th, .transducer table td {
    border-top: none; /* 一旦、すべてのborder-topを削除 */
  }
  .transducer table tr:first-child th {
    border-top: 1px solid #DDDDDD; /* 一番上にあるthだけborder-topを追加 */
  }
}
/*テーブル th 幅設定*/
table.table-type02 tr th {
  width: 15em;
}
@media only screen and (max-width: 767px) {
  table.table-type02 tr th {
    width: 100%;
  }
}
p.indent1em span.no-wrap {
  margin-left: 1em;
}
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #212529;
  border-radius: 10px;
  margin-left: 20px;
  text-indent: -20px;
}
@media only screen and (max-width: 767px) {
  .btn, a.btn, button.btn {
    font-size: 1.5rem;
  }
}
.btn--green, a.btn--green {
  color: #00A32C;
  border: 2px solid #00A32C;
  background-color: #fff;
  margin-bottom: 20px;
}
.btn--green:hover, a.btn--green:hover {
  background: #def0e3;
  opacity: 1;
  color: #00A32C;
}
.img_ds {
  filter: drop-shadow(0px 0px 3px #fff);
}
h3 {
  background-color: #00A32C;
  color: #fff;
  padding: 1em;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
div.entry_box {
  padding: 1em;
  background-image: linear-gradient(25deg, #f9fafc 0%, #dee4ee 100%);
  border: 1px solid #00A32C;
  margin-bottom: 30px;
}
p.webhaishin {
  padding: 0.2em;
  border: 1px solid #00a32c;
  letter-spacing: 0.1em;
  color: #00a32c;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/*追加20260521*/
.green_txt {
  color: #00a32c;
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}
.list-item::before {
  content: '■';
  margin-right: 0.5em; /* ■ と文字の間のすきま */
  color: #00a32c; /* ■ の色 */
}
.indent1_5em {
    margin-left: 1.5em;
    text-indent: -1.5em;
}
.indent2em {
    margin-left: 2em;
    text-indent: -2em;
}