.blog .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .blog .wrap {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.blog .left {
  width: 74%;
}
.pagecode-staff .blog .wrap {
  justify-content: center;
}

@media screen and (max-width: 680px) {
  .blog .left {
    width: 100%;
  }
}

.blog .left .article {
  margin-bottom: 30px;
  border-bottom: 1px dashed #629add;
  padding-bottom: 30px;
}

.blog .left .article:last-child {
  margin-bottom: 0;
}

.blog .left .image {
  width: 25%;
  max-width: 180px;
}

@media screen and (max-width: 680px) {
  .blog .left .image {
    width: 180px;
  }
}
.blog .left .inner {
  width: 100%;
}

.blog .left .title a {
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 0.075em;
  color: #26346e;
}

.blog .left .date {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-family: 'STIX Two Text', serif;
  color: #26346e;
  letter-spacing: 0.075em;
  line-height: 1;
}

.blog .left .text {
  font-size: 1.4rem;
  line-height: 1.8571;
  letter-spacing: 0;
}

.blog .left .button {
  margin-top: 25px;
}

.blog .left .page {
  text-align: center;
}

.blog .right {
  width: 20%;
  font-size: 1.2rem;
}

@media screen and (max-width: 680px) {
  .blog .right {
    width: 200px;
    margin: 50px auto 0;
  }
}

.blog .right .title {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  background: #e4eaf9;
  color: #26346e;
  font-family: 'STIX Two Text', serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 7px 0;
}

.blog .right table a {
  text-decoration: underline;
  font-weight: normal;
  color: #eb1428;
  font-size: 1.2rem;
}

.blog .right a:hover {
  text-decoration: none;
}

.blog .right table {
  margin-bottom: 30px;
}

.blog .right table caption {
  border-bottom: 1px solid #d2defc;
  margin-bottom: 5px;
  text-align: center;
  color: #000000;
  font-size: 1.2rem;
  padding: 5px 0;
  letter-spacing: 0.15em;
}

.blog .right table th,
.blog .right table td {
  width: auto;
  border: none;
  padding: 0;
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.9;
}

@media screen and (max-width: 680px) {
  .blog .right table th,
  .blog .right table td {
    display: table-cell;
    width: auto;
  }
}

.blog .right table th {
  background: none;
  font-weight: 400;
}

.blog .right .archive {
  margin-bottom: 30px;
}

.blog .right .archive li {
  margin-bottom: 0;
}

.blog .right .archive li:last-child {
  margin-bottom: 0;
}

.blog .right .archive li a {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.blog .right .archive li a:hover {
  text-decoration: underline;
}

.blog .right .latest {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.blog .right .latest li {
  margin-bottom: 5px;
  color: #26346e;
  font-size: 1rem;
  letter-spacing: 0.15em;
}

.blog .right .latest li a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.15em;
}

.blog .right .latest li a:hover {
  text-decoration: underline;
}

.blog .right .latest li:last-child {
  margin-bottom: 0;
}

.blog .detail {
  overflow: hidden;
}

.blog .detail .color {
  color: #ea9e18;
}

.blog .detail a:not(.c-back__link) {
  outline: none;
  text-decoration: underline;
  color: #c61515;
}

.blog .detail a:hover {
  text-decoration: none;
}

.blog .detail .img {
  width: 300px;
  margin: 0 auto;
}

.blog .detail .button {
  margin-top: 50px;
}

.text p + p {
  margin-top: 0;
}

.link_before,
.link_next {
  position: relative;
  top: -2px;
}


.blog .left .detail .text {
  font-size: 1.6rem;
}

.blog .left .detail .date {
  margin-bottom: 18px;
}

.blog .left .detail.article {
  border: none;
}

.blog-pickup-btn {
  margin-top: 50px;
}
.blog-pickup-btn a {
  background: #0850b7 url('/new_image/icon_more.svg') top 30px right 30px no-repeat;
  max-width: 380px;
  height: 80px;
  font-size: 2rem;
}