@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* entrys */
/* -------------------------------------------- */
.entrys dl {
  display: flex;
  padding: 1em;
  border-bottom: 1px dashed #acacac;
}
.entrys dl dt {
  width: 12%;
  min-width: 120px;
  color: #765f2f;
  letter-spacing: 0px;
}
.entrys dl dd {
  width: 90%;
  padding-left: 2em;
}
.entrys dl dd a {
  display: block;
  position: relative;
  padding-right: 1em;
}
.entrys dl dd a:hover {
  text-decoration: underline;
}
.entrys dl dd a:after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: "\f105";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  margin-left: 0.5em;
}

.pager {
  margin-top: 2em;
}

/* -------------------------------------------- */
/* entry */
/* -------------------------------------------- */
.entry {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dashed #acacac;
}
.entry .title {
  margin-bottom: 1.5em;
  padding-bottom: .5em;
  border-bottom: 1px dashed #acacac;
}
.entry .title .date {
  color: #765f2f;
  font-size: .9em;
}
.entry .title h1 {
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: bold;
}
.entry .wysiwyg {
  padding: 0 0.5em;
}

.pagenav ul li {
  font-size: .9em;
}
.pagenav ul li a:hover {
  text-decoration: underline;
}
.pagenav ul li.prev {
  text-indent: -1em;
  padding-left: 1em;
}
.pagenav ul li.next {
  padding-right: 1em;
}

/* -------------------------------------------- */
/* backlink */
/* -------------------------------------------- */
.backlink p {
  text-align: center;
}
.backlink p a {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 0.4em;
  background: #765f2f;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.backlink p a i {
  margin-right: 0.5em;
}
.backlink p a:hover {
  opacity: .8;
}

/*===========================================================================*/
/*  media quary:1024px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .read {
    text-align: left;
  }

  /* entrys
  ------------------------------------------------------------------------ */
  .entrys dl {
    display: block;
    padding: .8em;
  }
  .entrys dl dt {
    width: 100%;
    font-size: .9em;
  }
  .entrys dl dd {
    width: 100%;
    padding-left: 0;
  }

  /* entry
  ------------------------------------------------------------------------ */
  .entry .title h1 {
    font-size: 1.2em;
  }
}
