@charset "UTF-8";
/*タイトル ========================================================================*/
.ttl_main.mailmagazine_archive h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_mailmagazine_archive.jpg) no-repeat center center / cover;
}
.txt_box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.txt_box p {
  width: 60%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 3%;
}
.txt_box p span {
  display: block;
}
.txt_box .btn {
  width: 40%;
}
.txt_box .btn a {
  width: 80%;
  max-width: 330px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-color: #750207;
  border-radius: 5px;
  display: block;
}
.inner_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner_box ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 20px 3%;
  border-top: solid 1px #eee;
  text-decoration: none;
}
.inner_box ul li:last-child a {
  border-bottom: solid 1px #eee;
}
.inner_box ul li a:hover {
  opacity: 1;
  background-color: #eee;
}
.inner_box ul figure {
  width: 25%;
  margin: 0;
}
.inner_box ul figure img {
  width: 100%;
  vertical-align: bottom;
}
.inner_box ul .txt {
  width: 70%;
}
.inner_box ul .txt h3 .vol {
  ffont-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: block;
  font-size: 15px;
  background-color: #000;
  color: #fff;
  padding: 1px 10px;
  width: 60px;
  text-align: center;
  margin-bottom: 10px;
}
.inner_box ul .txt h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
.inner_box ul .txt h3 .sub {
  display: block;
  font-size: 16px;
}
@media screen and (max-width:1050px) {
  .txt_box {
    display: block;
    margin-bottom: 40px;
  }
  .txt_box p {
    width: auto;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin: 0 auto 20px;
  }
  .txt_box p span {
    display: inline;
  }
  .txt_box .btn {
    width: auto;
  }
  .txt_box .btn a {
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
    font-size: 15px;
  }
  .inner_box ul li a {
    display: block;
    padding: 20px 0;
    border-top: solid 1px #ccc;
  }
  .inner_box ul li:last-child a {
    border-bottom: solid 1px #ccc;
  }
  .inner_box ul figure {
    width: auto;
  }
  .inner_box ul .txt {
    width: auto;
    margin-bottom: 15px;
  }
  .inner_box ul .txt h3 .vol {
    margin-bottom: 10px;
  }
  .inner_box ul .txt h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .inner_box ul .txt h3 .sub {
    font-size: 15px;
  }
  .inner_box ul .txt h3 .sp {
    display: block;
  }
}