

#top-slide {
  padding-top: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) and (min-width: 769px){
  #top-slide {
    padding-top: calc(100vw / 1366 * 80);
  }
}
@media only screen and (max-width: 767px){
  #contents {
    padding-top: 80px;
  }
}
.cycle-pager{
  z-index: 999;
}

.footer{
  padding: 0;
  clear: both;
  width: 100%;
}
ul {
  list-style: none !important;
}

.footer p{
  padding: 0;
}

.footer p.copyright{
  padding: 46px 0;
}
@media screen and (max-width: 768px){
  .copyright {
    padding: 15px 0;
  }
}

.footerNav__item a {
  color: #000 !important;
}
.footerNav__item a:hover {
  text-decoration: underline;
}

.breadcrumb {
  margin-top: 1.5rem;
}
.breadcrumb li+li::before {
  padding-right: 5px;
}

.threequarter{
  margin: 0;
}
.block-two > li{
  margin-left: 0;
}

li.item{
  border-bottom: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.bt-dl{
  display: inline-block;
  margin-top: auto;
  margin-left: auto;
}
.bt-dl a {
  font-size: 13px;
  letter-spacing: 0;
  /* color: #fff;
  background: #000000; */
  background: #fff;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  margin: 20px 0 20px 0;
  padding: 12px 40px;
}
.bt-dl a:hover {
  background: #000000;
  color: #fff;
}


.maite-section .columns.is-multiline{
  display: flex;
}
.maite-section .column {
  flex-basis: auto;
  box-flex:0;
  flex-grow: 0;
  flex-shrink: unset;
}



.archive .block-two{
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive .item-date {
  font-size: 13px;
  color: #000;
}
.archive .item-cat a {
  color: #999;
}
.archive .item h2.item-title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
}



.title-flame .pagetitle {
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding: 54px 0 50px;
  border-bottom: none;
  width: 100%;
  color: #000;
  text-align: left;
}
.title-flame .maite-title-bordered {
  margin: 0;
  border-bottom: none;
  padding: 50px 0 50px;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  color: #000;
  text-align: left;
}
.title-flame .maite-title-bordered_2 {
  margin: 0;
  border-bottom: none;
  padding: 54px 0 50px;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  color: #000;
  text-align: left;
}

.archive .blog-date time{
  color: #ccc;
}
.archive .threequarter{
  margin-bottom: 50px;
}


@media only screen and (max-width: 959px) and (min-width: 768px){
  li.item {
    height: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px){
  li.item{
    width: 100%;
  }
}


.pager a{
  color: #000;
}
.pager .current {
  color: #000;
}
a.page-numbers, .pager .current{
  border: solid 1px #e9e9e9;
}
a.prev, .pager .current, a.next {
  background: #fff;
}

.title-flame{
  width: 100%;
  overflow: hidden;
}


