-webkit-keyframes bgslide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -200%;
  }
}

@keyframes bgslide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -200%;
  }
}

.wpp-widget-placeholder {
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background: #dd3737;
  background: -webkit-gradient(linear, left top, right top, from(#dd3737), color-stop(10%, #571313), to(#dd3737));
  background: linear-gradient(90deg, #dd3737 0%, #571313 10%, #dd3737 100%);
  background-size: 200% auto;
  border-radius: 3px;
  -webkit-animation: bgslide 1s infinite linear;
  animation: bgslide 1s infinite linear;
}

img {
  max-width: 100%;
}

.sns-gridbox a {
  white-space: nowrap;
}

.sns-gridbox {
  -webkit-justify-content: initial;
  justify-content: initial;
}

.sns-gridbox .grid-2 {
  width: auto;
}

.btn-sns {
  padding: 0px 12px 0px 36px;
  text-align: left;
}

.btn-twitter:before, .btn-facebook:before {
  font-size: 16px;
  top: 6px;
}

.single-main h3:not(.index_title) {
  font-size: 2rem;
  font-size: 20px;
  font-weight: 700;
  padding: .25em .5em;
  /*  margin: 1.5em 0 1em; */
  border-left: 5px solid #6BA540;
}

.single-main h2>span, .single-main h3>span {
  font-size: inherit;
  font-weight: inherit;
}

.single-main h3.index_title {
  font-size: 16px;
}

.single-main .listbox-image {
  width: 40%;
}

.single-main .listbox-text-page {
  width: 60%;
}

.single-main li {
  list-style-type: initial;
  list-style-position: inside
}

.pagebottom-devider {
  background-image: url(./bg-pagebottom-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 80px;
  margin-top: 40px;
  background-position: center bottom;
}

.pagebottom-contact {
  padding: 0px;
  width: 90%;
  max-width: 768px;
  margin: 40px auto;
  background-image: url(./contact_bg.jpg);
  border: 6px solid #000;
}

.pagebottom-contact-inner {
  padding: 20px 0 30px;
  background-color: rgba(255, 255, 255, .4)
}

.pagebottom-contact h2 {
  color: initial;
  font-size: 46px;
  border-top: none;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.pagebottom-contact p {
  color: initial;
  font-weight: 700;
  padding-bottom: 32px;
}

.btn-pagebottom-contact {
  font-size: 20px;
  background-color: #3A8700;
  border: none;
  padding: 12px 12px 10px;
  text-decoration: none !important;
}

.btn-pagebottom-contact:hover {
  background-color: #6BA540;
}

.btn-pagebottom-contact:before {
  top: 14px;
}

.checklist li {
  list-style-type: none!important;
}

@media screen and (max-width: 767px) {
  .single-main h3 {
    font-size: 18px;
  }
  .single-main .listbox-image, .single-main .listbox-text-page {
    width: 50%;
  }
  .single-main .listbox-text-page h3 {
    font-size: 14px;
    margin: 0;
  }
  .pagebottom-contact {
    width: 100%;
  }
  .pagebottom-contact-inner {
    padding: 20px 16px 30px;
  }
}

.topics-list>a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

.topics-date .listbox-date {
  margin: 0;
}

.topics-list .listbox-text {
  flex: 1;
}

.topics-list .listbox-text h3 {
  font-size: 16px;
  font-weight: 500;
  border: none;
  margin: 0;
  padding: 0;
}

.single-main .intvtop h3 {
  margin: 0em 0 1em;
}

.mainframe.container article.single-noside-main h2 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pankuzu.container li, .pankuzu.container li span, .pankuzu.container li a {
    font-size: 12px;
  }
  .pankuzu.container {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #pankusu-category, #pankusu-single {
    height: auto!important;
  }
  .pankuzu.container.pc-only {
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .top-section-1 .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .top-p-wrap {
    margin-left: 120px
  }
}