.header__nav__new {
  position: absolute;
  top: 15px;
  right: 10px;
}

.header__nav__new ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav__new ul li {
  margin-left: 10px;
}

.header__nav__new ul li:first-child {
  margin-right: 10px;
  padding-top: 5px;
}

.header__nav__new ul li:first-child img {
  width: 200px;
  height: auto;
}

.header__nav__new ul li:nth-child(1) img,
.header__nav__new ul li:nth-child(2) img {
  width: 200px;
  height: auto;
}

.header__nav__new ul li a:hover {
  opacity: 0.5;
}

.side__login {
  z-index: 1000;
  position: fixed;
  top: 245px;
  right: 0;
}

.side__login a:hover {
  opacity: 0.5;
}

.nav {
  position: relative;
}

.nav__search__sp {
  display: none;
}

.nav__search {
  display: none;
  z-index: 10000;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}

.nav__search__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #1560ad;
}

.nav__search__box {
  padding: 35px 0;
}

.nav__search__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav__search__box ul li {
  margin: 0 10px;
}

.nav__search__box ul li dl {
  display: block;
  text-align: left;
}

.nav__search__box ul li dl dt {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

.nav__search__box ul li dl dd input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 280px;
  padding: 0 20px;
  border: 2px solid #d1d1d1;
  border-radius: 6px;
  background: #fff;
  //background: url(../images/icon_search.svg) no-repeat 90% center #fff;
  background-size: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
}
.nav__search__box ul li dl dd input[type="text"]:focus {
  border: 2px solid #118fde;
  background: #e7f4fc;
}

.nav__search__box ul li dl dd input[type="submit"] {
  vertical-align: bottom;
  margin-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  //background: url(../images/icon_search_w.svg) no-repeat 88% center #118fde;
  background: #118fde;
  background-size: 16px;
  border: 2px solid #118fde;
  //border: none;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 20px 0 20px;
  border-radius: 6px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.nav__search__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto;
  padding: 35px 0;
  border-top: 1px solid #1378c6;
}

.nav__search__banner {
  width: 240px;
}

.nav__search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 670px;
}

.nav__search__list__item {
  width: 31%;
  margin-bottom: 10px;
}

.nav__search__list__item dl {
  display: block;
}

.nav__search__list__item dl dt {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.nav__search__list__item dl dt a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
}
.nav__search__list__item dl dt a:hover {
  opacity: 0.5;
}

.nav__search__list__item dl dd {
  padding: 0 10px;
}

.nav__search__list__item dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.nav__search__list__item dl dd ul::after {
  display: block;
  width: 31%;
  content: "";
}

.nav__search__list__item dl dd ul li {
  width: 31%;
  margin-bottom: 3px;
}

.nav__search__list__item dl dd ul li a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
}

.nav__search__list__item dl dd ul li a:hover {
  opacity: 0.5;
}

.nav__search__list .nav__search__list__hokkaido dt {
  border-bottom: 3px solid #f29e85;
}

.nav__search__list .nav__search__list__kanto dt {
  border-bottom: 3px solid #86ba53;
}

.nav__search__list .nav__search__list__kinki dt {
  border-bottom: 3px solid #5d95c8;
}

.nav__search__list .nav__search__list__hokuriku dt {
  border-bottom: 3px solid #65c3c2;
}

.nav__search__list .nav__search__list__chugoku dt {
  border-bottom: 3px solid #ae6eab;
}

.nav__search__list .nav__search__list__kyushu dt {
  border-bottom: 3px solid #cea973;
}

.sagasu__search {
  width: 100%;
  padding: 35px 0;
  background: #fff;
}

.sagasu__search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sagasu__search ul li {
  margin: 0 10px;
}

.sagasu__search ul li dl {
  text-align: left;
}

.sagasu__search ul li dl dt {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

.sagasu__search ul li dl dd input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 250px;
  padding: 0 20px;
  border: 2px solid #d1d1d1;
  border-radius: 6px;
  background: #fff;
  //background: url(../images/icon_search.svg) no-repeat 90% center;
  background-size: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
}

.sagasu__search ul li dl dd input[type="text"]:focus {
  border: 2px solid #118fde;
  background: #e7f4fc;
}

.sagasu__search ul li dl dd input[type="submit"] {
  vertical-align: bottom;
  margin-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  //background: url(../images/icon_search_w.svg) no-repeat 88% center #118fde;
  background: #118fde;
  background-size: 16px;
  border: 2px solid #118fde;
  //border: none;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 20px 0 20px;
  border-radius: 6px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.sagasu__areasub {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 0 0 0;
  padding: 40px 0;
  background: #e7f4fc;
}

.sagasu__areasub__inner {
  width: 940px;
  margin: 0 auto;
}

.sagasu__areasub__title {
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

.sagasu__areasub__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sagasu__areasub__list {
  width: 445px;
  padding-top: 25px;
}

.sagasu__areasub__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
}

.sagasu__areasub__list ul li {
  width: 46%;
  margin: 0 5px 0 10px;
  margin-bottom: 10px;
}

.sagasu__areasub__list ul li a {
  display: block;
  width: 100%;
  border: 2px solid #118fde;
  border-radius: 6px;
  background: url(../images/sagasu_link_mark.png) no-repeat 93% center #fff;
  color: #118fde;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
}

.sagasu__areasub__list ul li a:hover,
.sagasu__areasub__list ul li a.active {
  background: url(../images/sagasu_link_mark_on.png) no-repeat 95% center
    #118fde;
  color: #fff;
}

.sagasu__areasub__list p {
  text-align: center;
}

.sagasu__areasub__list p a {
  display: inline-block;
  padding-left: 15px;
  background: url(../images/mark_search_back.svg) no-repeat left center;
  background-size: 6px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.sagasu__areasub__list p a:hover {
  opacity: 0.5;
}

.sagasu__areasub__map {
  width: 495px;
}

.sagasu__areasub__map img {
  width: 100%;
  height: auto;
}

.sagasu #map__kyushu .sagasu__areasub__title {
  border-bottom: 3px solid #cea973;
}

.sagasu #map__chugoku .sagasu__areasub__title {
  border-bottom: 3px solid #ae6eab;
}

.sagasu #map__kinki .sagasu__areasub__title {
  border-bottom: 3px solid #5d94c8;
}

.sagasu #map__hokuriku .sagasu__areasub__title {
  border-bottom: 3px solid #66c2c2;
}

.sagasu #map__kanto .sagasu__areasub__title {
  border-bottom: 3px solid #85ba53;
}

.sagasu #map__hokkaido .sagasu__areasub__title {
  border-bottom: 3px solid #f29e84;
}

.sagasu__area {
  margin: 0 0 0 0;
}

#data {
  padding-top: 50px;
}

.blog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog__main {
  width: 71%;
}

.blog__side {
  width: 24%;
}

.blog__side__box {
  margin-bottom: 45px;
}

.blog__side__box h3 {
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid #f6f6f6;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.blog__side__box ul li {
  margin-bottom: 8px;
}

.blog__side__box ul li a {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/side_line.svg) no-repeat left 10px;
  background-size: 8px;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: justify;
  text-decoration: none;
}

.blog__side__box ul li a:hover {
  color: #118fde;
}

.blog__entry {
  margin-bottom: 50px;
}

.blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.blog__title {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 3px solid #f6f6f6;
}

.blog__title h2 {
  color: #118fde;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.blog__title a {
  text-decoration: none;
}

.blog__title a:hover {
  opacity: 0.5;
}

.blog__date {
  font-family: verdana;
  font-size: 14px;
  font-size: 1.4rem;
}

.blog__ctg a {
  display: inline-block;
  margin-left: 12px;
  padding: 3px 20px 4px 20px;
  background: #4d4d4d;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
}

.blog__ctg a:hover {
  opacity: 0.5;
}

.blog__thum {
  padding: 0 20px;
}

.blog__thum a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.blog__thum a:hover {
  opacity: 0.5;
}

.blog__thum__img {
  width: 50%;
}

.blog__thum__img img {
  width: 100%;
  height: auto;
}

.blog__thum__txt {
  width: 46%;
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: justify;
}

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

.blog__body h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 4px solid #118fde;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}

.blog__body h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.pager {
  text-align: center;
}

.pager span,
.pager a {
  display: inline-block;
  margin: 0 15px;
  font-family: verdana;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 35px;
}

.pager .previouspostslink {
  width: 35px;
  height: 35px;
  background: url(../images/mark_prev.svg) no-repeat center center;
  background-size: 35px;
  text-indent: -5000px;
}

.pager .previouspostslink:hover {
  opacity: 0.5;
}

.pager .nextpostslink {
  width: 35px;
  height: 35px;
  background: url(../images/mark_next.svg) no-repeat center center;
  background-size: 35px;
  text-indent: -5000px;
}

.pager .nextpostslink:hover {
  opacity: 0.5;
}

.pager__wrap {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}

.pager__prev {
  float: left;
}

.pager__prev a {
  display: inline-block;
  padding-left: 45px;
  background: url(../images/mark_prev.svg) no-repeat left center;
  background-size: 35px;
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 35px;
  text-decoration: none;
}

.pager__prev a:hover {
  opacity: 0.5;
}

.pager__next {
  float: right;
}

.pager__next a {
  display: inline-block;
  padding-right: 45px;
  background: url(../images/mark_next.svg) no-repeat right center;
  background-size: 35px;
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 35px;
  text-align: right;
  text-decoration: none;
}

.pager__next a:hover {
  opacity: 0.5;
}

.pager__btn {
  text-align: center;
}

.pager__btn a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  border: 1px dotted #333;
  background: url(../images/pager_btn_mark.svg) no-repeat 90% center;
  background-size: 10px;
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
}

.pager__btn a:hover {
  opacity: 0.5;
}

div#ez-toc-container {
  margin-bottom: 30px;
  padding: 20px;
}

div#ez-toc-container a {
  text-decoration: underline;
}

div#ez-toc-container a:hover {
  text-decoration: none;
}

div#ez-toc-container p.ez-toc-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

div#ez-toc-container ul {
  padding: 5px 0 5px 15px;
}

div#ez-toc-container ul li {
  padding: 2px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 859px) {
  .area__section p {
    padding: 0 5%;
  }

  .nav {
    top: 0;
  }

  .side__login {
    display: none;
  }

  .header__nav__new {
    display: none;
  }

  .nav__search {
    display: none;
  }
  .nav__search__sp {
    display: block;
    border-bottom: 1px solid #fff;
  }
  .nav__search__sp__box {
    padding: 0 0 4% 0;
  }
  .nav__search__sp__box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav__search__sp__box ul li {
    margin: 0 10px;
  }
  .nav__search__sp__box ul li dl {
    display: block;
    text-align: left;
  }
  .nav__search__sp__box ul li dl dt {
    margin-bottom: 8px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
  }
  .nav__search__sp__box ul li dl dd input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    padding: 0 20px;
    border: 2px solid #d1d1d1;
    border-radius: 6px;
    background: #fff;
    //background: url(../images/icon_search.svg) no-repeat 90% center #fff;
    background-size: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
  }

  .nav__search__sp__box ul li dl dd input[type="text"]:focus {
    border: 2px solid #118fde;
    background: #e7f4fc;
  }

  .nav__search__sp__box ul li dl dd input[type="submit"] {
    vertical-align: bottom;
    margin-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    //background: url(../images/icon_search_w.svg) no-repeat 88% center #1560ad;
    background: #1560ad;
    background-size: 16px;
    border: 2px solid #1560ad;
    //border: none;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 20px 0 20px;
    border-radius: 6px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
  }

  .sagasu__search {
    width: 100%;
    padding: 5% 5% 2% 5%;
    background: #fff;
  }
  .sagasu__search ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sagasu__search ul li {
    margin: 0 0 3% 0;
  }
  .sagasu__search ul li dl {
    text-align: left;
  }
  .sagasu__search ul li dl dt {
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .sagasu__search ul li dl dd input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 220px;
    padding: 0 20px;
    border: 2px solid #d1d1d1;
    border-radius: 6px;
    background: #fff;
    //background: url(../images/icon_search.svg) no-repeat 90% center;
    background-size: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
  }

  .sagasu__search ul li dl dd input[type="submit"] {
    vertical-align: bottom;
    margin-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    //background: url(../images/icon_search_w.svg) no-repeat 88% center #118fde;
    background: #118fde;
    background-size: 16px;
    border: 2px solid #118fde;
    //border: none;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 20px 0 20px;
    border-radius: 6px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
  }

  .sagasu__areasub {
    display: none;
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
    padding: 5%;
    background: #e7f4fc;
  }
  .sagasu__areasub__inner {
    width: 100%;
    margin: 0 auto;
  }
  .sagasu__areasub__title {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
  }
  .sagasu__areasub__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sagasu__areasub__list {
    width: 100%;
    padding-top: 3%;
  }
  .sagasu__areasub__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .sagasu__areasub__list ul li {
    width: 48%;
    margin: 0;
    margin-bottom: 5px;
  }
  .sagasu__areasub__list ul li a {
    display: block;
    width: 100%;
    border: 2px solid #118fde;
    border-radius: 6px;
    background: url(../images/sagasu_link_mark.png) no-repeat 93% center #fff;
    color: #118fde;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
  }
  .sagasu__areasub__list p {
    text-align: center;
  }
  .sagasu__areasub__list p a {
    display: inline-block;
    padding-left: 15px;
    background: url(../images/mark_search_back.svg) no-repeat left center;
    background-size: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
  }
  .sagasu__areasub__map {
    width: 100%;
  }
  .sagasu__areasub__map img {
    width: 100%;
    height: auto;
  }
  .sagasu #map__kyushu .sagasu__areasub__title {
    border-bottom: 3px solid #cea973;
  }
  .sagasu #map__chugoku .sagasu__areasub__title {
    border-bottom: 3px solid #ae6eab;
  }
  .sagasu #map__kinki .sagasu__areasub__title {
    border-bottom: 3px solid #5d94c8;
  }
  .sagasu #map__hokuriku .sagasu__areasub__title {
    border-bottom: 3px solid #66c2c2;
  }
  .sagasu #map__kanto .sagasu__areasub__title {
    border-bottom: 3px solid #85ba53;
  }
  .sagasu #map__hokkaido .sagasu__areasub__title {
    border-bottom: 3px solid #f29e84;
  }

  .sagasu__area {
    margin: 0 0 0 0;
  }

  .sagasu__btn dl dt a {
    display: block;
    padding: 3% 5%;
  }

  #data {
    padding-top: 8%;
  }

  .blog__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5%;
  }
  .blog__main {
    width: 100%;
  }
  .blog__side {
    width: 100%;
  }
  .blog__side__box {
    margin-bottom: 10%;
  }
  .blog__side__box h3 {
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid #f6f6f6;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .blog__side__box ul li {
    margin-bottom: 8px;
  }
  .blog__side__box ul li a {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/side_line.svg) no-repeat left 10px;
    background-size: 8px;
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: justify;
    text-decoration: none;
  }
  .blog__side__box ul li a:hover {
    color: #118fde;
  }
  .blog__entry {
    margin-bottom: 10%;
  }
  .blog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .blog__title {
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 3px solid #f6f6f6;
  }
  .blog__title h2 {
    color: #118fde;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .blog__title a {
    text-decoration: none;
  }
  .blog__title a:hover {
    opacity: 0.5;
  }
  .blog__date {
    font-family: verdana;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog__ctg a {
    display: inline-block;
    margin-left: 12px;
    padding: 3px 20px 4px 20px;
    background: #4d4d4d;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .blog__ctg a:hover {
    opacity: 0.5;
  }
  .blog__thum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  .blog__thum__img {
    width: 100%;
    margin-bottom: 5%;
  }
  .blog__thum__img img {
    width: 100%;
    height: auto;
  }
  .blog__thum__txt {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.8;
    text-align: justify;
  }
  .blog__body img {
    max-width: 100%;
    height: auto;
  }
  .pager {
    text-align: center;
  }
  .pager span,
  .pager a {
    display: inline-block;
    margin: 0 15px;
    font-family: verdana;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 35px;
  }
  .pager .previospostslink {
    width: 35px;
    height: 35px;
    background: url(../images/mark_prev.svg) no-repeat center center;
    background-size: 35px;
    text-indent: -5000px;
  }
  .pager .previospostslink:hover {
    opacity: 0.5;
  }
  .pager .nextpostslink {
    width: 35px;
    height: 35px;
    background: url(../images/mark_next.svg) no-repeat center center;
    background-size: 35px;
    text-indent: -5000px;
  }
  .pager .nextpostslink:hover {
    opacity: 0.5;
  }
  .pager__wrap {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
    overflow: hidden;
  }
  .pager__prev {
    float: left;
  }
  .pager__prev a {
    display: inline-block;
    padding-left: 45px;
    background: url(../images/mark_prev.svg) no-repeat left center;
    background-size: 35px;
    color: #333333;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 35px;
    text-decoration: none;
  }
  .pager__prev a:hover {
    opacity: 0.5;
  }
  .pager__next {
    float: right;
  }
  .pager__next a {
    display: inline-block;
    padding-right: 45px;
    background: url(../images/mark_next.svg) no-repeat right center;
    background-size: 35px;
    color: #333333;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 35px;
    text-align: right;
    text-decoration: none;
  }
  .pager__next a:hover {
    opacity: 0.5;
  }
  div#ez-toc-container {
    margin-bottom: 30px;
    padding: 20px;
  }
  div#ez-toc-container a {
    text-decoration: underline;
  }
  div#ez-toc-container a:hover {
    text-decoration: none;
  }
  div#ez-toc-container p.ez-toc-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  div#ez-toc-container ul {
    padding: 5px 0 5px 15px;
  }
  div#ez-toc-container ul li {
    padding: 2px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
