/*
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 will 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=Noto+Serif+JP:wght@300;700&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif!important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Serif JP', serif!important;
  font-weight:700!important;
  text-transform: none!important;
}
.font-serif {
  font-family: 'Noto Serif JP', serif!important;
}
.philosophy section {
  text-align:center;
}
.philosophy div {
  display:inline-block;
  text-align:left;
}
.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;
}
.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;
}
.title_container .breadcrumb .trail-before {
  display:none;
}
#list-member {
  font-size:10px;
  display:none;
}
#list-member strong {
  font-size:16px;
}
#list-member img, #member-detail .profile-photo img {
  padding: 5px;
  border: 1px solid #ebe8e2;
  background-color:#fff;
}
#topics .topics-list {
  font-size:14px;
  max-height:100px;
  overflow:scroll;
}
.post-entry ul, .post-entry ol {
  color:#000;
}
.post-entry ol, .post-entry ul  {
  padding:0;
  margin:0;
  list-style:none;
  list-style-position: outside;
  margin-left:20px;
}
.post-entry ol li:before, .post-entry ul li:before{
  content:url('https://bijin-estate.sakura.ne.jp/wp_reagent/wp/wp-content/uploads/2020/12/icon-reagent.png');
  display: inline-block;
  vertical-align: middle;
  padding-right:10px;
  margin-left:-30px;
}
