@charset "UTF-8";

/* ===========================================================================
PAGE RESEARCH LIFE
=========================================================================== */

.style02 {
  background-image: none;
}

.style02 .head {
  margin-bottom: 30px;
}

.style02 .top {
  padding-top: 56px;
  padding-bottom: 0;
  margin-top: 50px;
  background-color: #fff;
}

.style02 .top::before,
.style02 .top::after {
  bottom: auto;
  top: 0;
}

.style02 .top .description {
  margin-bottom: 12px;
}

.style02>.content {
  padding-top: 43px;
}

h1.head_large {
  font-size: 32px;
  letter-spacing: .16em;
  padding: 17px 0 17px 110px;
  text-align: left;
  line-height: 1.5;
  background: url('/common/images/icon01_pcsp.png') left center / 82px 82px no-repeat;
}

h1.head_large.icon01 {
  background: url('/common/images/icon01_pcsp.png') left center / 82px 82px no-repeat;
}

h1.head_large.icon02 {
  background: url('/common/images/icon02_pcsp.png') left center / 82px 82px no-repeat;
}

h1.head_large.icon03 {
  background: url('/common/images/icon03_pcsp.png') left center / 82px 82px no-repeat;
}

h1.head_large.icon04 {
  background: url('/common/images/icon04_pcsp.png') left center / 82px 82px no-repeat;
}

h1.head_large.icon05 {
  background: url('/common/images/icon05_pcsp.png') left center / 82px 82px no-repeat;
}

h2.inner_ttl {
  color: #584D44;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #E4D6C0;
  padding-top: 57px;
}

h2.inner_ttl span {
  display: inline-block;
  height: 100%;
  min-width: 266px;
  background-color: #E4D6C0;
  padding: 9px 20px;
  position: relative;
}

h2.inner_ttl span::after {
  content: '';
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  right: -52px;
  background: url('/common/images/bg_ttl.png') center / 100% 100% no-repeat;
}

@media screen and (max-width:767px) {
  .style02 .head50 {
    margin-bottom: 23px;
  }

  .style02 .top {
    padding-top: 50px;
    margin-top: 5px;
  }

  .style02>.content {
    padding-top: 0;
  }

  .style02>.content>.inner {
    padding: 0 20px;
  }

  .top .description {
    margin-bottom: 42px;
  }

  h1.head_large {
    font-size: 28px;
    letter-spacing: .16em;
    padding: 9px 0 9px 80px;
    background: url('/common/images/icon01_pcsp.png') left center / 60px 60px no-repeat;
  }

  h1.head_large.icon01 {
  background: url('/common/images/icon01_pcsp.png') left center / 60px 60px no-repeat;
}

h1.head_large.icon02 {
  background: url('/common/images/icon02_pcsp.png') left center / 60px 60px no-repeat;
}

h1.head_large.icon03 {
  background: url('/common/images/icon03_pcsp.png') left center / 60px 60px no-repeat;
}

h1.head_large.icon04 {
  background: url('/common/images/icon04_pcsp.png') left center / 60px 60px no-repeat;
}

h1.head_large.icon05 {
  background: url('/common/images/icon05_pcsp.png') left center / 60px 60px no-repeat;
}
  
  h2.inner_ttl {
    font-size: 20px;
    padding-top: 20px;
    margin: 0 -24px;
  }
  
  h2.inner_ttl span {
    min-width: 214px;
    padding: 9px 20px;
  }
  
  h2.inner_ttl span::after {
    width: 48px;
    height: 48px;
    right: -46px;
  }
}

/*-------------------------------------------
information
-------------------------------------------*/
.information {
  width: 100%;
  padding-left: 23%;
}

.information ul.list li.item a {
  display: block;
  border-bottom: 1px solid #C3BAAC;
  padding: 32px 130px 39px 0;
  position: relative;
}

.information ul.list li.item:last-child a {
  border: none;
}

.information ul.list li.item .ico {
  border: 1px solid #C3BAAC;
  border-radius: 50%;
  height: 80px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}

.information ul.list li.item .ico.blank {
  background: url(/common/images/icon_link_brown_pcsp.png);
  background-position: 30px 23px;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}

.information ul.list li.item a:hover i.blank {
  background: url(/common/images/icon_link_green_pcsp.png);
  background-position: 30px 23px;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  border: 1px solid #6CC85C;
}

@media screen and (max-width:767px) {
  .information ul.list li.item a:hover i.blank {
    background: url(/common/images/icon_link_green_pcsp.png);
    background-position: 18px 12px;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border: 1px solid #6CC85C;
  }
}

.information ul.list li.item .ico.pdf {
  background: url(/common/images/icon_pdf_pcsp.png);
  background-position: 28px 25px;
  background-repeat: no-repeat;
  background-size: 22px 28px;
}

.information ul.list li.item a:hover i.pdf {
  background: url(/common/images/icon_pdf_hov_pcsp.png);
  background-position: 28px 25px;
  background-repeat: no-repeat;
  background-size: 22px 28px;
  border: 1px solid #6CC85C;
}

.information ul.list li.item .ico.arrow {
  background: url(/common/images/arrow_brown_pcsp.png);
  background-position: 27px 31px;
  background-repeat: no-repeat;
  background-size: 25px 16px;
}

.information ul.list li.item a:hover i.arrow {
  background: url(/common/images/arrow_green_pcsp.png);
  background-position: 27px 31px;
  background-repeat: no-repeat;
  background-size: 25px 16px;
  border: 1px solid #6CC85C;
}

@media screen and (max-width:767px) {
  .information ul.list li.item a:hover i.pdf {
    background: url(/common/images/icon_pdf_hov_pcsp.png);
    background-position: 17px 14px;
    background-repeat: no-repeat;
    background-size: 22px 28px;
    border: 1px solid #6CC85C;
  }

  .information ul.list li.item .ico.arrow {
    background-position: 16px 20px !important;
  }
}

.information ul.list li.item p.date {
  align-items: center;
  display: flex;
  padding-bottom: 8px;
}

.information ul.list li.item p.date .text {
  color: #584D44;
  display: inline-block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 2;
  margin-right: 4px;
}

.information ul.list li.item p.content {
  font-size: 1.6em;
}

.information .view_more {
  display: flex;
  justify-content: flex-end;
  padding-top: 48px;
}

.information .date .tag {
  display: inline-block;
  height: 26px;
  margin-left: 4px;
  transform: translateY(-2px);
  width: 26px;
}

.information .date .tag.ico01 {
  background: url(/common/images/info_icon01.png) center/contain no-repeat;
}

.information .date .tag.ico02 {
  background: url(/common/images/info_icon02.png) center/contain no-repeat;
}

.information .date .tag.ico03 {
  background: url(/common/images/info_icon03.png) center/contain no-repeat;
}

.information .date .tag.ico04 {
  background: url(/common/images/info_icon04.png) center/contain no-repeat;
}

.information .date .tag.ico05 {
  background: url(/common/images/info_icon05.png) center/contain no-repeat;
}


@media screen and (max-width:767px) {
  .information {
    padding-left: 0;
  }

  .information ul.list li.item a {
    padding: 32px 0 17px 0;
  }

  .information ul.list li.item .ico {
    height: 58px;
    right: 0;
    top: 49px;
    transform: translateY(-50%);
    width: 58px;
  }

  .information ul.list li.item .ico.blank {
    background-position: 18px 12px;
    background-size: 26px 26px;
  }

  .information ul.list li.item .ico.pdf {
    background-position: 17px 14px;
    background-size: 22px 28px;
  }

  .information ul.list li.item p.date {
    padding-bottom: 32px;
  }

  .information ul.list li.item p.date .text {
    display: block;
    margin-right: 10px;
  }

  .information .view_more {
    justify-content: center;
    padding-top: 30px;
  }
}

a.button.link {
  margin-top: 95px;
}

p.url {
  margin-top: 45px;
  margin-bottom: 19px;
}

@media screen and (max-width:767px) {
  a.button.link {
    margin-top: 65px;
  }
  
  p.url {
    margin-top: 35px;
    margin-bottom: 8px;
  }
}