@charset "UTF-8";
/*
Theme Name:     転職Hacks
Theme URI:      http://ten-navi.com/hacks/
Description:    Child theme for the XeoryBase for ten-navi.com/hacks
Author:         転職Hacks
Author URI:     http://ten-navi.com/hacks/
Template:       xeory_base
Version:        0.1.0
*/
/* ----------------------------------------
* 各種共通変数
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
  background: #fafafa;
  color: #333333;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----------------------------------------
* display
---------------------------------------- */
.headerBlock {
  z-index: 99;
}

#header {
  padding: 18px 0 15px !important;
  line-height: 1 !important;
  border-bottom: 1px solid #e3e3e3 !important;
}
#header #logo {
  width: 206px;
  height: 42px;
}

.wrap {
  width: 100% !important;
  max-width: 1200px !important;
}

#content {
  padding: 40px 0 !important;
}

#main {
  width: 72.4% !important;
}

#side {
  width: 24.6% !important;
}

#text-4 .side-widget-inner {
  border-top: 1px solid #e3e3e3;
  -webkit-border-radius:  5px;
          border-radius:  5px;
}

.home #text-4 .side-widget-inner {
  display: block !important;
}

#side .policy {
    padding: 8px;
    overflow: hidden;
    text-align: left;
}

#side .policy a {
  padding: 0;
  display: inline;
  background: none;
  background-image: none !important;
  transition: inherit !important;
  color: #2581C4 !important;
}

#side .policy a:hover {
  text-decoration: underline; 
}

.single article.post, .single article.page {
  margin-bottom: 40px;
  background: transparent;
  border: 0px;
  overflow: hidden;
}

#footer {
  color: #333333 !important;
}
#footer #logo {
  width: 206px;
  height: 42px;
}

/* ----------------------------------------
* gloval nav
---------------------------------------- */
#gnav, #footer-nav {
  border-top: 0 !important;
  font-size: 15px !important;
}
#gnav #gnav-ul, #footer-nav #gnav-ul {
  margin-left: -23px;
}
#gnav #gnav-ul {
  margin-left: -22px;
}
#gnav li, #footer-nav li {
  border-right: 1px solid #e3e3e3;
  line-height: 1;
  padding: 0 23px !important;
}
#gnav li {
  border-left: none;
  border-right: 1px solid #e3e3e3;
  line-height: 1;
  margin-left: 22px;
  padding: 0 0 0 22px !important;
}
#gnav li:first-child {
  border-left: none;
  margin-left: 0;
}
#gnav li a, #footer-nav li a {
  border-top: 0 !important;
  padding: 6px 0 !important;
  font-weight: bold;
  color: #333333 !important;
}
#gnav li a:hover, #footer-nav li a:hover {
  color: #26267e !important;
}

#gnav {
  border-bottom: 1px #e3e3e3 solid !important;
}
#gnav li {
  margin-bottom: 10px;
}

#footer-nav {
  margin-left: -38px;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header #header-sns {
  padding-top: 0;
}
#header #header-sns li {
  display: inline-block;
  vertical-align: middle;
}
#header #header-sns li a {
  display:block;
}
/*#header #header-sns li.facebook_icon {
  background: url(images/icn_fb_s.png) 0 0 no-repeat transparent !important;
  background-size: 20px 20px !important;
}
#header #header-sns li.twitter_icon {
  background: url(images/icn_tw_s.png) 0 0 no-repeat transparent !important;
  background-size: 20px 16px !important;
}
#header #header-sns li.google_icon {
  background: url(images/icn_g_s.png) 0 0 no-repeat transparent !important;
  background-size: 20px 19px !important;
}
#header #header-sns li.feedly_icon {
  background: url(images/icn_feed_s.png) 0 0 no-repeat transparent !important;
  background-size: 23px 20px !important;
}*/

/* ----------------------------------------
* sidebar
---------------------------------------- */
.side-widget {
  padding-bottom: 0 !important;
}
.side-widget .side-title {
  border-top: 4px solid #1a1a58;
  border-bottom: 2px solid #e3e3e3;
  font-weight: bold;
  line-height: 1;
  margin: 0 !important;
  padding: 23px 0;
  text-align: center;
}
.side-widget .side-title-inner {
  display: inline-block;
  margin: 0 auto;
}

#nav_menu-3.side-widget .side-title-inner {
}

.side-widget ul li {
  padding: 16px 19px !important;
  border-top: 1px solid #e3e3e3 !important;
  border-bottom: none !important;
}
.side-widget ul li:first-child {
  border-top: none !important;
}
.side-widget ul li a:hover {
  text-decoration: underline;
}
.side-widget a {
  background-image: url("images/icn_arw_lit.png") !important;
  background-position: 4px 1px !important;
}
.side-widget a:hover {
  background-image: url("images/icn_arw_gry.png") !important;
}

.side-widget a {
  color: #333333 !important;
}

.side-widget a:hover {
  color: #26267e !important;
}

.side-widget-inner,
.side-widget-area .post-share-fb {
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  background: #FFF;
  border-bottom-left-radius: 5px;
  /* CSS3草案 */
  -webkit-border-bottom-left-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-bottom-left-radius: 5px;
  /* Firefox用 */
  border-bottom-right-radius: 5px;
  /* CSS3草案 */
  -webkit-border-bottom-right-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-bottom-right-radius: 5px;
  /* Firefox用 */
}

.popular-posts,
#nav_menu-3.widget_nav_menu {
  counter-reset: wpp-ranking;
}
.popular-posts .side-title,
#nav_menu-3.widget_nav_menu .side-title {
  padding: 18px 0;
}
.popular-posts .side-title-inner,
#nav_menu-3.widget_nav_menu .side-title-inner {
  height: 21px;
  line-height: 1.4;
}
.popular-posts .side-title-inner:before,
#nav_menu-3.widget_nav_menu .side-title-inner:before {
  content: "";
  background: url(images/icn_crown.png) 0 0 no-repeat transparent !important;
  background-size: 27px 21px !important;
  margin-right: 7px;
  width: 27px;
  height: 21px;
  float: left;
}
#nav_menu-2.widget_nav_menu .side-title-inner:before {
  content: "";
  margin-top: -2px;
  margin-right: 7px;
  background: url(images/icn_check03.png) 0 0 no-repeat transparent !important;
  background-size: 20px 20px !important;
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
}
.popular-posts ul li:before,
#nav_menu-3.widget_nav_menu ul li:before {
  content: counter(wpp-ranking,decimal);
  counter-increment: wpp-ranking;
  text-align: center;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #f3e0b1;
  color: #f3e0b1;
  font-size: 18px;
  font-weight: bold;
  font-family: arial,sans-serif;
  float: left;
  line-height: 1.5;
  display: block;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.popular-posts ul li:hover:before,
#nav_menu-3.widget_nav_menu ul li:hover:before {
  content: counter(wpp-ranking,decimal);
  counter-increment: wpp-ranking;
  text-align: center;
  width: 24px;
  height: 24px;
  background-color: #f3e0b1;
  border: 1px solid #f3e0b1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: arial,sans-serif;
  float: left;
  line-height: 1.5;
  display: block;
}
.popular-posts ul li a,
.popular-posts ul li a:hover,
#nav_menu-3.widget_nav_menu ul li a,
#nav_menu-3.widget_nav_menu ul li a:hover {
  background: none;
  padding-top: 2px;
}
.popular-posts a, .popular-posts a:hover,
#nav_menu-3.widget_nav_menu a, #nav_menu-3.widget_nav_menu a:hover {
  background: none !important;
}

#nav_menu-6.widget_nav_menu {
  display: none;
}

@media screen and (min-width: 820px) {
  .single #nav_menu-6.widget_nav_menu {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .single #nav_menu-3.widget_nav_menu {
    display: none;
  }
  .single #nav_menu-6.widget_nav_menu {
    display: block;
  }
}


#side .side-sns-box {
  margin: 12px 10px;
  overflow: hidden;
}

#side .side-sns-box .inner {
  width: 100%;
  text-align: center;
}

#side .side-sns-box .inner a {
  display: inline-block;
  margin: 0 2px !important;
  padding: 12px 0 0;
  width: 30.5%;
  height: 42px;
  background-image: none !important;
  border-radius: 4px;        /* CSS3草案 */  
  -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 4px;
  font-size: 12px !important;
  color: #FFF !important;
  letter-spacing: -0.08em;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

#side .side-sns-box .inner a.fb {
  background: #3B5998;
}

#side .side-sns-box .inner a.tw {
  background: #00ACEE;
}

#side .side-sns-box .inner a.feed {
  background: #6BC555;
}

#side .side-sns-box .inner a img,
#side .side-sns-box .inner a span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
}

#side .side-sns-box .inner a span {
  vertical-align: text-top;
}

#side .side-sns-box .inner a span {
  margin-left: 4px;
}

#side .side-sns-box .inner a.hb img {
  padding-bottom: 6px;
}

#side .side-sns-box .inner a.fb img,
#side .side-sns-box .inner a.tw img {
  padding-bottom: 5px;
}

@media screen and (min-width: 821px) {
  #text-4 {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  #text-4 .side-title-inner {
    width: 90% !important;
  }
}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
body.search article,
article.page,
article.wp101,
#block2,
article.seo101,
#block3 {
  margin: 0 0 40px !important;
  border: 1px #e3e3e3 solid !important;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  padding: 4.5% 6% 6% 6%;
  background: #fff !important;
}

.single article.post {
  margin: 0 0 40px !important;
  border: 1px #e3e3e3 solid !important;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  padding: 4.5% 6% 6% 6%;
  background: #fff !important;
}

.post-title {
  clear: both;
  font-weight: bold;
  text-shadow: 0 3px 0 #fff, 3px 0 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
}
body.category .post-title {
  margin-bottom: 5px!important;
  font-size: 22px!important;
}

body.search .post-title {
  margin-bottom: 5px!important;
  font-size: 22px!important;
}

.post-title a {
  color: #257FC4 !important;
}
.post-title a:hover {
  color: #F6852C!important;
}

#block3 a, #block3 ahover {
  color: #26267e !important;
}


article.page,
article.wp101,
#block2,
article.seo101,
#block3 {
  margin: 0 0 40px !important;
  border: 1px #e3e3e3 solid !important;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  padding: 4.5% 6% 6% 6%;
  background: #fff !important;
}

article.post {
  margin: 0 !important;
  border: 1px #e3e3e3 solid !important;
  border-top: none!important;
  padding: 6% 6%;
  background: #fff !important;
}

.cateCtaBox {
  margin-bottom: 55px;
  border: 1px #e3e3e3 solid !important;
  border-top: none!important;
  border-radius: 0 0 5px 5px / 0 0 5px 5px;
  /* CSS3草案 */
  -webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
  /* Firefox用 */
  padding: 5% 6%;
  background: #fff !important;
}

.newPostList,
.cateConts {
  margin-left: 0 !important;
  width: 100%;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.newPostList .contsTtl,
.cateConts .contsTtl {
  padding: 22px 22px 22px 53px;
  border: 1px #e3e3e3 solid;
  border-top: 4px #1A1A58 solid;
  border-bottom: 2px #e3e3e3 solid;
  background: #fff url(images/icn_check02.png) no-repeat left center !important;
  font-size: 30px;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: bold;
}

.newPostList .inConts {
  margin-bottom: 40px;
  padding: 40px 50px 30px;
  border: 1px #e3e3e3 solid !important;
  border-top: none !important;
  border-radius: 0 0 5px 5px / 0 0 5px 5px;
  /* CSS3草案 */
  -webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
  /* Firefox用 */
  background: #fff !important;
}

.cateConts .cateAnchur {
  padding: 17px 50px 25px;
  border: 1px #e3e3e3 solid;
  border-top: none;
  background: #F9F9F9;
}

.cateConts .cateAnchur ul li {
  margin-top: 8px;
  margin-right: 30px;
  padding-left: 12px;
  background: url(images/icn_arw_blue01.png) no-repeat left 8px !important;
  float: left;
}

.cateConts .cateAnchur ul li a {
  color: #26267E;
  font-size: 14px;
  font-weight: bold;
}

.cateConts .cateAnchur ul li a:hover {
  text-decoration: underline;
}

.cateConts .cateBox {
  padding: 50px 50px;
  border: 1px #e3e3e3 solid;
  border-top: none;
  background: #fff;
}

.cateConts .cateBox:last-child {
  border-radius: 0 0 5px 5px / 0 0 5px 5px;
  /* CSS3草案 */
  -webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
  /* Firefox用 */
}

.cateConts .cateBox h3 {
  margin-bottom: 15px;
  color: #191958;
  font-size: 26px;
  font-weight: bold;
}

.cateConts .cateBox .leadBox {
  margin-bottom: 25px;
}

.cateConts .cateBox .leadBox .photo {
  margin: 0 0 0 0;
  background: #e8e9ee;
  padding: 4px;
  width: 294px!important;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  margin-bottom: 0 !important;
  line-height: 0;
  display: block;
  float: right;
}

.cateConts .cateBox .leadBox .photo img {
  width: 294px!important;
  vertical-align: bottom !important;
  line-height: 0;
}

.cateConts .cateBox .leadBox p {
  width: 55.5%;
  font-size: 14px;
}

.cateConts .cateBox .aclList {
  margin-top: 13px;
  padding: 15px 20px;
  background: #F9F9F9;
  width: 55.5%;
}

.cateConts .cateBox .aclList ul li {
  padding-left: 15px;
  background: url(images/icn_arw_blue02.png) no-repeat left 7px !important;
  font-size: 14px;
  line-height: 1.7;
}

.cateConts .cateBox .more {
  margin-top: 25px;
  width: 55.5%;
  text-align: center;
}
.cateConts .cateBox .more-link {
  margin-bottom: 0 !important;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  background-color: #26267e !important;
  color: #fff !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 4px solid #1a1a58 !important;
  padding: 1.2% 11% 0.7%!important;
  font-size: 14px !important;
  line-height: 1;
}
.cateConts .cateBox .more-link:hover {
  background-color: #F6852C !important;
  border-bottom: 4px solid #CE7026 !important;
  text-decoration: none !important;
}


@media screen and (max-width: 1218px) {
  .cateConts .cateBox .leadBox .photo {
    width: 40%!important;
  }

  .cateConts .cateBox .leadBox .photo img {
    width: 100%!important;
  }
}


/* ----------------------------------------
* 記事一覧ページ
---------------------------------------- */
.post-loop-wrap section {
}

.post-loop-wrap .underBox {
  clear: both;
}

.post-loop-wrap .aclConts {
  overflow: hidden;
}

.post-loop-wrap .category_name {
  float: right;
  background-color: #f5f5f5;
  font-size: 12px;
  color: #26267e;
  padding: 9px 14px;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  line-height: 1;
}
.post-loop-wrap time.date {
  float: left;
  font-size: 14px;
  margin-top: 5px;
}

.post-loop-wrap time.date .icon {
  margin-left: 5px;
}

.post-loop-wrap  .post-data {
  overflow: hidden;
}

.post-loop-wrap .aclConts .post-data {
  padding-top: 15px;
  overflow: visible;
}

.post-loop-wrap .post-title {
}
.post-loop-wrap .more {
  margin-top: 30px;
  text-align: right;
}
.post-loop-wrap .more-link {
  display: inline-block;
  margin-bottom: 0 !important;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  background-color: #26267e !important;
  color: #fff !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 4px solid #1a1a58 !important;
  padding: 3% 10%!important;
  font-size: 14px !important;
  line-height: 1;
}
.post-loop-wrap .more-link:hover {
  background-color: #F6852C !important;
  border-bottom: 4px solid #CE7026 !important;
}

.post-loop-wrap .post-thumbnail {
  width: 236px!important;
  height: auto!important;
  margin-left: 30px!important;
  margin-bottom: 0!important;
}

.post-loop-wrap .post-thumbnail a {
  border: 1px solid #BFBFBF;
  padding: 1px;
  border-radius: 1px;
  /* CSS3草案 */
  -webkit-border-radius: 1px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 1px;
  /* Firefox用 */
  margin-bottom: 0 !important;
  line-height: 0;
  display: block;
}
.post-loop-wrap .post-thumbnail a img {
  vertical-align: bottom !important;
  line-height: 0;
  width: 236px;
}

@media screen and (max-width: 820px) {
  .post-loop-wrap .post-thumbnail {
    width: 15%!important;
  }
  .post-loop-wrap .post-thumbnail a img {
    width: 100%;
  }
}

.pagination {
  line-height: 1.4;
}
.pagination .current {
  background-color: #e4e4e4;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
}

/* ----------------------------------------
* singleページ
---------------------------------------- */
.single #content {
  padding: 12px 0 !important;
}
.single article {
  width: 100%;
}
.single .post-header {
  padding: 1% 0 0 0 !important;
  margin-left: -7%;
}
.single .post-title {
  padding-top: 30px;
  background-image: url("images/icn_check.png") !important;
  background-repeat: no-repeat !important;
  background-size: 80px 100px !important;
  background-position: 0 18px;
  padding-left: 7%;
  min-height: 118px;
}

ul.post-meta {
  padding-left: 7%;
  border-top: 0 !important;
  margin-bottom: 0 !important;
}
ul.post-meta li {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
ul.post-meta li.cat {
  float: right;
  background-color: #f5f5f5;
  font-size: 12px;
  color: #26267e;
  padding: 9px 14px !important;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  line-height: 1;
}
ul.post-meta li.cat a, ul.post-meta li.cat a:hover {
  color: #26267e;
}
ul.post-meta li.date {
  padding-top: 4px;
}

.post-header-meta {
  padding-left: 7%;
}

.breadcrumb {
  margin: 0 0 10px !important;
}

.breadcrumb a,
.breadcrumb a:hover {
  color: #26267e;
}

p.inquiry_font {
  font-size: 12px;
}

.post-content blockquote p {
 padding-left: 20px;
 margin-bottom: 0; 
}

.post-content .mb0 {
  margin-bottom: 0 !important;
}

.post-content {
  padding: 64px 0 !important;
  width: 100%;
}

.post-content p {
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.post-content li a {
  text-decoration: none;
}

.post-content li a:hover {
  text-decoration: underline;
}

.post-content a, .post-content a:hover {
  color: #2581C4;
}
.post-content pre {
  border: 1px solid #e3e3e3;
}
.post-content h1 {
  color: #26267e;
  font-weight: bold !important;
}
.post-content h2 {
  padding: 0 0 0 20px !important;
  font-size: 32px;
  border-bottom: 0 !important;
  font-weight: bold !important;
  position: relative;
}

.post-content h2:before {
  content: "";
  display: block;
  width: 5px;
  height: 43px;
  background: #1a1a58;
  position: absolute;
  top: 0;
  left: 0;
}

.post-content h3 {
  font-size: 22px !important;
  border-left: 0 !important;
  border-bottom: 1px solid #26267e !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  font-weight: bold !important;
}
.post-content h4 {
  font-size: 18px;
  color: #26267e;
}
.post-content h5 {
  font-size: 18px !important;
}
.post-content h6 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}

.post-content table {
  border: 1px #e3e3e3 solid !important;
  width: 100%;
}

.post-content table th,
.post-content table td {
  border: #e3e3e3 solid 1px !important;
}

.post-content table th {
  color: #fff;
}

.post-content table thead th {
  background: #333333 !important;
}

.post-content table tbody th {
  background: #f9f9f9 !important;
  color: #333333 !important;
}

.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}

.post-content table.table-line th {
  background: transparent;
  color: #383838;
  font-weight: bold;
}

.post-content table.table-line thead th {
  background: #333333 !important;
  color: #fff;
}

.post-content table.table-line tr {
  background: #eee;
}

.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}

.post-content ul,.post-content ol{
  margin-bottom:0px;
}

.post-footer .bzb-sns-btn {
  padding: 0 0 40px !important;
}

.post-footer-list {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 18px 0;
  color: #26267e;
  margin-top: 40px;
}
.post-footer-list a {
  color: #26267e;
}

#block1, #block2, #block3 {
  margin-bottom: 50px;
  background: #FFF;
}

.post-author {
  border-top: 0px;
  border-bottom: 0px;
}

#block1 {
  margin-bottom: 0;
}
#block1 img {
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
}
#block1 .post-share {
  padding: 0 !important;
  border-top: 0 !important;
  clear: both;
}
#block1 .post-share .post-share-title {
  margin: 0 !important;
}
#block1 .post-share .post-share-fb {
  padding: 20px !important;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 40px;
  text-align:center;
}
#block1 .post-share .post-share-fb h4 {
  display: none;
}
#block1 .post-share .post-sns {
  margin: 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid #e3e3e3;
}
#block1 .post-share .post-sns ul {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
#block1 .post-share .post-sns ul li {
  vertical-align: text-bottom;
}
#block1 .post-share .post-sns ul li a:hover {
  transition: none;
}
#block1 .post-share .post-sns ul li.post-sns-twitter {
  width: 49.8%;
}
#block1 .post-share .post-sns ul li.post-sns-twitter a {
  color: #1eb2df;
  font-weight: bold;
  border-right: 1px solid #efefef;
}
#block1 .post-share .post-sns ul li.post-sns-twitter a:hover {
  color: #1eb2df;
  background-color: #fafafa;
}
#block1 .post-share .post-sns ul li.post-sns-twitter a:before,
#block1 .post-share .post-sns ul li.post-sns-feedly a:before {
  display: none;
  font-size: 0;
}
#block1 .post-share .post-sns ul li.post-sns-feedly {
  width: 50%;
  height: auto;
}
#block1 .post-share .post-sns ul li.post-sns-feedly a {
  color: #12ad0d;
  font-weight: bold;
}
#block1 .post-share .post-sns ul li.post-sns-feedly a img {
  vertical-align: 0;
}
#block1 .post-share .post-sns ul li.post-sns-feedly a:hover {
  background-color: #fafafa;
}

.post-footer {
  padding: 0 !important;
}

/* ----------------------------------------
* トップページ記事一覧
---------------------------------------- */
.post-loop-wrap .newPostList .inConts .articleOuter {
  margin: 0 0 0 20px;
  width: 240px;
  height: auto;
  float: left;
}

.post-loop-wrap .newPostList .inConts .articleOuter.pcHidden {
  display: none;
}

.post-loop-wrap .newPostList .inConts .articleOuter:first-child {
  margin: 0!important;
}

.post-loop-wrap .newPostList .inConts .articleOuter article {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.post-loop-wrap .newPostList .inConts .articleOuter article section {
  background-image: none !important;
  background-repeat: no-repeat !important;
  margin: 0 !important;
  border: none !important;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  min-height: auto;
}

.post-loop-wrap .newPostList .inConts .articleOuter article .post-thumbnail {
  width: 240px!important;
  height: auto!important;
  margin-left: 0!important;
  margin-bottom: 8px!important;
  float: none;
}

.post-loop-wrap .newPostList .inConts .articleOuter article .post-thumbnail a {
    background: #e8e9ee;
    border: none;
    padding: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.post-loop-wrap .newPostList .inConts .articleOuter article time.date {
  float: left;
  font-size: 12px;
  margin-top: 2px;
  margin-left: 0;
}

.post-loop-wrap .newPostList .inConts .articleOuter article .category_name {
  float: right;
  background-color: #f5f5f5;
  font-size: 10px;
  color: #26267e;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1;
}

.post-loop-wrap .newPostList .inConts .articleOuter article .post-title {
    font-size: 16px !important;
    font-weight: bold;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 5px !important;
    text-shadow: none;
}

.post-loop-wrap .newPostList .inConts .articleOuter article .post-title a {
  color: #383838!important;
}

.post-loop-wrap .newPostList .inConts .articleOuter article .post-title a:hover {
  color: #F6852C!important;
}

body.home .pagination {
  display: none;
}

@media screen and (max-width: 1218px) {
  .post-loop-wrap .newPostList .inConts .articleOuter {
    margin: 0 0 0 2%!important;
    width: 32%!important;
  }

  .post-loop-wrap .newPostList .inConts .articleOuter article .post-thumbnail {
    width: 100%!important;
  }
}

@media screen and (max-width: 821px) {
  .post-loop-wrap .newPostList .inConts .articleOuter.pcHidden {
    display: block!important;
  }

  body.home .pagination {
    display: block!important;
    text-align: center;
  }
}




/* ----------------------------------------
* CTA
---------------------------------------- */
#main .post-cta .cta-post-title {
  font-size: 20px;
  padding: 0 0 12px;
}
#main .post-cta .post-cta-img {
  display: none !important;
  width: auto!important;
  text-align: right!important;
}
#main .post-cta .post-cta-cont {
  margin: 0px 0 0;
}
#main .post-cta .post-cta-cont ul {
  margin: 20px 0 32px;
}


#main .post-cta .post-cta-cont ul li {
  font-weight: bold;
}
#main .post-cta .post-cta-cont ul.cta2-list {
  margin: 0 0 24px;
  font-size: 14px;
}
#main .post-cta .post-cta-cont ul.cta2-list li {
    margin-bottom: 16px;
    display: block;
    vertical-align: middle;
    position: relative;
    margin: 0 180px 16px 14px;
    padding-left: 6px;
    z-index: 2;
    text-shadow: 2px 2px 2px #fff;
}
#main .post-cta .post-cta-cont ul.cta2-list li:before {
    content: "・";
    color: #F58539;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    top: -6px;
    left: -20px;
}
#main .post-cta .post-cta-cont .cta2-img {
  float: right;
  background: url(https://ten-navi.com/hacks/wp-content/uploads/2015/09/img_cta.png);
  width: 200px;
  height: 200px;
  background-size: 200px;
  background-repeat: no-repeat;
}
#main .post-cta .post-cta-cont .cta2-img img {
  display: none;
}
#main .post-cta .post-cta-cont .cta2-img2 {
  display: none;
}
#main .post-cta .post-cta-cont .cta-text {
  margin: 0 180px 0 0;
}

@media screen and (max-width: 820px) {
  #main .post-cta .post-cta-cont .cta-text {
    margin: 0 !important;
  }
}


#main .post-cta .post-cta-cont p {
  font-size: 14px;
}
.post-cta .post-cta-btn {
  margin: 0 0 10px!important;
}
.post-cta .post-cta-btn a {
  background: #f28442 !important;
  border-bottom: 5px solid #db7639 !important;
  padding: 15px !important;
  width: 80% !important;
  margin: 0 auto 20px;
  border-radius: 6px;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
}
.post-cta .post-cta-btn a:hover {
  background: #f2904 !important;
  border-bottom: 5px solid #e27a34!important;
  opacity: 0.7;
}
.post-cta {
  color: #333333 !important;
  border: 3px solid #1a1a58 !important;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}
.post-cta .post-cta-cont {
  overflow: auto !important;
}
.post-cta .post-cta-inner {
  padding: 36px 14px 0 !important;
  margin: 36px;
  margin-top: 3px;
  border-top: 1px solid #b6b6d1 !important;
}
.post-cta .cta-post-title {
  padding: 22px !important;
  margin: 36px 36px 0 !important;
  background: url("images/cta_line.png") repeat-x top !important;
  border-bottom: 1px solid #e0e0e9 !important;
}

.post-cta .post-cta-img img {
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
}

.post-cta .post-cta-btn a:before {
  content: "\f18e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding-right: 14px;
}

.post-cta .post-cta-btn a {
  font-weight: bold;
  font-size: 22px;
}

.post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}




.post-author {
  border-radius: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #333333 !important;
}

.post-author .post-author-img {
  width: 80px;
  float: left;
}
.post-author .post-author-img img {
  border-radius: 40px !important;
  -webkit-border-radius: 40px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 40px;
  /* Firefox用 */
}

.post-author .post-author-img .inner {
  padding: 0;
}

.post-author a {
  color: #2581c4;
}

.rp4wp-related-posts,
.relatedBox {
  margin-bottom: 80px;
}

.rp4wp-related-posts h3,
.relatedBox h3 {
  font-size: 16px;
  border-left: 7px solid #333333;
  padding: 0px 20px;
  margin-bottom: 22px;
  line-height: 20px;
}

.rp4wp-related-posts ul,
.relatedBox ul {
  margin-left: -15px;
  display: block;
}

.rp4wp-related-posts ul li,
.relatedBox ul li {
  width: 170px;
  margin: 0 0 0 14px !important;
  display: inline-block;
  height: 100%;
}

.rp4wp-related-posts ul li .rp4wp-related-post-image img,
.relatedBox ul li .thumbnail img {
  width: 100%;
}

.rp4wp-related-posts li a,
.relatedBox li a {
  font-size: 14px;
  color: #545d5d;
}

.relatedBox li a .relatedTtl {
  font-size: 14px;
  color: #545d5d;
}

#comments {
  padding: 0 !important;
}

.comment-author img {
  border-radius: 24px !important;
  -webkit-border-radius: 24px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 24px;
  /* Firefox用 */
  margin-right: 20px;
}

.comment-list .children .comment-body {
  background: #f7f6f4 !important;
}
.comment-list .children .comment-body img {
  border: 2px solid #fff;
}

.form-submit #submit {
  width: 30% !important;
  line-height: 20px !important;
}

form input[type="submit"], form button {
  background: #333333 !important;
  font-weight: bold !important;
}


.attention{
    margin-bottom: 40px;
    border: 2px solid #e5e5e5;
    padding: 40px 25px 20px;
}

.attention ul{ 
    margin-top: 0px;
    padding-left: 15px;
}
.attention li{ 
    line-height: 30px;
}


.attention.a-1{
    border-color: #1a1c56;
}
.attention.a-2{
    border-color: #eee;
}
.attention.a-3{
    border-color: #abbcc3;
    background: #fbfbfb;
}

.attention-title { 
    margin-left: 28px;
    font-size: 18px; 
    color: #1a1c56; 
}
.attention-title-02 {
    margin-left: 28px;
    font-size: 18px; 
    color: #333333;
}
.attention-title-03 {
    margin-left: 28px;
    font-size: 18px; 
    color: #333333;
}

/* ----------------------------------------
* policy
---------------------------------------- */
#popup #main {
  width: 100% !important;  
}

/* ----------------------------------------
* 固定ページ
---------------------------------------- */
.page #content,
.category #content,
.search #content {
  padding: 12px 0 !important;
}


.page .post-header {
  padding: 0 0 0 50px !important;
  border-left: 4px solid #f48438;
  margin-left: -6.9%;
}

.post-cate-title {
  font-size: 32px;
  background: #e4e4e4;
  padding: 40px 55px;
  font-weight: bold;
  margin-bottom: 40px;
}

/* ----------------------------------------
* footer
---------------------------------------- */
.footer-01 .wrap {
  padding: 15px 0 !important;
}

.footer-01 ul li {
  margin-right: 0 !important;
}

.footer-01 {
  padding: 0 !important;
  border-top: 1px #e3e3e3 solid !important;
}
.footer-01 a:hover {
  text-decoration: none;
}

.footer-02 {
  background: #1a1a58 !important;
  border-top: 0 !important;
  xoom: 100%;
}
.footer-02 :after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.footer-02 a, .footer-02 a:hover {
  color: #fff !important;
}
.footer-02 #footer_left {
  width: 50%;
  float: left;
}
.footer-02 .footer-copy {
  color: #8d8dac;
  text-align: center !important;
  padding-bottom: 20px;
  letter-spacing: 1px;
  font-family: arial,sans-serif;
}
.footer-02 #footer_right {
  width: 50%;
  float: right;
  font-size: 12px;
  padding-top: 12px;
}
.footer-02 #footer_right ul {
  float: right;
}
.footer-02 #footer_right li {
  float: left;
  padding-right: 11px;
}
.footer-02 #footer_right li :before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding-right: 11px;
}

.pagetop {
  width: 46px !important;
  height: 46px !important;
  color: #1a1a58 !important;
  bottom: 30px !important;
  right: 30px !important;
}

.pagetop span {
  background: #fff !important;
  font-size: 28px !important;
  line-height: 45px !important;
}

.post-content .blockOuter h4  {
  margin-top:5px !important;
}

  /* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
#header-menu-tog {
  display: none;
}

@media screen and (max-width: 1200px) {
  /* laptop */
  .wrap {
    width: 96% !important;
    margin: 0 2% !important;
  }
  
  .rp4wp-related-posts ul li {
  }

  .rp4wp-related-posts ul li:first-child {
    margin: 0 0 0 14px !important;
  }

  .rp4wp-related-posts ul li {
    width: 170px !important;
    font-size:12px !important;
  }


  /* laptop end */
}

@media screen and (max-width: 821px) {
  /* tablet */
  .wrap {
    width: 96% !important;
    margin: 0 2% !important;
  }

  #header-menu-tog {
    display: block;
    float: right;
    font-size: 24px;
    padding-top: 10px;
  }

  #header-menu-tog a {
    color: #1a1a58 !important;
  }


  nav#gnav {
    color: #fff;
    border: 0 !important;
    line-height: 1;
  }

  #gnav {
    padding: 0 !important;
  }

  #gnav-ul {
    margin-left: 0 !important;
  }

  #gnav li {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
  }

  #gnav ul li a,
  #gnav ul li a:hover {
    background: transparent !important;
    color: #fff !important;
    font-weight: normal !important;
    border-bottom: 1px solid #fafafa !important;
    padding: 14px !important;
  }

  #main {
    width: 100% !important;
  }

  #side {
    width: 100% !important;
  }

  .post-loop-wrap .post-thumbnail {
    margin-bottom: 20px !important;
    margin-left: auto!important;
    margin-right: auto!important;
    width: 60% !important;
    float: none!important;
  }
  .post-loop-wrap .post-thumbnail img {
    width: 100% !important;
    height: auto;
  }

  .post-loop-wrap .more {
    text-align: center;
  }

  .post-loop-wrap .more-link {
    padding-left: 25%!important;
    padding-right: 25%!important;
  }

  .post-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .post-footer {
    padding: 0 !important;
  }

  #main .post-cta .cta-post-title {
    padding-top: 20px !important;
    line-height: 1.3;
    margin: 0 !important;
    font-size: 24px;
  }

  .post-cta .post-cta-inner {
    margin: 3px 0 !important;
  }

  .post-cta .post-cta-btn a {
    font-size: 14px;
    width: 95% !important;
  }

  .post-sns ul li {
    font-size: 14px !important;
  }

  .footer-01 {
    display: none;
  }

  .rp4wp-related-post-image img{
    width:100px !important;
  }

  .rp4wp-related-posts ul,
  .relatedBox ul {
    margin-left: 0;
    margin-right: 0;
  }

  .rp4wp-related-posts ul li,
  .relatedBox ul li {
    margin: 10px 0 0 0!important;
    padding: 0 0 0 15px !important;
    background: url(images/icn_arw_black.png) no-repeat left 8px !important;
    background-size: 7px 9px !important;
    display: block;
    width: auto !important;
    font-size: 12px !important;
    line-height: 1.7;
  }

  .rp4wp-related-posts ul li:first-child,
  .relatedBox ul li:first-child {
    margin: 0 !important;
  }

  .rp4wp-related-posts ul li .rp4wp-related-post-image,
  .relatedBox ul li .thumbnail {
    display: none;
  }

  #side {
    padding-top: 0!important;
  }

  /* tablet end */
}
@media screen and (max-width: 550px) {
  /* phone */
  .wrap {
    width: 96% !important;
    margin: 0 2% !important;
  }

  #header-menu-tog {
    display: block;
    float: right;
    font-size: 24px;
    padding-top: 10px;
  }

  #header-menu-tog a {
    color: #1a1a58 !important;
  }

  nav#gnav {
    color: #fff;
    border: 0 !important;
    line-height: 1;
  }

  #gnav {
    padding: 0 !important;
  }

  #gnav-ul {
    margin-left: 0 !important;
  }

  #gnav li {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }

  #gnav ul li a,
  #gnav ul li a:hover {
    background: transparent !important;
    color: #fff !important;
    font-weight: normal !important;
    border-bottom: 1px solid #fafafa !important;
    padding: 14px !important;
  }

  #main {
    width: 100% !important;
  }

  .post-loop-wrap .more-link {
    display: block;
    text-align: center;
    padding: 18px 0 14px 0 !important;
    width: 100% !important;
  }

  ul.post-meta li.cat {
    float: none;
    text-align: right;
    clear: both;
    margin-top: 5px;
  }

  ul.post-meta li.date {
    float: none !important;
  }

  #side {
    width: 100% !important;
  }

  .single .post-header {
    margin-top: 4.4%;
  }

  .single .post-title {
    font-size: 28px !important;
    line-height: 1.2em !important;
    background-size: 40px 50px !important;
    background-position: 0 15px !important;
  }

  .post .thumb_box img,
  .post .thumb_box .thumb img {
    width: 100% !important;
    height: auto !important;
    vertical-align: bottom !important;
    line-height: 1 !important;
  }

  .post-loop-wrap .post-thumbnail,
  .post-thumbnail {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  .post-content {
    padding: 20px 0 !important;
  }

  .rp4wp-related-posts {
    padding-left: 0 !important;
    margin: 0 !important;
  }

  #main .post-cta .cta-post-title {
    font-size: 20px !important;
  }

  #main .post-cta .cta-post-title div {
    padding-top: 20px;
  }

  #main .post-cta .post-cta-cont {
    padding: 0 !important;
  }

  .post-cta .post-cta-inner {
    margin: 3px 0 0 0 !important;
  }

  .post-cta .post-cta-img {
    width: 100%;
  }

  .post-cta .post-cta-btn a {
    font-size: 14px;
    width: 100% !important;
  }

  .post-cta .post-cta-img {
    width: 100% !important;
    float: none !important;
    text-align: center;
    margin: 0 !important;
  }

  .post-sns ul li {
    font-size: 18px !important;
    width: 100% !important;
    border-bottom: 0 !important;
  }

  .post-sns ul li.post-sns-twitter a {
    border-right: 0 !important;
    border-bottom: 1px solid #e3e3e3;
  }

  .post-share .post-share-title {
    font-size: 16px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  #comments {
    margin: 20px;
  }

  #main #comments {
    padding: 20px 0 0 0;
  }

  form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea {
    max-width: 90%;
  }

  .comment-form-author label, .comment-form-author input, .comment-form-email label, .comment-form-email input {
    width: 80%;
  }

  .form-submit #submit {
    width: 60% !important;
  }

  form input[type="submit"], form button {
    padding: 20px;
  }

  .form-submit #submit {
    line-height: 1;
  }

  .footer-01 {
    display: none;
  }

  #footer #logo {
    width: 80% !important;
  }

  h2 {
    font-size: 28px !important;
  }

  .rp4wp-related-posts {
    width: 100% !important;
  }

  .rp4wp-related-posts ul {
    margin-right: 14px;
  }

  .rp4wp-related-posts li div {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .rp4wp-related-posts li,
  .rp4wp-related-posts li img {
    width: 100% !important;
  }

  .vkCol.vkCol12  {
    float:none !important;
    width:100% !important;
  }
  .footer-02 #footer_left {
    width: 50%;
    float: none;
    text-align: center;
    margin: 0 auto 0;
  }
  .footer-02 #footer_right {
    width: 50%;
    float: none;
    font-size: 12px;
    padding-top: 12px;
    margin: 0 auto 0;
  }


.attention{
    margin-bottom: 24px;
    border: 2px solid #e5e5e5;
    padding: 24px 16px 0;
}

.attention ul{ 
    margin: 0 0 24px;
    padding-left: 0px;
}
.attention li{ 
    line-height: 30px;
}


.attention.a-1{
    border-color: #1a1c56;
}
.attention.a-2{
    border-color: #eee;
}
.attention.a-3{
    border-color: #abbcc3;
    background: #fbfbfb;
}

.attention-title { 
    margin-left: 15px;
    font-size: 16px; 
    color: #1a1c56; 
}
.attention-title-02 {
    margin-left: 15px;
    font-size: 16px; 
    color: #333333;
}
.attention-title-03 {
    margin-left: 15px;
    font-size: 16px; 
    color: #333333;
}
#main .post-cta {
  padding: 12px!important;
}
#main .post-cta .post-cta-inner {
    padding: 0px 5px 0px;
}
#main .post-cta .post-cta-cont .cta2-img {
  display: none;
}
#main .post-cta .post-cta-cont .cta2-img2 {
  display: block;
  text-align: center;
}
#main .post-cta .post-cta-cont ul.cta2-list li {
  margin: 0 0 16px 14px;
}
  /* phone end */
}



/* ----------------------------------------------------------
* カテゴリページ
---------------------------------------------------------- */
.original-category #main {
/*    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;*/
}
.original-category .cat-content {
    padding: 0px;
}

body.category .cat-content {
    margin-bottom: 0!important;
    padding: 0px;
    border-radius: 0;
    /* CSS3草案 */
    -webkit-border-radius: 0;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0;
    /* Firefox用 */
}

.original-category .cat-title,
body.category .cat-title {
    padding: 35px 50px 50px 50px;
    color: #fff !important;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    background-color: #1f236a;
}
.original-category .cat-title:after,
body.category .cat-title:after {
    content: '';
    display: block;
    position: absolute;
    margin: 0 0 0 -25px;
    left: 50%;
    bottom: -40px;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top: 25px solid #1f236a;
}


@media screen and (max-width: 820px) {
  .original-category .cat-title,
  body.category .cat-title {
    padding: 10px 10px;
    vertical-align: middle;
    font-size: 20px;
  }

  .original-category .cat-title img,
  body.category .cat-title img {
    vertical-align: middle;
    width: 32px;
  }

  body.category-164 .cat-title img {
    width: 47px;
  }

  body.category-157 .cat-title img {
    width: 37px;
  }

  body.category-156 .cat-title img {
    width: 37px;
  }

  .original-category .cat-title br,
  body.category .cat-title br {
    display: none;
  }
}

@media screen and (max-width: 550px) {
}

/* ----------------------------------------
* カテゴリー　SNS
---------------------------------------- */
.original-category .bzb-sns-btn {
    margin: 60px 0 0 76px;
}
.original-category .bzb-sns-btn li.bzb-twitter {
    width: 92px !important;
}
.original-category .bzb-sns-btn li.bzb-googleplus {
    width: 65px;
}

body.category .bzb-sns-btn {
    margin: 60px 0 0 6%;
}


/* ----------------------------------------
* カテゴリー　記事＋文章
---------------------------------------- */
.original-category .cat-title img {
    margin: 0 0 0 24px;
    padding: 0;
}
.original-category .cat-lead {
    padding: 50px 76px;
    overflow: hidden;
}
.original-category .img-lead {
    margin: 0 0 20px 20px;
    float: right;
}
.original-category .text-lead {
}

body.category .cat-lead {
    padding: 50px 6% 6%;
    overflow: hidden;
}

body.category .img-lead {
    margin: 0 0 0 20px;
    float: right;
}

.text-lead .pc-lead {
  display: block;
}

.text-lead .sp-lead {
  display: none;
}

@media screen and (max-width: 1200px) {
  body.category .img-lead,
  .original-category .img-lead {
    width: 40%;
  }

  body.category .img-lead img,
  .original-category .img-lead img {
    width: 100%;
  }
}

@media screen and (max-width: 820px) {
  body.category .img-lead,
  .original-category .img-lead {
    margin: 0 0 0 3%;
    width: 40%;
  }

  body.category .img-lead img,
  .original-category .img-lead img {
    width: 100%;
  }

  .text-lead .pc-lead {
    display: none;
  }

  .text-lead .sp-lead {
    display: block;
  }
}

/* ----------------------------------------
* ナビ
---------------------------------------- */
.original-category #cat-pagenav {
    height: 60px;
    font-size: 16px;
    position: relative;
}
.original-category #cat-pagenav .fix_nav.fixed {
    width: 866px;
    position: fixed;
    top: 109px;
    z-index: 100;
}

.original-category #cat-pagenav ul {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    background: #f6f6f6;
    overflow: hidden;
    margin:0;
}  
.original-category #cat-pagenav ul li {
    float: left;
    width: 33%;
    text-align: center;
    list-style: none;
}
.original-category #cat-pagenav ul li a {
    display: block;
    padding: 16px 20px;
    font-weight: bold;
    border-bottom: 4px solid #f6f6f6;
    color: #595757;
}
.original-category #cat-pagenav ul li.active a,
.original-category #cat-pagenav ul li a:hover {
  color: #2581C4;
  border-bottom: 4px solid #2581C4;
  text-decoration: none;
}

@media screen and (max-width: 1218px) {
  .original-category #cat-pagenav .fix_nav.fixed {
    width: 72.25%;
  }
}

/* ----------------------------------------
* ナビ　ここまで
---------------------------------------- */

.original-category .cat-section {
    padding: 60px 76px 60px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.original-category .cat-section header {
    border-bottom: 1px #eee solid;
    padding-bottom: 36px;
    overflow: hidden;
}
.original-category .cat-section h2 {
    font-size: 32px;
    text-align: center;
    margin: 15px 0 40px !important;
    padding: 0px !important;
    border: none !important;
}
.original-category p.step {
    color: #f29437;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.original-category .lead-img {
    margin: 0 20px 20px 0;
    float: left;
}
.original-category .img-list {
    overflow: hidden;
}
.original-category .img-area-warp {
    width: 100%;
    line-height: 1.8em;
    float: left;
}
.original-category .img-area-warp02 {
    width: 100%;
    line-height: 1.8em;
    float: left;
}
.original-category .img-area {
    width: 50%;
    float: left;
}

.original-category .img-area02,.img-area03 {
    margin: 35px 0 0 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.original-category .img-area02,.img-area03 ul li {
    font-size: 16px;
    padding: 0 30px 0 0;
    list-style: none;
    padding-left: 1em;
    text-indent: -0.4em;
}



.original-category #sec02.cat-section .img-area02 {
    width: 100%;
    overflow: hidden;
}

.original-category h3.list-name {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 35px;
    margin-bottom: 10px !important;
    padding: 0 20px 0 0;
}
.original-category h4.list-name02 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px !important;
}
.original-category h4.list-name03 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px !important;
}

.original-category h3.list-name .fa  {
    margin:0 10px 0 0;
    color: #7bc8c4;
}
.original-category h4.list-name02 .fa  {
    margin:0 10px 0 0;
    color: #7bc8c4;
}

.original-category .img-area ul {
    margin:0 !important;
}
.original-category .img-area ul li {
    font-size: 16px;
    padding: 0 30px 0 0;
    list-style: none;
    padding-left: 1em;
    text-indent: -0.4em;
}
.original-category .img-area .fa {
    font-size: 18px;
    margin: 0 5px 0 0;
}

.original-category .column-box {
    border: 1px #eee solid;
    background: #fcfcfc;
    margin-top: 55px;
}
.original-category .column-title {
    background: #494949;
    line-height: 50px;
}
.original-category .column {
    padding: 25px 30px;
}
.original-category .column-title h3 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 0;
}
.original-category .column p.text {
    font-size: 16px;
    color: #333333;
    margin:0 0 10px 0;
}
.original-category .column p.link {
    margin:0;
    font-size: 16px;
    text-indent: -0.4em;
}
.original-category .column .fa {
    margin:0 10px 0 0;
}

.original-category .ather-area {
    width: 100%;
}
.original-category .ather-area .box {
    width: 49%;
    float: left;
}
.original-category .ather-area .box ul {
    list-style: none;
    margin: 45px 0 0;
}
.original-category .ather-area .fa {
    margin:0 5px 0 0;
}



/* ----------------------------------------
* カテゴリページCTA
---------------------------------------- */
.original-category .post-cta {
  /*margin: 50px 150px;*/
  margin: 5% 6%;
}
.original-category .post-cta .cta-post-title,
body.category .post-cta .cta-post-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 32px 0 22px !important;
    margin: 0 36px 0px !important;
    border-bottom: 3px solid #5e6265!important;
}

body.category .post-cta .cta-post-title {
  background: none!important;
}

.original-category .cta-p {
  margin: 0 0 20px 0;
  font-size: 16px !important;
  text-align: center;
}





/* ----------------------------------------
* レスポンシブ CTA
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
.original-category .cat-lead {
    padding: 50px;
}
.original-category .cat-section {
    padding: 60px 40px 60px;
}

.original-category .bzb-sns-btn {
    margin: 60px 0 0 50px;
}
.original-category #cat-pagenav .fix_nav.fixed {
    width: 69.3%;
    position: fixed;
    top: 109px;
    z-index: 100;
}


/* --------1200px end----------- */
}


@media screen and (max-width: 991px) {
/* ----------------------------------------
* カテゴリページCTA
---------------------------------------- */
.original-category .post-cta {
  margin: 50px;
}

/* --------991px end----------- */
}


@media screen and (max-width: 821px) {

.original-category .cat-section {
    padding: 60px 40px 60px;
}

.original-category .cat-title img {
    width: 50px;
}
.original-category .cat-lead {
    padding: 50px 30px;
}
.original-category #cat-pagenav ul {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    background: #f6f6f6;
    overflow: hidden;
    padding-left: 0;
    margin:0;
} 

.original-category #cat-pagenav ul li {
  padding: 0 40px;
}

.original-category #cat-pagenav .fix_nav.fixed {
    top: 160px;
    width: 95.7%;
}



/* ----------------------------------------
* カテゴリページCTA
---------------------------------------- */
.original-category .post-cta {
  margin: 50px 45px;
}


/* --------821px end----------- */
}




@media screen and (max-width: 771px) {
.original-category #cat-pagenav ul li {
    float: left;
    width: 33%;
    text-align: center;
    list-style: none;
    padding: 0 10px;
}

.original-category #cat-pagenav .fix_nav.fixed {
    top: 160px;
}


/* --------771px end----------- */
}




@media screen and (max-width: 640px) {
  /* phone */
.original-category .lead-img {
    float: left;
    width: 50%;
    margin:0 20px 0 0;
}
.original-category .cat-section h2 {
    font-size: 32px;
    text-align: center;
    margin: 15px 0 20px !important;
    padding: 0px !important;
    border: none !important;
}
.original-category h3.list-name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: 35px;
    margin-bottom: 10px !important;
}
.original-category .img-area ul li {
    font-size: 18px;
    padding: 0 30px 0 0;
    list-style: none;
    padding-left: 1em;
    text-indent: -0.4em;
}
.original-category .column p.link {
    margin: 0;
    font-size: 16px;
    text-indent: -0.4em;
}
.original-category .img-area ul li {
    font-size: 16px;
    padding: 5px 30px 0 0;
    list-style: none;
    padding-left: 1em;
    text-indent: -0.4em;
}
.original-category .ather-area .box ul {
    font-size: 16px;
    list-style: none;
    margin: 45px 0 0;
    text-indent: -0.4em;
}
.original-category .img-area-warp {
    line-height: 1.8em;
    float: left;
}
.original-category .img-area-warp02 {
    line-height: 1.8em;
    float: none;
}
.original-category h4.list-name02 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px !important;
}

.original-category #cat-pagenav .fix_nav.fixed {
    top: 160px;
}

/* --------640px end----------- */
}


@media screen and (max-width: 550px) {
  .original-category #cat-pagenav .fix_nav.fixed {
      top: 139px;
  }
}

@media screen and (max-width: 520px) {
.original-category .cat-title img {
    margin: 0 0 0 12px;
}
.original-category .cat-title {
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    position: relative;
    background-color: #1f236a;
}
.original-category .cat-title:after {
    content: '';
    display: block;
    position: absolute;
    margin: 0 0 0 -25px;
    left: 50%;
    bottom: -40px;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top: 25px solid #1f236a;
}

.original-category .cat-section {
    padding: 40px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.original-category .img-lead {
    margin: 0 0 20px 0;
    float: none;
    text-align: center;
}
.original-category .text-lead {
    width: 100%;
    float: none;
}
.original-category .lead-img {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0 0 20px 0;
}
.original-category .img-area {
    width: 100%;
    float: none;
}

.original-category .ather-area .box {
    width: 100%;
    float: none;
}
.original-category #cat-pagenav ul li {
    float: left;
    width: 33%;
    text-align: center;
    list-style: none;
    padding: 0;
}
.original-category #cat-pagenav ul li a {
    padding: 16px 0px;
}
.original-category .original-category .column-box02 {
    border: 1px #eee solid;
    background: #fcfcfc;
    margin-top: 15px;
}
.original-category .original-category .img-area-warp {
    line-height: 1.8em;
    float: none;
}

.original-category .img-area02,.img-area03 {
    width: 100%;
}
.original-category .img-area03 {
    margin: 5px 0 0 0;
    width: 100%;
}

.original-category #cat-pagenav .fix_nav.fixed {
    top: 138px;
    width: 95.5%;
}

/* ----------------------------------------
* カテゴリページCTA
---------------------------------------- */
.original-category .post-cta {
  margin: 50px 20px;
}

/* --------520px end----------- */
}




@media screen and (max-width: 377px) {
.original-category .cat-title {
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    position: relative;
    background-color: #1f236a;
}

.original-category .cat-title img {
    width: 15%;
}

.original-category .original-category .cat-section h2 {
    text-align: center;
    margin: 15px 0 30px !important;
    padding: 0px !important;
    border: none !important;
}
.original-category .bzb-sns-btn {
    margin: 60px 0 0 30px;
}
.original-category .cat-lead {
    padding: 50px 25px;
    overflow: hidden;
}
.original-category #cat-pagenav {
    position: relative;
}
.original-category #cat-pagenav ul li a {
    display: block;
    padding: 16px 0;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 4px solid #f6f6f6;
    color: #595757;
}

.original-category .cat-section {
    padding: 40px 25px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.original-category .img-area ul li {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0px;
    list-style: none;
    padding-left: 1em;
    text-indent: -0.4em;
}



/* --------377px end----------- */
}




@media screen and (max-width: 320px) {
.original-category .cat-title {
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    position: relative;
    background-color: #1f236a;
}
.original-category .cat-title:after {
    content: '';
    display: block;
    position: absolute;
    margin: 0 0 0 -25px;
    left: 50%;
    bottom: -40px;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top: 25px solid #1f236a;
}
.original-category .bzb-sns-btn {
    margin: 60px 0 40px 20px;
}

.original-category .cat-lead {
    padding: 0 20px 30px;
    overflow: hidden;
}
.original-category .cat-title img {
    margin: 0 0 0 24px;
    padding: 0;
}
.original-category .cat-section {
    padding: 110px 20px 20px;
    margin-top: -40px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.original-category #cat-pagenav {
    font-size: 14px;
    position: relative;
}
.original-category #cat-pagenav ul li {
    width: 33%;
    text-align: center;
    list-style: none;
}
.original-category #cat-pagenav ul li a {
    display: block;
    padding: 16px 0 16px 0;
    font-weight: bold;
}
.original-category .img-area ul {
    margin:0 !important;
}
.original-category .img-area ul li {
    font-size: 16px;
    line-height: 2em;
    padding: 0px;
    list-style: none;
    padding-left: 1em;
    text-indent: -0.4em;
}
.original-category .img-area .fa {
    font-size: 16px;
    margin: 0 5px 0 0;
}
.original-category .column-title h3 {
    font-size: 18px;
    padding: 10px;
    line-height: 2.2em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 0;
}
.original-category .column {
    padding: 20px;
}
.original-category .column-box02 {
    border: 1px #eee solid;
    background: #fcfcfc;
    margin-top: 15px;
}
.original-category .ather-area .box ul {
    font-size: 16px;
    list-style: none;
    margin: 25px 0 0;
    text-indent: -0.4em;
}


/* ----------------------------------------
* カテゴリページCTA
---------------------------------------- */

.original-category .bzb-sns-btn {
    margin: 40px 0 40px 20px;
}

.original-category .post-cta {
    margin: 50px 12px;
    padding: 20px!important;
}
.original-category .cta-post-title {
    font-size: 20px !important;
    padding: 20px 0 20px !important;
}

/* --------320px end----------- */
}





/* ----------------------------------------
* CTA　　20160121
---------------------------------------- */
.cta-manual-img {
    width: 220px;
    float: right;
    margin: 0 0 0 20px;
}
.menu-bg{
    border-top: solid 3px #808080;
    margin: 40px 0 0;
    padding: 20px;
    background: #fff;
}
select[name="fldfield21"]{
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    width: 300px;
    padding: 10px 40px 10px 10px;
    font-size: 14px;
    background: url(https://ten-navi.com/hacks/wp-content/uploads/2016/01/cta_arrow.jpg) right 50% no-repeat;
}
.bmform_frmtext639111 {
  margin: 0 0 10px 0;
}
#btnSubmit.bmform_submit639111 {
    margin: 20px 0;
    padding: 15px 20px;
    max-width: 100%;
    font-size: 14px;
    border-radius: 6px;
    -webkit-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
    background: #F28442 !important;
    width: 60%;
}
#btnSubmit.bmform_submit639111:hover {
    background: #FFB283 !important;
    -webkit-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
}


.bmform_frm639111 {
    width: 400px;
}
.bmform_button639111 {
    margin: 40px 0 0 0;
    text-align: center;
    background: #FBF9EB;
    border-top: solid 1px #F3EFD2;
    border-bottom: solid 1px #F3EFD2;
}


@media screen and (max-width: 550px) {
.cta-manual-img {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
}
.bmform_button639111 .bmform_submit639111 {
    background: #F28442 !important;
    width: auto;
}


}



/* ----------------------------------------
* サンクスページ
---------------------------------------- */
.cta-success-box {
    padding: 20px 0 0 0;
    max-width: 50%;
}
.cta-success-button {
    font-size: 16px;
    font-weight: bold;
    background: #f28442;
    padding: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}
.cta-success-button:hover {
    background: #ffba90;
}
.cta-success-button a {
    color: #fff !important;
    text-decoration: none !important;
}
.cta-success-button .fa {
  padding: 0 0 0 20px;
}

.page-id-7217 .post-content {
    padding: 30px 0 0 !important;
    width: 100%;
}



@media screen and (max-width: 821px) {
.cta-manual-img {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
} 
.cta-success-box {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}

}



@media screen and (max-width: 550px) {
.cta-manual-img {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
} 

}

/* ----------------------------------------
* サイト内検索
---------------------------------------- */ 
#search-2.widget_search {
  margin-bottom: 20px;
  height: 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #E3E3E3;
  padding-bottom: 0;
  border-radius: 3px;
  position: relative;
}

.sp-search {
  display: none;
}

#search-2 .side-widget-inner {
  border: none;
}

#search-2 .side-widget-inner .side-title {
  display: none;
}

#search-2.widget_search input[type=text] {
  padding: 8px 9px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*for Webkit*/
#search-2.widget_search input::-webkit-input-placeholder {
    color: #CCC;
}

/*for Firefox*/
#search-2.widget_search input:-moz-placeholder {
    color: #CCC;
}

#search-2.widget_search button {
  background: #F0F0F0 url(images/search.png) center center no-repeat!important;
  border-left: 1px solid #E3E3E3;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 0 3px 3px 0 / 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 821px) {
  #search-2.widget_search {
    display: none;
  }
  .sp-search {
    display: block;
    margin: 0 2% 30px;
    padding-top: 10px;
    width: 96%;
  }

  .sp-search .sp-search-fralme {
    border-radius: 3px;
    border: 1px solid #E4E4E4;
    width: 100%;
    height: 38px;
    background: #FFF;
  }

  .sp-search form {
    width: 100%;
    clear:both;
    position: relative;
  }

  .sp-search form input[type="text"] {
    display: inline-block;
    line-height: 22px;
    padding: 4px 9px 0!important;
    font-size: 15px;
    width: 86%!important;
    border: none;
    background: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    vertical-align: top;
  }

  .sp-search form input::-webkit-input-placeholder {
    color: #CCC;
  }

  /*for Firefox*/
  .sp-search form input:-moz-placeholder {
      color: #CCC;
  }


  .sp-search form input[type="submit"] {
    background: #F0F0F0 url(images/search_sp.png) center center no-repeat!important;
    background-size: 20px 20px!important;
    background-color: none!important;
    border-left: 1px solid #E3E3E3;
    margin: 0;
    padding: 0;
    width: 47px;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 0 3px 3px 0 / 0 3px 3px 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  body.search .post-cate-title {
    font-size: 20px;
    background: #e4e4e4;
    padding: 10px 15px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  #content {
    padding: 0 0 40px!important;
  }
  .page #content,
  .category #content,
  .search #content,
  .single #content {
    padding: 0 0 12px!important;
  }

  body.search #main {
    margin-bottom: 40px;
  }

  body.search .pagination span,
  body.search .pagination a {
    padding: 8px 14px;
  }
}


/* ----------------------------------------
* トップページ、各カテゴリページ記事一覧(レスポンシブ)
---------------------------------------- */
@media screen and (max-width: 820px) {
  .newPostList .contsTtl {
    display: none;
  }

  .newPostList .inConts {
    margin-bottom: 20px;
    padding: 0;
    border: none !important;
    border-top: none !important;
    background: none !important;
  }

  .post-loop-wrap .newPostList .inConts .articleOuter {
    margin: 0!important;
    padding: 15px;
    border: 1px #e3e3e3 solid !important;
    border-top: none !important;
    background: #fff !important;
    width: 100%!important;
    height: auto;
    float: none;
  }

  .post-loop-wrap .newPostList .inConts .articleOuter:first-child {
    border-top: 1px #e3e3e3 solid !important;
    border-radius: 4px 4px 0 0 / 4px 4px 0 0;
    /* CSS3草案 */
    -webkit-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
    /* Firefox用 */
  }

  .post-loop-wrap .newPostList .inConts .articleOuter:last-child {
    border-radius: 0 0 4px 4px / 0 0 4px 4px;
    /* CSS3草案 */
    -webkit-border-radius: 0 0 4px 4px / 0 0 4px 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0 0 4px 4px / 0 0 4px 4px;
    /* Firefox用 */
  }

  body.category .post-loop-wrap article {
    padding: 15px;
  }

  body.category .post-loop-wrap article .underBox {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }

  .post-loop-wrap .newPostList .inConts .articleOuter article .post-thumbnail,
  body.category .post-loop-wrap article .underBox .post-thumbnail {
    width: 160px!important;
    height: auto!important;
    margin-right: 30px!important;
    margin-bottom: 0 !important;
    float: left!important;
  }

  .post-loop-wrap .post-thumbnail a {
    padding: 2px;
  }
  
  body.category .post-loop-wrap article .post-data p,
  body.category .post-loop-wrap article .post-data .more,
  body.category .post-loop-wrap article .aclType .date .icon {
    display: none;
  }

  body.category .post-loop-wrap article time.date {
    font-size: 12px;
    margin-top: 2px;
  }

  body.category .post-loop-wrap article .post-title {
    font-size: 16px !important;
    font-weight: bold;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 5px !important;
    text-shadow: none;
  }

  body.category .post-loop-wrap article .post-title a {
    color: #383838!important;
  }

  body.category .post-loop-wrap article .post-data {
    padding-top: 0 !important;
  }

  body.category .post-loop-wrap article .category_name {
    font-size: 10px;
    padding: 5px 10px;
    line-height: 1;
  }

  body.category .post-loop-wrap article .underBox .post-thumbnail a {
    background: #e8e9ee;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  
  .post-loop-wrap .newPostList .inConts .articleOuter article .post-thumbnail a {
    padding: 2px!important;
  }

  .post-loop-wrap .newPostList .inConts .articleOuter article .post-thumbnail img,
  body.category .post-loop-wrap article .underBox .post-thumbnail img {
    width: 154px!important;
  }

  .post-loop-wrap .newPostList .inConts .articleOuter article .aclData {
    overflow: hidden;
  }

  #main .cateConts {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .post-loop-wrap .newPostList .inConts .articleOuter article .post-thumbnail,
  body.category .post-loop-wrap article .underBox .post-thumbnail {
    margin-right: 15px !important;
    width: 80px !important;
  }

  .post-loop-wrap .newPostList .inConts .articleOuter article .post-thumbnail img,
  body.category .post-loop-wrap article .underBox .post-thumbnail img {
    width: 74px!important;
  }

  .post-loop-wrap .newPostList .inConts .articleOuter article time.date,
  body.category .post-loop-wrap article .underBox time.date {
    font-size: 8px;
  }

  .post-loop-wrap .newPostList .inConts .articleOuter article .category_name,
  body.category .post-loop-wrap article .underBox .category_name {
    font-size: 7px;
  }
}

/* ----------------------------------------
* 記事ページコメント(レスポンシブ)
---------------------------------------- */
body.single #main #block3 {
  display: block;
}

body.single .sideComment {
  display: none;
}

@media screen and (max-width: 821px) {
  body.single #main #block3 {
    display: none;
  }

  body.single .sideComment {
    display: block;
  }
}


/* ----------------------------------------
*サイドおすすめ記事
---------------------------------------- */
#side .widget_rp4wp_related_posts_widget {
  display: none;
}

#side .widget_rp4wp_related_posts_widget .rp4wp-related-posts h3 {
  border-top: 4px solid #1a1a58;
  border-bottom: 2px solid #e3e3e3;
  border-left: none;
  font-weight: bold;
  line-height: 1;
  margin: 0 !important;
  padding: 23px 0;
  text-align: center;
}
#side .widget_rp4wp_related_posts_widget .rp4wp-related-posts {
  display: block;
  width: 42%;
  margin: 0 auto;
}
#side .widget_rp4wp_related_posts_widget .rp4wp-related-posts ul {
  margin-right: 0 !important;
}
#side .widget_rp4wp_related_posts_widget .rp4wp-related-posts ul li {
  padding: 16px 19px !important;
  border-top: 1px solid #e3e3e3 !important;
  border-bottom: none !important;
  background: none !important;
}
#side .widget_rp4wp_related_posts_widget .rp4wp-related-posts ul li:first-child {
  border-top: none !important;
}
#side .widget_rp4wp_related_posts_widget .rp4wp-related-posts ul li a:hover {
  text-decoration: underline;
}
#side .widget_rp4wp_related_posts_widget .rp4wp-related-posts a {
  background-image: url("images/icn_arw_lit.png") !important;
  background-position: 4px 1px !important;
}
#side .widget_rp4wp_related_posts_widget .rp4wp-related-posts a:hover {
  background-image: url("images/icn_arw_gry.png") !important;
}

#side .widget_rp4wp_related_posts_widget .rp4wp-related-posts a {
  color: #333333 !important;
}

#side .widget_rp4wp_related_posts_widget .rp4wp-related-posts a:hover {
  color: #26267e !important;
}

@media screen and (max-width: 820px) {
  #side .widget_rp4wp_related_posts_widget .rp4wp-related-posts {
    width: 100% !important;
  }
  #side .widget_rp4wp_related_posts_widget .rp4wp-related-posts ul {
    margin-right: 1 !important;
  }
  .single #side .widget_rp4wp_related_posts_widget {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  #side .widget_rp4wp_related_posts_widget .rp4wp-related-posts ul {
    margin-right: 0 !important;
  }
}