.h1-title span{
  font-size: 1rem;
  margin-top: -5px;
  display: block;
  line-height: 2em;
}
.h3-title{
  font-size: 1em;
  line-height: 1.75em;
  margin-bottom: 5px;
  text-align: left;
}
.text + .h3-title{
  margin-top: 20px;
}

/*「・」リスト*/
.sec01-dotlist{
  font-size: 1em;
  text-align: left;
  line-height: 1.75em;
  margin-left: 20px;
}
.sec01-dotlist li{
  position: relative;
}
.sec01-dotlist li::before{
  content: "・";
  position: absolute;
  left: -20px;
  color: #0096df;
}

/*２行横並びテーブル*/
.sec01-dltable{
  display: flex;
  flex-wrap: wrap;
  line-height: 1.75em;
  border-bottom: 0.5px solid rgb(225, 225, 225);
}
.sec01-dltable dt{
  font-weight: bold;
  width: 150px;
  border-top: 0.5px solid rgb(225, 225, 225);
  padding: 5px 0;
}
.sec01-dltable dd{
  width: calc(100% - 150px);
  border-top: 0.5px solid rgb(225, 225, 225);
  padding: 5px 0;
}
@media screen and (max-width:768px) { 
  .sec01-dltable{
    display: block;
  }
  .sec01-dltable dt,.sec01-dltable dd{
    width: 100%;
  }
  .sec01-dltable dd{
    border: 0;
  }
}

.link-bl{
  color: #0096df;
  text-decoration: underline;
}


.heading-1 svg {
  width: 148px;
  height: 39px;
  margin-bottom: 25px;
  fill: none;
  stroke: #88ce02;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.def-container  {
  margin: 0 15px;
}

.def-wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.def-heading {
  text-align: center;
}

.main-contents {
  margin-top: 40px;
}

.campaignInfo a {
  position: relative;
  height: 66px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #657583;
  padding: 0 40px 0 16px;
  transition: 0.4s opacity;
}

.campaignInfo a:hover {
  opacity: 0.7;
}

.ci-category {
  font-size: 0.8em;
  margin-right: 40px;
}
.ci-title {
  font-size: 0.8em;
  line-height: 1.5;
}
.ci-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:768px) { 
  .campaignInfo a {
    position: relative;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 40px 20px 16px;
  }
  .ci-title {
    margin-top: 12px;
  }
}

#pager {
  margin-top: 40px;
}

.paginationjs-pages ul {
  max-width: 330px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

.paginationjs-pages li {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
}

.paginationjs-pages li.paginationjs-ellipsis {
  border: none;
  width: auto;
  height: auto;
}

.paginationjs-page {
  cursor: pointer;
}

.paginationjs-page.active {
  background-color: #fff;
}

.paginationjs-page.active a {
  color: #485f72;
}

.paginationjs-page:hover {
  background-color: #fff;
}
.paginationjs-page:hover a {
  color: #485f72;
}

.paginationjs-pages .paginationjs-prev,
.paginationjs-pages .paginationjs-next {
  color: #D6F977;
  font-size: 20px;
  cursor: pointer;
  border: none;
} 

@media screen and (max-width:768px) { 
  .paginationjs-pages ul {
    gap: 0 8px;
  }
  .paginationjs-pages li {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .paginationjs-page:hover {
    background-color: none;
  }
  .paginationjs-page:hover a {
    color: #fff;
  }
  .paginationjs-pages .paginationjs-prev,
  .paginationjs-pages .paginationjs-next {
    font-size: 16px;
  } 
}

#bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
  background-image: url(/assets/images/common/bg.png);
  background-size: cover;
}
