@charset "UTF-8";
/* CSS Document */
.slider {
  max-width: 800px !important;
  width: 100%;
  margin: 0 auto;
}
div.slider ul li a img:hover, div.slider ul li a:hover {
  opacity: 1 !important;
}
li div.mts_exp__txt h5 {
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
}
p.date_m {
  padding-top: 13px;
  line-height: 1.7;
}
p.date_m span.midasi {
  display: inline-block;
  width: 200px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .logo_m {
    display: flex; /* flexコンテナ化 */
    flex-direction: column; /* ボックスを縦並びに */
    margin-bottom: 15px;
  }
  .logo_img {
    max-width: 100%;
    width: 305px;
    display: block;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 767px) {
  .logo_m {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
  }
  .logo_img {
    width: 305px;
    margin-right: 20px;
    padding-left: 20px;
    display: block;
  }
  .logo_m .date_m {
    max-width: 60%;
    padding-left: 20px;
  }
}
h2.p-video__title_m {
  background-color: #fff;
  font-size: 1.8rem;
  border-bottom: 1px solid #00A32C;
  padding-bottom: 10px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
  margin-top: 30px;
}
h2.p-video__title_m:before {
  content: "";
  background: url(../../assets/img/video/icon-video.svg) no-repeat;
  width: 25px;
  height: 18px;
  position: absolute;
  left: 0; /*top: 0;*/
}
.mts_exp {
  /*background-color: #00A32C;*/
  /*color: #ffffff;*/
  padding-bottom: 30px !important;
  margin-bottom: 20px;
  position: relative;
  top: 10px;
}
.mts_exp p {
  margin: 0 !important;
  padding: 0 !important;
}
.mts_exp_v {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
div.mts_exp_v h5 {
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
}
/*エムジーフェス追加*/
ul.img300 li span {
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
}
.imgtxt {
  display: block;
  font-size: 1.4rem;
}
.abl_graf {
  margin: 40px auto 30px;
  width: fit-content;
  display: block;
}
.txtAln_ctr {
  text-align: center;
}
ul.img300 li img {
  width: 100%;
  max-width: 300px;
}
ul.img470 li img {
  width: 100%;
  max-width: 470px;
}
.main_img {
  display: block;
  margin: 0 auto 40px;
  width: auto;
  height: auto;
}
.logo_m {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  justify-content: flex-end;
}
.server_table {
  margin-top: 30px;
}
.transducer {
  overflow-x: inherit;
}
.table-type02 table tr th {
  background-color: #F4F4F4;
}
.server_table {
  margin-top: 30px;
}
.server_table table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.transducer table th, .transducer table td {
  font-size: 1.4rem
}
.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.2rem;
    display: block;
    border-bottom: none;
  }
  .transducer table tr:last-child td {
    border-bottom: 1px solid #DDDDDD;
  }
  .server_table table {
    width: 100%;
  }
}
/*テーブル th 幅設定 20241119*/
table.table-type03 tr th {
  width: 10em;
}
.logo_mg {
  max-width: 45%;
  height: auto;
}
.under1 {
  border-bottom: solid 2px;
}
/*---------*/

/*テーブル th 幅設定*/
colgroup col:first-child {
  width: 16em !important;
}
@media only screen and (max-width: 767px) {
  colgroup col:first-child {
    width: 100% !important;
  }
}
.transducer table thead th:first-child {
  width: auto !important;
}
/*テキスト囲み*/
.box_01 {
    border: #222222 1px solid; /*境界線の指定*/
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 2px;
    border-radius: 2px;
}
/*2025 テキスト囲み赤　h3*/
.box_02 {
    border: 1px solid #FF0004; /*境界線の指定*/
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 2px;
    border-radius: 2px;
    color: #FF0004;
    margin-right: 10px;
}
h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75;
}