@charset "UTF-8";

/* ==========================================
  Thinklife - PC
========================================== */
.l-contents {
  padding: 30px 0 0;
}

/* ==========================================
  Page Header
========================================== */
.page-header {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 17.8571428%; /* 250/1400 */
  max-height: 250px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url(../../images/thinklife_header_img.jpg);
}
.pankuzu{
  padding-bottom:50px;
}
.page-header .catch-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header .header-catch {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.page-header .header-catch ul li:first-of-type {
  margin: 0 0 15px;
}
.page-header .header-catch ul li img {
  width: 86px;
}
.page-header .header-catch ul li h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  color: #ffffff;
}

/* ==========================================
  Column Unit
========================================== */
.page-heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.0;
  text-align: center;
}
.column-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 100px 0 0;
}
.column-item {
  width: 360px;
  margin: 0 0 120px;
}
.column-item a {
  color: #535353;
}
.column-item > div {
  width: 92.888888%;
  margin: 35px auto 0;
}
.column-item > a {
  width: 100%;
  display: inline-block;
}
.column-item dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 20px;
}
.column-item dl dd p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 20px;
}
.column-item dl dt.art-title{ font-weight:bold; }
.column-item dl dt.art-title a:hover{ text-decoration:underline;}
.column-item dl dd h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 45px;
}

/* ==========================================
  Pager
========================================== */
.pager {
  margin: 0 0 200px;
}

/* ==========================================
  記事検索
========================================== */
.search {
  margin: 0;
}
