h3 {
  font-weight: normal;
  text-align: center;
}

h3,
h4 {
  position: relative;
  display: block;
  width: auto;
}

.home h3:before,
.home h4:before {
  background-color: #999;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: inline-block;
  width: 50px;
  height: 2px;
  transform: translatex(-50%);
}

h2.su-post-title {
  font-weight: normal !important;
}

h1.kad-call-title {
  font-weight: 400 !important;
  font-family: 'Noto Sans JP', sans-serif;
}

.inner_box {
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.8);
  padding: 40px;
}

.page-template-default #masthead {
  background-color: transparent;
}

.page-template-default #masthead li a {
  color: #fff;
}

#masthead li a {
  text-transform: none !important;
}

.home #masthead li a {
  color: #666 !important;
}

.home #masthead {
  background-color: #fff;
}

.main-navigation div > ul:not(.cart_list) > li.current-menu-ancestor > a,
.main-navigation div > ul:not(.cart_list) > li.current-menu-item > a,
.main-navigation div > ul:not(.cart_list) > li.current > a,
.main-navigation div > ul:not(.cart_list) > li.current_page_ancestor > a,
.main-navigation div > ul:not(.cart_list) > li.current_page_item > a {
  border-color: #fff;
}

.sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
  padding: 120px 20px 20px 20px !important;
}

.site-footer .widgets .widget {
  margin: 0 2.75% 10px 0;
}

.site-footer .widgets {
  padding-top: 30px;
}

.so-widget-sow-contact-form h3 {
  text-indent: 10px;
  text-align: left !important;
}

#ginren {
  padding: 5vw;
}

.abc {
  margin-top: -45px !important;
  margin-bottom: 25px !important;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.archive_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
}

.archive_row .column:nth-child(1) {
  flex-grow: 0;
  flex-shrink: 1;
}

.archive_row .column:nth-child(2) {
  margin-left: 3vw;
  flex-grow: 1;
  flex-shrink: 1;
}

.archive_row .column:nth-child(3) {
  margin-left: 3vw;
  flex-grow: 0;
  flex-shrink: 0;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #666;
  text-transform: none;
}

@media screen and (max-width:770px) {
  .abc {
    flex-direction: column;
  }

  .archive_row .column:nth-child(1) {
    flex-grow: 0;
    flex-shrink: 1;
  }

  .archive_row .column:nth-child(2) {
    margin-left: 3vw;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .archive_row .column:nth-child(3) {
    margin-left: 3vw;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .archive_row .column:nth-child(1) img {
    width: 90px;
    height: 90px;
    object-fit: cover;
  }
 .archive_row .column:nth-child(2) h5 {
    font-size:90%;
   margin-top:0;
   margin-bottom:0;
  }

  .archive_row .column:nth-child(3) .button {
    padding: 11px 8px 11px 8px;
  }
  .archive_row {
  padding: 8px;
}

}