@charset 'UTF-8';
.blog .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog .left {
  width: 74%;
}

.blog .left .article {
  margin-bottom: 50px;
}

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

.blog .left .image {
  width: 27%;
}

.blog .left .title {
  background: #fff;
  border-left: 3px solid #1f323f;
  padding: 12px 10px 9px 16px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #1F323F;
}

.blog .left .date {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #808080;
}

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

.blog .left .square a,
.blog .left .square span {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  background: none;
  padding-top: calc(100% - 0px);
  border: 0px solid #CCC;
  outline: none;
}

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

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

.blog .right .title {
  margin-bottom: 10px;
}

.blog .right a {
  text-decoration: none;
  font-weight: bold;
  color: #365d7a;
}

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

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

.blog .right table caption {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
  color: #4D4D4D;
  text-align: left;
  font-size: 1.2rem;
}

.blog .right table th,
.blog .right table td {
  width: auto;
  border: none;
  padding: 0;
  text-align: center;
}

.blog .right table th {
  background: none;
}

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

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

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

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

.blog .right .latest li {
  margin-bottom: 5px;
}

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

.blog .detail {
  overflow: hidden;
}

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

.blog .detail a {
  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-align: center;
}

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