/* common
------------------------------------------------------------------------------*/
.inner {
  padding: 0 calc( 60 / 750 * 100vw );
}
#main {
  background: #f3f3f3;
}


/* #ttl h2
------------------------------------------------------------------------------*/
#main #ttl h2.report {
  background: url("/co-creation/report/img/report_logo_wh.svg") center calc( 76 / 750 * 100vw ) / calc( 270 / 750 * 100vw ) auto no-repeat;
}

/* #list
------------------------------------------------------------------------------*/
#list {
}
#list .inner {
  padding-top: calc( 130 / 750 * 100vw );
  padding-bottom: calc( 50 / 750 * 100vw );
}
#list a {
  color: #000;
  font-size: calc( 27 / 750 * 100vw );
  line-height: calc( 39 / 750 * 100vw );
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  display: block;
  margin-bottom: calc( 58 / 750 * 100vw );
}
#list a dl {
  position: relative;
  padding-left: calc( 210 / 750 * 100vw );
  min-height: calc( 110 / 750 * 100vw );
}
#list a dl dd.date {
  color: #00a0e9;
  font-size: calc( 18 / 750 * 100vw );
  line-height: calc( 18 / 750 * 100vw );
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: calc( 10 / 750 * 100vw );
}
#list a dl dt.thum {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: calc( 182 / 750 * 100vw );
  max-height: 100%;
  overflow: hidden;
  border-radius: calc( 20 / 750 * 100vw );
}

/* nav.pagination
------------------------------------------------------------------------------*/
nav.pagination {
  text-align: center;
  padding-bottom: calc( 115 / 750 * 100vw );
}
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: calc( 10 / 750 * 100vw );
}
nav.pagination .nav-links a,
nav.pagination .nav-links span {
  display: inline-block;
  color: #00a0e9;
  font-size: calc( 27 / 750 * 100vw );
  line-height: calc( 50 / 750 * 100vw );
  letter-spacing: 0;
  font-weight: bold;
  width: calc( 50 / 750 * 100vw );
  margin-right: calc( 10 / 750 * 100vw );
  text-decoration: none;
  border-radius: calc( 25 / 750 * 100vw );
}
nav.pagination .nav-links span.current {
  color: #fff;
  background: #00a0e9;
}

/* #article
------------------------------------------------------------------------------*/
#article {
  background: #fff;
}
#article .inner {
  padding-top: calc( 120 / 750 * 100vw );
  padding-bottom: calc( 120 / 750 * 100vw );
}
#article dl.cate {
  font-size: 0;
  margin-bottom: calc( 30 / 750 * 100vw );
}
#article dl.cate dt {
  color: #fff;
  font-size: calc( 26 / 750 * 100vw );
  line-height: calc( 26 / 750 * 100vw );
  letter-spacing: 0.1em;
  font-weight: bold;
  background: #00a0e9;
  display: inline-block;
  padding: calc( 7 / 750 * 100vw ) calc( 24 / 750 * 100vw );
  margin-right: calc( 22 / 750 * 100vw );
}
#article dl.cate dd.date {
  color: #00a0e9;
  font-size: calc( 27 / 750 * 100vw );
  line-height: calc( 40 / 750 * 100vw );
  letter-spacing: 0.1em;
  font-weight: bold;
  display: inline-block;
}
#article h1 {
  font-size: calc( 39 / 750 * 100vw );
  line-height: calc( 55 / 750 * 100vw );
  letter-spacing: 0.1em;
  margin-bottom: calc( 32 / 750 * 100vw );
  font-weight: normal;
}
#article div.thum {
  border: #d7e4eb solid calc( 3 / 750 * 100vw );
  box-sizing: border-box;
  overflow: hidden;
  max-height: calc( 383 / 750 * 100vw );
  margin-bottom: calc( 70 / 750 * 100vw );
  text-align: center;
}
#article div.thum img {
  width: auto;
  max-height: calc( 383 / 750 * 100vw );
}

#article h2 {
  border-left: #00a0e9 solid calc( 6 / 750 * 100vw );
  padding-left: calc( 25 / 750 * 100vw );
  font-size: calc( 30 / 750 * 100vw );
  line-height: calc( 44 / 750 * 100vw );
  letter-spacing: 0.15em;
  margin-bottom: calc( 50 / 750 * 100vw );
}
#article div + h2,
#article p + h2 {
  margin-top: calc( 80 / 750 * 100vw );
}
#article h6,
#article h5,
#article h4,
#article h3 {
  font-size: calc( 28.5 / 750 * 100vw );
  line-height: calc( 47 / 750 * 100vw );
  margin-bottom: calc( 20 / 750 * 100vw );
}
#article p {
  font-size: calc( 27 / 750 * 100vw );
  line-height: calc( 53 / 750 * 100vw );
  letter-spacing: 0.075em;
  margin-bottom: calc( 40 / 750 * 100vw );
}
#article ul {
  font-size: calc( 25 / 750 * 100vw );
  line-height: calc( 48 / 750 * 100vw );
  letter-spacing: 0.075em;
  margin-bottom: calc( 40 / 750 * 100vw );
}
#article ul li {
  position: relative;
  padding-left: calc( 28 / 750 * 100vw );
}
#article ul li::before {
  content: "";
  background: #00a0e9;
  border-radius: calc( 6 / 750 * 100vw );
  display: block;
  width: calc( 12 / 750 * 100vw );
  height: calc( 12 / 750 * 100vw );
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: calc( -6 / 750 * 100vw );
}
#article div.wp-block-image {
  margin-bottom: calc( 40 / 750 * 100vw );
}
#article dl.column {
  background: #e2f4fe;
  position: relative;
  box-sizing: border-box;
  padding: calc( 48 / 750 * 100vw ) calc( 60 / 750 * 100vw );
  color: #00a0e9;
  font-size: calc( 22 / 750 * 100vw );
  line-height: calc( 42 / 750 * 100vw );
  letter-spacing: 0.1em;
  margin-top: calc( 60 / 750 * 100vw )
}
#article dl.column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc( 50 / 750 * 100vw );
  height: calc( 50 / 750 * 100vw );
  border: #00a0e9 solid calc( 26 / 750 * 100vw );
  border-right: #e2f4fe solid calc( 26 / 750 * 100vw );
  border-bottom: #e2f4fe solid calc( 26 / 750 * 100vw );
  box-sizing: border-box;
}
#article dl.column dt {
  font-size: calc( 24 / 750 * 100vw );
  line-height: calc( 36 / 750 * 100vw );
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: calc( 25 / 750 * 100vw )
}
#article dl.column dd img.email {
  width: auto;
  height: calc( 22 / 750 * 100vw );
}

/* #navi
------------------------------------------------------------------------------*/
#navi {
}
#navi .inner {
  padding-top: calc( 68 / 750 * 100vw );
  padding-bottom: calc( 80 / 750 * 100vw );
}
#navi ul {
  font-size: 0;
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
}
#navi ul li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
#navi ul li a {
  color: #00a0e9;
  font-size: calc( 21 / 750 * 100vw );
  line-height: calc( 28 / 750 * 100vw );
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
#navi ul li.rtn a {
  font-size: calc( 23 / 750 * 100vw );
  line-height: calc( 23 / 750 * 100vw );
  letter-spacing: 0.1em;
  padding: calc( 15 / 750 * 100vw ) 0;
  position: relative;
}
#navi ul li.prev a {
  padding-left: calc( 34 / 750 * 100vw );
  position: relative;
}
#navi ul li.prev a::after {
  content: "";
  width: calc( 13 / 750 * 100vw );
  height: calc( 13 / 750 * 100vw );
  border-left: #00a0e9 solid calc( 3 / 750 * 100vw );
  border-top: #00a0e9 solid calc( 3 / 750 * 100vw );
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: calc( -6.5 / 750 * 100vw );
  box-sizing: border-box;
}
#navi ul li.next {
  text-align: right;
}
#navi ul li.next a {
  padding-right: calc( 34 / 750 * 100vw );
  position: relative;
  text-align: center;
}
#navi ul li.next a::after {
  content: "";
  width: calc( 13 / 750 * 100vw );
  height: calc( 13 / 750 * 100vw );
  border-left: #00a0e9 solid calc( 3 / 750 * 100vw );
  border-top: #00a0e9 solid calc( 3 / 750 * 100vw );
  transform: rotate(-225deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: calc( -6.5 / 750 * 100vw );
  box-sizing: border-box;
}

.p-creation-nav{
  max-width: 1000px;
  margin: auto;
  padding: 0 calc( 60 / 750 * 100vw );
  position: sticky;
  top: 80px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 4999;
  overflow: scroll;
  padding: 14px 14px;
}

.p-creation-nav__parent{
  display: flex;
  width: 1000px;
}

.p-creation-nav__child{
  margin: 15px auto 0;
  display: none;
  overflow: hidden;
  transition: none;
}

.p-creation-nav__child li a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #262626;
}

.p-creation-nav ul li{
  margin: 0 15px;
}

.p-creation-nav__child li{
  margin: 0 0 10px !important;
}

.p-creation-nav ul li .nav{
  text-decoration: none;
  color: #262626;
  border-bottom: 2px solid #00a0e9;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
  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 a dl dt.thum img{
  object-fit: cover;
  aspect-ratio: 1/1;
}

.p-report__bg .cpt{
  color: #00a0e9;
  margin-bottom: 6px;
  font-size: 14px;
  /*
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;*/
}

.p-report__bg .txt{
  font-size: 10px;
  line-height: 1.6;
  /*
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;*/
}