/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&family=Oswald:wght@300&family=Roboto:ital,wght@0,700;1,300&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}

.main_color strong, .main_color b, .alternate_color strong, .alternate_color b { color: inherit; }

.av-special-heading-tag {
  font-weight:700!important;
  text-transform: none !important;
  font-family: 'Roboto', sans-serif;
}
h1.av-special-heading-tag {
  font-family: 'Oswald', sans-serif;
}
h2.av-special-heading-tag, h3.av-special-heading-tag {

}
.modern-centered.av-special-heading-h2, .modern-centered.av-special-heading-h3 {
  margin-bottom:30px!important;
}
.modern-centered .av-special-heading-tag {
  position:relative;
  margin:20px 0 20px!important;
}
.special_amp {
  font-family: inherit;
  font-size: inherit!important;
  font-style: inherit;
  font-weight: inherit;
  color: inherit!important;
}
span.blog-author.minor-meta, .text-sep-date {
  display: none!important;
}
.update-certification ul {
  margin-bottom:0px;
}
.spec-box {
  background-color:#efefef;
  padding:10px 20px 10px 20px;
  border-radius: 10px;
}
.iconbox_content .entry-content-header {
  margin-bottom:20px;
}
.av-screen-reader-only {
  display: none;
}

.inner-header-bg, .title_container {
    background-size: cover;
    background-position: center;
    border: none;
}
.inner-header-bg h1, .title_container h1.main_title, .title_container .main-title {
    padding: 30px 0 15px 0;
    font-weight: 700 !important;
    font-size: 40px;
    line-height: 40px !important;
    display: block;
}
.inner-header-bg h1 a, .title_container h1.main_title a, .title_container .main-title a {
  color:#0d1b52!important;
}
.title_container .breadcrumb {
    right: auto;
    top: auto;
    position: relative;
    margin: 0;
    padding-bottom: 0;
}
#top .title_container .container {
  min-height:inherit;
}
h1.main-title.entry-title {
    padding-left: 0;
}
.inner-header-bg, .title_container:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #efefef;
    top: 0;
}
.single-post .main-title {
  display:none;
}
.title_container .breadcrumb .trail-before {
  display:none;
}
/* nav.sub_menu ul li a {
  background-color:#4c8dcb;
  padding:5px 10px 5px 10px;
  border-radius:12px;
  color:#fff!important;
} */

#company table, #policy table {
  border:10px solid #ccc;
}
#company table tr > td:nth-child(1) {
  width:120px;
}
#policy table tr > td:nth-child(1) {
  width:200px;
}
table.table-short tr > td:nth-child(1) {
  width:200px;
}
.contact-box input[type="submit"] {
  display:block;
  margin:0px auto;
  width:300px;
  font-size:20px;
}
.product-raw {
  position:relative;
}
.product-photo {
  z-index:10;
}
.product-icon {
  z-index:20;
  position:absolute;
  right:10px;
  bottom:20px;
}
.product-icon p {
  margin:0;
}
.product-icon img {
  border-radius:40px;
}
.product-photo .av-image-caption-overlay:hover .av-image-caption-overlay-center {
  opacity:0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.css-calendar {
  background-color:#efefef;
  padding:20px;
  border-radius:10px;
  margin-bottom:20px;
}
#partner-list {
  position: relative;
  margin-top:100px;
}
#partner-list ul {
  display:block;
  width:100vw;
  white-space: nowrap;
  overflow: scroll;
    -ms-overflow-style: none;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  z-index:10;
  margin:0;
  padding:0;
}
#partner-list ul::-webkit-scrollbar {
    display:none;
}
#partner-list ul li {
  display:inline-block;
  list-style: none;
  margin:0;
  padding:10px 5px 10px 5px;
}
#partner-list + div {
  margin-top:200px;
}

#all-earth-partner .av_textblock_section {
  position:relative;
}
#all-earth-partner .av_textblock_section img {
  margin-right:30px;
}
#all-earth-partner .av_textblock_section ul {
  display:inline-block;
  margin-left:20px;
  width:40%;
}
.mag h3, .mag strong {
  font-family:"Oswald";
}
.mag strong {
  color:#999;
}
.mag img {
  border:1px solid #ccc;
}

.product-box ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin:20px 0px 0px 0px;
  justify-content: space-between;
}
.product-box ul li {
  margin-left:0!important;
  display: inline-block;
  list-style: none;
  width: 30%;
  padding:10px;
  justify-content: flex-start;
  box-sizing: border-box;
  background-color:#b0e1fa;
  border-radius:5px;
  margin-bottom:20px;
  align-items: center;
  display: flex;
  min-height:100px;
  font-weight:700;
}
.product-name h3 {
  padding:5px!important;
  background-color:#0d1b52;
  color:#fff!important;
}
.avia-table {
  font-size:15px;
}
.togglecontainer .taglist a {
  padding-right:5px;
  border-right:1px solid #ccc;
  margin-right:5px;
}
.tag-seperator {
  display:none;
}
.label-studio {
  padding:2px 5px 2px 5px;
  border-radius:5px;
  color:#fff;
  margin-right:10px;
  font-size:12px;
}
.label-studio.earthing {
  background-color:#999966;
}
.label-studio.shopping {
  background-color:#669999;
}
.label-studio.measurement {
  background-color:#996699;
}

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

  .contact-box {
    width:70%;
    margin:0 auto;
  }
  .same-height .avia_textblock {
    min-height:150px;
  }
  ul.navi-region {
    display:flex;
    list-style:none;
    z-index:10;
  }
  ul.navi-region li {
    list-style: none;
    width:100%;
    background-color:#ff9900;
    box-shadow : 0 0 0 1px #ffffff;
    text-align:center;
    border-radius:5px 5px 0 0;
  }
  ul.navi-region li a {
    color:#fff;
    display:block;
    padding:10px 0 10px;
  }
  ul.navi-region li a:hover {
    color:#fff;
  }
  ul.navi-prefecture {
    display:flex;
    z-index:10;
  }
  ul.navi-prefecture li {
    list-style: none;
    width:100%;
    text-align:center;
    border:1px solid #45c0d6;
    border-width:1px 1px 0 1px;
    border-radius:5px 5px 0 0;
    max-width:240px;
    margin:0 auto;
  }
  ul.navi-prefecture li a {
    display:block;
    padding:10px 0 10px;
  }
  ul.navi-prefecture li a:hover {
  }
  .same-height .avia_textblock {
    min-height:160px;
  }
}

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  .responsive #top #wrap_all .container {
    width:95%;
    max-width:95%;
  }
  .responsive #top #header_meta li {
    vertical-align: middle;
  }
  .responsive #header_meta .sub_menu>ul>li {
    padding:0;
  }
  h1 {
    font-size:24px
  }
  h1.main-title {
    font-size:20px!important;
  }
  h2 {
    font-size:20px;
  }
  h3 {
    font-size:18px;
  }
  h4 {
    font-size:16px;
  }
  .responsive div .avia_responsive_table .avia-data-table td {
    text-align:left;
  }
  #footer .widget {
    margin:0px;
  }
  #footer .widget li.menu-item {
    display:inline-block;
    margin-right:10px;
  }
  ul.navi-region {
    list-style:none;
    margin:0px;
    padding:0px;
    padding-bottom:5px;
  }
  ul.navi-region li {
    margin-right:5px;
    margin-left:0px;
    display:inline-block;
    background-color: #ff9900;
    padding:2px 5px 2px 5px;
    margin-bottom:5px;
    border-radius:5px;
  }
  ul.navi-region li a {
    color:#fff;
  }
  ul.navi-prefecture {
    list-style:none;
    margin:0px;
    padding:0px;
  }
  ul.navi-prefecture li {
    margin-right:5px;
    margin-left:0px;
    display:inline-block;
    background-color: #45c0d6;
    padding:2px 5px 2px 5px;
    margin-bottom:5px;
    border-radius:5px;
  }
  ul.navi-prefecture li a {
    color:#fff;
  }
  #all-earth-partner .av_textblock_section ul {
    width:40%;
  }
  .product-box ul li {
    width:48%;
    padding:5px;
  }
}
