/* common
------------------------------------------------------------------------------*/
#main {
  background: #f3f3f3;
}

/* #ttl h2
------------------------------------------------------------------------------*/
#main #ttl h2.report{
  background: url("/co-creation/report/img/report_logo_wh.svg") center 200px / 350px auto no-repeat;
}
#main #ttl.scroll::after {
  content: url("/common/img/icn_scroll.png");
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: 500px;
  z-index: 4999;
  display: block !important;
}

/* #list
------------------------------------------------------------------------------*/
#list {
}
#list .inner {
  width: 1048px;
  padding-top: 90px;
  padding-bottom: 30px;
  font-size: 0;
}
#list a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 302px;
  margin: 0 23px 80px;
}
#list a:hover {
  opacity: .7;
}
#list a dl dd.date {
  color: #00a0e9;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 15px;
}
#list a dl dt.thum {
  background: #fff;
  width: 302px;
  height: 182px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
#list a dl dt.thum img {
 max-width: 100%;
}

/* nav.pagination
------------------------------------------------------------------------------*/
nav.pagination {
  text-align: center;
  padding-bottom: 130px;
}
nav.pagination .nav-links a.prev,
nav.pagination .nav-links a.next,
nav.pagination .screen-reader-text {
  display: none;
}
nav.pagination .nav-links {
  font-size: 0;
  padding-left: 6px;
}
nav.pagination .nav-links a,
nav.pagination .nav-links span {
  display: inline-block;
  color: #00a0e9;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: bold;
  width: 40px;
  margin-right: 6px;
  text-decoration: none;
  border-radius: 20px;
}
nav.pagination .nav-links span.current {
  color: #fff;
  background: #00a0e9;
}

/* #article
------------------------------------------------------------------------------*/
#article {
  background: #fff;
  border-radius: 20px;
  width: 1000px;
  margin: -60px auto 0;
  position: relative;
}
#article .inner {
  width: 860px;
  padding-top: 60px;
  padding-bottom: 60px;
}
#article dl.cate {
  font-size: 0;
  margin-bottom: 25px;
}
#article dl.cate dt {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: #00a0e9;
  display: inline-block;
  padding: 5px 18px;
  margin-right: 16px;
}
#article dl.cate dd.date {
  color: #00a0e9;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: inline-block;
}
#article h1 {
  font-size: 31px;
  line-height: 48px;
  letter-spacing: 0.075em;
  margin-bottom: 45px;
  font-weight: normal;
}
#article div.thum {
  border: #d7e4eb solid 4px;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 645px;
  margin-bottom: 60px;
  text-align: center;
}
#article h2 {
  border-left: #00a0e9 solid 6px;
  padding-left: 28px;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#article div + h2,
#article p + h2 {
  margin-top: 80px;
}
#article h6,
#article h5,
#article h4,
#article h3 {
  font-size: 21px;
  line-height: 35px;
  margin-bottom: 20px;
}
#article p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.075em;
  margin-bottom: 40px;
}
#article ul {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
 padding: 0 30px; 
}
#article ul li {
  position: relative;
  padding-left: 22px;
}
#article ul li::before {
  content: "";
  background: #00a0e9;
  border-radius: 5px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
#article div.wp-block-image {
  margin-bottom: 40px;
}
#article dl.column {
  background: #e2f4fe;
  position: relative;
  box-sizing: border-box;
  padding: 38px 55px;
  color: #00a0e9;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-top: 60px;
}
#article dl.column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: #00a0e9 solid 21px;
  border-right: #e2f4fe solid 21px;
  border-bottom: #e2f4fe solid 21px;
  box-sizing: border-box;
}
#article dl.column dt {
  font-weight: bold;
  margin-bottom: 28px;
  letter-spacing: 0.15em;
}
#article dl.column dd img.email {
  width: auto;
  height: 15px;
}

/* #navi
------------------------------------------------------------------------------*/
#navi {
}
#navi .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
#navi ul {
  font-size: 0;
  text-align: center;
  display: block;
  position: relative;
  width: 680px;
  margin: 0 auto;
}
#navi ul li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
#navi ul li a {
  color: #00a0e9;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
}
#navi ul li.rtn a {
  padding: 0 0;
  position: relative;
}
#navi ul li.prev {
  text-align: left;
}
#navi ul li.prev a {
  padding-left: 30px;
  position: relative;
}
#navi ul li.prev a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: #00a0e9 solid 2px;
  border-top: #00a0e9 solid 2px;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  box-sizing: border-box;
}
#navi ul li.next {
  text-align: right;
}
#navi ul li.next a {
  padding-right: 30px;
  position: relative;
}
#navi ul li.next a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: #00a0e9 solid 2px;
  border-top: #00a0e9 solid 2px;
  transform: rotate(-225deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  box-sizing: border-box;
}

.p-report__bg{
  position: relative;
  padding-top: 80px;
}

.p-report__bg::before{
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 220px;
  top: 0;
  left: 0;
}

.p-creation-nav{
  margin: 0 auto 60px;
  max-width: 1000px;
  position: sticky;
  top: 115px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 20px;
  z-index: 4999;
}

.p-creation-nav__parent{
  display: flex;
  justify-content: space-between;
}

.p-creation-nav__child{
  margin: 20px auto 0;
  display: none;
  overflow: hidden;
  transition: none;
}

.p-creation-nav__child li a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #262626;
  font-size: 13px;
}

.p-creation-nav ul li{
}

.p-creation-nav ul li .nav{
  text-decoration: none;
  color: #262626;
  border-bottom: 3px solid #00a0e9;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
}

.p-creation-nav ul li a::before{
  content: "";
  background-image: url(../../img/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 12px;
  transform: translateY(-1px);
}

.p-report__bg #list .inner{
  width: 1250px;
}

.p-report__bg #article{
  margin-top: 140px;
}

.p-report__bg #list a{
  width: 360px;
  margin: 0 27px 80px;
}

.p-report__bg #list a dl dt.thum{
  height: auto;
  width: 100%;
}

.p-report__bg #list a dl dt.thum img{
  object-fit: cover;
  aspect-ratio: 1/1;
}

.p-report__bg .cpt{
  color: #00a0e9;
  margin-bottom: 18px;
  font-size: 18px;
  /*overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;*/
}

.p-report__bg .txt{
  font-size: 14px;
  line-height: 1.8;
  /*
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;*/
}