/*
Theme Name: habakiri-child
Theme URI: http://yadokari.net/
Description: Habakiri の子テーマ、YADOKARI 用
Author: Yoshimi Yoshizawa
Author URI: http://d-77.jp/
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(style_orchestra.css);

body {
  font-family: 'Roboto', 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", 'Noto Sans Japanese', sans-serif;
  line-height: 1.8;
  font-weight: 350;
  color: #111;
}

p, ul, ol, dl, table {
  margin-bottom: 50px;
}

h2, .h2 {
  font-size: 30px;
  margin: 60px 0 20px;
}

h3, h3 {
  font-size: 22px;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 20px;
  margin-top: 60px !important;
  margin-bottom: 20px;
}

.entry-content .entry-profile {
  padding: 30px 40px;
  margin: 30px auto;
  border-radius: 10px;
  background-color: #f3f3f3;
  text-align:center;
}

.entry-content .entry-profile .profile-img img {
  margin: 0 auto;
}

.entry-content .entry-profile .profile-name {
  text-align:center;
  font-weight:bold;
  font-size: 20px;
  margin:15px auto 8px;
}

.entry-content .entry-profile .profile-txt {
  font-size:small;
  text-align:left;
}
 
.entry-content .end-line {
  border:3px solid #ccc;
  width:50px;
  margin:40px auto 50px;
}

.logged-in-as,
.comment-form-comment {
	margin-bottom:10px;
}
.form-submit {
	margin-bottom:30px;
}
textarea.form-control {
    height: 100px;
}
.comments__title, 
.trackbacks__title {
	margin-bottom:20px;
}
.comment__body p {
	margin-bottom:10px;
}

#container.sidr-open {
  position: fixed;
}

/* 上書き */
.container {
  padding: 0;
}
/*@media (min-width: 768px) {
  .container {
    width: 750px; } }*/
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
@media (min-width: 1598px) {
  .container {
    width: 1598px; } }

.container.is-full {
  width: 100%;
}

.header__content {
  position: relative;
}

.header__content .header__col {
  display: block;
}

@media (min-width: 1598px) {
  .header__content {
    padding: 0 30px;
  }
}

/* ヘッダー */
.header {
  width: 100%;
  position: relative;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

@media (min-width: 768px) {
  .header {
    position: fixed;
  }
}

.site-branding {
  margin: 0;
  padding: 20px 10px;
  height: 89px;
}

.site-branding__heading {
  text-align: left;
  margin-left: 80px;
}

@media (max-width: 767px) {
  .site-branding__heading {
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    width: 180px;
  }
  .header__menu {
    left: 20px !important;
  }
  .entry-type {
    margin-bottom: 15px !important;
  }
  .entry-type a {
    margin: 0 2px !important;
    padding: 5px 12px !important;
    font-size: 12px !important;
    font-weight: normal !important;
  }
  .article--single .entry-title.page-title {
    font-size: 18px !important;
  }
}

@media (min-width: 768px) {
  .site-branding__heading {
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {
  .site-branding__heading {
    text-align: center;
    margin: 0;
  }
}

/* container */
.container.is-entry,
.container.is-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container.is-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container__main {
  width: 100%;
  /*padding-left: 30px;*/
  margin-right: auto;
}

.container__sub {
  width: 100%;
}

@media (min-width: 1598px) {
  .container__main {
    width: 1210px;
    margin-left: 30px;
  }
  .container__sub {
    width: 345px;
  }
}

#sub .h4 {
  font-size: 20px;
  margin-bottom: 39px;
}

.comment__reply a.comment-reply-login ,
.comment__reply a.comment-reply-login:hover {
  color: #fff;
}

/* ウェブフォント設定 */
.noto250 { font-weight: 250; }
.note300 { font-weight: 300; }
.note350 { font-weight: 350; }
.note400 { font-weight: 400; }
.note500 { font-weight: 500; }
.note700 { font-weight: 700; }
.note900 { font-weight: 900; }


#buddypress table.profile-fields tr td.label {
  display: table-cell;
  color: #333;
  font-size: inherit;
}

/* Social Button */
.social__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0px;
  padding-bottom:0;
  margin-bottom:-20px !important;
}

.social__btn {
  margin: 0 20px 20px;
  padding: 0px;
  list-style: none;
}

.social .social__btn a {
  display: block;
  width: 320px;
  padding: 22px;
  color: #ffffff;
  text-align: center;
  border-radius: 100px;
  font-size: 18px;
  font-weight:bold;
}

.social .social__btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* コメント内のSNS共有用表示 */
.comment__body .social__list {
  justify-content: flex-start;
  padding: 0 0 10px;
}

.comment__body .social .social__btn {
  margin: 0 10px 0 0;
}

.comment__body .social .social__btn a {
  width: auto;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.1;
  border-style: none;
  border-radius: 20px;
}

/*facebook*/
.social__btn.is-facebook a {
  background: #3b5998 !important;
}

/*twitter*/
.social__btn.is-twitter a {
  background: #00aced !important;
}

/* more-link */
.more-link {
  margin: 20px 0 50px;
  width: 100%;
  text-align: center;
}

@media (min-width: 1200px) {
  .more-link {
    text-align: right;
  }
}

.more-link a {
  display: inline-block;
  width: 70%;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #aaa;
  border-radius: 20px;
  color: #ffffff;
}

.more-link a:hover {
  color: #ffffff;
  background-color: #aaaaaa;
}

@media (min-width: 768px) {
  .more-link a {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .more-link a {
    width: 225px;
    padding: 7px 0;
  }
}

/* #head-contents */
.head-contents {
  padding: 0;
}

@media (min-width: 768px) {
  .head-contents {
    padding: 89px 0 0;
  }
}

/* global nav */
.global-nav-wrapper {
  padding: 15px 0 0;
  display: none;
}

@media (min-width: 768px) {
  .global-nav-wrapper {
    display: block;
  }
}

@media (min-width: 1598px) {
  .global-nav-wrapper {
    padding: 0 30px;
  }
}

.global-nav-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav-list li {
  width: 140px;
  height: 140px;
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 768px) {
  .global-nav-list {
    justify-content: space-between;
  }
  .global-nav-list li {
    width: 158px;
    height: 158px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .global-nav-list {
    padding: 0 50px;
  }
}

@media (min-width: 1200px) {
  .global-nav-list {
    flex-wrap: nowrap;
    padding: 0;
  }
  .global-nav-list li {
    width: 125px;
    height: 125px;
    font-size: 13px;
  }
}

@media (min-width: 1598px) {
  .global-nav-list li {
    width: 158px;
    height: 158px;
    font-size: 16px;
  }
}

.global-nav-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #000000;
  /*text-align: center;*/
}

.global-nav-list a:hover {
  background-color: #eeeeee;
  color: #000000;
  text-decoration: none;
}

.global-nav-list a .global-nav__img {
  margin-bottom: 10px;
}

/* カテゴリーごとの人気Voice */
.category-most-liked-voice {
  display: none;
  padding: 0;
}

@media (min-width: 1200px) {
  .category-most-liked-voice {
    display: block;
  }
}
@media (min-width: 1598px) {
  .category-most-liked-voice {
    padding: 0 30px;
  }
}

.category-most-liked-voice .most-liked-comment {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

@media (min-width: 1200px) {
  .category-most-liked-voice .most-liked-comment li,
  .category-most-liked-voice .category-liked-post {
    width: 125px; } }
@media (min-width: 1598px) {
  .category-most-liked-voice .most-liked-comment li,
  .category-most-liked-voice .category-liked-post {
    width: 158px; } }

.category-most-liked-voice .post-data {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.category-most-liked-voice .post-data .post-data__date {
  font-size: 11px;
  line-height: 1.3;
}

.category-most-liked-voice .post-data__thumb {
  margin-bottom: 10px;
  display: block;
}

.category-most-liked-voice .post-data__title {
  display: block;
  font-weight: bold;
}

.category-most-liked-voice .post-data__title a {
  color: #000000;
}

.category-most-liked-voice .comment-author {
  margin-bottom: 15px;
  line-height: 1.1;
}

.category-most-liked-voice .comment-author__thumb {
  float: left;
  margin-right: 9px;
}

.category-most-liked-voice .comment-author__link {
  font-size: 14px;
  font-weight: bold;
}

.category-most-liked-voice .comment-author__san {
  font-size: 10px;
  font-weight: bold;
}

.category-most-liked-voice .comment-author__like_counter {
  font-size: 12px;
  color: #ff0060;
  font-weight: bold;
}

.category-most-liked-voice .comment-excerpt {
  padding: 5px 10px;
  background-color: #eeeeee;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.category-most-liked-voice .entry__comment .comment-author__small {
  display: none;
}

/* ハンバーガーメニュー */
.header__menu {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
}

@media (min-width: 768px) {
  .header__menu {
    left: 0px;
  }
}

@media (min-width: 1598px) {
  .header__menu {
    left: 30px;
  }
}

.sidr__set {

}

.sidr {
  padding-bottom: 100px;
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  box-shadow: 0 0 5px 5px #222 inset;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -280px;
}
.sidr.left {
  left: -280px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');*/
  background-size: 100%;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);*/
  background-color: #111111;
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  /*margin: 0 0 5px;*/
  margin: 0;
  color: #fff;
  line-height: 24px;
  /*box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);*/
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 49px;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  /*box-shadow: 0 0 15px 3px #222 inset;*/
  background-color: #222;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: 0;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #222 inset;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* ログイン、アカウント登録 */
.header__login {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 100%;
  background-color: #cccccc;
}

@media (min-width: 768px) {
  .header__login {
    position: absolute;
    top: 30px;
    right: 10px;
    padding: 0;
    width: auto;
    background-color: transparent;
  }
}

@media (min-width: 1598px) {
  .header__login {
    right: 30px;
  }
}

.header__login a {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.header__login .login {
  width: 120px;
  height: 30px;
  text-align: center;
}

.header__login .add-account {
  width: 138px;
  height: 30px;
  border-radius: 10px;
  border: solid 1px #000000;
  text-align: center;
}


/* 話題の議題 */
.hot-topic-wrapper {
  margin: 0 0 40px;
  padding: 30px 0;
  width: 100%;
  background-color: #2d5153;
  color: #ffffff;
}

@media (min-width: 768px) {
  .hot-topic-wrapper {
    padding: 70px 0;
  }
}

@media (min-width: 1598px) {
  .hot-topic-wrapper {
    width: 1210px; } }

.hot-topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
}

.hot-topic__title {
  flex: 1;
  padding: 0 30px 20px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
}

.hot-topic__content {
  flex: 2;
  padding: 20px 30px 0;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .hot-topic__content {
    font-size: 16px;
    line-height: 2;
  }
}

@media (min-width: 1200px) {
  .hot-topic {
    flex-direction: row;
  }

  .hot-topic__title {
    flex: none;
    min-height: 120px;
    padding: 0 35px 0 80px;
    white-space: nowrap;
    line-height: 120px;
    border-right: 1px solid #ffffff;
    border-bottom: none;
  }

  .hot-topic__content {
    flex: auto;
    padding: 0 110px 0 40px;
  }
}

/* 特集記事、ケーススタディ */
.featured-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .featured-contents {
    width: 100%;
  }
}

.featured-main {
  width: 100%;
}

.featured-sub {
  width: 100%;
}

@media (min-width: 1200px) {
  .featured-main {
    flex: 2;
    width: 770px;
    flex: none;
  }

  .featured-sub {
    flex: 1;
    width: 370px;
    flex: none;
  }
}

@media (min-width: 1598px) {
  .featured-contents {
    margin-right: 30px;
  }
}

.featured-main__title {
  margin: 0 0 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
}

.featured-sub__title {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}

/* トップページ用ループ */
/* featured-main */
.featured-main .entries {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.featured-main .entries .article {
  padding: 0;
  border-bottom: none;
}

.featured-main .entry {
  width: 100%;
}

@media (min-width: 768px) {
  .featured-main .entry {
    width: 48%;
  }

  .featured-main .entry.is-first {
    width: 100%;
  }
}

@media (min-width: 1598px) {
  .featured-main .entry {
    width: 370px;
  }
  .featured-main .entry.is-first {
    width: 770px;
  }
}

.featured-main .entry__media {
  margin-bottom: 20px;
}

.featured-main .entry__media img {
  width: 100%!important;
}

@media (min-width: 1200px) {
  .featured-main .entry__media img {
    width: auto;
  }
}

.featured-main .entry__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.featured-main .entry__title a {
  color: #000000;
}

.featured-main .entry-meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.featured-main .entry-meta__category {
  margin-right: 10px;
  padding: 8px 14px;
  background-color: #eeeeee;
  line-height: 1.1;
  font-weight: bold;
  font-size: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.featured-main .entry-meta__category a {
  color: #333;
}

.featured-main .entry-meta__author {
  line-height: 1.1;
  font-weight: bold;
  font-size: 12px;
}

.featured-main .entry-meta__author a {
  color: #333;
}

/* 一覧表示のコメント */
.entry__comment .comment-author {
  margin-bottom: 15px;
  line-height: 1.1;
  overflow: hidden;
}

.entry__comment .comment-author__thumb {
  float: left;
  margin-right: 9px;
}

.entry__comment .comment-author__thumb img {
  border-radius: 16px;
}

.entry__comment .comment-author__link {
  font-size: 14px;
  font-weight: bold;
}

.entry__comment .comment-author__link a,
.entry__comment .comment-author__link a:hover {
  color: #000;
}

.entry__comment .comment-author__san {
  font-size: 10px;
  font-weight: bold;
}

.entry__comment .comment-author__like_counter {
  display: block;
  font-size: 12px;
  color: #ff0060;
  font-weight: bold;
}

.entry__comment .comment-author__small {
  display: inline-block;
  margin: 10px 4px 0 0;
}

.entry__comment .comment-author__small img {
  border-radius: 12px;
}

.entry__comment .comment-excerpt {
  padding: 6px 8px;
  background-color: #eeeeee;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.entry__comment .comment-excerpt a {
  text-decoration: none;
  color: #000000;
}

.entry__comment .comment-excerpt a:hover {
  text-decoration: underline;
}

/* featured-sub */
.featured-sub .entries {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.featured-sub .entries .article {
  padding: 0;
  margin-bottom: 25px;
  border-bottom: none;
}

.featured-sub .entry__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.featured-sub .entry {
  width: 100%;
}

@media (min-width: 768px) {
  .featured-sub .entry {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .featured-sub .entry {
    width: 370px;
  }
}

.featured-sub .entry__media {
  margin-bottom: 25px;
  width: 100%;
}

@media (min-width: 1200px) {
  .featured-sub .entry__media {
    margin-bottom: 25px;
    width: 180px;
  }

  .featured-sub .entry__media.is-first {
    margin-bottom: 15px;
    width: 370px;
  }
}

.featured-sub .entry__media img {
  width: 100%!important;
}

@media (min-width: 1200px) {
  .featured-sub .entry__media img {
    width: auto;
  }
}

.featured-sub .entry__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

@media (min-width: 1200px) {
  .featured-sub .entry__title {
    width: 180px;
    font-size: 14px;
  }

  .featured-sub .entry.is-first .entry__title {
    width: 370px;
    font-size: 18px;
  }
}

.featured-sub .entry__title a {
  color: #000000;
}

/* new-entry */
.default-entry-wrap {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .default-entry-wrap {
    width: 100%;
  }
}
.default-entry-wrap .entries {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  flex-wrap: wrap;
}
  .default-entry-wrap .entries .entry {
    margin-right: 10px;
  }

@media (min-width: 1598px) {
  .default-entry-wrap .entries {
    /*justify-content: center;*/
    justify-content: flex-start;
    margin-right: -30px;
  }
  .default-entry-wrap .entries .entry {
    margin-right: 30px;
  }
}

.default-entry-wrap .entries .article {
  padding: 0;
  border-bottom: none;
}

.entries.entries--archive .article {
  margin-bottom: 50px;
}

.default-entry-wrap .entry {
  width: 100%;
}

@media (min-width: 768px) {
  .default-entry-wrap .entry {
    width: 48%;
  }
}

/*@media (min-width: 1598px) {*/
@media (min-width: 1200px) {
  .default-entry-wrap .entry {
    width: 370px;
  }
}


.default-entry-wrap .entry__media {
  margin-bottom: 25px;
}

.default-entry-wrap .entry__media img {
  width: 100%!important;
}

@media (min-width: 1200px) {
  .default-entry-wrap .entry__media img {
    width: auto;
  }
}

.default-entry-wrap .entry__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.default-entry-wrap .entry__title a {
  color: #000000;
}

.default-entry-wrap .entry-meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.default-entry-wrap .entry-meta__category {
  margin-right: 10px;
  padding: 8px 14px;
  background-color: #eeeeee;
  line-height: 1.1;
  font-weight: bold;
  font-size: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.default-entry-wrap .entry-meta__category a {
  color: #333;
}

.default-entry-wrap .entry-meta__author {
  line-height: 1.1;
  font-weight: bold;
  font-size: 12px;
}

.default-entry-wrap .entry-meta__author a {
  color: #333;
}



/* ユーザーアカウント登録 */
.register-section__sns {
  clear: both;
  width: 100%;
  margin: 2em auto 1em;
  padding: 1em;
  border: 1px solid #bcbcbc;
}
#wpg-login {
  text-align: center;
}

#wpg-login a {
  margin: 10px 15px;
}


/* エントリー */
.page-header {
  position: relative;
  z-index: 0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}

.page-header:before {
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}

.page-header__title {
  font-size:24px !important;
}

.page-header__title a,
.page-header__title a:hover {
  color: #ffffff;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

.article--single .entry-title.page-title {
  width: 90%;
  margin: 0 auto 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .article--single .entry-title.page-title {
    width: 70%;
    font-size: 32px;
    line-height: 1.8;
  }
}

.entry-type {
  text-align: center;
  margin-bottom: 35px;
}

.entry-type a {
  display: inline-block;
  margin: 0 5px 5px;
  padding: 12px 25px;
  background-color: #eeeeee;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  color: #333;
  
  border-radius: 30px;
  -webkit-border-radius: 30px;  
  -moz-border-radius: 30px;
}

/*.entry-category {
  text-align: center;
  margin-bottom: 35px;
}

.entry-category a {
  display: inline-block;
  margin: 0 auto 5px;
  padding: 10px 30px;
  background-color: #eeeeee;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  color: #333;
}*/

.entry-author {
  display: block;
  margin: 0 auto 15px;
  width: 90%;
}

@media (min-width: 768px) {
  .entry-author {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.entry-author__set1 {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .entry-author__set1 {
    justify-content: flex-start;
  }
}

.entry-author__set2 {
  color: #333333;
}

@media (min-width: 768px) {
  .entry-author__set2 {
    margin-left: 20px;
    padding-left: 15px;
    border-left: 1px solid #999;
  }
}

.entry-author__face {
  margin-right: 15px;
  width: 50px;
}

.entry-author__face img {
  border-radius: 35px;
}

.entry-author__name {
}

.entry-author__nariwai {
  font-size: 16px;
  font-weight: bold;
  margin-bottom:3px;
}

.entry-author__profile {
  font-size: 12px;
}

.entry-content {
  margin: 0 auto;
  width: 90%;
  font-size: 16px;
  line-height: 1.8;
}

.entry-content img {
  margin: 30px auto;
}

.entry-content figure img {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .entry-content {
    width: 70%;
    font-size: 18px;
    line-height: 2;
  }
  .entry-content .btmad .btmadL {
    display:block;
  }
}


.entry__content figure.wp-caption {
  margin: 40px auto 50px;
}

.entry__content div {
  /*overflow: auto;*/
}


/* エントリーページのpickup-voice */
.pickup-voice {
  position: relative;
  padding: 33px 50px 30px;
  margin: 80px auto 70px;
  width: 70%;
  border-radius: 10px;
  background-color: #f3f3f3;
  font-size: 16px;
  line-height: 1.7;
}

.pickup-voice__title {
  position: absolute;
  left: 50%;
  top: -23px;
  margin: 0 0 0 -74px;
}

.pickup-voice__title img {
  width: 50%;
}

.pickup-voice__author {
  font-weight: bold;
  margin-bottom: 1em;
}

.pickup-voice__author a {
  text-decoration: underline;
  color: #000000;
}

.pickup-voice__author-face {
  position: absolute;
  bottom: -39px;
  left: 50%;
  margin-left: -35px;
}

.pickup-voice__author-face img {
  border: 4px solid #ffffff;
  border-radius: 39px;
}

.pickup-voice__link {
  margin-top: 1em;
}

/* エントリーページの関連記事 */
.related-posts {
  margin: 0 0 10.5em;
}

@media (min-width: 1598px) {
  .related-posts {
    margin: 0 auto 10.5em;
    width: 75%;
  }
}

/* エントリーページのコメント */
.commentarea {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1598px) {
  .commentarea {
    width: 75%;
  }
}
  /*@media (min-width: 768px) {
  .commentarea {
    width: 70%;
  }
}*/

.comment__header .avatar {
  border-radius: 24px;
}

.comment__wp-ulike {
  margin: 0 0 1em;
}

.comment__wp-ulike .avatar {
  border-radius: 16px;
}

.wp-ulike__liked-user {
  margin: 0 0 5px;
}

.wpulike .counter a.image,
.wpulike .counter a.image-unlike {
  padding: 20px 30px;
  /*background-size: contain;*/
}

.comment__body {
  /*padding: 50px;*/
  /*width: 70%;*/
  border-radius: 10px;
  background-color: #f3f3f3;
  font-size: 14px;
  line-height: 1.6;
  border-style: none;
}

@media (min-width: 768px) {
  .comment__body {
    font-size: 16px;
    line-height: 1.8;
  }
}

.comment__meta.vcard {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .comment__meta.vcard {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.5;
  }
}

.comment__meta.vcard .nariwai {
  font-weight: normal;
  font-size: 12px;
  color: #666;
}

dl[id^=comment-] {
  margin-top: -90px;
  padding-top: 90px;
}

.comment-form-comment label[for="comment"] {
  display: none;
}

.counter .count-box {
  display: none;
}

/* buddypress メンバーページ */
#buddypress .activity .activity-inner img {
  display: block;
}

/* カテゴリーページ */
.category-head {
  margin-bottom: 30px;
}

.category-head__title {
  margin: 0 0 10px;
}

.category-head__description {
  margin: 0;
  font-size: 18px;
}

.category-head__description p {
  text-align: center;
}

/* ユーザーページ */
#item-buttons div {
  overflow: visible;
}

/* ページネーション */
.pagination-wrapper {
  text-align: center;
}

/* ABOUT ページ */
.about-entry-img {
  width: 100%;
}

.about-entry-content {
  margin-bottom: 100px;
}

.link-C {
  text-align: center;
}

/* WORKS, MEMBER ページ */
.works-section {
  margin-bottom: 150px;
}

.works-section__title {
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 900;
  font-size: 45px;
}

.works-section__caption {
  margin: 0 auto 30px;
  text-align: center;
}

.works-section__text {
  margin: 0 auto 50px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .works-section__title {
    width: 70%;
    font-size: 55px;
  }
  .works-section__caption {
    width: 70%;
  }
  .works-section__text {
    width: 70%;
  }
}

.works-section__imgC {
  margin: 0 auto 30px;
  text-align: center;
}

.works-section__imgC img {
  width: auto;
}

.works-block-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.works-block {
  margin: 15px 25px;
  width: 300px;
}

.is-column4 .works-block {
  margin: 10px 15px;
  width: 230px;
}

.works-block__img {
}

.works-block__text {
}

.works-block__text p {
  margin-bottom: 0;
}

.works-block__btn {
  margin: 30px 0;
  text-align: center;
}

.works-block__btn a {
  margin: 0 auto;
  padding: 10px 30px;
  display: inline-block;
  background: #323232;
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
}

.works-block__btn a:hover {
  color: #ffffff;
}

.works-section__company-block {
  text-align: center;
  font-size: 18px
}

.works-section__company-name {
  font-size: 30px;
}


/* ////////////////////////////////////////////////////////////////////////// */
/* sub */
#sub {
  background-color: #f6f6f6;
  padding: 32px 20px;
}

#sub .most-liked-comment {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sub .most-liked-comment .post-data__thumb {
  display: none;
}

/* 共感の多いVoice */
#sub .most-liked-comment {
}

#sub .most-liked-comment .post-data {
  margin-bottom: 10px;
  font-size: 12px;
}

#sub .most-liked-comment .post-data__title {
  display: block;
  font-weight: bold;
  line-height: 1.5;
}

#sub .most-liked-comment .post-data__title a {
  color: #000000;
}

#sub .most-liked-comment .comment-author {
  margin-bottom: 15px;
  line-height: 1.1;
}

#sub .most-liked-comment .comment-author__thumb {
  float: left;
  margin-right: 9px;
}

#sub .most-liked-comment .comment-author__thumb img {
  border-radius: 16px;
}

#sub .most-liked-comment .comment-author__link {
  font-size: 14px;
  font-weight: bold;
}

#sub .most-liked-comment .comment-author__link a,
#sub .most-liked-comment .comment-author__link a:hover {
  color: #000;
}

#sub .most-liked-comment .comment-author__san {
  font-size: 10px;
  font-weight: bold;
}

#sub .most-liked-comment .comment-author__like_counter {
  font-size: 12px;
  color: #ff0060;
  font-weight: bold;
}

#sub .most-liked-comment .comment-excerpt {
  margin-bottom: 20px;
  padding: 5px 10px;
  background-color: #eeeeee;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
}


/* widget 最近のみんなのVoice */
dl.widget-my-new-comments {
	width:100%;
	margin: 0 auto;
}
dl.widget-my-new-comments dt{
	text-align: left;
	clear: left;
	float: left;
	width:40px;
	white-space: nowrap;
 	padding-top: 16px;
}
dl.widget-my-new-comments dt img {
  border-radius: 18px;
}
dl.widget-my-new-comments dd{
	margin-left: 0;
	padding: 1px 0 5px 0;
	border-bottom: #C3CDCE 2px dotted;
 	padding-top: 16px;
}
dl.widget-my-new-comments dd:last-child{
	border-bottom: #fff 0px dotted;
}
dl.widget-my-new-comments dd span.my_author{
	font-weight: 600;
}
dl.widget-my-new-comments dd span.my_comments_content{
	font-size:14px;
}

/* 特集コラム（サイドバー） */
.sidebar__pickup-column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.sidebar__pickup-column li {
  margin: 0 10px 10px;
}

/* フッター */
.footer-widget-area {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer-widget-area {
    width: 100%;
  }
}
.foot__media-service {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.foot__media-service li {
  width: 280px;
  height: auto;
  margin: 10px;
}

/* アドセンス広告 */
.contentAdbtm-mb {
  text-align:center;
  width:336px;
  margin:0 auto;
}
.contentAdbtm-mb-L {
  padding:0 0 20px 0;
}
.contentAdbtm-pc {
  text-align:center;
  width:701px;
  margin:0 auto;
}
.contentAdbtm-pc-L {
  float:left;
  padding:0 30px 0 0;
}
.contentAdbtm-pc-R {
  float:left;
}
