@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Roboto:300,400,500,700,900&display=swap");
html,
body {
  overflow-x: hidden;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ipeace-hasbg {
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}

.ipeace-single-page,
.ipeace_breadcrumbs {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "sans-serif";
  color: #333333;
}

.ipeace_breadcrumbs {
  color: #999999;
  background-color: #F3F3F3;
}

.ipeace-index-articles {
  width: 100%;
  position: relative;
  margin: 80px 0;
  overflow: hidden;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "sans-serif";
}
@media (max-width: 1600px) {
  .ipeace-index-articles {
    margin: 70px 0;
    padding: 70px 0 0;
  }
}
@media (max-width: 1500px) {
  .ipeace-index-articles {
    margin: 60px 0;
    padding: 60px 0 0;
  }
}
@media (max-width: 1400px) {
  .ipeace-index-articles {
    margin: 50px 0;
    padding: 50px 0 0;
  }
}
@media (max-width: 800px) {
  .ipeace-index-articles {
    margin: 40px 0;
    padding: 40px 0 0;
  }
}
@media (max-width: 500px) {
  .ipeace-index-articles {
    margin: 30px 0;
    padding: 30px 0 0;
  }
}
.ipeace-index-articles h2 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
}
.ipeace-index-articles .ipeace-index-article-container {
  overflow: hidden;
  margin-top: 50px;
  background-color: #e9e9e9;
}
@media (max-width: 1600px) {
  .ipeace-index-articles .ipeace-index-article-container {
    margin-top: 40px;
    padding: 40px 0;
  }
}
@media (max-width: 1500px) {
  .ipeace-index-articles .ipeace-index-article-container {
    margin-top: 45px;
    padding: 45px 0;
  }
}
@media (max-width: 1400px) {
  .ipeace-index-articles .ipeace-index-article-container {
    margin-top: 30px;
    padding: 30px 0;
  }
}
@media (max-width: 800px) {
  .ipeace-index-articles .ipeace-index-article-container {
    margin-top: 25px;
    padding: 25px 0;
  }
}
@media (max-width: 500px) {
  .ipeace-index-articles .ipeace-index-article-container {
    margin-top: 20px;
    padding: 20px 0;
  }
}

.ipeace-index-articles-wrapper,
.ipeace-archive-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "sans-serif";
}
@media (max-width: 800px) {
  .ipeace-index-articles-wrapper,
.ipeace-archive-list {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .ipeace-index-articles-wrapper,
.ipeace-archive-list {
    padding: 10px;
  }
}
.ipeace-index-articles-wrapper.articletype-b,
.ipeace-archive-list.articletype-b {
  display: block;
}
.ipeace-index-articles-wrapper.articletype-b article,
.ipeace-archive-list.articletype-b article {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
.ipeace-index-articles-wrapper.articletype-b article:not(:first-child),
.ipeace-archive-list.articletype-b article:not(:first-child) {
  margin-top: 30px;
  overflow: hidden;
}
@media (min-width: 1150px) {
  .ipeace-index-articles-wrapper.articletype-b article .article-title,
.ipeace-archive-list.articletype-b article .article-title {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .ipeace-index-articles-wrapper.articletype-b article .article-title + .article-description,
.ipeace-archive-list.articletype-b article .article-title + .article-description {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .ipeace-index-articles-wrapper.articletype-b article:hover .article-title,
.ipeace-archive-list.articletype-b article:hover .article-title {
    color: #00659f;
  }
  .ipeace-index-articles-wrapper.articletype-b article:hover .article-title + .article-description,
.ipeace-archive-list.articletype-b article:hover .article-title + .article-description {
    color: #00659f !important;
  }
}
.ipeace-index-articles-wrapper.articletype-b .article-figure,
.ipeace-archive-list.articletype-b .article-figure {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  height: 140px;
  margin-left: 20px;
}
.ipeace-index-articles-wrapper.articletype-b .article-information,
.ipeace-archive-list.articletype-b .article-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  word-break: break-all;
}
.ipeace-index-articles-wrapper.articletype-b .article-information .article-title,
.ipeace-archive-list.articletype-b .article-information .article-title {
  margin: 15px 0 10px;
  height: auto;
  font-size: 18px;
  line-height: 1.3;
}
.ipeace-index-articles-wrapper.articletype-b .article-information .article-title + .article-description,
.ipeace-archive-list.articletype-b .article-information .article-title + .article-description {
  margin-top: 0;
  line-height: 1.6;
}
.ipeace-index-articles-wrapper.articletype-b .article-information .article-description,
.ipeace-archive-list.articletype-b .article-information .article-description {
  font-size: 12px;
  color: #999999;
  margin: 10px 0;
}
.ipeace-index-articles-wrapper.articletype-b .article-information .article-top-category-name,
.ipeace-archive-list.articletype-b .article-information .article-top-category-name {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: auto;
  left: auto;
  font-size: 12px;
  padding: 2px 4px;
  line-height: 1.2;
  height: auto;
  font-weight: 300;
}
.ipeace-index-articles-wrapper.articletype-b .article-information .article-tags-names,
.ipeace-archive-list.articletype-b .article-information .article-tags-names {
  margin: 0;
  padding: 0;
}
.ipeace-index-articles-wrapper .article,
.ipeace-archive-list .article {
  width: calc(33.3% - 30px);
  margin: 15px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.ipeace-index-articles-wrapper .article a,
.ipeace-archive-list .article a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  z-index: 10;
}
@media (min-width: 1150px) {
  .ipeace-index-articles-wrapper .article,
.ipeace-archive-list .article {
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
  }
  .ipeace-index-articles-wrapper .article:hover,
.ipeace-archive-list .article:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.ipeace-index-articles-wrapper .article-figure,
.ipeace-archive-list .article-figure {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ipeace-index-articles-wrapper .article-figure:before,
.ipeace-archive-list .article-figure:before {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  padding-top: 67%;
}
.ipeace-index-articles-wrapper .article-figure img,
.ipeace-archive-list .article-figure img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.ipeace-index-articles-wrapper .article-information,
.ipeace-archive-list .article-information {
  position: relative;
  z-index: 3;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.ipeace-index-articles-wrapper .article-information .article-top-category-name,
.ipeace-archive-list .article-information .article-top-category-name {
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  padding: 0 1em;
  border-radius: 2px;
  background: #00659f;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  height: 26px;
  line-height: 26px;
  font-size: 1.2em;
  top: 0;
}
.ipeace-index-articles-wrapper .article-information .article-top-category-name span:not(:last-child):after,
.ipeace-archive-list .article-information .article-top-category-name span:not(:last-child):after {
  content: "、";
  display: inline-block;
}
.ipeace-index-articles-wrapper .article-information .article-title,
.ipeace-archive-list .article-information .article-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #111;
  height: 3.2em;
  line-height: 1.6;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 26px 20px 10px;
  font-size: 1.2em;
}
.ipeace-index-articles-wrapper .article-information .article-tags-names,
.ipeace-archive-list .article-information .article-tags-names {
  color: #555;
  margin-top: auto;
  padding: 0 20px 20px;
  overflow-x: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ipeace-index-articles-wrapper .article-information .article-tags-names ul,
.ipeace-archive-list .article-information .article-tags-names ul {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ipeace-index-articles-wrapper .article-information .article-tags-names ul li,
.ipeace-archive-list .article-information .article-tags-names ul li {
  display: inline-block;
}
.ipeace-index-articles-wrapper .article-information .article-tags-names ul li:not(:last-child):after,
.ipeace-archive-list .article-information .article-tags-names ul li:not(:last-child):after {
  content: "、";
  display: inline-block;
}
@media (min-width: 1150px) {
  .ipeace-index-articles-wrapper .article-information .article-tags-names ul a:hover,
.ipeace-archive-list .article-information .article-tags-names ul a:hover {
    text-decoration: underline !important;
  }
}
.ipeace-index-articles-wrapper .article-information .tag-icon,
.ipeace-archive-list .article-information .tag-icon {
  color: #00659f;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.3em;
}
.ipeace-index-articles-wrapper .article-information .tag-icon svg,
.ipeace-archive-list .article-information .tag-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ipeace_breadcrumbs {
  padding: 10px 0;
}
.ipeace_breadcrumbs a,
.ipeace_breadcrumbs a:link,
.ipeace_breadcrumbs a:visited,
.ipeace_breadcrumbs span {
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}
.ipeace_breadcrumbs a,
.ipeace_breadcrumbs a:link,
.ipeace_breadcrumbs a:visited {
  color: #00659f;
}
.ipeace_breadcrumbs a:hover,
.ipeace_breadcrumbs a:link:hover,
.ipeace_breadcrumbs a:visited:hover {
  text-decoration: underline;
}

.ipeace-inner {
  margin: auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 5;
}

.ipeace-entry-categories {
  margin-bottom: 0.5em;
}
.ipeace-entry-categories a,
.ipeace-entry-categories a:link,
.ipeace-entry-categories a:visited,
.ipeace-entry-categories span {
  color: #00659f;
  font-size: 14px;
  -webkit-text-decoration: unerline;
          text-decoration: unerline;
}
.ipeace-entry-categories a:hover,
.ipeace-entry-categories a:link:hover,
.ipeace-entry-categories a:visited:hover {
  text-decoration: underline;
}

.ipeace-single-primary .entry-content {
  font-size: 14px;
}
.ipeace-single-primary .entry-content img {
  height: auto;
}
.ipeace-single-primary .entry-content .attachment {
  width: 100%;
}
.ipeace-single-primary .entry-content .attachment img {
  width: 100%;
}
.ipeace-single-primary .entry-content > ul, .ipeace-single-primary .entry-content > ol {
  padding-left: 1.2em;
  list-style: initial;
  margin: 1.5em 0;
}
.ipeace-single-primary .entry-content > figure {
  margin: 1.5em 0;
}
.ipeace-single-primary .entry-content > figure figcaption {
  width: 100%;
  display: block;
  text-align: center !important;
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.4;
  padding: 0.6em 0;
}
.ipeace-single-primary .entry-content .wp-block-image img {
  max-width: 100%;
}
.ipeace-single-primary .entry-content blockquote {
  padding: 1em 1em 1em 1.3em;
  border-left: 0.3em solid #333333;
  background-color: #F3F3F3;
  color: #333333;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}
.ipeace-single-primary .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.ipeace-single-primary .entry-content pre {
  margin: 1.5em auto;
  white-space: normal;
  line-height: 1.5em;
  width: 100%;
  display: block;
  background-color: #F3F3F3;
  padding: 20px;
}
.ipeace-single-primary .entry-content pre,
.ipeace-single-primary .entry-content code {
  font-family: Consolas, "Courier New", monospace, Arial, Helvetica, "Roboto", "Noto Sans JP", sans-serif;
  text-indent: 0;
  letter-spacing: 0;
  font-size: 12px;
}
.ipeace-single-primary a.post-edit-link {
  color: #333333;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
  background-color: #f6f6f6;
  border: 1px solid #e3e3e3;
  line-height: 1.2;
  padding: 1em 1.5em;
  border-radius: 4px;
  display: inline-block;
  margin: 1.5em 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1150px) {
  .ipeace-single-primary a.post-edit-link:hover {
    color: #333333;
    background-color: #fff;
    text-decoration: none;
  }
}
.ipeace-single-primary .entry-title {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.7em;
}
.ipeace-single-primary .article-tags-names,
.ipeace-single-primary .article-post-date {
  color: #555;
  margin-top: auto;
  padding: 0;
  overflow-x: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
}
.ipeace-single-primary .article-tags-names ul,
.ipeace-single-primary .article-post-date ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ipeace-single-primary .article-tags-names ul li:not(:last-child):after,
.ipeace-single-primary .article-post-date ul li:not(:last-child):after {
  content: "、";
  display: inline-block;
}
.ipeace-single-primary .article-tags-names ul a,
.ipeace-single-primary .article-tags-names ul a:link,
.ipeace-single-primary .article-tags-names ul a:visited,
.ipeace-single-primary .article-post-date ul a,
.ipeace-single-primary .article-post-date ul a:link,
.ipeace-single-primary .article-post-date ul a:visited {
  color: #00659f;
}
@media (min-width: 1150px) {
  .ipeace-single-primary .article-tags-names ul a:hover,
.ipeace-single-primary .article-post-date ul a:hover {
    text-decoration: underline !important;
  }
}
.ipeace-single-primary .tag-icon {
  color: #00659f;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.3em;
}
.ipeace-single-primary .tag-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ipeace-single-primary .entry-content {
  padding: 40px 0;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 14px;
}
.ipeace-single-primary .entry-content:not(:last-child) p {
  margin-bottom: 25px;
}
.ipeace-single-primary .entry-content > h1, .ipeace-single-primary .entry-content > h2, .ipeace-single-primary .entry-content > h3, .ipeace-single-primary .entry-content > h4, .ipeace-single-primary .entry-content > h5, .ipeace-single-primary .entry-content > h6 {
  display: block;
  margin: 1.5em 0 1em;
  font-size: 700;
}
.ipeace-single-primary .entry-content > h1:first-child, .ipeace-single-primary .entry-content > h2:first-child, .ipeace-single-primary .entry-content > h3:first-child, .ipeace-single-primary .entry-content > h4:first-child, .ipeace-single-primary .entry-content > h5:first-child, .ipeace-single-primary .entry-content > h6:first-child {
  margin-top: 0;
}
.ipeace-single-primary .entry-content > h1 {
  font-size: 2em;
}
.ipeace-single-primary .entry-content > h2 {
  font-size: 1.8em;
  line-height: 1.4;
  padding: 0.2em 0;
  border-bottom: 1px solid #333333;
}
.ipeace-single-primary .entry-content > h3 {
  font-size: 1.5em;
  padding: 0.4em 0.8em;
  line-height: 1.4;
  background-color: #f6f6fc;
}
.ipeace-single-primary .entry-content > h4 {
  font-size: 1.4em;
}
.ipeace-single-primary .entry-content > h5 {
  font-size: 1.2em;
}
.ipeace-single-primary .entry-content > h6 {
  font-size: 1em;
}
.ipeace-single-primary .entry-content > img, .ipeace-single-primary .entry-content > p > img {
  margin: 20px 0;
}
.ipeace-single-primary .entry-content > img.aligncenter, .ipeace-single-primary .entry-content > p > img.aligncenter {
  margin: 20px auto;
}
.ipeace-single-primary .entry-content > img.alignleft, .ipeace-single-primary .entry-content > p > img.alignleft {
  margin: 20px 20px 15px 0;
  float: left;
}
.ipeace-single-primary .entry-content > img.alignright, .ipeace-single-primary .entry-content > p > img.alignright {
  margin: 20px 0 15px 20px;
  float: right;
}
.ipeace-single-primary .entry-content > img.alignnone, .ipeace-single-primary .entry-content > p > img.alignnone {
  margin: 20px 0;
  float: none;
  clear: both;
}

.ipeace-featured-media-inner {
  width: 100%;
  height: auto;
  max-width: 1000px;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ipeace-featured-media-inner.ipeace-hasbg-noremove {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.ipeace-featured-media-inner img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  height: auto;
  position: relative;
}

.ipeace-single-aside {
  width: 100%;
  max-width: 290px;
  margin-left: 50px;
  padding-bottom: 0px;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "sans-serif";
}

.ipeace-single-primary {
  width: calc(100% - 340px);
}

.ipeace-single-page {
  padding: 40px 0 60px;
}
.ipeace-single-page .ipeace-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ipeace-single-page.ipeace-archive-type-b .ipeace-archive-title,
.ipeace-single-page.ipeace-archive-type-b .ipeace-archive-subtitle {
  color: #333333;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ipeace-single-page.ipeace-archive-type-b .ipeace-archive-list {
  border-radius: 0 !important;
  padding: 0;
}
.ipeace-single-page.ipeace-archive-type-b .ipeace-archive-list article.article {
  border-bottom: 1px dotted #e3e3e3;
  padding: 0 0 20px;
  border-radius: 0;
}
@media (min-width: 1150px) {
  .ipeace-single-page.ipeace-archive-type-b .ipeace-archive-list article.article {
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
  }
  .ipeace-single-page.ipeace-archive-type-b .ipeace-archive-list article.article:hover {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.ipeace-single-page.ipeace-archive-type-b .ipeace-pagination-wrapper {
  margin: 30px 0;
}

.ipeace-single-aside {
  font-size: 14px;
}
.ipeace-single-aside a,
.ipeace-single-aside a:link,
.ipeace-single-aside a:visited {
  color: #333333;
}
.ipeace-single-aside .widget_calendar table {
  width: 100%;
}
.ipeace-single-aside .widget_calendar table caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 15px;
}
.ipeace-single-aside .widget_calendar table th,
.ipeace-single-aside .widget_calendar table td,
.ipeace-single-aside .widget_calendar table tr {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  height: 3em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ipeace-single-aside .widget_calendar table th a,
.ipeace-single-aside .widget_calendar table th a:link,
.ipeace-single-aside .widget_calendar table th a:visited,
.ipeace-single-aside .widget_calendar table td a,
.ipeace-single-aside .widget_calendar table td a:link,
.ipeace-single-aside .widget_calendar table td a:visited,
.ipeace-single-aside .widget_calendar table tr a,
.ipeace-single-aside .widget_calendar table tr a:link,
.ipeace-single-aside .widget_calendar table tr a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  background-color: #e3e3e3;
}
.ipeace-single-aside .widget_calendar table th a:hover,
.ipeace-single-aside .widget_calendar table th a:link:hover,
.ipeace-single-aside .widget_calendar table th a:visited:hover,
.ipeace-single-aside .widget_calendar table td a:hover,
.ipeace-single-aside .widget_calendar table td a:link:hover,
.ipeace-single-aside .widget_calendar table td a:visited:hover,
.ipeace-single-aside .widget_calendar table tr a:hover,
.ipeace-single-aside .widget_calendar table tr a:link:hover,
.ipeace-single-aside .widget_calendar table tr a:visited:hover {
  color: #ffffff;
  text-decoration: none;
}
.ipeace-single-aside .widget_calendar table thead th {
  background-color: #F3F3F3;
}
.ipeace-single-aside h2.widgettitle {
  display: block;
  margin-top: 1em;
  font-size: 16px;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.2;
}
.ipeace-single-aside .widget_recent_entries ul,
.ipeace-single-aside .widget_meta ul,
.ipeace-single-aside .widget_pages ul,
.ipeace-single-aside .widget_recent_comments ul,
.ipeace-single-aside .widget_categories ul,
.ipeace-single-aside .widget_archive ul {
  width: 100%;
  background-color: #F3F3F3;
  padding: 10px;
  list-style: none;
}
.ipeace-single-aside .widget_recent_entries ul li a,
.ipeace-single-aside .widget_recent_entries ul li a:link,
.ipeace-single-aside .widget_recent_entries ul li a:visited,
.ipeace-single-aside .widget_meta ul li a,
.ipeace-single-aside .widget_meta ul li a:link,
.ipeace-single-aside .widget_meta ul li a:visited,
.ipeace-single-aside .widget_pages ul li a,
.ipeace-single-aside .widget_pages ul li a:link,
.ipeace-single-aside .widget_pages ul li a:visited,
.ipeace-single-aside .widget_recent_comments ul li a,
.ipeace-single-aside .widget_recent_comments ul li a:link,
.ipeace-single-aside .widget_recent_comments ul li a:visited,
.ipeace-single-aside .widget_categories ul li a,
.ipeace-single-aside .widget_categories ul li a:link,
.ipeace-single-aside .widget_categories ul li a:visited,
.ipeace-single-aside .widget_archive ul li a,
.ipeace-single-aside .widget_archive ul li a:link,
.ipeace-single-aside .widget_archive ul li a:visited {
  background-color: #fff;
  color: #333333;
  font-size: 12px;
  line-height: 1.6;
  padding: 0.8em 1em;
  display: block;
}
@media (min-width: 1150px) {
  .ipeace-single-aside .widget_recent_entries ul li a:hover,
.ipeace-single-aside .widget_meta ul li a:hover,
.ipeace-single-aside .widget_pages ul li a:hover,
.ipeace-single-aside .widget_recent_comments ul li a:hover,
.ipeace-single-aside .widget_categories ul li a:hover,
.ipeace-single-aside .widget_archive ul li a:hover {
    color: #00659f;
  }
}
.ipeace-single-aside .widget_recent_entries ul li:not(:last-child),
.ipeace-single-aside .widget_meta ul li:not(:last-child),
.ipeace-single-aside .widget_pages ul li:not(:last-child),
.ipeace-single-aside .widget_recent_comments ul li:not(:last-child),
.ipeace-single-aside .widget_categories ul li:not(:last-child),
.ipeace-single-aside .widget_archive ul li:not(:last-child) {
  margin-bottom: 2px;
}
.ipeace-single-aside .widget_media_image a {
  display: block;
}
.ipeace-single-aside .widget_media_image a:hover {
  opacity: 0.8;
}
.ipeace-single-aside #sidebar > li {
  overflow: hidden;
}
.ipeace-single-aside #sidebar > li:not(:last-child) {
  margin-bottom: 20px;
}
.ipeace-single-aside .widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ipeace-single-aside .widget_tag_cloud .tagcloud a,
.ipeace-single-aside .widget_tag_cloud .tagcloud a:link,
.ipeace-single-aside .widget_tag_cloud .tagcloud a:visited {
  white-space: nowrap;
  font-size: 12px !important;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6px 6px 0;
  padding: 0.3em 0.5em;
  border: 1px solid #e3e3e3;
}
.ipeace-single-aside .widget_tag_cloud .tagcloud a:hover {
  background-color: #e3e3e3;
  text-decoration: none;
  color: #ffffff !important;
}
.ipeace-single-aside .widget_search form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  background-color: #F3F3F3;
}
.ipeace-single-aside .widget_search form .screen-reader-text {
  display: none;
}
.ipeace-single-aside .widget_search form .search-submit {
  width: 80px;
  height: 36px;
  display: block;
  color: #ffffff;
  background-color: #333333;
  cursor: pointer;
}
@media (min-width: 1150px) {
  .ipeace-single-aside .widget_search form .search-submit:hover {
    background-color: #00659f;
  }
}
.ipeace-single-aside .widget_search form input[type=submit] {
  border: 0;
  outline: 0;
}
.ipeace-single-aside .widget_search form label {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ipeace-single-aside .widget_search form label input {
  display: block;
  background-color: #fff;
  height: 36px;
  width: 100%;
  padding: 0 1em;
  font-size: 14px;
  border: 0;
  outline: 0;
}
.ipeace-single-aside .widget_search form label input::-webkit-input-placeholder {
  color: #333333;
  opacity: 0.4;
}
.ipeace-single-aside .widget_search form label input::-moz-placeholder {
  color: #333333;
  opacity: 0.4;
}
.ipeace-single-aside .widget_search form label input:-ms-input-placeholder {
  color: #333333;
  opacity: 0.4;
}
.ipeace-single-aside .widget_search form label input::-ms-input-placeholder {
  color: #333333;
  opacity: 0.4;
}
.ipeace-single-aside .widget_search form label input::placeholder {
  color: #333333;
  opacity: 0.4;
}
.ipeace-single-aside .post_date_thumbnail .ip-year {
  font-size: 18px;
}
.ipeace-single-aside .post_date_thumbnail .ip-m-d {
  font-size: 24px;
}

.ipeace-author-bio {
  margin: 30px 0;
  border: 1px solid #e3e3e3;
  padding: 16px 20px 20px;
  border-radius: 4px;
}
.ipeace-author-bio .author-bio-title {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1.3em;
  font-weight: 700;
}
.ipeace-author-bio .author-avatar {
  width: 96px;
  height: 96px;
  min-width: 96px;
  margin-right: 20px;
}
.ipeace-author-bio .author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.ipeace-author-bio .author-text {
  width: calc(100% - 116px);
}
.ipeace-author-bio .author-name {
  line-height: 1.2;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
}
.ipeace-author-bio .author-data-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ipeace-author-bio .author-description {
  font-size: 12px;
  line-height: 1.8;
  margin: 1em 0;
}
.ipeace-author-bio .author-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ipeace-author-bio .author-link a,
.ipeace-author-bio .author-link a:link,
.ipeace-author-bio .author-link a:visited {
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.2;
  padding: 0.9em 1.6em;
  border-radius: 10em;
  border: 1px solid #e3e3e3;
  color: #333333;
}
.ipeace-author-bio .author-link a:hover,
.ipeace-author-bio .author-link a:link:hover,
.ipeace-author-bio .author-link a:visited:hover {
  text-decoration: none;
}
@media (min-width: 1150px) {
  .ipeace-author-bio .author-link a:hover,
.ipeace-author-bio .author-link a:link:hover,
.ipeace-author-bio .author-link a:visited:hover {
    background-color: #f6f6f6;
  }
}

.ipeace-pagination-single {
  width: 100%;
  padding: 20px 0;
}
.ipeace-pagination-single .ipeace-pagination-single-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ipeace-pagination-single .ipeace-pagination-single-inner a,
.ipeace-pagination-single .ipeace-pagination-single-inner a:link,
.ipeace-pagination-single .ipeace-pagination-single-inner a:visited {
  width: calc(50% - 15px);
  max-width: calc(50% - 15px);
  white-space: nowrap;
  padding: 0.5em 1.5em;
  border-radius: 5em;
  font-size: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border: 1px solid #e3e3e3;
  color: #333333;
}
.ipeace-pagination-single .ipeace-pagination-single-inner a:hover,
.ipeace-pagination-single .ipeace-pagination-single-inner a:link:hover,
.ipeace-pagination-single .ipeace-pagination-single-inner a:visited:hover {
  text-decoration: none;
}
@media (min-width: 1150px) {
  .ipeace-pagination-single .ipeace-pagination-single-inner a:hover,
.ipeace-pagination-single .ipeace-pagination-single-inner a:link:hover,
.ipeace-pagination-single .ipeace-pagination-single-inner a:visited:hover {
    background-color: #f9f9f9;
  }
}
.ipeace-pagination-single .ipeace-pagination-single-inner .next-post {
  text-align: right;
}

.ipeace-comments-wrapper {
  width: 100%;
  margin: 30px 0 40px;
  padding: 30px;
  background-color: #F3F3F3;
}
.ipeace-comments-wrapper .comment-reply-title {
  font-size: 20px;
  line-height: 1.2;
  display: block;
  white-space: normal;
  margin-bottom: 1em;
  font-weight: 300;
}
.ipeace-comments-wrapper #wp-comment-wrap {
  padding: 20px 0 0;
}
.ipeace-comments-wrapper:last-child {
  margin-bottom: 0;
}
.ipeace-comments-wrapper .comment-notes {
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
}
.ipeace-comments-wrapper .commnet-body {
  color: #333333;
}
.ipeace-comments-wrapper .commnet-body a,
.ipeace-comments-wrapper .commnet-body a:link,
.ipeace-comments-wrapper .commnet-body a:visited {
  color: #00659f;
  text-decoration: underline;
}
.ipeace-comments-wrapper .commnet-body a:hover,
.ipeace-comments-wrapper .commnet-body a:link:hover,
.ipeace-comments-wrapper .commnet-body a:visited:hover {
  text-decoration: none;
}
.ipeace-comments-wrapper .comment-form {
  width: 100%;
  display: block;
  font-size: 14px;
  overflow: hidden;
}
.ipeace-comments-wrapper .comment-form > p {
  width: 100%;
  display: block;
  margin: 10px 0;
}
.ipeace-comments-wrapper .comment-form > p.logged-in-as {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: transparent;
  margin: 0;
}
.ipeace-comments-wrapper .comment-form > p.logged-in-as a,
.ipeace-comments-wrapper .comment-form > p.logged-in-as a:link,
.ipeace-comments-wrapper .comment-form > p.logged-in-as a:visited {
  color: #333333;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4px 2px;
  white-space: nowrap;
  padding: 0.4em 1.2em;
  border-radius: 4em;
  border: 1px solid #e3e3e3;
  background-color: #f9f9f9;
  line-height: 1.2;
  color: #999999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ipeace-comments-wrapper .comment-form > p.logged-in-as a:hover,
.ipeace-comments-wrapper .comment-form > p.logged-in-as a:link:hover,
.ipeace-comments-wrapper .comment-form > p.logged-in-as a:visited:hover {
  text-decoration: none;
}
@media (min-width: 1150px) {
  .ipeace-comments-wrapper .comment-form > p.logged-in-as a:hover,
.ipeace-comments-wrapper .comment-form > p.logged-in-as a:link:hover,
.ipeace-comments-wrapper .comment-form > p.logged-in-as a:visited:hover {
    background-color: #fff;
    color: #333333;
  }
}
.ipeace-comments-wrapper .comment-form > p label {
  display: block;
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  padding: 0.2em 0;
}
.ipeace-comments-wrapper .comment-form > p textarea,
.ipeace-comments-wrapper .comment-form > p input[type=text],
.ipeace-comments-wrapper .comment-form > p input[type=email],
.ipeace-comments-wrapper .comment-form > p input[type=tel],
.ipeace-comments-wrapper .comment-form > p input[type=url] {
  border: 1px solid #e3e3e3;
  padding: 0 15px;
  display: block;
  height: 40px;
  border-radius: 4px;
  margin: 5px 0;
  width: 100%;
  max-width: 300px;
  background-color: #fff;
}
.ipeace-comments-wrapper .comment-form > p textarea {
  padding: 15px;
  height: 120px;
  max-width: none;
}
.ipeace-comments-wrapper .comment-form > p.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ipeace-comments-wrapper .comment-form > p.comment-form-cookies-consent > label {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #666666;
  margin-left: 4px;
}
.ipeace-comments-wrapper .comment-form .form-submit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ipeace-comments-wrapper .comment-form .form-submit input[type=submit] {
  display: block;
  background-color: #292929;
  border: 1px solid #292929;
  border-radius: 4px;
  padding: 10px 24px;
  color: rgba(255, 255, 255, 0.97);
  font-weight: 300;
  cursor: pointer;
}
.ipeace-comments-wrapper .comment-form .form-submit input[type=submit]:hover {
  background-color: #555;
  border-color: #555;
}

#ipeace-site-content {
  padding: 60px 0;
  position: relative;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "sans-serif";
}
#ipeace-site-content:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  height: 400px;
  background-color: #00659f;
}
#ipeace-site-content .ipeace-archive-list .article {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.ipeace-archive-list {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  padding: 30px;
}

.ipeace-archive-title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
}

.ipeace-archive-subtitle {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}

.ipeace-pagination-wrapper .screen-reader-text {
  display: none !important;
}
.ipeace-pagination-wrapper .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.ipeace-pagination-wrapper .nav-links > a, .ipeace-pagination-wrapper .nav-links > span {
  padding: 0;
  min-width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #555;
  line-height: 38px;
  background-color: #fff;
  margin: 3px;
  text-align: center;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "sans-serif";
  font-weight: 700;
  display: block;
}
.ipeace-pagination-wrapper .nav-links > a:hover, .ipeace-pagination-wrapper .nav-links > span:hover {
  text-decoration: none;
  background-color: #F3F3F3;
}
.ipeace-pagination-wrapper .nav-links > a:hover:not(.current), .ipeace-pagination-wrapper .nav-links > span:hover:not(.current) {
  color: #333333 !important;
}
.ipeace-pagination-wrapper .nav-links > a.current, .ipeace-pagination-wrapper .nav-links > span.current {
  background-color: #00659f;
  border-color: #00659f;
  color: #ffffff;
}
.ipeace-pagination-wrapper .nav-links > span:not(.current) {
  display: none !important;
}

.ipeace-categories-tags {
  padding: 40px;
  background-color: #fff;
}
.ipeace-categories-tags h3 {
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em 0 1em;
}
.ipeace-categories-tags h3:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background-color: #e3e3e3;
  margin-left: 10px;
  min-width: 30px;
}
.ipeace-categories-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ipeace-categories-tags ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ipeace-categories-tags ul a,
.ipeace-categories-tags ul a:link,
.ipeace-categories-tags ul a:visited {
  white-space: nowrap;
  font-size: 12px !important;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6px 6px 0;
  padding: 0.3em 0.5em;
  border: 1px solid #e3e3e3;
  color: #00659f;
  border-color: #00659f;
}
.ipeace-categories-tags ul a:hover {
  background-color: #00659f;
  text-decoration: none;
  color: #ffffff !important;
}

.post_date_thumbnail {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img/ipeace-article-black.jpg) center top/cover no-repeat;
  line-height: 1.2;
  font-weight: 700;
}
.post_date_thumbnail .ip-year {
  font-size: 24px;
  color: #ffffff;
}
@supports (-webkit-background-clip: text) {
  .post_date_thumbnail .ip-year {
    color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#969696));
    background: -o-linear-gradient(top, white 0%, #969696 100%);
    background: linear-gradient(180deg, white 0%, #969696 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.post_date_thumbnail .ip-m-d {
  font-size: 36px;
  color: #ffffff;
}
@supports (-webkit-background-clip: text) {
  .post_date_thumbnail .ip-m-d {
    color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#969696));
    background: -o-linear-gradient(top, white 0%, #969696 100%);
    background: linear-gradient(180deg, white 0%, #969696 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.ipeace-relative-posts {
  padding-bottom: 20px;
}
.ipeace-relative-posts .related-article {
  position: relative;
}
.ipeace-relative-posts .related-article:not(:last-child) {
  margin-bottom: 10px;
}
.ipeace-relative-posts .related-article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #e3e3e3;
}
.ipeace-relative-posts .related-article a:hover {
  text-decoration: none;
}
@media (min-width: 1150px) {
  .ipeace-relative-posts .related-article a:hover {
    background-color: #F3F3F3;
  }
}
.ipeace-relative-posts .related-article .related-article-eyecatch {
  position: relative;
  width: 90px;
  min-width: 90px;
  margin-right: 12px;
  min-height: 70px;
}
.ipeace-relative-posts .related-article .related-article-eyecatch img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.ipeace-relative-posts .related-article .related-article-information {
  font-size: 12px;
  overflow: hidden;
  padding: 3px 0;
}
.ipeace-relative-posts .related-article .related-article-information .related-article-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #111;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.8;
}

.ipeace_bkt {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 5px;
  overflow: hidden;
  position: fixed;
  z-index: 555;
  right: 20px;
  bottom: 60px;
  opacity: 0;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s;
  -webkit-transform: translateX(71px);
  -ms-transform: translateX(71px);
      transform: translateX(71px);
}

.ipeace_bkt svg {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 10px;
}

.ipeace_bkt svg path {
  fill: #ffffff;
}

.ipeace_bkt.show {
  opacity: 1;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
      transform: translateX(0px);
}

.ipeace_bkt:hover {
  cursor: pointer;
}

.ipeace-share-group {
  width: 100%;
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ipeace-share-group a {
  display: block;
  width: 50%;
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.ipeace-share-group a svg {
  width: 18px;
  height: 18px;
  color: #ffffff;
  display: block;
}
.ipeace-share-group a.share_btn_fb {
  background-color: #385898;
}
.ipeace-share-group a.share_btn_tt {
  background-color: #1da1f2;
}
@media (min-width: 1150px) {
  .ipeace-share-group a:hover.share_btn_fb {
    background-color: #274787;
  }
  .ipeace-share-group a:hover.share_btn_tt {
    background-color: #0e90e1;
  }
}

.ipeace-archive-search {
  position: relative;
  z-index: 5;
}
.ipeace-archive-search.no-result {
  color: #ffffff;
  margin: 30px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  padding: 1em 1.5em;
  text-align: center;
}

.ipeace-single-page.ipeace-archive-type-b .ipeace-archive-search.no-result {
  background-color: #F3F3F3;
  color: #333333;
  text-align: left;
}

.widget_recent_comments #recentcomments {
  background-color: transparent;
  padding: 0;
}
.widget_recent_comments .recentcomments {
  background-color: transparent;
  font-size: 12px;
  color: #333333;
}
.widget_recent_comments .recentcomments:not(:last-child) {
  border-bottom: 1px dotted #e3e3e3;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
.widget_recent_comments .recentcomments > span {
  display: block;
  background-color: transparent;
}
.widget_recent_comments .recentcomments a,
.widget_recent_comments .recentcomments a:link,
.widget_recent_comments .recentcomments a:visited {
  display: block;
  background-color: transparent !important;
}
@media (min-width: 1150px) {
  .widget_recent_comments .recentcomments a:hover,
.widget_recent_comments .recentcomments a:link:hover,
.widget_recent_comments .recentcomments a:visited:hover {
    color: #00659f;
    text-decoration: underline;
  }
}

@media (max-width: 1300px) {
  .ipeace-single-page {
    padding: 40px 30px 60px;
  }

  #ipeace-site-content {
    padding: 60px 30px;
  }

  .ipeace-archive-list {
    padding: 15px;
  }

  .ipeace_breadcrumbs {
    padding: 10px 20px;
  }
}
@media (max-width: 900px) {
  .ipeace-index-articles-wrapper .article,
.ipeace-archive-list .article {
    width: calc(50% - 30px);
  }

  .ipeace-single-primary .entry-title {
    font-size: 24px;
  }

  .ipeace-single-page .ipeace-inner {
    display: block;
  }

  .ipeace-single-aside {
    margin: 40px auto;
    width: 100%;
    max-width: none;
  }

  .ipeace-single-primary {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .ipeace-index-articles-wrapper.articletype-b article:not(:first-child),
.ipeace-archive-list.articletype-b article:not(:first-child) {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .ipeace-index-articles h2 {
    font-size: 32px;
  }

  .ipeace-archive-title {
    font-size: 28px;
  }

  .ipeace-index-articles-wrapper .article,
.ipeace-archive-list .article {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .ipeace-index-articles-wrapper .article-information .article-top-category-name,
.ipeace-archive-list .article-information .article-top-category-name {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .ipeace-single-page {
    padding: 30px 20px 40px;
  }

  .ipeace-single-primary .entry-title {
    font-size: 20px;
  }

  .ipeace-featured-media-inner {
    margin: 20px 0;
  }

  .ipeace-single-primary .entry-content {
    padding: 20px 0;
  }

  .ipeace-share-group a {
    max-width: 50%;
  }

  .ipeace-pagination-single .ipeace-pagination-single-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ipeace-pagination-single .ipeace-pagination-single-inner a,
.ipeace-pagination-single .ipeace-pagination-single-inner a:link,
.ipeace-pagination-single .ipeace-pagination-single-inner a:visited {
    width: 100%;
    max-width: none;
    margin: 10px 0;
    background-color: #f6f6f6;
  }
}
@media (max-width: 500px) {
  .ipeace-index-articles-wrapper.articletype-b,
.ipeace-archive-list.articletype-b {
    padding: 0 20px;
  }

  .ipeace-index-articles-wrapper.articletype-b .article-information .article-title + .article-description,
.ipeace-archive-list.articletype-b .article-information .article-title + .article-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #111;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    opacity: 0.5;
  }

  .ipeace-index-articles-wrapper.articletype-b .article-information .article-title,
.ipeace-archive-list.articletype-b .article-information .article-title {
    margin: 10px 0 8px;
    font-size: 16px;
  }

  .ipeace-index-articles-wrapper.articletype-b article,
.ipeace-archive-list.articletype-b article {
    padding: 15px;
  }

  .ipeace-single-primary .article-tags-names,
.ipeace-single-primary .article-post-date {
    font-size: 12px;
  }

  .ipeace-author-bio {
    padding: 16px 15px 20px;
    margin: 10px 0;
  }

  .ipeace-author-bio .author-avatar {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 15px;
  }

  .ipeace-author-bio .author-text {
    width: calc(100% - 86px);
  }

  .ipeace-author-bio .author-description {
    line-height: 1.6;
    margin: 0.8em 0;
  }

  .ipeace-author-bio .author-link a,
.ipeace-author-bio .author-link a:link,
.ipeace-author-bio .author-link a:visited {
    padding: 0.5em 1.4em;
    background-color: #f6f6f6;
  }
}
@media (max-width: 450px) {
  .ipeace-index-articles h2 {
    font-size: 28px;
  }

  .ipeace-archive-title {
    font-size: 24px;
  }

  .ipeace-index-articles-wrapper .article,
.ipeace-archive-list .article {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    -webkit-box-shadow: 0 0 0 transparent !important;
            box-shadow: 0 0 0 transparent !important;
  }

  .ipeace-index-articles-wrapper .article-information .article-title,
.ipeace-archive-list .article-information .article-title {
    height: auto;
  }

  #ipeace-site-content {
    padding: 30px 0;
  }

  .ipeace-archive-list {
    padding: 0;
    background-color: transparent;
    margin-top: 30px;
  }

  #ipeace-site-content:before {
    height: 300px;
  }

  #ipeace-site-content {
    background-color: #e9e9e9;
  }

  .ipeace-index-articles-wrapper .article-figure:before,
.ipeace-archive-list .article-figure:before {
    padding-top: 56%;
  }

  .ipeace-pagination-wrapper {
    padding: 10px 0 30px;
  }

  .ipeace-pagination-wrapper .nav-links > a,
.ipeace-pagination-wrapper .nav-links > span {
    padding: 0;
    min-width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 30px;
  }

  .ipeace-index-articles-wrapper.articletype-b .article-figure,
.ipeace-archive-list.articletype-b .article-figure {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    margin-left: 15px;
  }

  .ipeace-archive-subtitle {
    font-size: 16px;
  }

  .ipeace-comments-wrapper {
    margin: 20px 0 30px;
    margin-bottom: 30px;
    padding: 20px;
  }

  .ipeace-comments-wrapper .comment-reply-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}