.entry-content h2 {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  padding: .2em .5em;
  border: dashed 2px #fff;
  background: #c2eadc;
  -webkit-box-shadow: 0 0 0 5px #c2eadc;
  box-shadow: 0 0 0 5px #c2eadc;
  color: #454545;
  font-size: 1.3em; }
  .entry-content h2:after {
    position: absolute;
    top: -7px;
    left: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #76d0b0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    content: ""; }

.entry-content h3 {
  position: relative;
  border-bottom: solid 3px #c2eadc;
  border-left: none;
  padding: 10px 0;
  font-size: 1.2em; }
  .entry-content h3:after {
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 30%;
    border-bottom: solid 3px #76d0b0;
    content: " "; }

.entry-content h4 {
  border-bottom: 2px dashed #306b50;
  font-size: 1.1em; }

.recommended {
  background: #fff; }
  .recommended__ttl {
    font-weight: bold;
    font-size: 1.2rem;
    color: #306b50;
    background: #c2eadc;
    padding: 0.2em 2%;
    margin: 0;
    border-left: #306b50 2px solid; }
    .recommended__ttl:before {
      content: "\f046";
      font-family: FontAwesome;
      margin-right: 0.5em; }
  .recommended__list {
    padding: 30px 2%;
    margin: 0; }
    @media screen and (min-width: 769px) {
      .recommended__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media screen and (min-width: 769px) {
    .recommended__item {
      width: 49%; }
      .recommended__item:nth-child(odd) {
        margin-right: 2%; } }
  .recommended a {
    float: none;
    width: auto; }

.recommend__ttl {
  font-weight: bold;
  font-size: 1.2rem;
  color: #306b50;
  background: #c2eadc;
  padding: 0.2em 2%;
  margin: 0;
  border-left: #306b50 2px solid; }
  .recommend__ttl:before {
    content: "\f201";
    font-family: FontAwesome;
    margin-right: 0.5em; }

.recommend-list {
  padding: 30px 2%; }
  @media screen and (min-width: 769px) {
    .recommend-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media screen and (min-width: 769px) {
  .recommend-item {
    width: 49%; }
    .recommend-item:nth-child(odd) {
      margin-right: 2%; } }

.related {
  margin-top: 30px; }
  .related__ttl {
    font-weight: bold;
    font-size: 1.2rem !important;
    color: #306b50;
    background: #c2eadc;
    padding: 0.2em 2%;
    margin: 0;
    border-left: #306b50 2px solid;
    text-align: left !important; }
    .related__ttl:before {
      content: "\f02e";
      font-family: FontAwesome;
      margin-right: 0.5em; }

.recently__ttl {
  font-weight: bold;
  font-size: 1.2rem;
  color: #306b50;
  background: #c2eadc;
  padding: 0.2em 2%;
  margin: 0;
  border-left: #306b50 2px solid; }
  .recently__ttl:before {
    content: "\f08d";
    font-family: FontAwesome;
    margin-right: 0.5em; }

.recently-list {
  padding: 30px 2%; }
  @media screen and (min-width: 769px) {
    .recently-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media screen and (min-width: 769px) {
  .recently-item {
    width: 49%; }
    .recently-item:nth-child(odd) {
      margin-right: 2%; } }

.sidelong h2 {
  line-height: 1.2;
  height: 2.4em; }

.sidelong p {
  margin: 0.5em 0 0;
  height: 3em;
  font-size: 14px; }

.sitemap {
  padding-bottom: 50px; }
  .sitemap ul {
    border: none;
    padding: 0 !important; }
    .sitemap ul li:before {
      content: none; }

@media screen and (min-width: 769px) {
  .category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) {
  .category__item {
    width: 49%; }
    .category__item:nth-child(odd) {
      margin-right: 2%; } }

.category__item:before {
  content: none; }

.category__item a {
  border-bottom: #c2eadc dotted 2px;
  display: block;
  padding: 0.8em 0 0.8em 0.5em;
  text-decoration: none;
  color: #4d4d4d; }
  .category__item a:link, .category__item a:hover, .category__item a:active, .category__item a:focus {
    text-decoration: none;
    color: #4d4d4d; }
  .category__item a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #306b50;
    margin-right: 0.5em; }
  .category__item a:hover {
    background: rgba(194, 234, 220, 0.3); }

.tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tag__item {
  margin: 0 0.5em 0.5em 0; }
  .tag__item a {
    display: block;
    text-decoration: none;
    color: #306b50;
    border: #306b50 dotted 1px;
    padding: 0.2em 0.5em;
    border-radius: 3px; }
    .tag__item a:link, .tag__item a:hover, .tag__item a:active, .tag__item a:focus {
      text-decoration: none;
      color: #306b50; }
    .tag__item a:before {
      content: "\f02b";
      font-family: FontAwesome;
      margin-right: 0.5em; }
    .tag__item a:hover {
      background: rgba(194, 234, 220, 0.5); }

@media screen and (min-width: 769px) {
  .page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) {
  .page__item {
    width: 49%; }
    .page__item:nth-child(odd) {
      margin-right: 2%; } }

.page__item:before {
  content: none; }

.page__item a {
  border-bottom: #c2eadc dotted 2px;
  display: block;
  padding: 0.8em 0 0.8em 0.5em;
  text-decoration: none;
  color: #4d4d4d; }
  .page__item a:link, .page__item a:hover, .page__item a:active, .page__item a:focus {
    text-decoration: none;
    color: #4d4d4d; }
  .page__item a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #306b50;
    margin-right: 0.5em; }
  .page__item a:hover {
    background: rgba(194, 234, 220, 0.3); }

.nofound-title .fa-tint {
  color: #76d0b0; }

@media screen and (min-width: 769px) {
  .desktop-nav li:after {
    background: #306b50 !important; }
  .desktop-nav .sub-menu {
    background: #e8f7f2; }
    .desktop-nav .sub-menu li {
      border-bottom: dotted 1px #306b50; }
      .desktop-nav .sub-menu li a {
        color: #306b50; }
        .desktop-nav .sub-menu li a:hover {
          background: #306b50;
          color: #fff; } }

.mobile-nav {
  overflow: visible; }
  .mobile-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow-x: visible;
    white-space: inherit; }
    .mobile-nav .menu li {
      width: 33%;
      opacity: 1; }
      .mobile-nav .menu li:nth-of-type(2) .sub-menu {
        display: none; }
      .mobile-nav .menu li .sub-menu {
        display: none;
        background: #e8f7f2;
        opacity: 1;
        width: 150%;
        -webkit-animation: none;
        animation: none; }
        .mobile-nav .menu li .sub-menu li {
          display: block;
          width: 100%;
          border-bottom: dotted 1px #306b50; }
          .mobile-nav .menu li .sub-menu li a {
            display: block;
            color: #306b50; }
      .mobile-nav .menu li .open-menu {
        display: block; }

.ft_title {
  border-left-color: #306b50; }