/*.kv_noimg h1::before { content: "\e900"; }*/
.kv_noimg p::before { content: "\e900"; }

@media screen and (min-width: 768px) {
  .intCont01 {
    position: relative
  }
}

.intCont01 .oldEntry {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .intCont01 .oldEntry {
    margin-top: 15px;
    text-align: right
  }
}

.intCont01 .oldEntry span {
  border-radius: 6px;
  background: #664733;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: underline
}

@media screen and (min-width: 768px) {
  .intCont01 .oldEntry span {
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: 40px;
    right: 30px
  }

  .intCont01 .oldEntry span:hover {
    opacity: 0.8
  }
}

@media screen and (max-width: 767px) {
  .intCont01 .oldEntry span {
    display: inline-block
  }
}

.titleWrap {
  background: #f6f6f6
}

@media screen and (min-width: 481px) {
  .titleWrap {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-direction: -webkit-row;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    align-content: stretch;
    -webkit-align-content: stretch
  }
}

@media screen and (max-width: 480px) {
  .titleWrap {
    padding: 10px
  }
}

.titleWrap .dateWrap {
  font-size: 1.2rem;
  color: #fff;
  width: 90px;
  padding: 10px 10px 5px;
  background: #7eae31;
  text-align: center
}

@media screen and (max-width: 480px) {
  .titleWrap .dateWrap {
    margin: 0 auto 10px
  }
}

.titleWrap .dateWrap ul {
  background: #fff
}

.titleWrap .dateWrap ul .month {
  background: #b33f44;
  padding: 4px 0
}

.titleWrap .dateWrap ul .date {
  font-size: 3.2rem;
  padding: 8px 0 5px;
  color: #333
}

.titleWrap .dateWrap ul .week {
  color: #999;
  padding-bottom: 3px
}

.titleWrap .dateWrap .year {
  margin-top: 5px
}

.titleWrap h2 a {
  color: #5d9724;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4em
}

@media screen and (min-width: 481px) {
  .titleWrap h2 a {
    padding: 10px 20px
  }
}

.blogwrap { margin: 30px 0; }

@media( min-width: 768px ){
  .blogwrap { padding: 0 20px; }
}

.entryDoc {
  padding: 30px 0;
  word-break: break-all;
}

.entryDoc ul,
.entryDoc ol { font-size: 1.6rem; }
.entryDoc ol { list-style-type: decimal; padding-left: 1.5em;}

.entryDoc li { line-height: 1.8; }
.entryDoc li:not(:last-child) { margin-bottom: 15px;}


@media screen and (min-width: 769px) {
  .entryDoc {
    padding: 40px 30px
  }
}

.entryDoc p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.entryDoc .name {
   color: #664733; 
}

.entryDoc .name a {
   color: inherit; text-decoration: none; 
}

.entryDoc .name a:hover  {
   text-decoration: underline; 
}

.entryDoc .name span {
   margin-right: 10px; 
}

.entryDoc .name a:last-child span:last-child {
   margin-right: 0; 
}

.entryDoc a:first-child {
  margin-right: 10px;
}

.entryDoc p:not(:last-child) {
  margin-bottom: 10px
}

.sns {
  border-top: 1px solid #7eae31;
  padding: 10px 0
}

#archive ul li {
  position: relative;
  padding-left: 15px
}

#archive ul li:not(:last-child) {
  margin-bottom: 10px
}

#archive ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef7924
}

#archive ul li a {
  font-size: 1.8rem;
  line-height: 1.4em;
  color: #333
}

#archive ul li a span {
  font-size: 1.4rem
}
