@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */
.flex-wrap {
  padding: 0;
  margin: 0px;
  display: block;
  width: 875px;
  position: relative;
  background: url("../img/bg.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}
h2.title1 {
  max-width: 434px;
  width: 100%;
  margin: 62px 0px 0 70px
}
h2.title1 img {
  width: 100%;
}
.info {
  max-width: 1200px;
  margin: 0px auto 0px auto;
  position: relative;
  background-color: #FFF;
  border-top: 14px solid #000;
  display: flex;
  justify-content: flex-end;
}
.info:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0px;
  width: 14px;
  height: 100%;
  background: #000;
}
.info:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0px;
  width: 14px;
  height: 100%;
  background: #000;
}
.info_title {
  color: #FFF;
  width: 228px;
  height: 185px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  background-color: #E60012;
  border-left: 14px solid #000;
  border-right: 14px solid #000;
}
.info_title img {
  width: 135px;
  margin: 70px auto 0 auto;
  display: block;
}
.info_txt1 {
  width: 380px;
  margin: 170px 0 0 160px;
  height: 276px;
}
.date {
  height: 185px;
  overflow-y: scroll;
  padding: 45px 20px;
  margin: 0px 0px;
  width: 648px;
}
.date dl {
  width: 100%;
  margin: 0px 0px 10px 0px;
  display: flex;
  line-height: 170%;
}
.date dt {
  padding: 0px 10px 0px 0px;
  width: 120px;
}
.date dd {
  width: auto;
  padding: 0px 0px 0px 0px;
  flex: 1;
}
@media screen and (max-width:1200px) {
  .flex-wrap {
    padding: 0;
    margin: 0px;
    display: block;
    width: 875px;
    position: relative;
    background: url(../img/bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 875px;
  }
  .info {
    justify-content: space-between;
  }
  .info_title {
    width: 100%;
    flex: 1;
    border-left: none;
  }
  .date {
    width: 70%;
  }
}
@media screen and (max-width:1024px) {
  .flex-wrap {
    margin: 0px auto 0px auto;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 875px;
  }
  .info {
    margin: 0px 0px 0px auto;
    width: 100%;
    max-width: 875px;
  }
  .info_title {
    padding: 0px;
  }
  .info {
    margin: 0 auto;
  }
}
@media screen and (max-width:750px) {
  .flex-wrap {
    background: url("../img/bg_sp.jpg");
    width: 100%;
    max-width: 100%;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  h2.title1 {
    max-width: auto;
    width: 60%;
    margin: 10% 0px 0 3.5%;
  }
  .info {
    border-top: none;
    display: block;
  }
  .info_txt1 {
    width: 53%;
    height: auto;
    margin: 25% 0px 6% 11%;
  }
  .info_title {
    width: 100%;
    border-left: none;
    border-right: none;
    background-color: #241816;
    height: auto;
    padding: 20px 0px 25px 0px;
  }
  .info_title img {
    margin: 0px auto 0 auto;
    max-width: 140px;
    width: 40%;
  }
  .date {
    padding: 30px;
    width: 100%;
  }
  .date dl {
    display: block;
  }
  .info:before {
    display: none;
  }
  .info:after {
    display: none;
  }
  .date {
    height: 300px;
  }
}
@media screen and (max-width:650px) {
  .info_txt1 {
    margin: 23.5% 0px 3.5% 10.5%;
  }
}