/*
List Layout
*/
.tile-block02 {
  width: 175px;
  padding: 12px;
  margin: 0 12px 12px 0;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  font-size: 1.2rem;
  line-height: 16px;
  float: left;
}

.tile-block02:nth-child(4n) {
  margin-right: 0;
}

.tile-block02 .tile-ctg {
  /*font-weight: bold;*/
  font-size: 11px;
  font-size: 1.1rem;
}
.tile-block02 .tile-text {
  font-weight: bold;
}
.tile-block02 {
  transition: opacity .3s ease;
}

.tile-block02:hover {
  opacity: .5;
}

body.first-page .tile-block02:nth-child(4n) {
  margin-right: 12px;
}

body.first-page .tile-block02:nth-child(4n+3) {
  margin-right: 0;
}

body.first-page .tile-block02:nth-child(1) {
  width: 325px;
  min-height: 415px;
  margin: 0 15px 15px 0;
  font-size: 1.4rem;
  line-height: 20px;
}

body.first-page .tile-block02:nth-child(2), body.first-page .tile-block02:nth-child(3), body.first-page .tile-block02:nth-child(4) {
  width: 400px;
  min-height: 150px;
  padding: 12px 12px 12px 155px;
  margin: 0 0 15px;
  font-size: 1.4rem;
  line-height: 20px;
  position: relative;
}

body.first-page .tile-block02:nth-child(2) .tile-img, body.first-page .tile-block02:nth-child(3) .tile-img, body.first-page .tile-block02:nth-child(4) .tile-img {
  width: 125px;
  position: absolute;
  top: 12px;
  left: 12px;
}

body.first-page .tile-block02:nth-child(1) .tile-ctg, body.first-page .tile-block02:nth-child(2) .tile-ctg, body.first-page .tile-block02:nth-child(3) .tile-ctg, body.first-page .tile-block02:nth-child(4) .tile-ctg {
  font-size: 12px;
  font-size: 1.2rem;
}

body.column .pager {
  width: 690px;
  margin: 69px auto 0;
  padding: 40px 0 0;
  border-top: 1px solid #d4d4d4;
}

body.detail .contents {
  padding-bottom: 75px;
}
body.detail .tile-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
body.detail .tile-block02 {
  width: 164px;
}
body.detail .pager.type02 {
  clear: both;
  width: auto;
  margin: 0;
  padding: 0;
  border-top: none;
  /*padding-top: 30px;*/
}

body.detail .pager.type02 li {
  border: none;
}

.column-title {
  font-size: 1.8rem;
  line-height: 30px;
  padding: 0 0 20px 5px;
  font-weight: normal;
  border-bottom: 2px solid #f957b1;
}

.column-title .ctg {
  font-weight: bold;
  display: block;
}

.column-text {
  margin: 0 0 40px;
  font-size: 1.4rem;
  line-height: 24px;
}

.column-text a {
  color: #00f;
  text-decoration: underline;
}

.column-img {
  margin: 0 0 40px;
  text-align: center;
}

.column-img img {
  max-width: 75%;
  height: auto;
}

