@charset "UTF-8";
/* all display
-------------------------------------------------- */


body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana,"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	overflow-x: hidden;
	height: 100%;
	width:100%;
}

a {
  color: #000;
}

#content {
  padding-top: 0 !important;
  position: relative;
  margin: 0 auto 0;
}

.wrap {
  width: auto;
  position: relative;
  margin: 0 auto 0;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 1524px) {
  .wrap {
    margin: 0 auto 0;
  }
}

#main,
.left-content #main {
  width: auto;
  float: none;
}



#l-side, #r-side {
  min-height: 2550px;
}



#l-side, #r-side {
  width: 100%;
  max-width: 240px;
  position: absolute;
  padding: 28px 0 0;
  border-top: 2px solid #000;
}

#l-side:before, #r-side:before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 3px;
  background: #000;
}

#l-side {
  top: 0;
  left: 0;
}

#r-side {
  top: 0;
  right: 0;
}

.cat-content, article.post, article.page, article.wp101, article.seo101 {
  border: none;
}

.alpha:hover {
  opacity: .7;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1280px / 1160px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1280px) {
  .wrap {
    margin: 0 0px 0;
  }
  #main,
  .left-content #main {
    margin: 0 260px 0;
  }
  #l-side, #r-side {
    max-width: 220px;
  }
}

@media screen and (max-width: 1160px) {
  /* laptop */
  #main,
  .left-content #main {
    margin: 0 0 0 260px;
  }
  #r-side {
    max-width: none;
    width: auto;
    position: relative;
    margin: 0 0 0 260px;
  }
  #l-side, #r-side {
    min-height: inherit;
  }
  /* laptop end */
}

@media screen and (max-width: 991px) {
  /* tablet */
  .wrap {
    margin: 0 0px 0;
  }
  #main,
  .left-content #main {
    margin: 0 0 0 0px;
  }
  #l-side {
    max-width: none;
    width: auto;
    position: relative;
    margin: 0;
  }
  #r-side {
    margin: 0;
  }
  /* tablet end */
}

@media screen and (max-width: 767px) {
  /* phone */
  .wrap {
    margin: 0 14px 0;
  }
  /* phone end */
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  padding: 30px 0;
  border-bottom: none;
  position: relative;
  z-index: 1000;
}

#header #logo {
  float: none;
  text-align: center;
  width: 320px;
  margin: 0 auto;
}
#header #logo img{
	display: block;
	width:242px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  #header #logo {
    width: auto;
    margin: 0;
  }
}

#header #logo .site-des {
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 12px;
  display: block;
  text-align: center;
}

#header #logo .sp {
  width: 122px;
}

.header-form {
  margin-top: 10px;
  float: left;
}

.header-form form > div {
  border: 1px solid #e9e5e5;
  background: #f5f2f2;
  padding: 5px 15px;
  border-radius: 28px;
}

.header-form form input[type="text"] {
  border: none;
  padding: 8px 0;
  background: none;
}

.header-form form button {
  background: #000;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  float: right;
  margin-top: 4px;
  padding: 0;
  font-size: 13px;
}

.header-form form ::-webkit-input-placeholder {
  font-size: 13px;
  color: #a0a0a0;
}

/* ----------------------------------------
* gloval nav
---------------------------------------- */
.gnav,
.search-nav {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 180px 0;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 100;
  overflow-y: scroll;
}

.nav-wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.nav-wrap div:nth-child(2),
.nav-wrap div:nth-child(3),
.nav-wrap div:nth-child(4),
.nav-wrap div:nth-child(5) {
  display: none;
}

.nav-wrap div {
  margin-bottom: 20px;
}

.nav-wrap a {
  color: #fff;
}

.nav-wrap .nav-title {
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #fff;
  padding: 0 0 30px;
}

.nav-wrap h2,
.nav-wrap .side-title {
  font-size: 19px;
  margin: 40px 0 10px;
}

.nav-wrap h2 span,
.nav-wrap .side-title span {
  display: block;
  font-size: 13px;
}

.nav-wrap .sub-nav-list {
  display: none;
}

.nav-wrap .cat-list {
  margin: 0 -10px;
  overflow: hidden;
}

.nav-wrap .cat-list li {
  width: 33.333%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  min-height: 140px;
}

.nav-wrap .cat-list a {
  display: block;
  position: relative;
  margin-bottom: 3px;
}

.nav-wrap .cat-list a .cat-name {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

.nav-wrap .cat-list p {
  min-height: 40px;
}

.search-nav .nav-wrap > div {
  display: none;
}

.search-nav .nav-wrap .close {
  display: block;
  text-align: center;
}

.search-nav .nav-wrap div:nth-child(2),
.search-nav .nav-wrap div:nth-child(3),
.search-nav .nav-wrap div:nth-child(4),
.search-nav .nav-wrap div:nth-child(5) {
  display: block;
}

.search-nav .nav-wrap div:nth-child(2) {
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  font-size: 13px;
}

.search-nav .nav-wrap .post-count-text {
  font-size: 13px;
}

.search-nav .nav-wrap .post-count {
  font-weight: bold;
  font-size: 17px;
}

.search-nav .nav-wrap div:nth-child(3) {
  background: #fff;
  border-radius: 5px;
}

.search-nav .nav-wrap div:nth-child(3) form input[type="text"] {
  width: 90%;
  border: none;
  padding: 30px 15px;
}

@media only screen and (max-width: 767px) {
  .search-nav .nav-wrap div:nth-child(3) form input[type="text"] {
    padding: 15px;
  }
}

.search-nav .nav-wrap div:nth-child(3) form button {
  background: #000;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: right;
  margin: 9px 20px 0 0;
}

.search-nav .nav-wrap div:nth-child(4) ul li {
  display: inline-block;
  margin: 0 20px 10px 0;
  font-size: 13px;
}

.search-nav .nav-wrap h2 {
  position: relative;
}

.search-nav .nav-wrap h2:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.search-nav .nav-wrap h2 span {
  display: inline-block;
  padding-right: 10px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.9);
  position: relative;
}

.search-nav .search-nav-title {
  font-size: 17px;
  text-align: center;
}

.search-nav .cool-tag-cloud .ctcdefault .ctcleft a {
  background: none !important;
  color: #fff !important;
  width: 18%;
  height: auto !important;
  display: inline-block;
  padding: 15px !important;
  margin: 0 1% 10px !important;
  border: 1px solid #fff !important;
  border-radius: 30px;
  text-align: center;
  line-height: 1.6em !important;
  text-shadow: none !important;
  font-size: 13px !important;
}

.search-nav .cool-tag-cloud .ctcdefault .ctcleft a:after {
  content: none !important;
}

.search-nav .cool-tag-cloud .ctcdefault .ctcleft a:hover {
  background: #fff !important;
  color: #000 !important;
  text-decoration: underline !important;
}

.search-nav .cool-tag-cloud .ctcdefault .ctcleft a:nth-child(n+7) {
  display: none !important;
}

.fixed-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding-bottom: 10px;
  display: none;
}

.fixed-box .nav-btn,
.fixed-box .header-sns {

}

.fixed-box .header-sns {
  margin-top: 16px;
}

.fixed-box .fixed-logo {
  padding-top: 19px;
  display: table;
  margin: 0 auto;
  padding-right: 104px;
}

.gnav.sp-gnav,
.search-nav.sp-gnav {
  padding-top: 120px;
}

.gnav.sp-gnav .nav-wrap .cat-list li,
.search-nav.sp-gnav .nav-wrap .cat-list li {
  width: 100%;
  float: none;
  min-height: 0;
}

.gnav.sp-gnav .nav-wrap .cat-list li .cat-bg,
.search-nav.sp-gnav .nav-wrap .cat-list li .cat-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.gnav.sp-gnav .nav-wrap .cat-list .cat-count,
.search-nav.sp-gnav .nav-wrap .cat-list .cat-count {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 3px;
}

.gnav.sp-gnav .nav-wrap .cat-list .cat-count .count-text,
.search-nav.sp-gnav .nav-wrap .cat-list .cat-count .count-text {
  font-size: 9px;
  font-weight: normal;
}

.gnav.sp-gnav .nav-wrap .small-title,
.search-nav.sp-gnav .nav-wrap .small-title {
  margin-bottom: 0;
}

.gnav.sp-gnav .nav-wrap .small-title span,
.search-nav.sp-gnav .nav-wrap .small-title span {
  font-size: 19px;
}

.gnav.sp-gnav .nav-wrap div:nth-child(2),
.search-nav.sp-gnav .nav-wrap div:nth-child(2) {
  display: block;
}

.gnav.sp-gnav .nav-wrap div:nth-child(2) p,
.search-nav.sp-gnav .nav-wrap div:nth-child(2) p {
  font-size: 13px;
  margin-bottom: 10px;
}

.gnav.sp-gnav .nav-wrap .nav-title + div,
.search-nav.sp-gnav .nav-wrap .nav-title + div {
  display: none;
}

.gnav.sp-gnav .item-search,
.search-nav.sp-gnav .item-search {
  overflow: hidden;
  margin: 0 -10px;
}

.gnav.sp-gnav .item-search li,
.search-nav.sp-gnav .item-search li {
  width: 33.333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 10px;
  text-align: center;
}

.gnav.sp-gnav .item-search li .search-item-img,
.search-nav.sp-gnav .item-search li .search-item-img {
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  background: #fff;
  height: 70px;
}

.gnav.sp-gnav .item-search li .search-item-img img,
.search-nav.sp-gnav .item-search li .search-item-img img {
  width: auto;
  height: 100%;
}

.gnav.sp-gnav .item-search li .cat-name,
.search-nav.sp-gnav .item-search li .cat-name {
  height: 3.2em;
  display: block;
}

.gnav.sp-gnav .parts-search,
.search-nav.sp-gnav .parts-search {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

.gnav.sp-gnav .parts-search li,
.search-nav.sp-gnav .parts-search li {
  width: 50%;
  float: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.gnav.sp-gnav .parts-search li a,
.search-nav.sp-gnav .parts-search li a {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}

.gnav.sp-gnav .archive-link,
.search-nav.sp-gnav .archive-link {
  font-size: 12px;
  display: table;
  margin-left: auto;
}

.gnav.sp-gnav .online-btn,
.search-nav.sp-gnav .online-btn {
  margin: 40px 0;
  width: 100%;
}

.gnav.sp-gnav .nav-wrap div:nth-child(3) form input[type="text"],
.search-nav.sp-gnav .nav-wrap div:nth-child(3) form input[type="text"] {
  width: 80%;
}

.gnav.sp-gnav .nav-wrap div:nth-child(3) form button,
.search-nav.sp-gnav .nav-wrap div:nth-child(3) form button {
  margin-right: 12px;
}

.gnav.sp-gnav .cool-tag-cloud .ctcdefault .ctcleft a,
.search-nav.sp-gnav .cool-tag-cloud .ctcdefault .ctcleft a {
  width: 46%;
}

@media only screen and (max-width: 767px) {
  .gnav.sp-gnav .cool-tag-cloud .ctcdefault .ctcleft a,
  .search-nav.sp-gnav .cool-tag-cloud .ctcdefault .ctcleft a {
    width: 48%;
    padding: 6px !important;
    float: left;
  }
}

.gnav.sp-gnav .cool-tag-cloud,
.gnav.sp-gnav .nav-wrap div:nth-child(4),
.search-nav.sp-gnav .cool-tag-cloud,
.search-nav.sp-gnav .nav-wrap div:nth-child(4) {
  margin-top: 20px;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
@media screen and (max-width: 767px) {
  /* phone */
  #header {
    padding: 20px 0 !important;
  }
  #header #logo {
    float: left;
    margin-top: 20px;
    margin-left: 0;
  }
  .sp-head {
    background: #f9f6f6;
    font-size: 10px;
    margin: 0 -14px;
    padding: 10px 14px;
  }
  .sp-head .sp-text-1 {
    float: left;
  }
  .sp-head .sp-rafuju {
    float: right;
  }
  .sp-head-btn .nav-btn {
    float: right;
    padding-bottom: 2px;
  }
  .sp-head-btn .nav-btn li {
    font-size: 10px;
  }
  .sp-head-btn .nav-btn li:first-child {
    border-right: 1px solid #e6e6e6;
    margin-right: 5px;
    padding-right: 10px;
  }
  .sp-head-btn .nav-btn .close-btn {
    width: 66px;
    padding: 3px;
  }
  .sp-head-btn .nav-btn .close-btn2 {
    width: 68px;
    left: 74px;
    top: 2px;
  }
  .sp-head-btn .nav-btn .close-btn2 i {
    background: #000;
    border-radius: 20px;
    color: #fff;
    padding: 3px 5px;
    font-size: 16px;
    margin-right: 5px;
  }
  .sp-head-btn .nav-btn i {
    font-size: 18px;
    padding-right: 10px;
    position: relative;
    top: 2px;
  }
  .header-form {
    display: none;
  }
  .fixed-box .fixed-logo {
    padding-top: 10px;
    display: block;
    margin: 0;
    width: 122px;
    float: left;
    padding-right: 0;
  }
  /* phone end */
}

/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop.show {
  display: none;
}

/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
  background: #f8f6f5;

	position: relative;
}


#footer .footer-wrap {

  padding: 20px 0 20px;
  position: relative;
}

#footer .footer-wrap:before {
}

#footer .footer-logo {
  margin-bottom: 30px;
  width: 172px;
}

#footer .footer-logo + p {
  font-size: 12px;
}

#footer .page-nav li {
  font-size: 12px;

}

#footer .page-nav li a {
  color: #a0a0a0;
}

#footer .footer-title {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}

#footer .footer-title:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #e6e3e3;
}

#footer .footer-title span {
  background: #f8f6f5;
  padding-right: 10px;
  position: relative;
}

#footer .footer-nav {
  overflow: hidden;
  margin-bottom: 20px;
}

#footer .footer-nav li {
  float: left;
  width: 50%;
  padding: 0 1em 15px;
  font-size: 12px;
  color: #a0a0a0;
}

#footer .footer-nav li a {
  color: #a0a0a0;
}

#footer .footer-nav li a:hover {
  color: #000;
  text-decoration: underline;
}

#footer .footer-nav-interior .footer-nav li {
  width: 20%;
}

#footer .l-grid-3 .footer-nav li {
  width: 100%;
}

#footer .footer-copy {
  text-align: center;
}

.l-grid-1 {
  width: 8.333%;
}

.l-grid-2 {
  width: 16.667%;
}

.l-grid-3 {
  width: 25%;
}

.l-grid-4 {
  width: 33.333%;
}

.l-grid-5 {
  width: 41.666%;
}

.l-grid-6 {
  width: 50%;
}

.l-grid-7 {
  width: 58.333%;
}

.l-grid-8 {
  width: 66.666%;
}

.l-grid-9 {
  width: 75%;
}

.l-grid-10 {
  width: 83.33%;
}

.l-grid-11 {
  width: 91.666%;
}

.l-grid-12 {
  width: 100%;
}

[class*=l-grid-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 18px;
}

.l-low {
  margin: 0 -18px;
  overflow: hidden;
}

.f-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 10px;
  display: none;
}

.f-rafuju {
  display: table-cell;
  padding-right: 15px;
  width: 70%;
}

.f-rafuju a {
  border-radius: 0 5px 5px 0;
  padding: 5px;
  line-height: 1.4;
  overflow: hidden;
}

.f-rafuju .f-rafuju-logo {
  width: 80px;
  float: left;
  margin-right: 5px;
  background: #fff;
  padding: 15px 5px;
}

.f-rafuju p {
  padding-top: 2px;
}

.to-top {
  display: table-cell;
  padding-left: 15px;
  width: 20%;
  vertical-align: middle;
}

.to-top a {
  border-radius: 5px 0 0 5px;
  height: 58px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.to-top a i {
  display: block;
  font-size: 34px;
}

.f-rafuju a,
.to-top a {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  color: #fff;
}

.f-rafuju a:hover,
.to-top a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .footer-02 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  /* phone */
  [class*=l-grid-] {
    width: 100%;
    float: none;
    padding: 0;
  }
  .l-low {
    margin: 0;
  }
  #footer .wrap {
    padding: 15px 0;
  }
  #footer .footer-wrap {
    padding: 30px 0 10px;
    text-align: center;
  }
  #footer .footer-logo {
    margin-bottom: 20px;
  }
  #footer .footer-sns {
    display: table;
    margin: 15px auto 20px;
  }
  #footer .online-btn {
    margin: 30px auto 0;
  }
  #footer .l-grid-9 {
    display: none;
  }
  #footer .page-nav {
    margin-top: 20px;
    overflow: hidden;
    border-top: 1px solid #eeeaea;
    border-left: 1px solid #eeeaea;
  }
  #footer .page-nav li {
    width: 50%;
    float: left;
    border-right: 1px solid #eeeaea;
    border-bottom: 1px solid #eeeaea;
    margin: 0;
  }
  #footer .page-nav li a {
    background: #fff;
    display: block;
    padding: 10px;
  }
}

/* ----------------------------------------
* content
---------------------------------------- */


#comments {
  padding: 0;
}

/* loop
---------------------------------------- */


/* content-none */
/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
@media screen and (max-width: 991px) {
  /* tablet */
  #content {

  }
  /* tablet end */
}

@media screen and (max-width: 767px) {
  /* phone */
  .post-header, .post-loop-wrap .post-content, .post-content {
    padding: 0 !important;
  }
  /* phone end */
}

/* ----------------------------------------
* category - page - template
---------------------------------------- */
.cat-content {
  padding: 0px;
}

/* ----------------------------------------
* 共通部分
---------------------------------------- */
#l-side .side-title,
#r-side .side-title {
  font-size: 19px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  color: #000;
  line-height: 1.4;
  margin: 2em 0 1em;
}

#l-side .side-title span,
#r-side .side-title span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media only screen and (max-width: 991px) {
  #l-side {
    margin-top: 30px;
  }
}

/* ----------------------------------------
* 固定ページお手入れ
---------------------------------------- */


.post-item {
    margin-bottom: 20px; /* サムネイル同士の間隔 */
}

.post-item:last-child {
    margin-bottom: 0; /* 最後のアイテムの余白をなくす */
}

.post-item img {
    display: block; /* ブロック要素にして不要な隙間を防ぐ */
    margin: 0 auto; /* 画像を中央揃え */
}

/* ----------------------------------------
* l-side
---------------------------------------- */
.side-widget-area div:first-child .textwidget {
  text-align: center;
  font-size: 17px;
  background: url(../images/mark_q.png) no-repeat center top;
  padding-top: 40px;
}
.side-widget-area .main-search-ttl {
  display: block;
}
.side-widget-area .sub-search-ttl {
  display: none;
}
.single-glossary .side-widget-area .sub-search-ttl,
.post-type-archive-glossary .side-widget-area .sub-search-ttl {
  display: block;
  margin-bottom: -4px;
}
.single-glossary .side-widget-area .main-search-ttl,
.post-type-archive-glossary .side-widget-area .main-search-ttl {
  display: none;
}
.side-widget-area .post-count-text {
  font-size: 13px;
}

.side-widget-area .post-count {
  font-weight: bold;
}

.side-widget-area .searchform {
  margin: 15px 0;
}

.side-widget-area .searchform > div {
  border: 1px solid #e9e5e5;
  background: #f5f2f2;
  padding: 10px 15px;
  border-radius: 28px;
  margin-bottom: 25px;
}

.side-widget-area form input[type="text"] {
  border: none;
  padding: 8px 0;
  background: none;
  width: 80%;
}

.side-widget-area form button {
  background: #000;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  float: right;
  margin-top: 4px;
  padding: 0;
  font-size: 13px;
}

.side-widget-area ::-webkit-input-placeholder {
  font-size: 13px;
  color: #a0a0a0;
}

.side-widget-area .small-title {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  margin: 1em 0 0.5em;
}

.side-widget-area .small-title span {
  display: inline-block;
  background: #fff;
  padding-right: 5px;
  position: relative;
}

.side-widget-area .small-title:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  left: 0;
  top: 50%;
}

.side-widget-area a:hover {
  text-decoration: none;
  opacity: .8;
}

.side-widget-area ul li {
  font-size: 12px;
  display: inline-block;
  padding: 0 5px 5px 0;
}

.side-widget-area .cat-list li {
  padding: 0;
  margin: 0 auto 10px;
  text-align: center;
  display: block;
  position: relative;
  max-width: 482px;
}

.side-widget-area .cat-list li a {
  display: block;
  position: relative;
  margin-bottom: 3px;
}

.side-widget-area .cat-list li .cat-count {
  width: 37px;
  height: 37px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: .9;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 6px 3px 3px;
}

.side-widget-area .cat-list li .cat-count .count-text {
  font-size: 9px;
  font-weight: normal;
}

.side-widget-area .cat-list li .cat-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.side-widget-area .cat-list li .cat-name {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

.side-widget-area .cat-list li .sub-nav-list {
  position: absolute;
  left: 239px;
  top: 0;
  background: #333;
  width: 200%;
  padding: 20px 30px;
  display: none;
  z-index: 100;
}

.side-widget-area .cat-list li .sub-nav-list:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #333;
  position: absolute;
  top: 40px;
  left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.side-widget-area .cat-list li .sub-nav-list li {
  width: 50%;
  float: left;
  text-align: left;
  color: #fff;
}

.side-widget-area .cat-list li .sub-nav-list li:first-child {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #2b2b2b;
}

.side-widget-area .cat-list li .sub-nav-list li a {
  color: #fff;
}

.side-widget-area .item-search {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .side-widget-area .item-search {
    overflow: hidden;
  }
}

.side-widget-area .item-search li {
  padding: 3px 10px 3px 0;
  position: relative;
  display: table;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .side-widget-area .item-search li {
    width: 33.333%;
    padding: 3px 5px 10px;
    float: left;
    text-align: center;
    display: block;
  }
}

.side-widget-area .item-search li a {
  display: table;
}

@media only screen and (max-width: 767px) {
  .side-widget-area .item-search li a {
    width: 100%;
  }
}

.side-widget-area .item-search li a:hover {
  text-decoration: none;
  opacity: .7;
}

.side-widget-area .item-search li .sub-nav-list {
  position: absolute;
  left: 239px;
  top: 0;
  background: #333;
  width: 200%;
  padding: 20px 30px;
  display: none;
  z-index: 100;
}

.side-widget-area .item-search li .sub-nav-list:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #333;
  position: absolute;
  top: 20px;
  left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.side-widget-area .item-search li .sub-nav-list li {
  width: 50%;
  float: left;
  text-align: left;
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
}

.side-widget-area .item-search li .sub-nav-list li:first-child {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #2b2b2b;
}

.side-widget-area .item-search li .sub-nav-list li a {
  color: #fff;
}

.side-widget-area .item-search li .sub-nav-list li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.side-widget-area .item-search li .search-item-img,
.side-widget-area .item-search li .cat-name {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .side-widget-area .item-search li .search-item-img,
  .side-widget-area .item-search li .cat-name {
    display: block;
    font-size: 10px;
    min-height: 3.2em;
  }
}

.side-widget-area .item-search li .search-item-img {
  width: 60px;
  height: 50px;
  display: inline-block;
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .side-widget-area .item-search li .search-item-img {
    margin: 0 auto;
  }
}

.side-widget-area .item-search li .search-item-img img {
  height: 100%;
  margin: 0 auto;
}

.side-widget-area .cool-tag-cloud .ctcdefault .ctcleft a:hover, .side-widget-area .cool-tag-cloud .ctcdefault .ctcright a:hover, .side-widget-area .cool-tag-cloud .ctcdefault .ctcright a, .side-widget-area .cool-tag-cloud .ctcdefault .ctcleft a, .side-widget-area .cool-tag-cloud .ctcdefault .ctcright a:visited, .side-widget-area .cool-tag-cloud .ctcdefault .ctcleft a:visited {
  color: #000 !important;
}

.side-widget-area .cool-tag-cloud .ctcdefault .ctcleft a {
  background: none !important;
}

.side-widget-area .cool-tag-cloud .ctcleft a {
  margin: 0 1% 10px !important;
  display: block;
  width: 48%;
  float: left;
  border: 1px solid #ababab !important;
  padding: 6px !important;
  height: auto !important;
  line-height: 1.6em !important;
  border-radius: 19px;
  text-align: center;
  font-size: 10px;
}

.side-widget-area .cool-tag-cloud .ctcleft a:after {
  content: none !important;
}

.side-widget-area .cool-tag-cloud .ctcleft a:hover {
  background: #e9e5e5 !important;
}

.side-widget-area .cool-tag-cloud .ctcleft a:nth-child(n+7) {
  display: none !important;
}

.side-widget-area .cool-tag-cloud .arial {
  overflow: hidden;
}

.side-widget-area .tag-toggle {
  color: #801a33;
  font-weight: bold;
  font-size: 10px;
  display: block;
  text-align: center;
  cursor: pointer;
}

.side-widget-area .tag-toggle:hover {
  text-decoration: underline;
}

.side-widget-area div:nth-child(7) .small-title {
  font-size: 19px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.4;
  margin: 2em 0 0;
}

.side-widget-area div:nth-child(7) .small-title:before {
  content: none;
}

.side-widget-area div:nth-child(7) .small-title + .textwidget {
  font-size: 12px;
}

.side-widget-area div:nth-child(7) .small-title + .textwidget p {
  margin-bottom: 20px;
}

.side-widget-area .parts-search {
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  margin-bottom: 15px;
  overflow: hidden;
}

.side-widget-area .parts-search li {
  width: 50%;
  float: left;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 0;
}

.side-widget-area .parts-search li > a {
  display: block;
  padding: 8px;
  text-align: center;
}
.side-widget-area .parts-search li > a:hover {
  background: #f5f2f2;
}
.side-widget-area .archive-link {
  display: table;
  margin-left: auto;
  font-size: 12px;
}

/* ----------------------------------------
* r-side
---------------------------------------- */
#r-side #recent_posts-2 .side-title {
  margin-top: 0;
}

.side-widget-inner ul li {
  margin-bottom: 10px;
  padding: 0;
  border: none;
  overflow: hidden;
  display: block;
}

.side-widget-inner ul li:first-child a:first-child {
  width: 100%;
  height: auto;
}

.side-widget-inner ul li a:first-child {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.side-widget-inner ul li a + a {
  padding-top: 5px;
  vertical-align: top;
}

.rafuju-title {
  font-size: 13px;
  font-weight: bold;
}

.rafuju-logo {
  text-align: center;
  margin: 30px 0;
}

.rafuju-logo + p {
  font-size: 13px;
}

.rafuju .online-btn {
  margin: 20px auto;
  width: 100%;
}

.side-sns {
  text-align: center;
  margin: 30px 0;
  font-size: 12px;
}

.side-sns p {
  margin-bottom: 10px;
}

.side-sns > div {
  margin-bottom: 5px;
}

.side-sns .fb_iframe_widget {
  display: block;
  margin-bottom: 10px;
}

.side-banner-area {
  margin-bottom: 50px;
}

.banner-list {
  text-align: center;
}

.banner-list li {
  margin-bottom: 20px;
}

#recent_posts-2 {
  margin-bottom: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #recent_posts-2 li img {
    width: 100%;
  }
}

#recent_posts-2 .cat-name,
#popular_posts-3 .cat-name {
  color: #7f1933;
  font-size: 10px;
  display: block;
  padding-bottom: 2px;
}

#recent_posts-2 .post-time,
#popular_posts-3 .post-time {
  display: block;
  text-align: right;
}

#recent_posts-2 a:hover,
#popular_posts-3 a:hover {
  color: #7f1933;
}

.wpp-list li {
  position: relative;
}

.wpp-list li:after {
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.wpp-list li:first-child:after {
  content: '1';
}

.wpp-list li:nth-child(2):after {
  content: '2';
}

.wpp-list li:nth-child(3):after {
  content: '3';
}

.wpp-list li:nth-child(4):after {
  content: '4';
}

.wpp-list li:nth-child(5):after {
  content: '5';
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
@media screen and (max-width: 1160px) {
  #r-side {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  /* phone */
  #l-side .side-title,
  #r-side .side-title {
    font-size: 16px;
    line-height: 1.3;
  }
  #l-side .side-title span,
  #r-side .side-title span {
    font-size: 11px;
  }
  .banner-list {
    text-align: center;
  }
  .rafuju .online-btn {
    margin: 20px auto;
  }
  .side-widget {
    margin-bottom: 0;
  }
  /* phone end */
}

.nav-btn {
  overflow: hidden;
  float: left;

  position: relative;
}

.nav-btn li {
  display: inline-block;
  cursor: pointer;
}

.nav-btn li:first-child {
}

.nav-btn .close-btn,
.nav-btn .close-btn2 {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 120px;
  display: none;
}

.nav-btn .close-btn .circle,
.nav-btn .close-btn2 .circle {
  background: #000;
}

.nav-btn .close-btn .circle i,
.nav-btn .close-btn2 .circle i {
  color: #fff;
}

.nav-btn .close-btn2 {
  left: 145px;
}

.circle {
  width: 35px;
  height: 35px;
  border: 1px solid #f8f6f6;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.circle i {
  line-height: 35px;
}

.circle a {
  display: block;
}

li:hover .circle {
  background: #f8f6f6;
}

.header-sns,
.footer-sns {
  float: right;
  margin-top: 15px;
}

.header-sns li,
.footer-sns li {
  display: inline-block;
}

.footer-sns {
  float: none;
  margin-bottom: 20px;
}

.footer-sns .circle {
  border: 1px solid #b8b8b8;
}

.footer-sns a:hover {
  color: #000 !important;
  opacity: .7;
}

#footer .online-btn {
  margin: 30px 0;
  width: 100%;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  /* phone */
  .header-sns {
    display: none;
  }
  /* phone end */
}

.btn-line {
  display: table;
  padding: 12px 30px;
  border: 2px solid #000;
  text-align: center;
  font-size: 12px;
  margin: 40px auto 60px;
  position: relative;
  min-width: 80%;
  max-width: 304px;
}

.btn-line:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-1 {
  min-width: 304px;
  margin-top: 20px;
}

.online-btn {
  width: 80%;
  max-width: 380px;
  display: block;
  margin: 80px auto;
  background: #801a33;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}

.close {
  display: table;
  margin: 40px auto;
  cursor: pointer;
}

.archive-link-btn {
  text-align: right;
}

.archive-link-btn a {
  font-size: 13px;
  display: inline-block;
  padding: 10px 60px 10px 25px;
  background: #f9f6f6;
  border-radius: 20px;
  position: relative;
}

.archive-link-btn a:after {
  content: url(../images/mark_link.png);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-42%);
          transform: translateY(-42%);
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb {
  margin: 0 0 6px;
  overflow: hidden;
  font-size: 12px;
  padding: 0;
}
.breadcrumb li {
  margin-bottom: 12px;
}
.breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
@media screen and (max-width: 767px) {
  .bc-wrap {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bc-wrap .breadcrumb {
    min-width: 900px;
  }
}

.pagination {
  clear: both;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #f8f6f5;
  color: #000;
  width: 100%;
  position: relative;
}

.pagination .current {
  background: none;
  color: #000;
  padding: 8px 15px;
}

.pagination span,
.pagination a {
  color: #a3a3a3;
  font-weight: bold;
  margin: 0;
  padding: 8px 15px;
}

.pagination a:hover {
  color: #000;
  background: none;
}

.pagination .page-of {
  color: #000;
}

.pagination .before-page,
.pagination .next-page {
  font-size: 11px;
  background: #f8f6f5;
  color: #000;
  padding: 12px 15px;
}

@media only screen and (max-width: 767px) {
  .pagination .before-page,
  .pagination .next-page {
    width: 50%;
  }
}

.pagination .before-page {
  position: absolute;
  left: 0;
}

.pagination .next-page {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .pagination .next-page {
    float: right;
  }
}

.pagination .page-link {
  padding: 12px 15px;
  background: #f8f6f5;
  color: #000;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .pagination .page-link {
    width: 50%;
  }
}

.pagination .page-link:hover {
  background: #f8f6f5;
}

.pagination .page-link:hover span {
  text-decoration: underline;
}

.pagination .page-link .before-page,
.pagination .page-link .next-page {
  padding: 0;
  position: relative;
  width: auto;
}

.pagination .page-link-wrap {
  display: table;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .pagination .page-link-wrap {
    margin-top: 40px;
  }
}

.pagination .page-link-wrap + .page-link {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .pagination .page-link-wrap + .page-link {
    text-align: right;
  }
}

.pagination-box {
  overflow: hidden;
}

.content-none .searchform {
  margin: 15px 0;
  width: 50%;
}

.content-none .searchform > div {
  border: 1px solid #e9e5e5;
  background: #f5f2f2;
  padding: 10px 15px;
  border-radius: 28px;
  margin-bottom: 25px;
}

.content-none form input[type="text"] {
  border: none;
  padding: 8px 0;
  background: none;
  width: 90%;
}

.content-none form button {
  background: #000;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  float: right;
  margin-top: 4px;
  padding: 0;
  font-size: 13px;
}

.content-none ::-webkit-input-placeholder {
  font-size: 13px;
  color: #a0a0a0;
}

@media screen and (max-width: 767px) {
  /* phone */
  .content-none .searchform {
    width: 100%;
  }
  /* phone end */
}

.post-content h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  background: #f9f6f6;
  border: none;
  padding: 20px 15px;
  border-top: 3px solid #801a33;
}

@media only screen and (max-width: 767px) {
  .post-content h2 {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.post-content h3 {
  border: none;
  border-top: 1px solid #f7f5f5;
  border-bottom: 1px solid #f7f5f5;
  padding: 15px 0;
  font-size: 18px;
  font-weight: normal;
}

.post-content h4 {
  font-size: 15px;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #f7f5f5;
  padding-bottom: 15px;
}

.post-content blockquote {
  background: none;
  border: none;
  padding: 0 0 0 40px;
  font-size: 14px;
}

.post-content blockquote:before {
  content: url(../images/quotation.png);
  left: 0;
  top: -10px;
}

.post-content .staff-voice {
  margin: 80px 0 40px;
  border: 1px solid #f7f5f5;
  padding: 15px;
  position: relative;
}

.post-content .staff-voice:before {
  content: url(../images/staff.png);
  position: absolute;
  left: 50px;
  top: -30px;
}

.post-content .staff-voice:after {
  content: "";
  display: block;
  clear: both;
}

.post-content .staff-voice .staff-voice-img {
  float: left;
  margin-right: 15px;
}

.post-content p {
  font-size: 14px;
  line-height: 2;
}

.post-header,
.post-loop-wrap .post-content,
.post-content,
article.page .post-header {
  padding: 0;
}

article.page .post-header {
  padding-bottom: 40px;
}

.post .post-thumbnail {
  margin: 0;
  float: none;
  position: relative;
}

.post .post-thumbnail .cat {
  font-size: 12px;
  color: #fff;
  background: #8a8a8a;
  padding: 2px 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.post-title {
  font-size: 21px;
  line-height: 1.4;
  margin: 10px 0;
}

.single .post-header .post-title {
  margin-bottom: 30px;
}

.post-header .post-author {
  border: none;
  padding: 0;
  font-size: 13px;
  background: none;
}

.post-header .post-author .post-author-block {
  display: table;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
.post-header .post-author .post-author-block.update {
  max-width: 520px !important;
}
.post-header .post-author .post-author-block .last-post-sp {
  display: none;
}
#toc_container {
  width: 100%;
  font-size: 14px;
  padding: 22px;
  background: #f9f6f6;
}
#toc_container li {
  padding: 4px 0;
}
#toc_container a {
color: #801A2F;
}
@media only screen and (max-width: 767px) {
  .post-header .post-author .post-author-block .last-post-sp {
    display: block;
    font-weight: normal;
  }
  .post-header .post-author .post-author-block.update .post-meta {
    display: none;
  }
  #main .post-author .post-author-meta {
    /*vertical-align: middle;*/
    padding-left: 6px;
  }
  .post-header .post-author .post-author-block.update {
    max-width: 100%;
  }
  #toc_container {
    padding: 10px;
  }
}

.glossary .post-header .post-author .post-author-block {
  max-width: 450px;
}

@media only screen and (max-width: 767px) {
  .post-header .post-author .post-author-block,
  .glossary .post-header .post-author .post-author-block {
    max-width: 100%;
  }
}

.post-header .post-author .post-author-img {
  width: 68px;
  border-radius: 34px;
  overflow: hidden;
  float: none;
  display: table-cell;
}

.post-header .post-author .post-author-meta {
  overflow: hidden;
  display: table-cell;
  padding: 0 20px 0 12px;
  margin: 0;
}

.post-header .post-author .post-author-meta dt {
  float: left;
}

.post-header .post-author .post-author-meta dd {
  font-weight: bold;
}

.post-header .post-author .post-meta {
  text-align: left;
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  .post-header .post-author .post-meta {
    text-align: right;
  }
}

.post-header .post-author .post-meta li {
  background: none;
}

.post-footer {
  padding: 40px 0 0;
}

.post-footer .post-footer-meta {
  overflow: hidden;
}

.post-footer .post-footer-cat,
.post-footer .post-footer-tag {
  width: 100%;
  font-size: 13px;
}

.post-footer .post-footer-cat h4,
.post-footer .post-footer-tag h4 {
  margin-bottom: 10px;
}

.post-footer .post-footer-cat ul,
.post-footer .post-footer-tag ul {
  overflow: hidden;
}

.post-footer .post-footer-cat ul li,
.post-footer .post-footer-tag ul li {
  margin-right: 15px;
  margin-bottom: 10px;
}

.post-footer .post-footer-cat ul li a,
.post-footer .post-footer-tag ul li a {
  display: block;
  padding: 10px 15px;
  border: 1px solid #f4f1f1;
  border-radius: 25px;
}

.post-footer .post-footer-cat ul li a:hover,
.post-footer .post-footer-tag ul li a:hover {
  background: #f4f1f1;
}

.single + .post-footer {
  margin-bottom: 50px;
}

.youtube {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .single .post-content {
    overflow: visible;
  }

  .single .post-content .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .single .post-content .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

}

.post-author {
  background: #f5f2f2;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 13px;
}

.post-author-meta.author-meta-no-imgas {
    margin-left: 0;
}

.post-author .post-author-img {
  border-radius: 40px;
  border: 2px solid #fff;
  overflow: hidden;
}
.footer-author .post-author .post-author-meta .post-author{
	margin: 0 40px 10px 0;
  font-weight: bold;
  padding: 0;
}

.block-title, .related_post_title {
  font-size: 19px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  margin: 2em 0 1em;
}

.block-title span, .related_post_title span {
  font-size: 12px;
  font-weight: normal;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  display: block;
}

.recommend-block {
  margin-bottom: 60px;
}

.recommend-item {
  margin: 0 -8px;
  overflow: hidden;
}

.recommend-item li {
  width: 33.333%;
  float: left;
  padding: 0 8px;
  margin-bottom: 16px;
  font-size: 13px;
}

.recommend-item li img {
  width: 100%;
}

.recommend-item .r-code {
  float: none;
  padding-left: 1em;
}

.recommend-title {
  display: block;
  padding-right: 15px;
  margin: 5px 0;
}

.recommend-post-list {
  overflow: hidden;
  margin: 0 -10px;
}

.recommend-post-list > li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
}

.other-list > li {
  margin-bottom: 10px;
}
.other-list > li a {
  text-decoration: underline;
}
.other-list > li a:hover {
  text-decoration: none !important;
}

.recommend-post-list .recommend-post-title {
  font-size: 15px;
  padding: 10px 0;
  line-height: 1.4;
  height: 62px;
  overflow: hidden;
}

.share-btns {
  display: table;
  margin: 0 auto 60px;
}

.share-btns ul {
  display: table-cell;
}

.share-btns ul li {
  padding: 0 2px;
}

.share-btns .share-btn-list {
  overflow: hidden;
}

.share-btns .share-btn-list li {
  float: left;
  margin-left: 4px;
}

.share-btns .share-btn-list li a {
  display: block;
  padding: 4px 20px;
  border: 1px solid #f4f1f1;
}
.share-btns .share-btn-list li a:hover {
  opacity: .7;
  text-decoration: none;
}

.share-btns .share-btn-list .tw-share a {
  color: #0794e3;
  border-bottom: 1px solid #0794e3;
}
.share-btns .share-btn-list .hb-share a {
  color: #43ace5;
  border-bottom: 1px solid #43ace5;
}
.share-btns .share-btn-list .fb-share a {
  color: #3b599b;
  border-bottom: 1px solid #3b599b;
}


.share-btns .fb-like {
  display: table-cell;
  top: -12px;
}

.post-header {
  overflow: hidden;
}

.post-header .share-btns {
  display: block;
  margin: 16px 0 16px;
}

.post-header .author-block {
  width: 100%;
}

.footer-author {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .post-content h2 {
    font-size: 18px;
    margin-bottom: 1em;
  }
  .post-content h3 {
    font-size: 16px;
  }
  .post-content h4 {
    font-size: 14px;
  }
  .post-content .staff-voice:before {
    left: 0;
  }
  .post-content .staff-voice .staff-voice-img {
    float: none;
    margin: 0 0 10px;
  }
  .post-content .staff-voice .staff-voice-img img {
    width: 100%;
  }
  .post-content .staff-voice p {
    margin: 0 !important;
  }
  .post-footer {
    padding: 0 !important;
    margin-bottom: 0;
  }
  .post-footer .post-footer-cat,
  .post-footer .post-footer-tag {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .post-footer .post-footer-cat ul li,
  .post-footer .post-footer-tag ul li {
    margin: 0 10px 10px 0;
  }
  .post-footer .post-footer-cat ul li a,
  .post-footer .post-footer-tag ul li a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .post-header .author-block {
    width: 100%;
    float: none;
  }
  .post-header .share-btns {
    float: none;
    display: table;
    margin: 0 auto 30px;
  }
  .footer-author {
    margin-top: 20px;
  }
}

.section-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 1.2em;
}






.post-loop-wrap .post-content h2 {
  font-size: 15px;
  margin: 10px 0;
  padding: 0;
  border: none;
  font-weight: bold;
  background: none;
}
.post-loop-wrap .post-content h3 {
  font-size: 15px;
  margin: 10px 0;
  padding: 0;
  border: none;
  font-weight: bold;
  background: none;
	line-height: 1.4;
}

.post-loop-wrap .post-thumbnail {

  margin: 0;
  float: none;
  width: 100%;
  height: auto;
}



.post-loop-wrap .post-footer {
  border: none;
  padding: 0;
}

.post-loop-wrap article {
  
 
}
@media screen and (min-width: 769px){	
	.post-loop-wrap article	{
		border-bottom: solid 1px #b5b5b6;
		 padding: 0 0 20px;
		margin: 0 0 30px;
	}
}

@media screen and (max-width: 768px){
	.post-loop-wrap article	{
		border-top: solid 1px #b5b5b6;
		 padding: 15px 0 0px;
		margin: 0 0 10px !important;
	}
}

.post-loop-wrap .cotent-none {
  width: 100%;
  margin: 0 0 60px;
  padding: 0;
  float: none;
  font-size: 14px;
}

.post-list .post-thumbnail {
  max-height: 170px;
  overflow: hidden;
}

.post-meta {
  margin: 0;
  border: none;
  text-align: right;
}

.post-meta li {
  float: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.post-title a:hover {
  color: #812738;
}

.cat-wrap {
  margin: 0 -10px;
}

.cat-block {
  padding: 0 10px;
  width: 50%;
  float: left;
}

.cat-block li {
  margin-bottom: 30px;
}

.cat-block li p {
  margin-top: 10px;
  font-size: 15px;
}

.pickup {
  padding: 60px 0;
}

@media only screen and (max-width: 767px) {
  .pickup {
    padding: 0;
  }
}

.pickup-title {
  font-size: 19px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

.pickup-title .sub-title {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  display: block;
}

.cat-block .post-thumbnail {
  float: none;
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
}

.cat-block .post-title {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
  clear: none;
}

.cat-block .cat {
  background: #812738;
  color: #fff;
  padding: 2px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
}

.cat-block .post-meta {
  font-size: 12px;
  text-align-last: auto;
  display: block;
}

.pickup-list {
  margin: 30px -10px 0;
}

.pickup-list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
}

.pickup-list li:first-child .post-thumbnail {
  width: 100%;
  float: none;
}

.pickup-list li:first-child .post-title {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
  clear: none;
}

.pickup-list li .post-thumbnail {
  margin: 0;
  float: none;
  width: 168px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 10px;
}

.pickup-list li .post-thumbnail img {
  width: 100%;
}

.pickup-list li .cat {
  background: #812738;
  color: #fff;
  padding: 2px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
}

.pickup-list .post-title {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 5px;
  clear: none;
}

.pickup-list .post-meta {
  font-size: 12px;
  text-align-last: auto;
  display: block;
}

.item-box {
  border: 2px solid #f7f5f5;
  overflow: hidden;
  padding: 20px;
  margin: 40px 0;
}

.item-img {
  float: left;
  margin-right: 20px;
}

.item-name {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

.r-code {
  float: right;
}

.item-price {
  font-weight: bold;
}

.item-price span {
  font-size: 12px;
}

.item-url {
  font-size: 12px;
  font-weight: bold;
  margin-top: 40px;
  text-align: right;
}

.item-url a {
  color: #801a33;
}

.cat-header {
  position: relative;
}

.cat-header .cat-title {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cat-header .cat-title {
    font-size: 20px;
    width: 90%;
    top: 0%;
  }
}

.cat-header .cat-title .category {
  font-size: 14px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .cat-header .cat-title .category {
    font-size: 11px;
  }
}

.cat-header .cat-title-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.cat-content-area {
  margin: 40px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cat-content-area {
    margin: 25px 0;
  }
}

.category-list,
.mago-list {
  margin: 0 -10px;
  overflow: hidden;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .category-list,
  .mago-list {
    margin: 0 -5px;
  }
}

.category-list .child-item,
.category-list .mago-item,
.mago-list .child-item,
.mago-list .mago-item {
  width: 33.333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .category-list .child-item,
  .category-list .mago-item,
  .mago-list .child-item,
  .mago-list .mago-item {
    width: 50%;
    padding: 0 5px;
  }
}

.category-list .child-cat-name,
.category-list .mago-cat-name,
.mago-list .child-cat-name,
.mago-list .mago-cat-name {
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  margin-top: 8px;
}

.category-list a,
.mago-list a {
  display: block;
}

.category-list a:hover,
.mago-list a:hover {
  opacity: .7;
}

.page-template-postlists .post-loop-wrap,
.tag .post-loop-wrap {
  margin-left: -10px;
  margin-right: -10px;
}

.all-view-link {
  display: table;
  margin: 30px auto 0;
  border: 2px solid #000;
  text-align: center;
}

.all-view-link a {
  display: block;
  padding: 10px 26px;
}

.category-interior-abc .post-loop-wrap h2 {
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  /* phone */
  .post-loop-wrap .firstpost .post-content h2 {
    font-size: 13px;
    font-weight: normal;
  }
  .post-loop-wrap .post-content h2 {
    font-size: 13px;
    font-weight: normal;
  }
	 .post-loop-wrap .firstpost .post-content h3 {
    font-size: 13px;
    font-weight: normal;
  }
  .post-loop-wrap .post-content h3 {
    font-size: 13px;
    font-weight: normal;
  }
  .post-loop-wrap article {
    width: 100%;
    float: none;
  }
  .cat-block {
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }
  .cat-block ul {
    overflow: hidden;
    margin: 0 -5px;
  }
  .cat-block ul li {
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .cat-block ul li:first-child {
    width: 100%;
    float: none;
  }
  .cat-block .post-title {
    font-size: 13px;
    font-weight: normal;
  }
  .pickup-list {
    margin: 20px -5px 0;
    overflow: hidden;
  }
  .pickup-list li {
    width: 50%;
    float: left;
    padding: 0 5px 10px;
  }
  .pickup-list li:first-child {
    width: 100%;
    float: none;
  }
  .pickup-list li .post-thumbnail {
    width: 100%;
    float: none;
    margin: 0;
  }
  .pickup-list li .post-title {
    margin: 10px 0;
    font-weight: normal;
    font-size: 13px;
  }
  #main .post-author {
    padding: 0 !important;
    margin-bottom: 20px;
  }
  #main .update .post-author {
    padding: 0 !important;
    margin-bottom: 0;
  }
  #main .footer-author .post-author {
    padding: 10px !important;
  }
  #main .footer-author .post-author-img {
    float: left;
    margin-right: 10px;
  }
  #main .footer-author .post-author-meta {
    overflow: hidden;
  }
  .post-header .post-author .post-author-block {
    width: 100%;
  }
  .post-title {
    font-size: 15px;
  }
  .share-btns {
    margin-bottom: 20px;
  }
  .post-content {
    font-size: 14px;
  }
  .item-box {
    padding: 12px;
  }
  .item-img {
    float: none;
    margin: 0;
  }
  .item-img img {
    width: 100%;
  }
  .item-name {
    font-size: 12px;
    margin: 10px 0 !important;
  }
  .item-url {
    margin: 0 !important;
  }
  .recommend-block {
    margin-bottom: 30px;
  }
  .recommend-item,
  .recommend-post-list {
    margin: 0 -5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
  }
  .recommend-item > li,
  .recommend-post-list > li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
  }
  .recommend-post-list .recommend-post-title {
    height: auto;
    font-size: 12px;
  }
  .post-loop-wrap article {
    margin-bottom: 20px;
  }
  /* phone end */
}

@media screen and (max-width: 991px) {
  /* tablet */
  .post-loop-wrap .post-footer {
    display: block;
    padding: 0 !important;
  }
  /* tablet end */
}

.single-special #main,
.single-special .left-content #main {
  max-width: 960px;
  margin: 0 auto;
}

.single-special article {
  border: 1px solid #ccc;
  border-top: 5px solid #d11b5a;
  -webkit-box-shadow: 0 0 4px 1px #d4d4d4;
  box-shadow: 0 0 4px 1px #d4d4d4;
}

.single-special .special-wrap {
  position: relative;
}

.single-special .page-text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .single-special .page-text-block {
    position: relative;
    width: 92%;
    color: #000;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}

.single-special .page-text-block p {
  width: 140%;
  margin: 0 -20%;
}

@media only screen and (max-width: 767px) {
  .single-special .page-text-block p {
    width: 100%;
    margin: 0;
    font-size: 12px;
  }
}

.single-special .page-title-area {
  margin: 0 auto 24px;
  padding: 48px 0;
  font-size: 48px;
  max-width: 660px;
  border: solid 1px #fff;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}

@media only screen and (max-width: 767px) {
  .single-special .page-title-area {
    padding: 15px;
    font-size: 24px;
    width: 100%;
    margin-bottom: 0px;
    text-shadow: none;
  }
}

.single-special .page-title,
.single-special .row-title {
  font-size: 48px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-special .page-title,
  .single-special .row-title {
    font-size: 20px;
    margin: 10px 0;
    font-weight: bold;
  }
}

.single-special .page-title:after,
.single-special .row-title:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 54%;
  margin: auto;
  border-bottom: solid 1px #fff;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .single-special .page-title:after,
  .single-special .row-title:after {
    content: none;
  }
}

.single-special .sub-title {
  padding: 16px 0 0;
  display: block;
  font-size: 12px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.single-special .section-nav {
  padding: 64px;
}

@media only screen and (max-width: 767px) {
  .single-special .section-nav {
    padding: 60px 12px 30px;
  }
}

.single-special .section-nav-wrap {
  padding: 56px 40px 40px;
  background: #ece9e4;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-special .section-nav-wrap {
    padding-top: 40px;
  }
}

.single-special .section-title {
  position: absolute;
  color: #fff !important;
  background: #d11b5a !important;
  border-radius: 30px;
  top: -20px;
  left: 0;
  right: 0;
  width: 330px;
  display: block;
  margin: 0 auto !important;
  padding: 8px 0 !important;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .single-special .section-title {
    font-size: 16px !important;
  }
}

.single-special .section-list {
  overflow: hidden;
  text-align: center;
}

.single-special .section-list li {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #fff;
}

@media only screen and (max-width: 767px) {
  .single-special .section-list li {
    display: block;
    margin: 10px auto;
    font-size: 16px;
  }
  .single-special .section-list li img {
    width: 100%;
  }
}

.single-special .section-list .list-2,
.single-special .section-list .list-3 {
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .single-special .section-list .list-2,
  .single-special .section-list .list-3 {
    width: 100%;
  }
}

.single-special .section-list .list-4 {
  width: 24%;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .single-special .section-list .list-4 {
    width: 100%;
  }
}

.single-special .section-list a {
  display: block;
  position: relative;
  color: #fff;
}

.single-special .section-list .section-name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.single-special .section-head {
  position: relative;
}

.single-special .row-title-area {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 64px 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px #fff;
  width: 58%;
}

@media only screen and (max-width: 767px) {
  .single-special .row-title-area {
    position: relative;
    width: 92%;
    color: #000;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    padding: 15px;
  }
}

.single-special .row-title {
  margin: 0 0 8px !important;
  padding-bottom: 12px;
  text-align: center;
  font-size: 32px !important;
  font-weight: bold;
  color: #fff !important;
  text-shadow: 1px 1px 3px #000;
  position: relative;
  background: none !important;
  padding-left: 0 !important;
}

@media only screen and (max-width: 767px) {
  .single-special .row-title {
    font-size: 20px !important;
    margin: 10px 0 !important;
    color: #000 !important;
    text-shadow: none;
    padding: 0 !important;
  }
}

.single-special .row-title .sub-title {
  padding-top: 12px;
  line-height: .7em;
}

.single-special .section-des {
  padding: 40px 80px;
}

@media only screen and (max-width: 767px) {
  .single-special .section-des {
    padding: 0 12px 20px;
    font-size: 12px;
  }
}

.single-special .item-list {
  padding: 0 60px 30px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .single-special .item-list {
    padding: 0 6px 30px;
  }
}

.single-special .item-list li {
  width: 50%;
  float: left;
  padding: 0 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .single-special .item-list li {
    padding: 0 6px;
    float: none;
    display: inline-block;
    width: 49%;
  }
}

.single-special .item-list .item-name {
  margin: 10px 0 16px;
}

.single-special .item-list .item-meta {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .single-special .item-list .item-meta {
    font-size: 12px;
  }
}

.single-special .item-list .r-code {
  float: left;
}

.single-special .item-list .price {
  float: right;
}

.single-special .item-list a:hover {
  color: #D11B5C;
}

.single-special .item-list .tax {
  font-size: 12px;
}

.single-special .add-text {
  padding: 0 80px 40px;
  margin-top: -30px;
}

@media only screen and (max-width: 767px) {
  .single-special .add-text {
    padding: 20px 12px;
    font-size: 12px;
  }
}

.single-special h4 {
  font-weight: bold;
}

.single-special ol {
  margin-bottom: 1.5em;
}



/*.recommend-block,
.breadcrumb {
  display: none;
}*/



/*.recommend-block {
  display: none;
}*/


.recommend-item span,
.recommend-item .recommend-btn {
  display: block;
}
.recommend-item .price,
.recommend-item .price-before {
  text-align: right;
}
.recommend-item .price {
  display: inline;
}
.recommend-item p {
  text-align: right;
}

.recommend-item .red {
  color: #e60012;
}
.recommend-item .recommend-btn {
  background: #801A33;
  padding: 10px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.recommend-item .price-before2 {
  display: inline;
  position: relative;
}
.recommend-item .price-before2:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #383838;
  position: absolute;
  top: 47%;
  left: 0;
}
.sp-br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

/* 辞典 共通 archive-glossary.php */
.category-head-title {
  text-align: center;
  font-weight: bold;
  padding: 16px;
  margin-bottom: 10px;
  border: 5px solid #f5f2f2;
}
.category-head-title img {
  width: 20px;
  margin: -5px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .category-head-title {
    margin: 0 0 10px;
    font-size: 16px;
    padding: 10px;
  }
}
/* 辞典 archive-glossary.php */
.post-type-archive-glossary .bc-wrap {
  margin-bottom: 32px;
}
.post-type-archive-glossary .post-loop-wrap h2 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.post-type-archive-glossary .glossary-50 {
  overflow: hidden;
  margin-bottom: 40px;
}
.post-type-archive-glossary .glossary-50 li {
  display: inline-block;
  margin-right: 2em;
  font-size: 14px;
}

/* 辞典 single-glossary.php */
.post-btn-line {
  margin-top: 0px;
}
.single-glossary .post-content h2 {
  background: none;
  padding: 20px 0;
  border-top: 3px solid #222;
  border-bottom: 1px solid #e5e5e5;
}
.single-glossary .post-content h3 {
  border-top: none;
  border-bottom: none;
  border-left: 2px solid #e5e5e5;
  padding: 12px 0 12px 16px;
}
@media only screen and (max-width: 767px) {
  .single-glossary .post-content h2 {
    padding: 20px 15px;
  }
}




/* 20171101 商品のショートコード用スタイル 追加 */
.img-block {
  margin-top: 20px;
}
.img-block img {
  margin-bottom: 1.6em;
}

.product-item {
  overflow: hidden;
  margin-bottom: 60px;
}
.product-img {
  width: 45%;
  float: left;
  padding-right: 20px;
}
.product-name {
  font-weight: bold;
  line-height: 1.8em !important;
}
.post-content .ctg-tag {
  margin: 10px 0 0 !important;
}
.product-text-block {
  width: 55%;
  float: left;
}
.product-btn {
  display: block;
  background: #801A33;
  text-align: center;
  color: #fff !important;
  padding: 12px;
}
.img-block-wrap + .img-block-wrap {
  margin-top: 6em;
}
.post-content .soldout-msg {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .product-item {
    margin-bottom: 40px;
  }
  .product-img,
  .product-text-block {
    width: 100%;
    float: none;
    padding: 0;
  }
  .post-content .ctg-tag {
    padding:  5px 10px;
    margin: 0 0 1em !important;
    font-size: 12px;
    background: #ebebeb;
  }
}


/* ----------------------------------------
* 会社概要・個人情報保護方針・お問合せ 
---------------------------------------- */

.post-content .company_tbl dl dd {
    margin: 0 0 0px;
    border-left: none;
    padding: 0 0 0 0px;
}
.post-content .company_tbl{
		font-size: 14px;
	}
.post-content .guide_cont ul li{
		list-style-type: decimal;
		font-size: 17px;
	}
.post-content .guide_cont ul li .inner{
	font-size: 14px;
}
.post-content .indent-2 {
    text-indent: -2em;
    margin-left: 2em;
}
.post-content .guide_cont .policy_cont p{
	margin-bottom: 0;
}
.post-content .contact_tbl dl span.must{
	background: #801a33;
 border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	padding: 0 8px;
	margin-left: 10px;
}
.icon_outside {
    display: inline-block;
    background: url(https://www.rafuju.jp//images/icon_outside.png) no-repeat right center;
    padding-right: 30px;
    line-height: 19px;
	color: #801a33;
	text-decoration: underline;
}
.post-content .contact_tbl dl.zip p.mg_t10{
	margin-top: 10px;
}
.post-content .contact_tbl dl.name input{
		width:35%;
	}
	.post-content .contact_tbl dl.zip input{
		width:25%;
	}
	.post-content .contact_tbl dl.tel input{
		width:25%;
	}
.post-content .contact_tbl dl p{
		margin-bottom: 0;
	}
.post-content .contact_tbl .contact_btn_area input{
		width:100%;
	background: #801a33;
	}
	.post-content .contact_tbl .mw_wp_form_confirm .btn_back input{
	background: #333;
	}

@media screen and (min-width: 768px){
	
	.post-content .company_tbl dl{
		display: table;
		width:100%;
		border-left: solid 1px #ccc;
		margin-bottom: 0;
	}
	.post-content .company_tbl dl:first-child{
		border-top: solid 1px #ccc;
	}
	.post-content .company_tbl dl dt,.post-content .company_tbl dl dd{
		display: table-cell;
		vertical-align: middle;
		padding: 15px 15px;
		border-right: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
	}
	.post-content .company_tbl dl dt{
		background: #f0f0f0;
		width:200px;
	}
	.post-content .guide_cont ul li{
		margin-top: 50px;
	}
	.post-content .guide_cont ul li:first-child{
		margin-top: 0;
	}
	.post-content .guide_cont ul li .inner{
		margin-top: 20px;
	}
	
	
	.post-content .contact_tbl dl dt{
		width:230px;
	}
	.post-content .contact_tbl .mw_wp_form_input p.btn_submit{
		width:200px;
		margin: 30px auto 0;
	}
	.post-content .contact_tbl .mw_wp_form_confirm .contact_btn_area{
		width:450px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	.post-content .contact_tbl .mw_wp_form_confirm .btn_submit{
		width:200px;
		float: left;
	}
	.post-content .contact_tbl .mw_wp_form_confirm .btn_back{
		width:200px;
		float: right;
	}
	
}
@media screen and (max-width: 767px){
	.post-content .company_tbl dl{
		margin-bottom: 0;
	}
	.post-content .company_tbl dl dt,.post-content .company_tbl dl dd{
		padding: 10px 15px;
	}
	.post-content .company_tbl dl dt{
		background: #f0f0f0;
	}
	.post-content .guide_cont ul li{
		margin-top: 20px;
	}
	.post-content .guide_cont ul li:first-child{
		margin-top: 0;
	}
	.post-content .guide_cont ul li .inner{
		margin-top: 10px;
	}
	.post-content .contact_tbl imput{
		width:90%;
	}
	.post-content .contact_tbl dl textarea{
	width:100%;
}
	.post-content .contact_tbl .mw_wp_form_input p.btn_submit{
		width:100%;
		margin-top: 30px;
	}
	.post-content .contact_tbl .mw_wp_form_confirm .btn_back{
		margin-top: 20px;
	}
}

/* ----------------------------------------
* スマホグロナビカテゴリ
---------------------------------------- */

	 @media screen and (max-width: 767px){
		 .cat_gnav{
			 font-size: 15px;
		 }
		 .cat_gnav .tree01 span.tgl,.cat_gnav .tree01 a.link{
			 display: block;
			 line-height: 60px;
		 }
		 .cat_gnav .img{
			 display: inline-block;
			 width:40px;
			 padding: 0px 0px 0 0;
			 margin-right: 20px;
		 }
		 .cat_gnav .img img{
			 vertical-align: middle;
		 }
		 .cat_gnav .inner_nav{
			 border-top:solid 1px #fff;
			 display: none;
		 }
		 .cat_gnav .inner_nav a{
			 display: block;
			 line-height: 50px;
			 padding-left: 60px;
		 }
		 .cat_gnav li{
			 border-bottom: solid 1px #fff;
		 }
		 .cat_gnav .inner_nav li:last-child{
			 border-bottom: none;
		 }
		 .cat_gnav .gnav01 .tgl{
				position: relative;
			}
			.cat_gnav .gnav01 .tgl:after{
				content: "＋";
				position: absolute;
				right:10px;
				font-size: 25px;
			}
			.cat_gnav .gnav01 .tgl_on:after{
				content: "－";
			}
	 }


/* ----------------------------------------
* PCグロナビカテゴリ
---------------------------------------- */

@media screen and (min-width: 768px) {
.wrap{

	}
	#main, .left-content #main{
		margin:0;
		padding: 0;
	}
	.pc_gnav{
		width:90%;

		margin: 0 auto 40px;;
	}
	.pc_gnav .main_nav{
		float:left;
		font-size: 14px;
		padding-top: 10px;
	}
	.pc_gnav .main_nav .tree01{
		float:left;
		margin-right: 30px;
		position: relative;
		z-index: 1000;
	}
	.pc_gnav .main_nav .tree01 .tgl,.pc_gnav .main_nav .tree01 .link{
		display: block;
		line-height: 40px;
		filter:alpha(opacity=100);
		opacity:1.0;
		transition: all 0.7s ease;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		text-decoration: none;
	}
	.pc_gnav .main_nav .tree01 .tgl:hover,.pc_gnav .main_nav .tree01 .link:hover{
		filter:alpha(opacity=60);
		opacity:0.6;
	}
	.pc_gnav .main_nav .tree01 .img{
		display: inline-block;
		width:30px;
		padding-top: 5px;
		margin-right: 10px;
	}
	.pc_gnav .main_nav .inner_nav{
		position: absolute;
		padding: 10px 20px 20px;
		background: #333;
		display: none;
		margin-top: 5px;
		overflow: visible !important;
		width:300px;
		
	}
	.pc_gnav .main_nav .inner_nav::before{
		content: "";
		position: absolute;
		border-bottom: 10px solid #333;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		top:-10px;
		left: 70px;
	}
	.pc_gnav .main_nav .inner_nav li a{
		display: block;
		color: #fff;
		line-height: 40px;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		opacity:0;
		}
	.pc_gnav .main_nav .inner_nav_on li a{
		opacity:1.0;
		transition: all 0.9s ease;
		-webkit-transition: all 0.9s ease;
		-moz-transition: all 0.9s ease;
		-o-transition: all 0.9s ease;
	}
	.pc_gnav .header-form{
		float:right;
	}
}
	
@media screen and (max-width: 767px) {
	.pc_gnav{
		display: none;
	}
}



/* ----------------------------------------
* btm_bar
---------------------------------------- */
.btm_bn{
	clear:both;
}
.btm_bn .ttl{
	font-weight: bold;
	font-size: 19px;
}
.btm_cat{
	
}
.btm_cat li{
	margin-top: 20px;
}
.btm_cat li a{
	display:block;
	position: relative;
}
.btm_cat li span{
	display: block;
}
.btm_cat li span.img{
	line-height: 0;
}
.btm_cat li span.txt{
	color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
	text-align: center;
}
.btm_bn .yougo_bn{
	line-height: 0;
	margin: 20px 0;
}
.btm_bn .rafuju{
	margin-top: 30px;
}
.btm_bn .rafuju-logo + p{
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
	
		
	.btm_bn{
		width:80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.btm_bn_cont{
		
    width: 50%;
	}
	.btm_bnL{
		float:left;
		padding: 0 20px 0 10px;
	}
	.btm_bnR{
		float:right;
		padding: 0 10px 0 20px;
	}
}

@media screen and (max-width: 767px){
	.btm_bnR{
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px){
	.footerL{
		float:left;
	}
	.footerR{
		float:right;
	}
	.footerR li{
		display: inline-block;
		margin-left:20px;
	}
	.cat_btn_mg{
		margin-bottom: 100px;	
	}
}


/* ----------------------------------------
* footer bn
---------------------------------------- */

.footer_fix_bn{
	position: fixed;
	bottom:-100px;
	background: rgba(34,24,21,0.6);
	width:100%;
	left:0;
	z-index: 1000;
	color: #fff;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.footer_fix_bn_on{
	bottom:0px;
}
.footer_fix_bn_no{
	display: none;
}
.footer_fix_bn .inner{
	display: table;
	position: relative;
}
.footer_fix_bn  p{
	margin: 0;
	line-height: 0;
}
.footer_fix_bn .pc_logo,.footer_fix_bn .sp_logo,.footer_fix_bn .txt{
	display: table-cell;
	vertical-align: middle;
	
}
.footer_fix_bn  p.txt{
	line-height: 150%;
}


.footer_fix_bn .inner p.close{
	position: absolute;
}
.footer_fix_bn .inner strong{
	color: #fff798;
	font-size: 18px;
}
.footer_fix_bn .inner p.close{
		right:0px;
		top:0px;
}



@media screen and (min-width: 768px){
	.footer_fix_bn{
		padding: 10px 0;
	}
	.footer_fix_bn .inner{
		width:900px;
		padding: 0 80px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_fix_bn .sp_logo{
		display: none;
	}
	.footer_fix_bn .pc_logo{
		width:360px;
		padding-right: 20px;
	}
	.footer_fix_bn .pc_logo a{
		display: block;
		background: #fff;
	}
	.hover {
		filter:alpha(opacity=100);
		opacity:1.0;
		transition: all 0.7s ease;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		outline: none;
	}
	.hover:hover {
		filter:alpha(opacity=70);
		opacity:0.6;
	}
	.img_hover img {
		filter:alpha(opacity=100);
		opacity:1.0;
		transition: all 0.7s ease;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		outline: none;
	}
	.img_hover img:hover {
		filter:alpha(opacity=70);
		opacity:0.6;
	}
	.footer_fix_nav_mg{
		margin-bottom: 50px;
	}
	.footer_fix_bn  p.txt{
		font-size: 14px;
	}
	
}

@media screen and (max-width: 767px){
	.footer_fix_bn{
		padding: 10px;
	}
	.footer_fix_bn .pc_logo{
		display: none;
	}
	.footer_fix_bn .sp_logo{
		width:130px;
		padding-right: 10px;
	}
	.footer_fix_bn .inner .sp_block{
		display: block;
	}
	.footer_fix_bn  p.txt{
		font-size: 13px;
	}
	.footer_fix_bn .inner p.close{
		width:20px;
	}
	.footer_fix_bn  p.txt{
	line-height: 130%;
	}
	.footer_fix_nav_mg{
		margin-bottom: 60px;
	}
	
}
@media screen and (max-width: 350px){
	.footer_fix_bn .sp_logo{
		width:90px;
		padding-right: 10px;
	}
	.footer_fix_bn  p.txt{
		font-size: 12px;
	}
}


.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}


/* ----------------------------------------
* 1910 renew
---------------------------------------- */

.contents_wrapper {
	width:96%;
	max-width: 1280px;
	margin: 0 auto 0;
}

.contents_wrapper {
  position: relative;
}



.gheader{
	position: relative;
}


@media screen and (min-width: 769px){
	.head_area{
		width:100%;
		max-width: 1280px;
		margin: 0 auto 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-line-pack:stretch;
		align-content:stretch;
	}

	.gheader{
		width:67%;
	}
	.gheader .head_txt{
		font-size: 13px;
		position: absolute;
		right: 6%;
		bottom: 12%;
		line-height: 180%;
	}
	
	.sp_menu_area{
		width:30%;
		position: relative;
	}
	
	.sp_menu_area .search_area {
		width:100%;
		position: absolute;
		bottom:0;
		left: 0px;
		border-bottom: solid 1px #812738;
		padding-bottom: 5px;
	}
	.sp_menu_area .search_area input[type="text"]{
		border: none;
		float: right;
  	width : calc(100% - 25px) ;
		height: 22px;
	}
	.sp_menu_area .search_area button{
		display: block;
		width:22px;
		height: 22px;
		background:url(/mag/images/icon_search.png) no-repeat center top;
		background-size: 20px;
		padding: 0;
		float: left;
	}
	.sp_menu_area .search_area .key_txt{
		display: none;
	}
		

	.sp_menu_area .nav-btn{
		display: none;
	}
	
	.sp_menu_area .side_cart_bn{
		background: #eaeaea;
  	height : calc(100% - 60px) ;
		display: table;
		width:100%;
	} 
	.sp_menu_area .side_cart_bn a{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		
	}
	.sp_menu_area .side_cart_bn .block{
		display: block;
	}
	.sp_menu_area .side_cart_bn .img{
		display: block;
		margin-bottom: 10px;
	}
	.sp_menu_area .side_cart_bn img{
		display: inline-block;
		width:30px;
	}
	.sp_menu_area .side_cart_bn .block a{
		text-decoration: none;
	}
	.contents_wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		}
	.side_bar{
		width:30%;
	}
	#main .main-inner, .left-content #main .main-inner{
		margin-right: 0;
	}
	#content {
		width : 67% ;
		padding: 0;
		margin: 0;
	}
	.contents_wrapper{
		padding-top: 30px;
	}
	
	
	
}
@media screen and (max-width: 1280px){
	.gheader .head_txt{
		right: 3%;
	}
}

@media screen and (max-width: 768px){
	.wrapper{
	}
	
	.gheader h1{
		margin: 0;
	}
	.gheader .head_txt{
		font-size: 7px;
		position: absolute;
		right: 3%;
		bottom: 10%;
	}
	.contents_wrapper{
		padding-top: 10px;
	}
	.sp_menu_area{
		margin: 20px 15px 10px;
		font-size: 11px;
		position: relative;
	}
	.sp_menu_area .nav-btn .fa{
		padding-top: 38px;
		padding-bottom: 5px;
		
	}
	.sp_menu_area .nav-btn{
		margin-right: 10px;
	}
	.sp_menu_area .cat-btn .fa-bars:before,.sp_menu_area .close-btn .fa-times:before{
		display: block;
		font-size: 25px;
		position: absolute;
		top:0;
		left: 6px;
  color: #812738;
	}
	.sp_menu_area .search_area {
  	width : calc(100% - 100px) ;
		position: absolute;
		top:0;
		left: 45px;
		
	}
	.sp_menu_area .search_area input[type="text"]{
		border: none;
		float: right;
  	width : calc(100% - 25px) ;
		font-size: 16px !important;
		color: #383838 !important;
		display: block;
		margin-top: -7px;
	}
	.sp_menu_area .search_area button{
		display: block;
		width:22px;
		height: 25px;
		background:url(/mag/images/icon_search.png) no-repeat center top;
		background-size: 20px;
		padding: 0;
	}
	
	.sp_menu_area button .fa-search:before{
		display: block;
		font-size: 25px;
 		 color: #812738;
	}
	.sp_menu_area ::-webkit-input-placeholder{

	}
	.sp_menu_area :-ms-input-placeholder{

	}
	.sp_menu_area ::placeholder{

	}
		


	.sp_menu_area .search_form_area{
		
	}
	.sp_menu_area .key_txt{
		padding-top: 2px;
		border-top: solid 1px #812738;
		margin-top: 5px;
	}
	.sp_menu_area .side_cart_bn{
		
		position: absolute;
		top:0;
		right: 0;
		
	}
	.sp_menu_area .side_cart_bn .img{
		display: block;
		text-indent: -9999px;
		width:25px;
		height: 25px;
		background: url(/mag/images/icon_cart.png) no-repeat center;
		background-size: 25px;
		margin-bottom: 5px;
		margin-left: 9px;
	}
	.sp_menu_area .side_cart_bn .sp_none{
		display: none;
	}
	
}

@media screen and (max-width: 350px){
	.gheader .head_txt{
		font-size: 6px;
	}
}

.post-loop-wrap article{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		position: relative;
	}
.post-loop-wrap article .post-thumbnail{
	width:150px;
}
.post-loop-wrap article .post-content{
 width : calc(100% - 170px) ;
	padding: 0 !important;
}
.post-loop-wrap article .post-content .cat {
  background: #812738;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
}
.post-loop-wrap article .post-content .new {
  color: #812738;
  font-family: HelveticaNeue;
  font-weight: bold;
  font-size: 14px;
  width: 58px;
  height: 58px;
  border: 1px solid #812738;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 10px;
  text-align: center;
  line-height: 58px;
}

.post-loop-wrap article p{
	margin-bottom: 0;
}

@media screen and (min-width: 769px){
	.post-loop-wrap article .post-content h2{
		margin-right: 60px;
		font-size: 17px;
	}
	.post-loop-wrap article .post-content .lead{
		line-height: 140%;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px){
	.post-loop-wrap article .post-thumbnail{
		width:100px;
	}
	.post-loop-wrap article .post-content{
	 width : calc(100% - 115px) ;
	}
	.post-loop-wrap article .post-content .new {
    font-size: 10px;
    width: 34px;
    height: 34px;
    line-height: 34px;
		top:5px;
  }
	.post-loop-wrap article .post-content .lead{
		display: none;
	}
	.post-loop-wrap article .post-content h2{
		margin-bottom: 0;
		font-weight: bold !important;
	}
}

@media screen and (min-width: 769px){
	.footer-wrap{
		width:96%;
		max-width: 1280px;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 768px){
	html {
	font-size:100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
	#content{
		padding-bottom: 0px;
	}
	.pagination{
		margin-bottom: 0;
	}
	
	
	.wrapper{
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		margin-left: 0;
		width:100%;
		position: relative;
		left:0;
	}
	.wrapper_on{
		position: fixed;
		left: 200px;
		top:0;
	}
}

.ttl_side{
	font-size: 17px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	margin-top: 30px;
}
.side_list{
	font-size: 14px;
	margin-left: -10px;
}
.side_list li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position: relative;
	margin-top: 20px;
	line-height: 140%;
}
.side_list .cat{
	background: #812738;
  color: #fff;
 	padding: 2px 5px;
  font-size: 12px;
}
.side_list h3{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

.side_ranking .side_list li::after{
	display: block;
	background: #FFBF00;
	width:20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 10px;
	top:0;
}
.side_ranking .side_list li:first-child::after{
	content: "1";
}
.side_ranking .side_list li:nth-child(2)::after{
	content: "2";
}
.side_ranking .side_list li:nth-child(3)::after{
	content: "3";
}

.side_ranking .side_list li:nth-child(4)::after{
	content: "4";
}

.side_ranking .side_list li:nth-child(5)::after{
	content: "5";
}

.cat_list{
	background: #eaeaea;
}
.cat_list li h2{
	font-size: 14px;
	font-weight: bold;
}
.cat_list li p{
	font-size: 12px;
}
.cat_list li{
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 20px !important;
}
.cat_list li.side_cat01{
	background-image: url(/mag/images/cat_icon01.png)
}
.cat_list li.side_cat02{
	background-image: url(/mag/images/cat_icon02.png)
}
.cat_list li.side_cat03{
	background-image: url(/mag/images/cat_icon03.png)
}
.cat_list li.side_cat04{
	background-image: url(/mag/images/cat_icon04.png)
}
.cat_list li.side_cat05{
	background-image: url(/mag/images/cat_icon05.png)
}
.cat_list li.side_cat06{
	background-image: url(/mag/images/cat_icon06.png)
}
.cat_list li.side_cat07{
	background-image: url(/mag/images/cat_icon07.png)
}
.cat_list li.side_cat08{
	background-image: url(/mag/images/cat_icon08.png)
}
.cat_list li.side_cat09{
	background-image: url(/mag/images/cat_icon09.png)
}

@media screen and (min-width: 769px){
	.side_bar a{
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
	.side_bar a:hover{
		color: #812738;
	}
	.side_list .img{
		width:80px;
	}
	.side_list .txt_area{
			width : calc(100% - 100px) ;
	}
	.side_cat_list ul{
		
	}
	.cat_list li{
		
		border-bottom: solid 1px #fff;
	}
	.cat_list li a{
		padding: 10px 15px 10px 50px;
		display: block;
	}
	.side_cat_ttl{
		display: none;
	}
	
	.footer-sns li{
		width:40px;
		margin-right: 5px;
	}
	
}

@media screen and (max-width: 768px){
	.side_bar{
		padding-bottom: 50px;
	}
	.side_list .img{
		width:100px;
	}
	.side_list .txt_area{
			width : calc(100% - 115px) ;
	}
	.side_list{
		font-size: 13px;
	}
	.side_list li::after{
		left: 7px;
	}
	.side_cat_list ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width:100%;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-align:stretch;
		-ms-flex-align:stretch;
		align-items:stretch;
	}
	
	.side_cat_ttl{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	.side_cat_list ul li{
		width:50%;
	}
	
	.side_cat_list ul:first-child li{
		border-right: solid 1px #fff;
	}
	
	.cat_list li{

		border-bottom: solid 1px #fff;
		background-position: 5px center;
	background-size: 20px !important;
	}
	.cat_list li a{
		padding: 10px 15px 10px 30px;
		display: block;
	}
	.cat_list li h2{
		font-size: 11px;
	}
	.cat_list li p{
		font-size: 10px;
	}
	.footer-sns li{
		width:40px;
		margin:0 5px;
	}
}

@media screen and (min-width: 769px){
	.sp_nav{
		display: none;
	}
	
}

@media screen and (max-width: 768px){
	.sp_nav{
		height: 100%;
		width:200px;

		position: fixed;
		top:0;
		left: -200px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.sp_nav_on{
		left: 0;
	}
	.sp_nav .sp_nav_cart{
		
	}
	.sp_nav .cat_list li{
		background-position: 10px center;
		background-size: 25px !important;
	}
	.sp_nav .cat_list li a{
		padding: 20px 15px 20px 50px;
	}
	.sp_nav .sp_nav_cart{
		background-repeat: no-repeat;
		background-position: 10px center;
		background-image: url(/mag/images/icon_cart.png);
		background-size: 25px !important;
		background-color: #eaeaea;
		margin-bottom: 30px;
	}
	.sp_nav .sp_nav_cart a{
		display: block;
		font-size: 11px;
		font-weight: bold;
		padding: 20px 15px 20px 50px;
	}
}


@media screen and (max-width: 768px){
	#footer .page-nav{
		text-align: center;
	}
	#footer .page-nav li{
		float: none;
		display: inline-block;
		width:auto;
	}
	.pc_only{
		display: none;
	}
}

.footerR{
	float:none;
	text-align: center;
}

@media screen and (min-width: 769px){
	.side_bar{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.side_bar .pc01{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.side_bar .pc02{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.side_bar .pc03{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.side_bar .pc04{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.sp_only{
		display: none;
	}
	
}

.mg_b20{
	margin-bottom: 20px;
}


.foot_bn_area{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 0;
	z-index: 10;
}
.foot_bn_inner{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.foot_bn_close{
	width: 30px;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	cursor: pointer;
}

.foot_bn_close i{
	font-size: 22px;
}


@media screen and (min-width:768px){
	.foot_bn_sp{
		display: none;
	}
	.foot_bn_area{

	}
	.foot_bn_inner{
		max-width: 1300px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.foot_bn_close{
		right: 0;
		top:11px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 3px;
	}
}

@media screen and (max-width:767px){
	.foot_bn_pc{
		display: none;
	}
	.foot_bn_close{
		left: 10px;
		top:-40px;
	}
}