@charset "UTF-8";
/*
Theme Name: tochikatsu_iroha
Theme URI:  http://tochikatsu-iroha.com
Description: Child theme for the Twenty Ten theme for WordPress
Author: バズ部
Author URI: http://buzubu.com/
Template: xeory_base
Version: 0.1.0
-------------------------------------------------- */


/* =========================================================

 ========================================================= */

 .widget_recent_entries a, .widget_archive a, .widget_categories a, .widget_meta a, .widget_views a {
  color: #5e6265;
  text-decoration: none;
  padding-left: 36px;
  display: block;
  background: url('../../xeory_base/lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body {
  background: #f9f9f9;
  margin: 0 0;
  padding: 0px 0;
  color: #221714;
}
body a {
  color: #FF8C1A;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  text-decoration: none;
}
body a:hover {
  color: #FF8C1A;
}

/* =========================================================
 header
 ========================================================= */
body #header {
  background: #fff;
  border-bottom: none;
  position: relative;
  padding: 48px 0 32px;
  background: url(https://tochikatsu-iroha.com/wp-content/uploads/2016/01/bg_header.png) bottom no-repeat;
  background-position: bottom;
  background-size: 596px;
  border-bottom: 1px solid #efefef;
}
body #header #logo {
  float: none;
  text-align: center;
  margin: 0 auto 0;
  width: 317px;
}
body #header #header-sns {
  float: none;
  position: absolute;
  top: 72px;
  right: 64px;
}
body #header #header-sns li {
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
  border-radius: 100px;
  background: #efefef;
  color: #004830;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 4px 0 0;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
body #header #header-sns li .fa {
  color: #004830;
}
body #header #header-sns li:hover {
  background: #004830;
  color: #fff;
}
body #header #header-sns li a {
  color: #fff;
}
body #header #header-sns li a:hover {
  color: #fff;
}
body #header #header-sns li a:hover .fa {
  color: #fff;
}

#gnav {
  border-top: none;
  border-bottom: none;
  width: 100%;
  background: #A0C81E;
  margin: 0 0 24px;
  border-bottom: 3px solid #004830;
}
#gnav ul {
  font-size: 0;
  text-align: center;
}
#gnav ul li{
  float: none;
  display: inline-block;
  font-size: 14px;
  padding: 0;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
#gnav li a {
  display: block;
  border-top: none;
  border-right: 1px solid #90B700;
  margin: 0;
  padding: 12px 32px 12px;
  color: #fff;
  background: none;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#gnav li:first-child a {
  border-left: 1px solid #90B700;
}
#gnav li a:hover {
  border-top: none;
  border-bottom: none;
  background: #90B700;
  color: #fff;
}
/* =========================================================
 top post
 ========================================================= */
body #content {
  padding-top: 0px;
}
body.home #content {
  padding-top: 12px;
}
.post-meta {
  margin-bottom: 32px;
  border-top: none;
}
.post-meta li {
  color: #A0C81E;
  font-weight: bold;
  font-size: 14px;
}
.post-meta li .fa{
  color: #A0C81E;
}
body .post-title {
  margin: 0 0 20px;
  color: #221714;
  font-size: 24px;
  font-weight: bold;
}
body .post-title a:hover {
  color: #A0C81E;
}
body .post-loop-wrap article {
  position: relative;
  border: none;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
}
body .post-loop-wrap article .post-content {
  padding: 0 64px 40px;
}
body .post-loop-wrap .post-thumbnail {
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
  margin: 1px 0 20px 20px;
}
body .post-loop-wrap .post-thumbnail img {
  width: 100%;
}
body .more-link {
  background: #004830;
  padding: 18px 24px;
  line-height: 26px;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin: 40px auto 0;
  display: block;
  text-align: center;
  border-radius: 4px;
  border: none;
  border-bottom: 5px solid #003322;
}
body .more-link .fa {
  padding-left: 6px;
}
body .more-link:hover {
  color: #fff;
  background: #003322;
}


/* =========================================================
 side
 ========================================================= */
.side-widget {
}
.post-share-fb {
  background: none;
  box-shadow: none;
  padding: 0;
}
.side-widget .side-title {
  padding: 0 0 10px;
  margin: 0 0 2px;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}
.widget_recent_entries a, .widget_archive a, .widget_categories a, .widget_meta a, .widget_views a {
  padding-left: 0;
  background: none;
  overflow: hidden;
}
.widget_recent_entries a:hover, .widget_archive a:hover, .widget_categories a:hover, .widget_meta a:hover, .widget_views a:hover, .side-widget a:hover {
  background: none;
  color: #ff0060;
}
.side-widget.popular-posts ul,
.side-widget.widget_recent_entries ul {
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
  padding: 10px 16px 4px;
}
.side-widget.popular-posts h4:before,
.side-widget.widget_recent_entries h4:before {
  content: "\f02e";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #A0C81E;
  margin-right: 8px;
}
.side-widget.popular-posts h4:before {
  content: "\f02e";
}
.side-widget.widget_recent_entries h4:before {
  content: "\f09e";
}

.side-widget ul li {
  position: relative;
  overflow: hidden;
  border-bottom: none;
  padding: 6px 0;
  margin-bottom: 6px;
  font-size: 16px;
  border-top: 1px solid #efefef;
}
.side-widget ul li:first-child {
  border-top: none;
}
.side-widget ul li a{
  font-size: 14px;
}
.side-widget ul li a:hover {
  color: #6AC499;
}
.side-widget ul li a img {
  width: 76px;
  height: 76px;
  border: 3px solid #fff;
  float: left;
  border: 3px solid #fff;
  box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1);
  object-fit: cover;
  margin: 0 8px 0 0;
}
.side-widget ul li a h5 {
  margin-left: 84px!important;
  font-size: 14px!important;
  vertical-align: top;
  display: block;
}

/* ----- 人気記事 数字カウント ----- */
.popular-posts ul {
  counter-reset: popular;
}
.popular-posts ul li:before{
  content: counter(popular)" ";
  counter-increment: popular;
  position: absolute;
  top: 2px;
  left: 0;
  color: #fff;
  font-size: 11px;
  background: #221714;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1.7;
}

/* ----- 検索フォーム ----- */
#searchform {
  border-radius: 40px;
}
#searchform input[type=text] {
  padding: 12px 13px;
  background: #fff;
}
#searchform button {
  padding: 12px 5px;
}

/* =========================================================
 Single post
 ========================================================= */
.post-content p, .post-content pre {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 1.8em;
}
 .cat-content, article.post, article.page, article.wp101, article.seo101 {
     border-radius: 2px;
     border: none;
     box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
 }
 .post-content h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  clear: both;
  background: #A0C81E;
  border-top: 4px solid #90B700;
  letter-spacing: 1px;
  color: #fff;
}
.post-content h3,
.rp4wp-related-posts h3 {
  font-size: 22px;
  clear: both;
  border-left: none;
  padding: 16px;
  border-left: 6px solid #A0C81E;
  letter-spacing: 1px;
  background: #f9f9f9;
}
.post-content h4:before,
.rp4wp-related-posts h4:before {
  content: "\f05d";
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  margin-right: 8px;
  color: #A0C81E;
}
.post-content h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 2,3em 0 1em;
  border-bottom: 3px solid #efefef;
  padding: 16px 0px 8px;
}
.post-content h5 {
  color: #94B91A;
  font-size: 18px;
}
.post-content strong {
  text-shadow: 1px 1px 2px #fff;
}
.post-content ul li strong,
.post-content ol li strong {
  background: none;
}
.post-content ul {
  border-top: 1px dotted #efefef;
  border-bottom: 1px dotted #efefef;
  padding: 16px 0px 12px;
}
.post-content ul li {
  list-style: none;
  font-size: 16px;
  text-indent: -1em;
  padding: 0 0 4px 1em;
}
.post-content ul li:before {
  content: "●";
  color: #004830;
  font-size: 10px;
  margin-right:  6px;
}
.post-content .page-index {
  padding: 10px 0 10px 20px;
  border-top: 2px dotted #ddd;
  border-bottom: 2px dotted #ddd;
}
.post-content .page-index li {
  font-weight: bold;
  color: #FF8C1A;
  font-size: 16px;
}
.post-content .page-index li a {
  text-decoration: underline;
}
.post-content .page-index li a:hover {
  text-decoration: none;
}
.attention {
  padding: 32px 32px 16px;
  margin-bottom: 3em;
}
.attention strong {
  background: none;
}
.attention p:first-child {
  margin: 0 0 1em;
}
.attention ul {
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.attention.a-1 {
  border-top: 3px double #F9F9F9;
  border-bottom: 3px double #F9F9F9;
  padding: 32px 0 0;
}
.attention.a-2 {
  background: #F9F9F9;
  border: 2px dashed #efefef;
}
.attention.a-3 {
  border: 3px double #F9F9F9;
}
.attention.a-3 strong {
  color: #fff;
  margin: auto;
  text-align: center;
  padding: 16px;
  margin: -32px -32px 0;
  background-color: #004830;
  display: block;
}
.post-content table {
  font-size: 14px;
  border: 1px solid #F9F6F2;
  display: table;
  height: 100%!important;
  margin-bottom: 2em;
}
.post-content table.allbig {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  display: block;
  white-space: nowrap;
}
.post-content table tbody th {
  background-color: #004830;
  border: 1px solid #efefef;
  color: #fff;
}
.post-content table tbody td {
  padding: 8px;
  border: 1px solid #efefef;
}
.post-content table tbody td p {
  font-size: 14px;
}
.post-content table tbody tr:nth-child(odd) {
  background: #F9F6F2;
}
.post-content table tbody ul {
  padding: 0;
  border: none;
}
.post-content blockquote {
  padding: 32px;
  font-size: 16px;
  background: #FCFAF8;
  border: 1px solid #F7F0EA;
  clear: both;
  margin: 0 0 28px;
  position: relative;
}
.post-content blockquote:before {
  font-size: 12px;
  color: #fff;
  margin: auto;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -14px;
  left: 24px;
  background: #004830;
  border-radius: 100px;
  line-height: 2.8;
}
.post-content blockquote ul {
  padding: 0;
  border-top: none;
  border-bottom: none;
}

.post-footer {
  padding: 0px 64px;
}

/* ----- 記事内コメント ----- */
.comment {
  padding: 28px 36px;
  border: 3px solid #efefef;
  border-top: 3px solid #A0C81E;
  margin-bottom: 32px;
  color: #626262;
}
.post-content .comment p:last-child{
  margin-bottom: 0;
}
.comment-heading{
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
.post-content .comment-heading p{
  padding: 0;
  margin: 0;
  line-height: 0;
}
.valuation{
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #FF8C1A;
}
.comment-image {
  float: left;
  margin-right: 10px;
  opacity: 0.5;
}
.comment-body {
  margin-top: 20px;
}

/* ----- 記事内ボタン ----- */
.content-btn a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 18px 0;
  margin: 1em auto 2em;
  background: #f9f9f9;
  width: 90%;
  border: 1px solid #efefef;
  border-bottom: 2px solid #efefef;
  border-radius: 4px;
  color: #626262;
}
.content-btn a:hover {
  background: #efefef;
  color: #626262;
  text-decoration: none;
}
.content-btn a .fa {
  margin-left: 6px;
  color: #A0C81E;
}


/* ----- 関連記事 ----- */
.rp4wp-related-posts{
  padding: 0 64px;
  margin: 0 0 40px;
  overflow: hidden;
}

.rp4wp-related-posts h3{
  margin: 0 0 16px;
  font-weight: bold;
}

.rp4wp-related-posts ul {
  display: block;
  overflow: hidden;
  font-size: 0;
}
.rp4wp-related-posts ul li {
  overflow: hidden;
  border-bottom: none;
  display: inline-block;
  margin:  0 0 4% 3%;
  padding: 12px 0 16px;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.4;
  width: 21%;
  vertical-align: top;
}
.rp4wp-related-post-image {
  padding-bottom: 10px;
}
.rp4wp-related-post-image img {
   border: 2px solid #fff;
   box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
}
.rp4wp-related-post-content {
  vertical-align: top;
  display: block;
}

.rp4wp-related-posts li a {
  font-size: 13px;
  font-weight: bold;
  color: #383838;
  vertical-align: top;
}
.rp4wp-related-posts li a:hover {
  color: #cc1325;
  text-decoration: none;
}

/* ----- CTA ----- */
.post-cta {
  background: #f7f7f7;
  border-top: 5px solid #ff0060;
}
.post-cta .post-cta-btn a {
  padding: 24px 0;
  font-weight: bold;
}

/* ----- 関連記事 ----- */
.related-wrap {
  display: none;
}
.post-content .rp4wp-related-posts {
  display: none;
  visibility: hidden;
}

/* ----- SNS ----- */
.post-share {
  display: none;
}

/* ----- 著者情報 ----- */
.post-author {
  border-top: 1px solid #F3EEEB;
  border-bottom: 1px solid #F3EEEB;
}
.post-author .post-author-meta {
  font-size: 14px;
}
#main .post-author .post-author-img {
  margin: 0 auto 0;
}

/* ----- コメント ----- */
form input[type="submit"], form button {
  background: #212121;
  border-radius: 4px;
  font-size: 14px;
}
/* =========================================================
 footer
 ========================================================= */
 #footer {
  position: relative;
  margin: 0 0;
  padding: 0px 0;
  background: #fff;
  border-top: 3px solid #A0C81E;
}
#footer .footer-01 {
  background: none;
  border-top: none;
  font-size: 13px;
  color: #524A45;
}
#footer .footer-01 a {
  color: #fff;
}
#footer .footer-02 {
  border-top: none;
}
#footer .footer-01 .wrap {
  padding: 32px 0 0;
}
#footer .footer-02 .wrap {
  padding: 32px 0;
}
body #footer .footer-02 {
  color: #212121;
  background: none;
}

@media screen and (max-width: 991px) {
  #gnav {
     display: none;
     position: relative;
     width: auto;
 }
 #header-menu-tog {
  float: none;
  text-align: center;
  margin-top: 12px;
  color: #cc1325;
}
#header-menu-tog a {
  color: #524A45;
} 
}

/* =========================================================
 media 991以下
 ========================================================= */
 @media screen and (max-width: 991px) {

  body .post-loop-wrap article .post-content {
    padding: 0px 20px 40px!important;
  }

  .bc_wrap .breadcrumb {
     min-width: 600px;
   }
   .bc_wrap {
     overflow-x: scroll;
     overflow-y: auto;
     -webkit-overflow-scrolling: touch;
   }
  body #header {
    border-bottom: 3px solid #A0C81E;
  }
  body.single #header {
    padding: 32px 0 24px!important;
    margin-bottom: 12px;
  }
  body #header #logo {
      float: left;
      width: 260px;
      padding-top: 4px;
  }
  #header-menu-tog {
     float: right;
     text-align: center;
     margin-top: 12px;
     color: #ff0060;
     margin: 0;
  }
  .post-content .post-title {
      margin-left: -20px;
      padding-left: 16px;
  }
  .post-thumbnail, .post-cta-img,
  .post-loop-wrap .post-thumbnail {
      margin-left: 20px;
      margin-bottom: 20px;
      float: right;
  }

  #gnav.active {
   display: block;
   margin: 0 0;
   border: none;
   padding: 12px;
  }
  #gnav ul li {
   float: none;
   display: block;
   font-size: 14px;
   padding: 0;
   -webkit-transition: all ease-in-out .3s;
   transition: all ease-in-out .3s;
   border: none;
  }
  #gnav ul li:last-child {
      border-bottom: none;
  }
  #gnav li:first-child a {
    border: none;
  }
  #gnav ul li a {
      border-bottom: none;
  }
  #gnav ul li a:hover {
    border-bottom: none;
    background: #f9f9f9;
  }

  /* ----- 関連記事 ----- */
  .rp4wp-related-posts {
      padding: 0 20px;
  }
  .rp4wp-related-posts h3{
      font-size: 20px;
      font-weight: bold;
      clear: both;
      padding: 0 0 13px;
      margin: 40px 0 20px;
  }
  /* ----- 著者情報 ----- */
  .post-author {
      padding: 32px 20px!important;
  }
}

/* =========================================================
 media 767以下
 ========================================================= */
 @media screen and (max-width: 767px) {
   /* ----- 全体 ----- */
   .post-header {
      padding: 36px 12px 8px;
  }
  .cta-post-title, .post-cta, .post-cta-inner, .post-share, .post-author, article.page .post-header {
      padding: 20px 12px!important;
  }
  .post-content {
      padding: 0px 12px 20px!important;
  }
  .wrap, .one-column #content .wrap {
      margin-right: 8px;
      margin-left: 8px;
  }
  body.home #content {
      padding-top: 15px;
  }
  .post-loop-wrap article {
      margin: 0 0 32px;
  }
  #side {
      padding-top: 0px;
  }
  .side-widget {
      padding-bottom: 20px;
      margin-bottom: 20px;
  }
  body .post-loop-wrap article, .cat-content, article.post, article.page, article.wp101, article.seo101 {
      border: 1px solid #fcf4f6;
  }
  .post-content p, .post-content pre {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 1.6em;
  }
  .side-widget.popular-posts ul,
  .side-widget.widget_recent_entries ul {
    padding: 10px 12px 4px;
  }

  /* ----- トップ　記事コンテンツ ----- */
  .post-loop-wrap .post-content {
      padding: 20px 12px 4px!important;
  }
  .post-loop-wrap .post-thumbnail {
      width: 100%;
      height: auto;
  }
  .post-thumbnail, .post-cta-img {
      margin-left: 0px;
      margin-bottom: 0px;
      float: none;
  }
  .post-thumbnail, .post-cta-img img,
  .post-thumbnail img {
      width: 100%;
      margin-bottom: 16px;
  }

  .post-loop-wrap .post-thumbnail img {
      width: 100%;
  }

  .post-meta {
      margin-bottom: 22px;
  }
  .post-loop-wrap .post-title {
      font-size: 24px;
  }

  body .more-link {
      margin-top: 24px;
      margin-bottom: 0px;
  }

  /* ----- 記事内のコンテンツ ----- */
  body .post-title {
      color: #212121;
      font-size: 24px;
  }
  .post-content h2 {
    margin: 2em -12px 1em;
    padding: 16px 12px;
    font-size: 18px;
  }
  .post-content h3,
  .rp4wp-related-posts h3 {
    margin: 2em -12px 1em;
    font-size: 18px;
    padding: 16px 12px;
  }
  .post-content h4 {
      font-size: 16px;
  }
  .post-content blockquote {
    padding: 32px;
    font-size: 14px;
    background: #FCFAF8;
    border: 1px dotted #F7F0EA;
    clear: both;
    margin: 0 0 28px;
    position: relative;
  }
  .post-content ul li {
    font-size: 14px;
  }
  .post-content table.big {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
  }
  .post-content table {
    display: table;
  }
 .attention {
    padding: 24px 16px 1px;
    font-size: 14px;
  }
  .attention p:first-child {
      margin: 0 0 12px;
  }
  .attention.a-3 strong {
      margin: -24px -16px 4px;
  }
  .comment{
    padding: 16px;
    border: 2px solid #efefef;
    border-top: 2px solid #A0C81E;
  }
  .post-content .comment p.last-child{
    margin-bottom: 0;
  }
  .comment-heading{
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
  }
  .post-content .comment-heading p{
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .valuation{
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: 0.3px;
  }

  /* ----- 関連記事 ----- */
  .rp4wp-related-posts {
      padding: 0 12px;
  }
  .rp4wp-related-post-image {
      width: 76px;
      height: 76px;
      float: left;
  }
  .rp4wp-related-post-content {
      margin-left: 86px!important;
      vertical-align: top;
      display: block;
  }
  .rp4wp-related-posts ul li {
      padding: 8px 0;
      margin: 0;
      display: block;
      width: 100%;
  }
  .rp4wp-related-posts li a {
      font-size: 13px;
      line-height: 1.7;
  }
  .post-footer-related {
   padding: 20px 12px !important;
  }
  .post-footer-related .gr3 {
      width: 50%;
  }
  .post-footer-related .gr3 .related img{
      width: 100%;
      max-height: 150px;
      text-align: center;
      object-fit: cover;
  }

  /* ----- SNS ----- */
  #main .post-share-title,
  #main .post-sns {
      margin: 0 -12px !important;
  }
  #main .post-share .post-sns {
      border-top: none;
  }

  /* ----- 著者情報 ----- */
  .post-author .post-author-meta h4 {
      text-align: center;
      margin: 0 0 12px 0;
  }

  /* ----- フッター ----- */
  #footer .footer-01 .wrap {
      padding: 16px 0 0px;
  }
  #footer .footer-02 .wrap {
      padding: 16px 0;
  }
  #footer .footer-01 ul li {
   margin-right: 0px;
   width: 100%;
   text-align: center;
  }
  #footer .footer-02 .footer-copy {
      text-align: center;
  }
}


/* =========================================================
 media 520以下
 ========================================================= */
 @media screen and (max-width:  520px) {
    body #header {
      background-size: 100%;
    }
    body .post-loop-wrap article .post-content {
      padding: 0px 12px 12px!important;
    }
     body #header {
        padding: 20px 0 12px!important;
    }
    body #header #logo {
        width: 200px;
        padding-top: 6px;
    }
    body .post-title {
        font-size: 22px;
    }
    .post-footer-list {
      margin: 0 0 24px;
    }
    .post-thumbnail, .post-cta-img {
        margin-left: 0px;
        margin-bottom: 0px;
        float: none;
    }
    .post-thumbnail, .post-cta-img img,
    .post-loop-wrap .post-thumbnail img {
        width: 100%;
    }
    .post-content table {
      font-size: 12px;
    }

    .rp4wp-related-posts{
        padding: 0 12px;
        margin: 0 0 24px;
    }
}


/* =========================================================
  修正・追加箇所　
 ========================================================= */
.postid-133 .post-content table tbody th {
  width: 14%;
}
 @media screen and (max-width:  767px) {
  .postid-133 .post-content table tbody th {
    width: 28%;
  }
}

/* =========================================================
o-sns - style ソーシャル周り
============================================================*/
.o-snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px !important; }
  .o-snsList_item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border: 0;
    font-weight: bold;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0 !important;
    text-align: center;
    line-height: 1 !important; }
    .o-snsList_item a {
      text-decoration: none;
      border-top: 2px solid #edf3f9;
      border-bottom: 1px solid #edf3f9;
      display: block;
      width: 100%;
      /* height: 100%; */
      padding: 16px 12px;
      border-radius: 2px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 16px !important; }
      @media (max-width: 576px) {
        .o-snsList_item a {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: 8px 8px 12px; } }
    .o-snsList_item.fb {
      padding-left: 0; }
      .o-snsList_item.fb a {
        color: #3B5998; }
        .o-snsList_item.fb a:hover {
          border-top: 2px solid #3B5998;
          background-color: rgba(59, 89, 152, 0.05); }
    .o-snsList_item.tw a {
      color: #55acee; }
      .o-snsList_item.tw a:hover {
        border-top: 2px solid #55acee;
        background-color: rgba(85, 172, 238, 0.05); }
    .o-snsList_item.pk a {
      color: #ee4056; }
      .o-snsList_item.pk a:hover {
        border-top: 2px solid #ee4056;
        background-color: rgba(238, 64, 86, 0.05); }
    .o-snsList_item.hb a {
      color: #008fde;
      font-weight: bold; }
      .o-snsList_item.hb a:hover {
        border-top: 2px solid #008fde;
        background-color: rgba(0, 143, 222, 0.05); }
        .post-footer .o-snsList {
          margin-bottom: 32px;
        }
