@charset "UTF-8";
/*
Theme Name:     ストレッチポール
Theme URI:      http://stretchpole-blog.com/
Description:    ストレッチポール公式サイト用のテーマ
Author:         バズ部
Author URI:     http://buzubu.com/
Template:       xeory_base
Version:        0.1.0
*/
/* ----------------------------------------
* 設定
---------------------------------------- */
html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #aada1a;
}

hr {
  height: 0;
  margin: 20px 0;
  border: none;
  border-bottom: 1px solid #e3e3e3;
}
hr.none {
  border: none;
  margin: 20px 0;
  padding: 0;
  clear: both;
}

hr.line-3,
hr.line-2 {
  display: none;
}

form input[type=submit],
form buttom {
  appearance: normal;
}

.video-wrap {
  max-width: 100%;
}
.video-wrap iframe {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------
* display
---------------------------------------- */
.wrap {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

#main {
  display: block;
  float: left;
  width: 100%;
}

.main-inner {
  margin-right: 380px;
}

#side {
  width: 330px;
  margin-left: -330px;
  float: left;
}

/* grid */
.row14 {
  margin: 0 -7px;
}
.row14 .gr3 {
  padding: 0 7px;
}

.row36 {
  margin: 0 -18px;
}
.row36 .gr6, .row36 .gr4 {
  padding: 0 18px;
}

.row24 {
  margin: 0 -12px;
}
.row24 .gr4, .row24 .gr3, .row24 .gr6 {
  padding: 0 12px;
}

.row20 {
  margin: 0 -10px;
}
.row20 .gr4 {
  padding: 0 10px;
}

.row30 {
  margin: 0 -15px;
}
.row30 .gr3, .row30 .gr4, .row30 .gr6 {
  padding: 0 15px;
}

.row32 {
  margin: 0 -16px;
}
.row32 .gr3, .row32 .gr4, .row32 .gr6 {
  padding: 0 16px;
}

.movie-wrap {
  margin: 20px 0;
}
.movie-wrap iframe {
  max-width: 100%;
}

hr.line-2 {
  display: none;
}

.post-thumbnail {
  text-align: center;
}

/* ----------------------------------------
* header
---------------------------------------- */
/* header-nav-bar */
.header-nav-bar {
  color: #2b2b2b;
  padding: 12px 0;
  border-bottom: 1px solid #e3e3e3;
}
.header-nav-bar a {
  color: #2b2b2b;
}

.header-nav-area {
  float: right;
  text-align: left;
}
.header-nav-area #header-sns,
.header-nav-area .header-search,
.header-nav-area .header-nav-btn {
  float: left;
}
.header-nav-area #header-sns,
.header-nav-area .header-search {
  padding: 0 12px;
}
.header-nav-area #header-sns {
  overflow: hidden;
}
.header-nav-area #header-sns li {
  float: left;
  font-size: 20px;
  margin: 0 6px;
}
.header-nav-area #header-sns li i {
  vertical-align: top;
  line-height: 32px;
  font-size: 14px;
}
.header-nav-area #header-sns li a {
  display: block;
  border: 1px solid #2b2b2b;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
}
.header-nav-area #header-sns li a:hover {
  color: #fff;
}
.header-nav-area #header-sns li.facebook_icon a:hover {
  background: #305097;
  border-color: #305097;
}
.header-nav-area #header-sns li.twitter_icon a:hover {
  background: #00aced;
  border-color: #00aced;
}
.header-nav-area #header-sns li.google_icon a:hover {
  background: #db4a39;
  border-color: #db4a39;
}
.header-nav-area #header-sns li.feedly_icon a:hover {
  background: #61d900;
  border-color: #61d900;
}
.header-nav-area .header-nav-btn a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  background: #ffed24;
  line-height: 16px;
  border-radius: 5px;
}
.header-nav-area .header-nav-btn a:hover {
  background: #aada1a;
  color: #fff;
}
.header-nav-area #searchform {
  border-radius: 3px;
  border: 2px solid #e3e3e3;
}
.header-nav-area #searchform input[type=text] {
  padding: 6px 8px;
  line-height: 13px;
  background: #fafafa;
}
.header-nav-area #searchform button {
  line-height: 16px;
  padding: 6px;
  font-size: 14px;
  line-height: 13px;
  background: #fafafa;
}

#logo {
  float: left;
}
#logo img {
  max-width: 260px;
  height: auto;
}

#header {
  border-bottom: 1px solid #e3e3e3;
  background: #fff;
  position: relative;
}
#header .wrap {
  padding: 0;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

#header-menu-tog {
  display: none;
}

#mega-nav {
  background: #333;
  color: #fff;
  display: none;
  position: relative;
  z-index: 10;
}
#mega-nav .wrap {
  width: 840px;
  padding: 30px 0;
}
#mega-nav a {
  display: block;
  color: #fff;
}
#mega-nav a img {
  border: 3px solid #e3e3e3;
  margin-bottom: 20px;
}
#mega-nav a:hover img {
  border-color: #aada1a;
}
#mega-nav ul li {
  margin: 8px 0;
  font-size: 13px;
}
#mega-nav ul li a {
  position: relative;
  padding: 4px 4px 4px 20px;
}
#mega-nav ul li a:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #aada1a;
  position: absolute;
  top: 4px;
  left: 0;
}

#gnav {
  float: left;
}
#gnav ul {
  text-align: left;
}
#gnav ul li {
  float: left;
}
#gnav ul li a {
  display: block;
  padding: 12px 18px;
  text-align: center;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
}
#gnav ul li a:hover {
  color: #aada1a;
}

#header-pro-nav {
  float: right;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
#header-pro-nav a {
  display: block;
  background: #fafafa;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 26px;
  color: #2b2b2b;
}
#header-pro-nav a:after {
  content: '\f107';
  font-family: FontAwesome;
}

#spnav {
  visibility: hidden;
  position: fixed;
  padding: 20px 0 100px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}
#spnav #close-btn {
  display: block;
  text-align: right;
  padding: 0 12px;
  font-size: 24px;
  vertical-align: top;
}
#spnav .wrap {
  margin-bottom: 50px;
}
#spnav .sp-pro-list li a {
  display: block;
  overflow: hidden;
  padding: 12px;
}
#spnav .sp-pro-list li a img {
  float: left;
}
#spnav .sp-pro-list li a .title {
  margin-left: 80px;
  padding: 10px 0;
}
#spnav #header-sns,
#spnav .header-search,
#spnav .header-nav-btn {
  text-align: center;
  float: none;
  margin-bottom: 12px;
}
#spnav .header-nav-btn a {
  display: block;
  padding: 12px;
  color: #2b2b2b;
}
#spnav #header-sns {
  margin-bottom: 0;
}
#spnav .header-nav-area {
  text-align: center;
}
#spnav .header-nav-area #searchform {
  border-radius: 18px;
}
#spnav .header-nav-area #searchform button {
  line-height: 26px;
}
#spnav .header-nav-area #searchform input[type=text] {
  line-height: 18px;
  padding: 8px;
}
#spnav .header-nav-area #header-sns li {
  display: inline-block;
  float: none;
}
#spnav .header-nav-area #header-sns li a i {
  display: block;
  width: 36px;
  border-radius: 18px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  background: #fff;
  color: #2b2b2b;
}
#spnav #gnav-ul {
  margin: 12px 0;
}
#spnav #gnav-ul li {
  border-bottom: 1px solid #fff;
}
#spnav #gnav-ul li a {
  display: block;
  padding: 8px 12px;
}

#spnav a {
  color: #fff;
}

#spnav.active {
  visibility: visible;
  opacity: 1;
}

.breadcrumbs {
  background: #aada1a;
}
.breadcrumbs .wrap {
  padding: 8px 0;
}
.breadcrumbs .breadcrumb {
  overflow: hidden;
}
.breadcrumbs .breadcrumb li {
  display: inline;
  font-size: 12px;
}
.breadcrumbs .breadcrumb li a {
  color: #2b2b2b;
}

.bnr-area {
  background: #fbfbfb;
  padding: 42px 0;
  text-align: center;
}

/* ----------------------------------------
* mainv
---------------------------------------- */
.flexslider .slides {
  height: 540px;
}

.flexslider .slides img {
  width: 2000px !important;
  max-width: 2000px !important;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 1200px) {
  /* laptop */
  .flexslider .slides {
    height: 445px;
  }

  .flexslider .slides img {
    width: 1600px !important;
    max-width: 1600px !important;
  }

  .footer-other-products .wrap {
    width: auto !important;
    margin-left: 20px;
    margin-right: 20px;
  }

  /* laptop end */
}
.sp-show {
  display: none;
}

.sp-hide {
  display: block;
}

@media screen and (max-width: 991px) {
  /* tablet */
  .flexslider .slides {
    height: 334px;
  }

  .flexslider .slides img {
    width: 1200px !important;
    max-width: 1200px !important;
  }

  #header-pro-nav {
    display: none;
  }

  .sp-show {
    display: block;
  }

  .sp-hide {
    display: none;
  }

  #header {
    padding: 12px 0;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .flexslider .slides {
    height: 200px;
  }

  .flexslider .slides img {
    width: 800px !important;
    max-width: 800px !important;
  }

  /* phone end */
}
@media screen and (max-width: 520px) {
  /* phone */
  .flexslider .slides {
    height: 150px;
  }

  .flexslider .slides img {
    width: 520px !important;
    max-width: 520px !important;
  }

  /* phone end */
}
/* ----------------------------------------
* main
---------------------------------------- */
body.home #content {
  padding-top: 20px;
}

#content {
  padding: 45px 0 120px;
}
#content .reply {
  text-align: right;
  font-size: 14px;
}
#content .reply a {
  color: #fda00d;
}

.home-link a {
  width: 100%;
  max-width: 430px;
  display: block;
  margin: 20px auto;
  padding: 20px;
  border-radius: 5px;
  background: #2d2d2d;
  color: #fff;
  text-align: center;
  position: relative;
}
.home-link a:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  font-size: 24px;
  top: 12px;
  right: 20px;
}
.home-link a:hover {
  opacity: .8;
}

/* comment */
.comment-author {
  padding-bottom: 20px;
}
.comment-author img {
  float: left;
}
.comment-author .comment-author-meta {
  margin-left: 80px;
}

.comment-text {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 3px;
  position: relative;
}
.comment-text:before {
  position: absolute;
  top: -20px;
  left: 15px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid #f1f1f1;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

#comments .depth-1 {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
}
#comments ol ol {
  padding-left: 40px;
}
#comments form.comment-form {
  padding: 32px 0;
}
#comments form.comment-form p {
  margin-bottom: 1em;
}
#comments form.comment-form .form-submit input[type="submit"] {
  display: block;
  background: #aada1a;
  border-bottom: 4px solid #98c317;
  padding: 10px 20px;
  text-align: center;
  max-width: 200px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
#comments form.comment-form .form-submit input[type="submit"]:hover {
  cursor: pointer;
  opacity: .8;
}
#comments .logged-in-as {
  font-size: 12px;
  margin-bottom: 20px;
}

/* pagenation
---------------------------------------- */
.pagination {
  margin: 0 0;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 8px 16px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #dadada;
}

.pagination a:hover {
  background: #595959;
}

.pagination .current {
  padding: 8px 16px;
  background: #595959;
}

/* index
---------------------------------------- */
.post-loop-wrap article,
body.blog .post-loop-wrap.home-loop article {
  margin-bottom: 30px;
}
.post-loop-wrap article a,
body.blog .post-loop-wrap.home-loop article a {
  display: block;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  color: #2b2b2b;
  overflow: hidden;
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}
.post-loop-wrap article a .more,
body.blog .post-loop-wrap.home-loop article a .more {
  color: #aada1a;
}
.post-loop-wrap article a:hover,
body.blog .post-loop-wrap.home-loop article a:hover {
  background: #fafafa;
}
.post-loop-wrap article a:hover .post-title,
body.blog .post-loop-wrap.home-loop article a:hover .post-title {
  color: #aada1a;
}
.post-loop-wrap article a:hover .post-thumbnail img,
body.blog .post-loop-wrap.home-loop article a:hover .post-thumbnail img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.post-loop-wrap article.cotent-none a,
body.blog .post-loop-wrap.home-loop article.content-none a {
  border: none;
}
.post-loop-wrap article.cotent-none a:hover,
body.blog .post-loop-wrap.home-loop article.content-none a:hover {
  background: transparent;
}
.post-loop-wrap article .post-thumbnail,
body.blog .post-loop-wrap.home-loop article .post-thumbnail {
  position: relative;
  float: left;
  width: 300px;
  background: transparent;
  padding: 0;
  min-height: 30px;
  margin-bottom: 0;
  overflow: hidden;
}
.post-loop-wrap article .post-thumbnail img,
body.blog .post-loop-wrap.home-loop article .post-thumbnail img {
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}
.post-loop-wrap article .cat,
body.blog .post-loop-wrap.home-loop article .cat  {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.post-loop-wrap article .post-conts,
body.blog .post-loop-wrap.home-loop article .post-conts  {
  margin-left: 300px;
  padding: 20px 20px 12px;
}
.post-loop-wrap article .post-meta,
body.blog .post-loop-wrap.home-loop article .post-meta {
  overflow: hidden;
  margin-top: 50px;
}
.post-loop-wrap article .post-meta .date,
body.blog .post-loop-wrap.home-loop article .post-meta .date  {
  float: left;
}
.post-loop-wrap article .post-meta .more,
body.blog .post-loop-wrap.home-loop article .post-meta .more {
  float: right;
}
.post-loop-wrap article .post-title,
body.blog .post-loop-wrap.home-loop article .post-title {
  clear: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
}

/* single
---------------------------------------- */
.post-header {
  font-size: 14px;
}
.post-header .post-meta {
  overflow: hidden;
}
.post-header .cat {
  float: left;
  background: #aada1a;
  color: #fff;
  padding: 6px 10px;
}
.post-header .date {
  float: right;
}
.post-header .post-title {
  margin: 30px 0 40px;
}
.post-header-meta {
  overflow: hidden;
}
.post-header-meta {
  overflow: hidden;
  font-size: 0;
  margin-bottom: 16px;
}
.bzb-sns-btn,
.post-author-mini {
  display: inline-block;
  vertical-align: top;
}
.bzb-sns-btn {
  width: 60%;
  margin-bottom: 12px;
}
.bzb-sns-btn li {
  margin-bottom: 8px;
}
.post-author-mini {
  width: 40%;
}
.post-author-mini .author-img {
  float: left;
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.post-author-mini .author-des {
  margin-left: 65px;
}
.post-author-mini .author-des .name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.post-author-mini .author-des .catch {
  font-size: 12px;
}
.bzb-sns-btn {
  margin-bottom: 32px;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.bzb-sns-btn li.bzb-facebook .fb_iframe_widget span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 70px;
}
.bzb-sns-btn li.bzb-twitter {
  width: 96px;
}

.post-share .fb_iframe_widget span {
  max-width: 100%;
}

.fb-like iframe, .item-facebook-like iframe {
  max-width: none !important;
  /*こちらを優先*/
}

.post-thumbnail {
  background: url(images/bg_dot_gray.png);
  padding: 10px;
  margin-bottom: 32px;
}

.post-content h2 {
  border-bottom: 3px solid #aada1a;
  padding: 8px;
}
.post-content h3 {
  border-left: 8px solid #aada1a;
  padding: 4px 8px;
}
.post-content h4 {
  background: #eee;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  border-radius: 3px;
}
.post-content blockquote {
  background: #fff;
}
.post-content table {
  border-color: #fff;
}
.post-content table th, .post-content table td {
  border-color: #fff;
  color: #2b2b2b;
}
.post-content table tr:nth-child(even) {
  background: #fafafa;
}
.post-content table thead th {
  background: #aada1a;
  color: #fff;
}
.post-content table tbody th {
  font-weight: bold;
  background: transparent;
}
.post-content table.tb01 {
  border-color: #fff;
}
.post-content table.tb01 th, .post-content table.tb01 td {
  border-color: #fff;
  color: #2b2b2b;
  padding: 24px 32px;
}
.post-content table.tb01 th {
  font-weight: bold;
  background: #ececec;
  width: 25%;
  font-size: 14px;
  font-weight: bold;
}
.post-content table.tb01 td {
  background: #f9f9f9;
}
.post-content ul {
  list-style: circle;
  list-style-position: inside;
}
.post-content ol {
  list-style: decimal;
  list-style-position: inside;
}
.post-content dl dt, .post-content dl dd {
  padding: 6px 10px;
}
.post-content dl dt {
  float: left;
  background: #aada1a;
  color: #fff;
  font-weight: bold;
  width: 25%;
}
.post-content dl dd {
  margin-left: 26%;
}
.post-content .think-img{  
  overflow: hidden;
  clear: both;
  padding: 30px 0 0 0;
}
.post-content .think-img01{
  width: 30%;
  float: left;
}
.post-content .think-img02{
  width: 65%;
}

.footer-pro-link h4 {
  border-bottom: 4px solid #aada1a;
  padding: 8px 0;
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 24px;
}
.footer-pro-link li {
  margin-bottom: 10px;
}
.footer-pro-link a {
  display: block;
  overflow: hidden;
  background: #393939;
  color: #fff;
}
.footer-pro-link a:hover {
  opacity: .8;
}
.footer-pro-link a h5 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff;
  line-height: 1.4;
}
.footer-pro-link a .copy {
  color: #aada1a;
  margin-bottom: 10px;
}
.footer-pro-link a .desc {
  font-size: 13px;
  color: #fff;
}
.footer-pro-link .thumb {
  float: left;
  width: 39.2%;
}
.footer-pro-link .thumb img {
  width: 100%;
  height: auto;
}
.footer-pro-link .cont {
  margin-left: 39.2%;
  padding: 20px 24px;
}

.post-footer {
  padding-top: 1.6em;
  padding-bottom: 60px;
}
.post-footer a {
  color: #2b2b2b;
}
.post-footer a:hover {
  text-decoration: underline;
}

.post-sns a {
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 20px 10px 15px;
  color: #fff;
}
.post-sns a:hover {
  opacity: .8;
}
.post-sns a i.fa {
  font-size: 21px;
}
.post-sns .post-sns-facebook a {
  background: #305097;
  border-bottom: 4px solid #2a4684;
}
.post-sns .post-sns-twitter a {
  background: #00aced;
  border-bottom: 4px solid #0099d3;
}
.post-sns .post-sns-google a {
  background: #db4a39;
  border-bottom: 4px solid #d43927;
}
.post-sns .post-sns-feedly a {
  background: #61d900;
  border-bottom: 4px solid #56c000;
}

.post-share {
  margin-bottom: 56px;
}
.post-share h4 {
  border-bottom: 4px solid #aada1a;
  padding: 8px 0;
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 24px;
}
.post-share .post-footer-fb {
  margin-bottom: 32px;
}

/* CTA */
.post-cta {
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #f5f5f5;
  background: #f9f6f1;
  margin: 0 0 40px;
}
.post-cta .cta-post-title {
  padding: 20px 40px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 32px;
  background-color: #fff;
  border-bottom: solid 3px #AADA1A;
}
.post-cta strong {
  /*font-size: 20px;*/
  font-weight: bold;
}
.post-cta .post-cta-cont {
  padding: 0 56px 56px;
  overflow: hidden;
}
.post-cta .post-cta-img {
  float: right;
  margin-left: 20px;
  width: 50%;
}
.post-cta .post-cta-btn {
  margin-top: 40px;
}
.post-cta .post-cta-btn a {
  display: block;
  border-radius: 5px;
  background: #fda00d;
  border-bottom: 3px solid #d58302;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.post-cta .post-cta-btn a:hover {
  opacity: .8;
}

.post-footer-related h4,
#comments h4 {
  font-size: 22px;
  background: url(images/bg_line.png) repeat-x left bottom;
  padding: 10px 0;
  margin-bottom: 30px;
}

/* post-footer-related */
.post-footer-related {
  margin-bottom: 40px;
  font-size: 14px;
}
.post-footer-related .gr4 {
  margin-bottom: 20px;
}
.post-footer-related a {
  display: block;
  color: #fff;
  position: relative;
  padding: 4px;
  background: url(images/bg_dot_gray.png);
  text-align: center;
}
.post-footer-related a img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.post-footer-related a .inner {
  position: relative;
}
.post-footer-related a .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 4px;
  text-align: left;
}
.post-footer-related a:hover {
  background: #aada1a;
}

.post-author {
  margin-bottom: 40px;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  padding: 32px;
}
.post-author .post-author-img {
  float: left;
  width: 100px;
}
.post-author .post-author-meta {
  margin-left: 120px;
}
.post-author .post-author-meta h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

/* LP */
body.single-lp #side {
  width: 350px;
  margin-left: -350px;
}
body.single-lp #side .lp-form {
  background: #efefef;
  padding: 30px;
  border: 4px solid #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
body.single-lp #side .lp-form h3 {
  text-align: center;
  font-size: 24px;
}
body.single-lp #side .lp-form input {
  width: 100%;
  border: none;
}
body.single-lp #side .lp-form input[type=submit] {
  background: #aada1a;
  border-bottom: 4px solid #86ac15;
  border-radius: 5px;
  color: #fff;
}
body.single-lp #side .lp-form dt {
  margin-bottom: 4px;
}
body.single-lp #side .lp-form dd {
  margin-bottom: 12px;
}
body.single-lp .main-inner {
  margin-right: 410px;
}
body.single-lp .lp-header {
  color: #aada1a;
  font-size: 40px;
}
body.single-lp .lp-thumbnail {
  float: right;
  margin: 0 0 20px 20px;
}
body.single-lp .post-content strong {
  font-size: 24px;
}

/* page
---------------------------------------- */
body.page .post-title {
  margin: 0 0 40px;
}

/* contact */
.wpcf7-list-item {
  display: block;
}

.rec {
  color: #f00;
}

.gray-box-scr {
  border: 1px solid #e3e3e3;
  background: #fafafa;
  overflow-y: scroll;
  padding: 20px;
  font-size: 14px;
  color: #666;
  height: 240px;
  margin-bottom: 20px;
}

.wpcf7-submit {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  display: block;
  padding: 20px;
  background: #aada1a;
  border-bottom: 5px solid #86ac15 !important;
}
.wpcf7-submit:hover {
  opacity: .8;
}
.wpcf7-submit:disabled {
  border-bottom: none;
  background: #ccc;
  border-bottom: 5px solid #aaa !important;
}
.wpcf7-submit:disabled:hover {
  cursor: default;
  opacity: 1;
}

/* ----------------------------------------
* products 商品
---------------------------------------- */
body.page-template-products .main-inner,
body.page-template-products-page .main-inner {
  margin: 0;
}
body.page-template-products .mainv-wrap,
body.page-template-products-page .mainv-wrap {
  height: 546px;
  background-position: center top;
  background-repeat: no-repeat;
}
body.page-template-products #content,
body.page-template-products-page #content {
  padding-top: 0;
}
body.page-template-products #content #main,
body.page-template-products-page #content #main {
  float: none;
}
body.page-template-products #content .breadcrumbs,
body.page-template-products-page #content .breadcrumbs {
  background: transparent;
}
body.page-template-products #content .breadcrumbs ol,
body.page-template-products-page #content .breadcrumbs ol {
  border-bottom: 1px solid #e3e3e3;
  padding: 8px 0;
}
body.page-template-products .post-header,
body.page-template-products-page .post-header {
  padding: 20px 0;
}

body.page-template-products #contact,
body.page-template-products-page #contact {
  font-size: 16px;
  color: #444;
}

body.page-template-products.page .post-title {
  margin-bottom: 16px;
}
body.page-template-products.page .pro-desc {
  margin-bottom: 20px;
}

.pro-nav {
  color: #fff;
  font-size: 14px;
}
.pro-nav a {
  color: #fff;
}
.pro-nav ul {
  overflow: hidden;
  background: #222;
}
.pro-nav ul li {
  float: left;
  width: 175px;
}
.pro-nav ul li a {
  display: block;
  padding: 16px 10px 16px 48px;
  background-color: #222;
}
.pro-nav ul li a:hover {
  background-color: #444;
}
.pro-nav ul li.pro-nav-01 a {
  background: url(./images/icon_pronav_01.png) no-repeat 12px 12px;
}
.pro-nav ul li.pro-nav-01 a:hover {
  background-color: #444;
}
.pro-nav ul li.pro-nav-02 a {
  background: url(./images/icon_pronav_02.png) no-repeat 12px 12px;
}
.pro-nav ul li.pro-nav-02 a:hover {
  background-color: #444;
}
.pro-nav ul li.pro-nav-03 a {
  background: url(./images/icon_pronav_03.png) no-repeat 12px 12px;
}
.pro-nav ul li.pro-nav-03 a:hover {
  background-color: #444;
}
.pro-nav ul li.pro-nav-04 a {
  background: url(./images/icon_pronav_04.png) no-repeat 12px 12px;
}
.pro-nav ul li.pro-nav-04 a:hover {
  background-color: #444;
}
.pro-nav ul li.pro-nav-05 {
  float: right;
  width: 330px;
}
.pro-nav ul li.pro-nav-05 a {
  background-color: #aada1a;
  color: #2b2b2b;
  position: relative;
  padding: 16px 20px 16px 60px;
  text-align: center;
  overflow: hidden;
}
.pro-nav ul li.pro-nav-05 a:before {
  position: absolute;
  top: -60px;
  left: -60px;
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background: #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pro-nav ul li.pro-nav-05 a i.fa {
  color: #fff;
  font-size: 21px;
}

.post-content-list {
  padding: 50px 0 96px;
}
.post-content-list h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.post-content-list .thumbs {
  margin-bottom: 12px;
}
.post-content-list .title {
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.post-content-list .title a {
  font-size: 18px;
  color: #2b2b2b;
  text-align: center;
}
.post-content-list .btn {
  width: 190px;
  margin: 12px auto;
  display: block;
  padding: 8px;
  border-radius: 5px;
  position: relative;
  background: #2d2d2d;
  color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
.post-content-list .btn:after {
  content: '\f08e';
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  right: 8px;
}
.post-content-list .btn:hover {
  background: #aada1a;
}
.post-content-list .desc {
  font-size: 14px;
}
.post-content-list .gr4 {
  margin: 0 auto;
}

.pro-page-link {
  padding: 60px 0 72px;
  background: url(./images/bg_dot_gray.png);
}
.pro-page-link h2 {
  text-align: center;
  font-weight: bold;
  color: #2b2b2b;
  margin: 0 0 20px;
  text-align: center;
  border: none;
  font-size: 22px;
}
.pro-page-link .inner {
  border: 1px solid #e3e3e3;
  overflow: hidden;
  background: #fff;
}
.pro-page-link .thumb {
  float: left;
  border-right: 1px solid #e3e3e3;
}
.pro-page-link .cont {
  margin-left: 150px;
}
.pro-page-link h3 {
  margin: 0;
  border-left: none;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
  padding: 12px;
}
.pro-page-link h3 a {
  color: #2b2b2b;
}
.pro-page-link p {
  padding: 12px;
  font-size: 14px;
  margin: 0;
}
.pro-page-link .row {
  margin-left: -10px;
  margin-right: -10px;
}
.pro-page-link .row .gr6 {
  padding-left: 10px;
  padding-right: 10px;
}

#pro-use,
.pro-page-list,
.footer-other-products {
  padding: 60px 0 72px;
}
#pro-use h2,
.pro-page-list h2,
.footer-other-products h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

#pro-use .desc {
  margin-bottom: 20px;
}
#pro-use .thumb {
  position: relative;
}
#pro-use .thumb .cat {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 4px;
}
#pro-use a {
  display: block;
  color: #2b2b2b;
}
#pro-use a .thumb {
  border: 3px solid #eee;
}
#pro-use a .title {
  line-height: 1.4;
  margin: 12px 0;
  height: 2.8em;
  font-size: 14px;
  color: #2b2b2b;
}
#pro-use a:hover {
  text-decoration: underline;
  color: #2b2b2b;
}
#pro-use a:hover .thumb {
  border: 3px solid #aada1a;
}

.list-wrap {
  border: 2px solid #e3e3e3;
}
.list-wrap ul {
  padding: 0;
  margin: 0;
}
.list-wrap ul li {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 24px;
  overflow: hidden;
}
.list-wrap ul li .list-icon {
  float: left;
}
.list-wrap ul li .list-meta {
  margin-left: 100px;
}
.list-wrap ul li:nth-child(odd) {
  background: #fafafa;
}
.list-wrap ul li h3 {
  font-weight: bold;
  margin-bottom: 8px;
}
.list-wrap ul li .desc {
  font-size: 14px;
}
.list-wrap .btn {
  width: 190px;
  margin: 12px auto;
  display: block;
  padding: 8px;
  border-radius: 5px;
  position: relative;
  background: #2d2d2d;
  color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
.list-wrap .btn:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
  right: 8px;
}
.list-wrap .btn:hover {
  background: #aada1a;
}

.footer-other-products {
  background: url(images/bg_dot_gray.png);
}
.footer-other-products h2 {
  text-align: center;
}
.footer-other-products .wrap {
  width: 790px;
}
.footer-other-products .inner {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.footer-other-products .thumb {
  position: relative;
}
.footer-other-products .thumb a {
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
}
.footer-other-products .cont {
  padding: 60px 24px 24px;
}
.footer-other-products .cont h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.footer-other-products .cont .tag {
  margin-bottom: 12px;
}
.footer-other-products .cont .tag span {
  font-size: 12px;
  color: #888;
  border: 1px solid #444;
  padding: 4px 6px;
}
.footer-other-products ul {
  text-align: left;
  padding: 0 24px 24px;
}
.footer-other-products ul li {
  position: relative;
}
.footer-other-products ul li a {
  padding: 4px 4px 4px 24px;
  display: block;
  text-decoration: underline;
  color: #2b2b2b;
}
.footer-other-products ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '\f10c';
  font-family: FontAwesome;
  color: #808080;
}
.footer-other-products .prod-link {
  text-align: center;
  padding-bottom: 24px;
}
.footer-other-products .prod-link a {
  width: 190px;
  margin: 12px auto;
  display: block;
  padding: 8px;
  border-radius: 5px;
  position: relative;
  background: #2d2d2d;
  color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
.footer-other-products .prod-link a:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  right: 8px;
}
.footer-other-products .prod-link a:hover {
  background: #aada1a;
}

#pro-footer-contact {
  padding: 50px 0;
}
#pro-footer-contact .footer-contact-box {
  background: url(./images/bg_dot_gray.png);
  padding: 10px;
  position: relative;
}
#pro-footer-contact .footer-contact-box .sp-hide {
  display: inline;
}
#pro-footer-contact .footer-contact-box .inner {
  background: #fff;
  overflow: hidden;
  padding: 30px;
  width: 100%;
}
#pro-footer-contact .footer-contact-box .cont-wrap {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#pro-footer-contact .footer-contact-box .footer-contact-01 {
  width: auto;
  display: table-cell;
  padding-right: 30px;
  width: 42.8%;
}
#pro-footer-contact .footer-contact-box .footer-contact-02 {
  width: 29.4%;
  display: table-cell;
  border-left: 1px solid #e3e3e3;
  font-size: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#pro-footer-contact .footer-contact-box .footer-contact-02 i.fa {
  color: #aada1a;
}
#pro-footer-contact .footer-contact-box .footer-contact-02 .btn {
  font-size: 14px;
  color: #2b2b2b;
}
#pro-footer-contact .footer-contact-box .footer-contact-02 .btn i.fa.fa-envelope-o {
  color: #2b2b2b;
}
#pro-footer-contact .footer-contact-box .footer-contact-02 .btn i.fa.fa-angle-right {
  color: #fff;
}
#pro-footer-contact .footer-contact-box .footer-contact-03 {
  width: 27.6%;
  display: table-cell;
  border-left: 1px solid #e3e3e3;
  padding-left: 30px;
  text-align: center;
  vertical-align: top;
  font-size: 18px;
}
#pro-footer-contact .footer-contact-box .footer-contact-03 p {
  margin-bottom: 18px;
}
#pro-footer-contact .footer-contact-box .footer-contact-03 i.fa {
  color: #aada1a;
}
#pro-footer-contact .footer-contact-box .footer-contact-03 .btn {
  font-size: 14px;
  color: #2b2b2b;
}
#pro-footer-contact .footer-contact-box .footer-contact-03 .btn i.fa.fa-shopping-cart {
  color: #2b2b2b;
}
#pro-footer-contact .footer-contact-box .footer-contact-03 .btn i.fa.fa-external-link {
  color: #fff;
}
#pro-footer-contact .footer-contact-box span.orime {
  display: block;
  width: 48px;
  height: 24px;
  background: url(./images/bg_footer_contact_.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
#pro-footer-contact .footer-contact-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
#pro-footer-contact .footer-contact-box .btn {
  display: block;
  border-radius: 3px;
  background: #aada1a;
  color: #fff;
  text-align: center;
  padding: 12px;
}

body.home .footer-other-products .wrap {
  width: 1200px;
}

body.page-template-products-page .post-content {
  padding: 50px 0;
}
body.page-template-products-page .pro-reviw-cont {
  background: url(./images/bg_dot_gray.png);
  padding: 10px;
}
body.page-template-products-page .pro-reviw-cont .inner {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-bottom: none;
}
body.page-template-products-page .pro-reviw-cont ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-template-products-page .pro-reviw-cont li {
  border-bottom: 1px solid #e3e3e3;
  padding: 30px;
  margin: 0;
  overflow: hidden;
}
body.page-template-products-page .pro-reviw-cont li:nth-child(even) {
  background: #fafafa;
}
body.page-template-products-page .pro-reviw-cont li .thumb {
  width: 80px;
  height: 80px;
  float: left;
  overflow: hidden;
  border-radius: 50px;
}
body.page-template-products-page .pro-reviw-cont li .thumb img {
  width: auto;
  height: 100%;
}
body.page-template-products-page .pro-reviw-cont li .cont {
  margin-left: 110px;
}
body.page-template-products-page .pro-reviw-cont li .cont h3 {
  font-weight: bold;
  border: none;
  clear: none;
  font-size: 16px;
  margin: 0 0 12px;
  padding: 0;
}
body.page-template-products-page .pro-reviw-cont li .cont p {
  margin: 0;
  font-size: 14px;
}
body.page-template-products-page .pro-faq-01,
body.page-template-products-page .pro-faq-02 {
  background: url(./images/bg_dot_gray.png);
  padding: 10px 11px 11px 10px;
  margin-bottom: 80px;
}
body.page-template-products-page .pro-faq-01 .inner,
body.page-template-products-page .pro-faq-02 .inner {
  background: #fff;
  border: 1px solid #e3e3e3;
}
body.page-template-products-page .pro-faq-01 h2,
body.page-template-products-page .pro-faq-02 h2 {
  margin: 0 0 32px;
  padding: 12px;
  text-align: center;
  font-size: 22px;
}
body.page-template-products-page .pro-faq-01 .sub-conts,
body.page-template-products-page .pro-faq-02 .sub-conts {
  padding: 30px 15px;
}
body.page-template-products-page .pro-faq-01 .sub-conts .gr6,
body.page-template-products-page .pro-faq-02 .sub-conts .gr6 {
  padding-left: 15px;
  padding-right: 15px;
}
body.page-template-products-page .pro-faq-01 .sub-conts h3,
body.page-template-products-page .pro-faq-02 .sub-conts h3 {
  border: 0;
  background: #f0f0f0;
  padding: 8px 12px;
  margin: 0 0 12px;
  font-size: 17px;
}
body.page-template-products-page .pro-faq-01 .sub-conts dl,
body.page-template-products-page .pro-faq-02 .sub-conts dl {
  margin-bottom: 0;
  counter-increment: count;
}
body.page-template-products-page .pro-faq-01 .sub-conts dl dt,
body.page-template-products-page .pro-faq-02 .sub-conts dl dt {
  border-bottom: 1px solid #e3e3e3;
  background: #fff;
  display: block;
  float: none;
  width: 100%;
  color: #2b2b2b;
  margin: 0;
  padding: 12px 12px 12px 52px;
  position: relative;
}
body.page-template-products-page .pro-faq-01 .sub-conts dl dt:hover,
body.page-template-products-page .pro-faq-02 .sub-conts dl dt:hover {
  cursor: pointer;
}
body.page-template-products-page .pro-faq-01 .sub-conts dl dt:before,
body.page-template-products-page .pro-faq-02 .sub-conts dl dt:before {
  content: "Q" counter(count);
  font-weight: normal;
  font-family: Impact;
  position: absolute;
  top: 8px;
  left: 12px;
  display: block;
  color: #fff;
  background: #2b2b2b;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 16px;
}
body.page-template-products-page .pro-faq-01 .sub-conts dl dd,
body.page-template-products-page .pro-faq-02 .sub-conts dl dd {
  border-bottom: 1px solid #e3e3e3;
  background: #fafafa;
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 8px 30px 16px 54px;
  font-size: 14px;
  position: relative;
  display: none;
}
body.page-template-products-page .pro-faq-01 .sub-conts dl dd:before,
body.page-template-products-page .pro-faq-02 .sub-conts dl dd:before {
  content: "A" counter(count);
  font-weight: normal;
  font-family: Impact;
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  color: #fff;
  background: #aada1a;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 16px;
}

body.page-template-products-page {
  /* ひめトレ */
  /* スイングストレッチ */
}
body.page-template-products-page #content {
  padding-top: 0;
}
body.page-template-products-page .wrap.pro-01 .post-content {
  background: url(./images/bg_dot_gray.png);
  padding: 10px;
  margin-bottom: 40px;
}
body.page-template-products-page .wrap.pro-01 .post-content .inner {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 38px 98px;
  overflow: hidden;
}
body.page-template-products-page .wrap.pro-01 .post-content .inner h3 {
  clear: both;
}
body.page-template-products-page .wrap.pro-01 .post-content .div01 {
  background: url(./images/pro_01_about_div_bg.jpg) no-repeat top right #F9F9F9;
  clear: both;
  padding: 24px 220px 18px 40px;
}
body.page-template-products-page .wrap.pro-01 .post-content .div01 h4 {
  background: transparent;
  margin: 0 0 12px;
  font-weight: bold;
}
body.page-template-products-page .wrap.pro-01 .post-content dl dt {
  background: #f9f9f9;
  color: #2b2b2b;
}
body.page-template-products-page .wrap.pro-01 .post-content.use .lead {
  background: #eee;
}
body.page-template-products-page .wrap.pro-01 .post-content.use dl dt {
  background: transparent;
  color: #aada1a;
  border: 1px solid #aada1a;
}
body.page-template-products-page .wrap.pro-01 .lead {
  background: #000000;
  padding: 5px;
  text-align: center;
}
body.page-template-products-page .wrap.pro-01 .pro-footer-nav {
  padding: 20px 64px;
}
body.page-template-products-page .wrap.pro-01 .pro-footer-nav .inner {
  border: 1px solid #e3e3e3;
  overflow: hidden;
}
body.page-template-products-page .wrap.pro-01 .pro-footer-nav .thumb {
  float: left;
  border-right: 1px solid #e3e3e3;
}
body.page-template-products-page .wrap.pro-01 .pro-footer-nav .cont {
  margin-left: 170px;
}
body.page-template-products-page .wrap.pro-01 .pro-footer-nav h2 {
  margin: 0 0 20px;
  text-align: center;
  color: #aada1a;
  border: none;
  font-size: 22px;
}
body.page-template-products-page .wrap.pro-01 .pro-footer-nav h3 {
  margin: 0;
  border-left: none;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
  padding: 12px;
}
body.page-template-products-page .wrap.pro-01 .pro-footer-nav h3 a {
  color: #2b2b2b;
}
body.page-template-products-page .wrap.pro-01 .pro-footer-nav p {
  padding: 12px;
  font-size: 14px;
  margin: 0;
}
body.page-template-products-page .wrap.pro-01 .pro-footer-nav .row {
  margin-left: -10px;
  margin-right: -10px;
}
body.page-template-products-page .wrap.pro-01 .pro-footer-nav .row .gr6 {
  padding-left: 10px;
  padding-right: 10px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-products-page .wrap.pro-02 .post-content {
  background: url(./images/bg_dot_gray.png);
  padding: 10px;
  margin-bottom: 40px;
}
body.page-template-products-page .wrap.pro-02 .post-content h2, body.page-template-products-page .wrap.pro-02 .post-content h3 {
  border-color: #e94f8f;
}
body.page-template-products-page .wrap.pro-02 .post-content .inner {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 38px 98px;
  overflow: hidden;
}
body.page-template-products-page .wrap.pro-02 .post-content .inner h3 {
  clear: both;
}
body.page-template-products-page .wrap.pro-02 .post-content .div01 {
  background: url(./images/pro_01_about_div_bg.jpg) no-repeat top right #F9F9F9;
  clear: both;
  padding: 24px 220px 18px 40px;
}
body.page-template-products-page .wrap.pro-02 .post-content .div01 h4 {
  background: transparent;
  margin: 0 0 12px;
  font-weight: bold;
}
body.page-template-products-page .wrap.pro-02 .post-content dl dt {
  background: #f9f9f9;
  color: #2b2b2b;
}
body.page-template-products-page .wrap.pro-02 .post-content.use .lead {
  background: #eee;
}
body.page-template-products-page .wrap.pro-02 .post-content.use dl dt {
  background: transparent;
  color: #e94f8f;
  border: 1px solid #e94f8f;
}
body.page-template-products-page .wrap.pro-02 .lead {
  background: #000000;
  padding: 5px;
  text-align: center;
}
body.page-template-products-page .wrap.pro-02 .pro-footer-nav {
  padding: 20px 64px;
}
body.page-template-products-page .wrap.pro-02 .pro-footer-nav .inner {
  border: 1px solid #e3e3e3;
  overflow: hidden;
}
body.page-template-products-page .wrap.pro-02 .pro-footer-nav .thumb {
  float: left;
  border-right: 1px solid #e3e3e3;
}
body.page-template-products-page .wrap.pro-02 .pro-footer-nav .cont {
  margin-left: 170px;
}
body.page-template-products-page .wrap.pro-02 .pro-footer-nav h2 {
  margin: 0 0 20px;
  text-align: center;
  color: #e94f8f;
  border: none;
  font-size: 22px;
}
body.page-template-products-page .wrap.pro-02 .pro-footer-nav h3 {
  margin: 0;
  border-left: none;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
  padding: 12px;
}
body.page-template-products-page .wrap.pro-02 .pro-footer-nav h3 a {
  color: #2b2b2b;
}
body.page-template-products-page .wrap.pro-02 .pro-footer-nav p {
  padding: 12px;
  font-size: 14px;
  margin: 0;
}
body.page-template-products-page .wrap.pro-02 .pro-footer-nav .row {
  margin-left: -10px;
  margin-right: -10px;
}
body.page-template-products-page .wrap.pro-02 .pro-footer-nav .row .gr6 {
  padding-left: 10px;
  padding-right: 10px;
}
body.page-template-products-page .wrap.pro-03 .post-content {
  background: url(./images/bg_dot_gray.png);
  padding: 10px;
  margin-bottom: 40px;
}
body.page-template-products-page .wrap.pro-03 .post-content h2, body.page-template-products-page .wrap.pro-03 .post-content h3 {
  border-color: #EC423C;
}
body.page-template-products-page .wrap.pro-03 .post-content .inner {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 38px 98px;
  overflow: hidden;
}
body.page-template-products-page .wrap.pro-03 .post-content .inner h3 {
  clear: both;
}
body.page-template-products-page .wrap.pro-03 .post-content .div01 {
  background: url(./images/pro_01_about_div_bg.jpg) no-repeat top right #F9F9F9;
  clear: both;
  padding: 24px 220px 18px 40px;
}
body.page-template-products-page .wrap.pro-03 .post-content .div01 h4 {
  background: transparent;
  margin: 0 0 12px;
  font-weight: bold;
}
body.page-template-products-page .wrap.pro-03 .post-content dl dt {
  background: #f9f9f9;
  color: #2b2b2b;
}
body.page-template-products-page .wrap.pro-03 .post-content.use .lead {
  background: #eee;
}
body.page-template-products-page .wrap.pro-03 .post-content.use dl dt {
  background: transparent;
  color: #EC423C;
  border: 1px solid #EC423C;
}
body.page-template-products-page .wrap.pro-03 .lead {
  background: #000000;
  padding: 5px;
  text-align: center;
}
body.page-template-products-page .wrap.pro-03 .pro-footer-nav {
  padding: 20px 64px;
}
body.page-template-products-page .wrap.pro-03 .pro-footer-nav .inner {
  border: 1px solid #e3e3e3;
  overflow: hidden;
}
body.page-template-products-page .wrap.pro-03 .pro-footer-nav .thumb {
  float: left;
  border-right: 1px solid #e3e3e3;
}
body.page-template-products-page .wrap.pro-03 .pro-footer-nav .cont {
  margin-left: 170px;
}
body.page-template-products-page .wrap.pro-03 .pro-footer-nav h2 {
  margin: 0 0 20px;
  text-align: center;
  color: #EC423C;
  border: none;
  font-size: 22px;
}
body.page-template-products-page .wrap.pro-03 .pro-footer-nav h3 {
  margin: 0;
  border-left: none;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
  padding: 12px;
}
body.page-template-products-page .wrap.pro-03 .pro-footer-nav h3 a {
  color: #2b2b2b;
}
body.page-template-products-page .wrap.pro-03 .pro-footer-nav p {
  padding: 12px;
  font-size: 14px;
  margin: 0;
}
body.page-template-products-page .wrap.pro-03 .pro-footer-nav .row {
  margin-left: -10px;
  margin-right: -10px;
}
body.page-template-products-page .wrap.pro-03 .pro-footer-nav .row .gr6 {
  padding-left: 10px;
  padding-right: 10px;
}
body.page-template-products-page .wrap.pro-01 .pro-footer-nav .row .gr6,
body.page-template-products-page .wrap.pro-02 .pro-footer-nav .row .gr6,
body.page-template-products-page .wrap.pro-03 .pro-footer-nav .row .gr6 {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.pro-himetore .pro-nav ul li.pro-nav-05 a,
.pro-parent-himetore .pro-nav ul li.pro-nav-05 a {
  background: #e94f8f;
  color: #fff;
}
.pro-himetore .post-content-list .btn:hover,
.pro-parent-himetore .post-content-list .btn:hover {
  background: #e94f8f;
}
.pro-himetore .pro-page-link,
.pro-parent-himetore .pro-page-link {
  background: url(images/bg_dot_pink.png);
}
.pro-himetore #pro-use a:hover .thumb,
.pro-parent-himetore #pro-use a:hover .thumb {
  border-color: #e94f8f;
}
.pro-himetore .list-wrap .btn:hover,
.pro-parent-himetore .list-wrap .btn:hover {
  background: #e94f8f;
}
.pro-himetore .footer-other-products,
.pro-parent-himetore .footer-other-products {
  background: url(images/bg_dot_pink.png);
}
.pro-himetore .footer-other-products .prod-link a:hover,
.pro-parent-himetore .footer-other-products .prod-link a:hover {
  background: #e94f8f;
}

.pro-swingstretch .pro-nav ul li.pro-nav-05 a,
.pro-parent-swingstretch .pro-nav ul li.pro-nav-05 a {
  background: #EC423C;
  color: #fff;
}
.pro-swingstretch .post-content-list .btn:hover,
.pro-parent-swingstretch .post-content-list .btn:hover {
  background: #EC423C;
}
.pro-swingstretch #pro-use a:hover .thumb,
.pro-parent-swingstretch #pro-use a:hover .thumb {
  border-color: #EC423C;
}
.pro-swingstretch .list-wrap .btn:hover,
.pro-parent-swingstretch .list-wrap .btn:hover {
  background: #EC423C;
}
.pro-swingstretch .footer-other-products .prod-link a:hover,
.pro-parent-swingstretch .footer-other-products .prod-link a:hover {
  background: #EC423C;
}

/* company */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
}

/* home
---------------------------------------- */
#nav-below {
  margin-bottom: 40px;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
#nav-below a {
  border-radius: 5px;
  border-bottom: 4px solid #404040;
}

#nav-below .nav-previous a {
  color: #fff;
  display: block;
  padding: 20px;
  clear: both;
  background: #606060;
  text-align: center;
}

body.home .main-inner {
  margin: 0;
  width: 100%;
}
body.home #content {
  padding-bottom: 0;
}

.home-loop-new,
.home-loop-popular {
  margin-bottom: 50px;
}
.home-loop-new .home-title,
.home-loop-popular .home-title {
  font-size: 26px;
  margin-bottom: 24px;
  margin-top: 0;
}
.home-loop-new .home-title img,
.home-loop-popular .home-title img {
  margin-right: 12px;
}
.home-loop-new .post-loop-wrap,
.home-loop-popular .post-loop-wrap {
  overflow: hidden;
  margin: 0 -15px;
  font-size:0;
}

/*
body.blog .post-loop-wrap.home-loop{
  overflow: hidden;
  margin: 0 -15px;
  font-size:0;
}
body.blog .post-loop-wrap.home-loop article{
  float:none;
  display: inline-block;
  vertical-align: top;
width:33.3%;
}
*/

.home-loop-new .post-loop-wrap article,
.home-loop-popular .post-loop-wrap article {
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 0;
  border: none;
font-size:16px;
}
.home-loop-new .post-loop-wrap article a,
.home-loop-popular .post-loop-wrap article a {
  height: 100%;
  border: none;
}
.home-loop-new .post-loop-wrap article a:hover,
.home-loop-popular .post-loop-wrap article a:hover {
  background: transparent;
}
.home-loop-new .post-loop-wrap article a .post-thumbnail,
.home-loop-popular .post-loop-wrap article a .post-thumbnail {
  width: 100%;
  margin-bottom: 12px;
  float: none;
}
.home-loop-new .post-loop-wrap article a .post-thumbnail .inner,
.home-loop-popular .post-loop-wrap article a .post-thumbnail .inner {
  overflow: hidden;
  text-align: center;
}
.home-loop-new .post-loop-wrap article .post-meta,
.home-loop-popular .post-loop-wrap article .post-meta {
  margin: 0 0 12px;
  overflow: hidden;
}
.home-loop-new .post-loop-wrap article .post-meta li,
.home-loop-popular .post-loop-wrap article .post-meta li {
  float: left;
}
.home-loop-new .post-loop-wrap article .post-meta-01,
.home-loop-popular .post-loop-wrap article .post-meta-01 {
  overflow: hidden;
}
.home-loop-new .post-loop-wrap article .post-meta-01 li,
.home-loop-popular .post-loop-wrap article .post-meta-01 li {
  display: inline-block;
}
.home-loop-new .post-loop-wrap article .date,
.home-loop-new .post-loop-wrap article .cat,
.home-loop-popular .post-loop-wrap article .date,
.home-loop-popular .post-loop-wrap article .cat {
  display: inline-block;
  line-height: 1;
  color: #2b2b2b;
  background: transparent;
}
.home-loop-new .post-loop-wrap article .date,
.home-loop-popular .post-loop-wrap article .date {
  color: #2b2b2b;
  float: none;
  padding: 0 10px 0 0;
  color: #999999;
}
.home-loop-new .post-loop-wrap article .cat,
.home-loop-popular .post-loop-wrap article .cat {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  background: #aada1a;
  color: #fff;
  border: none;
}
.home-loop-new .post-loop-wrap article .tax,
.home-loop-popular .post-loop-wrap article .tax {
  border: 1px solid #e3e3e3;
}
.home-loop-new .post-loop-wrap article .cat,
.home-loop-new .post-loop-wrap article .tax,
.home-loop-popular .post-loop-wrap article .cat,
.home-loop-popular .post-loop-wrap article .tax {
  font-size: 12px;
  padding: 4px 6px;
  line-height: 1;
  font-weight: normal;
}
.home-loop-new .post-loop-wrap article .post-conts,
.home-loop-popular .post-loop-wrap article .post-conts {
  margin: 0;
  padding: 20px 0;
  font-size: 14px;
}
.home-loop-new .post-loop-wrap article .post-title,
.home-loop-popular .post-loop-wrap article .post-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

.home-loop-new .post-thumbnail,
.home-loop-popular .post-thumbnail {
  position: relative;
}
.home-loop-new .post-thumbnail .new,
.home-loop-popular .post-thumbnail .new {
  position: absolute;
  top: -32px;
  left: -32px;
  padding-top: 24px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #e94442;
  color: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  vertical-align: bottom;
  display: block;
  z-index: 9;
}
.home-loop-new .post-thumbnail .rank-bg,
.home-loop-popular .post-thumbnail .rank-bg {
  content: '';
  display: block;
  top: 0;
  left: -50px;
  width: 0;
  height: 0;
  border: 50px solid #ffed24;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  color: #2b2b2b;
  position: absolute;
  z-index: 9;
}
.home-loop-new .post-thumbnail .rank,
.home-loop-popular .post-thumbnail .rank {
  position: absolute;
  top: 0;
  left: 0;
  color: #2b2b2b;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: bottom;
  display: block;
  z-index: 20;
}

#side .post-thumbnail {
  position: relative;
  overflow: hidden;
}
#side .post-thumbnail .new {
  position: absolute;
  top: -32px;
  left: -32px;
  padding-top: 24px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #e94442;
  color: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  vertical-align: bottom;
  display: block;
  z-index: 10;
}
#side .post-thumbnail .rank-bg {
  content: '';
  display: block;
  top: 0;
  left: -50px;
  width: 0;
  height: 0;
  border: 50px solid #ffed24;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  color: #2b2b2b;
  position: absolute;
  z-index: 9;
}
#side .post-thumbnail .rank {
  position: absolute;
  top: 0;
  left: 0;
  color: #2b2b2b;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: bottom;
  display: block;
  z-index: 20;
}

.side-company-about .side-com-wrap {
  text-align: center;
  border: 5px solid #e3e3e3;
  border-bottom: none;
}
.side-company-about .side-com-wrap h4 {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
}
.side-company-about .conts {
  padding: 12px;
}
.side-company-about .link {
  display: block;
  background: #2b2b2b;
  color: #fff;
  position: relative;
  padding: 12px;
  font-size: 12px;
  text-align: center;
}
.side-company-about .link:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
  right: 12px;
}

/*
.post-loop-wrap.home-loop {
  overflow: hidden;
  margin: 0 -15px;
}
.post-loop-wrap.home-loop article {
  float: left;
  border: none;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 0;
  border: none;
}
.post-loop-wrap.home-loop article a {
  height: 100%;
  border: none;
}
.post-loop-wrap.home-loop article a:hover {
  background: transparent;
}
.post-loop-wrap.home-loop article a .post-thumbnail {
  width: 100%;
  margin-bottom: 12px;
  float: none;
}
.post-loop-wrap.home-loop article a .post-thumbnail .inner {
  overflow: hidden;
  text-align: center;
}
.post-loop-wrap.home-loop article .post-meta {
  margin: 0 0 12px;
  overflow: hidden;
}
.post-loop-wrap.home-loop article .post-meta li {
  float: left;
}
.post-loop-wrap.home-loop article .post-meta-01 {
  overflow: hidden;
}
.post-loop-wrap.home-loop article .post-meta-01 li {
  display: inline-block;
}
.post-loop-wrap.home-loop article .date,
.post-loop-wrap.home-loop article .cat {
  display: inline-block;
  line-height: 1;
  color: #2b2b2b;
  background: transparent;
}
.post-loop-wrap.home-loop article .date {
  color: #2b2b2b;
  float: none;
  padding: 0 10px 0 0;
  color: #999999;
}
.post-loop-wrap.home-loop article .cat {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  background: #aada1a;
  color: #fff;
  border: none;
}
.post-loop-wrap.home-loop article .tax {
  border: 1px solid #e3e3e3;
}
.post-loop-wrap.home-loop article .cat,
.post-loop-wrap.home-loop article .tax {
  font-size: 12px;
  padding: 4px 6px;
  line-height: 1;
  font-weight: normal;
}
.post-loop-wrap.home-loop article .post-conts {
  margin: 0;
  padding: 20px 0;
  font-size: 14px;
}
.post-loop-wrap.home-loop article .post-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
*/
.post-thumbnail {
  position: relative;
}
.post-thumbnail .new {
  position: absolute;
  top: -32px;
  left: -32px;
  padding-top: 24px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #e94442;
  color: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  vertical-align: bottom;
  display: block;
  z-index: 10;
}
.post-thumbnail .rank-bg {
  content: '';
  display: block;
  top: 0;
  left: -50px;
  width: 0;
  height: 0;
  border: 50px solid #ffed24;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  color: #2b2b2b;
  position: absolute;
  z-index: 9;
}
.post-thumbnail .rank {
  position: absolute;
  top: 0;
  left: 0;
  color: #2b2b2b;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: bottom;
  display: block;
  z-index: 20;
}

.pd70 {
  padding: 70px 0;
}

.home-rec {
  padding: 70px 0;
  background: url(./images/bg_dot_gray.png);
}
.home-rec h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 22px;
}
.home-rec h2 img {
  margin-right: 12px;
}
.home-rec .post-thumbnail {
  background: transparent;
  padding: 0;
  margin-bottom: 12px;
}
.home-rec .post-thumbnail .inner {
  position: relative;
}
.home-rec .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 6px 8px;
  text-align: center;
  font-size: 13px;
}
.home-rec article a {
  display: block;
  color: #2b2b2b;
}
.home-rec article a img {
  border: 2px solid #e3e3e3;
}
.home-rec article a:hover img {
  border-color: #aada1a;
}
.home-rec article a .title {
  font-weight: bold;
}

.home-loop-popular {
  float: left;
  width: 100%;
}
.home-loop-popular .post-thumbnail .inner {
  position: relative;
}
.home-loop-popular .post-loop-wrap article {
  width: 33.3%;
}
.home-loop-popular .post-title-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px 20px;
  text-align: left;
}

.home-2nd-cont .main-inner-wrap {
  margin-right: 290px;
}
.home-2nd-cont .home-share-area {
  float: left;
  margin-left: -270px;
}

.home-share-area {
  width: 270px;
}
.home-share-area .home-shaer {
  width: 100%;
  float: none;
}
.home-share-area .home-shaer .post-sns {
  margin-top: 20px;
}
.home-share-area .facebook-box {
  margin-bottom: 12px;
}
.home-share-area .facebook-box .fb-page.fb_iframe_widget span {
  max-width: 100% !important;
}
.home-share-area .home-shaer-com {
  width: 254px;
  float: right;
  background: #fff;
  padding: 20px;
  font-size: 14px;
}
.home-share-area .home-shaer-com header {
  text-align: center;
  margin-bottom: 20px;
}
.home-share-area .home-shaer-com header strong {
  margin-bottom: 12px;
}
.home-share-area .home-shaer-com ul {
  margin: 20px 0;
}
.home-share-area .home-shaer-com ul li {
  margin-bottom: 12px;
}
.home-share-area .home-shaer-com a {
  background: #2b2b2b;
  border-bottom: 4px solid #000;
  border-radius: 3px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px;
  margin-top: 20px;
}
.home-share-area .home-shaer-com a:hover {
  opacity: .8;
}
.home-share-area .post-sns li {
  margin-bottom: 8px;
}

/* ----------------------------------------
* side
---------------------------------------- */
/* widget */
.side-widget {
  margin-bottom: 40px;
}

.side-title {
  margin-bottom: 26px;
}
.side-title img {
  margin-right: 12px;
}
.side-title span {
  display: inline-block;
  background: #fff;
  padding-right: 10px;
  font-size: 21px;
}

.side-consul-list li {
  margin-bottom: 10px;
}
.side-consul-list li a {
  display: block;
  position: relative;
}
.side-consul-list li a .post-thumbnail {
  padding: 5px;
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  margin-bottom: 0;
  overflow: hidden;
}
.side-consul-list li a:hover .post-thumbnail {
  background: #aada1a;
}
.side-consul-list li a .post-title {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  margin: 0;
  width: auto;
  background: rgba(0, 0, 0, 0.8);
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.side-com-link {
  display: block;
  background: #fee900;
  padding: 20px;
  text-align: center;
  color: #2b2b2b;
  border-bottom: 4px solid #cbba00;
  border-radius: 5px;
  font-weight: bold;
}
.side-com-link:hover {
  opacity: .8;
}

.side-popular-list article {
  border-bottom: 1px solid #e3e3e3;
}
.side-popular-list article.rank-01 a:before, .side-popular-list article.rank-02 a:before, .side-popular-list article.rank-03 a:before {
  position: absolute;
  top: 20px;
  left: -2px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  font-size: 10px;
  padding: 2px 8px;
  color: #fff;
  font-weight: bold;
  font-family: 'FontAwesome' sans;
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}
.side-popular-list article.rank-01 a:hover:before, .side-popular-list article.rank-02 a:hover:before, .side-popular-list article.rank-03 a:hover:before {
  padding: 2px 16px;
}
.side-popular-list article.rank-01 a:before {
  content: ' 1位';
  background: #f7cc03;
}
.side-popular-list article.rank-02 a:before {
  content: ' 2位';
  background: #c2c2c2;
}
.side-popular-list article.rank-03 a:before {
  content: ' 3位';
  background: #996f0a;
}
.side-popular-list a {
  width: 100%;
  padding: 12px 0;
  display: table;
  position: relative;
  table-layout: fixed;
}
.side-popular-list a .post-thumbnail {
  padding: 5px;
  margin-bottom: 0;
  width: 150px;
  display: table-cell;
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}
.side-popular-list a .post-thumbnail img {
  max-width: 100%;
}
.side-popular-list a .post-title {
  padding: 10px;
  margin-left: 170px;
  clear: none;
  font-size: 14px;
  display: table-cell;
  color: #2b2b2b;
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  vertical-align: middle;
}
.side-popular-list a:hover .post-thumbnail {
  background: #aada1a;
}
.side-popular-list a:hover .post-title {
  color: #aada1a;
}

.facebook-box {
  text-align: center;
}
.facebook-box .fb-page.fb_iframe_widget {
  width: 100%;
  margin: 0 auto 20px;
}

.twitter-box {
  text-align: center;
  margin-bottom: 20px;
}

#text-3.widget_text {
  text-align: center;
}

#side-sns ul {
  margin: 24px -5px;
  padding: 0;
  overflow: hidden;
}
#side-sns ul li {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin: 5px 0;
}
#side-sns ul li a {
  display: block;
  border: 1px solid #e3e3e3;
  border-bottom-width: 5px;
  text-align: center;
  padding: 20px 10px;
  border-radius: 5px;
  color: #2b2b2b;
}
#side-sns ul li a:hover {
  background: #fafafa;
}
#side-sns ul li a i {
  font-size: 32px;
}
#side-sns ul li a span {
  display: block;
  font-size: 11px;
  font-weight: bold;
}
#side-sns ul li.twitter_icon a i {
  color: #00aced;
}
#side-sns ul li.facebook_icon a i {
  color: #305097;
}
#side-sns ul li.google_icon a i {
  color: #db4a39;
}
#side-sns ul li.feedly_icon a i {
  color: #61d900;
}

/* ----------------------------------------
* footer
---------------------------------------- */
#footer .flogo {
  float: left;
}
#footer .flogo img {
  max-width: 260px;
  height: auto;
}

.footer-pnav-area {
  padding: 12px 0;
}
.footer-pnav-area .flogo {
  float: left;
}
.footer-pnav-area nav {
  float: left;
  font-size: 12px;
  margin-left: 10px;
}
.footer-pnav-area nav ul {
  overflow: hidden;
  padding-top: 15px;
}
.footer-pnav-area nav ul li {
  float: left;
  border-right: 1px solid #e3e3e3;
}
.footer-pnav-area nav ul li:last-child {
  border: none;
}
.footer-pnav-area nav ul li a {
  display: block;
  padding: 0 15px;
  color: #2b2b2b;
}
.footer-pnav-area nav ul li a:hover {
  color: #aada1a;
}

.footer-01 {
  background: #393939;
  color: #fff;
}
.footer-01 h3 {
  font-size: 18px;
  font-weight: bold;
}
.footer-01 .wrap {
  padding: 35px 0;
}
.footer-01 a {
  color: #fff;
  display: block;
}
.footer-01 .row.fnav-wrap {
  margin: 0px;
}
.footer-01 .row.fnav-wrap .gr3 {
  padding: 0;
}
.footer-01 .row.fbnr-wrap {
  margin: 0 -15px;
}
.footer-01 .row.fbnr-wrap .gr4 {
  padding: 0 15px;
  margin-bottom: 20px;
}
.footer-01 .footer-nav {
  padding: 12px 0;
  overflow: hidden;
}
.footer-01 .footer-nav li {
  float: left;
  font-size: 12px;
  margin-right: 5px;
  margin: 4px 4px;
}
.footer-01 .footer-nav li a {
  display: block;
  padding: 4px 6px;
  background: #515151;
  color: #fff;
  border-radius: 5px;
}
.footer-01 .footer-nav li a:hover {
  background: #aada1a;
}
.footer-01 .fbnr-wrap {
  padding: 30px 0;
}
.footer-01 .fbnr-wrap img {
  margin-bottom: 16px;
}
.footer-01 .fbnr-wrap li {
  font-size: 14px;
}
.footer-01 .fbnr-wrap li a {
  display: inline;
  text-decoration: underline;
}
.footer-01 .gr4 .inner {
  border: 4px solid #e3e3e3;
  background: #fff;
  padding: 20px;
  overflow: hidden;
}
.footer-01 .gr4 .inner .thumb {
  float: right;
}
.footer-01 .gr4 .inner .thumb img {
  border: 1px solid #e3e3e3;
}
.footer-01 .gr4 .inner .nav {
  float: left;
}
.footer-01 .gr4 .inner a {
  color: #2b2b2b;
  text-decoration: none;
}
.footer-01 .gr4 .inner a:hover {
  text-decoration: underline;
}

.footer-02 {
  background: #484848;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

/* pagetop */
.pagetop span {
  border-radius: 0;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (min-width: 1201px) {
  /* PCのみ */
  /* PCのみ end */
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* LTのみ */
  /* LTのみ end */
}
@media screen and (max-width: 1200px) {
  /* laptop */
  .wrap {
    width: auto;
    margin: 0 24px;
  }

  #side {
    width: 280px;
    margin-left: -280px;
  }

  .main-inner {
    margin-right: 310px;
  }

  body.page-template-products .mainv-wrap,
  body.page-template-products-page .mainv-wrap {
    height: 450px;
    background-size: cover;
  }

  #pro-footer-contact .footer-contact-box .footer-contact-02,
  #pro-footer-contact .footer-contact-box .footer-contact-03 {
    font-size: 18px;
  }
  #pro-footer-contact .footer-contact-box .footer-contact-02 p,
  #pro-footer-contact .footer-contact-box .footer-contact-03 p {
    margin-bottom: 12px;
  }

  /* laptop end */
}
@media (min-width: 767px) and (max-width: 991px) {
  /* TBのみ */
  /* TBのみ end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  body.page-template-products .mainv-wrap,
  body.page-template-products-page .mainv-wrap {
    height: 320px;
    background-size: cover;
  }

  #main,
  .main-inner {
    width: 100%;
    float: none;
  }

  #side {
    width: 100%;
    margin: 0 0 32px;
    float: none;
  }

  /* CTA */
  .post-cta .cta-post-title {
    padding: 40px;
    font-size: 24px;
  }
  /*.post-cta strong {
    font-size: 20px;
  }*/
  .post-cta .post-cta-cont {
    padding: 0 40px 40px;
  }

  .post-cta .post-cta-btn {
    margin-top: 0px;
  }
  .post-content .think-img{  
    overflow: hidden;
    clear: both;
    padding: 0;
  }
  .post-content .think-img01{
    float: none;
    width: auto;
    text-align: center;
    margin: 0 auto 30px;
    display: block;
  }
  .post-content .think-img02{
    float: none;
    width: auto;
    margin: 0 auto 0;
    display: block;
  }

  #header-menu-tog {
    display: block;
    float: right;
    padding-top: 12px;
  }
  #header-menu-tog a {
    color: #2b2b2b;
    font-size: 18px;
  }

  .header-nav-bar,
  #gnav {
    display: none;
  }

  .home-share-area .home-shaer {
    float: none;
    margin: 0 auto 20px;
  }
  .home-share-area .home-shaer-com {
    float: none;
    margin: 0 auto 20px;
  }

  .footer-01 .row.fnav-wrap {
    margin: 0 -12px;
  }
  .footer-01 .row.fnav-wrap .gr3 {
    padding: 0 12px;
  }

  body.single-lp .post-content strong {
    font-size: 18px;
  }
  body.single-lp .lp-thumbnail {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  body.single-lp #side {
    width: 100%;
    margin-left: 0;
  }
  body.single-lp #side h3 {
    margin-top: 0;
  }

  #pro-footer-contact .footer-contact-box {
    display: block;
  }
  #pro-footer-contact .footer-contact-box .footer-contact-01 {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 20px;
  }
  #pro-footer-contact .footer-contact-box .footer-contact-02,
  #pro-footer-contact .footer-contact-box .footer-contact-03 {
    width: 50%;
    float: left;
    border: none;
    text-align: center;
  }

  #pro-footer-contact .footer-contact-box .sp-show {
    display: inline;
  }
  #pro-footer-contact .footer-contact-box .sp-hide {
    display: none;
  }

  .footer-pro-link .thumb {
    width: 42%;
  }
  .footer-pro-link .cont {
    margin-left: 42%;
    padding: 12px 12px;
  }
  .post-cta .post-cta-cont {
    padding: 0 60px 40px;
  }
  .post-cta .cta-post-title {
    padding: 20px 40px;
  }
  .post-cta .post-cta-img {
    width: 40%;
    margin-bottom: 40px;
  }




  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  h2, h3, h4, h5, h6 {
    margin-top: 0;
  }

  .home-rec {
    padding: 20px;
  }

  body.page-template-products .mainv-wrap,
  body.page-template-products-page .mainv-wrap {
    height: 120px;
    background-size: cover;
  }

  .post-sns li {
    margin-bottom: 12px;
  }
  .post-sns li a {
    padding: 12px;
  }

  .home-share-area .home-shaer {
    width: auto;
  }

  .post-share .post-footer-fb .facebook-box, .post-share .post-footer-fb .gr6 {
    margin-bottom: 20px;
    text-align: center;
  }

  .post-loop-wrap article .post-thumbnail,
  body.blog .post-loop-wrap.home-loop article .post-thumbnail {
    width: 200px;
  }
  .post-loop-wrap article .post-conts,
  body.blog .post-loop-wrap.home-loop article .post-conts {
    margin-left: 200px;
  }
  .post-loop-wrap article .post-conts .post-title,
  body.blog .post-loop-wrap.home-loop article .post-conts .post-title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .post-loop-wrap article .post-conts p,
  body.blog .post-loop-wrap.home-loop article .post-conts p  {
    display: none;
  }

  #pro-footer-contact .footer-contact-box {
    display: block;
  }
  #pro-footer-contact .footer-contact-box .cont-wrap {
    display: block;
    text-align: center;
  }
  #pro-footer-contact .footer-contact-box .cont-wrap .footer-contact-01 {
    display: block !important;
    width: 100%;
    float: none;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  #pro-footer-contact .footer-contact-box .cont-wrap .footer-contact-02,
  #pro-footer-contact .footer-contact-box .cont-wrap .footer-contact-03 {
    width: 100%;
    padding-bottom: 20px;
    float: none;
    border: none;
    text-align: center;
    display: block !important;
    padding-left: 0;
    padding-right: 0;
  }

  #mainv .flex-control-thumbs {
    position: absolute;
    right: 0;
    left: 0;
    width: 120px;
    margin: 0 auto;
  }

  .post-footer-related .gr4 {
    width: 50%;
  }

  .post-content dl dt, .post-content dl dd {
    width: 100%;
    float: none;
  }
  .post-content dl dd {
    margin: 0 0 20px;
  }

  .post-author h4 {
    margin-top: 0;
  }

  /* CTA */
  .post-cta .cta-post-title {
    padding: 20px;
    font-size: 24px;
  }
  /*.post-cta strong {
    font-size: 16px;
  }*/
  .post-cta .post-cta-cont {
    padding: 0 40px 40px;
  }
  .post-cta .post-cta-img {
    margin-bottom: 20px;
    margin-left: 0;
    float: none;
    width: auto;
    text-align: center;
  }
  .post-cta .post-cta-btn {
    margin-top: 0px;
  }



  .wrap {
    margin: 0 12px;
  }

  .home-share-area .wrap {
    padding-bottom: 24px;
  }

  #content {
    padding-bottom: 24px;
  }

  #footer .flogo {
    margin-top: 0;
  }

  body.page-template-products-page .post-content {
    padding: 20px 0;
  }
  body.page-template-products-page .post-content .inner {
    padding: 20px !important;
  }

  .home-loop-new .post-loop-wrap,
  .home-loop-popular .post-loop-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-loop-new .post-loop-wrap article,
  .home-loop-popular .post-loop-wrap article {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    margin-bottom: 20px;
  }
  .home-loop-new .post-loop-wrap article .post-meta-01 li,
  .home-loop-popular .post-loop-wrap article .post-meta-01 li {
    display: block;
    text-align: center;
  }

  .post-meta-01 li {
    display: block;
  }

  .home-rec .row .gr3 {
    width: 50%;
    margin-bottom: 12px;
  }

  .home-2nd-cont .home-loop-popular {
    float: none;
  }
  .home-2nd-cont .main-inner-wrap {
    margin-right: 0;
  }
  .home-2nd-cont .home-share-area {
    float: none;
    margin: 0;
  }

  .home-loop-new .post-loop-wrap article,
  .home-loop-popular .post-loop-wrap article {
    width: 50%;
  }
  .home-loop-new .post-loop-wrap article .post-title,
  .home-loop-popular .post-loop-wrap article .post-title {
    font-size: 18px;
  }

  .home-share-area {
    width: 100%;
    text-align: center;
  }

  .alignright,
  .alignleft {
    margin: 0 auto 12px;
    float: none;
  }

  body.page-template-products-page .pro-reviw-cont .inner {
    padding: 0 !important;
  }
  body.page-template-products-page .pro-reviw-cont .inner li {
    padding: 20px;
  }

  /* phone end */
}
@media screen and (max-width: 520px) {
  /* phone だけ */
  #header {
    border-top: 4px solid #3a3a3a;
  }
  #header #logo img {
    width: 240px;
  }

  body.page-template-products-page .pro-reviw-cont .inner li .thumb {
    float: none;
    text-align: center;
    margin: 0 auto 12px;
  }
  body.page-template-products-page .pro-reviw-cont .inner li .cont {
    float: none;
    margin-left: 0;
  }
  body.page-template-products-page .pro-reviw-cont .inner li .cont h3 {
    text-align: center;
  }

  .post-loop-wrap,
  body.blog .post-loop-wrap.home-loop {
    margin: 0 -6px;
  }
  .post-loop-wrap article .post-thumbnail,
  body.blog .post-loop-wrap.home-loop article .post-thumbnail  {
    width: 100%;
    height: auto;
    float: none;
  }
  .post-loop-wrap article .post-thumbnail img,
  body.blog .post-loop-wrap.home-loop article .post-thumbnail img {
    width: 100%;
  }
  .post-loop-wrap article .post-meta,
  body.blog .post-loop-wrap.home-loop article .post-meta  {
    margin-bottom: 8px;
    margin-top: 0;
  }
  .post-loop-wrap article .post-conts,
  body.blog .post-loop-wrap.home-loop article .post-conts  {
    margin: 0;
  }

  .footer-pnav-area nav {
    margin: 0;
  }

  .footer-pnav-area nav ul {
    padding-top: 0;
  }

  .footer-pnav-area nav ul li a {
    padding: 0 8px;
  }

  .footer-pnav-area nav ul li:first-child a {
    padding-left: 0;
  }

  #side-sns ul li a span {
    display: none;
  }

  .home-loop-new {
    margin-bottom: 32px;
  }
  .home-loop-new .post-loop-wrap {
    margin: 0 -6px;
  }
  .home-loop-new .post-loop-wrap article {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e3e3e3;
  }
  .home-loop-new .post-loop-wrap article .post-meta {
    margin-bottom: 8px;
  }
  .home-loop-new .post-loop-wrap article .post-conts {
    padding: 0;
  }

  .home-loop-popular {
    margin-bottom: 32px;
  }
  .home-loop-popular .post-loop-wrap {
    margin: 0 -6px;
  }
  .home-loop-popular .post-loop-wrap article {
    width: 100%;
    padding: 0 6px;
  }
  .home-loop-popular .post-title-area {
    padding: 4px 8px;
    position: relative;
  }

  .header-nav-area {
    float: none;
  }
  .header-nav-area #header-sns,
  .header-nav-area .header-search,
  .header-nav-area .header-nav-btn {
    display: block;
    float: none;
    padding: 8px 12px;
    text-align: center;
  }

  hr.line-3 {
    display: none;
  }

  hr.line-2 {
    display: none;
  }

  .sp-h,
  hr.line-2 {
    display: none;
  }
  .bzb-sns-btn {
    display: block;
    width: 100%;
  }
  .post-author-mini {
    width: 100%;
    display: block;
  }
  .post-content table.tb01 {
    display: block;
  }
  .post-content table.tb01 tbody, .post-content table.tb01 thead, .post-content table.tb01 tr {
    display: block;
  }
  .post-content table.tb01 th, .post-content table.tb01 td {
    padding: 12px 16px;
    display: block;
    box-sizing: border-box;
  }
  .post-content table.tb01 th {
    width: 100%;
  }

  #comments form input, #comments form textarea {
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
    appearance: none;
  }

  .post-footer-related .gr4 {
    width: 100%;
  }

  .post-author {
    padding: 16px;
  }

  .post-author .post-author-img {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }

  .post-author .post-author-img img{
    width: 100%;
  }
  
  .post-author .post-author-meta {
    margin-left: 0;
  }

  body.single-lp .post-content strong {
    font-size: 18px;
  }
  body.single-lp .lp-thumbnail {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  body.single-lp #side {
    width: 100%;
    margin-left: 0;
  }
  body.single-lp #side h3 {
    margin-top: 0;
  }

  .footer-pro-link .thumb {
    width: 100%;
    float: none;
  }
  .footer-pro-link .cont {
    margin-left: 0;
    padding: 12px 12px;
  }

  .footer-01 .gr4 .inner .thumb,
  .footer-02 .gr4 .inner .thumb,
  .footer-03 .gr4 .inner .thumb {
    float: none;
    text-align: center;
    width: 100%;
  }
  .footer-01 .gr4 .inner .nav,
  .footer-02 .gr4 .inner .nav,
  .footer-03 .gr4 .inner .nav {
    float: none;
    width: 100%;
  }
  .footer-01 .gr4 .inner h4,
  .footer-02 .gr4 .inner h4,
  .footer-03 .gr4 .inner h4 {
    text-align: center;
  }
  .footer-01 .gr4 .inner ul li,
  .footer-02 .gr4 .inner ul li,
  .footer-03 .gr4 .inner ul li {
    border-bottom: 1px solid #e3e3e3;
  }
  .footer-01 .gr4 .inner ul a,
  .footer-02 .gr4 .inner ul a,
  .footer-03 .gr4 .inner ul a {
    padding: 14px;
    text-align: center;
    display: block;
  }

  .home-rec .row .gr3 {
    width: 100%;
  }

  .pro-nav ul li {
    float: none;
    width: 100%;
  }
  .post-cta .post-cta-cont {
    padding: 0 20px 20px;
  }
  /* phone だけ end */
}



@media screen and (max-width: 320px) {
  /* CTA */
  .post-cta .cta-post-title {
    font-size: 18px;
  }
  .post-cta .post-cta-btn a {
    padding: 8px;
  }
}




/* 20150819 TKD */
.attention {
  padding: 30px;
  border: 2px solid #AADA1A;
  margin-bottom: 40px;
}
.attention .attention-title {
  color: #AADA1A;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}
.attention ul li {
  list-style: disc;
  list-style-position: inside;
}
.attention ul li:before {
  content: none;
}
.attention.a-2 {
  background: #f9f9f9;
  border-color: #EEEEEE;
}
.attention.a-2 .attention-title {
  color: #2b2b2b;
}
.attention.a-3 {
  border-color: #FF6600;
}
.attention.a-3 .attention-title {
  color: #FF6600;
}

@media screen and (max-width: 540px){
  .attention {
    padding: 20px;
    margin-bottom: 20px;
  }
}




/* 20151210 takahashi */
/* ----------------------------------------
* オリジナルカテゴリー「睡眠」
---------------------------------------- */
.original-category #main {
  display: block;
  float: none;
  width: 100%;
  box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}
.original-category #side {
  display: none;
}
.original-category .category-test {
  margin-right: 0px;
}
.original-category .main-inner {
  margin-right: 0px;
}
.original-category section.post-content {
  padding: 0;
}
.original-category section {
  padding: 40px 150px 50px;
}
.original-category a {
  color: #333;
  font-weight: bold;
}
.original-category a:hover {
  color: #aada1a;
  opacity: 0.5;
  filter: alpha(opacity=50); /* Ie用 */
  -webkit-transition: 0.6s ;
  transition: 0.6s ;
}
.original-category .bzb-sns-btn {
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

/* 消し */
.original-category .breadcrumb .clearfix {
  display: none;
}

/* 見出し */
.original-category .post-header {
  margin: 0;
  padding: 98px 0;
  color: #fff;
  text-align: center;
  background-image: url("http://stretchpole-blog.com/wp-content/uploads/2015/12/img_01.jpg");
  background-size: cover;
  background-position: top;
}
.original-category .submain-02 {
  margin: 0;
  padding: 0;
  background-image: url("http://stretchpole-blog.com/wp-content/uploads/2015/12/img_02.jpg");
  background-size: cover;
  background-position: top;
}
.original-category .submain-03 {
  margin: 0;
  padding: 0;
  background-image: url("http://stretchpole-blog.com/wp-content/uploads/2015/12/img_03.jpg");
  background-size: cover;
  background-position: top;
}
.original-category .submain-04 {
  margin: 0;
  padding: 0;
  background-image: url("http://stretchpole-blog.com/wp-content/uploads/2015/12/img_04.jpg");
  background-size: cover;
  background-position: top;

}
.original-category h1.post-title {
  margin: 0;
}
.original-category h2 {
  margin: 0;
  padding: 55px 30px 50px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  border-bottom: none;
}

/* このようなお悩みでお困りの方に */
.original-category .trouble-title {
  color: #333;
  font-weight: bold;
  text-align: center;
  margin:0 auto;
  padding: 14px;
  background-color: #a9dc00;
  border-radius: 4px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 300px;
}
.original-category .trouble-bg {
  margin: 80px 0 0 0;
  padding: 40px 30px;
  background-color: #f3f3f3;
  position: relative;
}
.original-category .trouble-box01 {
  padding: 53px 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 32%;
  max-height: 100%;
  height: 132px;
  display: inline-block;
  vertical-align: top;
  background-image: url("http://stretchpole-blog.com/wp-content/uploads/2015/12/trouble_img_01.jpg");
  background-size: cover;
}
.original-category .trouble-box02 {
  padding: 53px 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 32%;
  max-height: 100%;
  height: 132px;
  display: inline-block;
  vertical-align: top;
  background-image: url("http://stretchpole-blog.com/wp-content/uploads/2015/12/trouble_img_02.jpg");
  background-size: cover;
}
.original-category .trouble-box03 {
  padding: 53px 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 32%;
  max-height: 100%;
  height: 132px;
  display: inline-block;
  vertical-align: top;
  background-image: url("http://stretchpole-blog.com/wp-content/uploads/2015/12/trouble_img_03.jpg");
  background-size: cover;
}

.original-category .trouble-bg a {
  padding: 53px 10px;
  color: #fff;
}
.original-category .trouble-bg a:hover {
  color: #aada1a;
  opacity: 1;
  -webkit-transition: 0.6s ;
  transition: 0.6s ;
}


/* 上質な睡眠を手に入れるための4つのコンテンツ */
.original-category h3.sleep-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #333;
  border-bottom: solid 2px #a9dc00;
  border-left: none;
}
.original-category h3.sleep-title:before {
  content: "\f236";
  margin: 0 10px 0 0;
  font-family: "FontAwesome";
}
.original-category .sleep-bg {
  margin: 0 0 30px 0;
  padding: 25px;
  border: solid 1px #d2d2d2;
}

/* 上質な睡眠を手に入れるための4つのコンテンツ 記事 */
.original-category .column-bg {
  padding: 10px;
  background-color: #f5f5f5;
}
.original-category .column-inner {
  color: #333;
  padding: 17px;
  background: #fff;
  border: solid 1px #e2e2e2;
  overflow: hidden;
  cursor: pointer;
}
.original-category .column-inner a {
  text-decoration: none;
  color: #333;
  line-height: 3.6em;
  display: block;
}
.original-category .column-inner a:hover {
  color: #aada1a;
  opacity: 0.5;
  filter: alpha(opacity=50); /* Ie用 */
  -webkit-transition: 0.6s ;
  transition: 0.6s ;
}
.original-category .column-img {
  float: left;
  margin: 0 10px 0 0;
  max-width: 100%;
  width: 67px;
}
.original-category .column-inner .fa {
  margin: 0 0 0 10px;
  float: right;
  line-height: 3.6em;
}

/*  記事2個並び */
.original-category .column-waku {
  margin: 10px 0 5px 10px;
  padding: 30px;
  width: 48%;
  height: 590px;
  background-color: #fcf9f4;
  display: inline-block;
  vertical-align: top;
}
.original-category .column-waku img {
  margin: 0 0 20px 0;
  width: 100%;
}
.original-category .column-waku p {
  font-size: 14px;
  color: #333;
}
.original-category .column-title {
  margin: 0 0 10px 0;
  font-size: 18px;
}

/*  記事3個並び */
.original-category .column-waku-3 {
  margin: 0;
  padding: 18px;
  width: 32%;
  height: 540px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  background: #FCF9F4;
}
.original-category .column-waku-3 img {
  margin: 0 0 20px 0;
}


.original-category .sleep-caution {
  margin: 20px 0 0 0;
  padding: 30px;
  background: #333;
  font-size: 0;
  width: 100%;
  border: 1px solid #000;
  background-image: linear-gradient(-45deg, #333 25%, #3b3b3b 25%, #3b3b3b 50%, #333333 50%, #333333 75%, #3b3b3b 75%, #3b3b3b);
  background-size: 4px 4px;
}
.original-category .sleep-caution h3 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.original-category .sleep-caution h3:before {
  content: "\f02d";
  font-family: "FontAwesome";
  margin: 0 10px 0 0;
}

/*  CTA */
.original-category .cta-bg {
  padding: 60px 150px;
  background: #f5f2ec;
  border-top: solid 1px #EAE8E2;
}
.original-category .cta-waku {
  background-color: #fff;
  border: solid 1px #dcdcdc;
}
.original-category .cta-title {
  margin: 0;
  padding: 30px 0;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #a9dc00;
}
.original-category section.cta {
  padding: 50px;
}
.original-category .cta-inner {
  overflow: hidden;
}
.original-category .cta-inner img {
  float: right;
  margin: 0 0 10px 20px;
}
.original-category .cta-btn {
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #004198;
  max-width: 100%;
  width: 600px;
  display: block;
}
.original-category .cta-btn a {
  color: #fff;
}
.original-category .cta-btn a:hover {
  color: #b3f626;
}
.original-category .cta-btn:after {
  content: "\f105";
  margin: 0 10px 0 0;
  font-family: "FontAwesome";
}


/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */

@media screen and (max-width: 991px){
.original-category section {
  padding: 40px 70px 50px;
}


/* このようなお悩みでお困りの方に */
.original-category .trouble-bg {
  padding: 40px 20px;
}
.original-category .trouble-box li {
  margin: 0 2px 0 0;
}

.original-category .column-waku {
  margin: 10px 3px 3px 5px;
}

/*  記事3個並び */
.original-category .column-waku-3 {
  height: 600px;
}

/*  CTA */
.original-category .cta-bg {
  padding: 60px;
}

}


/*******  767px *******/
@media screen and (max-width: 767px){
.original-category section {
  padding: 40px 50px 50px;
}


.original-category .column-waku-3 img {
  width: 100%;
}
.original-category .column-inner a {
  line-height: 1.6em;
}
.original-category .column-inner .fa {
  line-height: 1.6em;
}

/* このようなお悩みでお困りの方に */
.original-category .trouble-title {
  width: 270px;
}


/*  記事4個並び */
.original-category .column-waku {
  margin: 30px 0 0 0;
  padding: 18px;
  width: 100%;
  height: auto;
}
.original-category .column-waku img {
  width: 100%;
}

/*  記事3個並び */
.original-category .column-waku-3 {
  margin: 0 0 20px 0;
  width: 100%;
  height: auto;
}

/*  CTA */
.original-category .cta-bg {
  padding: 50px;
}
.original-category .cta-title {
  padding: 30px 20px;
}
.original-category section.cta {
  padding: 40px;
}
.original-category .cta-inner img {
  margin: 0 0 30px 0;
  width: 100%;
  float: none;
}

}



/*******  520px *******/
@media screen and (max-width: 520px) {
.original-category section {
  padding: 40px 15px 50px;
}

/* 見出し */
.original-category .post-header {
  padding: 60px 20px;
}
.original-category h2 {
  padding: 55px 20px 50px;
}
.original-category h3.sleep-title {
  font-size: 18px;
}

/* このようなお悩みでお困りの方に */
.original-category .trouble-box01 {
  margin: 0 0 20px 0;
  width: 100%;
}
.original-category .trouble-box02 {
  margin: 0 0 20px 0;
  width: 100%;
}
.original-category .trouble-box03 {
  margin: 0 0 20px 0;
  width: 100%;
}


.original-category .sleep-bg {
  padding: 25px 15px;
}
.original-category .column-inner {
  padding: 15px;
}



/*  CTA */
.original-category .cta-bg {
  padding: 10px;
}
.original-category .cta-title {
  padding: 30px 10px;
}
.original-category section.cta {
  padding: 18px;
}
.original-category .cta-inner img {
  margin: 10px 0 20px 0;
}
.original-category .cta-btn {
  margin: 0 auto 20px;
}

}



/*******  320px *******/
@media screen and (max-width: 320px) {


/* 見出し */
.original-category .post-header {
  padding: 60px 20px;
}
.original-category h2 {
  padding: 55px 20px 50px;
  font-size: 22px;
}
.original-category h3.sleep-title {
  font-size: 18px;
}

/* このようなお悩みでお困りの方に */
.original-category .trouble-title {
  font-size: 14px;
  padding: 12px;
  width: 236px;
}
.original-category .trouble-bg {
  padding: 40px 15px;
}


.original-category .sleep-bg {
  padding: 20px 10px;
}
.original-category .column-waku {
  padding: 10px;
}


/*  CTA */
.original-category .cta-title {
  padding: 30px 10px;
  font-size: 20px;
}
.original-category section.cta {
  padding: 15px;
}


}

/* ----- SP cta固定  ----- */
#spcta {
  display: none;
}

@media screen and (max-width: 767px) {
#spcta {
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0,0,0,0.6);
}
#spcta.active {
  visibility: visible;
  opacity: 1;
}
.spcta-text h3 {
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  padding: 2px 6px;
  margin: 0;
}
.spcta-btn {
  padding: 4px 12px;
}
.spcta-shopping a {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 12px;
  background: #ffed24;
  line-height: 16px;
  border-radius: 5px;
  color: #444;
}
.spcta-shopping a:hover,
.spcta-shopping a:active {
  background: #eddd2f;
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}

.spcta-shopping a i {
  margin-right: 6px;
}
.spcta-shopping a .fa {
  transition: 0.3s;
}
.spcta-shopping a:hover .fa,
.spcta-shopping a:active .fa {
  transform: rotateY(180deg);
}

.pagetop {
  right: 0;
  bottom: 63px;
}
.pagetop span {
  width: 44px;
  height: 44px;
  font-size: 28px;
}
html, body {
    margin-bottom: 30px;
}
}


/*追加CSS(宮原2016.10.5)*/
.single .post-footer a {
  text-decoration: underline;
}

.single .post-footer a:hover {
  color: #aada1a;
}

.single .post-footer-related a .inner {
  height: 140px;
  overflow: hidden;
}

@media screen and ( max-width: 800px ) {
.single .post-footer-related a .inner {
  height: 190px;
}
}

@media screen and ( max-width: 520px ) {
.single .post-footer-related a .inner {
  height: auto;
}
}

/*サンクスページのスタイル*/

.page-id-14310 .post-header h1 {
  text-align: center;
  border-bottom: 1px dotted #000;
  padding-bottom: 18px;
}

/* ----------------------------------------
  追加CSS(田中2016.11.17)
---------------------------------------- */

/*------ Ebook登録ページ ------*/
.page-id-15171 .main-inner {
  margin-right: 0;
}

.page-id-15171 label {
  margin-right: 30px;
}

.page-id-15171 form input[type="submit"] {
  width: 60%;
  margin: 30px auto 0 auto;
  border-radius: 5px;
  text-align: center;
  display: block;
  padding: 20px;
  background: #aada1a;
  border-bottom: 5px solid #86ac15 !important;
  color: #000;
}

@media screen and (max-width: 767px) {
  .page-id-15171 .alignright {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .page-id-15171 .post-content table td {
    display: block;
  }
  .page-id-15171 form input[type="text"] {
    width: 100%;
  }
  .page-id-15171 form input[type="submit"] {
    width: 100%;
  }
}

/*------ Ebookダウンロードサンクスページ ------*/
.page-id-15193 .down-link-wrap {
  text-align: center;
  padding: 30px 16px;
  border: 2px solid #AADA1A;
  margin-bottom: 40px;
}

.page-id-15193 .down-link-wrap a {
  width: 60%;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  display: block;
  padding: 20px;
  background: #aada1a;
  border-bottom: 5px solid #86ac15 !important;
  color: #000;
}

.page-id-15193 .down-link-wrap a .fa{
  font-size: 25px;
  vertical-align: top;
}

@media screen and (max-width: 550px) {
  .page-id-15193 .down-link-wrap a {
    width: 100%;
  }
}

/*------ CTA部分 ------*/
/* 1102行目　.post-cta strong {font-size:20px;}もコメントアウトしました */
.post-cta p {
  margin: 0 0 1.6em;
}

.post-cta ul {
  margin: 1em 0;
  list-style-type: none;
}

.post-cta ul li {
  font-weight: bold;
}

.post-cta ul li:before {
  content: "・";
}

/*--------------------------------------------------------------------------
    追加CSS(田中2016.11.29)
--------------------------------------------------------------------------*/
.post-content table {
  width: 100%!important;
}

.post-content table th, .post-content table td {
  word-break: break-all;
}


/*--------------------------------------------------------------------------
    追加CSS(金子2016.12.16)
--------------------------------------------------------------------------*/
.category_description {
  padding: 24px;
  border: 2px solid #B8D93A;
  margin-bottom: 40px;
}

@media screen and (max-width: 520px) {
  .category_description {
    margin: 0 -6px 30px;
    padding: 20px;
  }
}

/*--------------------------------------------------------------------------
    追加CSS(田中2017.4.7)
--------------------------------------------------------------------------*/
/*------ youtube動画 ------*/
.youtube-video-wrap {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}

.youtube-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}