@charset "utf-8";

@media screen and (max-width: 767px) {
  .bg {
    margin-top: 60px;
  }
  #header {
    height: 60px;
  }
  .header_mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.media_list {
  margin: auto;
  max-width: 1180px;
  padding: 0 20px;
}
.media_list li {
  display: flex;
  padding-bottom: 50px;
  border-bottom: 2px dotted #787573;
}
.media_list li:not(:last-child) {
  margin-bottom: 50px;
}
.media_title {
  font-size: 24px;
  padding-bottom: 40px;
}
.line_title {
  line-height: 1.4;
}
.media_text {
  line-height: 2.6;
}
.media_text span {
  color: #a58c1b;
}
@media screen and (min-width: 768px) {
  .media_list li img {
    height: 280px;
  }
  .media_box {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    padding: 14px 20px;
  }
  .media_list {
    width: 100%;
  }
  .media_list li {
    display: block;
  }
  .media_list li:not(:last-child) {
    margin-bottom: 60px;
  }
  .media_title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .youtube video {
    width: 100%;
  }
}
