.posted-on {
  font-size: 13px;
  display: block;
  text-align: right;
  margin-bottom: 5px;
}

.posted-on a {
  color: #999;
}

.entry-meta {
  margin-bottom: 5px;
  font-size: 12px;
}

.post-thumbnail img {
  height: auto;
  width: 100%;
  margin-bottom: 12px;
}

time.updated {
  display: none;
}
.published.updated {
  display: block;
}



.screen-reader-text {
  display: none;
}

.entry-header {
    height: auto;
    margin-bottom: 10px;
}

.entry-title {
  font-size: 28px;
  line-height: 1.4;
    margin: 0 0 16px 0;
}

.page-header{
  height: auto;
   background-image: none;
}

.page-header .page-title {
    font-size: 1.3rem;
    letter-spacing: 1px;
    color: rgb(85, 85, 85);
    font-weight: normal;
    line-height: 1.4;
    position: relative;
    padding-bottom: 0.3em;
    margin: 0px 0px 20px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    height: auto;
    
    background-image: none;
    background-position: left bottom;
}

@media (min-width: 768px) {
.page-header .page-title {
    margin: 0 0 32px 0;
    font-size: 1.6rem;
    letter-spacing: 2px;
    color: #555;
    font-weight: normal;
    line-height: 1.4;
    position: relative;
    padding-bottom: .3em;
    border-bottom: 4px solid rgba(0,0,0,0.1);
}

}


.page-header .page-title::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 35%;
    height: 4px;
    background-color: #f09d18;
}




article .hentry {
  float: none;
    width: auto;
    min-height: auto;
    height: auto!important;
    height: auto;
    margin-bottom: 5%;
}



.entry-header .entry-title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #727065;
  border-left: #8b8368 5px solid;
  padding: 14px 20px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.entry-header .entry-title a i{
  font-size: 16px;
}

@media (max-width: 768px) {
.entry-header .entry-title{
    font-size: 16px;
    padding: 14px 14px;
    margin-bottom: 16px;
}

}

.entry-meta {
  margin-bottom:8px;
  font-size: 13px;
  color: #999;
}

.entry-meta a,
.entry-meta a:visited {
  color: #999;
}

.entry-title a,
.entry-title a:visited {
  color: #fff;
}






.widget {
padding: 6px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    margin-bottom: 16px;
    background: rgba(255,255,255,0.3);
}
.widget-title {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 18px;
    background:#FFF;
  border-radius: 5px;
  line-height: 1.1;
    margin: 0;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
.widget {
    padding: 10px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    margin-bottom: 16px;
}
.widget-title {

  font-size: 17px;


  padding: 16px 16px 16px 12px;

  border-radius: 5px;
  line-height: 1.1;
    margin: 0;
  margin-bottom: 6px;
}
}



.widget ul {
 list-style:none;
    margin:0;
    padding:0;
}

.widget li {
  margin: 0;
    padding: 0;
}

.widget ul li:last-child {
  border-bottom: 0;
}

.widget ul li.active > a {
  /* background-color: #f8f8f9; */
}

.widget ul li a {
  display: block;
  padding: 8px 6px;
    margin: 0px;
    padding-left: 15px;
    font-size: 15px;
    border-top: 1px solid #eee;
    color: #555;
}

.widget ul li a:before {
  font-size: 15px;
    margin-right: 8px;

    color: #bbb;

    font-family: "dental";
  font-style: normal;
  font-weight: normal;
  content: '\f105';
}

.widget ul li a:hover {
  background-color: #f4f4f4;
}

.widget ul .children {
  display: block;
  margin-left: 16px;
  margin-bottom: 8px;
}


.widget ul .children li a{
  font-size: 14px;
  display: block;
  padding: 6px 6px;
    margin: 0px;
    padding-left: 15px;
    border-top: 1px dotted #eee;
    color: #555;
}

.widget ul .children li a:before {
  font-size: 15px;
    margin-right: 8px;
    color: #bbb;
    font-family: "dental";
  font-style: normal;
  font-weight: normal;
  content: '\f105';
}






.entry-content {
  line-height: 1.9;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}


.post .entry-content div {
  margin-bottom: 8px;
}



.entry-footer {
  display: none;
}


.nav-links {
  margin-bottom: 30px;
}



.nav-links a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: none;
  padding: 14px 20px;
  color: #737065;
}
.nav-links a:hover {
  background-color: #f6f6f6;
}
.nav-links a:first-child {
  border-top: 1px #ddd solid;
}
.nav-subtitle {
  display: block;
  font-size: .825rem;
  color: #000;
  margin-bottom: 10px;
}




.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  line-height: 1.25;
  font-weight: bold;
}
.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  margin: 1em 0 1em;
}

.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  font-size: 18px;
  padding: 9px 9px;
  margin-top: 40px;
}
}
.single .entry-content h1 {
  font-size: 26px;
  color: #333;
  margin-bottom: 20px;
}




.single .entry-content h2 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.single .entry-content h2 span {
  text-decoration: none !important; 
  color: #222 !important;
}
.single .entry-content h2:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 8px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#737065),
    color-stop(49%, #737065),
    color-stop(50%, #a79d82),
    to(#a79d82)
  );
  background: -webkit-linear-gradient(
    left,
    #737065 0%,
    #737065 49%,
    #a79d82 50%,
    #a79d82 100%
  );
  background: linear-gradient(
    to right,
    #737065 0%,
    #737065 49%,
    #a79d82 50%,
    #a79d82 100%
  );
}

@media screen and (max-width: 768px) {
.single .entry-content h2 {
    font-size: 17px;
    padding: 8px 18px;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 1.5;
  }
}




.single .entry-content h3 {
  font-size: 18px;
  color: #807868;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 18px 4px;
}
.single .entry-content h3 span {
  color: #807868 !important;
}
.single .entry-content h4 {
  border-bottom: 2px solid #ddd;
  padding: 18px 2px;
  color: #444;
}
.single .entry-content h5 {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
   padding: 12px 2px;
}
.single .entry-content h6 {
  font-size: 15px;
  border-bottom: 0px solid #ddd;
  padding: 0;
}


.single .entry-content ul,
.single .entry-content ol {
  
  background: #fcfcfc;/*èƒŒæ™¯è‰²*/
  padding: 2em;
 padding-left: 4em;
  border: solid 1px #eee;/*ç·šã®ç¨®é¡ž å¤ªã• è‰²*/
 border-radius: 6px;
}

.single .entry-content ul li {

  line-height: 1.5; /*æ–‡ã®è¡Œé«˜*/
  padding: 0.5em 0; /*å‰å¾Œã®æ–‡ã¨ã®ä½™ç™½*/
  list-style-type: disc;
}

.single .entry-content ol li {

  line-height: 1.5; /*æ–‡ã®è¡Œé«˜*/
  padding: 0.5em 0; /*å‰å¾Œã®æ–‡ã¨ã®ä½™ç™½*/
  list-style-type: decimal;
}




@media only screen and (max-width: 767px) {

.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  line-height: 1.25;
  font-weight: bold;
}
.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  margin: 1em 0 1em;
}

.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  font-size: 18px;
  padding: 9px 10px;
}
.single .entry-content h1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}


.single .entry-content h2 {
  font-size:17px;
    margin: 0 auto 20px auto;
    background: #f4f4f4;
    padding: 18px 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    line-height: 1.4;
    letter-spacing: .1em;
    font-weight: bold;
}
/*.single .entry-content h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 4px;
    background: #83c896;
}
*/

.single .entry-content h3 {
  font-size: 16px;
  color: #68b37d;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 15px 4px;
}
.single .entry-content h4 {
  font-size: 16px;
  border-bottom: 2px solid #ddd;
  padding: 18px 2px 12px;
  color: #444;
}
.single .entry-content h5 {
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}
.single .entry-content h6 {
  font-size: 14px;
  border-bottom: 0px solid #ddd;
  padding: 0;
}

.single .entry-content ul,
.single .entry-content ol {

  padding: .6em;
 padding-left: 3em;
}

.single .entry-content ul li {
  font-size: 15px;
  line-height: 1.5; /*æ–‡ã®è¡Œé«˜*/
  padding: 0.3em 0; /*å‰å¾Œã®æ–‡ã¨ã®ä½™ç™½*/
  list-style-type: disc;
}

.single .entry-content ol li {
  font-size: 15px;
  line-height: 1.5; /*æ–‡ã®è¡Œé«˜*/
  padding: 0.3em 0; /*å‰å¾Œã®æ–‡ã¨ã®ä½™ç™½*/
  list-style-type: decimal;
}


}









/*wp-pagenavi 17*/
.wp-pagenavi {
  clear: both;
  text-align:center;

}
.wp-pagenavi a, .wp-pagenavi span {
  color: #4DD0D5;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin dotted #4DD0D5;
}
.wp-pagenavi a:hover{
  color: #fff;
  background-color: #4DD0D5;
    }
.wp-pagenavi span.current{
  color: #fff;
  background-color: #4DD0D5;
    }
  








article.post {
  margin-bottom: 20px;
  border-bottom:5px solid #f4f4f4;
  padding-bottom:20px;
}

.under-post-are {
  margin-bottom: 50px;
}

.under-post-are .widget-title{
  background: none;
  color: #444;
  position: relative;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 18px;
  font-size: 18px;
  letter-spacing: 0.15em;
  padding-bottom: 15px;
  padding-left: 3px;
}
.under-post-are .widget-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ccc 0%, #ccc 100%);
}


@media screen and (max-width: 576px) {
.under-post-are .widget-title {
    position: relative;
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 17px;
    letter-spacing: 0.15em;
    padding-bottom: 16px;
  }
}





.under-post-are ul {
 list-style:none !important;
    margin:0 !important;
    padding:0 !important;
}

.under-post-are ul li.same-category-post-item {
  margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0px solid #ccc;
}

.under-post-are ul li.same-category-post-item:last-child {
  border-bottom: 0 !important;
}

.under-post-are ul li.same-category-post-item.active > a {
  /* background-color: #f8f8f9; */
}

.under-post-are ul li.same-category-post-item a {
  display: block;
padding: 8px 6px;
    margin: 0px;
    padding-left: 15px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    color: #555;
}

.under-post-are ul li.same-category-post-item a:before {
  font-size: 16px;
    margin-right: 8px;

    color: #bbb;

    font-family: "dental";
  font-style: normal;
  font-weight: normal;
  content: '\e822';
}
